
@-webkit-keyframes loading{
    0%{
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg)
    }
    to{
        -webkit-transform:rotate(1turn);
        transform:rotate(1turn)
    }
}
@keyframes loading{
    0%{
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg)
    }
    to{
        -webkit-transform:rotate(1turn);
        transform:rotate(1turn)
    }
}
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

:root {
    --e-global-color-primary: #0884C9;
    --e-global-color-secondary: #CDEDFF;
    --e-global-color-0c9dee: #0C9DEE;
    --e-global-color-032538: #032538;
    --e-global-color-0B6CA3: #0B6CA3;
    --e-global-color-fcd858: #FCD858;
    --e-global-color-ffe603: #FFE603;
    --e-global-color-fdb407: #FDB407;
    --e-global-color-af2a02: #AF2A02;
    --e-global-color-text: #000000;
}

html{
    line-height:1.15;
    -webkit-text-size-adjust:100%
}
hr{
    -webkit-box-sizing:content-box;
    box-sizing:content-box;
    height:0;
    overflow:visible
}
pre{
    font-family:monospace,monospace;
    font-size:1em
}
a{
    background-color:transparent;
    text-decoration:none;
    color:inherit;
    -webkit-transition:all .2s;
    transition:all .2s
}

abbr[title]{
    border-bottom:none;
    text-decoration:underline;
    -webkit-text-decoration:underline dotted;
    text-decoration:underline dotted
}
*,:after,:before{
    -webkit-box-sizing:border-box;
    box-sizing:border-box
}
b,strong{
    font-weight:bolder
}
code,kbd,samp{
    font-family:monospace,monospace;
    font-size:1em
}
small{
    font-size:80%
}
sub,sup{
    font-size:75%;
    line-height:0;
    position:relative;
    vertical-align:baseline
}
sub{
    bottom:-.25em
}
sup{
    top:-.5em
}
img{
    border-style:none;
    vertical-align:middle;
    max-width:100%;
    height:auto
}
picture{
    display:inline-block
}
button,input,optgroup,select,textarea{
    font-family:inherit;
    font-size:100%;
    line-height:1.15;
    margin:0;
    -webkit-box-shadow:inset 0 0 0 9999px #fff0;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    -webkit-box-shadow:none;
    box-shadow:none;
    border-radius:0
}
button:focus,input:focus,optgroup:focus,select:focus,textarea:focus{
    outline:none
}
button,input{
    overflow:visible
}
button,select{
    text-transform:none
}
[type=button],[type=reset],[type=submit],button{
    -webkit-appearance:button
}
[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{
    border-style:none;
    padding:0
}
[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{
    outline:1px dotted ButtonText
}
fieldset{
    padding:.35em .75em .625em
}
legend{
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    color:inherit;
    display:table;
    max-width:100%;
    padding:0;
    white-space:normal
}
progress{
    vertical-align:baseline
}
textarea{
    overflow:auto
}
[type=checkbox],[type=radio]{
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    padding:0
}
[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{
    height:auto
}
[type=search]{
    -webkit-appearance:textfield;
    outline-offset:-2px
}
[type=search]::-webkit-search-decoration{
    -webkit-appearance:none
}
::-webkit-file-upload-button{
    -webkit-appearance:button;
    font:inherit
}
details{
    display:block
}
summary{
    display:list-item
}
[hidden],template{
    display:none
}
iframe,table{
    max-width:100%
}
.grid__column.clear{
    clear:both
}
.grid{
    display:flex;
    display:-webkit-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    -moz-flex-direction:row;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -ms-flex-direction:row;
    flex-direction:row;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin-left:-15px;
    margin-right:-15px;
    padding:0;
    position:relative;
    float:none
}
.grid:after{
    content:"";
    display:table;
    clear:both
}
.grid__column{
    position:relative;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    min-height:1px;
    vertical-align:top;
    margin-left:0!important;
    margin-right:0!important;
    padding:0 15px;
    width:100%
}
@media (max-width:767px){
    .grid--stackable>.grid__column{
        width:100%!important;
        -webkit-box-flex:1!important;
        -ms-flex:1 0 auto!important;
        flex:1 0 auto!important
    }
}
.grid--rev{
    display:flex;
    display:-webkit-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:reverse;
    -ms-flex-direction:row-reverse;
    flex-direction:row-reverse
}
.grid--full{
    margin-left:0;
    margin-right:0
}
.grid--full>.grid__column{
    padding:0 15px
}
.grid--nospace{
    margin:0
}
.grid--nospace .grid__column{
    padding:0
}
.grid--automatic{
    display:flex;
    display:-webkit-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap
}
.grid--automatic>.grid__column{
    -webkit-box-flex:1;
    -ms-flex-positive:1;
    flex-grow:1
}
.grid--automatic>.grid__column[class*=-twelfths]{
    -webkit-box-flex:0;
    -ms-flex-positive:0;
    flex-grow:0
}
.grid--automatic>.grid__column:not([class*=-twelfths]){
    -webkit-box-flex:1;
    -ms-flex:1 1 0%;
    flex:1 1 0%;
    -webkit-flex:1 1 0%
}
.grid--equal-height>.grid__column>div{
    width:100%
}
.grid--equal-height>.grid__column{
    display:flex;
    display:-webkit-box;
    display:-ms-flexbox;
    display:-webkit-flex
}
.grid--aligned-topcenter{
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center
}
.grid--aligned-topcenter,.grid--aligned-topright{
    -ms-flex-align:start;
    -moz-align-items:flex-start;
    -webkit-box-align:start;
    align-items:flex-start
}
.grid--aligned-topright{
    -webkit-box-pack:end;
    -ms-flex-pack:end;
    justify-content:flex-end
}
.grid--aligned-middleleft{
    -webkit-box-pack:start;
    -ms-flex-pack:start;
    justify-content:flex-start
}
.grid--aligned-center,.grid--aligned-middleleft{
    -ms-flex-align:center;
    -moz-align-items:center;
    -webkit-box-align:center;
    align-items:center
}
.grid--aligned-center{
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center
}
.grid--aligned-middleright{
    -webkit-box-pack:end;
    -ms-flex-pack:end;
    justify-content:flex-end;
    -ms-flex-align:center;
    -moz-align-items:center;
    -webkit-box-align:center;
    align-items:center
}
.grid--aligned-bottomleft{
    -webkit-box-pack:start;
    -ms-flex-pack:start;
    justify-content:flex-start
}
.grid--aligned-bottomcenter,.grid--aligned-bottomleft{
    -ms-flex-align:end;
    -moz-align-items:flex-end;
    -webkit-box-align:end;
    align-items:flex-end
}
.grid--aligned-bottomcenter{
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center
}
.grid--aligned-bottomright{
    -webkit-box-pack:end;
    -ms-flex-pack:end;
    justify-content:flex-end;
    -ms-flex-align:end;
    -moz-align-items:flex-end;
    -webkit-box-align:end;
    align-items:flex-end
}
.grid--one-column>.grid__column{
    width:100%
}
.grid--two-columns>.grid__column{
    width:50%
}
.grid--three-columns>.grid__column{
    width:33.33333333%
}
.grid--four-columns>.grid__column{
    width:25%
}
.grid--five-columns>.grid__column{
    width:20%
}
.grid--six-columns>.grid__column{
    width:16.66666667%
}
.grid--seven-columns>.grid__column{
    width:14.28571429%
}
.grid--eight-columns>.grid__column{
    width:12.5%
}
.grid--nine-columns>.grid__column{
    width:11.11111111%
}
.grid--ten-columns>.grid__column{
    width:10%
}
.grid--eleven-columns>.grid__column{
    width:9.09090909%
}
.grid--twelfth-columns>.grid__column{
    width:8.33333333%
}
.one-whole{
    width:100%
}
.one-half{
    width:50%
}
.one-twelfth{
    width:8.333%
}
.two-twelfths{
    width:16.666%
}
.three-twelfths{
    width:25%
}
.four-twelfths{
    width:33.333%
}
.five-twelfths{
    width:41.666%
}
.six-twelfths{
    width:50%
}
.seven-twelfths{
    width:58.333%
}
.eight-twelfths{
    width:66.666%
}
.nine-twelfths{
    width:75%
}
.ten-twelfths{
    width:83.333%
}
.eleven-twelfths{
    width:91.666%
}
.visible{
    display:block!important
}
.hidden{
    display:none!important
}
@media (max-width:767px){
    .mobile--one-whole{
        width:100%
    }
    .mobile--one-half{
        width:50%
    }
    .mobile--one-twelfth{
        width:8.333%
    }
    .mobile--two-twelfths{
        width:16.666%
    }
    .mobile--three-twelfths{
        width:25%
    }
    .mobile--four-twelfths{
        width:33.333%
    }
    .mobile--five-twelfths{
        width:41.666%
    }
    .mobile--six-twelfths{
        width:50%
    }
    .mobile--seven-twelfths{
        width:58.333%
    }
    .mobile--eight-twelfths{
        width:66.666%
    }
    .mobile--nine-twelfths{
        width:75%
    }
    .mobile--ten-twelfths{
        width:83.333%
    }
    .mobile--eleven-twelfths{
        width:91.666%
    }
    .mobile--visible{
        display:block!important
    }
    .mobile--hidden{
        display:none!important
    }
}
@media (min-width:768px) and (max-width:991px){
    .tablet--one-whole{
        width:100%
    }
    .tablet--one-half{
        width:50%
    }
    .tablet--one-twelfth{
        width:8.333%
    }
    .tablet--two-twelfths{
        width:16.666%
    }
    .tablet--three-twelfths{
        width:25%
    }
    .tablet--four-twelfths{
        width:33.333%
    }
    .tablet--five-twelfths{
        width:41.666%
    }
    .tablet--six-twelfths{
        width:50%
    }
    .tablet--seven-twelfths{
        width:58.333%
    }
    .tablet--eight-twelfths{
        width:66.666%
    }
    .tablet--nine-twelfths{
        width:75%
    }
    .tablet--ten-twelfths{
        width:83.333%
    }
    .tablet--eleven-twelfths{
        width:91.666%
    }
    .tablet--visible{
        display:block!important
    }
    .tablet--hidden{
        display:none!important
    }
}
@media (min-width:992px) and (max-width:1199px){
    .desk--one-whole{
        width:100%
    }
    .desk--one-half{
        width:50%
    }
    .desk--one-twelfth{
        width:8.333%
    }
    .desk--two-twelfths{
        width:16.666%
    }
    .desk--three-twelfths{
        width:25%
    }
    .desk--four-twelfths{
        width:33.333%
    }
    .desk--five-twelfths{
        width:41.666%
    }
    .desk--six-twelfths{
        width:50%
    }
    .desk--seven-twelfths{
        width:58.333%
    }
    .desk--eight-twelfths{
        width:66.666%
    }
    .desk--nine-twelfths{
        width:75%
    }
    .desk--ten-twelfths{
        width:83.333%
    }
    .desk--eleven-twelfths{
        width:91.666%
    }
    .desk--visible{
        display:block!important
    }
    .desk--hidden{
        display:none!important
    }
}
@media (min-width:768px) and (max-width:991px){
    .grid--doubling.grid--two-columns>.grid__column{
        width:100%
    }
    .grid--doubling.grid--four-columns>.grid__column,.grid--doubling.grid--three-columns>.grid__column{
        width:50%
    }
    .grid--doubling.grid--five-columns>.grid__column,.grid--doubling.grid--seven-columns>.grid__column,.grid--doubling.grid--six-columns>.grid__column{
        width:33.33333333%
    }
    .grid--doubling.grid--eight-columns>.grid__column{
        width:25%
    }
    .grid--doubling.grid--eleven-columns>.grid__column,.grid--doubling.grid--nine-columns>.grid__column,.grid--doubling.grid--ten-columns>.grid__column{
        width:20%
    }
    .grid--doubling.grid--twelfth-columns>.grid__column{
        width:16.66666667%
    }
}
@media (max-width:767px){
    .grid--doubling.grid--five-columns>.grid__column,.grid--doubling.grid--four-columns>.grid__column,.grid--doubling.grid--three-columns>.grid__column,.grid--doubling.grid--two-columns>.grid__column{
        width:100%
    }
    .grid--doubling.grid--eight-columns>.grid__column,.grid--doubling.grid--nine-columns>.grid__column,.grid--doubling.grid--seven-columns>.grid__column,.grid--doubling.grid--six-columns>.grid__column{
        width:50%
    }
    .grid--doubling.grid--elevent-columns>.grid__column,.grid--doubling.grid--ten-columns>.grid__column,.grid--doubling.grid--twelfth-columns>.grid__column{
        width:33.3333%
    }
}
@media (min-width:1200px){
    .large--visible{
        display:block!important
    }
    .large--hidden{
        display:none!important
    }
}
.flex{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex
}
.flex--space{
    -webkit-box-flex:1;
    -ms-flex:1;
    flex:1
}
.flex--column{
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-flow:column;
    flex-flow:column
}
.justify--center{
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center
}
.justify--around{
    -ms-flex-pack:distribute;
    justify-content:space-around
}
.justify--between{
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between
}
.justify--start{
    -webkit-box-pack:start;
    -ms-flex-pack:start;
    justify-content:flex-start
}
.justify--end{
    -webkit-box-pack:end;
    -ms-flex-pack:end;
    justify-content:flex-end
}
.align--center{
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center
}
.align--start{
    -webkit-box-align:start;
    -ms-flex-align:start;
    align-items:flex-start
}
.align--end{
    -webkit-box-align:end;
    -ms-flex-align:end;
    align-items:flex-end
}
.text--black{
    font-weight:900
}
.text--bold{
    font-weight:700
}
.text--simi{
    font-weight:600
}
.text--medium{
    font-weight:500
}
.text--normal{
    font-weight:400
}
.text--light{
    font-weight:300
}
.text--extra-light{
    font-weight:200
}
.text--italic{
    font-family:Sarabun,sans-serif
}
.text--upper{
    text-transform:uppercase
}
.text--lower{
    text-transform:lowercase
}
.text--title{
    text-transform:capitalize
}
.text--nowrap{
    white-space:nowrap
}
.text--strikethrough{
    text-decoration:line-through
}
.text--white{
    color:#fff
}
.text--dark{
    color:#231f20
}
.text--primary{
    color:#fa6400
}
.text--secondary{
    color:#838388
}
.text--green{
    color:#239a1a
}
.text--right{
    text-align:right
}
.text--left{
    text-align:left
}
.text--center{
    text-align:center
}
.no-style{
    margin:0;
    padding:0
}
.no-style li{
    list-style:none
}
.two-columns{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -ms-flex-flow:row wrap;
    flex-flow:row wrap;
    margin:0 -15px
}
.two-columns li{
    width:50%;
    padding:0 15px
}
.mgt--10{
    margin-top:10px
}
.mgt--20{
    margin-top:20px
}
.mgt--30{
    margin-top:30px
}
.mgt--40{
    margin-top:40px
}
.mgt--50{
    margin-top:50px
}
.mgt--60{
    margin-top:60px
}
.mgt--70{
    margin-top:70px
}
.mgt--80{
    margin-top:80px
}
.mgt--90{
    margin-top:90px
}
.mgt--100{
    margin-top:100px
}
.mgb--10{
    margin-bottom:10px
}
.mgb--20{
    margin-bottom:20px
}
.mgb--30{
    margin-bottom:30px
}
.mgb--40{
    margin-bottom:40px
}
.mgb--50{
    margin-bottom:50px
}
.mgb--60{
    margin-bottom:60px
}
.mgb--70{
    margin-bottom:70px
}
.mgb--80{
    margin-bottom:80px
}
.mgb--90{
    margin-bottom:90px
}
.mgb--100{
    margin-bottom:100px
}
.pdt--10{
    padding-top:10px
}
.pdt--20{
    padding-top:20px
}
.pdt--30{
    padding-top:30px
}
.pdt--40{
    padding-top:40px
}
.pdt--50{
    padding-top:50px
}
.pdt--60{
    padding-top:60px
}
.pdt--70{
    padding-top:70px
}
.pdt--80{
    padding-top:80px
}
.pdt--90{
    padding-top:90px
}
.pdt--100{
    padding-top:100px
}
.pdb--10{
    padding-bottom:10px
}
.pdb--20{
    padding-bottom:20px
}
.pdb--30{
    padding-bottom:30px
}
.pdb--40{
    padding-bottom:40px
}
.pdb--50{
    padding-bottom:50px
}
.pdb--60{
    padding-bottom:60px
}
.pdb--70{
    padding-bottom:70px
}
.pdb--80{
    padding-bottom:80px
}
.pdb--90{
    padding-bottom:90px
}
.pdb--100{
    padding-bottom:100px
}
.pd--10{
    padding:10px
}
.pd--20{
    padding:20px
}
.pd--30{
    padding:30px
}
.pd--40{
    padding:40px
}
.pd--50{
    padding:50px
}
.pd--60{
    padding:60px
}
.pd--70{
    padding:70px
}
.pd--80{
    padding:80px
}
.pd--90{
    padding:90px
}
.pd--100{
    padding:100px
}
.article-content a,.page__content a,.product-single__description a{
    color:#fa6400
}
.article-content a:hover,.page__content a:hover,.product-single__description a:hover{
    opacity:.7
}
.article-content .toc,.page__content .toc,.product-single__description .toc{
    display:none
}
h1,h2,h3,h4,h5,h6{
    margin-top:0;
    margin-bottom:.5rem;
    color:#231f20;
    font-weight:400
}
.h1,h1{
    font-size:2.25rem
}
.h2,h2{
    font-size:1.8rem
}
.h3,h3{
    font-size:1.575rem
}
.h4,h4{
    font-size:1.35rem
}
.h5,h5{
    font-size:1.125rem
}
.h6,h6{
    font-size:.9rem
}
.container{
    max-width:1224px;
    padding-left:12px;
    padding-right:12px;
    width:100%;
    margin:0 auto;
}
@media (max-width:768px){
    .container{
        max-width:100%
    }
}
html{
    padding:0
}
body,html{
    
    margin:0
}
body{
    font-family: 'Lato', sans-serif;
    font-size:16px;
    font-weight:400;
    line-height:1.5;
    color:#231f20;
    text-align:left;
    background-color:#fff
}
.custom-select{
    position:relative
}
.custom-select select{
    display:none
}
.select-selected{
    border:1px solid #e0e7ee
}
.select-selected:after{
    position:absolute;
    content:"";
    top:14px;
    right:10px;
    width:0;
    height:0;
    border:6px solid transparent;
    border-color:gray transparent transparent
}
.select-selected.select-arrow-active:after{
    border-color:transparent transparent gray;
    top:7px
}
.select-items div,.select-selected{
    color:gray;
    padding:8px 16px;
    cursor:pointer
}
.select-items{
    position:absolute;
    background-color:#fff;
    border:1px solid #e0e7ee;
    top:100%;
    left:0;
    right:0;
    z-index:99;
    margin-top:7px
}
.select-hide{
    display:none
}
.same-as-selected,.select-items div:hover{
    background-color:rgba(0,0,0,.1)
}
.site-nav{
    width:100%
}
.site-nav>ul{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    width:100%;
    height:100%
}
.site-nav>ul>li{
    position:relative
}
.site-nav>ul>li>a{
    font-size:16px;
    position:relative;
    display:block;
    padding:20px;
    white-space:nowrap;
    text-transform: uppercase;
}
.site-nav__submenu{
    position:absolute!important;
    top:100%;
    left:-30px;
    background-color:#fff;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    border:1px solid #f8f8f8;
    -webkit-box-shadow:0 0 10px 0 #0003;
    box-shadow:0 0 10px 0 #0003;
    border-radius:5px;
    padding:9px 0 0;
    opacity:0;
    visibility:hidden;
    -webkit-transition:all .3s;
    transition:all .3s;
    font-size:16px
}
.site-nav__item:hover .site-nav__submenu{
    opacity:1;
    visibility:visible
}
.site-nav__submenu li{
    width:100%;
    margin-bottom:5px;
    padding-left:0
}
.site-nav__submenu li a{
    white-space:nowrap;
    padding:5px 10px
}
.site-nav__submenu:after{
    content:"";
    position:absolute;
    top:0;
    left:60px;
    width:10px;
    height:10px;
    margin-top:-5px;
    border-top:1px solid #f8f8f8;
    border-right:1px solid #f8f8f8;
    border-bottom:0;
    border-left:0;
    -webkit-transform:rotate(-45deg);
    transform:rotate(-45deg);
    background-color:#fff
}
.site-nav__toggle{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:end;
    -ms-flex-pack:end;
    justify-content:flex-end;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    position:absolute;
    bottom:14px;
    left:50%;
    -webkit-transform:translateX(-50%);
    transform:translateX(-50%)
}
.site-nav__item{
    position:relative
}
.site-nav__item a .new{
    position:absolute;
    top:10px;
    left:calc(100% - 15px);
    font-size:12px;
    color:#fa6400
}
.site-nav__icon{
    width:20px;
    height:20px;
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex;
    margin-right:10px
}
.site-nav__icon svg{
    width:100%;
    height:100%
}
@media screen and (max-width:1450px){
    .site-nav>ul>li>a{
        padding:20px 15px
    }
}
@media screen and (max-width:1300px){
    .site-nav>ul>li>a{
        padding:20px 10px
    }
    .site-nav>ul>li>a .new{
        display:none
    }
}
@media screen and (max-width:991px){
    .site-nav>ul>li>a{
        padding:20px 10px
    }
}
.site-header__mini-cart{
    position:relative
}
.site-header__mini-cart:hover .mini-cart{
    margin-top:10px;
    opacity:1;
    visibility:visible
}
.on-mobile .site-header__mini-cart .site-header__cartcount{
    top:0
}
.mini-cart{
    top:100%;
    right:0;
    padding:20px;
    width:400px;
    border-radius:5px;
    -webkit-box-shadow:0 0 10px 0 #00000026;
    box-shadow:0 0 10px 0 #00000026;
    opacity:0;
    visibility:hidden;
    -webkit-transition:all .3s;
    transition:all .3s
}
.mini-cart,.mini-cart:after{
    position:absolute;
    background-color:#fff
}
.mini-cart:after{
    content:"";
    bottom:100%;
    right:30px;
    width:15px;
    height:15px;
    margin-bottom:-10px;
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg);
    pointer-events:none
}
.mini-cart__heading{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    font-size:16px;
    font-weight:400;
    margin-bottom:10px
}
.mini-cart__heading a{
    font-size:14px!important;
    height:auto!important
}
.mini-cart__item{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex
}
.mini-cart__item+.mini-cart__item{
    margin-top:15px;
    padding-top:15px;
    border-top:1px solid #0001
}
.mini-cart__image{
    width:70px
}
.mini-cart__title{
    -webkit-box-flex:1;
    -ms-flex:1;
    flex:1;
    padding-left:20px
}
.mini-cart__title>h3{
    font-size:14px;
    font-weight:400;
    margin-bottom:5px
}
.mini-cart__title>h3 a{
    display:block;
    height:auto!important;
    padding:0
}
.mini-cart__prices span{
    font-weight:700
}
.mini-cart__prices del{
    font-size:12px
}
.mini-cart__variant{
    font-weight:700;
    font-size:12px
}
.mini-cart__variant p{
    margin:0
}
.product-single__balge--care-and-share{
    width:40px;
    height:40px;
    border-top-right-radius:100%;
    border-top-left-radius:0;
    border-bottom-right-radius:100%;
    border-bottom-left-radius:100%;
    border-right:2px solid #fa6400;
    border-bottom:2px solid #4cc943;
    border-top:0;
    border-left:0;
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    margin-right:0;
    -webkit-transform:translateY(4px);
    transform:translateY(4px)
}
.product-single__balge--care-and-share img{
    width:20px
}
@media screen and (max-width:767px){
    .product-single__balge--care-and-share{
        -webkit-transform:translateY(0);
        transform:translateY(0)
    }
}
.menu-account-sidebar{
    background-color:#f8f8f8
}
.menu-account-sidebar .account-sidebar__menu{
    padding:0 5px
}
.account-sidebar__menu{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    height:50px;
    padding:0 5px;
    font-size:0;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center
}
.account-sidebar__menu span{
    font-size:.9rem
}
.account-sidebar__menu svg{
    width:12px;
    height:100%;
    margin:5px 25px 0 11px
}
.account-sidebar__menu svg fill{
    fill:#bfbfbf
}
.account-sidebar__menu--active,.account-sidebar__menu:hover{
    color:#fa6400;
    background-color:#f0f0f0
}
.account-sidebar__menu--active svg path,.account-sidebar__menu:hover svg path{
    fill:#fa6400
}
.product-search{
    display:block;
    padding:15px
}
.product-search+.product-search{
    padding-top:0
}
.product-search__inner{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex
}
.product-search__image{
    -webkit-box-flex:0;
    -ms-flex:0 0 30%;
    flex:0 0 30%;
    position:relative
}
.product-search__image img{
    width:100%;
    height:auto
}
.product-search__content{
    -webkit-box-flex:0;
    -ms-flex:0 0 70%;
    flex:0 0 70%;
    padding-left:15px
}
.product-search__title{
    font-size:14px;
    margin-bottom:0
}
.product-search__rating{
    font-size:12px
}
.product-search__hint{
    font-size:12px;
    font-style:italic
}
.product-search__hint .product-pricing-hint{
    padding:0 5px;
    margin-left:0
}
.product-search__prices{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:end;
    -ms-flex-align:end;
    align-items:flex-end;
    font-size:16px
}
.product-search__prices-regular{
    font-weight:700;
    margin-right:5px;
    color:#fa5400
}
.product-search__prices-compare{
    font-size:12px;
    margin-bottom:2px;
    margin-right:5px;
    color:gray
}
a{
    -webkit-tap-highlight-color:transparent
}

.site-wrapper.has-topbar{
    padding-top:110px
}
.on-mobile .site-wrapper.has-topbar{
    padding-top:155px
}
@media (min-width:768px){
    .on-mobile .site-wrapper.has-topbar{
        padding-top:127px
    }
}
.on-mobile .site-wrapper{
    padding-top:95px
}
@media screen and (min-width:1800px){
    .site-wrapper{
        padding-top:90px
    }
    .site-wrapper.has-topbar{
        padding-top:130px
    }
}
.site-topbar{
    width:100%;
    background-color:#fa6400;
    text-align:center;
    padding:5px 15px;
    color:#fff;
    background-image:url(../images/home3/Frame_1.png);
    background-size:235px;
    background-position:0 -12px;
    overflow:hidden;
    position:relative
}
.site-topbar a:hover{
    color:#fff
}
.home .site-header{
    background-color:#fff0;
    border:0
}
.home .site-header.is-scroll,.site-header{
    background-color:#fbfbfb
}

.site-header{
  position: relative;
    top:0;
    left:0;
    width:100%;
    -webkit-transition:all .3s;
    transition:all .3s;
    z-index:1000;
    border-bottom:2px solid #e3e3e9
}
.home .site-header{
  position:fixed;
}
.site-header .container{
    max-width:1880px;
    padding:0 40px
}
.site-header__logo{
    -webkit-box-flex:0;
    -ms-flex:0 0 200px;
    flex:0 0 200px;
    padding:15px 0;
    max-height:90px
}
.site-header__logo img{
    max-height:90px;
    width:auto;
    height:120%
}
.site-header__inner{
    position:relative;
    height:100%
}
.site-header__inner,.site-header__menu{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex
}
.site-header__menu{
    -webkit-box-flex:1;
    -ms-flex:1;
    flex:1;
    padding-right:200px;
    max-width:100%
}
.site-header__menu-tablet{
    position:absolute;
    top:100%;
    left:0;
    width:100%;
    padding:0 15px;
    -webkit-box-shadow:0 5px 10px 0 rgba(0,0,0,.08);
    box-shadow:0 5px 10px 0 rgba(0,0,0,.08);
    background-color:#fff;
    border-radius:5px;
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    -webkit-transition:all .3s;
    transition:all .3s
}

.table > :not(caption) > * > * {
    background-color: #FFF !important;
}

.site-header__menu-tablet.is-active{
    opacity:1;
    visibility:visible;
    pointer-events:visible
}
.site-header__menu-tablet .site-nav>ul{
    -ms-flex-wrap:wrap;
    flex-wrap:wrap
}
.site-header__menu-tablet .site-nav__item{
    display:none!important
}
.site-header__menu-tablet .site-nav__item.desk--hidden,.site-header__menu-tablet .site-nav__item.tablet--hidden{
    display:block!important
}
@media (max-width:767px){
    .site-header__menu-tablet .site-nav__item.mobile--hidden{
        display:block!important
    }
}
.site-header__wrapper{
    position:relative;
    -webkit-transition:all .3s;
    transition:all .3s;
    max-width:1920px;
    margin:0 auto
}
.site-header__tools{
    right:0
}
.site-header__line-search,.site-header__tools{
    position:absolute;
    top:0;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center
}
.site-header__line-search{
    left:0;
    width:100%;
    height:100%;
    background-color:#fff;
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    -webkit-transition:all .3s;
    transition:all .3s
}
.site-header__line-search>form{
    width:100%
}
.site-header__line-search.is-active{
    opacity:1;
    visibility:visible;
    pointer-events:visible
}
.site-header__cart{
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-flow:column;
    flex-flow:column;
    background-color:#fa6400;
    color:#fff;
    width:90px;
    height:90px;
    position:relative;
    -webkit-transition:all .3s;
    transition:all .3s
}
.site-header__cart,.site-header__cart span{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center
}
.site-header__cart span svg{
    width:22px;
    height:22px
}
.site-header__cart .cartlabel{
    position:absolute;
    font-size:12px;
    bottom:6px;
    left:0;
    width:100%;
    text-align:center
}
@media screen and (min-width:1919px){
    .site-header__cart .cartlabel{
        bottom:10px
    }
}
.site-header__cart--active .site-header__cartcount{
    opacity:1
}
.site-header__cart:hover{
    background-color:#000
}
.site-header__cartcount{
    position:absolute;
    top:54%;
    left:52%;
    width:18px;
    height:14px;
    background-color:#fff;
    color:#fa6400;
    border-radius:100px;
    opacity:0
}
.on-mobile .site-header__cartcount{
    opacity:1;
    color:#fff;
    background-color:#fa6400;
    width:16px!important;
    height:16px!important;
    font-size:12px
}
.site-header__search{
    background-color:#fff0;
    color:#000;
    border:0;
    padding:0 35px 0 25px;
    height:90px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    cursor:pointer
}
.site-header__search svg{
    width:24px;
    height:24px
}
.site-header__search:hover{
    color:#fa6400
}
.site-header__user{
    background-color:#fff0;
    color:#000;
    border:0;
    height:90px;
    padding:0 25px;
    position:relative
}
.site-header__user,.site-header__user span{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center
}
.site-header__user span svg{
    width:20px;
    height:20px
}
.site-header__user.is-login .u-icon{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    border-radius:100px;
    border:2px solid #000;
    -webkit-transition:all .3s;
    transition:all .3s
}
.site-header__user:hover .u-icon{
    border:2px solid #fa6400
}
.site-header__user-menu{
    position:absolute;
    top:100%;
    left:25%;
    -webkit-transform:translate3d(-50%,0,0);
    transform:translate3d(-50%,0,0);
    background-color:#fff;
    -webkit-box-shadow:0 0 10px #0001;
    box-shadow:0 0 10px #0001;
    padding:0 15px;
    border-radius:5px;
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    -webkit-transition:all .3s;
    transition:all .3s
}
.user-menu:hover .site-header__user-menu{
    opacity:1;
    visibility:visible;
    pointer-events:visible
}
.site-header__user-menu li a{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    white-space:nowrap;
    padding:10px 0
}
.site-header__user-menu li a svg{
    width:16px;
    height:16px;
    margin-right:7px
}
.site-header__menubar{
    display:block;
    padding:10px
}
.site-header__menubar span{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    width:24px;
    height:24px;
    position:relative
}
.site-header__menubar span:after,.site-header__menubar span:before{
    content:"";
    width:100%;
    height:2px;
    border-radius:100px;
    background-color:#000;
    position:absolute;
    top:50%;
    left:0;
    -webkit-transition:all .3s;
    transition:all .3s
}
.site-header__menubar span:before{
    margin-top:-3px
}
.site-header__menubar span:after{
    margin-top:3px
}
.site-header__menubar.is-active span:before{
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg);
    margin-top:0
}
.site-header__menubar.is-active span:after{
    -webkit-transform:rotate(-45deg);
    transform:rotate(-45deg);
    margin-top:0
}
.site-header__menubar-tablet{
    display:block;
    position:relative;
    width:50px;
    height:50px;
    padding:10px
}
.site-header__menubar-tablet span{
    display:block;
    width:6px;
    height:6px;
    top:50%;
    left:50%;
    position:absolute;
    background-color:#000;
    border-radius:100px;
    margin-left:-3px;
    margin-top:-3px;
    -webkit-transition:all .3s;
    transition:all .3s
}
.site-header__menubar-tablet span:first-child{
    -webkit-transform:translate3d(-140%,0,0);
    transform:translate3d(-140%,0,0)
}
.site-header__menubar-tablet span:nth-child(3){
    -webkit-transform:translate3d(140%,0,0);
    transform:translate3d(140%,0,0)
}
.site-header__menubar-tablet.is-active span{
    width:2px;
    height:20px;
    margin-left:-1px;
    margin-top:-10px
}
.site-header__menubar-tablet.is-active span:first-child{
    -webkit-transform:translateZ(0) rotate(45deg);
    transform:translateZ(0) rotate(45deg)
}
.site-header__menubar-tablet.is-active span:nth-child(2){
    opacity:0
}
.site-header__menubar-tablet.is-active span:nth-child(3){
    -webkit-transform:translateZ(0) rotate(-45deg);
    transform:translateZ(0) rotate(-45deg)
}
.site-header__coolclub{
    position:absolute;
    left:50%;
    bottom:10px;
    font-size:10px;
    -webkit-transform:translate3d(-50%,0,0);
    transform:translate3d(-50%,0,0)
}
.on-mobile .site-header__coolclub{
    bottom:-5px
}
.site-header.is-sticky{
    -webkit-transform:translateY(-100%);
    transform:translateY(-100%)
}
.on-mobile .site-header.is-sticky{
    -webkit-transform:translateY(calc(-100% + 40px));
    transform:translateY(calc(-100% + 40px))
}
.site-header.is-white{
    background-color:#fff
}
.spotlight-search__wrapper{
    width:100%
}
.spotlight-search__wrapper>.container{
    max-width:1000px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    padding-right:50px!important;
    position:relative
}
.spotlight-search__field{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    width:100%
}
.spotlight-search__field input{
    -webkit-box-flex:1;
    -ms-flex:1;
    flex:1;
    font-size:26px;
    height:50px;
    border:0;
    width:100%
}
.spotlight-search__submit{
    border:0;
    background-color:#fff0;
    cursor:pointer;
    -webkit-transition:all .3s;
    transition:all .3s;
    width:40px;
    padding:9px
}
.spotlight-search__submit svg{
    width:100%;
    height:100%
}
.spotlight-search__submit svg path{
    fill:currentcolor
}
.spotlight-search__submit:hover{
    color:#fa6400
}
.spotlight-search__close{
    position:absolute;
    top:0;
    right:0;
    width:50px;
    height:50px;
    background-color:#fff0;
    border:0;
    cursor:pointer;
    -webkit-transition:all .3s;
    transition:all .3s
}
.spotlight-search__close:after,.spotlight-search__close:before{
    content:"";
    position:absolute;
    top:50%;
    left:50%;
    height:2px;
    width:22px;
    margin-left:-12px;
    margin-top:-1px;
    background-color:#000;
    border-radius:100px;
    -webkit-transition:all .3s;
    transition:all .3s
}
.spotlight-search__close:after{
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg)
}
.spotlight-search__close:before{
    -webkit-transform:rotate(-45deg);
    transform:rotate(-45deg)
}
.spotlight-search__close:hover:after,.spotlight-search__close:hover:before{
    background-color:#fa6400
}
.spotlight__search{
    position:absolute;
    top:100%;
    left:0;
    margin-top:10px;
    width:350px;
    background-color:#fff;
    border-radius:5px;
    -webkit-box-shadow:0 10px 10px #0001;
    box-shadow:0 10px 10px #0001;
    overflow-x:hidden;
    overflow-y:auto;
    max-height:70vh
}
.spotlight__search .product{
    margin-top:10px;
    padding-bottom:10px;
    border-bottom:1px solid #0001;
    -webkit-transition:all .3s;
    transition:all .3s
}
.spotlight__search .product__inner{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex
}
.spotlight__search .product__image{
    -webkit-box-flex:0;
    -ms-flex:0 0 80px;
    flex:0 0 80px
}
.spotlight__search .product__content{
    -webkit-box-flex:1;
    -ms-flex:1;
    flex:1;
    padding-left:10px
}
.spotlight__search .product__title{
    font-size:14px;
    line-height:22px
}
.spotlight__search .product__variants{
    display:none
}
.spotlight__search .product__prices{
    font-size:16px;
    font-weight:700;
    color:#fa6400
}
.spotlight__search .product:hover{
    border-bottom:1px solid #fa6400
}
.spotlight__loading{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    width:20px;
    height:20px;
    position:absolute;
    top:50%;
    right:110px;
    margin-top:-10px;
    border-top:2px solid #000;
    border-bottom:2px solid #000;
    border-right:2px solid #0000;
    border-left:2px solid #0000;
    border-radius:100px;
    -webkit-animation:loading 1s infinite linear;
    animation:loading 1s infinite linear;
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    -webkit-transition:all .3s;
    transition:all .3s
}
.spotlight__loading.is-loading{
    opacity:1;
    visibility:visible
}
.site-megamenu{
    position:absolute;
    top:100%;
    left:0;
    border-radius:5px;
    width:auto;
    -webkit-transition:all .3s;
    transition:all .3s;
    opacity:0;
    visibility:hidden;
    pointer-events:none
}
.site-nav__item--has-sub:hover .site-megamenu{
    opacity:1;
    visibility:visible;
    pointer-events:visible
}
.site-megamenu__container{
    background-color:#f6f6f6;
    -webkit-box-shadow:0 10px 10px 0 #0001;
    box-shadow:0 10px 10px 0 #0001;
    padding:10px;
    -webkit-transition-delay:.3s;
    transition-delay:.3s;
    -webkit-transition:all .3s;
    transition:all .3s
}
.site-megamenu__row{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex
}
.site-megamenu__column{
    width:100%
}
.megamenu{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    min-width:190px;
    padding:20px 5px!important;
    -webkit-transition:all .3s;
    transition:all .3s
}
.megamenu__icon{
    width:40px;
    height:40px;
    margin-right:10px
}
.megamenu__icon img{
    width:100%;
    height:100%;
    -o-object-fit:cover;
    object-fit:cover
}
.megamenu__icon svg{
    width:32px;
    height:32px
}
.megamenu__title{
    -webkit-box-flex:1;
    -ms-flex:1;
    flex:1
}
.megamenu__tag--hot{
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    height:20px;
    padding:0 10px;
    border-radius:5px;
    background-color:#fa6400;
    text-transform:uppercase;
    color:#fff
}
.megamenu:hover{
    background-color:#fff;
    color:#000!important
}
.menu-mobile-nav .site-nav__item{
    width:100%
}
.menu-mobile-nav .site-nav__item a{
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    padding:4px 10px;
    font-size:14px;
    -webkit-transition:all .3s;
    transition:all .3s;
    width:100%;
    -webkit-transform-origin:left;
    transform-origin:left
}
.menu-mobile-nav .site-nav__item a:active{
    -webkit-transform:scale(.9);
    transform:scale(.9)
}
.menu-mobile-nav ul{
    padding-top:10px;
    padding-bottom:10px;
    border-bottom:1px solid #0001;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-flow:column;
    flex-flow:column;
    -webkit-box-align:start;
    -ms-flex-align:start;
    align-items:flex-start
}
@media screen and (max-width:1800px){
    .site-header__logo{
        max-height:75px
    }
    .site-header__cart{
        width:75px;
        height:75px
    }
    .site-header__search{
        height:75px;
        padding:0 25px 0 15px
    }
    .site-header__user{
        height:75px;
        padding:0 15px
    }
    .site-nav>ul>li>a{
        font-size:14px
    }
}
@media screen and (max-width:1300px){
    .site-header__logo{
        -webkit-box-flex:0;
        -ms-flex:0 0 150px;
        flex:0 0 150px
    }
}
.on-mobile #menu-user{
    pointer-events:none;
    visibility:hidden
}
.on-mobile #menu-user.is-active{
    -webkit-transform:translateX(0);
    transform:translateX(0);
    -webkit-box-shadow:0 0 10px #0005;
    box-shadow:0 0 10px #0005;
    pointer-events:visible;
    visibility:visible
}
.on-mobile #menu-user .nav-header{
    max-height:calc(100vh - 60px);
    overflow-x:hidden;
    overflow-y:auto
}
.on-mobile #menu-user .nav-header .site-nav{
    padding-bottom:60px;
    background-color:#fff
}
.on-mobile #menu-product .nav-product-scroll{
    content:"";
    position:absolute;
    bottom:-5px;
    left:50%;
    width:20px;
    height:30px;
    background-image:url(../images/two-arrows-in-angle-pointing-down80b5.svg?be1edd3249b937e1f64142457d874f31);
    background-size:contain;
    background-repeat:no-repeat;
    -webkit-transform:translateX(-50%);
    transform:translateX(-50%);
    opacity:.5;
    z-index:1
}
.on-mobile #menu-product:before{
    content:"";
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:30px;
    background-image:-webkit-gradient(linear,left top,left bottom,from(#fff0),to(#fff));
    background-image:linear-gradient(#fff0,#fff);
    z-index:1
}
.on-mobile #menu-product .nav-product{
    position:relative;
    max-height:calc(100vh - 100px)!important
}
.on-mobile #menu-product .nav-product>ul>li:last-child{
    padding-bottom:30px
}
.on-mobile #menu-product .nav-product .site-nav__item{
    border-bottom:1px solid #ebebeb;
    padding-top:10px;
    padding-bottom:10px
}
.on-mobile #menu-product .nav-product .site-nav__item .hot{
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    border:0;
    background-color:#fa6400;
    padding:0 10px;
    border-radius:5px;
    color:#fff;
    text-transform:uppercase;
    font-weight:700;
    margin-left:5px;
    font-size:12px;
    height:20px
}
.on-mobile #menu-product .nav-product .site-nav__item .outline{
    border:1px solid #fa6400;
    padding:0 5px;
    border-radius:5px;
    margin-left:5px;
    color:#fa6400
}
.on-mobile #menu-product .nav-product .site-nav__item .outline:before{
    content:"";
    width:10px;
    height:10px;
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex;
    margin-right:3px;
    background-image:url("https://mcdn.coolmate.me/image/June2021/star_(3)_1_(1).png");
    background-position:50%;
    background-size:cover
}
.on-mobile #menu-product .nav-product .site-nav__item ul{
    margin-bottom:0!important;
    padding:0;
    border-bottom:0!important
}
.on-mobile #menu-product .nav-product .site-nav__item a{
    -webkit-box-align:start;
    -ms-flex-align:start;
    align-items:flex-start;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-flow:column;
    flex-flow:column;
    font-size:16px;
    font-weight:500;
    min-height:30px
}
.on-mobile #menu-product .nav-product .site-nav__item .text{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center
}
.on-mobile #menu-product .nav-product .site-nav__item .sub-text{
    font-size:14px;
    font-weight:300;
    display:block;
    width:100%;
    font-style:italic
}
.on-mobile .menu-mobile-nav{
    position:fixed;
    top:0;
    right:0;
    width:300px;
    height:100%;
    background-color:#fff;
    -webkit-transform:translateX(100%);
    transform:translateX(100%);
    -webkit-transition:all .3s;
    transition:all .3s;
    z-index:9999
}
.on-mobile .menu-mobile-nav--slide{
    -webkit-transform:translateX(0)!important;
    transform:translateX(0)!important;
    display:none;
    height:auto;
    width:100%;
    -webkit-transition:all 0s;
    transition:all 0s
}
.on-mobile .menu-mobile-nav--slide>*{
    max-height:calc(70vh - 100px);
    -ms-touch-action:pan-y;
    touch-action:pan-y;
    overflow-y:auto;
    overflow-x:hidden
}
.on-mobile .menu-mobile-nav__title{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    padding:0 10px;
    height:60px;
    border-bottom:1px solid #0001
}
.on-mobile .menu-mobile-nav__title h3{
    font-size:24px;
    margin-bottom:0
}
.on-mobile .menu-mobile-nav__close{
    position:relative;
    width:50px;
    height:50px;
    -webkit-transform:translateY(-2px);
    transform:translateY(-2px)
}
.on-mobile .menu-mobile-nav__close:after,.on-mobile .menu-mobile-nav__close:before{
    content:"";
    position:absolute;
    top:50%;
    left:50%;
    width:20px;
    height:2px;
    border-radius:100px;
    background-color:#000;
    margin-left:-10px
}
.on-mobile .menu-mobile-nav__close:before{
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg)
}
.on-mobile .menu-mobile-nav__close:after{
    -webkit-transform:rotate(-45deg);
    transform:rotate(-45deg)
}
.on-mobile .site-nav__item--mobile:hover{
    color:#231f20
}
.on-mobile .site-nav__item--mobile.is-active{
    color:#fa6400
}
.on-mobile .site-header{
    background-color:#fff!important
}
.on-mobile .site-header .container{
    padding:5px 15px
}
.on-mobile .site-header__logo{
    -webkit-box-flex:1;
    -ms-flex:auto;
    flex:auto;
    max-height:40px;
    padding:0
}
.on-mobile .site-header__search{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    margin-top:-3px;
    padding:0 5px;
    text-align:center;
    color:#000;
    background-color:#fff0;
    border:0;
    cursor:pointer
}
.on-mobile .site-header__search svg{
    width:35px;
    height:35px;
    margin-top:6px
}
.on-mobile .site-header__search--button{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    padding:10px
}
.on-mobile .site-header__cart{
    width:auto;
    height:auto;
    color:#000;
    background-color:#fff0
}
.on-mobile .site-header__search{
    height:auto
}
.on-mobile .site-header__tools{
    position:relative
}
.on-mobile .site-header__tools>li>a{
    display:block;
    padding:10px
}
.on-mobile .site-header__tools>li>a>span{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    width:22px;
    height:22px
}
.on-mobile .site-header__tools>li>a>span svg{
    width:100%;
    height:100%
}
.on-mobile .site-header__user{
    height:auto
}
.on-mobile .site-header__search{
    width:22px;
    height:22px;
    padding:0
}
.on-mobile .site-header__search svg{
    width:100%;
    height:100%
}
.on-mobile .site-header__action{
    background-color:#f5f5f7;
    border-bottom:1px solid #ebebeb
}
.on-mobile .site-header__action ul{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    padding:0 10px;
    margin:0;
    height:40px
}
.on-mobile .site-header__action ul li{
    width:100%;
    text-align:center;
    list-style:none
}
.on-mobile .site-header__action ul li a{
    position:relative;
    font-size:16px;
    font-weight:600
}
.on-mobile .site-header__action ul li a .site-nav__toggle{
    bottom:50%;
    left:100%;
    -webkit-transform:translate3d(0,50%,0);
    transform:translate3d(0,50%,0);
    margin-left:5px
}
.on-mobile .site-header__action ul li+li{
    border-left:1px solid #ebebeb
}
.on-mobile .site-topbar__search--field{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    position:relative;
    width:100%
}
.on-mobile .site-topbar__search--field .search-field{
    width:100%;
    padding:0;
    font-size:14px;
    background-color:#fff;
    border:0
}
.on-mobile .site-topbar__search--field .search-field .is-active{
    padding:7px 15px;
    border:1px solid #0002
}
.on-mobile .site-topbar__search--field #search--button{
    position:absolute;
    right:30px;
    background-color:#fff0;
    border:0;
    top:50%;
    cursor:pointer;
    height:30px;
    -webkit-transform:translate3d(0,-50%,0);
    transform:translate3d(0,-50%,0);
    -webkit-transition:all .3s;
    transition:all .3s
}
@media screen and (max-width:768px){
    .on-mobile .site-topbar__search--field #search--button{
        padding:0;
        top:50%;
        right:35px;
        height:30px;
        margin-top:2px;
        -webkit-transform:translate3d(0,-50%,0);
        transform:translate3d(0,-50%,0)
    }
    .on-mobile .site-topbar__search--field #search--button svg{
        width:30px;
        height:30px
    }
}
.on-mobile .site-topbar__search--field #search--button:hover{
    color:#fa6400
}
.on-mobile .site-topbar__search{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background-color:#fffffffc;
    z-index:99;
    overflow:hidden;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-transition:all .3s;
    transition:all .3s;
    opacity:0;
    pointer-events:none;
    visibility:hidden
}
.on-mobile .site-topbar__search.sliderUp{
    height:54px;
    border-top:1px solid #3333;
    border-bottom:1px solid #3333;
    overflow:visible
}
.on-mobile .site-topbar__search.is-active{
    overflow:visible;
    padding:0;
    opacity:1;
    pointer-events:visible;
    visibility:visible
}
@media screen and (min-width:768px){
    .on-mobile .site-topbar__search .search-field{
        border:0;
        font-size:24px;
        line-height:1.5em;
        background-color:#fff0
    }
    .on-mobile .site-topbar__search svg{
        width:30px;
        height:30px
    }
    .on-mobile .site-topbar__search .container{
        position:relative
    }
    .on-mobile .site-topbar__search.is-active{
        padding:0 15px
    }
}
.on-mobile .spotlight-search__close{
    width:30px;
    height:30px;
    top:50%;
    -webkit-transform:translate3d(0,-50%,0);
    transform:translate3d(0,-50%,0)
}
.on-mobile .spotlight-search__close:after,.on-mobile .spotlight-search__close:before{
    width:20px
}
@media screen and (max-width:991px){
    .site-header .container{
        padding-left:15px;
        padding-right:15px
    }
}
.preorder-tag{
    position:absolute;
    top:0;
    left:0;
    width:24%;
    height:24%;
    -webkit-transform:rotate(-15deg);
    transform:rotate(-15deg);
    pointer-events:none
}
.preorder-tag--large{
    width:35%;
    height:35%
}
.preorder-tag img{
    width:100%;
    height:100%;
    -o-object-fit:contain!important;
    object-fit:contain!important;
    -o-object-position:top!important;
    object-position:top!important;
    opacity:.7
}
.product-pricing-hint{
    display:inline-block;
    font-size:12px;
    border:1px solid #ff4500;
    border-radius:5px;
    padding:5px;
    margin:0 3px 5px
}
.product-pricing-hint__wrapper{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin-left:-3px;
    margin-right:-3px
}
@-webkit-keyframes flashFlash{
    0%{
        opacity:0
    }
    50%{
        opacity:1
    }
    to{
        opacity:0
    }
}
@keyframes flashFlash{
    0%{
        opacity:0
    }
    50%{
        opacity:1
    }
    to{
        opacity:0
    }
}
.flash-flash{
    -webkit-animation:flashFlash .8s linear infinite;
    animation:flashFlash .8s linear infinite
}
.loading{
    background:rgba(0,0,0,.8);
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    color:#fff;
    opacity:0;
    visibility:hidden;
    -webkit-transition:all .2s;
    transition:all .2s;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-flow:column;
    flex-flow:column;
    z-index:99999;
    will-change:opacity
}
.loading img{
    max-width:70px
}
.loading.is-active{
    opacity:1;
    visibility:visible
}

