@font-face {
    font-family: bodyFont;
    src: url('../font/Eina03-Light.woff');
    src: url('../font/Eina03-Light.woff2');
    src: url('../font/Eina03-Regular.woff');
    src: url('../font/Eina03-Regular.woff2');
    /* src: url('../font/Eina03-SemiBold.woff');
  src: url('../font/Eina03-SemiBold.woff2');
  src: url('../font/Eina03-Bold.woff');
  src: url('../font/Eina03-Bold.woff2'); */
}


.header-style3 #sns_header #sns_slideshows3 .owl-controls .owl-nav .owl-next,
.header-style3 #sns_header #sns_slideshows3 .owl-controls .owl-nav .owl-prev {
    border-radius: 0;
}

.header-style3 #sns_header #sns_header_full {
    border: none !important;
    transition: all 0.35s ease-in-out;
    box-shadow: none;
}

.header-style3 #sns_header #sns_header_full.sticky {
    top: -40px;
    transition: all 0.35s ease-in-out;
    background-color: #fff;
    border: none;
}

.main-button {
    padding: 9px 20px 9px;
    border: 1px solid #eaeaea;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    display: inline-block;
    letter-spacing: 1px;
    font-family: bodyFont;

}

.main-button:hover {
    color: #fff;
    /* background: #ff6b35; */
    background: #004e88;
    border: 1px solid #004e88;
}

.main-title {
    margin: 0;
    font-size: 24px;
}

.columned {
    columns: 3;
}

.products-grid .item .item-inner .item-info .item-title {
    font-size: 18px;
}

.is-padded {
    padding: 20px 0;
}

.header-style3 #sns_header #sns_menu #sns_header_logo img {
    height: 75px;
}

.header-style3 #sns_header #sns_slideshows3 {
    position: relative;
}

.header-style3 #sns_header #sns_slideshows3:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0.569362779291404) 100%);
    z-index: 2;
}

#sns_footer_top .column ul li {
    font-size: 14px;
}

#sns_content .sns-products-list .products-small .owl-controls .owl-nav .owl-prev:before {
    content: "\f053";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
}

#sns_content .sns-products-list .products-small .owl-controls .owl-nav .owl-next:before {
    content: "\f054";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
}

#sns_footer_top {
    background: #000;
}

#sns_footer_top .contact_us .fa-ul li,
#sns_footer_top .contact_us .fa-ul li a,
#sns_footer_top ul li,
#sns_footer_top ul li a,
#sns_footer_top h6 {
    color: #fafafa;
}

#sns_footer_top ul li a:hover {
    color: #fefefe;
    opacity: 0.75;
}

#sns_footer_bottom {
    padding: 6px 0;
    background-color: #004e88;
}

.detai-products1 .owl-controls .owl-nav .owl-prev,
.detai-products1 .owl-controls .owl-nav .owl-next {
    background-color: #1a1a1a;
}

#sns_banner_top {
    min-height: 200px;
    padding: 170px 0 30px 0;
    color: #fff;
    position: relative;
}

#sns_banner_top:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: #1a1a1a;
    opacity: 0.45;
}

#sns_banner_top .page-title {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1px;
}

.cms-index-index3 #sns_content {
    margin-top: 0;
}

.header-style3 #sns_header .sticky #sns_menu #sns_header_logo img {
    height: 60px;
}

#sns_pathway .breadcrumbs li.last span,
#sns_pathway .breadcrumbs a {
    color: #fff;
    font-size: 14px;
}

#sns_content .block.block-layered-nav dl#narrow-by-list dt {
    font-size: 15px;
}

#sns_content .block.block-layered-nav dl#narrow-by-list dd ol li a {
    font-size: 14px;
}

.nav-thumbs ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.nav-thumbs ul li {
    width: 75px;
    height: 75px;
    padding: 5px;
    margin-bottom: 4px;
    border: 1px solid #eaeaea;
    position: relative;
}

.nav-thumbs ul li:last-of-type:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.nav-thumbs ul li:last-of-type .image-number {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    z-index: 1;
    font-size: 18px;
}

.nav-thumbs ul li:hover {
    border-color: #000;
}

