:root {
    --color-light: white;
    --color-dark: #212121;
    --color-signal: #12bc31;
    --color-background: var(--color-light);
    --color-text: var(--color-dark);
    --color-accent: var(--color-signal);
    --size-bezel: .5rem;
    --size-radius: 4px;
  }
  
html {
    overflow-x: hidden;
}

.blue {
    color: #7fa8f3;
}

ul {
    padding-left: 15px;
}

#loginModal .modal-dialog,.modal.in .modal-dialog{
    top: 120px;
}
.menu_sidebar > li > .megadrop{
    background: #eee !important;
}
.tab-header-theme,
#sidebar-category ul li a,
.theme-category ul li a,
.form-group label,
.form-group label.control-label {
    font-family: 'Opun';
}

.product-list .product-name a,
.product-list .product-price .sell-price,
.product-relate,
.cart-list-bar .total-box,
.table>thead>tr>th {
    font-family: 'Opun';
    font-size: 13px;
}

.product-list .product-price .sell-price {
    color: red !important;
  
}

.product-price {
    font-weight: bold;
    font-family: 'Opun';
    text-align: left;
}
.product-list .product-price .market-price{
    font-size: 14px !important;
    font-family: 'Opun';
    font-weight: 300;
}
.product-view{
    display: block;
    width: 100%;
    float: left;
}
.breadcrumb>li>a {
    font-family: 'Opun';
    font-size: 14px;
}

.breadcrumb>li {
    font-family: 'Opun';
    font-size: 14px;
}
.product-detail table{
    width: 100% !important;
    border: none;
}
#product-detail .price-box {
    margin-top: 0 !important;
    line-height: 30px;
}
.price-box h2{
    font-family: 'Opun' !important;
    font-weight: 500 !important;
}
.short_desc{
    color: var(--gray, #64728F);
    font-family: 'Opun';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /
}
#cartModal .cart-checkout .txt_cart_total,#cartModal .cart-checkout .txt_cart_total_sum{
    color: #000;
}
.chat-box{
    padding: 0;
}
.home_detail_price{
    padding: 24px;
    border-radius: 8px;
    background: #F6F7FB;
}
.home_detail_price h4{
    color: var(--black-blue, #050714);
    font-family: 'Opun' !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px; /* 137.5% */
}
.sell-price{
    color: #910041;
    font-family: 'Opun' !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}
#sell-price-option{
    color: #000;
    font-family: 'Opun' !important;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
}
#sell-price-option span{
    font-size: 32px;
}
.form_qty{
    background-color: #FFF;
    text-align: left;
    border-radius: 25px;
    margin-bottom: 20px;
    padding: 7px 0px;
}
.btn-minus,.btn-plus{
    border-radius: 50% !important;
    margin-right: 0px !important;
    width: 34px !important;
}
.form_qty input{
    border: none;
    box-shadow: none;
}
.chat-box h5{
    font-family: 'Opun' !important;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 500;
}
.txt-rating{
    color: var(--gray, #64728F);
    font-family: 'Opun' !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}
.l-radio {
    padding: 6px;
    border-radius: 50px;
    display: inline-flex;
    cursor: pointer;
    transition: background 0.2s ease;
    margin: 8px 0;
    -webkit-tap-highlight-color: transparent;
  }
  .l-radio:hover, .l-radio:focus-within {
    background: rgba(159, 159, 159, 0.1);
  }
  .l-radio input {
    vertical-align: middle;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background: none;
    border: 0;
    box-shadow: inset 0 0 0 1px #9F9F9F;
    box-shadow: inset 0 0 0 1.5px #9F9F9F;
    appearance: none;
    padding: 0;
    margin: 0;
    transition: box-shadow 150ms cubic-bezier(0.95, 0.15, 0.5, 1.25);
    pointer-events: none;
  }
  .l-radio input:focus {
    outline: none;
  }
  .l-radio input:checked {
    box-shadow: inset 0 0 0 6px #04dc2b;
  }
  .l-radio span {
    vertical-align: middle;
    display: inline-block;
    line-height: 20px;
    padding: 0 8px;
  }
  .txt_sub_tax{
    padding-left: 34px;
    color: var(--Gray, #64728F);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px; /* 135.714% */
  }
  #checkoutFrm a{
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
  }

  .input {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
  }
  .input__label {
    position: absolute;
    left: 5px;
    top: 5px;
    padding: calc(var(--size-bezel) * 0.75) calc(var(--size-bezel) * .5);
    margin: calc(var(--size-bezel) * 0.75 + 3px) calc(var(--size-bezel) * .5);
    background: pink;
    white-space: nowrap;
    transform: translate(0, 0);
    transform-origin: 0 0;
    background: var(--color-background);
    transition: transform 120ms ease-in;
    line-height: 1.2;
    color: var(--Gray, #64728F);
    font-family: 'Opun' !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
  }
  .input__field {
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: calc(var(--size-bezel) * 2.5) var(--size-bezel);
    color: currentColor;
    background: #FFF;
    border-radius: 5px;
    border: 1px solid #E1E3E6;
  }
  .input__field:not(:-moz-placeholder-shown) + .input__label {
    transform: translate(0.25rem, -84%) scale(0.8);
    color: var(--color-accent);
  }
  .input__field:not(:-ms-input-placeholder) + .input__label {
    transform: translate(0.25rem, -84%) scale(0.8);
    color: var(--color-accent);
  }
  .input__field:focus + .input__label, .input__field:not(:placeholder-shown) + .input__label {
    transform: translate(0.25rem, -84%) scale(0.8);
    color: var(--color-accent);
  }

  .select2-container--default .select2-selection--single{
    padding: calc(var(--size-bezel) * 2.5) var(--size-bezel);
    height: 48.42px;
    background: transparent;
    border-radius: 5px;
    border: 1px solid #E1E3E6;
  }

  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 10px;
    right: 1px;
    width: 20px;
}

#box-order-sum{
    background: none;
}
.txt_head_member{
    color: var(--Black-blue, #050714);
    font-family: 'Opun' !important;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px; /* 123.529% */
    margin-top: 40px;
    margin-bottom: 50px;
}
#login-page{
    margin-bottom: 150px;
}
#loginFrm a{
    color: #aaa;
}
.btn-facebook,.btn-google,.btn-line{
    padding: 16px 30px;
    border-radius: 5px;
    border: 1px solid #B8C1C9;
    background: #FFF;
    text-align: center;
    color: var(--text-color-text-primary, #202124);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
    width: 250px;
}
.login-btn-page,.register-btn-page{
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #000;
    padding: 16px 30px;
    width: 100%;
    display: block;
    margin-bottom: 25px;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 111.111% */
}
#cartModal .modal-dialog{
    top: 0;
    right: 0;
    margin: inherit;
    float: right;
    width: 500px;
    height: 100%;
}
#cartModal .modal-content{
    height: 100%;
}
#cartModal .close {
    opacity: 1;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 10;
}
.register-btn-page{
    background: #CD83FF;
    background: linear-gradient(90deg,rgba(205, 131, 255, 1) 0%, rgba(84, 171, 255, 1) 100%);
}
.txt_head_member span{
    color: var(--Pink, #aaa);
}
.body_register{
    background: linear-gradient(90deg, rgba(244, 232, 252, 1) 0%, rgba(206, 231, 255, 1) 100%);
}
#order-sum{
    border-radius: 8px;
    background: #F6F7FB;
    padding: 24px 24px 40px 24px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding-bottom: 20px;
}
.checkemail-btn{
    border-radius: 6px;
    background: var(--Pink, #C9095F);
    border:none;
}
.order_checkout{
    background: #F6F7FB;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    float: left;
}
#checkoutFrm>.col-sm-4 {
    padding-top: 18px;
}
#order-sum h4{
    color: var(--Black-blue, #050714) !important;
    font-size: 20px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 24px; /* 120% */
    font-family: 'Opun' !important;
}
#order-sum span{
    color: var(--Black-blue, #050714);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 157.143% */
    font-family: 'Opun' !important;
}
#order-sum h5{
    color: var(--Black-blue, #050714);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 157.143% */
    font-family: 'Opun' !important;
}
#order-sum .order-amount{
    color: #64728F;
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    font-family: 'Opun' !important;
}
.check-group {
    padding: 1.5rem;
    box-shadow: 0 1px 3px rgba(0, 0, 10, 0.2);
    counter-reset: total;
    counter-reset: checked;
    border-radius: 5px;
    background: #F6F7FB;
    margin-bottom: 20px;
  }
  .check-group > * + * {
    margin-top: 0.75rem;
  }
  .check-group .checkbox {
    counter-increment: total;
  }
  .check-group input[type=checkbox]:checked {
    counter-increment: checked;
  }
  .check-group__result {
    font-weight: bold;
    padding-top: 0.75rem;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }
  .check-group__result:after {
    content: counter(checked) " / " counter(total);
    padding-left: 1ch;
  }
  
  .checkbox {
    cursor: pointer;
    display: flex;
    align-items: center;
  }
  .checkbox__input {
    position: absolute;
    width: 1.375em;
    height: 1.375em;
    opacity: 0;
    cursor: pointer;
  }
  .checkbox__input:checked + .checkbox__icon .tick {
    stroke-dashoffset: 0;
  }
  .checkbox__icon {
    width: 1.375em;
    height: 1.375em;
    flex-shrink: 0;
    overflow: visible;
  }
  .checkbox__icon .tick {
    stroke-dasharray: 20px;
    stroke-dashoffset: 20px;
    transition: stroke-dashoffset 0.2s ease-out;
  }
  .checkbox__label {
    margin-left: 0.5em;
  }