.site-footer{
    background-color:#f5f5f7;
    border-top:5px solid #e3e3e9
}
.site-footer .container{
    max-width:1400px
}
.site-footer__content{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    overflow:hidden;
    padding-top:36px;
    padding-bottom:36px;
    border-bottom:1px solid #e3e3e9
}
.site-footer__content>*{
    -webkit-box-flex:0;
    -ms-flex:0 0 25%;
    flex:0 0 25%
}
.site-footer__logo{
    height:60px
}
.site-footer__logo img{
    height:100%;
    width:auto
}
.site-footer__page{
    padding-top:60px;
    padding-bottom:60px
}
.site-footer__page ul li a{
    font-size:18px;
    font-weight:400
}
.site-footer__page ul li+li{
    margin-top:20px
}
.site-footer__label{
    position:relative;
    font-size:18px;
    line-height:22px;
    min-height:22px;
    text-transform:uppercase;
    font-weight:600;
    margin-bottom:28px
}
.site-footer__label.is-show{
    color:#fa6400
}
.site-footer__label.is-show:after,.site-footer__label.is-show:before{
    background-color:#fa6400
}
.site-footer__label.is-show:after{
    -webkit-transform:rotate(135deg);
    transform:rotate(135deg)
}
.site-footer__label.is-show:before{
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg)
}
.site-footer__infomations{
    font-size:16px;
    max-width:260px
}
.site-footer__bottom{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    border-top:1px solid #e3e3e9;
    padding-top:35px;
    padding-bottom:30px
}
.site-footer__meta{
    font-size:16px;
    max-width:674px;
    font-weight:400
}
.site-footer__meta h3{
    font-size:16px;
    font-weight:600;
    margin-bottom:10px
}
.site-footer__meta p{
    margin:0
}
.site-footer__comments{
    background-color:#6f6f6f11;
    border-radius:10px;
    padding:15px;
    width:240px;
    max-width:100%
}
@media screen and (max-width:991px){
    .site-footer__comments{
        width:100%
    }
}
.site-footer__comments .title{
    font-weight:700;
    text-transform:uppercase;
    color:#000;
    font-size:14px;
    margin-top:0;
    margin-bottom:0
}
.site-footer__comments .desc{
    font-size:14px;
    margin-bottom:10px;
    margin-top:0
}
.site-footer__comments .link{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    border:2px solid #fa6400;
    color:#fa6400;
    border-radius:3px;
    height:35px;
    font-weight:600;
    text-transform:uppercase;
    font-size:14px
}
.site-footer__comments .link .icon{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    width:16px;
    height:16px;
    margin-right:10px
}
.site-footer__comments .link .icon path{
    fill:currentColor
}
.contacts-card{
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    background-color:#fff;
    padding:10px 30px 10px 10px;
    border-radius:10px
}
.contacts-card__icon{
    width:50px;
    height:50px;
    background-color:#fa6400;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    border-radius:10px;
    color:#fff;
    padding:10px
}
.contacts-card__icon svg{
    width:100%;
    height:100%
}
.contacts-card__content{
    padding-left:15px
}
.contacts-card__label{
    display:block;
    font-size:16px;
    font-weight:600;
    text-transform:uppercase
}
.contacts-card__title{
    color:#000;
    font-size:17px;
    font-weight:600;
    color:#fa6400
}
.contacts-card__title--phone{
    font-size:23px;
    font-weight:700
}
.contacts-card:hover{
    -webkit-box-shadow:0 7px 15px 0 rgba(45,51,62,.15);
    box-shadow:0 7px 15px 0 rgba(45,51,62,.15);
    color:#000
}
.social-grid,.social-grid__item{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center
}
.social-grid__item{
    width:70px;
    height:70px;
    margin:0 10px;
    background-color:#fff;
    border-radius:10px;
    padding:17px 15px 13px;
    -webkit-transition:all .3s;
    transition:all .3s
}
.social-grid__item svg{
    width:100%;
    height:100%
}
.social-grid__item:hover{
    -webkit-box-shadow:0 7px 15px 0 rgba(45,51,62,.15);
    box-shadow:0 7px 15px 0 rgba(45,51,62,.15)
}
.shark-icon{
    position:fixed;
    bottom:20%;
    left:10px;
    width:80px;
    height:80px;
    z-index:99
}
.shark-icon img{
    width:100%;
    height:100%;
    -o-object-fit:contain;
    object-fit:contain;
    position:relative;
    z-index:1
}
.shark-icon .title{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    position:absolute;
    top:50%;
    left:100%;
    white-space:nowrap;
    height:50px;
    border-radius:10px;
    background-color:#fff;
    border:2px solid #fa6400;
    margin-top:-25px;
    margin-left:-20px;
    padding:5px 10px 5px 30px;
    text-transform:uppercase;
    letter-spacing:3px;
    -webkit-transform:scaleX(0);
    transform:scaleX(0);
    -webkit-transition:all .3s;
    transition:all .3s;
    -webkit-transform-origin:left;
    transform-origin:left
}
.shark-icon:hover .title{
    -webkit-transform:scaleX(1);
    transform:scaleX(1)
}

