﻿@font-face {
    font-family: Mandevilla;
    src: url('fonts/UVF-Mandevilla-Regular.ttf');
}

@font-face {
    font-family: Museo100;
    src: url('fonts/UVF-Museo100-Regular.ttf');
}

@font-face {
    font-family: UVFMonthoers;
    src: url('fonts/UVF_Monthoers.otf');
}

@font-face {
    font-family: UVFFlorenceRegular;
    src: url('fonts/UVF_Florence-Regular.ttf');
}
/*@font-face {
    font-family: SourceSerifVariable;
    src: url('fonts/SourceSerifVariable-Roman.ttf');
}*/

@font-face {
    font-family: VniCentur;
    src: url('fonts/VCENTN.TTF');
}

@font-face {
    font-family: UTMBryantLG;
    src: url('fonts/UTM_BryantLG.ttf');
}

html, body, div, span, applet, object, iframe, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, tt, var, center, dl, dt, dd, ol, ul, li, fieldset, form, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, audio, video {
    font-size: 10pt;
    font-family: 'Quicksand', sans-serif;
    vertical-align: baseline;
    font-weight: normal;
}

ul, li {
    padding: 0;
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Quicksand', sans-serif;
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    background-color: #fff;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

a {
    color: #333;
}

    a, a:hover {
        -webkit-transition: color .4s,background .4s,border-color .4s;
        transition: color .4s,background .4s,border-color .4s;
        outline: none;
    }

        a:focus {
            border: none;
            text-decoration: none;
            outline: none;
        }

ol, ul {
    list-style: none;
}

.overlay-screen,
.overlay-screen-header {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.7;
    display: none;
    z-index: 100;
    transition: all .8s;
}
*:focus {
    outline: none;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border-bottom: #D2D2D2 solid 1px !important;
    -webkit-text-fill-color: inherit !important;
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    outline: 0px;
    transition: background-color 5000s ease-in-out 0s !important;
    border-bottom: 0px !important;
}

.checkbox .checkbox-material .check {
    border-radius: 0px;
}

@keyframes fadeInShopNow {
    from {
        opacity: 0;
    }

    to {
        opacity: 0.7;
    }
}

@keyframes moveDownShopNow {
    from {
        margin-top: -200px;
    }

    to {
        margin-top: 0px;
    }
}

@keyframes lds-eclipse {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes lds-eclipse {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.lds-eclipse {
    position: relative;
}

    .lds-eclipse div {
        position: absolute;
        -webkit-animation: lds-eclipse 1s linear infinite;
        animation: lds-eclipse 1s linear infinite;
        width: 80px;
        height: 80px;
        top: 20px;
        left: 20px;
        border-radius: 50%;
        box-shadow: 0 4px 0 0 #009688;
        -webkit-transform-origin: 40px 42px;
        transform-origin: 40px 42px;
    }

.lds-eclipse {
    width: 100px;
    height: 100px;
    -webkit-transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
    transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
}

/* -------------------------------------------------------------------------------------------------------------------------------------------------*/
body {
    padding-top: 50px;
    overflow-x: hidden;
}

.header {
    box-sizing: border-box;
    -webkit-transition: top 4s ease-in-out;
    -moz-transition: top 4s ease-in-out;
    transition: top 4s ease-in-out;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 600;
    width: 100%;
    box-shadow: 0px 1px 7px rgba(0,0,0,.3);
    background: #262261;
}

    .header .navbar-toggle.menu {
        display: block;
        float: left;
        margin-right: 5px;
    }
.header-right-wrapper {
    justify-content: flex-end;
    align-content: center;
    align-items: center;
    width: 100%;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.header .header-link-left {
    display: inline-block;
    font-size: 13px;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 16px;
    margin-right: 5px;
    padding-left: 5px;
    color: #fff;
    font-weight: bold;
}

        .header .header-link-left.why-kymdan {
            border-left: #fff solid 2px;
        }

        .header .header-link-left:hover {
            color: #888;
        }

        .header .header-link-left i {
            display: inline-block;
            font-weight: 600;
            margin-left: 8px;
            position: relative;
            top: -1px;
        }

    .header .header-link-left .title-shop-now {
        font-weight: unset;
    }

    .header .header-link-left .icon-shop {
        display: none;
    }

    .header .logo img {
        margin: auto;
        display: table;
        padding-top: 12px;
        padding-bottom: 5px;
    }

    .header .container .row > .header-item {
        height: 50px;
    }

.header-link a {
    padding: 12px 5px;
    display: block;
    cursor: pointer;
}

.header-link .language {
    padding-top: 15px;
    font-size: 13px;
    color: #333;
}

    .header-link .language:hover {
        text-decoration: none;
        color: #888;
    }

.admin-header-links {
    text-align: center;
    color: #333;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    position: fixed;
    top: 55px;
    z-index: 999999;
}

    .admin-header-links a {
        color: #333;
        padding: 5px;
    }

        .admin-header-links a:hover {
            color: #888;
            text-decoration: none;
        }

.navbar-toggle .icon-bar {
    background: #fff;
    height: 3px;
    width: 26px;
}

.header .overlay {
    background-image: linear-gradient(90deg, rgb(21, 21, 21), rgb(21, 21, 21));
    opacity: 0.2;
    /*background: rgba(0,0,0,0.5);*/
    width: 100%;
    height: 100%;
    position: absolute;
    /*opacity: 0.5;*/
    display: none;
    z-index: -99;
}


.header svg path {
    fill: #fff;
}

.header-item.left-header {
    padding-right: 0px;
}

.overlay-loading {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background: #fff;
    top: 0;
    right: 0;
    display: none;
}

.navbar-toggle .icon-bar {
    -webkit-transition: all .5s;
    transition: all .5s;
}

.header .navbar-toggle.menu.active .top {
    webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: 10% 10%;
    /*top: 7px;*/
}

.header .navbar-toggle.menu.active .middle {
    opacity: 0;
}

.header .navbar-toggle.menu.active .bottom {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}

.search-icon {
    float: left;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-right: 5px;
}

    .search-icon .header-toggle-item {
        display: block;
        cursor: pointer;
        line-height:0;
    }

    .search-icon::after {
        clear: both;
        display: block;
        content: ' '
    }

.loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    background: #fff;
}

.loader {
    height: 100%;
    position: fixed;
    width: 200px;
    top: calc(50% - 90px);
    left: calc(50% - 100px);
}

.loader-overlay .loader img {
    width: 200px;
}

@media all and (max-width:992px) {
    .header .header-link-left {
        display: none;
    }

    .header .logo img {
        width: 130px;
    }

    .header .header-link-left.quick-shop {
        display: block;
    }

    .shop-now-wrapper.active {
        display: none;
    }
}

@media all and (max-width:666px) {

    .header .header-link-left.quick-shop {
        margin-top: 12px;
    }

    .header .header-link-left.quick-shop .title-shop-now {
        display: none;
    }

    .header .header-link-left.quick-shop .icon-shop {
        display: inline-block;
    }
}

@media (max-width: 420px) {
    .header .container {
        padding: 5px;
    }

    .header-item.left-header{
        display:inline-flex;
        align-items:center;
        align-content:center;
        justify-content:center;
    }
    .header-right-wrapper{
        height:100%;
    }
    .header .header-link-left {
        display: none;
    }
    .link-shop-now {
        margin-bottom: 0px !important;
    }
    .header .header-link-left.quick-shop{
        margin-top:0px;
    }
    .header .logo img {
        width: 100px;
        /*padding-top: 15px;*/
    }

    .header-links.header-item .header-link > a {
        padding: 0px 0 0 0;
        line-height:0;
    }
    .header-link.cart .item-in-cart.cart-qty {
        top: -10px;
    }
    .header-item {
        padding: 5px;
    }

        .header-item:nth-child(3) {
            padding-right: 15px;
        }

    .header-links.header-item .header-link {
        padding: 0 5px;
    }

    .navbar-toggle.menu {
        margin-top: 5px;
        margin-left: 5px;
    }

    .loader-overlay .loader img {
        width: 150px;
    }

    .loader {
        width: 200px;
        top: calc(50% - 65px);
        left: calc(50% - 75px);
    }
}

@media (max-width: 320px) {
    .header-item.left-header .search-icon{
        display: none;
    }

    .header-right-wrapper .phone-number-header {
        display: none;
    }
}

.wrapper-content-menu {
    position: fixed;
    top: 50px;
    z-index: 500;
    left: 50%;
    transform: translateX(-50%);
}

.search-wrapper {
    position: fixed;
    top: 50px;
    z-index: 490;
    width: 100%;
    background-color: white;
    display: none;
    height: 100%;
}

.frm-search-wrapper {
    max-width: 630px;
    padding: 0;
    margin: 0 auto;
    float: none;
    position: relative;
    top: calc(10%);
}

    .frm-search-wrapper .input-group {
        position: relative;
        border: solid 1px #ddd;
        transition: border-color .8s ease;
        -moz-transition: border-color .8s ease;
        -webkit-transition: border-color .8s ease;
        -o-transition: border-color .8s ease;
        display: table;
        border-collapse: separate;
        width:100%;
    }

        .frm-search-wrapper .input-group input {
            height: 48px;
            font-size: 12pt;
            color: #222;
            border: none;
            margin: 1px 0 1px 20px;
            width: 100%;
        }

    .frm-search-wrapper .input-wrapper{
        display:flex;
    }
    .frm-search-wrapper .input-group-btn {
        vertical-align: middle;
        width: 50px;
        height: 50px;
        line-height: 50px;
        padding: 0;
    }
        .frm-search-wrapper .input-group-btn button.search-box-button {
            width: 100%;
            height: 100%;
            line-height: inherit;
            background-color: #E0E0E2;
            color: #222222;
            margin: 0;
            border-radius: 0;
            font-size: 15px;
            padding-top: 1px;
            position: relative;
            padding-bottom: 6px;
            padding-left: 6px;
            padding-right: 5px;
            border:none;
        }

@keyframes lds-dual-ring {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes lds-dual-ring {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.lds-dual-ring {
    position: relative;
}

    .lds-dual-ring div {
        position: absolute;
        width: 140px;
        height: 140px;
        top: 30px;
        left: 30px;
        border-radius: 50%;
        border: 12px solid #000;
        border-color: #eca611 transparent #eca611 transparent;
        -webkit-animation: lds-dual-ring 1s linear infinite;
        animation: lds-dual-ring 1s linear infinite;
    }

.lds-dual-ring {
    width: 95px !important;
    height: 95px !important;
    -webkit-transform: translate(-47.5px, -47.5px) scale(0.475) translate(47.5px, 47.5px);
    transform: translate(-47.5px, -47.5px) scale(0.475) translate(47.5px, 47.5px);
}
.btn-close-search {
    font-size: 24px;
    color: #222;
    background-color: transparent;
    outline: none;
    border: none;
    margin-top: 25px;
    margin-right: 5px;
    cursor: pointer;
}
.search-autocomplete {
    background-color: #fff;
    z-index: 99999;
    padding: 0;
    top: 30px;
    left: 0;
    width: auto !important;
}
    .search-autocomplete .ui-autocomplete {
        left: 0px !important;
        border: solid 1px #ddd;
        width: 100% !important;
        max-height: 400px;
        overflow-y: auto;
        overflow-x:hidden;
    }
.autocomplete-wrapper .ui-menu-item .ui-menu-item-wrapper {
    display: flex;
    align-items: center;
    padding-right: 5px;
}
    .autocomplete-wrapper .ui-menu-item .ui-menu-item-wrapper:hover,
    .autocomplete-wrapper .ui-menu-item .ui-menu-item-wrapper:focus {
        text-decoration: none;
    }
    .autocomplete-wrapper .ui-menu-item img {
        width: 80px;
        margin:0 auto;
        display:block;

    }
    .autocomplete-wrapper .ui-menu-item .product-title {
        margin-left: 10px;
        font-size:13pt;
    }
.autocomplete-wrapper .ui-menu-item-wrapper.ui-state-active {
    border: none;
    background: rgba(28, 28, 28, 0.08);
    color: #131313;
}
.btn-close-search-wrapper {
    display: flex;
    justify-content: flex-end;
}
@media (max-width: 420px) {
    .frm-search-wrapper {
        top: calc(10% - 40px);
    }

    .autocomplete-wrapper .ui-menu-item .product-title {
        font-size: 11pt;
    }
}
.fieldset {
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
}

    .fieldset .input-control {
        
        border: solid 1px #ddd;
        transition: border-color .8s ease;
        -moz-transition: border-color .8s ease;
        -webkit-transition: border-color .8s ease;
        -o-transition: border-color .8s ease;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .fieldset .search-text {
        width: 100%;
        border: none;
        padding-left: 10px;
        font-size: 12pt;
        -webkit-appearance: none;
        border-color: transparent;
        outline-width: 0;
        display: flex;
        align-items: center;
        height: 100%;
    }
        .fieldset .input-control .input-group-btn {
            width: 30px;
            height: 30px;
        }

        .fieldset .input-control .input-wrapper {
            width: 100%;
        }
    .fieldset .input-control .input-group-btn button {
        width: 100%;
        height: 100%;
        font-size: 12pt;
        border: none;
        background-color: #E0E0E2;
    }
.search-results .warning p {
    padding-left: 5px;
    font-size: 11.5pt;
}
/*-------------------1. CART MINI--------------------*/
.header-link.cart {
    position: relative;
}

.mini-cart-wapper {
    display: none;
    position: absolute;
    width: 400px;
    background: #fff;
    right: 0px;
    z-index: 450;
    box-shadow: 0 2px 10px rgba(0,0,0,.2);
}

.mini-cart {
    padding: 10px;
}

    .mini-cart .cart-footer .button-checkout {
        background: #1aa170;
        border: none;
        display: -webkit-box;
        display: flex;
        color: #fff;
        font-size: 14px;
        font-weight: 600;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        letter-spacing: 1px;
        padding: 10px 0;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
    }

    .mini-cart .cart-footer svg {
        display: block;
        fill: #fff;
        height: 10px;
        margin-left: 10px;
        width: 18px;
    }

    .mini-cart .cart-header {
        padding: 0px 0 10px 0;
        border-bottom: 1px solid #e6e6e6;
        font-size: 13px;
    }

        .mini-cart .cart-header.no-items {
            padding: 5px;
            border-bottom: none;
            text-align: center;
        }

    .mini-cart .cart-content {
        padding: 10px 0 5px 0;
        font-size: 13px;
        max-height: 300px;
        overflow: auto;
    }

.cart-content .image-product {
    padding-left: 5px;
    padding-right: 0px;
}

    .cart-content .image-product img {
        width: 100%;
    }

.cart-content .product .name a {
    padding: 0px 0 5px 0;
    font-weight: bold;
    color: #333;
}

    .cart-content .product .name a:hover {
        color: #888;
        text-decoration: none;
    }

.cart-content .product .attributes {
    padding-bottom: 5px;
}

.cart-content .product .quantity,
.cart-content .price {
    padding-bottom: 5px;
}

    .cart-content .price > div {
        display: block;
    }

    .cart-content .price .unit-price {
        display: block;
        padding-left: 5px;
        padding-right: 5px;
        text-align: right;
    }

        .cart-content .price .unit-price.price-primary {
            font-weight: bold;
            font-size: 14px;
        }

.cart-content .row:nth-child(even) {
    border-top: 1px solid #e6e6e6;
}

.cart-content .line {
    display: none;
}

.cart-footer .sub-total > div {
    display: block;
}

.cart-footer .sub-total .sub-total-price {
    display: block;
    text-align: right;
    font-size: 14px;
}

.cart-footer .sub-total .sub-total-primary,
.cart-footer .sub-total .title-price {
    font-weight: bold;
}

.cart-footer .sub-total {
    padding-bottom: 5px;
}

._mCS_2 .mCSB_dragger .mCSB_dragger_bar {
    background-color: #BC7517 !important;
}

._mCS_1 .mCSB_dragger .mCSB_dragger_bar {
    background-color: #BC7517 !important;
}

.mCSB_1_scrollbar .mCSB_dragger .mCSB_draggerRail {
    width: 4px;
}

#mCSB_1_scrollbar_vertical .mCSB_dragger {
    height: 100px;
}

.cart-content .cart-item {
    padding-bottom: 5px;
    padding-top: 5px;
    min-width: 378px;
}

.mini-cart-wapper .cart-footer {
    border-top: 1px solid #e6e6e6;
    padding-top: 5px;
}

/*.cart.hover .mini-cart-wapper,
.mini-cart-link:hover + .mini-cart-wapper,
.mini-cart-wapper:hover,
.cart + .mini-cart-wapper {
    display: block;
}*/
@media (max-width: 420px) {
    .mini-cart-wapper {
        top: 60px;
        min-width: 100%;
        width: 100%;
        min-width: 100%;
        position: fixed;
    }
}
/*------------------ 2. User ------------------------*/
.account-wapper {
    display: none;
    position: absolute;
    min-width: 120px;
    background: #fff;
    right: 0px;
    z-index: 500;
    box-shadow: 0 2px 10px rgba(0,0,0,.2);
    width: 200px;
}

    .account-wapper .account-content {
        padding: 0px 10px;
        text-align: center;
    }

        .account-wapper .account-content li:nth-child(odd) {
            border-bottom: 1px solid #e6e6e6;
        }

        .account-wapper .account-content a {
            color: #333;
            font-size: 13px;
            padding: 10px;
            display: block;
        }

            .account-wapper .account-content a:hover {
                color: #888;
                text-decoration: none;
            }
/*.header-link .account-link:hover + .account-wapper,
.header-link.account:hover + .account-wapper,
.account-wapper:hover {
    display: block;
}*/
@media (max-width: 420px) {
    .account-wapper {
        position: fixed;
        width: 100%;
        right: 0;
        top: 60px;
    }
}
/*-----------------------------------------3. Language----------------------------------------------*/
.language-wapper {
    position: absolute;
    /*width: 400px;*/
    background: #fff;
    right: 0px;
    z-index: 500;
    box-shadow: 0 2px 10px rgba(0,0,0,.2);
    display: none;
    padding: 20px 10px;
}


    .language-wapper .language-content, .language-wapper .store-content {
        display: inline-block;
        width: 200px;
        padding: 0px 10px;
        text-align: center;
        float: left;
    }

        .language-wapper .language-content li, .language-wapper .store-content li {
            border-bottom: 1px solid #e6e6e6;
        }

            .language-wapper .language-content li:last-child,
            .language-wapper .store-content li:last-child {
                border-bottom: none;
            }

        .language-wapper .language-content a, .language-wapper .store-content a {
            color: #333;
            font-size: 13px;
            padding: 10px 15px;
            /*background: #f7f7f7;*/
            /*width: 80%;
            margin-bottom: 5px;*/
            display: inline-block;
        }

            .language-wapper .language-content a:hover, .language-wapper .store-content a:hover {
                color: #888;
                text-decoration: none;
            }

    .language-wapper .title-wrapper {
        text-align: center;
        display: block;
        font-weight: 500;
        font-size: 15px;
    }

    /*.header-link .language-link:hover + .language-wapper,
.header-link.language:hover + .language-wapper,
.language-wapper:hover {
    display: block;
}*/
    .language-wapper .language-current,
    .language-wapper .store-current {
        font-weight: bold;
    }

    .language-wapper a {
        color: #333;
    }

@media (max-width:737px) {
    .wrapper-content-menu {
        width: 100%
    }
}

@media (max-width: 420px) {
    .language-wapper .language-content, .language-wapper .store-content {
        width: 100%;
    }

    .language-wapper {
        position: fixed;
        width: 100%;
        right: 0;
        top: 60px;
    }

        .language-wapper .language-content a, .language-wapper .store-content a {
            background: #f7f7f7;
            width: 60%;
            margin-bottom: 10px;
        }

    .wrapper-content-menu {
        left: 0;
        transform: none;
    }

    .language-content {
        margin-top: 10px;
    }

    .language-wapper .language-content li, .language-wapper .store-content li {
        border-bottom: none;
    }
}
/*---------------------------------------4. Menu Nav----------------------------------------------*/

.navigation.menu {
    position: fixed;
    width: 100%;
    opacity: 0;
    text-align: center;
    width: 100%;
    z-index: 550;
    display: none;
    height: 100%;
    background: rgba(255,255,255,.95);
}

    .navigation.menu.animated {
        display: table;
        opacity: 1;
    }

    .navigation.menu ul li a {
        color: #c5c5c5;
        display: block;
        font-size: 32px;
        letter-spacing: 5px;
        text-transform: uppercase;
        text-decoration: none;
        font-weight: 400;
    }

        .navigation.menu ul li a:hover {
            color: #333;
        }

    .navigation.menu ul {
        /*margin: 0 0 25px 0;*/
        display: table-cell;
        vertical-align: middle;
    }

        .navigation.menu ul li {
            display: block;
            margin: 30px 0;
            padding: 10px;
        }

    .navigation.menu > ul > li:nth-child(1) {
        margin-top: 0;
        padding-top: 0;
    }

@media all and (max-width:992px) {
    .navigation.menu ul li a {
        font-size: 23px;
    }
}

@media all and (max-width:420px) {
    .navigation.menu ul li a {
        font-size: 16px;
    }
}

/*---------------------------------------5. Show now----------------------------------------------*/
.shop-now-tab {
    background-color: transparent;
    text-align: center;
    display: block;
}

.container.shop-now-context .shop-now-master-wrapper {
    margin-bottom: 30px;
    margin-top: 35px;
}

.shop-now-master-wrapper .close-wrapper {
    position: relative;
}


.bt-close-shop-now {
    position: absolute;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    top: 0;
    right: 0;
    transform: translate(-50%, -100%);
    display: block;
    width: 30px;
    height: 30px;
}

    .bt-close-shop-now .icon-bar.top,
    .bt-close-shop-now .icon-bar.bottom {
        height: 3px;
        width: 26px;
        display: block;
        border-radius: 1px;
        background-color: #bbb;
    }

    .bt-close-shop-now:hover .icon-bar.top,
    .bt-close-shop-now:hover .icon-bar.bottom {
        -webkit-transition: all .5s;
        transition: all .5s;
    }

    .bt-close-shop-now .icon-bar.top {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        transform-origin: 10% 10%;
    }

    .bt-close-shop-now .icon-bar.bottom {
        margin-top: 11px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        transform-origin: 10% 90%;
    }

.nav.nav-tabs.shop-now-tab {
    border-bottom: 1px solid #dee2e6;
}

.shop-now-tab.nav-tabs > li.shop-now-tab-item {
    display: inline-block;
    float: none;
}

    .shop-now-tab.nav-tabs > li.shop-now-tab-item > a,
    .shop-now-tab-item a {
        color: #bbb !important;
        text-transform: uppercase;
        font-weight: bold;
    }

        .shop-now-tab.nav-tabs > li.shop-now-tab-item > a:hover,
        .shop-now-tab.nav-tabs > li.shop-now-tab-item.active > a {
            color: #000 !important;
        }

.shop-now-wrapper {
    position: fixed;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all .8s ease-out;
    transition: all .8s ease-out;
    width: 100%;
    background: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    z-index: 500;
}

.menu-product-category-wrapper {
    display: block;
    width: 100%;
}

.shop-now-tab-panel .shop-now-item-wrapper .product-image,
.shop-now-list .shop-now-item-wrapper .product-image {
    width: 100%;
    height: auto;
    display: block;
}

.shop-now-list .shop-now-item-wrapper {
    width: 25%;
    display: block;
    float: left;
    position: relative;
    border: 1px solid #fff;
}

.shop-now-tab-panel .product-info {
    display: inline-block;
    width: 100%;
    height: auto;
    position: relative;
}

    .shop-now-tab-panel .product-info .img-logo-product,
    .shop-now-tab-panel .product-info .product-name,
    .shop-now-list .product-info .product-name {
        position: absolute;
        top: 10px;
        width: 100%;
        padding: 10px;
        text-align: center;
        font-weight: bold;
    }

.shop-now-tab-panel .shop-now-item-wrapper a {
    display: inline-block;
}

.link-shop-now {
    display: inline-block;
    margin-bottom: 10px;
}

.menu-product-category-wrapper .shop-now-item-wrapper {
    padding: 0px 1px 3px 0px;
    position: relative;
    display: inline-block;
}

.shop-now-item:hover {
    text-decoration: none;
    color: #333;
}
    .shop-now-item:hover .product-info .img-logo-product,
    .shop-now-item:hover .product-info .product-name {
        display: none;
    }
.product-info .img-logo-product .image-hover {
    margin: 0 auto;
}

.shop-now-list .shop-now-item:hover .shop-now-item-hover {
    display: block;
    height: 100%;
    position: absolute;
    display: block;
    width: 100%;
    z-index: 1;
}


.tab-content > .tab-pane.shop-now-tab-panel {
    display: block;
    height: 0px;
    overflow: hidden;
}

.see-more-wrapper {
    display: inline-block;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 0px;
}

    .see-more-wrapper .ic-see-more {
        padding-left: 6px;
        font-size: 20pt;
    }

.category-seemore:hover {
    text-decoration: none;
}

    .category-seemore:hover .ic-see-more {
        text-decoration: none;
    }

.category-seemore {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.see-more-wrapper span {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.tab-pane.shop-now-tab-panel.active {
    height: auto;
}

.shop-now-list .product-info .product-name {
    color: #333;
    text-align: center;
    display: block;
    padding-top: 20px;
    animation-name: fadeIn;
    animation-duration: 0.9s;
    animation-delay: 0s, 0s;
    font-weight: 500;
    -webkit-animation-name: fadeIn;
    -webkit-animation-duration: 0.9s;
    -webkit-animation-delay: 0s, 0s;
    -o-animation-name: fadeIn;
    -o-animation-duration: 0.9s;
    -o-animation-delay: 0s, 0s;
}

.shop-now-wrapper.active {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.shop-now-item-hover {
    text-align: center;
    margin: auto;
    vertical-align: middle;
    animation-name: fadeIn;
    animation-duration: 0.9s;
    animation-delay: 0s, 0s;
    -webkit-animation-name: fadeIn;
    -webkit-animation-duration: 0.9s;
    -webkit-animation-delay: 0s, 0s;
    display: none;
    position: absolute;
    background: rgba(255,255,255,.8);
}

    .shop-now-item-hover .product-description {
        text-align: center;
        display: block;
        padding: 10px;
        font-weight: 500;
    }

    .shop-now-item-hover .image-hover {
        width: 200px;
        display: block;
        margin: auto;
        /*padding-top: 70px;*/
    }


.product-category-slider-wrapper .slick-arrow,
.menu-product-category-wrapper .slick-arrow,
.product-picture-gallery .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 1;
    display: inline-block;
    font-size: 0;
    cursor: pointer;
    border: none;
    outline: none;
    background-color: transparent;
    color: rgba(168,168,168,.5);
}

    .product-category-slider-wrapper .slick-arrow:hover,
    .product-category-slider-wrapper .slick-arrow:focus,
    .menu-product-category-wrapper .slick-arrow:hover,
    .menu-product-category-wrapper .slick-arrow:focus,
    .product-picture-gallery .slick-arrow:hover,
    .product-picture-gallery .slick-arrow:focus {
        color: rgba(98,98,98,.8);
        -webkit-transition: color 2s ease-out;
        -moz-transition: color 2s ease-out;
        -o-transition: color 2s ease-out;
        transition: color 2s ease-out;
    }

    .product-category-slider-wrapper .slick-arrow::before,
    .menu-product-category-wrapper .slick-arrow::before,
    .product-picture-gallery .slick-arrow::before {
        font-family: 'icomoon';
        display: block;
        font-size: 20pt;
    }

    .product-category-slider-wrapper .slick-arrow.slick-prev,
    .menu-product-category-wrapper .slick-arrow.slick-prev,
    .product-picture-gallery .slick-arrow.slick-prev {
        left: 0px;
    }

    .product-category-slider-wrapper .slick-arrow.slick-next,
    .menu-product-category-wrapper .slick-arrow.slick-next,
    .product-picture-gallery .slick-arrow.slick-next {
        right: 0px;
    }

        .product-category-slider-wrapper .slick-arrow.slick-next::before,
        .menu-product-category-wrapper .slick-arrow.slick-next::before,
        .product-picture-gallery .slick-arrow.slick-next::before {
            content: '\e409';
        }

    .product-category-slider-wrapper .slick-arrow.slick-prev::before,
    .menu-product-category-wrapper .slick-arrow.slick-prev::before,
    .product-picture-gallery .slick-arrow.slick-prev::before {
        content: '\e40a';
    }

.menu-product-category-wrapper.slick-slider .slick-list {
    margin: 10px 35px;
}


.page-shop-now .shop-now-item-hover-wrapper,
.menu-product-category-wrapper .shop-now-item-hover-wrapper {
    height: 100%;
    position: absolute;
    display: block;
    width: 100%;
    z-index: 1;
}

    .page-shop-now .shop-now-item-hover-wrapper .shop-now-item-hover,
    .menu-product-category-wrapper .shop-now-item-hover {
        position: relative;
    }

.page-shop-now .shop-now-item:hover .shop-now-item-hover,
.menu-product-category-wrapper .shop-now-item:hover .shop-now-item-hover {
    height: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.page-shop-now .shop-now-item-wrapper:hover {
    box-shadow: 0px 1px 20px rgba(0,0,0,.45);
    transition: all 1s;
}

.page-shop-now .shop-now-item-hover .product-description {
    font-size: 14px;
}

.baner-mindde img {
    width: 100%;
}

@keyframes spinner {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.title-section {
    text-align: center;
    display: block;
}

.section-footer::before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    background: #262261;
    background-size: cover;
    background-repeat: no-repeat;
}

.section-footer {
    position: relative;
    box-shadow: 0px -2px 10px rgba(0,0,0,0.2);
    color: #fff;
}

    .section-footer .background-footer {
    }

        .section-footer .background-footer img {
            width: 100%;
        }

    .section-footer .container {
        padding-bottom: 20px;
    }

    .section-footer li,
    .section-footer li a {
        color: #fff;
        font-size: 10pt;
    }

    .section-footer li {
        padding-top: 4px;
        padding-bottom: 4px;
    }

    .section-footer .title strong {
        font-size: 16px;
        text-transform: uppercase;
    }

    .section-footer .title {
        margin-top: 30px;
        margin-bottom: 10px;
    }

    .section-footer b {
        font-size: 14px;
    }

.footer-info span {
    display: block;
    text-align: center;
    padding: 20px 0px 0px 0px;
    font-size: 14px;
}

.footer-info a {
    color: #fff;
}

    .footer-info a:hover {
        text-decoration: underline;
    }

.footer-block .list {
    padding-bottom: 10px;
}

@media all and (max-width:992px) {
    .section-footer .list {
        /*min-height: 230px;*/
    }

    .section-footer .footer-wrapper {
        max-width: 420px;
    }

    .section-footer .title strong {
        cursor: pointer;
        display: block;
    }

    .footer-block .list {
        /*transition: all 1s ease;*/
    }

    .footer-block {
        margin-top: 5px;
        margin-bottom: 5px;
        padding: 0px;
        border-bottom: 2px solid rgba(255,255,255,0.5);
    }

    /*.section-footer .title strong::after
    {
        content: " ";
        position: absolute;
        top: 50%;
        right: 1px;
        height: 20px;
        width: 20px;
        background: url(/Themes/Kymdan/Content/image/ic_back.svg) no-repeat center;
        transform: rotate(-90deg);
        transition: all 1s;
    }*/

    .section-footer .title strong.toggle::after {
        transform: rotate(90deg);
        -ms-transform: rotate(90deg); /* IE 9 */
        -webkit-transform: rotate(90deg); /* Safari */
        transition: all 1s;
    }
}

@media all and (max-width:420px) {
    .section-footer .container {
        max-width: 280px;
    }

    .section-footer .list {
        padding-bottom: 10px;
    }
}

.powered-by {
    text-align: center;
    display: block;
    font-size: 11px;
}

    .powered-by a {
        color: #fff;
    }

        .powered-by a:hover {
            text-decoration: underline;
        }

.copyright {
    text-align: center;
    display: block;
    font-size: 11px;
}

.footer-upper {
    background: #242424;
}

@media all and (max-width:420px) {
    .powered-by, .copyright {
        text-align: center;
        display: block;
    }
}

.master-wrapper-page {
    /*min-height: calc(100vh - 50px);*/
}

/*.breadcrumb-wrapper {
    padding: 20px 0;
    background: #f5f5f5 url(/Themes/Kymdan/Content/image/breadcrumbs-grey.png) no-repeat center top;
    background-size: cover;
}*/

.breadcrumb-wrapper .current {
    font-weight: bold;
    text-transform: uppercase;
    padding: 5px 0px 5px 0px;
}

.breadcrumb-wrapper {
    text-align: center;
    text-transform: uppercase;
    background: url(/Themes/Kymdan/Content/image/background_section_sologan.jpg) repeat;
    height: 100px;
    position: relative;
    overflow: hidden;
    text-align: center;
    z-index: 2;
    width: 100%;
    /*top: -20px;*/
    display: table;
}

    .breadcrumb-wrapper::before {
        content: " ";
        background: -webkit-linear-gradient(0deg, rgba(214, 214, 217, 0.7) 2%, rgba(246, 246, 248, 0.3), rgba(255,255,255,0));
        background: -o-linear-gradient(0deg, rgba(214, 214, 217, 0.7) 2%, rgba(246, 246, 248, 0.3), rgba(255,255,255,0));
        background: -moz-linear-gradient(0deg, rgba(214, 214, 217, 0.7) 2%, rgba(246, 246, 248, 0.3), rgba(255,255,255,0));
        background: linear-gradient(0deg, rgba(214, 214, 217, 0.7) 2%, rgba(246, 246, 248, 0.3), rgba(255,255,255,0));
        width: calc(35%);
        height: 180px;
        position: absolute;
        left: -50px;
        bottom: 0;
        transform: skew(30deg);
        z-index: 1;
    }

    .breadcrumb-wrapper::after {
        content: " ";
        background: -webkit-linear-gradient(180deg, rgba(214, 214, 217, 0.7) 2%, rgba(246, 246, 248, 0.3), rgba(255,255,255,0));
        background: -o-linear-gradient(180deg, rgba(214, 214, 217, 0.7) 2%, rgba(246, 246, 248, 0.3), rgba(255,255,255,0));
        background: -moz-linear-gradient(180deg, rgba(214, 214, 217, 0.7) 2%, rgba(246, 246, 248, 0.3), rgba(255,255,255,0));
        background: linear-gradient(180deg, rgba(214, 214, 217, 0.7) 2%, rgba(246, 246, 248, 0.3), rgba(255,255,255,0));
        width: calc(35%);
        height: 180px;
        position: absolute;
        right: -30px;
        top: 0px;
        transform: skew(-30deg);
        z-index: 1;
    }

    .breadcrumb-wrapper .container {
        display: table-cell;
        vertical-align: middle;
    }

.has-error .error,
.form-group span.error {
    color: #f44336;
    font-weight: bold;
    font-size: 14px;
    display: block;
    padding-top: 5px;
}

.form-group label.control-label {
    font-size: 14px;
}

.dtp-actual-day {
    text-transform: uppercase;
}

.dropdownjs > ul[placement=bottom-left] {
    top: 35px;
}

.form-group .checkbox label, .form-group .radio label, .form-group label {
    color: #333;
}

.withripple {
    color: #333;
    font-size: 14px;
}

.slogan-description a,
.slogan-description b {
    font-size: 14px;
}

.vertical-align {
    display: flex;
    flex-direction: row;
}

    .vertical-align > [class^="col-"],
    .vertical-align > [class*=" col-"] {
        display: flex;
        align-items: center; /* Align the flex-items vertically */
        /* Optional, to align inner flex-items
                              horizontally within the column  */
    }

.text-12 {
    font-size: 12px !important;
}

.form-group.label-static label.control-label, .form-group.label-floating.is-focused label.control-label, .form-group.label-floating:not(.is-empty) label.control-label {
    font-size: 13px;
}

.dropdownjs ul {
    padding: 0;
}

    .dropdownjs ul li {
        font-size: 14px;
        padding: 10px;
    }

label {
    color: #909090;
}

.store-name {
    color: #05a3e5;
    font-weight: bold;
}

.store-invoice {
    font-size: 20px;
}

.btn.btn-fab em.material-icons, .input-group-btn .btn.btn-fab em.material-icons,
.btn.btn-fab em.fa {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-12px, -12px);
    -ms-transform: translate(-12px, -12px);
    -o-transform: translate(-12px, -12px);
    transform: translate(-12px, -12px);
    line-height: 24px;
    width: 24px;
}

.float-button-wrapper {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 701;
}

    .float-button-wrapper .btn {
        margin-top: 10px;
        margin-bottom: 10px;
    }

.float-button-main {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    background: none;
    border: none;
    width: 64px;
    height: 64px;
    padding: 5px;
}

    .float-button-main img {
        width: 100%;
    }

.btn-auto-scroll {
    background: none;
    border: none;
    width: 64px;
    height: 64px;
    padding: 5px;
}

    .btn-auto-scroll img {
        width: 100%;
    }

.float-button-main.active {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
}



@keyframes bounce-nds {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes bounce-out-nds {
    from {
        opacity: 1;
        transform: scale(1);
    }

    to {
        opacity: 0;
        transform: scale(0);
    }
}

.float-button-wrapper .float-button-list.active .btn-auto-scroll:not(.float-button-main ) {
    transform: scale(0);
}

.float-button-wrapper .float-button-list.active .btn-1,
.float-button-wrapper .float-button-list.active .title-button.title-1 {
    animation-delay: 0.08s;
    animation: bounce-nds 0.1s linear;
    animation-fill-mode: forwards;
}

.float-button-wrapper .float-button-list.active .btn-2,
.float-button-wrapper .float-button-list.active .title-button.title-2 {
    animation-delay: 0.15s;
    animation: bounce-nds 0.1s linear;
    animation-fill-mode: forwards;
}

.float-button-wrapper .float-button-list.active .btn-3,
.float-button-wrapper .float-button-list.active .title-button.title-3 {
    animation-delay: 0.2s;
    animation: bounce-nds 0.1s linear;
    animation-fill-mode: forwards;
}

.float-button .btn-1,
.float-button .title-button.title-1 {
    animation-delay: 0.2s;
    animation: bounce-out-nds 0.3s linear;
    animation-fill-mode: forwards;
}

.float-button .btn-2,
.float-button .title-button.title-2 {
    animation-delay: 0.2s;
    animation: bounce-out-nds 0.15s linear;
    animation-fill-mode: forwards;
}

.float-button .btn-3,
.float-button .title-button.title-3 {
    animation-delay: 0.2s;
    animation: bounce-out-nds 0.1s linear;
    animation-fill-mode: forwards;
}

.ovelay-fab {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255, 0.8);
    z-index: 700;
    top: 0;
    left: 0;
    display: none;
    animation-delay: 0.2s;
    animation: bounce-out-nds 0.15s linear;
}

    .ovelay-fab.show {
        display: block;
        animation: bounce-nds 0.1s linear;
    }

.float-button-list li {
    display: table;
    position: relative;
}

.float-button-list .title-button {
    position: absolute;
    width: 210px;
    display: table-cell;
    margin: 0px auto;
    left: -210px;
    text-align: right;
    top: calc(50% - 12px);
    font-size: 16px;
    font-weight: bold;
}

@media all and (min-width: 319px) and (max-width: 374px) {
    .float-button-wrapper .btn {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .float-button-wrapper {
        bottom: 10px;
        right: 10px;
    }
}

.header-link {
    z-index: 400;
    position: relative;
}

.header-links.header-item {
    position: relative;
    z-index: 400;
}

.mCSB_inside > .mCSB_container {
    margin-right: 5px;
}

.mCSB_scrollTools {
    width: 5px;
}

@media all and (max-width: 420px) {
    .mini-cart {
        padding: 10px 5px;
    }

    .cart-item .product .name,
    .cart-item .product .attributes,
    .cart-item .product .quantity,
    .cart-item .product .price {
        margin-right: 6px;
        width: 98%;
        text-align: justify;
    }
}

@media all and (max-width: 325px) {
    .cart-item .product .name,
    .cart-item .product .attributes,
    .cart-item .product .quantity,
    .cart-item .product .price {
        margin-right: 6px;
        width: 80%;
    }
}

.logo-seal-wrapper {
    clear: both;
}

    .logo-seal-wrapper:after {
        content: "";
        clear: both;
        display: table;
    }

.logo-seal-item {
    width: 60px;
    display: inline-block;
    margin-right: 10px;
    height: 60px;
    position: relative;
}

    .logo-seal-item.norton {
        width: 90px;
    }

    .logo-seal-item img {
        max-height: 100%;
        max-width: 100%;
        width: auto;
        height: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

@media all and (max-width:991px) {
    .logo-seal-wrapper {
        margin-top: 40px;
    }
}

.fancybox-caption-wrap {
    padding: 30px 30px 0 30px;
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.8) 80%, rgba(0, 0, 0, 0.9) 100%);
    opacity: 1 !important;
    visibility: visible !important;
}

    .fancybox-caption-wrap .fancybox-caption {
        border-top: none;
        text-align: center;
        font-family: 'Quicksand', sans-serif;
        font-size: 17px;
        font-weight: bold;
    }

.page.page-shop-now, body, body .center-1 {
    /*background: url(/Content/Images/uploaded/background_demo.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
    background-size: cover !important;*/
}

.footable-header, .footable-first-visible {
    background: #fff;
}

table.table.footable {
    -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
}

.checkout-loading {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    z-index:99999999999999999999;
}

    .checkout-loading .lds-eclipse {
        position: absolute;
        top: calc(50% - 40px);
        left: calc(50% - 40px);
    }

body > div.shop-now-wrapper > div > div > div > a > div.shop-now-item-hover {
    padding-top: 70px;
}

.footer-block .phone-number, .footer-block .phone-number-1, .footer-block .email, .footer-block .address,
.topic-contact .phone-number, .topic-contact .phone-number-1, .topic-contact .email, .topic-contact .address, .topic-contact .website {
    position: relative;
    padding-left: 30px;
    padding-top: 0px;
}

    .footer-block .phone-number::before,
    .topic-contact .phone-number::before,
    .footer-block .email::before,
    .topic-contact .email::before,
    .footer-block .address::before,
    .topic-contact .address::before,
    .topic-contact .website::before {
        background-size: contain;
        width: 16px;
        height: 16px;
        display: block;
        position: absolute;
        left: 10px;
        content: ' ';
    }

    .footer-block .phone-number::before,
    .topic-contact .phone-number::before {
        background: url(/Themes/Kymdan/Content/image/icon_phone_black.svg) no-repeat;
        top: 50%;
    }

    .footer-block .email::before, .topic-contact .email::before {
        background: url(/Themes/Kymdan/Content/image/icon_email_black.svg) no-repeat;
        top: 2px;
    }

    .footer-block .address::before, .topic-contact .address::before {
        background: url(/Themes/Kymdan/Content/image/icon_warehouse.svg) no-repeat;
        top: 2px;
    }

    .footer-block .address i {
        font-size: 10pt;
    }

.section-thanks {
    height: 120px;
    display: table;
    width: 100%;
}

    .section-thanks .section-thanks-wrrapper {
        display: table-cell;
        vertical-align: middle;
        width: 90%;
    }

    .section-thanks .text-thanks {
        font-family: 'Mandevilla';
        font-weight: bold;
        font-size: 20pt;
        margin: 10px auto;
        width: 80%;
    }

        .section-thanks .text-thanks span {
            font-family: 'VniCentur';
            font-weight: bold;
            font-size: 20pt;
        }

.header-link.cart .item-in-cart {
    background-color: #5DA52A;
    color: black;
    font-weight: bold;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 5px;
    right: -5px;
    text-align: center;
    border-radius: 50%;
    font-size: 9pt;
    line-height: 15pt;
}

span.required {
    font-size: 12pt;
    padding-left: 3px;
    font-weight: bold;
    color: red;
}

.language-link.header-toggle-item.language-link-mobile {
    display: none;
}

.language .language-link-wapper .language-item {
    display: inline-block;
    font-size: 9pt;
    float: left;
    font-weight: bold;
    color: #fff;
    margin-top: 5px;
}

@media all and (max-width:767px) {
    .language .language-link-wapper .language-item {
        display: none;
    }

    .language-link.header-toggle-item.language-link-mobile {
        display: block;
    }
}

.btn.btn-raised.btn-primary, .input-group-btn .btn.btn-raised.btn-primary, .btn.btn-fab.btn-primary, .input-group-btn .btn.btn-fab.btn-primary, .btn-group-raised .btn.btn-primary, .btn-group-raised .input-group-btn .btn.btn-primary {
    background-color: rgb(194,159,5);
}

.btn.btn-raised:not(.btn-link):hover.btn-primary, .input-group-btn .btn.btn-raised:not(.btn-link):hover.btn-primary, .btn-group-raised .btn:not(.btn-link):hover.btn-primary, .btn-group-raised .input-group-btn .btn:not(.btn-link):hover.btn-primary, .btn.btn-raised:not(.btn-link):focus.btn-primary, .input-group-btn .btn.btn-raised:not(.btn-link):focus.btn-primary, .btn-group-raised .btn:not(.btn-link):focus.btn-primary, .btn-group-raised .input-group-btn .btn:not(.btn-link):focus.btn-primary, .btn.btn-raised:not(.btn-link).active.btn-primary, .input-group-btn .btn.btn-raised:not(.btn-link).active.btn-primary, .btn-group-raised .btn:not(.btn-link).active.btn-primary, .btn-group-raised .input-group-btn .btn:not(.btn-link).active.btn-primary, .btn.btn-raised:not(.btn-link):active.btn-primary, .input-group-btn .btn.btn-raised:not(.btn-link):active.btn-primary, .btn-group-raised .btn:not(.btn-link):active.btn-primary, .btn-group-raised .input-group-btn .btn:not(.btn-link):active.btn-primary {
    background-color: rgba(194,159,5,0.8);
}

.search-icon-right {
    display: block;
    margin-left:5px;
}

.search-icon {
    display: none;
}
@media all and (max-width:767px) {
    .header-link.phone-number-header {
        width: 40px !important;
        background-image: url(../image/IconphoneMB.svg) !important;
    }
    .search-icon-right{
        display:none;
    }
    .search-icon{
        display:flex;
    }
}

@media all and (max-width:321px) {
   .header-link.phone-number-header {
        width: 28px !important;
        margin-top: 8px;
    }
}


.header-link.phone-number-header {
    /*align-items: center;
    justify-content: center;
    display: flex;*/
    width: 120px;
    height: 42px;
    background: url(../image/Iconphone-01.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 5px;
}



@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
}

@keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }
}

.modal {
    display: block;
    visibility: hidden;
    overflow-y: hidden;
}

    .modal.in {
        visibility: visible;
    }

.product-picture-gallery .slick-track {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sales-price-wrapper.extra-discount .retail-sales-price {
    font-size: 12px;
}

.sales-price-wrapper.extra-discount .discount-apply {
    margin-left: 8px;
    font-size: 11px;
}

.sales-price-wrapper.extra-discount {
    display: flex;
    align-items: center;
    justify-content: center;
    justify-items: center;
}

.sales-price-wrapper.extra-discount .discount-apply::before {
    top: 3px;
    height: 13px;
    left: -4px;
}

.price-wrapper:has(div.extra-discount) {
    margin: 10px 0px;
}

@media screen and (max-width: 1200px) {
    .sales-price-wrapper.extra-discount .retail-sales-price,
    .sales-price-wrapper.extra-discount .discount-apply {
        font-size: 10px;
    }

    .sales-price-wrapper.extra-discount .discount-apply::before {
        height: 12px;
    }
}
@media screen and (max-width: 425px) {
    .price-wrapper{
        min-width: 140px !important;
    }
}