.market-price {
    color: #999999 !important;
    text-align: left;
    font-family: 'Opun' !important;
    font-size: 16px !important;
    float: left;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 133.333% */
    text-decoration-line: strikethrough;
}

#product-detail .price-box .tt {
    font-size: 17px;
}

#product-detail .price-box .sell-price {
    font-size: 22px;
}

.cate_desc_detail div {
    width: 100% !important;
}

.product-highlight-2 {
    padding: 0;
    /* -webkit-box-shadow: 0px 0px 8px 1px rgba(214, 214, 214, 1);
    -moz-box-shadow: 0px 0px 8px 1px rgba(214, 214, 214, 1);
    box-shadow: 0px 0px 8px 1px rgba(214, 214, 214, 1); */
    background: #FFF;
}

.breadcrumb>li.active {
    color: #8a8a8a;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
a,
p,
button,
span,
td,.btn {
    font-family: 'Opun' !important;
}

.btn_search_dropdown{
    background: #fff;
}
.border_search{
    border:1px solid #d3d9dc;
    width: 1px;
    height: 20px;
    position: absolute;
    display: block;
    left: -7px;
    top: 7px;
    z-index: 9;
}
.btn-search img{
    margin-left: -5px;
}
.btn-search{
    border-radius: 0px 6px 6px 0px;
    background: #fff;
    color: #FFF;
    width: 60px;
    padding: 4px 24px;
    border: 2px solid #FFF;
    height: 34px;
}
.header_cart{
    margin-top: 20px;
}
.cart-list-bar .box-desc-cart span {
    font-size: 16px !important;
}
.cart-num{
    background: #B61A1A;
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    border-radius: 50px;
    margin-left: 34px;
    top: 27px;
    text-align: center;
    font-size: 13px;
    color:#FFF;
}
.txt-cart{
    color: #FFF;
    font-size: 14px;
    font-family: 'Opun';
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    padding-left:14px;
}
.txt-whitelist{
    font-size: 22px;
    position: relative;
    top: 5px;
    font-weight: bold;
    color: #000;
}
.btn-register{
    background: transparent;
    border-radius: 7px;
    border-color: #FFF;
}
.product-list .product-utility {
    position: absolute;
    top: 0;
    right: 20px;
}

.pagination>li>a,
.pagination>li>span {
    border: none;
    color: #000;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    color: #000;
    background: linear-gradient(143deg, rgba(244, 232, 252, 1) 0%, rgba(206, 231, 255, 1) 100%);
    font-weight: normal;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    color: #518ef0;
    background: transparent;
    font-weight: normal;
}

#warp-sidebar {
    /* margin-top: 15px; */
}

.sub_menu_list {
    position: absolute;
    width: 100%;
    top: 55px;
    background: #FFF;
    z-index: 999;
    left: 0;
    padding: 30px 0;
    display: none;
}

.sub_menu_list::before {
    content: '';
    border: 12px solid transparent;
    width: 0;
    height: 0;
    border-bottom-color: #FFF;
    position: absolute;
    top: -24px;
    left: 39%;
    right: 0;
}

.menu_category_main::before {
    content: '';
    border: 12px solid transparent;
    width: 0;
    height: 0;
    border-bottom-color: #FFF;
    position: absolute;
    top: -24px;
    left: 45.5%;
    right: 0;
}

.lang_set_gb .sub_menu_list::before {
    content: '';
    border: 12px solid transparent;
    width: 0;
    height: 0;
    border-bottom-color: #FFF;
    position: absolute;
    top: -24px;
    left: 42%;
    right: 0;
}

.sub_menu_list .sub_menu li {
    list-style: none;
    line-height: 35px;
}

.sub_menu_list .sub_menu li a {
    font-size: 18px;
    color: #000;
    transition: all 0.6s;
}