.footer h5:after, .footer .h5:after {
    content: "";
    width: 100px;
    border: 1px solid #FFF;
    position: absolute;
    bottom: 0;
    left: 0;
  }
@media screen and (max-width:768px){
    .shark-icon{
        width:70px;
        height:70px;
        opacity:.8
    }
    .shark-icon .title{
        display:none;
        height:40px;
        padding:5px 10px 5px 20px
    }
    .shark-icon:active{
        opacity:1
    }
}
@media screen and (max-width:1800px){
    .site-footer .container{
        max-width:1200px
    }
    .site-footer__content{
        padding-top:20px;
        padding-bottom:20px
    }
    .site-footer__page{
        padding-top:30px;
        padding-bottom:30px
    }
    .site-footer__page ul li a{
        font-size:14px
    }
    .site-footer__page ul li+li{
        margin-top:10px
    }
    .site-footer__label{
        margin-bottom:15px
    }
    .site-footer__infomations{
        font-size:14px
    }
    .site-footer__bottom{
        padding-top:25px;
        padding-bottom:20px
    }
    .contacts-card__label,.site-footer__meta,.site-footer__meta h3{
        font-size:14px
    }
    .contacts-card__title--phone{
        font-size:20px
    }
}
@media screen and (max-width:911px){
    .site-footer__content{
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -ms-flex-flow:column;
        flex-flow:column;
        -webkit-box-align:start;
        -ms-flex-align:start;
        align-items:flex-start;
        position:relative
    }
    .site-footer__info{
        width:100%;
        margin-bottom:10px
    }
    .site-footer__info:last-child{
        position:absolute;
        top:0;
        right:0;
        width:auto
    }
    .site-footer__logo{
        margin-bottom:10px;
        height:50px
    }
    .site-footer__label{
        margin-bottom:0;
        font-size:16px
    }
    .site-footer__label:after,.site-footer__label:before{
        content:"";
        position:absolute;
        width:16px;
        height:2px;
        background-color:#000;
        border-radius:100px;
        top:50%;
        right:0;
        margin-top:-1px;
        -webkit-transition:all .3s;
        transition:all .3s
    }
    .site-footer__label:after{
        -webkit-transform:rotate(90deg);
        transform:rotate(90deg)
    }
    .site-footer__item{
        padding-top:15px;
        padding-bottom:15px;
        border-top:1px solid #0001
    }
    .site-footer__page{
        padding:0
    }
    .site-footer__page .grid .grid__column{
        width:100%!important
    }
    .site-footer__page .grid .grid__column:first-child>div{
        border-top:0
    }
    .site-footer__tab{
        display:none;
        padding-top:15px
    }
    .site-footer__bottom{
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -ms-flex-flow:column;
        flex-flow:column
    }
    .site-footer__meta{
        margin-bottom:15px
    }
    .contacts-card{
        width:100%
    }
    .social-grid{
        -webkit-box-pack:end;
        -ms-flex-pack:end;
        justify-content:flex-end;
        padding-top:20px
    }
    .social-grid__item{
        margin:0 5px;
        width:50px;
        height:50px
    }
}
body:after{
    /* content:"";
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:#231f20c4;
    
    pointer-events:none;
    opacity:0;
    visibility:hidden;
    -webkit-transition:all .3s;
    transition:all .3s */

    z-index:10000;
    right: calc(50% - 30px) !important;
}
.stick-scroll:after{
    pointer-events:visible;
    opacity:1;
    visibility:visible
}
.info-box{
    padding:20px;
    border:1px solid #c7e4f4;
    background-color:#dbedf9;
    border-radius:5px
}
.info-box ul{
    margin:0;
    padding:0 0 0 22px
}
.info-box ul li{
    padding:0;
    margin:0
}
.info-box--green{
    background-color:#4fc7413b;
    border:1px solid #f7f7f7
}
.info-box--primary{
    background-color:#fa6400!important;
    border:1px solid #fa6400!important;
    color:#fff
}
.info-box--primary h1,.info-box--primary h2,.info-box--primary h3,.info-box--primary h4,.info-box--primary h5,.info-box--primary h6{
    color:#fff
}
.section-flashsales{
    padding-top:50px
}
.section-flashsales>.container{
    max-width:1880px;
    padding-left:40px;
    padding-right:40px
}
.section-flashsales .slick-list{
    padding-left:15px;
    padding-right:15px
}
.section-flashsales .slick-dots{
    position:absolute;
    bottom:100%;
    right:0;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    padding-right:10px;
    margin:0;
    padding-left:100px;
    height:20px;
    margin-bottom:50px
}
.section-flashsales .slick-dots li{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    list-style:none
}
.section-flashsales .slick-dots li button{
    border:0;
    font-size:0;
    width:10px;
    height:10px;
    border-radius:100px;
    padding:0;
    margin:5px;
    -webkit-transition:all .3s;
    transition:all .3s;
    cursor:pointer;
    background-color:#dddde0
}
.section-flashsales .slick-dots li.slick-active button{
    background-color:#fa6400
}
.section-flashsales .flashsale{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-flow:column;
    flex-flow:column;
    margin-bottom:45px
}
.section-flashsales .flashsale,.section-flashsales .flashsale__title{
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center
}
.section-flashsales .flashsale__title{
    position:relative;
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex;
    padding:5px 20px 5px 50px;
    background-color:#fa6400;
    color:#fff;
    border-radius:100px;
    font-size:20px;
    font-weight:600;
    line-height:normal;
    letter-spacing:4.1px;
    text-transform:uppercase;
    margin-bottom:17px
}
.section-flashsales .flashsale__icon{
    position:absolute;
    top:5px;
    left:-5px;
    width:40px;
    height:40px;
    color:#fff
}
.section-flashsales .flashsale__icon svg{
    -webkit-transform:unset;
    transform:unset
}
.section-flashsales .flashsale__icon svg path{
    fill:currentcolor
}
.section-flashsales .flashsale__countdown{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    font-family:Jura;
    font-size:59.5px;
    line-height:1em;
    font-weight:400;
    color:#333
}
.section-flashsales .flashsale__countdown .countdown__item{
    margin:0 10px
}
.section-flashsales .flashsale__countdown .countdown__item,.section-flashsales .flashsale__countdown .countdown__number{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center
}
.section-flashsales .flashsale__countdown .countdown__number{
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-flow:column;
    flex-flow:column;
    min-width:100px;
    text-align:center;
    padding:10px 10px 14px;
    border:3px solid #fa6400;
    color:#fa6400;
    border-radius:10px
}
.section-flashsales .flashsale__countdown .countdown__text{
    font-size:14px;
    line-height:1em;
    margin-top:5px
}
.section-flashsales .flashsale__countdown .countdown__label{
    display:inline-block;
    margin:0 10px
}
.section-flashsales .flashsale--number{
    margin-bottom:0;
    position:relative
}
.section-flashsales .flashsale--number .countdown__number,.section-flashsales .flashsale--number .flashsale__countdown{
    font-size:24px
}
.section-flashsales .product-grid .grid__column{
    padding:15px
}
.section-flashsales .product-grid__item{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-flow:column;
    flex-flow:column;
    height:100%;
    padding-bottom:20px;
    -webkit-transition:all .3s;
    transition:all .3s
}
@media (hover:hover) and (pointer:fine){
    .section-flashsales .product-grid__item:hover .product-grid__thumbnail:after,.section-flashsales .product-grid__item:hover .product-grid__thumbnail a:after{
        opacity:1
    }
}
.section-flashsales .product-grid__thumbnail{
    position:relative;
    margin-bottom:20px
}
.section-flashsales .product-grid__thumbnail:before{
    content:"";
    display:block;
    height:0;
    width:100%;
    padding-top:113.33333333%;
    -webkit-transition:all .3s;
    transition:all .3s
}
.section-flashsales .product-grid__thumbnail img{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    -o-object-fit:cover;
    object-fit:cover
}
.section-flashsales .product-grid__thumbnail:after{
    content:"";
    position:absolute;
    top:50%;
    left:50%;
    width:80px;
    height:80px;
    background-image:url(../images/ico-cartc895.svg?4c3bca1fc3daa856483b8284ab704060);
    background-size:29px 37px;
    background-repeat:no-repeat;
    background-position:50%;
    -webkit-transform:translate3d(-50%,-50%,0);
    transform:translate3d(-50%,-50%,0);
    -webkit-transition:all .3s;
    transition:all .3s;
    opacity:0;
    background-color:rgba(250,100,0,.8);
    pointer-events:none
}
.section-flashsales .product-grid__thumbnail a:after{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:#0007;
    -webkit-transition:.3s linear;
    transition:.3s linear;
    opacity:0
}
.section-flashsales .product-grid__content{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-flow:column;
    flex-flow:column;
    height:100%;
    -webkit-transition:all .3s;
    transition:all .3s
}
.section-flashsales .product-grid__title{
    font-size:18.5px;
    font-weight:600;
    line-height:1.3;
    -webkit-box-flex:1;
    -ms-flex:1;
    flex:1;
    margin-bottom:20px;
    cursor:pointer
}
@media (hover:hover) and (pointer:fine){
    .section-flashsales .product-grid__title:hover{
        color:#fa6400
    }
}
.section-flashsales .product-grid__compare-price{
    font-size:18px;
    font-weight:700;
    color:#c3c3c5;
    line-height:1em;
    margin-bottom:5px;
    display:block
}
.section-flashsales .product-grid__regular-price{
    font-size:24px;
    font-weight:700;
    color:#fa6400;
    line-height:1em
}
.section-flashsales .product-grid__info{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between
}
.section-flashsales .product-grid.slick-slider .slick-track{
    display:-webkit-box!important;
    display:-ms-flexbox!important;
    display:flex!important
}
.section-flashsales .product-grid.slick-slider .slick-slide{
    height:inherit!important
}
@media screen and (max-width:1800px){
    .section-flashsales{
        padding-top:30px
    }
    .section-flashsales .slick-list{
        padding-left:10px;
        padding-right:10px
    }
    .section-flashsales .flashsale{
        margin-bottom:5px
    }
    .section-flashsales .flashsale__title{
        margin-bottom:10px
    }
    .section-flashsales .flashsale__countdown{
        font-size:26px
    }
    .section-flashsales .flashsale__countdown .countdown__number{
        min-width:70px;
        padding:5px 10px 7px
    }
    .section-flashsales .flashsale__countdown .countdown__text{
        margin-top:2px
    }
    .section-flashsales .flashsale--number{
        margin-bottom:0
    }
    .section-flashsales .product-grid__title{
        font-size:14px;
        margin-bottom:10px
    }
    .section-flashsales .product-grid__thumbnail{
        margin-bottom:10px
    }
    .section-flashsales .product-grid__compare-price{
        font-size:16px
    }
    .section-flashsales .product-grid__regular-price{
        font-size:20px
    }
    .section-flashsales .product-grid .grid__column{
        padding-left:10px;
        padding-right:10px
    }
}
@media screen and (max-width:990px){
    .section-flashsales>.container{
        padding-left:15px;
        padding-right:15px
    }
    .section-flashsales .flashsale__title{
        font-size:14px;
        margin-bottom:10px
    }
    .section-flashsales .flashsale__countdown{
        font-size:24px
    }
    .section-flashsales .flashsale__countdown .countdown__number{
        min-width:60px;
        border:2px solid #fa6400;
        padding:5px 10px 7px
    }
    .section-flashsales .flashsale__countdown .countdown__text{
        margin-top:2px
    }
    .section-flashsales .flashsale__countdown .countdown__item{
        margin:0 5px
    }
}
.section-care-share-donate{
    position:relative;
    padding:30px 0;
    min-height:100px;
    background-color:#fff0
}
.section-care-share-donate:after{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-image:url("../images/care-share-donate.png");
    background-size:cover;
    background-repeat:no-repeat;
    background-position:50%;
    z-index:0;
    opacity:.5
}
.section-care-share-donate:before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:#0006;
    z-index:1
}
.section-care-share-donate>.container{
    position:relative;
    z-index:2
}
.section-care-share-donate .caption,.section-care-share-donate .description{
    color:#fff;
    text-align:center
}
.section-care-share-donate .caption h2{
    font-size:24px;
    color:#fff;
    font-weight:700
}
.section-care-share-donate .caption p{
    margin:10px 0
}
@media screen and (max-width:960px){
    .section-care-share-donate{
        padding:20px 0
    }
    .section-care-share-donate .grid .grid__column{
        padding:0
    }
}
.care-share-donate{
    color:#fff;
    text-align:center
}
.care-share-donate .number{
    font-weight:700;
    font-size:280%
}
.care-share-donate .desc{
    font-size:16px;
    font-weight:400;
    opacity:.9
}
.care-share-donate__icon{
    height:40px
}
.care-share-donate__icon svg{
    max-height:50px
}
.slick-slide{
    outline:none
}
.banner{
    position:relative;
    height:calc(100vh - 102px);
    max-height:800px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:end;
    -ms-flex-pack:end;
    justify-content:flex-end;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-flow:column;
    flex-flow:column;
    padding-bottom:50px
}
.banner-bg{
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:100%
}
.banner-bg img{
    width:100%;
    height:100%;
    -o-object-fit:cover;
    object-fit:cover;
    -o-object-position:top right;
    object-position:top right
}
.banner-content{
    position:relative;
    z-index:1
}
.banner-content__sub-heading{
    font-size:24px;
    font-weight:700;
    color:#fa6400;
    line-height:normal
}
.banner-content__heading{
    font-size:60px;
    font-weight:400;
    position:relative;
    line-height:normal;
    margin:0
}
.banner-content__heading:before{
    content:"";
    position:absolute;
    top:-150px;
    left:-150px;
    width:300px;
    height:300px;
    background-color:#fa6400;
    border-radius:1000px;
    opacity:.08
}
.banner-slide{
    position:relative;
    z-index:1;
    overflow:hidden
}
.banner-slide__wrapper{
    display:-webkit-box;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap
}
.banner-slide__container{
    height:250px;
    position:relative
}
.banner-slide__item{
    width:680px;
    margin-right:30px
}
.banner-slide__item a{
    outline:none
}
.banner-slide__item img{
    width:100%;
    height:auto;
    border-radius:20px;
    -webkit-transition:all .3s;
    transition:all .3s;
    border:2px solid #fff0
}
@media (hover:hover) and (pointer:fine){
    .banner-slide__item:hover img{
        -webkit-box-shadow:0 5px 15px 0 rgba(51,51,51,.1);
        box-shadow:0 5px 15px 0 rgba(51,51,51,.1)
    }
}
.banner-slide__arrows{
    margin-left:-10px;
    margin-right:-10px;
    padding-top:20px;
    padding-bottom:20px
}
.banner-slide__arrow,.banner-slide__arrows{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex
}
.banner-slide__arrow{
    width:80px;
    height:80px;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    background-color:#fff;
    border-radius:1000px;
    padding:0;
    margin:0 10px;
    border:2px solid #fff
}
.banner-slide__arrow svg{
    width:16px;
    height:16px
}
.banner-slide__arrow svg path{
    fill:currentColor
}
.banner-slide__arrow--next svg{
    -webkit-transform:rotate(180deg);
    transform:rotate(180deg)
}
.banner-slide__arrow.slick-disabled{
    background-color:#fff0;
    border:2px solid rgba(51,51,51,.06);
    pointer-events:none
}
.banner-slide .slick-list{
    overflow:visible
}
.section-policy{
    padding:15px;
    border:1px solid #ebebeb
}
.policy-list{
    -ms-flex-pack:center;
    -ms-flex-align:center
}
.policy-list,.policy-list__item{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    align-items:center
}
.policy-list__item{
    -webkit-box-flex:0;
    -ms-flex:0 0 25%;
    flex:0 0 25%;
    -ms-flex-pack:center;
    -ms-flex-align:center;
    padding:10px;
    min-height:70px;
    font-size:16px
}
.policy-list__item+.policy-list__item{
    border-left:1px solid #ebebeb
}
.policy-list__label{
    padding-left:10px
}
.policy-list__icon{
    width:45px;
    height:30px
}
.policy-list__icon svg{
    width:100%;
    height:100%
}
.policy-list__icon svg path{
    fill:currentcolor
}
.rating-star,.rating-star span{
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex
}
.rating-star span{
    width:16px;
    height:16px;
    color: orange;
}

