/* ------ default ------ */
* {
    margin: 0px;
    padding: 0px;
    outline: none !important;
    word-break: break-word;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a,
a:focus,
a:hover {
    color: initial;
    text-decoration: none;
    cursor: pointer;
}

body {
    width: 100vw;
    background: #2e2e2e;
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0px;
    font-weight: 400;
    font-family: 'NotoSansThai', 'Helvetica', sans-serif;
    overflow-x: hidden;
}

.font-black {
    color: #fff !important;
}
.font-white {
    color: #000;
}
.font-blue {
    color: #d88f21 !important;
}
.font-orange {
    color: #FF862F;
}
.font-green {
    color: #0AB43A;
}
.font-red {
    color: #FE2222;
}
.font-red-light {
    color: #F86969;
}
.font-gray {
    color: #999;
}
.font-dark {
    color: #fff;
}

.font-dark a,
.font-dark a:focus,
.font-dark a:hover {
    color: #d88f21;
}

.font-primary {
    background: #d88f21;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.font-regular {
    font-weight: 400 !important;
}
.font-medium {
    font-weight: 500;
}
.font-semi {
    font-weight: 600;
}
.font-bold {
    font-weight: 700;
}

h1, h2, .font-h2 {
    font-size: 32px;
    line-height: 46px;
    font-weight: 700;
    margin-bottom: 15px;
}
h3, .font-h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    margin-bottom: 15px;
}
h4, .font-h4 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 10px;
}
h2 big, h2 strong, h1 big, h1 strong {
    line-height: 55px;
}
strong {
    font-size: larger;
    font-weight: inherit;
}

.btn, .btn-default {
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    border-radius: 44px;
    padding: 11px 25px;
    color: #d88f21 !important;
    border: 1px solid #d88f21 !important;
    background: #fff !important;
    transition: .3s ease 0s;
    box-shadow: none !important;
    outline: none !important;
}
.btn-primary {
    color: #fff !important;
    border-color: #d88f21 !important;
    background: #d88f21 !important;
}
.btn-primary-outline {
    color: #d88f21 !important;
    border-color: #d88f21 !important;
    background: transparent !important;
}
.btn-primary-gradient {
    padding-top: 12px;
    padding-bottom: 12px;
    color: #fff !important;
    border: 0px !important;
    background: #d88f21 !important;
}
.btn-primary-trans {
    color: #d88f21 !important;
    border-color: transparent !important;
    background: transparent !important;
}
.btn-success {
    color: #fff !important;
    background: #51BA6F !important;
}
.btn-white {
    color: #000 !important;
    background: #fff !important;
    border-color: #C6C6C6 !important;
}
.btn-action {
    background: transparent !important;
    border: 0px !important;
    padding: 0px;
}
.btn.btn-back {
    padding-left: 15px;
    padding-right: 15px;
}
.btn.btn-border-2 {
    border-width: 2px !important;
}
.btn-md {
    padding: 15px 25px;
}
.btn-sm {
    padding: 8px 25px;
}
.btn-xs {
    padding: 6px 15px;
    font-size: 12px;
    line-height: 14px;
}
.btn:hover {
    opacity: 0.8;
}
.btn-rect {
    border-radius: 13px;
}
.btn.btn-like {
    font-weight: 400;
    color: #d88f21 !important;
    background: transparent !important;
    border: 0px !important;
    padding: 11px 5px !important;
}
.btn.btn-like .text-icon {
    padding-left: 30px;
}
.btn.btn-like .text-icon i {
    width: 22px;
    height: 22px;
    filter: invert(61%) sepia(65%) saturate(552%) hue-rotate(355deg) brightness(87%) contrast(93%);
}
.btn.btn-like.active {
    color: #d88f21 !important;
}
.btn.btn-like.active i {
    filter: none;
}

.no-padding {
    padding: 0px !important;
}
.no-padding-top {
    padding-top: 0px !important;
}
.no-padding-bottom {
    padding-bottom: 0px !important;
}
.no-padding-left {
    padding-left: 0px !important;
}
.no-padding-right {
    padding-right: 0px !important;
}

.no-margin {
    margin: 0px !important;
}
.no-margin-top {
    margin-top: 0px !important;
}
.no-margin-bottom {
    margin-bottom: 0px !important;
}
.no-margin-left {
    margin-left: 0px !important;
}
.no-margin-right {
    margin-right: 0px !important;
}

.bg {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden !important;
}

.form-group {
    width: 100%;
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
}
.form-control {
    height: auto;
    min-height: auto;
    padding: 16px 25px 12px;
    border-radius: 65px;
    border: 1px solid #828282;
    background: transparent !important;
    outline: none !important;
    box-shadow: none !important;
    font-weight: 500;
    -webkit-appearance: none;
    /*color: #FFF; */
}
.form-control:focus {
    border-color: #d88f21;
}
.form-control::placeholder {
    color: #828282;
}
.form-control:-ms-input-placeholder {
    color: #828282;
}
.form-control::-ms-input-placeholder {
    color: #828282;
}
.form-control + label, .form-control:placeholder-shown + label {
    top: 19px;
    left: 26px;
    color: #828282;
    position: absolute;
    transition: .3s ease 0s;
    font-weight: 400;
    opacity: 0;
    z-index: -1;
}
.form-control:focus + label, .form-control:not(:placeholder-shown) + label {
    position: absolute;
    top: 6px;
    font-size: 9px;
    line-height: 12px;
    color: #d88f21;
    opacity: 1;
    z-index: 1;
}
.required {
    font-size: 13px;
    color: #FE2222;
    margin: 5px 0px 0px;
    padding-left: 15px;
    display: none;
}

.checkbox, .radio {
    position: relative;
    margin-top: 8px;
    margin-bottom: 8px;
    display: inline-block;
    width: 100%;
}
.checkbox > input, .radio > input {
    display: none;
}
.checkbox > input[disabled] + label, .radio > input[disabled] + label {
    opacity: 0.5;
    cursor: not-allowed;
}
.checkbox > label, .radio > label {
    position: relative;
    font-weight: 400;
    padding-left: 25px;
}
.checkbox > label::before, .radio > label::before {
    content: '';
    width: 15px;
    height: 15px;
    background: #fff;
    border: 2px solid #828282;
    position: absolute;
    top: 0px;
    left: 0px;
}
.checkbox > input:checked + label::before, .radio > input:checked + label::before {
    background: #e08f15;
    border-color: #e08f15;
}
.checkbox > label::after, .radio > label::after{
    content: '';
    top: 4px;
    left: 3px;
    width: 10px;
    height: 5px;
    position: absolute;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #e08f15;
    display: none;
}
.checkbox > input:checked + label::after, .radio > input:checked + label::after {
    display: block;
}
.checkbox.style-2 > label {
    padding-left: 32px;
}
.checkbox.style-2 > label::before {
    width: 18px ;
    height: 18px;
    border-radius: 2px;
    border: 1px solid #000;
    top: -2px;
}
.checkbox.style-2 > label::after {
    top: 3px;
    left: 4px;
}
.radio > label::before {
    border-radius: 50%;
    background: #fff !important;
}
.radio > label::after {
    top: 4px;
    left: 4px;
    width: 7px;
    height: 7px;
    border: 0px;
    border-radius: 50%;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
.radio-inline, .checkbox-inline {
    display: inline-block;
    width: auto;
    margin: 5px 0px !important;
}

/* ------ loading ------ */
#loading {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 42vh;
    color: #fff;
    font-weight: 300;
    font-size: 20px;
    letter-spacing: 1px;
    position: fixed;
    background: rgba(0,0,0,0.8);
    display: none;
}
#loading .icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 10px solid rgba(255, 255, 255, 0.2);
    border-top: 10px solid rgba(255, 255, 255, 0.8);
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin: 0 auto 20px;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* ------ custom ------ */
#wrapper{
    position: relative;
    padding-top: 120px;
    min-height: calc(100vh - 350px);
}
section {
    width: 100vw;
    position: relative;
    padding: 50px 0px;
    overflow-x: hidden;
}

header {
    top: 0px;
    left: 0px;
    width: 100vw;
    position: fixed;
    z-index: 2000;
}
.navbar {
    border: 0px;
    margin: 0px;
    height: auto;
    border-radius: 0px;
    background: #1c1c1c;
    min-height: auto;
    padding: 55px 0px 14px;
    border-bottom: 1px solid #1c1c1c;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.06);
}

.navbar .navbar-nav li > a, .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #fff !important;
    font-weight: 700;
    background: transparent !important;
    white-space: initial;
}
.navbar .navbar-nav li > a > span {
    font-size: 11px;
    font-weight: 700;
    margin-left: 5px;
}
.navbar .navbar-nav li.active > a {
    color: #d88f21 !important;
    background: #fff;
}
.navbar .navbar-nav li.active > a:after {
    content: '';
    left: 50%;
    bottom: 0px;
    margin-left: -27px;
    position: absolute;
    width: 50px;
    height: 6px;
    background: #d88f21;
    border-radius: 26px;
}
.navbar .dropdown-menu {
    border-radius: 13px !important;
    background: #1c1c1c;
    border: 1px solid #E8E8E8;
    box-sizing: border-box;
    box-shadow: 0px 4px 29px -5px rgba(0, 0, 0, 0.28);
    min-height: 100px;
    min-width: 250px;
}
.navbar .dropdown-menu > li > a {
    padding: 10px 20px;
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    white-space: initial;
}
.navbar .dropdown-menu > li > a:hover {
    color: #d88f21 !important;
    background: transparent !important;
}
.navbar .dropdown-menu > li.active {
    background: transparent !important;
}
.navbar .dropdown-menu > li.active > a:hover {
    color: #d88f21 !important;
}
.navbar .navbar-logo {
    display: none;
    margin-top: -20px;
    padding-bottom: 20px;
}
.navbar .navbar-logo img {
    height: 52px;
}
.navbar .follow-us {
    display: none;
    border: 0px;
    padding: 25px 5px 0px;
    margin-top: 60px;
}
.navbar .navbar-collapse {
    padding-left: 80px;
}

.navbar-brand {
    margin: 0px;
    height: 45px;
    width: 45px;
    padding: 0px 35px 0px 15px;
    position: relative;
    display: inline-block;
    padding: 0px;
    background: #ffffff00 url('../images/logo.svg?v=1.0') no-repeat top left;
    background-size: contain;
    position: absolute;
    top: 55px;
    left: 25px;
    z-index: 5;
}
.navbar-brand h1 {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: inline-block;
    margin: 0px;
    text-indent: -162px;
}