.sub_menu_list .sub_menu li a:hover {
    color: #aaa;
    text-decoration: none;
}

.sub_menu {
    padding-left: 0;
}

#header-out #header-menu-left {
    padding-top: 5px;
    padding-bottom: 5px;
}

#header-menu-right .search-box {
    position: absolute;
    z-index: 2;
    background-color: #e3e3e3;
    padding: 10px;
    top: 55px;
    right: 23px;
}

#header-menu-right>ul>li>a>i {
    color: #fff200;
}

.product-set-height {
    min-height: 45px !important;
}

#header-menu-out {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding-top: 10px;
    padding-bottom: 5px;
    font-family: 'Arial';
    /* margin-bottom: 30px; */
    z-index: 10;
}

.search-icn.active {
    background: transparent !important;
}

#home-product {
    padding: 0 10px;
}

#home-product .home-product-bar {
    /* font-family: 'Arial'; */
    /* color: white; */
    /* background-color: #444444; */
    /*font-size: 18px;
    padding-top: 10px;
    padding-bottom: 10px;*/
    font-size: 16px;
    border-bottom: 0px solid #bbbbbb;
}

#sidebar-filter .panel-default .panel-heading {
    background-color: #535353;
    color: white;
    border-radius: 0px;
}

.buy-btn {
    /* background-color: #444444; */
    border-radius: 0px;
    border: 0px;
    /* color: white; */
    font-size: 14px;
    border: 1px solid white;
    transition: all 0.7s;
    width: 80%;
    display: inline-block;
}
.add-to-cart-detail{
    width: 100%;
    padding: 8px 0;
}
.add-wishlist i{
    font-size: 24px;
    float: right;
    top: 0px;
    position: relative;
    right: 9px;
    color: #aaa;
}
.menu_cate_list{
    margin: auto;
}
.menu_cate_list li{
    display: inline-block;
    margin: 8px;
}
.menu_cate_list li a{
    color: #000;
}
.add-wishlist-detail i{
    font-size: 18px;
    float: inherit;
    top:0px;
    right: 0px;
    color: #aaa;
    margin-right: 3px;
}
.btn-default:hover {
    color: #FFF !important; 
    background-color: #000 !important;
    border-color: #C9095F;
    border: 1px solid #C9095F;
}

.cart-list-bar {
    right: 75px;
    z-index: 99 !important;
}

#header-menu-category {
    background-color: white;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-top: 5px;
}

#header-menu-category.navbar-default .navbar-nav>li>a {
    color: black;
    font-family: 'Sarabun', sans-serif;
    font-size: 18px;
    transition: all 0.6s;
}

#header-menu-category.navbar-default .navbar-nav>li>a:hover {
    color: #518ef0;
}

/*.navbar-default .navbar-nav>li {
    border-right: 1px dotted black;
}*/

@media (min-width: 768px) {
    .navbar-nav>li>a {
        padding: 20px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .navbar {
        min-height: 0px;
    }

    
}

#header-menu-category #bs-example-navbar-collapse-1 {
    padding-bottom: 10px;
    padding-top: 5px;
    float: right;
    padding-right: 0;
}

#sidebar-category {
    padding: 0;
}
.menu_sidebar > li > a{
    padding-left: 0 !important;
}
.menu_sidebar{
    padding: 0 !important;
}
#sidebar-category .panel {
    border: none;
    box-shadow: none;
}

#sidebar-category .panel-default>.panel-heading {
    background: #FFF;
}

#sidebar-category .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #C9095F;
    padding: 15px 0;
}

#sidebar-category .panel-default>.panel-heading h4 a {
    color: #050714;
    font-family: 'Opun';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
}

#sidebar-category .panel-default>.panel-heading h4 a:hover {
    text-decoration: none;
}

#sidebar-category .panel-default>.panel-heading h4 a:focus {
    text-decoration: none;
}

#accordion .panel-title a {
    display: block;
    color: var(--Black-blue, #050714);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 130% */
    position: relative;
    transition: all 0.5s ease 0s;
    text-decoration: none;
}
.panel-group .panel,.panel-default > .panel-heading + .panel-collapse > .panel-body{
    border:none;
}
#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before {
    display: none;
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    width: 25px;
    height: 25px;
    line-height: 28px;
    font-size: 20px;
    font-weight: 900;
    color: #707070;
    text-align: center;
    position: absolute;
    top: 0px;
    right: 0px;
    transform: rotate(180deg);
    transition: all 0.3s ease 0s;
}
.content_ins{
    margin-top: 70px;
}
#sidebar-category ul li {
    padding-bottom: 10px;
}

#accordion .panel-title a.collapsed:before {
    color: #676767;
    transform: rotate(0);
}

#header-menu-category .dropdown-menu>li {
    border-bottom: 1px dotted black;
}

#header-menu-category .dropdown-menu>li:last-child {
    border-bottom: 0px;
}

#header-menu-category .dropdown-menu>li a {
    line-height: 28px;
}

#header-menu-right ul li a span.number {
    color: #518ef0;
}

.language {
    margin-left: 40px;
}
.home_detail_payment{
    margin-top: 20px;
}
.home_detail_payment h4{
    color: var(--black-blue, #050714);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px; /* 130% */
}

.bg_how_head{
    background: url('../../../images/how_to_used_bg.jpg');
    height: 120px;
    background-position: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.box_howto{
    border: 1px solid #ccc;
    border-radius: 10px;
    
}
.how_content{
    padding: 15px;
}

.home_detail_payment p{
    color: #64728F;
}
#product-detail .price-box{
    border-bottom: none;
}

.home-product-detail{
    padding: 0;
    margin-top: 20px;
}
.home-product-detail .product_list_set{
    border-bottom: 1px solid #E5E9EB;
}
.slick-slide img{
    max-height: 53px !important;
}
.product-detail .nav-tabs > li.active > a,.product-detail .nav-tabs > li.active > a:hover,.product-detail .nav-tabs > li.active > a:focus{
    border:none;
    border-bottom: 2px solid var(--pink, #C9095F);
    border-image: linear-gradient(to right, darkblue, darkorchid) 1;
    background: #FFF;
    color: #000;
}
.product-detail .nav-tabs{
    border-radius: 5px;
    background: #FFF;
    border:none;
    border-bottom: 1px solid #ccc;
    text-align: center;
}
.product-detail .nav-tabs > li{
    float: none;
    display: inline-block;
}
.product-detail .tab-content h3,.product-detail .tab-content h2,.product-detail .tab-content h4,.product-detail .tab-content p{
    font-family: 'Opun' !important;
}
.product-detail .tab-content{
    padding: 30px 0;
}
.product-detail .nav-tabs > li > a{
    color: var(--gray, #64728F);
    font-family: 'Opun';
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.product-box-detail .product_list_set{
    border:1px solid #E5E9EB;
}
#footer-bg .box-desc-cart p{
    font-family: 'Opun' !important;
    color: #000 !important;
}
.txt-amount-cart{
    font-family: 'Opun' !important;
    color: #64728F;
    padding-right: 20px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}
#cartModal .cart-checkout-list{
    border-bottom: 1px solid #E5E9EB;
}
.cart-item-total{
    font-family: 'Opun' !important;
}
.cart-item-total .txt_cart_total_sum{
    color: #000 !important;
    font-size: 20px !important;
    font-style: normal;
    font-weight: 700 !important;
    line-height: 24px;
}
.txt-price-cart{
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 133.333% */
}
#cartModal .cart-checkout-list {
    margin-top: 20px;
    margin-bottom: 20px;
}
.default_c-mobile-topbar .navbar-brand {
    /*padding: 0px;*/
    padding-top: 10px;
}

.default_c-mobile-topbar .navbar-brand img {
    max-width: 100px;
}

#menu-soledad_menu .sub_menu {
    display: none;
}

