/* Reset css */
:root {
    --color-key: #00793c;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
    font-size: 14px;
    line-height: 25px;
    background: #fff;
    font-family: 'arial';
    top: 0 !important;
}

p {
    margin: 0 0 15px 0;
}

a {
	text-decoration: none;
}

a:hover {
    text-decoration: none !important;
}

img {
	max-width: 100% !important;
    vertical-align: middle;
}

dl, ol, ul {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

button:focus {
    outline: none !important;
}

/* Common reuse class */

.toggle-arrow i {
    transition: transform 0.3s;
}

.toggle-arrow i.open {
    transform: rotate(180deg);
}

.form-check-input {
    margin-left: 0 !important;
    margin-right: 10px;
}

.flexwb {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.h-full {
    height: 100%;
}

.hidden {
    display: none;
}

.text-end {
    text-align: right !important;
}

.text-start {
    text-align: left !important;
}

.clear:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.sni-cut-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.sni-wrap_box_new {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    justify-content: space-between;
}

div.sni-contact-form {
    font-size: 13px;
    position: relative;
}

.noti {
    font-size: 20px;
    color: red;
    position: absolute;
    top: 35%;
    width: 100%;
    text-align: center;
}

.fb-comments, 
.fb-comments iframe[style], 
.fb-like-box, 
.fb-like-box iframe[style] {
    width: 100% !important;
}

.fb_iframe_widget, 
.fb_iframe_widget span, 
.fb_iframe_widget span iframe[style] {
    min-width: 100% !important;
}

.fb_iframe_widget_fluid_desktop, 
.fb_iframe_widget_fluid_desktop span, 
.fb_iframe_widget_fluid_desktop iframe {
    max-width: 100%;
}

.fb_iframe_widget {
    display: inline-block;
    position: relative;
}

.fb-comments span, 
.fb-comments iframe span[style], 
.fb-like-box span, 
.fb-like-box iframe span[style] {
    width: 100% !important;
}

.fb_iframe_widget, 
.fb_iframe_widget span, 
.fb_iframe_widget span iframe[style] {
    min-width: 100% !important;
}

.fb_iframe_widget span {
    display: inline-block;
    position: relative;
    text-align: justify;
}

.mm-navbars_top {
    display: none;
}

@media (min-width: 768px) {
    .child-carousel .slick-slide {
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .slick-product.slick-vertical {
        margin-right: 25px;
    }

    .expendable:after {
        display: none
    }
}

@media (min-width: 1200px) {
    .slick-product.slick-vertical {
        margin-right: 38px;
    }
}

.slick-product.slick-vertical .carousel-parent {
    margin-bottom: 7px;
}

.slick-product-figure {
    position: relative;
    overflow: hidden;
    background: #f9faf9;
    transition: all .3s ease;
}

.slick-product-figure img {
    width: 100%;
    transform: none;
    transition: inherit;
}

.sc-new-price,
.sni-contact-price {
    color: #E60F1E;
    font-size: 20px;
    padding: 10px 5px;
    font-weight: bold;
}

.text-white {
    color: #fff;
}

.sni-animated { 
    margin: 0 10px;
}

p + p {
    margin-top: 12px;
}

* + p {
    margin-top: 15px;
}