.navbar-other {
    display: inline-block;
    margin-top: -65px;
    margin-right: 20px;
    float: right;
    z-index: 10;
    position: relative;
}
.navbar-other ul {
    float: right;
    display: inline-block;
    list-style: none;
    margin: 0px;
}
.navbar-other ul li {
    float: left;
    display: inline-block;
    position: relative;
}
.navbar-other ul li a {
    display: inline-block;
    position: relative;
}
.navbar-other .navbar-top {
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 35px;
    padding: 5px 16px;
    text-align: right;
    background: #2e2e2e;
    position: fixed;
}
.navbar-other .navbar-top li {
    float: initial;
}
.navbar-other .navbar-top .btn {
    padding: 4px 15px;
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
    display: inline-block;
}
.navbar-other .navbar-search form {
    position: relative;
    display: inline-block;
    margin-top: -8px;
}
.navbar-other .navbar-search form .form-control {
    width: 160px;
    border: 0px !important;
    background: #F5F5F5 !important;
    border-radius: 29px;
    padding: 8px 15px 8px 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.navbar-other .navbar-search form .m-icon {
    position: absolute;
    top: 50%;
    left: 10px;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    z-index: 10;
}
.navbar-other .navbar-search .btn-cancel {
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #555555 !important;
    display: none;
}
.navbar-other .navbar-action .m-icon, .navbar-other .navbar-search .m-icon {
    width: 22px;
    height: 22px;
    filter: invert(61%) sepia(65%) saturate(552%) hue-rotate(355deg) brightness(87%) contrast(93%);
}
.navbar-other .navbar-action li, .navbar-other .navbar-search li {
    padding: 15px 10px;
}
.navbar-other .navbar-action a, .navbar-other .navbar-search a {
    padding: 0px;
    background: transparent !important;
}
.navbar-other .navbar-action i {
    /*filter: grayscale(100%) brightness(0);*/
}
.navbar-other .navbar-action li:not(.navbar-cart):not(.navbar-heart), .navbar-other .navbar-action li span:not(.badge) {
    display: none;
}
.navbar-other .navbar-action .navbar-cart {
    float: right;
    margin-top: -2px;
}
.navbar-other .navbar-action .navbar-cart a {
    position: relative;
}
.navbar-other .navbar-action .badge {
    background: #FF0000;
    border: 2px solid #FFFFFF;
    box-sizing: border-box;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.25);
    border-radius: 13px;
    font-size: 10px;
    line-height: 10px;
    color: #fff;
    margin: 0px;
    position: absolute;
    top: -7px;
    right: -10px;
    padding: 2px 5px;
}
.navbar-top .navbar-member {
    right: 0px;
    top: 0px;
    height: 100%;
    padding: 0px;
    position: absolute;
}
.navbar-top .navbar-member .dropdown-toggle {
    min-width: 200px;
    border-radius: 20px 0px 0px 20px;
    background: #d88f21 !important;
    border: 0px !important;
    padding: 4px 50px 4px 30px;
}
.navbar-top .navbar-member .dropdown-menu {
    width: 165px;
    background: #FFFFFF;
    border: 1px solid #E8E8E8;
    box-shadow: 0px 4px 29px -5px rgba(0, 0, 0, 0.28);
    border-radius: 13px;
    padding-bottom: 0px;
    overflow: hidden;
    margin-top: 12px;
}
.navbar-top .navbar-member .member .img {
    float: left;
    width: 27px;
    height: 27px;
    overflow: hidden;
    border-radius: 50%;
    object-fit: cover;
    margin-left: 15px;
}
.navbar-top .navbar-member .member .text {
    float: left;
    display: inline-block;
    font-weight: 500;
    font-size: 13px;
    line-height: 14px;
    color: #FFFFFF;
    padding-top: 5px;
}
.navbar-top .navbar-member li {
    width: 100%;
}
.navbar-top .navbar-member li a {
    font-size: 12px;
    line-height: 14px;
    padding: 12px 20px;
    width: 100%;
    display: inline-block;
    background: #fff !important;
}
.navbar-top .navbar-member li a:hover {
    color: #d88f21;
}
.navbar-top .navbar-member li.li-logout a{
    background: #F7F7F7 !important;
    color: #989898;
    text-align: center;
    font-weight: 500;
    margin-top: 5px;
}
.navbar-top .navbar-member .dropdown:not(.open) .dropdown-menu {
    display: none;
}

footer {
    width: 100vw;
    position: relative;
    display: inline-block;
    padding: 29px 0px 25px;
    overflow-x: hidden;
    background-color: #1c1c1c;
}
footer:before {
    content: '';
    top: 0px;
    left: 0px;
    width: 100%;
    height: 4px;
    position: absolute;
    background: #d88f21;
}
footer .logo-footer {
    height: 95px;
    margin-left: -15px;
}
footer .copyright {
    color: #B4B4B4;
    font-weight: 500;
    margin-top: 35px;
}
footer ul {
    list-style: none;
    display: inline-block;
}
footer ul li {
    display: inline-block;
}
footer ul li a {
    padding: 10px 15px;
    display: inline-block;
    font-size: 16px;
    line-height: 18px;
    color: #FFF !important;
}
footer .menu-footer {
    width: 750px;
    max-width: 100%;
    margin-top: 15px;
}
footer .menu-footer li{
    float: left;
    width: 27%;
    font-weight: 700;
}
footer .menu-footer li:nth-child(4n+4) {
    text-align: right;
    width: 19%;
}
footer .menu-term-box {
    position: absolute;
    bottom: 25px;
    right: 0px;
    z-index: 1;
    text-align: right;
}
footer .menu-term li:not(:first-child) {
    border-left: 1px solid #fff;
}
footer .menu-term li a {
    padding-top: 0px;
    padding-bottom: 0px;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
}

.follow-us {
    width: 100%;
    position: relative;
    display: inline-block;
}
.follow-us .m-icon {
    width: 30px;
    height: 30px;
}
.follow-us a {
    padding: 10px 15px 10px 0px;
    display: inline-block;
}

.banner, .banner .item {
    width: 100%;
    position: relative;
    height: calc(100vh - 120px);
}
.banner .item .bg {
    background-position: center 30%;
}
.banner .item .text {
    padding: 6vh 15px;
    text-align: center;
    position: relative;
}
.banner .item .text h2, .banner .item .text h1 {
    font-size: 36px;
    line-height: 40px;
    margin: 0px 0px 10px;
}
.banner .item .btn-box {
    margin-top: 35px;   
}
.banner .item .btn-box .btn {
    font-weight: 400;
    min-width: 90px;
}
.banner.owl-carousel .owl-dots {
    top: 50%;  
    right: 68px;  
    width: 20px;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    
}

.owl-carousel .owl-dots {
    position: relative;
    text-align: center;
}
.owl-carousel .owl-dots .owl-dot {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid transparent;
    margin: 2px;
    position: relative;
}
.owl-carousel .owl-dots .owl-dot span {
    top: 50%;
    left: 50%;
    background: #B8B8B8;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
}
.owl-carousel .owl-dots .owl-dot.active {
    border-color: #d88f21;
}
.owl-carousel .owl-dots .owl-dot.active span {
    background: #d88f21;
}
.owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
}
.owl-carousel .owl-nav button span{
    font-size: 12px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #000;
    color: #000;
    text-align: center;
    line-height: 25px;
    background: #fff;
}
.owl-carousel .owl-nav button.owl-next {
    right: -55px;
    position: absolute;
    margin-top: -15px;
}
.owl-carousel .owl-nav button.owl-prev{
    left: -55px;
    position: absolute;
    margin-top: -15px;
}
.owl-thumbs {
    width: calc(100% + 10px);
    position: relative;
    display: inline-block;
    margin-left: -5px;
}
.owl-thumbs .owl-thumb-item {
    width: 20%;
    overflow: hidden;
    text-align: center;
    border: 0px !important;
    background: transparent !important;
    margin-top: 15px;
}
.owl-thumbs .owl-thumb-item img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border: 2px solid #E3E3E3;
    border-radius: 8px;
}
.owl-thumbs .owl-thumb-item.active img{
    border-color: #d88f21;
}

.title {
    width: 100%;
    position: relative;
    display: inline-block;
}

.cate {
    width: 100%;
    position: relative;
}
.cate .item {
    width: 100%;
    padding: 30px 15px;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    background: #1c1c1c;
    border: 1px solid #1c1c1c;
    border-radius: 15px;
    box-shadow: 0px 15px 45px -17px rgba(0, 0, 0, 0.21);
    display: inline-block;
    transition: .3s ease .0s;
    color: #FFF;
}
.cate .item:hover {
    color: inherit;
    box-shadow: 0px 11px 23px #000;
    -webkit-transform: translate(0, -4px);
    -moz-transform: translate(0, -4px);
    -ms-transform: translate(0, -4px);
    -o-transform: translate(0, -4px);
    transform: translate(0, -4px);
}
.cate .item img {
    width: auto;
    height: 95px;
    max-width: 100%;
    margin: 0 auto 15px;
    display: block;
}
.cate .item .text {
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
}

.cate-slide .owl-stage-outer, .product-slide .owl-stage-outer {
    padding: 15px 0px 30px;
    width: calc(100% + 1px);
}
.cate-grid {
    margin-bottom: 80px;
}
.cate-grid .item {
    margin: 10px 0px 15px;
    font-size: 18px;
    line-height: 22px;
    padding: 30px 20px;
}
.cate-grid .item img {
    height: 135px;
    margin-bottom: 25px;
}
.cate-grid .item p, .cate-grid .item .text {
    max-width: 100%;
    background: #d88f21;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin: 0 auto 10px;
    height: 44px;
    overflow: hidden;
}