.web-title-bar {
    padding-top: 1px;
    border-bottom: 3px solid #fff200 !important;
    background: #f88dc0 !important;

    padding-bottom: 0px;
    margin-top: 7px;
}

.breadcrumb {
    /*display: none;*/
    text-align: left !important;
}

.web-title-bar h1 {
    color: #FFF !important;
    font-size: 17px;
    line-height: 18px;
    margin: 11px 6px;
}

#header-menu-right ul li.member_menu a {
    color: #fff !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}
#header-menu-right ul li.member_menu ul li a{
    color: #000 !important;
}
#header-menu-right ul li.member_menu ul li{
    padding: 7px;
}
#footer-bg {
    /* background: #430029 !important; */
    background: #F4E8FC;
    background: linear-gradient(90deg, rgba(244, 232, 252, 1) 0%, rgba(206, 231, 255, 1) 100%);
    color: #FFF !important;
    min-height: inherit;
    padding: 50px 0px 0px;
}
#footer-two ul li a,#footer-four ul li a,#footer-three ul li,#footer-three ul li a,#footer-four p{
    color: #000 !important;
}
.btn-cart-continue{
    color: #000;
    font-family: 'Opun' !important;
    background-color: #430029;
    border-radius: 25px;
}
.cart-list-popup .btn-cart-continue {
    border-radius: 6px;
    border: 1px solid #000;
    background-color: #FFF;
    color: #000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    margin-right: 10px;
}
.txt-highlight{
    color: #000;
    font-family: 'Opun' !important;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 140% */
}
.txt_product_active{
    border-radius: 4px;
    border: 1px solid #00B900;
    color: #00A800;
    font-family: 'Opun' !important;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px; /* 146.154% */
    padding: 5px;
    margin-left: 10px;
}
#cart-list table td p,#cart-list h3,.product_list_content h2{
    font-family: 'Opun' !important;
}
#cart-list table td{
    vertical-align: middle;
}
#cart-list input.update-qty{ 
    border: none;
    box-shadow: none;
}
.form-head-column{
    background: linear-gradient(143deg, rgba(244, 232, 252, 1) 0%, rgba(206, 231, 255, 1) 100%);
    padding: 16px;
    color: var(--Black-blue, #050714);
    font-family: 'Opun' !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
    margin-top: 20px;
}
.form-head-column h4{
    margin: 0;
}
#cart-list .btn.btn-primary{
    border-radius: 6px;
    background: #B61A1A; 
    color: #FFF;
    text-align: center;
    border:none;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 120% */
    padding: 7px 40px;
}
.pagination>li>a, .pagination>li>span{
    border-radius: 4px;
    border: 1px solid #DFE3E8;
    background: #FFF;
    margin: 5px;
    font-family: 'Opun' !important;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus{
    border-radius: 4px;
    border: 1px solid var(--Pink, #F4E8FC);
    color: #000;
    background: linear-gradient(143deg, rgba(244, 232, 252, 1) 0%, rgba(206, 231, 255, 1) 100%);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 142.857% */
}
.productlist_set{
    padding: 10px 70px;
}
.breadcrumb {
    margin-bottom: 15px;
}
.product-list .product_list_set{
    border: 1px solid var(--light-gray-light-gray-3, #E5E9EB);
    background: var(--black-white-white, #FFF);
    border-radius: 8px;
    margin-right: 15px;
    margin-bottom: 15px;
}
.product-list .product_list_set{
    width: 24%;
    min-height: 450px;
}
.productOption_section .product_option_change{
    border: 2px solid #aaa;
    display: block;
    border-radius: 25px;
}
.productOption_section .option_active{
    border: 2px solid #000 !important;
    display: block;
    border-radius: 25px;
}

.price-box h2{
    font-size: 24px;
}
#cart-list .btn.btn-primary:hover{
    background: #aaa;
    color: #000;
}
#cart-list .btn.btn-back{
    border-radius: 6px;
    border: 1px solid #000;
    background: #FFF6FA;
    color: #000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    padding: 7px 40px;
}
#menu1,#menu2{
    font-family: 'Opun' !important;
}
#menu1 li{
    margin-bottom: 15px;
}
.cart-list-popup .cart-link-checkout .btn-cart-checkout{
    border-radius: 6px;
    background: #B61A1A !important;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    padding: 6px 30px;
}
.product-view p{
    margin-top: 15px;
    font-family: 'Opun' !important;
}
.btn-cart-checkout{
    background: var(--pink,#C9095F) !important;
    border-radius: 25px;
}
#footer-bg p{
    font-family: 'Opun' !important;
    font-weight: 300;
}
.copy-right{
    margin-top: 50px;
    padding: 15px;
    text-align: left;
    border-top: 1px solid #aaa;
}
.copy-right p{
    color: #000;
    font-family: 'Opun' !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 200;
    line-height: 24px; /* 171.429% */
    font-size: 16px;
    margin-bottom: 0;
}
#header-out,
#header-menu-category {
    /* background-color: #0046be !important; */
    border-radius: 0;
    border: none;
}
.content-set{
    padding-left: 40px;
    padding-right: 40px;
}
.txt_header{
    color: #000;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
}
.home_product_list{
    width: 19%;
    margin-right: 18px;
    border-radius: 8px;
    border: 1px solid #E5E9EB;
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}
.product-name-home h2{
    color: #000;
}
.product_new_highlight_home{
    padding: 60px;
}
.home_new_bg{
    background: url('../../../images/bg_product_new.png') no-repeat center center;
    background-size: cover;
}
.buy-btn {
    border-radius: 40px;
    background: #F4E8FC;
    background: linear-gradient(143deg, rgba(244, 232, 252, 1) 0%, rgba(206, 231, 255, 1) 100%);
    color: #000 !important;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    font-family: 'Opun';
}
.buy-btn span{
    position: relative;
    top: 3px;
}
#header-menu-category {
    /* border-top: 1px solid #4976e6; */
}