.section-products{
    padding-top:50px;
    padding-bottom:50px
}
.section-products>.container{
    max-width:1640px;
    padding-left:40px;
    padding-right:40px
}
.product-new{
    position:relative;
    padding-left:50px;
    width: 100%;
    height: 100%;
}
.product-new__tag{
    position:absolute;
    top:-60px;
    left:-10px;
    width:120px;
    height:120px
}
.product-new__tag img{
    width:100%;
    height:100%;
    -o-object-fit:content;
    object-fit:content;
    position:relative;
    z-index:1
}
.product-new__tag:before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:#fa6400;
    opacity:.2;
    border-radius:100px;
    -webkit-filter:blur(10px);
    filter:blur(10px);
    -webkit-transform:scale(1.3);
    transform:scale(1.3)
}
.product-new__heading{
    position:absolute;
    height:50px;
    bottom:0;
    left:0;
    -webkit-transform:rotate(-90deg) translateY(100%);
    transform:rotate(-90deg) translateY(100%);
    margin-bottom:0;
    line-height:1.2em;
    -webkit-transform-origin:left bottom;
    transform-origin:left bottom;
    text-transform:uppercase;
    font-weight:600
}
.product-new__item{
    position:relative;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-flow:column;
    flex-flow:column
}
.product-new__item:before{
    content:"";
    display:block;
    padding-top:66.8128655%;
    width:100%;
    height:0
}
@media (hover:hover) and (pointer:fine){
    .product-new__item:hover{
        color:#000
    }
}
.product-new__thumbnail{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%
}
.product-new__thumbnail img{
    width:100%;
    height:auto;
    -o-object-fit:contain;
    object-fit:contain;
    -o-object-position:center;
    object-position:center
}
.product-new__content{
    position:relative;
    z-index:2;
    padding-top:55px;
    padding-right:19px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-flow:column;
    flex-flow:column;
    -webkit-box-flex:1;
    -ms-flex:1;
    flex:1
}
.product-new__link{
    -webkit-transition:all .3s;
    transition:all .3s
}
@media (hover:hover) and (pointer:fine){
    .product-new__link:hover{
        color:#fa6400
    }
}
.product-new__sub-title{
    font-size:24px;
    font-weight:600
}
.product-new__title{
    font-size:46px;
    font-weight:700;
    line-height:1.2em;
    margin-bottom:16px
}
.product-new__description{
    font-size:16px;
    font-weight:400;
    line-height:1.67;
    margin-top:0;
    margin-bottom:29px;
    -webkit-box-flex:1;
    -ms-flex:1;
    flex:1
}
.product-new__link{
    width:100%;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    height:75px;
    color:#fff;
    font-size:16px;
    font-weight:600;
    font-style:normal;
    text-transform:uppercase
}
.product-new__icon{
    display:inline-block;
    margin-left:10px;
    width:24px;
    height:24px
}
.product-new__icon svg{
    width:100%;
    height:100%
}
.product-new__icon svg path{
    fill:currentColor
}
.product-new .slick-dots{
    position:absolute;
    bottom:0;
    right:0;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    padding-right:30px;
    height:75px;
    margin:0;
    padding-left:0
}
.product-new .slick-dots li{
    list-style:none
}
.product-new .slick-dots li button{
    border:0;
    font-size:0;
    width:10px;
    height:10px;
    border-radius:100px;
    padding:0;
    margin:5px;
    opacity:.1;
    -webkit-transition:all .3s;
    transition:all .3s;
    cursor:pointer
}
.product-new .slick-dots li.slick-active button{
    opacity:1
}
.product-hot{
    padding-right:50px;
    position:relative
}
.product-hot__slide{
    height:100%
}
.product-hot__slide .slick-dots{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    margin:0;
    padding-left:0;
    height:20px
}
.product-hot__slide .slick-dots li{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    list-style:none
}
.product-hot__slide .slick-dots li button{
    border:0;
    font-size:0;
    width:10px;
    height:10px;
    border-radius:100px;
    padding:0;
    margin:5px;
    -webkit-transition:all .3s;
    transition:all .3s;
    cursor:pointer;
    background-color:#dddde0
}
.product-hot__slide .slick-dots li.slick-active button{
    background-color:#fa6400
}
.product-hot__heading{
    position:absolute;
    top:0;
    right:0;
    -webkit-transform:rotate(90deg) translateX(100%);
    transform:rotate(90deg) translateX(100%);
    -webkit-transform-origin:top right;
    transform-origin:top right;
    text-transform:uppercase;
    font-weight:700
}
.product-hot__arrows{
    position:absolute;
    bottom:0;
    right:0;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-flow:column;
    flex-flow:column
}
.product-hot__arrow{
    width:50px;
    height:50px;
    padding:12px
}
.product-hot__arrow svg{
    width:100%;
    height:100%
}
.product-hot__arrow svg path{
    fill:curretColor
}
.product-hot__arrow--prev{
    -webkit-transform:rotate(-90deg);
    transform:rotate(-90deg)
}
.product-hot__arrow--next{
    -webkit-transform:rotate(90deg);
    transform:rotate(90deg)
}
@media (hover:hover) and (pointer:fine){
    .product-hot__arrow:hover{
        color:#fa6400
    }
}
.product-hot__item{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    height:100%;
    position:relative
}
@media screen and (min-width:991px){
    .product-hot__item:before{
        content:"";
        display:block;
        padding-top:66.8128655%;
        width:100%;
        height:0
    }
}
@media (hover:hover) and (pointer:fine){
    .product-hot__item:hover{
        color:#000
    }
}
.product-hot__thumbnail{
    width:calc(50% - 30px);
    position:relative
}
.product-hot__thumbnail img{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    -o-object-fit:cover;
    object-fit:cover;
    -o-object-position:center;
    object-position:center
}
@media screen and (min-width:991px){
    .product-hot__thumbnail{
        position:absolute;
        top:0;
        left:0;
        height:100%
    }
}
.product-hot__content{
    width:calc(50% + 30px);
    padding:50px 15px 70px 60px;
    position:relative;
    border-top:5px solid #f5f5f7;
    border-right:5px solid #f5f5f7;
    border-bottom:5px solid #f5f5f7
}
@media screen and (min-width:991px){
    .product-hot__content{
        position:absolute;
        top:0;
        right:0;
        height:100%;
        overflow:hidden
    }
}
.product-hot__title{
    font-size:24px;
    font-weight:600;
    line-height:normal;
    margin-bottom:10px;
    -webkit-transition:all .3s;
    transition:all .3s
}
@media (hover:hover) and (pointer:fine){
    .product-hot__title:hover{
        color:#fa6400
    }
}
.product-hot__info{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    margin-bottom:10px
}
.product-hot__price{
    font-size:24px;
    font-weight:700;
    color:#fa6400;
    line-height:1em
}
.product-hot__sale span{
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    font-size:16px;
    padding:0 15px;
    height:33px;
    background-color:rgba(73,184,255,.1);
    color:#49b8ff;
    border-radius:10px;
    margin-bottom:10px;
    white-space:nowrap
}
.product-hot__description{
    font-size:16px;
    font-weight:400;
    line-height:1.67;
    margin-top:0;
    margin-bottom:15px;
    -webkit-box-flex:1;
    -ms-flex:1;
    flex:1
}
.product-hot__link{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    position:absolute;
    bottom:0;
    left:0;
    padding-left:60px;
    height:70px;
    width:100%;
    border-top:5px solid #f5f5f7;
    font-size:16px;
    font-weight:600;
    text-transform:uppercase;
    -webkit-transition:all .3s;
    transition:all .3s;
    background-color:#fff
}
@media (hover:hover) and (pointer:fine){
    .product-hot__link:hover{
        color:#fa6400
    }
}
.product-hot__icon{
    display:block;
    width:22px;
    height:22px;
    margin-right:10px
}