.product {
    width: 100%;
    position: relative;
    display: inline-block;
}
.product .item {
    width: 100%;
    position: relative;
    display: inline-block;
    background: #1c1c1c;
    border: 1px solid #1c1c1c;
    box-sizing: border-box;
    box-shadow: 0px 15px 45px -17px rgba(0, 0, 0, 0.21);
    border-radius: 15px;
    overflow: hidden;
    transition: .3s ease 0s;
    color: #FFF;
}
.product .item:hover {
    color: inherit;
    box-shadow: 0px 11px 23px #000;
    -webkit-transform: translate(0, -4px);
    -moz-transform: translate(0, -4px);
    -ms-transform: translate(0, -4px);
    -o-transform: translate(0, -4px);
    transform: translate(0, -4px);
}
.product .item img {
    height: 272px;
    width: 100%;
    object-fit: cover;
}
.product .item .text {
    padding: 20px 25px;
    text-align: center;
}
.product .item .info {
    width: 100%;
    position: relative;
    display: inline-block;
}
.product .item .info .inner {
    float: left;
    width: 25%;
    display: inline-block;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    color: #777777;
}
.product .item .info .inner span {
    display: inline-block;
}
.product .item .info .inner span:first-child {
    width: 33px;
    height: 33px;
    border-radius: 50%;
    font-weight: 700;
    font-size: 10px;
    line-height: 12px;
    color: #A4A4A4;
    text-align: center;
    line-height: 33px;
    margin-bottom: 3px;
    background: #F1F1F1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product .item .price {
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #d88f21;
}
.product .item .name {
    margin: 15px 0px;
    height: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product .item p {
    margin: 0px;
}
.product .item .is-news {
    top: 20px;
    left: 0px;
    color: #fff;
    font-weight: 700;
    padding: 5px 11px;
    position: absolute;
    background: #d88f21;
    border-radius: 0px 20px 20px 0px;
    z-index: 2;
}
.product .item .is-discount {
    top: 0px;
    right: 12px;
    padding: 15px 5px;
    color: #FFFFFF;
    font-weight: 700;
    background: #FF3838;
    border-radius: 0px 0px 20px 20px;
    position: absolute;
}
.product .item .name {
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
}
.product.owl-carousel .owl-nav button.owl-next, .product.owl-carousel .owl-nav button.owl-prev{
    margin-top: -80px;
}

.product-grid .row {
    margin-left: -7.5px;
    margin-right: -7.5px;
}
.product-grid .col {
    padding: 7.5px;
}

.ex-delivery {
    width: 100%;
    position: relative;
    display: inline-block;
    background: #CDFFEA;
    border-radius: 11px;
    overflow: hidden;
    margin-top: 20px;
}
.ex-delivery img {
    width: 100%;
}

.hidden-desktop {
    display: none !important;
}
.hidden-mobile {
    display: block !important;
}

.tab {
    width: 100%;
    position: relative;
    display: inline-block;
    margin-top: 20px;
}
.tab .nav-tabs {
    border: 0px;
}
.tab .nav-tabs > li > a {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #777777 !important;
    background: transparent !important;
    margin-right: 10px;
    border: 0px !important;
    padding: 8px 25px;
}
.tab .nav-tabs > li > a > * {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    margin: 0px;
}
.tab .nav-tabs > li.active > a {
    border-radius: 20px;
    color: #fff !important;
    background: #d88f21 !important;
}
.tab .tab-content {
    padding: 25px 0px;
}

.tab.style-2 .nav-tabs {
    background: #F5F5F5;
    border: 1px solid #D8D8D8;
    border-radius: 10px;
    width: auto;
    margin: 0 auto;
    display: table;
}
.tab.style-2 .nav-tabs > li > a {
    font-size: 20px;
    line-height: 23px;
    padding: 20px 30px;
    color: #ACACAC !important;
    margin: 0px;
    border-radius: 10px;
    min-width: 145px;
    text-align: center;
}
.tab.style-2 .nav-tabs > li > a > * {
    font-size: 20px;
    line-height: 23px;
}
.tab.style-2  .nav-tabs > li.active > a {
    border: 1px solid #D8D8D8 !important;
    background: #fff !important;
    color: #d88f21 !important;
    box-shadow: 0px 7px 45px -12px rgba(0, 0, 0, 0.28);
    margin-top: -1px;
    margin-left: -1px;
}
.tab.style-2 .tab-content {
    padding: 60px 0px;
}
.tab.for-article .nav-tabs > li:not(.active) > a {
    color: #999 !important;
    font-weight: 400;
}
.tab.for-article .see-all .btn{
    font-size: 16px;
    font-weight: 400;
    padding: 8px 0px;
}

.loadmore {
    text-align: center;
    padding: 25px 10px;
}
.loadmore .btn {
    min-width: 135px;
}

.home-article .bg {
    height: 400px;
    background-position: top right;
    background-color: #1c1c1c;
}
.home-article .container {
    position: relative;
}
.home-article .see-all, .tab.for-article .see-all {
    position: absolute;
    top: 0px;
    right: 0px;
}
.home-article .article {
    margin-top: 70px;
}
.home-article .title p {
    font-size: 24px;
    line-height: 28px;
}

.article, .article .item {
    width: 100%;
    position: relative;
    display: inline-block;
}
.article .item {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #8F8F8F;
    margin-top: 15px;
    transition: .3s ease 0s;
}
.article .item:not(.no-effect):hover {
    color: inherit;
    -webkit-transform: translate(0, -4px);
    -moz-transform: translate(0, -4px);
    -ms-transform: translate(0, -4px);
    -o-transform: translate(0, -4px);
    transform: translate(0, -4px);
}
.article .item .img {
    width: 100%;
    height: 235px;
    object-fit: cover;
    border-radius: 13px;
    overflow: hidden;
}
.article .item .name {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #FFF;
    margin: 0px;
    height: 38px;
    overflow: hidden;
}
.article .item .text {
    padding: 20px 0px;
}
.article-grid .item {
    margin-bottom: 25px;
}
.article.article-highlight-slide {
    width: 100%;
    position: relative;
}
.article.article-highlight-slide .owl-stage-outer {
    margin-left: -20px;
    width: calc(100% + 20px);
    padding-left: 20px;
}
.article.article-highlight-slide .item > a {
    padding-left: 522px;
    position: relative;
    min-height: 320px;
    display: table;
}
.article.article-highlight-slide .item .img {
    width: 480px;
    height: 320px;
    position: absolute;
    left: 0px;
    top: 0px;
}
.article.article-highlight-slide .item .text {
    width: 100%;
    position: relative;
    font-size: 14px;
    line-height: 18px;
    color: #666666;
    width: 500px;
    max-width: 100%;
    display: table-cell;
    vertical-align: middle;
    padding-top: 0px;
}
.article.article-highlight-slide .owl-item:not(.active) .is-highlight {
    display: none;
}
.article.article-highlight-slide .owl-dots {
    width: 480px;
    max-width: 100%;
    margin: 20px 0px;
}
.article.article-highlight-slide .owl-nav button.owl-prev, .article.article-highlight-slide .owl-nav button.owl-next {
    margin-top: -35px;
}
.article .desc {
    margin-top: 15px;
    font-size: 14px;
    line-height: 18px;
    color: #999;
}
.article .is-highlight {
    position: absolute;
    left: -15px;
    top: 25px;
    background: #d88f21;
    border-radius: 41px;
    font-weight: 700;
    color: #FFFFFF;
    padding: 5px 20px;
    z-index: 1;
}
.article .item .action, .article-detail .action {
    color: #8F8F8F;
}
.article .item .action .text-icon, .article-detail .action .text-icon {
    padding-left: 30px;
}
.article .item .action .text-icon i, .article-detail .action .text-icon i {
    width: 20px;
    height: 20px;
    top: -3px;
}

.article-detail {
    width: 860px;
    max-width: 100%;
    margin:  0 auto;
    display: block;
}
.article-detail .title {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    margin: 30px 0px 20px;
}
.article-detail .body {
    padding: 30px 0px 0px;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #999;
    display: inline-block;
    width: 100%;
}
.article-detail .body p, .article-detail .body img {
    margin-bottom: 30px;
}
.article-detail img {
    max-width: 100%;
}
.article-detail .footer h4, .article-detail .footer .title {
    margin-top: 40px;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}
.article.for-related .item .img {
    height: 175px;
}

.text-icon {
    display: inline-block;
    padding-left: 25px;
    position: relative;
}
.text-icon i {
    position: absolute;
    left: 0px;
    top: 0px;
}
.text-icon i.is-middle {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.text-icon.icon-right {
    padding-left: 0px;
    padding-right: 25px;
}
.text-icon.icon-right i {
    left: auto;
    right: 0px;
}
.text-icon.is-medium {
    padding-left: 30px;
}
.text-icon.is-medium i {
    width: 20px;
    height: 20px;
}

.panel-group .panel {
    background: #1c1c1c;
    border: 1px solid #D8D8D8;
    box-shadow: 0px 7px 45px -12px rgba(0, 0, 0, 0.28);
    border-radius: 6px;
    margin-top: 15px !important;
}
.panel-group .panel-heading {
    background: #1c1c1c;
    border-radius: 6px;
    padding: 0px;
}
.panel-group .panel-heading > a {
    width: 100%;
    padding: 28px 30px;
    background: #1c1c1c;
    display: inline-block;
    border-radius: 6px;
    color: #FFF;
    position: relative;
}
.panel-group .panel-heading > a:not(.collapsed) {
    padding-bottom: 10px;
    color: #d88f21;
}
.panel-group .panel-heading .panel-title{
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
}
.panel-group .panel-heading .panel-icon {
    top: 18px;
    right: -20px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 36px;
    color: #d88f21;
    background: #FFFFFF;
    box-sizing: border-box;
    border-radius: 50%;
    position: absolute;
    display: inline-block;
    border: 1px solid #D8D8D8;
    cursor: pointer;
    transition: .3s ease 0s;
}
.panel-group .panel-heading .panel-icon:after {
    content: '+';
    position: relative;
    font-size: 30px;
    font-weight: 700;
}
.panel-group .panel-heading > a:not(.collapsed) .panel-icon:after{
    content: '-';
    font-size: 48px;
    font-weight: 500;
}
.panel-group .panel-body {
    border: 0px !important;
    padding: 0px 30px 25px !important;
}

.faq-img {
    width: 100%;
    height: 260px;
    background-color: #fff;
    background-size: contain;
    background-position: top left;
    background-repeat: no-repeat;
    text-indent: -999px;
    overflow: hidden;
}

.is-relative {
    position: relative;
}

.breadcrumb {
    color: #999999;
    background: transparent !important;
    padding: 5px 0px;
    margin-bottom: 20px;
}
.breadcrumb li, .breadcrumb li a {
    color: #999999;
}
.breadcrumb li.active, .breadcrumb li.active a {
    color: #d88f21;
}
.breadcrumb > li {
    display: contents;
}
.breadcrumb > li > * {
    font-size: 14px;
    line-height: 16px;
    font-weight: inherit;
    display: inline-block;
    margin: 0px;
}
.breadcrumb > li + li:before {
    content: "\e258";
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    font-size: 9px;
    padding-left: 2px;
}

.form-filter {
    width: 100%;
    position: relative;
    background: #FCFCFC;
    border: 1px solid #E8E8E8;
    border-radius: 60px;
    color: #777777;
    display: inline-block;
    margin-bottom: 50px;
    margin-top: 10px;
}
.form-filter .form-group {
    float: left;
    padding: 0px;
    margin: 0px;
    position: relative;
    display: inline-block;
    width: 14.25%;
}
.form-filter .form-group:nth-child(2) .dropdown .dropdown-toggle:before {
    display: none;
}
.form-filter .dropdown .dropdown-toggle:before {
    content: '';
    top: 50%;
    left: 0px;
    height: 40px;
    border-left: 1px solid #E0E0E0;
    position: absolute;
    margin-top: -20px;
    z-index: 1;
}
.form-filter .dropdown.open .dropdown-toggle:before {
    width: calc(100% + 10px);
    height: 100%;
    background: #fff;
    border: 1px solid #E8E8E8;
    border-radius: 60px;
    box-shadow: 0px 4px 29px -5px rgb(0 0 0 / 28%);
    margin-top: 0px;
    border: 0px;
    top: 0px;
    display: block !important;
    z-index: 2;
    opacity: 1 !important;
}
.form-filter .dropdown .dropdown-toggle {
    color: #000 !important;
    font-weight: 400;
    background: transparent !important;
    border: 0px !important;
    text-align: left;
    padding: 11.5px 30px;
    font-size: 12px;
    line-height: 14px;
    transition: none;
    opacity: 1 !important;
    max-width: 100%;
}
.form-filter .dropdown .dropdown-toggle P {
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.form-filter .dropdown .dropdown-menu{
    background: #FFFFFF;
    border: 1px solid #E8E8E8;
    box-shadow: 0px 4px 29px -5px rgba(0, 0, 0, 0.28);
    border-radius: 20px;
    padding: 20px 28px 18px;
    font-size: 12px;
    line-height: 14px;
    color: #000;
    width: 450px;
    margin-top: 20px;
}
.form-filter .dropdown .dropdown-menu > label {
    width: 100%;
    font-size: 16px;
    line-height: 18px;
}
.form-filter .checkbox {
    width: auto;
    display: inline-block;
    margin: 10px 5px 0px 0px;
}
.form-filter .checkbox label {
    color: #B1B1B1;
    background: #FFFFFF;
    border: 1px solid #D5D5D5;
    border-radius: 57px;
    padding: 5px 15px;
}
.form-filter .checkbox label:before, .form-filter .checkbox label:after {
    display: none !important;
}
.form-filter .checkbox input:checked ~ label {
    color: #000;
    border-color: #000;
}
.form-filter .dropdown-footer {
    border-top: 1px solid #E3E3E3;
    padding: 8px 28px 0px;
    margin-left: -28px;
    margin-right: -28px;
    text-align: right;
    margin-top: 20px;
}
.form-filter .dropdown-footer .btn {
    font-weight: 400;
    border-radius: 7px;
}
.form-filter .form-control {
    background: #2e2e2e !important;
    padding: 10px 20px;
    border: 0px;
    font-size: 12px;
    line-height: 14px;
    margin: 10px 0px 0px;
}
.form-filter .btn-box .btn {
    height: 56px;
    font-weight: 400;
    position: relative;
    border: 5px solid #fff !important;
}
.form-filter label, .form-filter p {
    position: relative;
    z-index: 5;
}
.form-filter .dropdown-menu.is-medium{ 
    width: 320px;
}

.no-hidden {
    overflow: initial;
}

.slider {
    width: 100% !important;
}
.slider.slider-default {
    margin: 15px 0px;
}
.slider .slider-track {
    height: 2px !important;
    background: #D4D4D4;
}
.slider .slider-selection {
    background: #d88f21;
}
.slider .slider-handle {
    margin-top: -9px !important;
    background: #fff url('../images/icon/icon-slider.svg') no-repeat;
    background-size: contain;
}
.slider .start, .slider .end{
    float: left;
    width: 50%;
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
}

.select {
    width: 100%;
    display: inline-block;
    position: relative;
}
.select select {
    padding-right: 40px !important;
}
.select span {
    top: 50%;
    right: 15px;
    position: absolute;
    font-size: 12px;
    margin-top: -6px;
    font-weight: 700;
}

.width-auto {
    width: auto;
}

.form-sort {
    text-align: right;
    padding-top: 20px;
}
.form-sort .form-control {
    font-size: 12px;
    line-height: 14px;
    padding: 10px 20px;
}

.product-img {
    padding-right: 40px;
}
.product-img-slide {
    width: 100%;
    position: relative;
    border: 2px solid #E3E3E3;
    border-radius: 15px;
    overflow: hidden;
}

.product-form {
    width: 100%;
    font-weight: 400;
    color: #999999;
    position: relative;
}
.product-form h2, .product-form h1, .product-form .price {
    font-size: 24px;
    line-height: 28px;
}
.product-form .price {
    padding: 12px 35px;
    margin: 8px 0px 12px !important;
    font-weight: 700;
    display: inline-block;
    width: 100%;
}
.product-form .price small {
    font-size: 65%;
    font-weight: 400;
}
.product-form label, .product-form .in-stock {
    padding-top: 12px;
}
.product-form .btn-box {
     margin: 20px 0px;
}
.product-form .btn-box .text-icon i{
    width: 20px;
    height: 20px;
    margin-top: -4px;
    filter: invert(61%) sepia(65%) saturate(552%) hue-rotate(355deg) brightness(87%) contrast(93%);
}
.product-form .btn-overlay .text-icon i{
    filter: invert(61%) sepia(65%) saturate(552%) hue-rotate(355deg) brightness(87%) contrast(93%);
}
.product-form .btn-box .btn {
    margin-right: 10px;
}
.product-form .btn-buy {
    width: 250px;
    max-width: 100%;
}
.product-form .img-cover {
    display: none;
    width: 112px;
    height: 112px;
    border: 1px solid #E3E3E3;
    border-radius: 4px;
    object-fit: cover;
}
.product-form .btn-close {
    display: none;
    position: absolute;
    right: 20px;
    top: 20px;
    padding: 0px;
}

.select-radio .radio {
    width: auto;
    display: inline-block;
    margin: 0px 12px 12px 0px;
}
.select-radio label {
    padding: 12px;
    min-width: 90px;
    text-align: center;
    color: #f2f2f2;
}
.select-radio label:before {
    width: 100%;
    height: 100%;
    border-radius: 2px;
    border: 1px solid #BFBEBE;
    background: transparent !important;
}
.select-radio label:after {
    content: '\e013';
    top: auto;
    right: 0px;
    bottom: 0px;
    left: auto;
    color: #fff;
    font-size: 8px;
    width: 19px;
    height: 12px;
    text-align: center;
    line-height: 12px;
    background: #d88f21;
    border-radius: 2px;
    font-weight: 500;
    font-family: 'Glyphicons Halflings';
}
.select-radio input:checked + label {
    font-weight: 700;
    color: #d88f21;
}
.select-radio label {
    overflow: hidden;
}
.select-radio input:disabled + label::after {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: calc(100% + 8px);
    height: 2px;
    background: red;
    display: block;
    transform: rotate(-25deg);
    transform-origin: right 20px;
}

.input-amount {
    float: left;
    width: 150px;
    text-align: center;
    color: #6A6A6A;
    margin-right: 15px;
    border-radius: 0px !important;
    border: 2px solid #E7E7E7 !important;
}
.input-amount input[type=number]::-webkit-outer-spin-button,
.input-amount input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.input-amount input[type=number] {
    -moz-appearance: textfield;
}
.input-amount .input-group-addon, .input-amount .form-control {
    background: #fff;
    border-left: 2px solid #E7E7E7 !important;
    font-size: 18px;
    line-height: 20px;
    cursor: pointer;
    padding: 8px 12px !important;
    color: #000 !important;
}
.input-amount .input-group-addon:first-child, .input-amount .form-control:first-child {
    border-left: 0px !important;
}
.input-amount .input-group-addon:hover {
    background: #f1f1f1;
}
.input-amount .btn-plus {
    font-size: 22px;
}
.input-amount .btn-minus{
    font-size: 32px;
}
.input-amount ::-moz-selection {
    background: transparent;
}
.input-amount ::selection {
    background: transparent;
}
.input-amount.is-small .input-group-addon, .input-amount.is-small .form-control{
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    color: #656565 !important;
}
.input-amount.is-small .form-control {
    font-size: 14px;
    font-weight: 600;
}

.share {
    display: inline-block;
    position: relative;
}
.share span {
    float: left;
    padding-top: 8px;
    margin-right: 10px;
}
.share .item {
    float: left;
    margin: 5px;
    display: inline-block;
    background: transparent !important;
    border: 0px !important;
}
.share .item i {
    width: 25px;
    height: 25px;
}

.product-action {
    width: 400px;
    position: relative;
    max-width: 100%;
    margin-left: -15px;
}
.product-action .line {
    width: 1px;
    height: 30px;
    background: #BDBDBD;
    margin: 0px auto;
}

.tooltip {
    min-width: 60px;
}

hr {
    height: 7px;
    background: #d88f21;
    border-top: none;
}

.img-responsive {
    width: 100%;
}

.product-vdo {
    width: 300px;
    max-width: 100%;
    position: relative;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
}
.product-vdo .img {
    width: 100%;
    display: inline-block;
    position: relative;
    border-radius: 11px;
    overflow: hidden;
    cursor: pointer;
}
.product-vdo .img:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.06);
}
.product-vdo .img i {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 28px;
    height: 28px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.product-vdo .img:hover i {
    color: #fff;
    filter: brightness(0) invert(1);
}
.product-vdo .btn {
    margin-top: 10px;
}

.product-desc {
    width: 100%;
    position: relative;
    font-size: 14px;
    line-height: 24px;
    color: #999;
}
.product-desc ul {
    padding-left: 22px;
}

.product-info {
    width: auto;
    max-width: 100%;
    color: #999;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    margin-top: 30px;
}
.product-info thead {
    color: #fff;
    background: #d88f21;
}
.product-info thead td {
    border-color: #fff !important;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
}
.product-info td {
    min-width: 90px;
}

.tag {
    /*display: inline-block;*/
    position: relative;
}
.tag .item {
    color: #d88f21;
    background: #FFFFFF;
    border: 1px solid #d88f21;
    border-radius: 45px;
    padding: 8px 20px;
    margin: 6px 6px 0px 0px;
    transition: .3s ease 0s;
    display: inline-block;
}
.tag .item:hover {
    color: #fff;
    background: #d88f21;
}

.about-box, .content-box {
    width: 100%;
    position: relative;
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    color: #999;
}
.about-box img, .content-box img {
    max-width: 100%;
}
.about-box h1, .about-box h2, .about-box h3, .about-box h4, .content-box h1, .content-box h2, .content-box h3, .content-box h4 {
    line-height: 28px;
    margin-bottom: 35px;
}
.about-box p, .content-box p {
    margin-bottom: 35px;
}

.content-box {
    width: 100%;
    padding: 50px;
    position: relative;
    border-radius: 6px;
    background: #1c1c1c;
    border: 1px solid #D8D8D8;
    box-shadow: 0px 7px 45px -12px rgba(0, 0, 0, 0.28);
    margin: 25px 0px 60px;
}

.contact-box {
    width: 785px;
    max-width: 100%;
    position: relative;
    text-align: center;
    margin: 0 auto;
}
.contact-box .logo {
    height: 135px;
    max-width: 100%;
    margin: 25px auto 30px;
    display: block;
}

.contact-social {
    width: 100%;
    position: relative;
    display: inline-block;
    margin: 40px 0px;
}
.contact-social .item {
    float: left;
    margin: 12px;
    border-radius: 13px;
    display: inline-block;
    width: calc(20% - 24px);
    background: #1c1c1c;
    border: 1px solid #E8E8E8;
    box-shadow: 0px 4px 29px -5px rgba(0, 0, 0, 0.28);
    padding: 25px 15px;
    cursor: pointer;
    transition: .3s ease 0s;
    color: #fff;
}
.contact-social .item i {
    width: 40px;
    height: 40px;
}
.contact-social .item p {
    margin-top: 10px;
    margin-bottom: 0px;
}
.contact-social .item:hover {
    border-color: #d88f21;
}

.input-group {
    border: 1px solid #AFAFAF;
    background: #fff;
    border-radius: 30px;
    overflow: hidden;
}
.input-group > div, .input-group > input , .input-group > span {
    border: 0px;
    background: #fff;
}
.input-group .input-group-addon {
    padding: 10px 15px 6px 15px;
}
.input-group .input-group-addon:first-child {
    padding-left: 25px;
}

.signin-box {
    width: 420px;
    max-width: 100%;
    margin: 0 auto;
    display: block;
}
.signin-box .form-group {
    margin-bottom: 20px;
}
.signin-box .or {
    width: 100%;
    position: relative;
    text-align: center;
    position: relative;
    margin: 25px 0px;
}
.signin-box .or:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 6px;
    width: 100%;
    border-top: 1px solid #ccc;
}
.signin-box .or span {
    display: inline-block;
    padding: 0px 10px;
    background: #2e2e2e;
    position: relative;
}
.signin-box .other {
    text-align: center;
    margin: 35px 0px 0px;
}
.section-login .tab .tab-content {
    padding: 40px 0px 0px;
}
.signin-box .form-control {
    border-color: #AFAFAF;
    background-color: #1c1c1c !important;
}

.signin-box .input-group  > div {
    background-color: #1c1c1c !important;
}

.signin-box .input-group i {
    filter: invert(99%) sepia(3%) saturate(116%) hue-rotate(52deg) brightness(119%) contrast(100%);
}
.signin-box.for-forget {
    margin: 50px auto 100px;
}

.signin-social {
    width: calc(100% + 15px);
    position: relative;
    margin-left: -7.5px;
    margin-top: -7.5px;
    display: inline-block;
}
.signin-social .btn {
    float: left;
    margin: 7.5px;
    padding-left: 5px;
    padding-right: 5px;
    width: calc(33.33% - 15px);
    max-width: 33.33%;
    font-weight: 400;
    padding-bottom: 11px;
}
.signin-social .btn i {
    width: 25px;
    height: 25px;
}
.signin-social .btn .text-icon {
    padding-left: 35px;
    max-width: 100%;
}
.signin-social .btn .text-icon span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: block;
}

