html,
body{
    width: 100%;
    margin: 0 auto;
    padding: 0;
    overflow-x: hidden;
}
body{
    background-color: #ffffff;
    color: #20150F;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    font-family: "Kumbh Sans", sans-serif;
}

/*--- Elements ----*/

h1, h2, h3, h4, h5, h6{
    margin: 0 0 24px;
    font-weight: 500;
    font-family: "Kanit", sans-serif;
}
h1{
    font-size: 48px;
    line-height: 58px;
}
h2{
    font-size: 48px;
    line-height: 56px;
}
h3{
    font-size: 36px;
    line-height: 44px;
}
h4{
    font-size: 26px;
    line-height: 34px;
}
h5{
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
}
h6{
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
}
p{
    margin: 0 0 24px;
}
p:empty{
    display: none;
}
a{
    text-decoration: none;
    outline: none;
    color: #0D5B79;
    transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
}
a:hover,
a:focus{
    color: #999999;
}
ul{
    margin: 0 0 24px;
    padding: 0 0 0 20px;
    list-style: disc;
}
li{
    margin: 0 0 5px;
    padding: 0;
}
img{
    border: none;
    max-width: 100%;
    height: auto;
}
input[type=text],
input[type=email],
input[type=tel],
input[type=password],
select,
textarea{
    outline: none !important;
    padding: 20px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -o-border-radius: 10px;
    border: 1px solid #E6E8EA;
    background-color: #ffffff;
}
select{
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    -o-appearance:none;
    appearance:none;
    background-image: url('../images/Down.svg');
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 16px;
    padding-right: 38px;
}
input[type=submit],
button[type=submit]{
    box-shadow: 0px 13px 21px 0px #0E59F21F;
    background-color: #0D5B79;
    color: #ffffff;
    padding: 13px 24px;
    text-align: center;
    border-radius: 8px;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        -o-border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    line-height: 23px;
    letter-spacing: 0.02em;
    display: inline-block;
    border: none;
}
input[type=submit]:hover,
button[type=submit]:hover{
    background-color: #999999;
    color: #ffffff;
}

::placeholder {
    color: #20150F;
    opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */
    color: #20150F;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #20150F;
}

:-moz-placeholder { /* Firefox 18- */
    color: #20150F;
}

b{
    font-family: "Kanit", sans-serif;
    font-weight: 500;
}

/* =WordPress Core - Sassified.
-------------------------------------------------------------- */

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
 

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
  
/* Element */

.cbtn{
    background-color: #0D5B79;
    color: #ffffff;
    font-family: "Kanit", sans-serif;
    padding: 13px 24px;
    text-align: center;
    border-radius: 8px;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        -o-border-radius: 8px;
    font-size: 20px;
    font-weight: 500;
    line-height: 29.9px;
    letter-spacing: 0.02em;
    display: inline-block;
}
.cbtn-gradient{
    box-shadow: 0px -8px 7px 0px #179BD7 inset;
        -moz-box-shadow: 0px -8px 7px 0px #179BD7 inset;
        -webkit-box-shadow: 0px -8px 7px 0px #179BD7 inset;
        -o-box-shadow: 0px -8px 7px 0px #179BD7 inset;
}

.cbtn-sm{
    font-size: 14px;
    line-height: 17.36px;
    padding: 12px 17px;
    border-radius: 8px;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        -o-border-radius: 8px;
}
.cbtn-md{
    font-size: 16px;
    line-height: 24px;
    padding: 15px 26px;
    border-radius: 8px;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        -o-border-radius: 8px;
}
.cbtn-red{
    background: #B80000;
}
.cbtn-blue-light{
    border: 1px solid #72B1C9;
    background: #3DABCE0D;
    color: #20150F;
}
.cbtn i{
    padding-left: 8px;
}
.cbtn-radius{
    border-radius: 100px;
        -moz-border-radius: 100px;
        -webkit-border-radius: 100px;
        -o-border-radius: 100px;
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 16px;
    padding-bottom: 16px;
}
.cbtn:hover,
.cbtn:focus{
    background-color: #999999;
    color: #ffffff;
    box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        -o-box-shadow: none;
}
.cbtn-blue-light:hover,
.cbtn-blue-light:focus{
    border-color: #999999;
}
.text-white{
    color: #ffffff;
}
.text-blue{
    color: #0D5B79;
}
.text-right{
    text-align: right;
}
.font-500{
    font-weight: 500;
}
.font-700{
    font-weight: 700;
}
.mb-74{
    margin-bottom: 74px;
}
.mb-24{
    margin-bottom: 24px;
}

/* Layout */
.sc-title{
    margin-bottom: 60px;
}
.page-intro,
.woocommerce-products-header{
    text-align: center;
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
}
.post-type-archive-product .woocommerce-products-header{
    display: none;
}