.container-body {
    padding: 0 65px;
    padding-top: 15px;
}

.register_form{
    padding: 25px;
    background-color: #FFF;
    border-radius: 15px;
    margin-top: 30px;
}

#header-menu-category.navbar-default .navbar-nav>li>a,
#header-out #header-menu-left ul li a,
#header-menu-right ul li a {
    color: #FFF !important;
    transition: all 0.6s;
    font-weight: normal;
    text-transform: uppercase;
}

#navigation.header-6 .menu>li>a,
#navigation.header-6 ul.menu>li>a {
    color: #000;
    transition: all 0.6s;
    font-weight: normal;
    font-size: 16px;
    text-transform: uppercase;
}

#navigation.header-6{
    padding-bottom: 0;
}
#navigation.header-6 .menu {
    float: inherit !important;
    padding-left: 0;
}

#navigation.header-6 .menu>li>a:hover,
#navigation.header-6 ul.menu>li>a:hover {
    color: #fff200;
}

#navigation .menu li a:hover,
#navigation .menu li:hover>a,
#navigation .menu li.current-menu-item>a,
#navigation .menu>li.current_page_item>a,
#navigation .menu>li.current-menu-ancestor>a,
#navigation .menu>li.current-menu-item>a {
    color: #fff200 !important;
}

#header-menu-category.navbar-default .navbar-nav>li>a:hover,
#header-out #header-menu-left ul li a:hover,
#header-menu-right ul li a:hover {
    color: #fff200 !important;
}

#header-menu-category.navbar-default .navbar-nav>li>a.active {
    color: #fff200 !important;
}

.sub_menu_cate {
    list-style: none;
    float: left;
    column-count: 3;
    column-gap: 10px;
    /* column-width: 235px; */
    /* height: 214px; */
    margin: 0 0 0 -30px;
    padding-left: 40px;
}

#header-menu-right .cart-list-bar .btn-box-go a {
    background: #4976e6;
    border: none;
    padding: 5px 10px;
}

@media (max-width: 767px) {
    .breadcrumb {
        display: none;
    }

    .default_c-mobile-topbar .navbar-brand img {
        max-height: 30px !important;
    }


}

/*MY CSS START HERE*/
/*----------HEADER----------*/
.search-input{
    margin-top: 25px;
    padding: 0;
}
.search-input input{
    border-radius: 6px;
    border:none;
    color:  #8A9CA7;
    font-size: 16px;

    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
#header-out {
    background-color: #fff !important;
    padding: 0 50px;
    border-bottom: 1px solid #ccc;
}
.header_main_menu{
    padding: 0px 65px;
    border-bottom: 1px solid #ccc;
}
.header_main_menu a{
    color: #000;
}
.frm_header_search{
    border: 1px solid #D9D9D9;
    border-radius: 6px;
    font-family: 'Opun' !important;
    color: #000;
    width: 80%;
    float: right;
}
.head-topup{
    background-color: #F3F6FA;
    padding: 15px 65px;
}
.head-topup p.head_topup_1{
    color:#8E8E93;
    margin-bottom: 0;
    text-transform: uppercase;
    display: inline-block;
    float: left;
}
.head-topup p.head_topup_2{
    color:#8E8E93;
    margin-bottom: 0;
    text-transform: uppercase;
    display: inline-block;
    float: right;
}
.head-topup a{
    color: #000;
    padding-right: 20px;
}
#header-menu-category {
    /* background-color: #f88dc0 !important;
    border-top: 1px solid #f88dc0 !important; */
    background: transparent !important;
    float: left;
    margin-top: 0px;
    width: 100%;
}

#header-menu-left a img {
    padding: 10px 0;
}

.tab-header-theme {
    border-radius: 8px;
    /* background: #FFE3F0 !important; */
    background: linear-gradient(143deg, rgba(244, 232, 252, 1) 0%, rgba(206, 231, 255, 1) 100%);
}

.tab-header-theme,.home_cate_set h2{
    color: #050714 !important;
    font-family: 'Opun' !important;
    font-size: 30px !important;
    font-style: bold !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    font-weight: 600;
    line-height: 38px; /* 126.667% */
}
.home_cate_set h2{
    margin: 0;
}
.cate-product-list{
    border: 1px solid #E5E9EB;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.buy-btn {
    background-color: #444444;
}

/*----------NAVIGATION----------*/
#header-menu-left a {
    /*position: absolute;*/
    z-index: 20;
    top: 18px;
}

#navigation .menu-header {
    display: block !important;
}

/*#header-menu-left a img {max-width: 100px;}*/
#navigation {
    padding: 5px 0px;
}

#navigation-sticky-wrapper,
#navigation {
    height: auto !important;
}

#navigation.header-6 .menu>li>a,
#navigation.header-6 ul.menu>li>a {
    line-height: 18px !important;
    font-weight: normal !important;
}

#navigation.header-6 {
    background: transparent !important;
}

/*---------- MENU ----------*/
#navigation ul.menu ul a,
#navigation .menu ul ul a {
    width: 100%;
}

/*-----------SUB MENU-----------*/
.dropdown-toggle img {
    max-width: 80px !important;
}

.sub-menu.menu_category_main {
    margin-top: 10px !important;
}

.sub-menu h4 {
    display: none;
}

.sub-menu:before {
    content: "";
    width: 5000px;
    background: #fff;
    min-height: 103% !important;
    top: -1px;
    position: absolute;
    left: 0px;
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, .05);
    right: 0px;
    margin-left: -2500px;
}

/*PRODUCT*/
#footer-bg .container {
    width: 100%;
    padding: 0px;
}

/*#footer-bg .container .col-sm-12 {
    margin: auto; 
    float: none;
    padding: 0px;
}*/
.product-list .product-name {
    color: #807f65;
    font-size: 14px;
    font-family: inherit !important;
    margin-bottom: 10px;
}
.product-list .product-img {
    height: 180px;
    margin-bottom: 15px;
}
.product-list .product-name a {
    margin-bottom: 0px;
    display: block;
    text-transform: uppercase;
    font-family: 'Opun' !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}
.menu_cate_productlist .dropdown{
    display: inline-block;
    float: left;
    margin-right: 20px;
}
.productlist_set .product-img img{
    margin: auto;
    margin-top: 40px;
}
#cartModal .cart-checkout h4.txt_head_cart_total{
    color: #000;
    font-family: 'Opun' !important;
}
.product-list .product-name p{
    color: #000;
     font-family: 'Opun';
    font-size: 16px !important;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
    max-height: 60px;
    overflow: hidden;
}
.product_list_set {
    margin-bottom: 15px;
    padding: 0 10px;
}
.brn_link_all{
    border-radius: 4px;
    border: 1px solid #aaa;
    background: #FFF;
    color: #000;
    text-align: center;
    font-family: 'Opun';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
    float: right;
}
.credits {
    clear: both;
    background: #fff;
    padding: 20px 0px 20px;
}