.signin-logo {
    margin: 125px auto 0px;
    display: block;
    height: 162px;
    max-width: 100%;
}

.section-login {
    /*background: #fff url('../images/login-bg.png') no-repeat top left;*/
    background-color: #2e2e2e;
    background-size: auto 100%;
    padding: 80px 0px 100px;
}

.register-box {
    width: 600px;
    max-width: 100%;
    position: relative;
    display: block;
    margin: 20px auto 40px;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 27px;
    color: #000000;
}
.register-box .img {
    height: 150px;
    margin: 0 auto;
    display: block;
    max-width: 100%;
}
.register-box .btn-box {
    width: 440px;
    max-width: 100%;
    position: relative;
    margin: 15px auto;
    display: inline-block;
}
.register-box .btn-box .btn {
    float: left;
    margin: 12px;
}
.register-box .btn-box .btn:not(.btn-block) {
    width: calc(50% - 30px);
}
.register-box .btn-box .btn.btn-block {
    width: calc(100% - 30px);
}

.modal {
    z-index: 3005;
    overflow-y: auto;
}
.modal .modal-content {
    background: #1c1c1c;
    border-radius: 13px;
    color: #FFF;
}
.modal .modal-content.pd-40 .modal-header, .modal .modal-content.pd-40 .modal-body {
    padding-left: 40px;
    padding-right: 40px;
}
.modal .modal-content.pd-40 .modal-header .close {
    margin-right: -20px;
}
.modal .close {
    opacity: 1;
}
.modal .header {
    padding: 20px;
}
.modal-backdrop {
    z-index: 3000;
}
.modal .signin-logo {
    height: 90px;
    margin: 0px auto 30px;
}
.modal .tab.style-2 .tab-content {
    padding-top: 40px;
    padding-bottom: 40px;
}
.modal .tab.style-2 .nav-tabs > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
}