.sections-testimonials{
    padding-top:190px;
    padding-bottom:100px
}
.testimonials{
    position:relative
}
.testimonials:before{
    content:"";
    position:absolute;
    bottom:100%;
    left:50%;
    width:62px;
    height:45px;
    background-size:contain;
    background-repeat:no-repeat;
    background-position:50%;
    margin-bottom:40px;
    -webkit-transform:translateX(-50%);
    transform:translateX(-50%);
    opacity:.3
}
.testimonials__heading{
    position:relative;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    margin-bottom:30px
}
.testimonials__heading:before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:#e6e6e6;
    z-index:1;
    opacity:.8
}
.testimonials__heading h2{
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate3d(-50%,-50%,0);
    transform:translate3d(-50%,-50%,0);
    z-index:2;
    color:#000;
    font-size:34px;
    text-transform:uppercase;
    width:100%;
    text-align:center
}
.testimonials__heading img{
    width:100%;
    height:auto;
    opacity:1
}
.testimonials__item{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:stretch;
    -ms-flex-align:stretch;
    align-items:stretch;
    background-color:#f5f5f7;
    height:100%
}
.testimonials__content{
    -webkit-box-flex:0;
    -ms-flex:0 0 55%;
    flex:0 0 55%;
    padding:40px 20px
}
.testimonials__thumbnail{
    -webkit-box-flex:0;
    -ms-flex:0 0 45%;
    flex:0 0 45%;
    position:relative
}
.testimonials__thumbnail:before{
    content:"";
    display:block;
    padding-top:133.43023256%
}
.testimonials__thumbnail img{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    -o-object-fit:cover;
    object-fit:cover
}
.testimonials__thumbnail:after{
    content:"Xem s\1EA3n ph\1EA9m";
    position:absolute;
    top:50%;
    left:50%;
    padding:10px 15px 12px;
    background-size:29px 37px;
    background-repeat:no-repeat;
    background-position:50%;
    -webkit-transform:translate3d(-50%,-50%,0);
    transform:translate3d(-50%,-50%,0);
    -webkit-transition:all .3s;
    transition:all .3s;
    opacity:0;
    background-color:rgba(250,100,0,.8);
    pointer-events:none;
    text-transform:uppercase;
    border-radius:5px;
    font-weight:700;
    color:#fff;
    white-space:nowrap
}
.testimonials__thumbnail a:after{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:#0007;
    -webkit-transition:.3s linear;
    transition:.3s linear;
    opacity:0
}
@media (hover:hover) and (pointer:fine){
    .testimonials__thumbnail:hover:after,.testimonials__thumbnail:hover a:after{
        opacity:1
    }
}
.testimonials__description{
    font-size:16px;
    font-weight:400;
    line-height:1.67;
    color:#494949;
    margin-top:20px;
    margin-bottom:20px
}
.testimonials__name{
    color:#fa6400;
    font-size:16px;
    font-weight:600
}
.testimonials__slide.slick-slider .slick-track{
    display:-webkit-box!important;
    display:-ms-flexbox!important;
    display:flex!important
}
.testimonials__slide.slick-slider .slick-slide{
    height:inherit!important
}
.testimonials__slide .slick-dots{
    position:absolute;
    bottom:100%;
    right:0;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    margin:0;
    padding-left:0;
    height:20px;
    margin-bottom:5px;
    width:100%
}
.testimonials__slide .slick-dots li{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    list-style:none
}
.testimonials__slide .slick-dots li button{
    border:0;
    font-size:0;
    width:10px;
    height:10px;
    border-radius:100px;
    padding:0;
    margin:5px;
    -webkit-transition:all .3s;
    transition:all .3s;
    cursor:pointer;
    background-color:#dddde0
}
.testimonials__slide .slick-dots li.slick-active button{
    background-color:#fa6400
}
.section-faqs{
    position:relative;
    max-width:1920px;
    margin-left:auto;
    margin-right:auto
}
.faqs-service>.container{
    position:relative;
    z-index:1
}
.faqs-service__ele{
    position:absolute;
    top:50%
}
.faqs-service__ele--1{
    top:0;
    left:-14%
}
.faqs-service__ele--2{
    top:15%;
    left:2%;
    max-width:300px
}
.faqs-service__ele--3{
    top:60%;
    left:0
}
.faqs-service__ele--4{
    top:5%;
    right:-5%
}
.faqs-service__ele--5{
    top:35%;
    right:2%;
    max-width:240px
}
.faqs-service__ele--6{
    top:70%;
    right:-400px
}
.faqs-service__header{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-flow:column;
    flex-flow:column;
    text-align:center
}
.faqs-service__icon{
    width:140px;
    height:140px
}
.faqs-service__icon img{
    width:100%;
    height:100%
}
.faqs-service__sub-heading{
    font-size:24px;
    font-weight:600;
    line-height:normal;
    color:#333;
    margin-bottom:10px
}
.faqs-service__sub-heading span{
    color:#fa6400
}
.faqs-service__heading{
    font-size:48px;
    font-weight:600;
    line-height:normal;
    color:#333;
    margin-bottom:35px
}
.faqs-service__heading span{
    color:#fa6400
}
.faqs-service__list{
    margin-bottom:40px;
    padding:20px;
    border-radius:15px;
    background-color:#fff
}
.faqs-service__item{
    border-bottom:1px solid #f5f5f7;
    -webkit-transition:all .3s;
    transition:all .3s
}
.faqs-service__item:first-child{
    border-top:1px solid #f5f5f7
}
.faqs-service__head{
    padding-top:20px;
    padding-bottom:20px;
    font-size:18px;
    font-weight:400;
    display:block;
    position:relative
}
.faqs-service__head,.faqs-service__head span{
    -webkit-transition:all .3s;
    transition:all .3s
}
.faqs-service__head span{
    position:absolute;
    top:50%;
    right:0;
    width:16px;
    height:16px;
    margin-top:-8px
}
.faqs-service__head span svg{
    width:100%;
    height:100%
}
.faqs-service__head.is-active span{
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg);
    color:#fa6400
}
@media (hover:hover) and (pointer:fine){
    .faqs-service__head:hover{
        color:#fa6400
    }
}
.faqs-service__content{
    display:none;
    background-color:#fcf7f5;
    padding:20px;
    border-radius:10px;
    font-size:16px;
    font-weight:400;
    line-height:1.67
}
.faqs-service__content p{
    margin-top:0;
    margin-bottom:15px
}
.faqs-service__content p:last-child{
    margin-bottom:0
}
.faqs-service__button{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    border:2px solid rgba(250,100,0,.22);
    border-radius:10px;
    height:60px;
    max-width:270px;
    margin:0 auto;
    font-size:16px;
    font-weight:600;
    letter-spacing:1.6px;
    color:#fa6400;
    text-transform:uppercase;
    -webkit-transition:all .3s;
    transition:all .3s
}
@media (hover:hover) and (pointer:fine){
    .faqs-service__button:hover{
        border:2px solid #fa6400;
        background-color:#fa6400;
        color:#fff;
        -webkit-box-shadow:0 19px 27px 0 rgba(238,92,45,.2);
        box-shadow:0 19px 27px 0 rgba(238,92,45,.2)
    }
}