.footer-main {
    /* max-width: 1170px; */
    padding: 30px 15px 0px;
    margin: auto;
    display: block;
    overflow: hidden;
}

.credits .wrapin {
    max-width: 1170px;
    padding: 0px 15px;
    margin: auto;
}

#footer-two {
    margin-top: 10px;
}

#footer-two ul li {
    list-style: none;
    color: #FFF;
    font-size: 16px;
    margin-bottom: 15px;
}

#footer-two ul li a {
    color: #FFF;
}
#footer-four {
    margin-top: 10px;
}

#footer-four ul li {
    list-style: none;
    color: #FFF;
    font-size: 16px;
    margin-bottom: 15px;
}

#footer-four ul li a {
    color: #FFF;
}

#footer-three,
#footer-four {
    margin-top: 10px;
}

#footer-three ul li {
    list-style: none;
    color: #FFF;
    font-size: 16px;
    margin-bottom: 15px;
}

#footer-three ul li a {
    color: #FFF;
}

.product-list .product-buy-btn {
    font-size: 14px;
    
}

@media (min-width: 768px) {
    .product-list .col-sm-3 {
        min-height: 320px;
        margin-bottom: 45px !important;
    }

    /*.product-list .product-buy-btn {
        margin-top: 10px;
        position: absolute;
        width: calc(100% - 30px);
        bottom: 0px;
    }*/
}


/*---------- MENU ----------*/
#navigation ul.menu ul a,
#navigation .menu ul ul a {
    width: 100%;
}

/*-----------SUB MENU-----------*/
.dropdown-toggle img {
    max-width: 80px !important;
}

.sub-menu.menu_category_main {
    margin-top: 10px !important;
}

.sub-menu h4 {
    display: none;
}

.sub-menu:before {
    content: "";
    width: 5000px;
    background: #fff;
    min-height: 103% !important;
    top: -1px;
    position: absolute;
    left: 0px;
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, .05);
    right: 0px;
    margin-left: -2500px;
}

/*MENU SIDEBAR*/
#collapseOne .panel-body>ul>li>a {
    font-size: 15px;
    display: block;
    background: #f88dc0;
    padding: 10px;
    color: #FFF;
}

#collapseOne .panel-body>ul>li {}

#collapseOne .panel-body>ul>li>a {
    position: relative;
    padding-left: 15px;
}

#collapseOne .panel-body>ul>li>a:after {
    content: "";
    position: absolute;
    background-size: 95%;
    background-position: center;
    left: 0px;
    width: 30px;
    height: 30px;
    margin: 0px;
}

/*#collapseOne .panel-body > ul > li > a[href="http://pbasupply.com/product/productlist/"]:after {
    background-image: url(http://pbasupply.com/uploads/images/category/icon-all.jpg); 
}
#collapseOne .panel-body > ul > li > a[href="http://pbasupply.com/product/category/49/เครื่องมือช่าง.html"]:after {
    background-image: url(http://pbasupply.com/uploads/images/category/tools.jpg); 
}
#collapseOne .panel-body > ul > li > a[href="http://pbasupply.com/product/category/39/เครื่องมือตัด--เจาะ.html"]:after {
    background-image: url(http://pbasupply.com/uploads/images/category/cut.jpg); 
}
#collapseOne .panel-body > ul > li > a[href="http://pbasupply.com/product/category/43/เครื่องมือวัด.html"]:after {
    background-image: url(http://pbasupply.com/uploads/images/category/measure.jpg); 
}
#collapseOne .panel-body > ul > li > a[href="http://pbasupply.com/product/category/42/เครื่องมือตีเส้นและวางแนว.html"]:after {
    background-image: url(http://pbasupply.com/uploads/images/category/lines.jpg); 
}
#collapseOne .panel-body > ul > li > a[href="http://pbasupply.com/product/category/72/เครื่องมือเกษตร.html"]:after {
    background-image: url(http://pbasupply.com/uploads/images/category/agriculture.jpg); 
}
#collapseOne .panel-body > ul > li > a[href="http://pbasupply.com/product/category/77/เครื่องปั้มน้ำ.html"]:after {
    background-image: url(http://pbasupply.com/uploads/images/category/pump.jpg); 
}
#collapseOne .panel-body > ul > li > a[href="http://pbasupply.com/product/category/86/อะไหล่ต่างๆ.html"]:after {
    background-image: url(http://pbasupply.com/uploads/images/category/others.jpg); 
}
#collapseOne .panel-body > ul > li > a[href="http://pbasupply.com/product/category/92/เครื่องมืออื่นๆ.html"]:after {
    background-image: url(http://pbasupply.com/uploads/images/category/other-tools.jpg); 
}*/
#collapseOne .panel-body>ul>li>ul {
    padding: 0px;
    background: #f5f5f5;
}

#collapseOne .panel-body>ul>li>ul>li {
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

#collapseOne .panel-body>ul>li>ul>li a {
    font-size: 14px;
}

/*PRODUCT*/
#footer-bg .container {
    width: 100%;
    padding: 0px;
}

/*#footer-bg .container .col-sm-12 {
    margin: auto; 
    float: none;
    padding: 0px;
}*/
.product-list .product-name {
    color: #807f65;
    font-size: 14px;
    font-family: inherit !important;
}