.no-border {
    border: 0px !important;
}

.cart-status {
    width: 100%;
    position: relative;
    display: inline-block;
    padding: 30px 15px;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #BDBDBD;
    background: #2e2e2e;
}
.cart-status .inner {
    width: 100%;
    margin: 0 auto;
    display: block;
    overflow: hidden;
    text-align: center;
}
.cart-status .item {
    width: 150px;
    max-width: 24%;
    text-align: center;
    position: relative;
    display: inline-block;
}
.cart-status .item:not(:first-child):before {
    content: '';
    position: absolute;
    left: calc(-50% + 30px);
    top: 50%;
    width: calc(100% - 60px);
    border-top: 1px solid #DBDBDB;
    margin-top: -16px;
}
.cart-status .item i {
    width: 35px;
    height: 35px;
    filter: grayscale(100%);
    margin: 0 auto 10px;
}
.cart-status .item p {
    margin: 0px;
}
.cart-status .item.active {
    color: #d88f21;
}
.cart-status .item.active i {
    filter: invert(61%) sepia(65%) saturate(552%) hue-rotate(355deg) brightness(87%) contrast(93%);
}
.cart-status .item.active:before {
    border-color: #d88f21;
}

.panel {
    background: #1c1c1c;
    border: 1px solid #EAEAEA;
    box-shadow: 0px 15px 45px -17px rgba(0, 0, 0, 0.21);
    border-radius: 15px;
}
.panel .panel-body {
    padding: 25px 35px;
}

.product-item {
    width: 100%;
    display: inline-block;
    position: relative;
    padding-left: 125px;
    color: #999;
}
.product-item .img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 105px;
    height: 105px;
    object-fit: cover;
    border: 1px solid #E3E3E3;
    border-radius: 5px;
    overflow: hidden;
}
.product-item .text {
    padding: 15px 0px;
}
.product-item .text span {
    display: inline-block;
}
.product-item .name {
    color: #fff;
}
.product-item .price {
    color: #fff;
    margin: 0px;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
}
.product-item .price small {
    color: #999;
    font-weight: 400;
    text-decoration: line-through;
}
.product-item p {
    color: #999;
    margin-bottom: 10px;
}
.product-item .name {
    font-size: 14px;
    line-height: 16px;
    font-weight: inherit;
    margin: 0px 0px 10px;
}

.qty-item {
    width: 100%;
    position: relative;
    padding-left: 80px;
    color: #fff;
}
.qty-item > label {
    position: absolute;
    left: 0px;
    top: 10px;
    font-weight: 400;
}
.qty-item .in-stock {
    width: 100%;
    margin: 0px;
    margin-top: 8px;
    display: inline-block;
    font-size: 12px;
}
.qty-item .input-amount {
    width: 135px;
}
.qty-item .input-amount .input-group-addon, .qty-item .input-amount .form-control {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    color: #656565 !important;
}
.qty-item .input-amount .form-control {
    font-size: 14px;
    font-weight: 600;
}

.sum-item {
    width: 100%;
    display: inline-block;
    margin-top: 10px;
}
.sum-item > * {
    float: left;
    width: 50%;
}
.sum-item .price {
    font-weight: 700;
    color: #d88f21;
    text-align: right;
}
.btn-delete i {
    width: 20px;
    height: 20px;
}

.cart-list {
    float: left;
    width: 100%;
    position: relative;
    display: inline-block;
}
.cart-list h2, .cart-list h3, .cart-list h4 {
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    margin-top: 10px;
    color: #fff;
}