.grid--box{
    display:-webkit-box;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
    overflow-y:hidden;
    overflow-x:auto
}
.grid--box>.grid__column{
    width:auto
}

.section-care-and-share .section-care-share-donate{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    min-height:500px;
    color:#000
}
.section-care-and-share .section-care-share-donate:before{
    opacity:.7;
    background-color:#f4f4f4
}
.section-care-and-share .section-care-share-donate .caption{
    color:#000
}
.section-care-and-share .section-care-share-donate .caption h2{
    position:relative;
    color:#000;
    padding-bottom:10px;
    margin-bottom:15px
}
.section-care-and-share .section-care-share-donate .caption h2:after{
    content:"";
    position:absolute;
    top:100%;
    left:50%;
    width:60px;
    margin-left:-30px;
    height:5px;
    background-color:#000
}
.section-care-and-share .section-care-share-donate .wrapper{
    margin-bottom:25px
}
.section-care-and-share .section-care-share-donate .care-share-donate{
    color:#000;
    border:2px solid #fa6400;
    border-radius:5px;
    padding:20px 0
}
.section-care-and-share .section-care-share-donate .care-share-donate__icon{
    color:#000!important
}
.section-care-and-share .section-care-share-donate .care-share-donate__icon svg path:last-child{
    fill:#fa6400
}