.product-list .product-name a {
    margin-bottom: 0px;
    /*height: 50px;*/
    display: block;
}
.how_used_content p{
    color: var(--Black-blue, #050714);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}
.how_used_content p span{
    color: var(--Pink, #C9095F);
}

.card_how_to_buy {
    background-color: #fff;
    padding-bottom: 40px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 2rem;
    box-shadow: 0px 1rem 1.5rem rgba(0,0,0,0.5);
  }
  .card_how_to_buy .banner {
    background-image: url("https://pbashop.in.th/assets/images/how_to_used_bg.jpg");
    /* background: var(--Pink, #C9095F); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 11rem;
    display: flex;
    align-items: flex-end;
    /* justify-content: center; */
    box-sizing: border-box;
    padding-left: 18px;
  }

  .btn-print-product {
    border-radius: 25px;
    border: 1px solid var(--Pink, #000);
    background: #fff;
    color: var(--Pink, #000);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding: 7px 40px;
    width: 200px;
}
.color_option{
    width: 30px;
    height: 30px;
    display: block;
    background: black;
    border-radius: 50%;
    border: 2px solid #fff;
}
.option_active .color_option{

    border: 2px solid #fff;
}
.productOption_section li{
    display: inline-block;
    float: left;
    margin-right: 10px;
}
.productOption_section li:maker{
    display: none;
}
  .card_how_to_buy .banner svg {
    background-color: #fff;
    width: 120px;
    height: 120px;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.3);
    border-radius: 50%;
    transform: translateY(34%);
    transition: transform 200ms cubic-bezier(0.18, 0.89, 0.32, 1.28);
  }
  .card_how_to_buy .banner svg:hover {
    transform: translateY(50%) scale(1.3);
  }
  .card_how_to_buy .menu {
    width: 100%;
    height: 5.5rem;
    padding: 1rem;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    position: relative;
    box-sizing: border-box;
  }
  .card_how_to_buy .menu .opener {
    width: 2.5rem;
    height: 2.5rem;
    position: relative;
    border-radius: 50%;
    transition: background-color 100ms ease-in-out;
  }
  .card_how_to_buy .menu .opener:hover {
    background-color: #f2f2f2;
  }
  .card_how_to_buy .menu .opener span {
    background-color: #404040;
    width: 0.4rem;
    height: 0.4rem;
    position: absolute;
    top: 0;
    left: calc(50% - 0.2rem);
    border-radius: 50%;
  }
  .card_how_to_buy .menu .opener span:nth-child(1) {
    top: 0.45rem;
  }
  .card_how_to_buy .menu .opener span:nth-child(2) {
    top: 1.05rem;
  }
  .card_how_to_buy .menu .opener span:nth-child(3) {
    top: 1.65rem;
  }
  .card_how_to_buy h2.name {
    padding: 0 2rem 0.5rem;
    margin-top: 60px;
    color: var(--Black-blue, #050714);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 140% */
    margin-bottom: 0;
    text-align: left;
  }
  .card_how_to_buy .title {
    color: #a0a0a0;
    font-size: 18px;
    padding: 0 2rem 1.2rem;
    text-align: left;
  }
  .card_how_to_buy p {
    font-size: 17px;
    padding: 0 2rem 1.2rem;
    text-align: left;
  }
  .card_how_to_buy .actions {
    padding: 0 2rem 1.2rem;
    display: flex;
    flex-direction: column;
    order: 99;
  }
  .card_how_to_buy .actions .follow-info {
    padding: 0 0 1rem;
    display: flex;
  }
  .card_how_to_buy .actions .follow-info h2 {
    text-align: center;
    width: 50%;
    margin: 0;
    box-sizing: border-box;
  }
  .card_how_to_buy .actions .follow-info h2 a {
    text-decoration: none;
    padding: 0.8rem;
    display: flex;
    flex-direction: column;
    border-radius: 0.8rem;
    transition: background-color 100ms ease-in-out;
  }
  .card_how_to_buy .actions .follow-info h2 a span {
    color: #1c9eff;
    font-weight: bold;
    transform-origin: bottom;
    transform: scaleY(1.3);
    transition: color 100ms ease-in-out;
  }
  .card_how_to_buy .actions .follow-info h2 a small {
    color: #afafaf;
    font-size: 0.85rem;
    font-weight: normal;
  }
  .card_how_to_buy .actions .follow-info h2 a:hover {
    background-color: #f2f2f2;
  }
  .card_how_to_buy .actions .follow-info h2 a:hover span {
    color: #007ad6;
  }
  .card_how_to_buy .actions .follow-btn button {
    color: inherit;
    font: inherit;
    font-weight: bold;
    background-color: #ffd01a;
    width: 100%;
    border: none;
    padding: 1rem;
    outline: none;
    box-sizing: border-box;
    border-radius: 1.5rem/50%;
    transition: background-color 100ms ease-in-out, transform 200ms cubic-bezier(0.18, 0.89, 0.32, 1.28);
  }
  .card_how_to_buy .actions .follow-btn button:hover {
    background-color: #efb10a;
    transform: scale(1.1);
  }
  .card_how_to_buy .actions .follow-btn button:active {
    background-color: #e8a200;
    transform: scale(1);
  }
  .card_how_to_buy .desc {
    text-align: justify;
    padding: 0 2rem 2.5rem;
    order: 100;
  }
.panel-default > .panel-heading{
    border-radius: 10px;
    background: #FFF6FA;
}
.shipping_set,
.privacy_policy_set,
.listall_set,
.detail_set {
    padding: 0 80px;
}
.contactus_set{
    margin-top: 0;
    padding: 0;
}
.contact_form{
    margin-bottom: 70px;
}
.contact_social{
    background: #FFF6FA;
    padding: 36px 80px;
    margin-bottom: 70px;
}
.contact_social p{
    font-size: 24px;
}
.contact_social p a{
    color: #000;
    margin: 0 20px;
}
.aboutus_set{
    margin-top: 0;
    padding-top: 0;
    padding:0;
}

.aboutus_set .about_info{
    background: #FFF6FA;
    padding: 70px 120px;
}
.aboutus_set .about_info_2,.about_info_3{
    padding: 70px 120px;
}
.about_info_3{
    background: #000;
    color:#fff;
    margin-bottom: 0 !important;
}
.about_info_3 h2,.about_info_3 h5{
    color: #fff !important;
}
.aboutus_set .aboutus{
    margin-bottom: 0 !important;
}
.content_info_page h2{
    color: var(--Pink, #000);
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px; /* 123.529% */
}
.content_info_page h3{
    line-height: 33px;
}
.content_info_page h4{
    color: var(--Pink, #000);
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px; /* 142.857% */
}
.credits {
    clear: both;
    background: #fff;
    padding: 20px 0px 20px;
}

.footer-main {
    /* max-width: 1170px; */
    padding: 30px 15px 15px;
    margin: auto;
    display: block;
    overflow: hidden;
}

.credits .wrapin {
    max-width: 1170px;
    padding: 0px 15px;
    margin: auto;
}

.header-fixed{
    position: fixed;
    z-index: 9999;
    top: 0;
}

@media (min-width: 768px) {
    .product-list .col-sm-3 {
        min-height: 320px;
        margin-bottom: 45px !important;
    }



    /*.product-list .product-buy-btn {
        margin-top: 10px;
        position: absolute;
        width: calc(100% - 30px);
        bottom: 0px;
    }*/

}
@media (max-width: 2100px) {
    .product-list .product_list_set{
        width: 23%;
    }
}

@media (max-width: 990px) {
    .head-topup{
        display: none;
    }
    .home_product_list{
        width: 100% !important;
    }
    .container-body {
        padding: 0 25px !important;
    }
    .sidebar_category{
        display: none;
    }
    .search_set,.cate_desc_detail,.productlist_set,.product_detail_name{
        padding: 0;
    }
    .product-list-display{
        padding: 0 15px;
    }
    #home-product {
        padding: 0;
    }
    .input-qty>input.form-control{
        width: 100% !important;
    }
    .product_detail_name h2{
        font-size: 26px;
        line-height: 42px;
    }
    .product-name p{
        height: inherit !important;
    }
    .search-boxs {
        margin-bottom: 20px;
    }

    .howtoorder_set, .shipping_set, .privacy_policy_set, .faq_set, .contactus_set, .aboutus_set, .listall_set, .detail_set{
        padding: 0 15px;
    }

    .search-boxs h4 {
        margin-bottom: 10px !important;
    }

    .searchResult {
        position: absolute !important;
        top: 90px !important;
    }

    #sidebar-nav .menu li ul li {
        padding-left: 10px;
    }

    .container-body {
        margin-top: 0px;
        
    }

    #navigation-sticky-wrapper,
    #navigation.header-6 {
        height: 70px !important;
    }

    .header-style-header-6,#sidebar-nav #sidebar-nav-logo {
        background: #fff !important;
    }
    .button-menu-mobile i{
        color: #000 !important;
    }
    
    #footer-one {
        text-align: center;
    }

    #product-detail .price-box {
        padding-left: 15px;
    }

    .product-box-detail .product-detail {
        padding: 0 15px;
    }
}

/*FOOTER*/
#footer-one a img {
    max-width: 100px;
}