.nav-thumbs ul li a img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.product-images {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}

.product-main-image {
    width: calc(100% - 90px);
}

.product-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 24px;
}

.product-title .details {
    display: block;
    font-size: 16px;
    font-weight: 400;
    opacity: 0.75;
    margin-top: 4px;
}

.product-details-wrapper {
    padding: 15px 30px;
    background-color: #fff;
}

.product-details-wrapper .price {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 7px;
}

.product-details-wrapper .discount-price {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 5px;
}

.product-details-wrapper .discount-price span {
    padding: 3px 10px;
    color: rgb(14, 167, 47);
    border: 1px dashed rgb(14, 167, 47);
}

.product-details-wrapper .discount-price del {
    font-size: 18px;
    margin-left: 15px;
    color: rgb(145, 19, 19);
}

.variation-selector p {
    font-size: 18px;
    color: #a9a9a9;
    font-weight: 500;
}

.flex-display-label {
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.for-book-checkbox {
    border: 1px solid #212529;
    padding: 4px 8px;
    margin-bottom: 6px;
    margin-right: 4px;
    color: #212529;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    /* width: 30%; */
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1;
}

.for-book-checkbox.label-checked {
    background-color: #31993f;
    color: #fff;
}

.product-quantity .quantity-box {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: flex-start;
}

.product-quantity .quantity-box button {
    width: 40px;
    height: 100%;
    border: none;
    background-color: #38b348;
    color: #fff;
    height: calc(1.5em + 0.75rem + 9px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.product-quantity .quantity-box button i {
    top: auto;
}

.product-quantity .quantity-box .form-control {
    width: 60px;
    margin: 0 4px;
    border-radius: 0;
    border: 1px solid #141414;
    text-align: center;
}

.product-quantity p {
    font-size: 18px;
    color: #a9a9a9;
    font-weight: 500;
}

.product-quantity .min-quantity {
    font-size: 12px;
    color: #a9a9a9;
    font-weight: 500;
}

/*.slick-list.draggable {*/
/*    height: 100% !important;*/
/*}*/

@media only screen and (max-width: 600px) {
    .header-style3 #sns_header #sns_header_full {
        background-color: #1a1a1a;
        background-image: none;
        margin-bottom: 0;
    }

    .header-style3 #sns_header #sns_header_full #sns_menu #sns_header_logo {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 999;
    }

    .header-style3 #sns_header #sns_menu #sns_header_logo h1 {
        padding: 0;
    }

    .header-style3 #sns_header #sns_header_full #sns_menu #sns_header_logo img {
        height: 30px;
    }

    #sns_menu .sns_menu_right .block_topsearch {
        position: relative;
        top: 5px;
    }

    .header-style3 #sns_header #sns_header_full.sticky {
        position: fixed;
    }

    #sns_content .products-index .owl-controls {
        opacity: 1;
    }

    #sns_content .sns-products-list .products-small .item .item-inner .prd .item-img .product-image .img-main img {
        width: 100%;
        height: auto;
    }

    #sns_content .sns-products-list .products-small .item .item-inner .prd .item-info {
        width: 100%;
    }

    #sns_content .sns-products-list .products-small .item {
        text-align: center;
    }

    .detai-products1 .owl-controls .owl-nav .owl-prev,
    .detai-products1 .owl-controls .owl-nav .owl-next {
        background-color: #1a1a1a;
    }

    .sns_banner {
        display: none;
    }

    #sns_menu .sns_menu_right .block_topsearch .top-search {
        width: 300px;
        left: auto;
        right: 50%;
    }

    .products-grid .item .item-inner:hover .action-bot .actions,
    .products-grid .item .item-inner:hover .action-bot .wrap-addtocart,
    .products-grid .item .item-inner .action-bot .actions {
        transform: translateX(0);
    }

    .product-title {
        font-size: 22px;
        line-height: 1.5;
    }

    .ZoomContainer {
        display: none !important;
    }
}

.slider-galeria .slick-slide img  {
        width: 0;
        display: none;
    }

    .slider-galeria .slick-current.slick-active img {
        width: 100%;
        display: block;
    }