#offcanvaseMenu {
    margin-top: 50px;
}

.home .offcanvas-backdrop {
    margin-top: 100px;
}


@media screen and (max-width:768px){
    .section-care-and-share .section-care-share-donate .care-share-donate{
        border:0;
        padding:5px 0
    }
}
@media screen and (max-width:1800px){
    .banner{
        padding-bottom:25px;
        height:calc(100vh - 90px)
    }
    .banner-content__sub-heading{
        font-size:16px
    }
    .banner-content__heading{
        font-size:54px
    }
}
@media screen and (max-width:1800px) and (min-width:769px) and (max-height:700px){
    .banner-content__heading{
        font-size:44px
    }
}
@media screen and (max-width:1800px){
    .banner-content__heading:before{
        width:150px;
        height:150px;
        top:-75px;
        left:-75px
    }
    .banner-slide__arrows{
        padding-top:10px;
        padding-bottom:10px
    }
}
@media screen and (max-width:1800px) and (min-width:769px) and (max-height:700px){
    .banner-slide__arrows{
        display:none
    }
}
@media screen and (max-width:1800px){
    .banner-slide__arrow{
        width:50px;
        height:50px;
        padding:0
    }
    .banner-slide__item{
        width:550px
    }
    .section-policy{
        padding-top:10px;
        padding-bottom:10px
    }
    .policy-list__item{
        min-height:40px
    }
    .product-new__tag{
        width:90px;
        height:90px;
        top:-45px;
        left:5px
    }
    .product-new__content{
        padding-top:30px
    }
    .product-new__sub-title{
        font-size:18px
    }
    .product-new__title{
        font-size:38px;
        margin-bottom:10px
    }
    .product-new__description{
        font-size:14px
    }
    .product-new__item:before{
        height:55px
    }
    .product-new__link{
        font-size:14px;
        height:55px
    }
    .product-new__icon{
        width:20px;
        height:20px
    }
    .product-hot__content{
        padding-left:30px;
        padding-top:20px
    }
    .product-hot__description{
        font-size:14px
    }
    .product-hot__title{
        font-size:18px
    }
}
@media screen and (max-width:1800px) and (max-width:1100px){
    .product-hot__title{
        font-size:14px
    }
}
@media screen and (max-width:1800px){
    .product-hot__link{
        height:50px
    }
    .product-hot__sale span{
        font-size:14px;
        height:28px
    }
    .section-products>.container {
      max-width: 1280px;
    }
    .sections-testimonials{
        padding-top:120px;
        padding-bottom:50px
    }
    .testimonials:before{
        margin-bottom:25px
    }
    .testimonials__content{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -ms-flex-flow:column;
        flex-flow:column;
        padding:30px 20px
    }
    .testimonials__description{
        -webkit-box-flex:1;
        -ms-flex:1;
        flex:1;
        font-size:14px;
        margin-top:15px;
        margin-bottom:10px
    }
    .faqs-service__sub-heading{
        font-size:20px;
        margin-bottom:0
    }
    .faqs-service__heading{
        font-size:38px
    }
    .faqs-service__icon{
        width:110px;
        height:110px
    }
    .section-faqs .container{
        max-width:991px
    }
}
@media screen and (max-width:990px){
    .policy-list__item{
        font-size:13px;
        width:50%
    }
    .section-products>.container{
        padding-left:15px;
        padding-right:15px
    }
    .product-new{
        padding-left:0
    }
    .product-new__heading{
        -webkit-transform:unset;
        transform:unset;
        position:relative;
        text-align:center;
        width:100%;
        font-size:24px;
        height:auto;
        margin-bottom:15px
    }
    .product-new__item{
        padding-left:0;
        height:auto
    }
    .product-new__item:before{
        display:none
    }
    .product-new__thumbnail{
        position:relative
    }
    .product-new__content{
        padding-right:0;
        padding-top:10px
    }
    .product-new__sub-title{
        font-size:16px
    }
    .product-new__title{
        font-size:28px
    }
    .product-new__description{
        margin-bottom:15px
    }
    .product-new__link{
        border:2px solid rgba(250,100,0,.22);
        border-radius:5px;
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-pack:center;
        -ms-flex-pack:center;
        justify-content:center;
        -webkit-box-align:center;
        -ms-flex-align:center;
        align-items:center;
        color:#fa6400;
        background-color:#fff
    }
    .product-new__link span{
        display:none
    }
}
@media screen and (max-width:990px) and (hover:hover) and (pointer:fine){
    .product-new__link:hover{
        color:#fa6400
    }
}
@media screen and (max-width:990px){
    .product-new__link:active{
        background-color:#fa6400;
        border:2px solid #fa6400;
        color:#fff
    }
    .product-new .slick-dots{
        position:relative;
        -webkit-box-pack:center;
        -ms-flex-pack:center;
        justify-content:center;
        padding-right:0;
        height:30px;
        margin-bottom:20px
    }
    .product-hot{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-orient:vertical;
        -webkit-box-direction:reverse;
        -ms-flex-flow:column-reverse;
        flex-flow:column-reverse;
        padding-right:0
    }
    .product-hot__heading{
        -webkit-transform:unset;
        transform:unset;
        width:100%;
        text-align:center;
        position:relative
    }
    .product-hot__item{
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -ms-flex-flow:column;
        flex-flow:column;
        padding:5px;
        height:auto
    }
    .product-hot__title{
        font-size:14px;
        -webkit-box-flex:1;
        -ms-flex:1;
        flex:1
    }
    .product-hot__thumbnail{
        width:100%
    }
    .product-hot__thumbnail:before{
        content:"";
        display:block;
        width:100%;
        height:0;
        padding-top:113%
    }
    .product-hot__content{
        -webkit-box-flex:1;
        -ms-flex:1;
        flex:1;
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -ms-flex-flow:column;
        flex-flow:column;
        width:100%;
        border:0;
        padding:10px 0
    }
    .product-hot__arrows{
        display:none
    }
    .product-hot__info{
        -webkit-box-orient:vertical;
        -webkit-box-direction:reverse;
        -ms-flex-flow:column-reverse;
        flex-flow:column-reverse;
        -webkit-box-pack:start;
        -ms-flex-pack:start;
        justify-content:flex-start;
        -webkit-box-align:start;
        -ms-flex-align:start;
        align-items:flex-start;
        margin-bottom:0
    }
    .product-hot__rating{
        margin-bottom:5px
    }
    .product-hot__sale span{
        height:auto;
        padding:0;
        background-color:#fff0;
        text-align:left;
        font-size:12px
    }
    .product-hot__description,.product-hot__link{
        display:none
    }
    .product-hot__price{
        font-size:20px
    }
    .product-hot__slide.slick-slider .slick-track{
        display:-webkit-box!important;
        display:-ms-flexbox!important;
        display:flex!important
    }
    .product-hot__slide.slick-slider .slick-slide{
        height:inherit!important
    }
    .product-hot__slide.slick-slider .slick-slide>div,.product-hot__slide.slick-slider .slick-slide>div>.product-hot__item{
        height:100%
    }
    .section-products{
        padding-bottom:30px;
        padding-top:30px
    }

    .sections-testimonials{
        padding-top:80px;
        padding-bottom:30px
    }
    .testimonials__heading img{
        height:80px;
        -o-object-fit:cover;
        object-fit:cover
    }
    .testimonials__heading h2{
        font-size:22px
    }
    .testimonials__item{
        position:relative
    }
    .testimonials__content{
        position:absolute;
        width:100%;
        z-index:1;
        height:100%;
        background-color:#0007;
        color:#fff;
        pointer-events:none
    }
    .testimonials__content:before{
        content:"Xem s\1EA3n ph\1EA9m";
        position:absolute;
        bottom:0;
        left:0;
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-pack:center;
        -ms-flex-pack:center;
        justify-content:center;
        -webkit-box-align:center;
        -ms-flex-align:center;
        align-items:center;
        text-transform:uppercase;
        font-size:16px;
        font-weight:700;
        width:100%;
        height:60px;
        background-color:#0007
    }
    .testimonials__description{
        color:#fff;
        -webkit-box-flex:0;
        -ms-flex:none;
        flex:none
    }
    .testimonials__thumbnail{
        -webkit-box-flex:0;
        -ms-flex:0 0 100%;
        flex:0 0 100%;
        width:100%
    }
    .faqs-service__ele{
        display:none
    }
    .faqs-service__head{
        font-size:14px;
        padding-right:30px;
        padding-top:15px;
        padding-bottom:15px
    }
    .faqs-service__icon{
        width:80px;
        height:80px
    }
    .faqs-service__icon img{
        -o-object-fit:contain;
        object-fit:contain
    }
    .faqs-service__sub-heading{
        font-size:16px
    }
    .faqs-service__heading{
        font-size:28px;
        margin-bottom:0
    }
    .faqs-service__content{
        padding:15px;
        font-size:14px
    }
    .faqs-service__list{
        margin-bottom:0
    }

}