#footer-three img {
    display: inline-block;
}

#footer-three img.footer-logos {
    max-width: 40px;
}

.searchProductBar {
    width: 100%;
    position: relative;
}

.searchResult .search-bar-body dl {
    margin-bottom: 0px;
}

.searchResult .search-bar-body dl dd {
    color: #424242;
    cursor: pointer;
    padding: 5px;
}

.searchResult a {
    color: #424242;
}

.searchResult {
    position: absolute !important;
    top: 50px;
    background-color: white;
    -webkit-box-shadow: 7px 5px 14px -5px rgba(0, 0, 0, 0.47);
    -moz-box-shadow: 7px 5px 14px -5px rgba(0, 0, 0, 0.47);
    box-shadow: 7px 5px 14px -5px rgba(0, 0, 0, 0.47);
    width: 100%;
    /* width: 500px; */
    border-radius: 5px;
    margin-top: 5px;
    z-index: 999;
    border: 1px solid #d8d8d9;
}

.searchResult .search-bar-header {
    background-color: #fefefe;
    color: #4b4b4b;
    padding-left: 15px;
    border-bottom: 1px solid #d8d8d9;
}

.searchResult .search-bar-body {
    background-color: white;
    color: #424242;
    padding: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #d8d8d9;
    max-height: 600px;
    overflow: auto;
}
.head_contact{
    border-radius: 20px;
    padding:0 10px;
    background: none;
    font-family: "Opun";
    color: #000;
    font-weight: bold;
}
 #header-menu-right ul.dropdown-menu-right li a{
    color: #000 !important;
    font-family: "Opun";
}

 #payment_sec label {
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: #F6F7FB;
    padding: 12px;
    margin-right: 10px;
}

.order_checkout{
    padding:0 10px;
    font-family: 'Opun' !important;
}

#box-order-sum .order_checkout label{
    font-weight: 500;
}
.register-birthday select{
    width: 100%;
    border-radius: 5px;
    border: 1px solid #E1E3E6;
    background: #FFF;
    padding: 6px 12px;
    height: 45px;
}

.content_ship .nav-tabs > li.active > a, .content_ship .nav-tabs > li.active > a:hover, .content_ship .nav-tabs > li.active > a:focus{
    padding: 12px 24px;
    border: none;
    border-bottom: 2px solid var(--Pink, #C9095F);
    background: #FFF;
    color: #000;
    border-radius: 0;
}

.content_ship ul{
    display: block;
    width: 100%;
    float: left;
    border: none;
    border-radius: 5px;
    background: #F6F7FB;
}
.content_ship .tab-content{
    display: block;
    width: 100%;
    float: left;
    padding: 30px;
}
.content_ship ul a{
    color: var(--Gray, #64728F);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.content_ship h2{
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 30px;
    color: #000;
}
.content_ship h2 span{
    color: var(--Pink, #C9095F);
}
.content_ship p{
    color: var(--Black-blue, #050714);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
}

.content_ship p span{
    color: var(--Gray, #64728F);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.dropdown-large {
    position: static !important;
    background: #F4E8FC;
    background: linear-gradient(143deg,rgba(244, 232, 252, 1) 0%, rgba(206, 231, 255, 1) 100%);
    padding: 15px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
  }
  .dropdown-menu-large {
    margin-left: 16px;
    margin-right: 16px;
    padding: 20px 0px;
    /* display: block;
    width: 100%; */
  }

  #navigation .menu li a:hover, #navigation .menu li:hover > a, #navigation .menu li.current-menu-item > a, #navigation .menu > li.current_page_item > a, #navigation .menu > li.current-menu-ancestor > a, #navigation .menu > li.current-menu-item > a {
    color: #aaa !important;
}

  .dropdown-menu-large li.col-sm-3{
    width: 25% !important;
    float: left !important;
    display: inline-block;
    border-bottom: none !important;
  }
  .dropdown-menu-large > li > ul {
    padding: 0;
    margin: 0;
  }
  .dropdown-menu-large > li > ul > li {
    list-style: none;
  }
  .dropdown-menu-large > li > ul > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight:300;
    line-height: 1.428571429;
    color: #333333;
    white-space: normal;
  }
  .dropdown-menu-large > li ul > li > a:hover,
  .dropdown-menu-large > li ul > li > a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
  }
  .dropdown-menu-large .disabled > a,
  .dropdown-menu-large .disabled > a:hover,
  .dropdown-menu-large .disabled > a:focus {
    color: #999999;
  }
  .dropdown-menu-large .disabled > a:hover,
  .dropdown-menu-large .disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    cursor: not-allowed;
  }
  .dropdown-menu-large .dropdown-header {
    color: #000;
    font-size: 16px;
    font-family: 'Opun';
    font-weight: bold;
  }
  .dropdown-menu-large li a{
    font-family: 'Opun';
    color: #757575 !important;
    padding: 5px !important;
    font-size: 16px !important;
  }
  @media (max-width: 768px) {
    .dropdown-menu-large {
      margin-left: 0 ;
      margin-right: 0 ;
    }
    .dropdown-menu-large > li {
      margin-bottom: 30px;
    }
    .dropdown-menu-large > li:last-child {
      margin-bottom: 0;
    }
    .dropdown-menu-large .dropdown-header {
      padding: 3px 15px !important;
    }
  }