/* Top Bar */
.top-bar{
    padding: 8px 0;
    background: #0d5b79;
}
.top-text{
    font-weight: 500;
    color: #FFBD0C;
    font-size: 16px;
    line-height: 24px;
}
.top-text p{
    margin: 0;
}
.top-links{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}
.nav-login{
    margin: 0 -10px;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.nav-login > li{
    position: relative;
    margin: 0;
    padding: 0 10px;
}
.nav-login > li:after{
    position: absolute;
    z-index: 10;
    top: 50%;
    right: 0;
    height: 16px;
    margin-top: -8px;
    width: 1px;
    background-color: #ffffff;
    content:"";
}
.nav-login > li.last:after{
    display: none;
}
.nav-login > li > a{
    color: #ffffff;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    display: inline-block;
}
.nav-login > li > a:hover,
.nav-login > li > a:focus{
    color: #FFBD0C;
}
.nav-account{
    margin: 0 -10px;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.nav-account > li{
    margin: 0;
    padding: 0 10px;
}
.nav-account > li > a{
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    color: #ffffff;
    display: inline-block;
    text-align: center;
    position: relative;
}
.nav-account > li > a i{
    display: block;
    margin-bottom: 4px;
}
.nav-account > li > a:hover,
.nav-account > li > a:focus{
    color: #FFBD0C;
}
.cart-number{
    width: 16px;
    height: 16px;
    position: absolute;
    top: -6px;
    right: -10px;
    z-index: 10;
    border-radius: 100%;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        -o-border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1D1D1D;
    font-size: 10px;
    line-height: 11px;
    font-weight: 700;
    background-color: #FFBD0C;
}
/* Header */
.site-header{
    position: relative;
    background-color: #ffffff;
}
.main-header{
    padding: 18px 0 14px;
}
.header-midd{
    font-size: 36px;
    font-weight: 500;
    line-height: 58px;
    text-align: center;
    font-family: "Kanit", sans-serif;
}
.search-form-wrap{
    position: relative;
    background-color: #F6FDFF;
    width: 306px;
    max-width: 100%;
    float: right;
}
.search-form-wrap form{
    margin: 0;
    padding: 0;
}
.search-form-wrap input[type=text]{
    width: 100%;
    border-color: #DDE0E9;
    border-width: 1px 0px 1px 1px;
    border-style: solid;
    background-color: #F6FDFF;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    padding: 18px 68px 18px 24px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
}
.search-form-wrap button{
    background-color: #0D5B79;
    border: none;
    padding: 5px 20px;
    color: #ffffff;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    height: 100%;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
}

/* Menu */
.site-menu{
    padding: 0 15px;
    position: relative;
    z-index: 10;
}
.main-nav-button{
    display: none;
}
.menu-wrap{
    background: #523629;
    padding: 0 0;
    position: relative;
    box-shadow: 0px 4px 9px 0px #0000001A;
}
.menu-wrap:before,
.menu-wrap:after{
    position: absolute;
    top: 0;
    z-index: 10;
    content:"";
    width: 30px;
    height: 100%;
    background: #523629;
    border-radius: 12px;
    transform: rotate(8deg);
}
.menu-wrap:before{
    left: -13px;
}
.menu-wrap:after{
    right: -13px;
}
.main-nav{
    margin: 0 -15px;
    padding: 0;
    list-style: none;
    position: relative;
    z-index: 99;
    font-family: "Kanit", sans-serif;
}
.main-nav > li{
    margin: 0;
    padding: 0 15px;
    position: relative;
}
.main-nav > li > a,
.main-nav > li > span{
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    color: #ffffff;
    display: inline-block;
    text-align: center;
    padding: 22px 0;
    text-transform: uppercase;
    position: relative;
}
.main-nav > li.menu-item-has-children i{
    font-size: 16px;
    display: inline-block;
    margin-left: 4px;
    color: #ffffff;
}
.main-nav > li.menu-item-button{
    padding-right: 0;
}
.main-nav > li.menu-item-button > a{
    background-color: #ffffff;
    color: #0D5B79;
    text-transform: none;
    padding: 0 20px;
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: 18px;
    position: relative;
    background: url(../images/Button-Background.svg) no-repeat scroll 0 0;
    background-size: contain;
}
.main-nav > li.menu-item-button > a span{
    display: inline-block;
    margin-right: 8px;
    padding: 10px 10px;
}
.main-nav > li.menu-item-button > a i{
    display: inline-block;
    margin: 0;
}

.main-nav > li:hover i,
.main-nav > li:focus i,
.main-nav > li:hover > a,
.main-nav > li:focus > a{
    color: #FFBD0C;
}

.sub-menu{
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #0D5B79;
    z-index: 99;
    min-width: 220px;
    list-style: none;
    box-shadow: 0px 4px 9px 0px #0000001A;
        -moz-box-shadow: 0px 4px 9px 0px #0000001A;
        -webkit-box-shadow: 0px 4px 9px 0px #0000001A;
        -o-box-shadow: 0px 4px 9px 0px #0000001A;
    border-radius: 0 0 12px 12px;
    margin: 0;
    padding: 0px 0 8px;
    display: none;
}
.sub-menu > li{
    margin: 0;
    padding: 0;
    position: relative;
}
.sub-menu > li > a{
    color: #ffffff;
    font-size: 18px;
    line-height: 26px;
    display: block;
    padding: 8px 15px;
}
.sub-menu > li > a:hover,
.sub-menu > li > a:focus{
    color: #FFBD0C;
}


/* Content */
.site-main{
    padding-top: 60px;
    padding-bottom: 60px;
}
.site-main.fullwidth{
    padding-top: 0;
}

/** Page Banner*/
.site-banner{
    margin-top: -36px;
    position: relative;
    z-index: 9;
}
.page-banner{
    background: url(../images/page-banner.jpg) no-repeat scroll center top;
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 15px;
    text-align: center;
}
.page-title{
    margin-bottom: 24px;
}
.page-breakcrumb{
    color: #0D5B79;
    font-size: 14px;
    line-height: 22px;
    font-family: "Kanit", sans-serif;
}
.page-breakcrumb a{
    color: #0D5B79;
}
.page-breakcrumb i{
    color: #72B1C9;
    display: inline-block;
    padding: 0 4px;
    font-size: 12px;
}

/* Site Footer */

.site-footer{
    position: relative;
    z-index: 9;
    background: linear-gradient(195.62deg, #05193C 12.4%, #051838 80.63%);
    padding: 100px 0 100px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}
.footer-widget a{
    color: #ffffff;
}
.socials-icon{
    display: flex;
    margin: 0 -7px;
    padding: 0;
    list-style: none;
}
.socials-icon > li{
    padding: 0 7px;
    margin: 0;
    font-size: 35px;
    line-height: 35px;
}
.socials-icon > li > a:hover{
    color: #72B1C9;
}
.footer-logo{
    margin-bottom: 6px;
}
.footer-desc,
.footer-btn{
    margin-bottom: 35px;
}
.footer-widget .menu{
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-widget .menu li{
        margin: 0 0 15px;
}
.footer-widget .menu li a{
    display: inline-block;
    position: relative;
}
.footer-widget .menu li a:before{
    content: "\f101";
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 16px;
    line-height: 16px;
    margin-right: 8px;
}
.footer-widget .menu li a:hover{
    color: #72B1C9;
}
.footer-widget .widget-title{
    position: relative;
    padding-bottom: 18px;
    margin-bottom: 30px;
    font-size: 22px;
    line-height: 33px;
    font-family: "Kanit", sans-serif;
}
.footer-widget .widget-title:after{
    content:"";
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #72B1C9;
    width: 41px;
    height: 3px;

}

.cinfo{
    background-color: #20150F;
    padding: 12px 20px;
    color: #ffffff;
    border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -o-border-radius: 10px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: "Kanit", sans-serif;
    font-weight: 400;
}
.cinfo-icon{
    width: 54px;
    height: 54px;
    background-color: #0D5B79;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    line-height: 24px;
    border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -o-border-radius: 5px;
}
.cinfo-content{
    width: calc(100% - 86px);
}
.cinfo-content a{
    color: #ffffff;
}
.cinfo-content span{
    display: block;
    font-size: 16px;
    line-height: 24px;
}
.cinfo-content span.txt-small{
    font-size: 10px;
    line-height: 15px;
}
.cinfo-content span.txt-medium{
    font-size: 12px;
    line-height: 18px;
}

/** site-bottom*/
.site-bottom{
    background: #20150F;
    padding: 34px 0;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
}
.nav-bottom{
    display: flex;
    margin: 0 -6px;
    padding: 0;
    list-style: none;
    justify-content: flex-end;
    flex-wrap: wrap;
}
.nav-bottom > li{
    border-right: 1px solid #ffffff;
    margin: 0;
    padding: 0 6px;
    line-height: 16px;
}
.nav-bottom > li.last{
    border-right: none;
    padding-right: 0;
}
.nav-bottom > li > a{
    color: #ffffff;
}
.nav-bottom > li > a:hover{
    color: #999999;
}

/**
* Product loop
*/
.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product{
    margin-bottom: 100px;
}
.product-thumb-wrap{
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
}
.product-thumb-link{
    display: block;
    border: 1px solid #000000;
}
.woocommerce ul.products li.product a img{
    width: 100%;
    object-fit: cover;
    display: block;
    margin: 0 !important;
}
.term-link-wrap{
    position: absolute;
    top: 22px;
    left: 20px;
    display: flex;
    gap: 10px;
}
.ibtn-term{
    background-color: #72b1c9;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 15px;
    font-weight: 600;
    padding: 2px 15px;
    border-radius: 15px;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
        -o-border-radius: 15px;
    
    color: #20150F;
}
.ibtn-term:hover{
    background-color: #999999;
    color: #ffffff;
}
.add-to-cart-wrap{
    position: absolute;
    bottom: -60px;
    left: 0;
    width: 100%;
    transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
}
.add-to-cart-wrap .button,
.woocommerce ul.products li.product .button{
    font-weight: 500;
    color: #ffffff;
    background-color: #0D5B79;
    display: block;
    width: 100%;
    text-align: center;
    border: none;
    box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        -o-box-shadow: none;
    padding: 10px 15px;
    position: relative;
}
.woocommerce ul.products li.product .button:before{
    content: "\f290";
    font-weight: 900;
    font-family: 'Font Awesome 6 Free';
    margin-right: 10px;
    display: inline-block;
    font-size: 13px;
}
.woocommerce ul.products li.product:hover .add-to-cart-wrap{
    bottom: 0;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title{
    font-size: 24px;
    line-height: 32px;
    margin: 0;
    padding: 0;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title a{
    color: #20150F;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title a:hover{
    color: #0D5B79;
}
.woocommerce ul.products li.product .price{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #20150F;
    margin: 0;
}

/**
* Product detail
*/
.woocommerce #content div.product div.images, 
.woocommerce div.product div.images, 
.woocommerce-page #content div.product div.images, 
.woocommerce-page div.product div.images{
    width: 100%;
}
.woocommerce #content div.product div.summary, 
.woocommerce div.product div.summary, 
.woocommerce-page #content div.product div.summary, 
.woocommerce-page div.product div.summary{
    width: 100%;
}
.single-product .entry-summary{
    border-radius: 20px;
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;
        -o-border-radius: 20px;
    padding: 23px 34px 34px;
    background: #F6F7FA;
}
.product-widget-title{
    margin-bottom: 20px;
}
.woocommerce div.product form.cart .variations td, 
.woocommerce div.product form.cart .variations th{
    display: block;
}
.woocommerce div.product form.cart .variations th{
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    font-family: "Kanit", sans-serif;
}
.woocommerce div.product form.cart .variations td{
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
}
.woocommerce div.product form.cart .variations select{
    width: 100%;
    margin: 0;
    padding: 12px 14px;
    border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -o-border-radius: 10px;
    border: 1px solid none;
    background-color: #ffffff;
}
.woocommerce .quantity .qty{
    background-color: #ffffff;
    border: none;
    border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -o-border-radius: 10px;
    width: 63px;
    margin: 0 20px 0 0;
    height: 54px;
}
.qty-label{
    display: block;
    width: 63px;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    font-family: "Kanit", sans-serif;
    font-weight: 500;
    margin-bottom: 4px;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt{
    background-color: #B80000;
    border: 1px solid #EDEDEDE3;
    border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -o-border-radius: 5px;
    color: #ffffff;
    box-shadow: 0px 16px 51px 0px #00000012;
        -moz-box-shadow: 0px 16px 51px 0px #00000012;
        -webkit-box-shadow: 0px 16px 51px 0px #00000012;
        -o-box-shadow: 0px 16px 51px 0px #00000012;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    font-family: "Kanit", sans-serif;
}
.single_add_to_cart_button:before{
    content: "\f290";
    font-weight: 900;
    font-family: 'Font Awesome 6 Free';
    margin-right: 10px;
    display: inline-block;
    font-size: 20px;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled[disabled]:hover{
    background-color: #999999;
    color: #ffffff;
    opacity: 0.5;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:hover{
    background-color: #999999;
    color: #ffffff;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price{
    color: #20150F;
    font-weight: 500;
    font-family: "Kanit", sans-serif;
    
}
.product-form-detail,
.product-form-detail form{
    position: relative;
}
.product-form-detail form{
    margin: 0 !important;
}
.product-form-detail .price{
    font-size: 20px;
    line-height: 28px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.product-form-detail .price:before{
    content: "Price";
    font-size: 16px;
    line-height: 24px;
    width: 100px;
}
.product-form-detail .single_variation_wrap{
    margin-top: 0;
}
.product-form-detail  .single_variation_wrap > a{
    display: block;
    margin-bottom: 20px;
}
.reset_variations{
    display: block;
    margin-top: 10px;
}
.woocommerce-variation-add-to-cart:after{
    clear: both;
    display: block;
    content:"";
}
.woocommerce div.product div.images.woocommerce-product-gallery{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 30px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper:after{
    clear: both;
    content:"";
    display: block;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2){
    width: 15%;
    float: left;
    padding: 0 10px 20px;
}
.woocommerce-product-gallery__image:first-child{
    width: 70%;
    padding: 0 10px 10px 0;
    float: left;
}
.product-gallery-wrapper{
    width: 30%;
    display: flex;
    flex-wrap: wrap;
    padding-left: 16px;
}
.product-gallery-wrapper .woocommerce-product-gallery__image{
    width: 50% !important;
    padding: 0 11px 13px;
}

.single-product-title{
    margin-bottom: 48px;
}
.woocommerce-message {
    border-top-color: #72B1C9;
}
.woocommerce-message::before {
    color: #72B1C9;
}
.wcpay-payment-request-wrapper{
    margin: 35px 0 0;
}

/**
* Search autocomplete
*/
.predictive-list{
    position: absolute;
    left: 0;
    top: 100%;
    box-shadow: 0 0 2px #cccccc;
        -moz-box-shadow: 0 0 2px #cccccc;
        -webkit-box-shadow: 0 0 2px #cccccc;
        -o-box-shadow: 0 0 2px #cccccc;
    z-index: 99;
    background-color: #ffffff;
    border-radius: 8px;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        -o-border-radius: 8px;
    list-style: none;
    padding: 12px;
    margin: 0;
    width: 100%;
    max-height: 360px;
    overflow-y: auto;
}
.predictive-list li{
    font-size: 15px;
    line-height: 21px;
    margin: 0;
    padding: 4px 0;
}
.predictive-list li a{
    color: #1E1E1E;
}
.predictive-list li a:hover{
    color: #999999;
}

/**
* Product tab
*/

.ov-nav{
    display: flex;
    margin: 0 -15px 50px;
    align-items: center;
    flex-wrap: wrap;
}
.ov-nav-item{
    padding: 0 15px;
    padding: 0 15px;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}
.ov-nav-item .cbtn{
    line-height: 16px;
    margin-right: 12px;
}
.ov-nav-item .cbtn-md{
    padding: 15px 14px;
}
.ov-nav-item .cbtn-blue-light{
    margin-right: 0;
}
.ov-nav-item .cbtn.active{
    background-color: #0D5B79;
    color: #ffffff;
}
.ov-content{
    display: none;
}
.ov-content.active{
    display: block;
}

/**
* Share link
*/

.single-share{
    padding-top: 40px;
    padding-bottom: 80px;
}
.single-share h6{
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    font-family: "Kumbh Sans", sans-serif;
    margin-bottom: 20px;
}
.share-list{
    margin: 0 -6px;
    padding: 0;
    list-style: none;
    display: flex;
}
.share-list li{
    padding: 0 6px;
    margin: 0;
}
.share-list li a{
    background-color: #0D5B79;
    border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -o-border-radius: 5px;
    color: #ffffff;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.share-list li a:hover{
    background-color: #999999;
    color: #ffffff;
}
.related > h2{
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 60px;
    margin-top: 60px;
}

/**
* Cart page
*/
/** Cart page */
.cart-main{
    border: 1px solid #72B1C9;
    padding: 20px;
    border-radius: 8px;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        -o-border-radius: 8px;
}
.cart-title{
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 20px;
}
.cart_item{
    border: 1px solid #E5E5E5;
    border-radius: 8px;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        -o-border-radius: 8px;
    padding: 16px;
    display: flex;
    margin-bottom: 12px;
    color: #1D1D1D;
    font-size: 18px;
    height: 100%;
    align-items: center;
}
.cart_item .product-thumbnail{
    width: 13%;
    padding-right: 20px;
}
.cart_item .product-name{
    width: 39%;
    padding-right: 20px;
    font-size: 16px;
    font-weight: 500;
}
.cart_item .product-name p{
    margin-bottom: 20px;
}
.cart_item .product-name a{
    color: #1D1D1D;
}
.cart_item .product-name a:hover{
    color: #0D5B79;
}
.cart_item .product-quantity{
    width: 20%;
    padding-right: 20px;
    font-size: 15px;
}
.cart_item .quantity{
    width: 100%;
}
.cart_item .product-subtotal{
    width: 18%;
    text-align: center;
}
.cart_item .product-remove{
    width: 10%;
    text-align: right;
}
.woocommerce a.remove:hover{
    background-color: #ffffff;
}
.woocommerce a.remove:hover img{
    filter: invert(9%) sepia(97%) saturate(5074%) hue-rotate(358deg) brightness(97%) contrast(112%);
}
.woocommerce a.remove{
    display: inline-block;
}
.quantity-wrap{display: none !important}
.quantity-wrap{
    border: 1px solid #E5E5E5;
    border-radius: 40px;
    position: relative;
    display: flex;
    background-color: #ffffff;
}
.quantity-wrap button{
    background-color: transparent;
    border: none;
    padding: 7px 8px;
    position: absolute;
    top: 0;
    z-index: 10;
    height: 100%;
}
.quantity-wrap button.plus{
    border-radius: 0 40px 40px 0;
    right: 0;
    border-left: 1px solid #E5E5E5;
}
.quantity-wrap button.minus{
    border-radius: 40px 0 0  40px;
    left: 0;
    border-right: 1px solid #E5E5E5
}
.woocommerce .quantity-wrap .quantity input{
    border: none;
    width: 100% !important;
    text-align: center !important;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    padding: 7px 15px;
    border-radius: 40px;
    height: auto;
}
.quantity-wrap .quantity input[type=number]::-webkit-inner-spin-button,
.quantity-wrap .quantity input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-webkit-appearance: none;
  appearance: none;
}

.cart-order-summary{
    border: 1px solid #72B1C9;
    background: #F7F7F7;
    border-radius: 8px;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        -o-border-radius: 8px;
    padding: 20px;
}
.woocommerce table.shop_table{
    margin: 0;
    padding: 0;
    border: none;
}
.cart-button-wrap{
    padding-bottom: 30px;
}
.cart-button{
    padding-top: 20px;
}
.cart-button a.cbtn,
.cart-button button.cbtn,
.coupon-box button.button{
    padding: 13px 28px !important;
    border-radius: 30px;
    font-size: 15px;
    line-height: 23px;
    font-family: "Kumbh Sans", sans-serif;
    font-weight: 500;
}
.cart-update{
    text-align: right;
}
.cart-button button.cbtn,
.coupon-box button.button{
    background: #F7F7F7;
}
.cart-button a.cbtn:hover,
.cart-button a.cbtn:focus,
.cart-button button.cbtn:hover,
.cart-button button.cbtn:focus,
.coupon-box button.button:hover,
.coupon-box button.button:focus{
    background: #999999;
    color: #ffffff;
}
.cart-button button:hover img,
.cart-button button:focus img{
    filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(163deg) brightness(104%) contrast(102%);
}
.cart-return img,
.cart-update img{
    margin-right: 4px;
    display: inline-block;
    padding-bottom: 4px;
}

.coupon-box{
    border: 1px solid #E5E5E5;
    padding: 20px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -o-border-radius: 8px;
    max-width: 360px;
}
.coupon-box .title{
    font-size: 18px;
    line-height: 26px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}
.coupon-box input[type=text]{
    font-size: 14px;
    line-height: 22px;
    width: 100%;
    display: block;
    padding: 12px 20px;
    margin-bottom: 16px;
}
.bookly-customer-appointment-list .bookly-appointments-table{
    width: 100%;
}
.woocommerce table.shop_table tbody th, 
.woocommerce table.shop_table tfoot td, 
.woocommerce table.shop_table tfoot th{
    border-color: #E5E5E5;
}
.woocommerce table.shop_table tbody th, 
.woocommerce table.shop_table tfoot td, 
.woocommerce table.shop_table tfoot th{
    font-weight: 500;
}
.woocommerce table.shop_table td,
.woocommerce table.shop_table th{
    width: 50%;
    padding: 20px 0;
}
.woocommerce table.shop_table th{
    font-weight: 500;
}
.woocommerce table.shop_table td{
    text-align: right;
}
.woocommerce ul#shipping_method li,
.woocommerce-shipping-totals p{
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
}
.woocommerce table.shop_table .order-total th{
    font-size: 24px;
    line-height: 30px;
}
.woocommerce table.shop_table .order-total td{
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
}
.woocommerce table.shop_table .order-total td strong{
    font-weight: 500;
    color: #0D5B79;
}
.shipping-calculator-button{
    font-size: 12px;
}
.woocommerce table.shop_table strong{
    font-weight: 500;
}
.woocommerce table.shop_table .cart-discount th,
.woocommerce table.shop_table .cart-discount td{
    font-size: 12px;
    font-weight: 500;
    padding-top: 0;
    border: none;
}
.woocommerce table.shop_table .has-coupon th,
.woocommerce table.shop_table .has-coupon td{
    border-bottom: none;
    padding-bottom: 4px;
}
.wc-proceed-to-checkout .cbtn{
    background-color: #0D5B79 !important;
    color: #ffffff !important;
    border-radius: 40px !important;
    text-transform: none !important;
    font-weight: 500 !important;
    font-size: 15px !important;
    line-height: 22px !important;
    font-family: "Kumbh Sans", sans-serif;
    margin: 0 !important;
}
.wc-proceed-to-checkout .cbtn:hover,
.wc-proceed-to-checkout .cbtn:focus{
    background-color: #B80000 !important;
    color: #ffffff !important;
}
#add_payment_method .wc-proceed-to-checkout, 
.woocommerce-cart .wc-proceed-to-checkout, 
.woocommerce-checkout .wc-proceed-to-checkout{
    padding-top: 24px;
    padding-bottom: 0;
}
.woocommerce table.shop_table tbody:first-child tr:first-child td, .woocommerce table.shop_table tbody:first-child tr:first-child th {
    padding-top: 0;
}
.wc-proceed-to-checkout .checkout-button{
    padding: 13px 28px !important;
    border-radius: 30px !important;
        -moz-border-radius: 30px !important;
        -webkit-border-radius: 30px !important;
        -o-border-radius: 30px !important;
    font-size: 15px !important;
    line-height: 23px !important;
    font-family: "Kumbh Sans", sans-serif !important;
    font-weight: 500;
    text-transform: capitalize !important;
    background-color: #0D5B79 !important;
    color: #ffffff !important;
}
.wc-proceed-to-checkout .checkout-button:hover,
.wc-proceed-to-checkout .checkout-button:focus{
    background-color: #999999 !important;
    color: #ffffff !important;
}
.woocommerce-checkout h3{
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
}
.woocommerce-checkout input[type=text], 
.woocommerce-checkout input[type=email], 
.woocommerce-checkout input[type=tel], 
.woocommerce-checkout input[type=password],
.woocommerce-checkout select, 
.woocommerce-checkout textarea {
    padding: 13px 15px;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #E6E8EA;
    border-radius: 10px;
    height: auto;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #1E1E1E;
    line-height: 20px;
    font-size: 16px;
    padding: 13px 15px;
    display: block;
    height: auto;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    background-image: url(../images/Down.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
    display: block;
    height: 100%;
    padding: 0 15px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
    display: none;
}
.woocommerce form.woocommerce-checkout .form-row label{
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 4px;
}
.woocommerce form.woocommerce-checkout .form-row{
    padding: 0;
    margin: 0 0 24px;
}
.payment-title{
    margin-top: 60px;
}
#add_payment_method #payment, 
.woocommerce-cart #payment, 
.woocommerce-checkout #payment {
    background: none;
    border-radius: 0;
}
.woocommerce-checkout #payment ul.payment_methods{
    border: 1px solid #E5E5E5;
    background: #F7F7F7;
    border-radius: 8px;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        -o-border-radius: 8px;
    padding: 30px;
}
#add_payment_method #payment div.form-row, .woocommerce-cart #payment div.form-row, .woocommerce-checkout #payment div.form-row{
    padding: 52px 0;
}
.woocommerce #payment #place_order, 
.woocommerce-page #payment #place_order{
    padding: 13px 28px;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -o-border-radius: 30px;
    font-size: 20px;
    line-height: 28px;
    font-family: "Kumbh Sans", sans-serif;
    font-weight: 500;
    text-transform: capitalize;
    background-color: #0D5B79;
    color: #ffffff;
    float: none;
    width: 100%;
}
.woocommerce #payment #place_order:hover, 
.woocommerce-page #payment #place_order:hover{
    background-color: #999999;
    color: #ffffff;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box{
    background-color: #eeeeee;
}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before{
    border: 1em solid #eeeeee;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}
.woocommerce-checkout-review-order{
    border: 1px solid #E5E5E5;
    background: #F7F7F7;
    padding: 30px;
    border-radius: 8px;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        -o-border-radius: 8px;
    font-size: 15px;
    line-height: 18px;
    font-weight: 500;
}
.woocommerce-checkout-review-order td{
    line-height: 18px !important;
}
.woocommerce-checkout-review-order .product-name-wrap{
    display: flex;
    gap: 10px;
    width: 100%;
}
.woocommerce-checkout-review-order .product-thumb{
    width: 60px;
    flex: 0 0 60px;
    margin: 0;
}
.woocommerce-checkout-review-order .product-thumb img{
    width: 60px;
    height: 60px;
    object-fit: cover;
    object-position: center;
}
.woocommerce-checkout-review-order .product-right-content{
    text-align: left;
}
.woocommerce-checkout-review-order .title{
    margin-bottom: 4px;
}
.woocommerce-checkout-review-order .meta-wrap{
    margin: 0;
}
.woocommerce-checkout-review-order .product-total{
    text-align: right;
}
.woocommerce-checkout-review-order dt,
.woocommerce-checkout-review-order dd{
    font-weight: 500;
}
.woocommerce-checkout-review-order dl{
    margin: 0;
}
.woocommerce-checkout-review-order .order-total td{
    color: #0D5B79;
}
.woocommerce-checkout #order_review_heading{
    margin-top: 50px;
}
#ship-to-different-address input{
    margin-right: 4px;
}
.woocommerce-info {
    border-top: none;
    border-left: 4px solid#72B1C9;
    background-color: #f8fbfc;
    font-size: 16px;
    line-height: 24px;
    padding-left: 30px;
    padding-top: 11px;
    padding-bottom: 11px;
    color: #1D1D1D;
}
.woocommerce-info:before{
    display: none;
}
.checkout-note-print{
    color: #9E0000;
    font-size: 24px;
    line-height: 30px;
    margin: 60px 0;
    font-weight: 500;
    position: relative;
    padding-left: 25px;
}
.checkout-note-print label{
    display: block;
}
.checkout-note-print input{
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 9;
}

/**
* Login page
*/
.login-note{
    text-align: center;
}

.login-wrap{
    border: 1px solid #72B1C9;
    border-radius: 8px;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        -o-border-radius: 8px;
    padding: 40px;
}
.login-wrap .form-label{
    color: #6A6A6A;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.1em;
    display: block;
    margin: 0 0 8px;
    text-transform: uppercase;
}
.login-wrap .woocommerce-form-row{
    margin-bottom: 24px;
}
.login-wrap input[type=email],
.login-wrap input[type=text],
.login-wrap input[type=password]{
    border: 1px solid #1D1D1D;
    border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        -o-border-radius: 2px;
    background-color: #F7F7F7;
    padding: 10px 20px;
    width: 100%;
    margin: 0;
    font-size: 18px;
    line-height: 26px;
}
.agree-wrap{
    display: flex;
}
.agree-wrap input{
    margin-right: 8px;
}
.agree-label{
    color: #1E1E1E;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
}
.login-wrap button[type=submit]{
    width: 100%;
    border-radius: 100px;
        -moz-border-radius: 100px;
        -webkit-border-radius: 100px;
        -o-border-radius: 100px;
    display: block;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.1em;
    font-weight: 700;
}
.login-wrap .already{
    color: #1E1E1E;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    text-align: center;
}
.login-wrap .nsl-container{
    margin-top: 0;
}
.remember-wrap{
    display: flex;
    justify-content: space-between;
}
.register-link{
    text-decoration: underline;
}
.remember-wrap input{
    margin-right: 8px;
}
.password-wrap{
    position: relative;
}
.password-wrap input[type=password],
.password-wrap input[type=text]{
    padding-right: 36px;
}
.view-password{
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 0;
    display: block;
    height: 100%;
    width: 45px;
    padding: 0 10px;
    cursor: pointer;
    z-index: 5;
    background-image: url(../images/Hide.svg);
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center;
}
.pview .view-password{
    background-image: url(../images/View.svg);
}
.view-password:hover img{
    opacity: 0.8;
}

/**
* Order Thank you
*/
.woocommerce-thankyou-order-received{
    font-weight: 700;
    color: #0D5B79;
    margin-bottom: 34px;
    text-align: center;
}
.woocommerce ul.order-overview-top{
    display: flex;
    justify-content: center;
}
.woocommerce ul.order-overview-top li{
    float: none;
    border-right-style: solid;
    border-right-color: #E5E5E5;
}
.woocommerce ul.order-overview-top li .review-label{
    display: block;
    color: #6A6A6A;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.2em;
    text-align: center;
    margin-bottom: 8px;
}
.woocommerce ul.order-overview-top li strong{
    color:  #1D1D1D;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
}
.woocommerce-order-details__title{
    text-align: center;
    font-weight: 500;
}
.order_details{
    width: 100%;
    margin: 0 0 20px;
    border: none;
    font-size: 18px;
    line-height: 26px;
}
.order_details thead tr{
    background-color: #F7F7F7;
}
.woocommerce table.shop_table th,
.woocommerce table.shop_table td{
    padding: 15px 25px;
    width: 50%;
    font-weight: 500;
    text-align: left;
}
.order_details tfoot th,
.order_details td{
    border: 1px solid #E5E5E5;
}
.order_details .wc-item-meta{
    padding: 8px 0 0;
}
.order_details .wc-item-meta li{
    margin-bottom: 2px;
}
.order_details .dleft{
    font-size: 15px;
    line-height: 23px;
    font-weight: 500;
}
.order_details strong{
    font-weight: 500;
}

@media (min-width: 992px){
    .search-nav{
        display: none;
    }
    .main-nav{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        padding-left: 15px;
    }
    .main-nav > li.menu-item-contact,
    .main-nav > li.menu-item-button{
        position: absolute;
        top: 0;
        z-index: 10;
    }
    .main-nav > li.menu-item-contact{
        right: 190px;
    }
    .main-nav > li.menu-item-button{
        right: 20px;
        top: 50%;
        margin-top: -28px;
    }
    .main-nav > li:hover > .sub-menu{
        display: block;
    }
    .sub-menu > li.menu-item-has-children{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .sub-menu .sub-menu{
        left: 100%;
        top: 0;
        border-top-left-radius: 12px;
            -moz-border-top-left-radius: 12px;
            -webkit-border-top-left-radius: 12px;
            -o-border-top-left-radius: 12px;
        border-top-right-radius: 12px;
        -moz-border-top-right-radius: 12px;
            -webkit-border-right-left-radius: 12px;
            -o-border-top-right-radius: 12px;
    }
    .main-nav > li.menu-item-has-children .sub-menu i{
        color: #ffffff;
        padding-right: 10px;
    }
    .main-nav > li.menu-item-has-children > .sub-menu > li:hover > a,
    .main-nav > li.menu-item-has-children > .sub-menu > li:focus > a,
    .main-nav > li.menu-item-has-children > .sub-menu > li:hover i{
        color: #FFBD0C;
    }
    .sub-menu i:before{
        content: "\f054";
    }
    .sub-menu .sub-menu{
        display: none;
    }
    .sub-menu > li:hover .sub-menu{
        display: block;
    }
    .checkout-left{
        padding-right: 20px;
    }
    .checkout-right{
        padding-left: 20px;
    }
    .checkout-right.has-login{
        padding-right: 20px;
        padding-left: 0;
    }
}

@media (min-width: 1200px){
    .container{
        max-width: 1250px;
    }
    .nav-account{
        margin-left: 36px;
    }
   
}
@media (min-width: 1600px){
    .footer-inner{
        border: 1px solid #72B1C9;
        border-radius: 20px;
            -moz-border-radius: 20px;
            -webkit-border-radius: 20px;
            -o-border-radius: 20px;
        width: 1556px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 36px;
        padding-bottom: 80px;
    }
    .site-bottom .container{
        max-width: 1586px;
    }
}

@media (max-width: 1199px){
    .site-header .container{
        max-width: 100%;
    }
    .header-midd {
        font-size: 28px;
        line-height: 36px;
        text-align: right;
    }
   
    .site-bottom{
        font-size: 14px;
        line-height: 22px;
    }
    .copyright span{
        display: block;
    }
}
@media (max-width: 991px){
    h1{
        font-size: 32px;
        line-height: 40px;
    }
    h2{
        font-size: 32px;
        line-height: 40px;
    }
    .top-links{
        justify-content: space-between;
    }
    .top-text{
        margin-bottom: 4px;
    }
    .col-header-right{
        display: none;
    }
    .site-menu {
        padding: 0;
        z-index: 999999;
    }
    .menu-wrap{
        padding: 8px 15px;
        position: relative;
        z-index: 99999;
        border-radius: 8px;
            -moz-border-radius: 8px;
            -webkit-border-radius: 8px;
           -o-border-radius: 8px;
    }
    .menu-wrap:before, 
    .menu-wrap:after{
        display: none;
    }
    .main-nav{
        position: fixed;
        top: 0;
        left: -325px;
        opacity: 0;
        background-color: #ffffff;
        height: 100%;
        z-index: 99999;
        box-shadow: 0px 4px 9px 0px #0000001A;
        width: 320px;
        max-width: 320px;
        margin: 0;
        padding: 15px 15px;
        transition: all 0.4s ease-out;
            -moz-transition: all 0.4s ease-out;
            -webkit-transition: all 0.4s ease-out;
            -o-transition: all 0.4s ease-out;
    }
    .main-nav > li{
        padding: 10px 0;
    }
    .main-nav > li > a,
    .main-nav > li > span{
        color: #0D5B79;
        padding: 0;
    }
    .main-nav > li i,
    .main-nav > li.menu-item-has-children i{
        float: right;
        padding: 6px;
        color: #0D5B79;
    }

    .main-nav > li.menu-item-button > a{
        justify-content: start;
    }
    .main-nav > li.menu-item-button > a span{
        text-align: left;
    }
    .sub-menu{
        position: static;
        background-color: transparent;
        box-shadow: none;
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            -o-box-shadow: none;
        padding: 5px 0 0;
    }
    .sub-menu > li{
        padding: 10px 0;
    }
    .sub-menu > li > a{
        color: #0D5B79;
        padding: 0;
    }
    .button-open{
        display: block;
        font-size: 40px;
        line-height: 40px;
        position: absolute;
        color: #ffffff;
        right: 15px;
        top: 10px;
        z-index: 99;
    }
    .button-close{
        position: fixed;
        top: 15px;
        left: 282px;
        z-index: 99999;
        color: #0D5B79;
        font-size: 32px;
        line-height: 32px;
    }
    .menu-active .button-close{
        display: block;
    }
    .menu-active .main-nav{
        display: block;
        left: 0;
        opacity: 1;
    }
    .search-nav .search-form-wrap{
        float: none;
        border-radius: 24px;
            -moz-border-radius: 24px;
            -webkit-border-radius: 24px;
           -o-border-radius: 24px;
    }
    .search-form-wrap input[type=text]{
        border: none;
        padding: 10px 12px;
        border-radius: 24px;
            -moz-border-radius: 24px;
            -webkit-border-radius: 24px;
           -o-border-radius: 24px;
    }
    .search-nav .search-form-wrap button{
        background-color: transparent;
        color: #FFBD0C;
    }
     .site-footer{
        padding-bottom: 60px;
    }
    .footer-widget{
        margin-bottom: 40px;
    }
    .site-bottom{
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .copyright{
        text-align: center;
    }
    .nav-bottom{
        justify-content: center;
        margin-bottom: 10px;
    }
    .cart-main {
        margin-bottom: 24px;
    }
}

@media (max-width: 767px){
    .header-left,
    .header-midd{
        text-align: center;
    }
    .site-logo img{
        width: 180px;
    }
    .header-midd{
        font-size: 24px;
        line-height: 32px;
    }
    .search-form-wrap{
        width: 220px;
    }
    .cart-main,
    .cart-order-summary{
        padding: 15px;
    }
    .cart_item{
        flex-wrap: wrap;
    }
    .cart_item .product-thumbnail,
    .cart_item .product-name{
        margin-bottom: 10px;
    }
    .cart_item .product-thumbnail{
        width: 30%;
    }
    .cart_item .product-name{
        width: 70%;
        padding-right: 0;
    }
    .cart_item .product-quantity,
    .cart_item .product-subtotal{
        width: 40%;
        padding-right: 5px;
    }
    .cart_item .product-remove{
        width: 20%;
    }
    .woocommerce table.shop_table td, 
    .woocommerce table.shop_table th{
        background-color: transparent;
        width: 100%;
    }
    .woocommerce table.shop_table_responsive tr:nth-child(2n) td, 
    .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
        background-color: transparent;
        width: 100%;
    }
    .woocommerce ul.order_details{
        margin-bottom: 30px;
    }
    .woocommerce ul.order-overview-top {
        display: block;
        text-align: left;
    }
    .woocommerce ul.order-overview-top li{
        border: none;
        margin-bottom: 20px;
    }
    .woocommerce ul.order-overview-top li .review-label,
    .woocommerce ul.order-overview-top li strong{
        text-align: left;
    }
    .order_details th, .order_details td {
        padding: 15px 10px;
    }
}
@media (max-width: 575px){
    /**
    * Product loop
    */
    .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product{
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }
    /**
    * Product detail
    */
    .single-product .entry-summary{
        padding-left: 20px;
        padding-right: 20px;
    }
    .product-gallery-wrapper{
        margin-left: -8px;
        margin-right: -8px;
        padding: 0;
        width: auto !important;
    }
    .woocommerce div.product div.images .woocommerce-product-gallery__wrapper{
        margin-bottom: 16px;
    }
    .woocommerce div.product div.images .woocommerce-product-gallery__wrapper,
    .product-gallery-wrapper{
        width: 100%;
    }
    .product-gallery-wrapper .woocommerce-product-gallery__image{
        width: 25% !important;
        padding: 0 8px 8px;
    }
    .woocommerce-product-gallery__image:first-child{
        width: 100%;
        padding: 0;
        margin: 0 0 15px;
    }
    .woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
        width: 25%;
    }
    .coupon-box{
        max-width: 100%;
    }
    .cart-button a.cbtn, 
    .cart-button button.cbtn{
        padding: 13px 5px !important;
        width: 100%;
        text-align: center;
        font-size: 14px;
    }
    .coupon-box button.button{
        font-size: 14px;
    }
    .login-wrap{
        padding: 30px 25px;
    }
    .woocommerce table.shop_table{
        font-size: 16px;
    }
}