.cart-product {
    width: 100%;
    position: relative;
    display: inline-block;
}
.cart-product:after {
    content: '';
    position: absolute;
    left: -35px;
    bottom: 0px;
    width: calc(100% + 70px);
    border-bottom: 1px solid #E6E6E6;
}
.cart-product.no-border:after {
    display: none;
}
.cart-product .form-group {
    float: left;
    width: 25%;
    padding: 25px 0px;
    margin: 0px;
}
.cart-product .form-group.is-full {
    width: 100% !important;
}
.cart-product .form-group:nth-child(3n + 1) {
    width: 50%;
    padding: 0px;
}
.cart-product .item {
    width: 100%;
    position: relative;
    display: inline-block;
    border-bottom: 1px solid #E6E6E6;
    padding: 15px 0px;
}
.cart-product .item:not(:last-child):after, .cart-product.is-last-border .item:last-child:after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0px;
    width: 125px;
    /*border: 4px solid #fff;*/
}
.cart-product:not(.is-last-border ) .item:last-child {
    border: 0px;
}

.cart-summary {
    width: 100%;
    position: relative;
    display: inline-block;
}

.cart-discount {
    float: left;
    display: inline-flex;
    position: relative;
    padding: 35px 0px;
    width: calc(100% - 500px);
}
.cart-discount .form-control {
    border-color: #C9C9C9;
    margin-right: 12px;
    padding: 8px 25px;
    width: 250px;
    max-width: calc(100% - 100px);
}

.cart-total {
    float: right;
    width: 500px;
    max-width: 100%;
    border-left: 1px solid #E4E4E4;
    padding: 35px;
    color: #fff;
}
.cart-total .form-group {
    margin: 0px;
    display: inline-block;
    width: 100%;
    padding: 10px 15px;
    margin-left: -15px;
    width: calc(100% + 30px);
}
.cart-total .form-group .item {
    float: left;
    width: 50%;
}
.cart-total .form-group .item.is-full {
    width: 100%;
}
.cart-total .form-group .item:nth-child(even) {
    text-align: right;
}
.cart-total big, .cart-total strong {
    font-size: 18px;
}
.cart-total hr {
    border-width: 6px;
    border-color: #F2F2F2;
    height: auto !important;
    margin-top: 15px;
    margin-bottom: 15px;
}
.cart-total.for-payment {
    width: 100%;
    border: 0px;
    padding: 20px 0px 0px;
}
.cart-total.for-payment .form-group {
    padding-top: 2px;
    padding-bottom: 2px;
}

.bg-red{
    background: #FFF2F2;
}

.cart-box {
    width: 100%;
    position: relative;
    margin-bottom: 50px;
}
.cart-box .cart-product .item {
    margin-left: -35px;
    width: calc(100% + 70px);
    padding-left: 35px;
    padding-right: 35px;
}
.cart-box .btn-box {
    padding: 25px 0px;
    text-align: center;
}
.cart-box .btn-box .btn {
    width: 320px;
    margin: 12px;
}
.cart-box .btn-box .btn-block {
    width: 100%;
    margin: 12px 0px;
}
.cart-box .container {
    position: relative;
}
.cart-box .btn-back {
    position: absolute;
    left: 15px;
    top: 35px;
    border-color: #000 !important;
}

.panel hr {
    margin-left: -35px;
    width: calc(100% + 70px);
    height: 1px;
    background: #E6E6E6;
} 

.card {
    background: #1c1c1c;
    border: 1px solid #E9E9E9;
    box-shadow: 0px 7px 45px -12px rgba(0, 0, 0, 0.28);
    border-radius: 15px;
    padding: 20px;
    margin-top: 25px;
}

.cart-card {
    margin-bottom: 50px;
}
.cart-card .card:hover {
    cursor: pointer;
    border-color: #999;
    transition: .3s ease 0s;
}

.card-product {
    width: 400px;
    max-width: 100%;
    position: relative;
    margin: 0 auto 30px;
}
.card-product .product-item {
    padding-left: 145px;
}
.card-product .product-item .img {
    width: 120px;
    height: 120px;
}
.card-product .form-group > label {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #555555;
    margin-bottom: 10px;
}
.card-product .in-stock {
    font-size: 12px;
    margin-top: 8px;
}

.modal-dialog.modal-md {
    width: 500px;
    max-width: 100%;
}
.modal-dialog.modal-sm {
    width: 400px;
    max-width: 100%;
}

.modal-footer.text-center {
    text-align: center;
}
.modal-footer .btn {
    min-width: 150px;
}

.alert-box {
    width: 300px;
    max-width: 100%;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #000000;
    margin: 20px auto;
}
.alert-box .img {
    height: 40px;
    margin: 0 auto;
    display: block;
}
.alert-box h3 {
    margin: 12px 0px;
}

.address-box {
    width: 100%;
    position: relative;
    display: inline-block;
    background: #1c1c1c;
    border: 1px solid #d88f21;
    border-radius: 13px;
    padding: 20px;
    color: #999;
    text-align: left;
}
.address-box .head {
    width: 100%;
    display: inline-block;
    color: #fff;
    margin-bottom: 10px;
}
.address-box .body p {
    margin-bottom: 5px;
}

.bank-box {
    width: 250px;
    max-width: 100%;
    background: #1c1c1c;
    border: 1px solid #D9D9D9;
    border-radius: 13px;
    padding: 10px 20px 5px;
    margin: 0 auto;
}
.bank-box .form-group label {
    width: 100%;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
}
.bank-box .form-group {
    background: #EFF5FF;
    border-radius: 5px;
    padding: 10px 5px;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    margin-bottom: 10px;
}
.bank-box .form-group.no-bg {
    background: transparent;
}
.bank-box .img img {
    height: 70px;
    margin: 5px;
}

.payment-control .card {
    width: 350px;
    max-width: 100%;
    margin: 30px auto;
}
.payment-control .panel {
    width: 700px;
    max-width: 100%;
    margin: 0px auto;
    overflow: hidden;
}

.payment-box {
    width: 100%;
    display: inline-block;
    position: relative;
}
.payment-box:after {
    content: '';
    position: absolute;
    left: 50%;
    top: -30px;
    height: calc(100% + 60px);
    width: 1px;
    background: #DCDCDC;
}
.payment-box .item {
    float: left;
    width: 50%;
    text-align: center;
    padding: 30px 15px;
}
.payment-box .item:nth-child(odd) {
    border: 0px;
}
.payment-box h4, .payment-box .font-h4 {
    margin-top: 0px;
    margin-bottom: 30px;
}
.payment-box .total {
    background: #d88f21;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #FFFFFF;
    padding: 18px 0px;
}

.btn-upload {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    cursor: pointer;
}
.btn-upload > input {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2;
    cursor: pointer;
}

.upload-box .img {
    width: 150px;
    margin: 0 auto;
}
.upload-box .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin: 0px 0px 20px;
}
.upload-box.for-avartar .img{
    float: left;
    width: 80px;
    height: 80px;
    border: 3px solid #d88f21;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 15px;
}
.upload-box.for-avartar {
    display: table;
}
.upload-box.for-avartar > * {
    display: table-cell;
    vertical-align: middle;
}

.success-box {
    width: 700px;
    max-width: 100%;
    background: #1c1c1c;
    border: 1px solid #EAEAEA;
    box-shadow: 0px 15px 45px -17px rgba(0, 0, 0, 0.21);
    border-radius: 15px;
    text-align: center;
    padding: 50px;
    margin: 0 auto;
    color: #fff;
}
.success-box .img {
    height: 65px;
}
.success-box .btn-box {
    margin: 35px auto 20px;
    width: 350px;
    max-width: 100%;
}
.success-box .btn-box .btn {
    margin: 5px;
}
.success-box .btn-box .btn-block {
    margin: 0px;
}

.section-member {
    width: 100%;
    position: relative;
    display: inline-block;
}
.section-member .member-menu {
    float: left;
    width: 280px;
}
.section-member .member-control {
    float: left;
    width: calc(100% - 280px);
    padding-left: 22px;
}
.section-member .member-control i {
    filter: invert(61%) sepia(65%) saturate(552%) hue-rotate(355deg) brightness(87%) contrast(93%);
}

.section-member .member-control i.m-icon-location {
    filter: none;
}
.section-member .member-control .m-icon-order {
    margin-top: -2px;
}

.section-member .member-control .profile-box table th {
    background-color: #d88f21;
    color: #000;
}
.section-member .member-control .profile-box table td {
    background-color: #1c1c1c;
    color: #fff;
}

.member-menu ul {
    background: #FFFFFF;
    border: 1px solid #E8E8E8;
    box-shadow: 0px 4px 29px -5px rgba(0, 0, 0, 0.28);
    border-radius: 13px;
    list-style: none;
}
.member-menu ul li a {
    width: 100%;
    padding: 25px 30px;
    border-top: 1px solid #E0E0E0;
    display: inline-block;
    position: relative;
}
.member-menu ul li.active a:after{
    content: '';
    position: absolute;
    top: 10%;
    left: 0px;
    width: 8px;
    height: 80%;
    background: #d88f21;
    border-radius: 0px 10px 10px 0px;
}
.member-menu ul li:first-child a {
    border: 0px;
}
.member-menu .text-icon {
    padding-left: 35px;
}
.member-menu .text-icon i{
    width: 20px;
    height: 20px;
}
.member-menu .btn-regis-box .btn {
    width: 100%;
    border-radius: 13px;
    padding: 20px 15px;
    margin-top: 10px;
}
.member-menu.is-page  {
    min-height: calc(100vh - 270px);
    width: 450px;
    max-width: 100%;
    margin: 0 auto;
}
.member-menu.is-page ul {
    border: 0px;
    box-shadow: none;
    border-radius: 0px;
}
.member-menu.is-page ul li {
    float: left;
    margin: 5px;
    width: calc(33.33% - 10px);
    background: #FFFFFF;
    border: 1px solid #E8E8E8;
    box-shadow: 0px 4px 29px -5px rgba(0, 0, 0, 0.28);
    border-radius: 13px;
    display: inline-block;
}
.member-menu.is-page ul li a {
    padding: 20px 8px 5px;
    border: 0px;
}
.member-menu.is-page .text-icon{
    padding: 0px;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    width: 100%;
}
.member-menu.is-page .text-icon i {
    position: relative;
    width: 28px;
    height: 28px;
    top: 0px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    margin-bottom: 5px;
    filter: invert(61%) sepia(65%) saturate(552%) hue-rotate(355deg) brightness(87%) contrast(93%);
}
.member-menu.is-page .text-icon span {
    width: 100%;
    display: inline-block;
    height: 36px;
    overflow: hidden;
}
.member-menu.is-page .btn-regis-box {
    margin: 20px 0px;
    display: inline-block;
    width: 100%;
}
.member-menu.is-page .btn-regis-box .btn {
    font-size: 14px;
    line-height: 18px;
    margin-top: 15px;
}