@media (max-width:767px){
    .banner{
        height:auto;
        padding-bottom:0
    }
    .banner-slide .container{
        padding:0
    }
    .banner-slide__container{
        height:auto
    }
    .banner-slide__item{
        margin-right:0
    }
    .banner-slide__item img{
        border-radius:0
    }
    .banner-bg{
        display:none
    }


    .section-policy,.section-policy>.container{
        padding:0
    }
    .policy-list{
        -ms-flex-flow:wrap;
        flex-flow:wrap
    }
    .policy-list,.policy-list__item{
        padding-top:5px;
        padding-bottom:5px
    }
    .policy-list__item{
        font-size:14px;
        -webkit-box-flex:0;
        -ms-flex:0 0 100%;
        flex:0 0 100%;
        -webkit-box-pack:start;
        -ms-flex-pack:start;
        justify-content:flex-start;
        font-size:12px
    }
    .policy-list__item+.policy-list__item{
        border-left:0;
        border-top:1px solid #0001
    }
    .policy-list__icon{
        -webkit-box-flex:0;
        -ms-flex:0 0 45px;
        flex:0 0 45px
    }
}
@media screen and (min-width:769px){
    .site-wrapper{
        padding-top:0!important
    }
    .horizontal-scroll-wrapper{
        position:absolute;
        display:block;
        top:0;
        left:0;
        margin:0;
        overflow-y:auto;
        overflow-x:hidden;
        -webkit-transform:rotate(-90deg) translateY(-550px);
        transform:rotate(-90deg) translateY(-550px);
        -webkit-transform-origin:right top;
        transform-origin:right top;
        height:100vw;
        -ms-overflow-style:none;
        scrollbar-width:none
    }
    .horizontal-scroll-wrapper::-webkit-scrollbar{
        -webkit-appearance:none;
        width:0;
        height:0;
        display:none
    }
    .horizontal-scroll-wrapper::-webkit-scrollbar-thumb,.horizontal-scroll-wrapper::-webkit-scrollbar-track{
        background:#fff0
    }
    .horizontal-scroll-wrapper::-webkit-scrollbar-thumb:hover{
        background:#fff0
    }
    .horizontal-scroll-wrapper>div{
        width:550px;
        height:0;
        padding-top:100%;
        -webkit-transform:rotate(90deg) translateX(100%);
        transform:rotate(90deg) translateX(100%);
        -webkit-transform-origin:right top;
        transform-origin:right top;
        margin:0 0 30px
    }
    .horizontal-scroll-wrapper>div>*{
        position:absolute;
        top:0;
        left:0;
        width:100%
    }
}




.section-preorder{
    position: relative;
}
.section-preorder__bg{
    position: absolute;
    top: 20%;
    left: 0;
    width: 100%;
    height: 60%;
    opacity: 0.1;
}

.section-preorder__bg.left{
    height: 40%;
    top: auto;
    bottom: 0;
}

.section-preorder__bg.left img{
    width: 100%;
    height: 100%;
    object-position: right;
    object-fit: contain;
    transform: scaleX(-1);
}

.section-preorder__bg.right img{
    width: 100%;
    height: 100%;
    object-position: right;
    object-fit: contain;
}
.product-new__thumbnail:before{
    content: "";
    display: block;
    height: 0;
    width: 100%;
    padding-top: 66.95%;
}
.product-new__thumbnail img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.hotdeal-heading {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-image: linear-gradient(90deg,#f11200,#ff7b01);
    font-size: 36px;
    color: #fff;
    font-weight: bold;
    padding: 0px 70px 0px 0;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    position: relative;
    margin-bottom: 30px;
    height: 85px;
    margin-left: 240px;
}

.hotdeal-heading:before {
    content: "";
    position: absolute;
    top: 0px;
    right: 100%;
    width: 240px;
    height: 100%;
    background-image: url('/image/hot-deal.png');
    background-size: auto 100%;
    background-repeat: no-repeat;
}
.section-hotdeal{
    position: relative;
}
.section-hotdeal:before{
    content: "";
    position: absolute;
    top: 13%;
    left: 0;
    width: 100%;
    height: 90%;
    background-image: url("/image/Group_25(1).png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.5;
}
@media  screen and (max-width: 768px) {
    .hotdeal-heading{
        font-size: 16px;
        height: 40px;
        margin-left: 75px;
        padding-right: 35px;
        margin-bottom: 15px;
    }
    .hotdeal-heading:before{
        width: 110px;
    }
    .section-products{
        padding-top: 0;
    }
}
.page-outlet-item .product-grid__item--thumbnail a:after,
.page-outlet-item .product__image a:after {
    background: url('/image/icon.png');
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    width: 22%;
    height: 100px;
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
}

.product__image--limited:after {
    content: "";
    background-image: url("/image/Asset_12x.png");
    background-size: 25%;
    background-repeat: no-repeat;
    background-color: #fff0;
    background-position: top right;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(0deg);
    pointer-events: none;
}

.product__image--new:after {
    content: "";
    background-image: url("/image/New_(4)1.png");
    background-size: 25%;
    background-repeat: no-repeat;
    background-color: #fff0;
    background-position: top right;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: rotate(0deg);
    pointer-events: none;
}

.product__image--sale:after {
    content: "";
    background-image: url("/image/Frame_Website-04.png");
    background-size: 25%;
    background-repeat: no-repeat;
    background-color: #fff0;
    background-position: top right;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: rotate(0deg);
    pointer-events: none;
}

.product__image--hot:after {
    content: "";
    background-image: url("/image/Frame_Website-05.png");
    background-size: 25%;
    background-repeat: no-repeat;
    background-color: #fff0;
    background-position: top right;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: rotate(0deg);
    pointer-events: none;
}



.product__balge--premium {
    position: absolute;
    right: -41px;
    font-size: 14px;
    font-weight: 700;
    -webkit-transform: rotate(45deg);
    border-bottom: 3px solid;
    border-top: 3px solid;
    color: #fff;
    padding: 7px 0 4px;
    letter-spacing: 1px;
    -webkit-box-shadow: 0 0 10px 0 #3333;
    box-shadow: 0 0 10px 0 #3333;
    content: "";
    background-image: url("/uploads/pre3_12x(2).png");
    background-size: 25%;
    background-repeat: no-repeat;
    background-color: #fff0;
    background-position: top right;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: rotate(0deg);
    pointer-events: none;
}

.product__balge--premium svg{
    display: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.site-footer__comments {
    background-color: #6f6f6f11;
    border-radius: 10px;
    padding: 15px;
    width: 240px;
    max-width: 100%;
}
.site-footer__comments .title {
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 0;
}
.site-footer__comments .desc {
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 0;
}.site-footer__comments .link {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     border: 2px solid #fa6400;
     color: #fa6400;
     border-radius: 3px;
     height: 35px;
     font-weight: 600;
     text-transform: uppercase;
     font-size: 14px;
 }
.site-footer__comments .link .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 16px;
    height: 16px;
    margin-right: 10px;
}
.site-footer__comments .link .icon path {
    fill: currentColor;
}

@media  screen and (max-width: 768px) {
    .site-footer__comments {
        width: 100%;
    }
}


.site-header__cart .cartlabel{
    position: absolute;
    font-size: 12px;
    bottom: 6px;
    left: 0;
    width: 100%;
    text-align: center;
}
@media  screen and (min-width: 1919px) {
    .site-header__cart .cartlabel{
        bottom: 10px;
    }
}

@media  screen and (max-width: 767px) {
    .page-outlet-item .product-grid__item--thumbnail a:after,
    .page-outlet-item .product__image a:after {
        width: 33%;
    }
}

/* Header css*/
#header-top {
    background-color: var(--e-global-color-secondary);
}

#header-top a {
    color: var(--e-global-color-032538);
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 1px;
    margin: 0px 9px;
}



.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
    display: none
}
@media (min-width: 767px) {

    .navbar-nav>.nav-item>.nav-link i {
        display: none;
    }
}


.dropdown-menu[data-bs-popper] {
    left: unset;
    
}

.dropdown-menu {
    max-width: 520px;
    min-width: 520px;
}

.navbar-nav>.nav-item {
    padding: 10px 0;
    margin-bottom: -30px;
}

.navbar-nav .nav-item .nav-link {
    text-align: left;
    font-size: 15px;
    letter-spacing: 0.4px;
    line-height: 30px;
    font-weight: 400;
    padding-bottom: 0;
    padding-top: 0;
}

.navbar .navbar-nav .nav-link:hover, .navbar .navbar-nav .nav-link.active {
    color: var(--e-global-color-0c9dee);
}

@media (min-width: 769px) {
  .navbar-nav .nav-item:hover .nav-link {
    border-bottom: 2px solid var(--e-global-color-0c9dee);
    color: var(--e-global-color-text);
  }
}

.navbar-nav .nav-item-right {
  padding: 18px 10px 18px 10px
}

.navbar-right {
  align-items: flex-end
}

.navbar-right .nav-item-right {
  padding-left: 20px;
  padding-right: 20px
}

@media (max-width: 576px) {
  .navbar-right .nav-item-right {
    padding-left: 10px;
    padding-right: 10px
  }
  .dropdown-menu {
    min-width: 320px
  }
}

@media(max-width: 769px) {
    .navbar-nav>.nav-item {
        margin-bottom: 0;
      }
}

@media (max-width: 320px) {
  .navbar-right .nav-item-right {
    padding-left: 5px;
    padding-right: 5px
  }
  .navbar-right a img {
    width: 25px;
    height: 25px;
  }
}

.navbar-nav .nav-item-right a {
    text-align: left;
    font-size: 14px
}

.btn-menu {
  border: none;
  padding-top: 17px
}


#nav_dropdown_content{
  list-style-type: none;
  border: 1px solid var(--e-global-color-0c9dee);
  padding: 10px;
  display: flex
}

#nav_dropdown_content ul {
  list-style-type: none;
  padding: 0;
  margin-top: 5px
}

#nav_sub_sectionFeatured {
  padding: 10px
}

#nav_sub_sectionFeatured .nav-sub-title {
    padding-bottom: 3px;
    font-size: 15px;
    line-height: 1.2;
    letter-spacing: 0.1;
    /* text-decoration: underline; */
    text-underline-offset: 4px;
    margin-top: 0px;
}

#nav_sub_sectionFeatured .nav-sub-title:hover {
    color: var(--e-global-color-0c9dee);
}

@media (max-width: 996px) {
  .navbet {
    display: flex;
    flex: 1;
    justify-content: space-between;
    align-items: center
  }
}

.nav_sub_section ul li {
  
}

.nav_sub_section ul li a {
    letter-spacing: 0.4px;
    line-height: 30px;
    font-weight: 400;
    border-bottom: 2px solid var(--nav-bg-color);
    display: block;
}

.nav_sub_section ul li:hover a {
  color: var(--e-global-color-0c9dee)
}


/* Footer css */

#footer-top {
    background-color: #000;
}

#form-subscribe .form-subscrise__submit-btn {
    background-color: var(--e-global-color-0c9dee);
    padding: 8px 10px;
    border-radius: 4px;
}   

#footer-menu {
    position: fixed; 
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: var(--e-global-color-0c9dee);
    color: #fff;
    z-index: 1000;
    height: 73px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
    align-items: center;
    padding: 0 10px;  
}

.footer-menu__content {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center
}

.footer-menu__content .footer-item {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

/* module product category css */

#product-category-layout-default {
    
}

#product-category-layout-default .widget-container {

}

.widget-container__button-link {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #2f243a;
}

.widget-container__button-link i {
    font-size: 12px
}

.widget-container__button-link:hover {
    color: var(--e-global-color-0c9dee)
}

.filter-option-item {
    padding: 8px 10px;
    background-color: #EFF1F5;
    color: #000;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 12px;
    letter-spacing: 0.5px;
    font-weight: 600;
}

.filter-option-item:hover {
    background-color: #0C9DEE;
    color: #FFF;
}



#product-category-layout-1 {
    background-color: var(--e-global-color-0B6CA3);
    padding-top: 30px
}

.widget-container__heading-title {
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
    padding: 0;
    margin: 0;
    letter-spacing: 0.5px;
}

#product-category-layout-1 .list-product {
    margin: 0 -8px
}

#product-category-layout-1 .list-product .product-item_1{
    padding: 8px 8px;
    display: block
}

#product-category-layout-1 .btn-product-item {
    background-color: var(--e-global-color-fcd858);
    position: absolute;
    bottom: 22px;
    left: 25px;
    padding: 15px 5px;
    font-size: 16px;
    line-height: 20px;
    width: 160px;
    border-radius: 4px;
    text-align: center;
}

@media (min-width: 576px) {
    .bg-img {
      padding-top: 60%
    }
    #product-category-layout-1 .widget-container h3{
      color: #FFF
    }
}

@media (max-width: 768px) {
    .bg-img {
      padding-top: 120%
    }
    #product-category-layout-1 .btn-product-item {
      background-color: #fff;
      color: #141B34;
      font-size: 14px;
      max-width: 140px;
      padding: 10px 3px;

    }
    #product-category-layout-1 .widget-container h3{
      color: var(--e-global-color-ffe603)
    }
}


/* product category layout 2 */

#product-category-layout-2 {
    background-color: var(--e-global-color-secondary);
}

#product-category-layout-2 .btn-see-all {
    padding: 8px 35px;
    background-color: var(--e-global-color-fcd858);
    border-radius: 26px;
    color: #000;
    font-size: 12px;
    font-weight: bold;
}

#product-category-layout-2 .btn-see-all:hover {
    opacity: 0.7;
}

  
@media (min-width: 576px) {
    #product-category-layout-2 .widget-container {
      width: 560px;
    }

    #product-category-layout-2 .widget-container h5{
      color: #032D45;
      font-size: 20px
    }
    #product-category-layout-2 .list-product {
      margin: 0 -8px
    }
    #product-category-layout-2 .list-product .product-slide {
      padding: 0 8px;
    }

  }
@media (max-width: 576px) {
    #product-category-layout-2 .widget-container h5{
      color: #032D45;
      font-size: 20px
    }
    #product-category-layout-2 .list-product {
      margin: 0 -5px
    }
    #product-category-layout-2 .list-product .product-slide {
      padding: 0 5px;
    }
}


#product-category-layout-2 .product-slide__product-item .shoping-cart-btn {
    padding: 4px
}
#product-category-layout-2 .product-slide__product-item .shoping-cart-btn img {
    width: 25px !important;
    height: 25px !important;
}

/* custom feedback css */

#custom-feedback {

}  

#custom-feedback .widget-container h5{
    color: var(--e-global-color-fdb407);
}

.feeback-container {
    background-color: var(--e-global-color-af2a02); 
    display: flex; 
    align-items: center; 
    justify-content: center
}

.feedback-text {
    text-align: center; 
    position: absolute; 
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%);
    width: 80%;
    font-size: 12px;
}

@media (max-width: 576px) {
    .feedback-text {
        font-size: 12px
    }
}