.member-control > .panel{
    padding: 40px 50px;
    box-shadow: 0px 4px 29px -5px rgba(0, 0, 0, 0.28);
    border-radius: 13px;
    overflow: hidden;
}
.member-control hr {
    margin: 15px 0px;
    width: calc(100% + 50px);
}

.profile-list {
    width: 100%;
    position: relative;
}
.profile-list .head {
    padding: 20px 0px;
}
.profile-list .head h4, .profile-list .head .font-h4 {
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    display: inline-block;
    margin: 0px;
}
.profile-list label {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #999;
}
.profile-list .form-group {
    margin-bottom: 20px;
}

.profile-img {
    width: 103px;
    height: 103px;
    border: 3px solid #d88f21;
    border-radius: 50%;
    object-fit: cover;
}

.profile-address, .profile-address label {
    width: 100%;
    position: relative;
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    color: #828282;
}
.profile-address .name {
    background: #d88f21;
    border-radius: 42px;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 10px;
    display: inline-block;
    padding: 4px 12px;
    margin-top: -5px;
}
.profile-address .btn-box {
    position: absolute;
    top: 0px;
    right: -5px;
}
.profile-address .btn-box i {
    width: 12px;
    height: 12px;
}
.profile-address .btn-box .btn {
    padding: 8px 5px;
}
.profile-address p {
    margin-bottom: 5px;
}

.profile-account p {
    color: #828282;
    margin-top: 10px;
}
.profile-account .password-bullet {
    font-size: 32px;
}

.form-box {
    width: 400px;
    max-width: 100%;
    display: block;
    margin: 0 auto 20px;
}
.form-box .form-control {
    padding-top: 20px;
    padding-bottom: 10px;
}
.form-box .form-control:not(:placeholder-shown) + label {
    color: #555 !important;
}
.form-box .form-control + label, .form-box .form-control:placeholder-shown + label {
    top: 23px;
}
.form-box .form-control:focus + label, .form-box .form-control:not(:placeholder-shown) + label {
    top: 10px;
}

.input-date {
    position: relative;
}
.input-date .form-control {
    padding-right: 40px;
}
.input-date i {
    position: absolute;
    right: 15px;
    top: 50%;
    width: 15px;
    height: 15px;
    font-size: 15px;
    margin-top: -7.5px;
}

.datepicker table tr th {
    font-size: 12px;
}

.change-pass-box {
    width: 850px;
    max-width: 100%;
    margin: 0 auto;
}
.change-pass-box > .panel {
    padding: 50px;
}
.change-pass-box form {
    width: 400px;
    max-width: 100%;
    margin: 20px auto;
}

.table-order td {
    vertical-align: middle !important;
    padding: 15px 5px !important;
    position: relative;
    border-color: #E6E6E6 !important;
}
.table-order td:last-child:after {
    content: '';
    position: absolute;
    right: -50px;
    border-top: 1px solid #E6E6E6;
    width: 50px;
    top: -1px;
}
.table-order p {
    margin: 0px;
}

.order-detail-box {
    width: 100%;
    position: relative;
}
.order-detail-box i.m-icon-order {
    filter: invert(61%) sepia(65%) saturate(552%) hue-rotate(355deg) brightness(87%) contrast(93%);
}

.order-detail-box .head {
    padding: 30px 0px;
}
.order-detail-box .cart-total {
    width: 350px;
    padding: 15px 25px 30px;
    overflow: hidden;
}
.order-detail-box .cart-total hr {
    margin-left: -25px;
}
.order-detail-box .cart-discount {
    width: calc(100% - 350px);
}
.order-detail-box .cart-list {
    width: calc(100% + 50px);
}
.order-detail-box .cart-product .item {
    padding-right: 50px;
}
.order-detail-box .cart-product:after {
    left: -50px;
}

.btn-order-payment {
    width: 170px;
    max-width: 100%;
    padding: 12px 25px;
}

.tracking-detail .btn {
    margin-left: 15px;
    font-weight: 500;
}

#copylink, .copylink {
    opacity: 0; 
    position:absolute;
    z-index: -1;
}

.w-box {
    width: 100%;
    position: relative;
    margin: 20px 0px;
    display: inline-block;
}
.w-box .btn-action {
    position: absolute;
    right: 15px;
    bottom: 15px;
}
.w-box .btn-action i {
    width: 15px;
    height: 15px;
}
.w-box .product-item {
    margin-bottom: 30px;
}

.btn-filter, .form-filter .btn-action, .form-filter .btn-box-mobile {
    display: none;
}
.btn-filter i {
    width: 25px;
    height: 25px;
    filter: invert(81%) sepia(42%) saturate(4072%) hue-rotate(344deg) brightness(88%) contrast(91%);
}

.title-box {
    margin: 35px 0px;
}
.title-box h1, .title-box h2,.title-box h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    margin-bottom: 15px;
}

.about-img {
    border-radius: 22px;
}

.user-box {
    text-align: center;
    margin: 30px auto;
    display: block;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #555555;
}
.user-box .img {
    width: 100px;
    height: 100px;
    border: 3px solid #d88f21;
    border-radius: 50%;
    object-fit: cover;
}
.user-box p {
    margin: 12px 0px 0px;
}

.btn-logout {
    color: #000 !important;
    line-height: 16px !important;
}

.autocomplete-suggestions {
    background: #FFFFFF;
    border: 1px solid #E1E1E1;
    border-radius: 13px;
    padding: 10px 0px;
    color: #333333;
    font-size: 12px;
    line-height: 18px;
    margin-top: 8px;
    overflow-y: auto;
    width: 245px !important;
    max-width: 100%;
    position: fixed !important;
    z-index: 2000 !important;
    top: 100px !important;
    right: 15px !important;
}
.autocomplete-suggestion {
    padding: 6px 15px;
    cursor: pointer;
}
.autocomplete-suggestion:hover {
    color: #d88f21;
}

.section-product-detail h2 {
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}

.profile-address.is-box-select .radio > label {
    background: #1c1c1c;
    border: 1px solid #E6E6E6;
    border-radius: 13px;
    padding: 20px 20px 10px 40px;
    transition: .3s ease 0s;
}
.profile-address.is-box-select .radio > label:before {
    top: 20px;
    left: 15px;
}
.profile-address.is-box-select .radio > label::after {
    top: 24px;
    left: 19px;
}
.profile-address.is-box-select:hover .radio > label, .profile-address.is-box-select input:checked + label {
    border-color: #d88f21;
}

.mfp-bg {
    z-index: 2500;
}
.mfp-wrap {
    z-index: 2501;
}

.row.is-reverse > div:nth-child(odd) {
    float: right;
}
.row.is-reverse > div:nth-child(even) {
    float: left;
}

.row.is-small {
    margin-left: -8px;
    margin-right: -8px;
}
.row.is-small .col {
    padding: 0px 8px;
}  

.order-box {
    position: relative;
}

.empty {
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: #4D657B;
    margin: 50px 0px;
}
.empty img {
    width: 60px;
    margin-bottom: 8px;
}
.empty p {
    margin-bottom: 5px;
}
.empty .btn-box {
    width: 100%;
    margin: 15px 0px;
    text-align: center;
}

/* 2022-08-17 */
.payment-box .form-datetime {
    width: 100%;
    position: relative;
}
.payment-box .form-datetime .form-group > label {
    float: left;
}
.payment-box .form-group.label-inline  {
    position: relative;
    display: inline-block;
} 
.payment-box .form-group.label-inline > div {
    float: left;
    width: calc(100% - 35px);
}
.payment-box .form-group.label-inline > label {
    float: left;
    width: 35px;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    margin-top: 8px;
    text-align: left;
}
.payment-box .form-group.label-inline .form-control {
    padding: 7px 10px;
    font-size: 12px;
    line-height: 18px;
    color: #FFF;
    background-color: #1c1c1c !important;
}
.payment-box .form-group.label-inline .input-group-addon {
    padding: 0px;
    background-color: #1c1c1c;
    color: #FFF;
}
.payment-box .form-group.label-inline .required {
    padding-left: 35px;
    font-size: 11px;
}
.payment-box .upload-box {
    border: 1px solid #EBEBEB;
    border-radius: 8px;
    padding: 15px;
}
.payment-box .upload-box {
    display: table;
    width: 100%;
    min-height: 150px;
}
.payment-box .upload-box .img {
    width: auto;
    display: inline-block;
}
.payment-box .upload-box .img img {
    width: 120px;
}
.payment-box .upload-box > div {
    display: table-cell;
    vertical-align: middle;
}
.payment-box .item {
    padding: 30px;
}
.input-date i {
    right: 8px;
    filter: invert(61%) sepia(65%) saturate(552%) hue-rotate(355deg) brightness(87%) contrast(93%);
}

.payment-box .input-group {
    background-color: #1c1c1c;
}

/* 2022-09-19 */
.navbar .navbar-nav .dropdown-menu > li.active > a:after {
    display: none;
}
.sitemap {
    width: 100%;
    position: relative;
    font-size: 15px;
    line-height: 27px;
    margin-bottom: 30px;
}
.sitemap .group {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 50px;
}
.sitemap ul {
    list-style: none;
    margin-bottom: 10px;
}
.sitemap .title {
    border-bottom: 1px solid #eee;
    padding: 10px 0px;
    font-size: 32px;
    line-height: 42px;
    margin: 0px 0px 15px;
    width: 100%;
}
.sitemap .subtitle {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 5px;
}
.sitemap .item {
    width: 33.33%;
    padding-right: 15px;
}
.sitemap a {
    color: #d88f21;
    transition: .3s ease 0s;
}
.sitemap a:hover {
    text-decoration: underline !important;
}

/* 2022-10-28 */
.product .item .info .inner {
    height: 65px;
    overflow: hidden;
}
.product .item .price {
    height: 22px;
}

/* 2022-11-13 */
.banner.owl-carousel .owl-dots {
    width: 100%;
    text-align: center;
    right: 0;
    left: 0;
    top: auto;
    transform: none;
    bottom: 20px;
}
.product .item .info {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    height: 55px;
    overflow: hidden;
}
.price small, .product-form .price small {
    float: left;
    text-decoration: none !important;
    margin-right: 5px;
    font-size: 100%;
    position: relative;
    padding-right: 8px;
    margin-left: 0px;
}
.price small:before, .product-form .price small:before {
    content: '';
    position: absolute;
    width: calc(100% - 8px);
    border: 1px solid #999;
    transform: rotate(-10deg);
    transform-origin: right bottom;
    top: 5px;

}
.price small:after, .product-form .price small:after {
    content: '/';
    position: absolute;
    right: 0px;
    top: 0px;
}
.select select {
    position: relative;
    z-index: 1;
}
.cart-product.for-select .form-group:last-child {
    width: 80px;
}
.cart-product.for-select .form-group:nth-child(2) {
    width: calc(50% - 80px);
}

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.animate__bounceIn {
	-webkit-animation-duration: 1s;
  	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
  	animation-fill-mode: both;
  	-webkit-animation-duration: calc(1s * 0.75);
  	animation-duration: calc(1s * 0.75);
  	-webkit-animation-name: bounceIn;
  	animation-name: bounceIn;
}

/* 2022-12-11 */
.sold-out {
    position: absolute;
    color: #FE2222;
    background: rgb(245 208 208 / 50%);
    border: 2px solid #FE2222;
    padding: 14px 15px 10px;
    font-weight: 700;
    z-index: 2;
    top: 60px;
    left: 46%;
    width: 80%;
    text-align: center;
    font-size: 30px;
    line-height: 32px;
    -webkit-transform: rotate(-28deg) translateX(-50%);
    -moz-transform: rotate(-28deg) translateX(-50%);
    -ms-transform: rotate(-28deg) translateX(-50%);
    -o-transform: rotate(-28deg) translateX(-50%);
    transform: rotate(-28deg) translateX(-50%);
}
.banner, .banner .item {
    width: 100%;
    height: 66.667vw;
}

.product-img .owl-thumbs .owl-thumb-item {
    transition: .3s ease 0s;
}
.product-img .owl-thumbs .owl-thumb-item:nth-child(n+6) {
    height: 0px !important;
}
.product-img .owl-thumbs-control.open .owl-thumbs .owl-thumb-item:nth-child(n+6) {
    height: 80px !important;
}
.product-img .owl-thumbs-control.open .number {
    display: none;
}

.owl-thumbs-control {
    position: relative;
}
.owl-thumbs-control .number {
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 8px;
    text-align: center;
    line-height: 80px;
    z-index: 2;
    background: #bbb;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    top: 15px;
    right: 8px;
    cursor: pointer;
}
.banner .item .bg {
    background-position: center;
}
.input-amount.is-disabled {
    position: relative;
}
.input-amount.is-disabled .input-group-addon, .input-amount.is-disabled .form-control {
    border: 0px !important;
    color: #aaa;
}
.input-amount.is-disabled:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.1);
    cursor: not-allowed;
    z-index: 1;
}
.img-product {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border: 1px solid #E3E3E3;
    border-radius: 5px;
    overflow: hidden;
}

/* Begin float */

.float {
    position: fixed;
    bottom: 92px;
    right: 24px;
    text-align: center;
    z-index: 1000;
}

.float .trigger {
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    position: relative;
    /* background: #b83434; */
    color: #fff;
    height: 60px;
    width: 60px;
    vertical-align: middle;
    animation: 1.5s linear 0s infinite normal pulse;
    transition: ease-in-out 0.2s;
    cursor: pointer;
}

/* .float .trigger:hover {
    transform: scale(1.1);
} */

.float.open .trigger .fa::before {
    content: "\f00d";
}

.float .trigger .fa::after {
    transition: ease-in-out 1s;
}

.fab.open .trigger i {
    transition: all 0.4s ease;
    transform: translateY(5px) rotate(360deg);
}

.float i {
    font-size: 28px;
    line-height: 58px;
}

.float .actions {
    opacity: 0;
    transition: opacity 0.4s ease;
}

.float.open .actions {
    opacity: 1;
}

.float .p-info {
    position: absolute;
    opacity: 0;
    transition: transform 0.4s ease;
    transition: all 0.4s ease;
    transform: translateY(-156px);
    right: 60px;
    width: 100%;
    height: auto;
}

.float.open .p-info {
    opacity: 1;
    position: absolute;
    transition: transform 0.4s ease;
    transition: all 0.4s ease;
    transform: translateY(-186px);
    right: 60px;
    width: 40px;
    height: 40px;

}

.float .p-phone a {
    position: absolute;
    top: 0;
    background: #fff;
    color: #333;
    height: 60px;
    width: 60px;
    line-height: 40px;
    transition: transform 0.4s ease;
    transform: translateY(50px);
    transition: all 0.4s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    right: -50px;
    opacity: 0 transition-delay:0.2s;
}

.float.open .p-phone a {
    position: absolute;
    top: 0;
    background: #fff;
    color: #333;
    height: 60px;
    width: 60px;
    line-height: 40px;
    transition: transform 0.4s ease;
    transform: translateY(50px);
    transition: all 0.4s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    right: 10px;
    transition-delay: 0.2s;
}

.float.open .p-phone a:hover {
    background: #25d366;
    color: white;
}

.float .p-whatsapp a {
    position: absolute;
    opacity: 0;
    background: #fff;
    color: #333;
    height: 60px;
    width: 60px;
    line-height: 40px;
    transition: transform 0.4s ease;
    right: 80px;
    transform: translateY(50px);
    transition: all 0.4s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    right: -50px;
    transition-delay: 0.3s;
    transform-origin: right center 0;
}

.float.open .p-whatsapp a {
    position: absolute;
    top: 0;
    opacity: 1;
    background: #fff;
    color: #333;
    height: 60px;
    width: 60px;
    line-height: 40px;
    transition: transform 0.4s ease;
    right: 80px;
    transform: translateY(50px);
    transition: all 0.4s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    transition-delay: 0.2s;
}

.float.open .p-whatsapp a:hover {
    background: #25d366;
    color: white;

}

.float .p-image {
    top: 100px;
    position: absolute;
    right: -65px;
    transition: all 0.4s ease;
    transition: transform 0.4s ease;
    border-radius: 50%;
}

.float.open .p-image {}

.float .p-image img {
    top: 0;
    position: absolute;
    right: 3px;
    transition: all 0.4s ease;
    border-radius: 50%;
    transform: translateY(20px);
}

.float.open .p-image img {
    top: 0;
    position: absolute;
    right: 3px;
    transition: all 0.4s ease;
    border-radius: 50%;
    transform: translateY(-50px);
}

.float .p-tooltip {
    right: 155px;
    font-size: 16px;
    line-height: 5px;
    opacity: 1;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    width: 25vw;
    height: 55px;
    border-radius: 25px;
    /* transform: translateY(52px);
    transition-delay: 0.3s; */
    /* position: absolute;
    right: 0;
    transition-delay: 0.3s;
    transform-origin: right center 0;
    transition: all 0.8s ease;
    transform: translateY(50%) scale(0);
    top: 0;
    right: -50px;
    width: 25vw;
    line-height: 5px;
    border-radius: 25px; */
}

/* .float.open .p-tooltip {
    right: 155px;
    font-size: 16px;
    line-height: 5px;
    opacity: 1;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    width: 25vw;
    height: 55px;
    border-radius: 25px;
    transform: translateY(52px);
    transition-delay: 0.3s;
} */

/* .float .p-tooltip p {
    font-size: 16px;
    font-weight: bold;
} */

.float.open .p-tooltip p {
    font-size: 16px;
    font-weight: bold;
}



.float .actions .p-info:nth-child(1) {
    transform: translateY(-190px)
}

.float .actions .p-info:nth-child(2) {
    transform: translateY(-260px)
}

.float .actions .p-info:nth-child(3) {
    transform: translateY(-330px)
}

.float .actions .p-info:nth-child(4) {
    transform: translateY(-400px)
}

.float .actions .p-info:nth-child(5) {
    transform: translateY(-470px)
}

.float .actions .p-info:nth-child(6) {
    transform: translateY(-540px)
}

/* Animations */
/* @keyframes pulse {
    0% {
        box-shadow: 0px 1px 0px 3px #ab1a1a30, 0px 0px 0px 0px #ef242450;
    }

    30% {
        box-shadow: 0px 1px 0px 3px #ab1a1a30, 0px 0px 0px 5px #ef242450;
    }

    70% {
        box-shadow: 0px 1px 0px 3px #ab1a1a30, 0px 0px 0px 15px #ef242410;
    }

    100% {
        box-shadow: 1px 1px 2px 1px #ab1a1a30, 0px 0px 0px 20px transparent;
    }
} */

/* =================================================================
   Dropdown Select Fix - สำหรับแก้ปัญหา dropdown อ่านไม่ออก
   ================================================================= */

/* กำหนดสีพื้นฐานสำหรับ form controls */
.form-control {
    color: #333; /* สีดำสำหรับ text ปกติ */
}

/* สำหรับ select dropdowns โดยเฉพาะ */
select.form-control {
    color: #333 !important;
    background: #fff !important;
    background-color: #fff !important;
    /* แสดงลูกศร dropdown */
    -webkit-appearance: menulist !important;
    -moz-appearance: menulist !important;
    appearance: menulist !important;
}

/* สำหรับ option ใน dropdown */
select.form-control option,
.form-group.select select option {
    color: #333 !important;
    background: #fff !important;
    background-color: #fff !important;
}

/* Override สำหรับหน้า dropship โดยเฉพาะ */
body[class*="dropship"] select.form-control,
body[class*="dropship"] select.form-control option {
    color: #333 !important;
    background: #fff !important;
}

/* สำหรับ input text ปกติให้ยังคงเป็นสีขาวตามเดิม */
input[type="text"].form-control,
input[type="email"].form-control,
input[type="password"].form-control,
input[type="tel"].form-control,
textarea.form-control {
    color: #FFF; /* คืนค่าสีขาวสำหรับ input text */
}

/* สำหรับ hover และ focus states ของ dropdown */
select.form-control:hover,
select.form-control:focus {
    color: #333 !important;
    background: #fff !important;
    border-color: #d88f21;
}
