/*============================================================================
   #Webcms
==============================================================================*/
body {
    background: #fff;
    font-family: Quicksand, sans-serif;
}
body {
  font-family: Quicksand, sans-serif;
  --wp--preset--color--black: #000000;
  --wp--preset--color--cyan-bluish-gray: #abb8c3;
  --wp--preset--color--white: #ffffff;
  --wp--preset--color--pale-pink: #f78da7;
  --wp--preset--color--vivid-red: #cf2e2e;
  --wp--preset--color--luminous-vivid-orange: #ff6900;
  --wp--preset--color--luminous-vivid-amber: #fcb900;
  --wp--preset--color--light-green-cyan: #7bdcb5;
  --wp--preset--color--vivid-green-cyan: #00d084;
  --wp--preset--color--pale-cyan-blue: #8ed1fc;
  --wp--preset--color--vivid-cyan-blue: #0693e3;
  --wp--preset--color--vivid-purple: #9b51e0;
  --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%);
  --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
  --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
  --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgb(207, 46, 46) 100%);
  --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
  --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
  --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
  --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
  --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
  --wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
  --wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
  --wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
  --wp--preset--duotone--dark-grayscale: url('#wp-duotone-dark-grayscale');
  --wp--preset--duotone--grayscale: url('#wp-duotone-grayscale');
  --wp--preset--duotone--purple-yellow: url('#wp-duotone-purple-yellow');
  --wp--preset--duotone--blue-red: url('#wp-duotone-blue-red');
  --wp--preset--duotone--midnight: url('#wp-duotone-midnight');
  --wp--preset--duotone--magenta-yellow: url('#wp-duotone-magenta-yellow');
  --wp--preset--duotone--purple-green: url('#wp-duotone-purple-green');
  --wp--preset--duotone--blue-orange: url('#wp-duotone-blue-orange');
  --wp--preset--font-size--small: 13px;
  --wp--preset--font-size--medium: 20px;
  --wp--preset--font-size--large: 36px;
  --wp--preset--font-size--x-large: 42px;
}

.has-black-color {
  color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-color {
  color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-color {
  color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-color {
  color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-color {
  color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-color {
  color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-color {
  color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-color {
  color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-color {
  color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-color {
  color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-color {
  color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-color {
  color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-background-color {
  background-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-background-color {
  background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-background-color {
  background-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-background-color {
  background-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-background-color {
  background-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-background-color {
  background-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-background-color {
  background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-background-color {
  background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-background-color {
  background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-background-color {
  background-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-border-color {
  border-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-border-color {
  border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-border-color {
  border-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-border-color {
  border-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-border-color {
  border-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-border-color {
  border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-border-color {
  border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-border-color {
  border-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-border-color {
  border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-border-color {
  border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-border-color {
  border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-border-color {
  border-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
  background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;
}

.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
  background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;
}

.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
  background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;
}

.has-luminous-vivid-orange-to-vivid-red-gradient-background {
  background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
}

.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
  background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;
}

.has-cool-to-warm-spectrum-gradient-background {
  background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}

.has-blush-light-purple-gradient-background {
  background: var(--wp--preset--gradient--blush-light-purple) !important;
}

.has-blush-bordeaux-gradient-background {
  background: var(--wp--preset--gradient--blush-bordeaux) !important;
}

.has-luminous-dusk-gradient-background {
  background: var(--wp--preset--gradient--luminous-dusk) !important;
}

.has-pale-ocean-gradient-background {
  background: var(--wp--preset--gradient--pale-ocean) !important;
}

.has-electric-grass-gradient-background {
  background: var(--wp--preset--gradient--electric-grass) !important;
}

.has-midnight-gradient-background {
  background: var(--wp--preset--gradient--midnight) !important;
}

.has-small-font-size {
  font-size: var(--wp--preset--font-size--small) !important;
}

.has-medium-font-size {
  font-size: var(--wp--preset--font-size--medium) !important;
}

.has-large-font-size {
  font-size: var(--wp--preset--font-size--large) !important;
}

.has-x-large-font-size {
  font-size: var(--wp--preset--font-size--x-large) !important;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir='rtl'] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.btn-primary {
    background-color: #303E48;
    border-color: #303E48;
    border-radius: 0
}

a {
    text-decoration: none;
    color: #4a4a4a
}

p {
    margin-top: 0;
    margin-bottom: .6rem
}

.logged-in {
    padding-top: 32px
}

.wrap-form .form-control {
    border-radius: 5px
}

.container-mw {
    max-width: 1800px;
    margin: 0 auto;
    transition: left .2s ease-in
}

.wrap-brand a {
    color: #fff
}

.wrap-brand a.active {
    font-weight: 700;
    color: #000
}

.top-bar {
    background: #303E48
}

.top-bar .wrap-brand a {
    display: inline-block;
    padding: 9px 14px
}

.top-bar .wrap-brand a.active {
    background: #fff
}

.top-bar .wrap-brand a.active img {
    -webkit-filter: invert(.6);
    filter: invert(.6)
}

.top-bar .wrap-brand img {
    max-width: 70px
}

.bg-nau {
    background: #964F4E
}

.top-info {
    background: #0E1D49;
    padding: 5px 0
}

.top-info a {
    font-size: 13px
}

.banner-inner {
    background: #964F4E
}

.banner-content {
    width: 100%
}

.banner-content h2 {
    color: #303e48;
    font-family: interstate, sans-serif;
    font-weight: 600;
    font-style: normal;
    letter-spacing: .05em;
    text-transform: uppercase;
    display: block;
    margin: 0 0 1rem;
    line-height: 1em;
    font-size: calc(20px + (30 - 20) * ((100vw - 375px)/(1920 - 375)))
}

.primary-logo a {
    font-size: 26px;
    letter-spacing: 2px;
    color: #000
}

#main-menu {
    margin: 0;
    padding: 0;
    list-style: none
}

#main-menu>li {
    padding: 20px 0
}

#main-menu li a {
    font-weight: 700;
    display: inline-block;
    margin-right: 15px;
    color: #000000
    font-size: 18px;
}

#main-menu>li:hover .sub-menu-1 {
    display: block
}

#main-menu .sub-menu-1:hover {
    display: block!important
}

.cta-link-text {
    border-bottom: 2px solid #555;
    margin-top: 10px;
    display: inline-block
}

#right-menu {
    margin: 0;
    padding: 0;
    list-style: none
}

#right-menu svg {
    max-width: 30px
}
#right-menu li{
  cursor:pointer;
}
#right-menu li a {
    display: inline-block;
    margin-left: 15px
}

#right-menu .header-search-icon a {
    display: flex;
    align-items: center;
    color: #333;
    font-weight: 700
}

#right-menu .header-search-icon .search-label {
    position: relative;
    top: 2px
}

#right-menu .nav-icon.bag {
    width: 18px;
    height: 22px;
    display: inline-block
}

#right-menu .nav-icon.phone {
    width: 25px;
    height: 22px;
    display: inline-block
}

#right-menu .nav-icon.account {
    width: 23px;
    height: 22px;
    display: inline-block
}

#right-menu .nav-icon.search {
    width: 19px;
    height: 18px;
    position: relative;
    top: -2px;
    left: -4px
}

.category-menu {
    font-size: 14px
}

.category-menu li {
    margin-bottom: 4px
}

.footer-info {
    font-size: 14px;
    margin: 10px 0!important;
    color: #444
}

.footer-info .icon-m {
    margin-right: 5px
}

.cta-buttons>div {
    padding: 0 10px
}

.cta-buttons>div a {
    color: #fff;
    font-size: 13px;
    display: inline-block;
    padding-bottom: 3px;
    border-bottom: 2px solid #fff
}

.sub-menu-1 {
    position: absolute;
    left: 0;
    top: 50px;
    display: none;
    z-index: 999;
    width: 100%;
    min-height: 300px;
    background-color: #fff
}

.sub-menu-1 ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.product-item .product-img {
    margin-bottom: 5px
}

.product-item .product-img img {
    width: 100%;
    background: #f1f1f1;
    height: 100%;
        aspect-ratio: 1/1;
}
.product-item-index .product-img img {
    width: 100%;
    background: #f1f1f1;
    height: 100%;
        aspect-ratio: 1/1;
}
.product-item .product-swatches .swatch-list {
    height: 30px;
    list-style: none;
    padding: 0;
    margin-bottom: 5px;
    display: flex
}

.product-item .product-swatches .swatch-list li {
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 1px;
    cursor: pointer;
    height: 43px;
    width: 44px;
    overflow: hidden;
    text-align: center;
    margin-right: 5px
}

.product-item .product-swatches .swatch-list li img {
    border-radius: 50%;
    width: 38px
}

.product-item .product-swatches .swatch-list li img.active {
    border: 1px solid #ddd
}

.product-item .product-swatches .swatch-list li.active {
    border: 1px solid #000
}

.widget-title {
    font-size: 20px
}

.product-categories {
    margin: 0;
    padding: 0;
    list-style: none
}

.product-categories li {
    margin-bottom: 5px
}

.product-categories a {
    font: 16px;
    color: #000
}

.product-content {
    max-width: 800px;
    margin: 0 auto
}

.product-content img {
    max-width: 100%;
    height: auto
}

.gallery-thumbnail {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    display: none
}

.product>.row>.col-md-6.p-4 {
    padding: 1rem!important
}

.product-meta .price ins,
.product-meta .price>.amount {
    font-size: 28px;
    text-decoration: none;
    margin-right: 10px;
    font-weight: 700
}

.product-meta .price del {
    font-size: 18px;
    text-decoration: line-through
}

.product-meta .tck-m {
    font-size: 12px;
    border-style:hidden;
}

.product-meta .tck-m svg {
    width: 20px;
    margin-right: 3px
}

.product-meta .product-name {
    font-size: 24px
}

.product-meta button.add-to-cart {
    height: 35px;
    font-weight:700;
    text-transform: uppercase;
    background-color: #ff4000;
    color: #fff;
    border-radius: 4px;
    min-width: 250px;
    margin-bottom: 0;
    padding: 0;
    border: 0
}

.product-meta .product-attribute .name {
    margin-bottom: 10px;
    font-size: 16px;
    color:#000000;
    font-weight:700;
}

.product-meta .attibutes-m,
.quantity-attribute {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex
}

.product-meta .attibutes-m li,
.quantity-attribute li {
    cursor: pointer;
    padding: 6px 10px;
    height: 40px;
    width: 40px;
    font-size: 13px;
    text-align: center;
    line-height: 23px;
    border: 2px solid #ccc;
    margin-right: 4px
}

.product-meta .attibutes-m li.image {
    padding: 2px;
    height: auto
}

.product-meta .attibutes-m li.active,
.quantity-attribute li.active {
    border-color: rgba(255, 64, 0, 1.0);

}
.product-meta .attibutes-m li.image.active{
   border-color: #fcc158;
}

.product-meta .attibutes-m li.hide {
    display: none
}

.product-categories .count {
    float: right
}

ul.page-numbers {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px
}

ul.page-numbers li {
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    margin: 4px;
    background: #ececec;
    border-radius: 4px
}

ul.page-numbers li a {
    display: block;
    width: 40px;
    height: 40px
}

.product-loop .product {
    margin-bottom: 15px
}

footer {
    color: #fff;
    font-family: Quicksand, sans-serif;
    background-color: #0b2960;
    padding: 50px 0 10px 0;
}

footer .title-widget {
    font-size: 14px;
    font-weight: 700;
    color: #333
}

footer .category-menu {
    margin: 0;
    padding: 0;
    list-style: none
}

footer .category-menu li a {
    color: #666
}

footer .footer-bottom {
    font-size: 13px;
    color: #555;
    background-color: #e4e4e4
}

#comment-wrap {
    margin-top: 10px;
    width: 100%;
    clear: both;
    padding: 10px;
    border: 1px dashed #ddd;
    border-radius: 10px
}

.comment-wrap-count {
    font-family: Helvetica;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    color: #191f28;
    border-bottom: solid 1px #e5e5e5;
    padding-bottom: 5px;
    margin-bottom: 15px
}

.media img {
    height: 48px!important;
    width: 48px!important;
    float: left;
    width: 20%
}

.mr-3,
.mx-3 {
    margin-right: 1rem!important
}

.media {
    margin-top: 15px
}

.media-body {
    font-family: Helvetica;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
    color: #373737;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.media-body h5 {
    font-family: Helvetica;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    color: #3b5998;
    line-height: 1.1;
    margin-top: 0
}

.media-body h5 span.add {
    font-family: Helvetica;
    font-size: 14px;
    text-align: left;
    color: #878787;
    font-weight: 400;
    margin-left: 5px
}

.action {
    padding-top: 10px;
    height: 35px
}

.action .rep,
.action .like {
    font-family: Helvetica;
    font-size: 12px;
    text-align: left;
    color: #3b5998;
    float: left;
    margin-right: 5px
}

.action .rep,
.action .like {
    font-family: Helvetica;
    font-size: 12px;
    text-align: left;
    color: #3b5998;
    float: left;
    margin-right: 5px
}

.action i {
    color: #3b5998;
    float: left;
    margin-left: 10px
}

.action .date {
    font-family: Helvetica;
    font-size: 12px;
    text-align: left;
    color: #878787;
    float: left;
    margin-left: 10px
}

.btn-taithem {
    margin-top: 15px;
    height: 46px;
    background-color: transparent;
    font-family: Helvetica;
    font-size: 14px;
    text-align: center;
    color: #4080ff;
    width: 100%;
    border: 1px solid #4080ff;
    border-radius: 0;
    cursor: pointer
}

.btn-taithem:hover {
    background-color: silver
}

@media (max-width:600px) {
    .bottom-s {
        display: none
    }
    .menu-mobile-bar {
        right: 10px;
        top: 8px!important
    }
    .line-clamp {
        height: auto!important
    }
    .line-clamp {
        padding-top: 5px;
        font-size: 12px!important;
        line-height: 16px!important
    }
    .home-products {
        padding: 0 10px
    }
    .fixed {
        padding: 10px 0
    }
    .fixed #right-menu {
        display: none!important
    }
    .scroll-to-form {
        display: block!important;
        position: relative;
        top: 14px
    }
    .fixed .menu-mobile-bar {
        top: 7px
    }
    .bottom-cart {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 50px;
        background: #333;
        z-index: 99999;
        text-align: center;
        color: #fff
    }
    .top-bar .wrap-brand img {
        max-width: 55px
    }
    .flex-mb-column {
        flex-direction: column
    }
    button.add-to-cart {
        width: 100%
    }
    .product-item {
        padding: 0!important
    }
    .product-loop {
        padding: 0 10px
    }
    .main-header {
        background: #fff;
    }
    .mb-p-0 {
        padding: 0
    }
    .product_title {
        font-size: 22px
    }
    .product-pricing ins bdi {
        font-size: 16px!important
    }
    .product-pricing del bdi {
        font-size: 13px!important
    }
}

@media (max-width:960px) {
    .woo-sidebar{
      display: none;
    }
    .product-meta button.add-to-cart {
        height: 55px
    }
    .main-header {
        padding: 10px 0
    }
    .menu-mobile-bar {
        position: fixed;
        right: 10px;
        top: 19px
    }
    .menu-toggle {
        z-index: 3004;
        left: initial;
        position: absolute;
        top: 0;
        margin: 0;
        padding: 0 13px;
        padding: 0;
        right: 7px;
        top: 12px;
        background: #00000045;
        width: 35px;
        height: 34px;
        border-radius: 50%
    }
    .menu-panel {
        position: fixed;
        left: -100%;
        top: 0;
        z-index: 999;
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0, .5);
        transition: all 0.5s
    }
    .menu-panel.in {
        left: 0;
        z-index:9999;
    }
    .menu-panel .wrap-menu-sidebar {
        padding: 20px;
        background-color: #fff;
        width: 320px;
        height: 100%
    }
    .menu-panel .wrap-menu-sidebar .logo-mobile {
        text-align: center
    }
    .menu-panel .wrap-menu-sidebar #mobile-menu {
        margin: 0;
        padding: 0;
        list-style: none;
        text-align: center
    }
    .menu-panel .wrap-menu-sidebar #mobile-menu li {
        border-bottom: 1px solid #ddd;
        padding: 6px 0
    }
    .menu-panel .wrap-menu-sidebar #mobile-menu li a {
        font-size: 20px;
        display: block
    }
}

.wrap-form{
  padding-top:20px;
}

@media (min-width:1000px) {
    /*.main-header {*/
    /*    border: 1px solid #dddd;*/
    /*    margin-bottom: 20px*/
    /*}*/
}

@media (min-width:1280px) {
    .h1,
    h1 {
        font-size: 2rem
    }
    .pr-sm-0 {
        padding-right: 0;
        padding-left: 0
    }
    .woo-sidebar {
        width: 270px
    }
    h1 {
        font-size: 25px
    }
    #main {
        padding-left: 60px;
        padding-right: 60px
    }
    #product-detail-gallery .carousel-item img {
        max-width: 700px;
        margin: 0 auto
    }
    .product-content.shrink {
        height: 2470px!important
    }
}

@media (max-width:1600px) {
    .product-content {
        max-width: 600px;
        margin: 0 auto
    }
}

@media (min-width:1367px) {
    #product-detail-gallery .carousel-item img {
        max-width: 800px;
        margin: 0 auto
    }
}
.product-pricing{
   display: flex;
}
.product-pricing ins {
    margin-right: 10px;
    text-decoration: none
}

.product-pricing ins bdi {
    font-size: 22px
}

.product-content.shrink {
    height: 1500px
}

.product-content {
    padding-bottom: 40px;
    position: relative;
    overflow: hidden
}

.view-more-wrap {
    position: absolute;
    display: flex;
    bottom: 0;
    left: 0;
    background-color: red;
    height: 64px;
    width: 100%;
    background-color: #ffffffed;
    justify-content: center;
    align-items: center
}

.view-more-product-content {
    padding: 5px 15px;
    border: 2px solid #000;
    font-weight: 700
}

.text-red {
    color: #e91e63
}

.loading {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7)
}

.loading.in {
    display: flex;
    align-items: center;
    justify-content: center
}

@media (min-width:0) {
    .g-mr-15 {
        margin-right: 1.07143rem!important
    }
}

@media (min-width:0) {
    .g-mt-3 {
        margin-top: 0.21429rem!important
    }
}

.g-height-50 {
    height: 50px
}

.g-width-50 {
    width: 50px!important
}

@media (min-width:0) {
    .g-pa-30 {
        padding: 2.14286rem!important
    }
}

.g-bg-secondary {
    background-color: #fafafa!important
}

.u-shadow-v18 {
    border: 1px solid #ececec;
    box-shadow: 0 5px 10px -6px rgba(0, 0, 0, .15)
}

.g-color-gray-dark-v4 {
    color: #777!important
}

.g-font-size-11 {
    font-size: 11px
}

.media-comment {
    margin-top: 10px
}

.new-comments {
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 20px
}

.media img {
    height: 30px!important;
    width: 30px!important;
    float: left;
    width: 20%
}

.avatar-m {
    width: 30px;
    float: left;
    margin-right: 10px
}

.jq-stars {
    display: inline-block
}

.jq-rating-label {
    font-size: 22px;
    display: inline-block;
    position: relative;
    vertical-align: top;
    font-family: helvetica, arial, verdana
}

.jq-star {
    width: 100px;
    height: 100px;
    display: inline-block;
    cursor: pointer
}

.jq-star-svg {
    padding-left: 3px;
    width: 100%;
    height: 100%
}

.jq-star-svg path {
    stroke-linejoin: round
}

.jq-shadow {
    -webkit-filter: drop-shadow(-2px -2px 2px #888);
    filter: drop-shadow(-2px -2px 2px #888)
}

.font-size-12 {
    font-size: 12px!important
}

.font-size-13 {
    font-size: 13px!important
}

.line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.product-tile-name-pricing {
    margin-top: 18px
}

.home-products .line-clamp {
    height: 40px;
    line-height: 20px
}

.fw-bold {
    font-weight: 600!important
}

.product-item {
    position: relative;
    border: 1px solid #ddd;
    /*height: 100%;*/
    background: #f7f7f7
}

.badge-m {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    padding: 2px 12px;
    font-size: 12px;
    background: #f44336;
    text-transform: uppercase;
    color: #fff;
    min-width: 70px;
    text-align: center
}

.scroll-to-form {
    display: none
}

.cross-sale-page .top-bar,
.cross-sale-page .main-header,
.page-template-page-thankyou .top-bar,
.page-template-page-thankyou .main-header,
.page-template-page-thankyou footer {
    display: none!important
}

.cross-sale-page #customer_phone,
.cross-sale-page #customer_name,
.cross-sale-page #customer_address {
    display: none
}

.prev-gallery {
    position: absolute;
    z-index: 9;
    top: calc(50% - 15px);
    left: 5px;
    opacity: .3
}

.next-gallery {
    position: absolute;
    z-index: 9;
    top: calc(50% - 15px);
    right: 5px;
    opacity: .3
}

.fixed {
    position: fixed!important;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 99;
    width: 100%;
    box-shadow: 0 8px 6px -10px #000
}

.cat-item-15,
.cat-item-66 {
    display: none
}

.attibutes-m.pa_color li,
.attibutes-m.pa_color img {
    border-radius: 50%
}

.product-wrap-box-2 {
    padding: 10px
}

.pro-nav {
    margin-top: 5px;
    overflow: hidden
}

.pro-nav-thumb img {
    border: 1px solid #ededed;
    max-width: 100px
}

.pro-large-img img {
    max-width: 100%
}

.slick-row-5 .slick-list {
    margin: 0 -5px
}

.slick-row-5 .slick-list .slick-slide {
    margin: 0 5px
}

.product-item:hover {
    border: 1px solid #eee;
    -webkit-box-shadow: 3px 3px 3px 0 rgb(128 128 128 / 80%);
    -moz-box-shadow: 3px 3px 3px 0 rgba(128, 128, 128, .8);
    box-shadow: 3px 3px 3px 0 rgb(128 128 128 / 80%)
}

.product-detail-box {
    /*border-top: 2px dashed #ccc;*/
    margin-top: 40px
}

.pa_color li {
    width: 50px!important
}

li.user-info,
#mini-cart,
.cat-item-57,
.cat-item-58 {
    display: none
}

.slide-2-row-init {
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: hidden
}

.slide-2-row-init>* {
    display: inline-block
}

#woocommerce_product_categories-2 .product-categories>.cat-item {
    display: none
}

#woocommerce_product_categories-2 .current-cat-parent,
.current-cat {
    display: block!important
}
img.wp-smiley,
img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 0.07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}
.woocommerce form .form-row .required {
    visibility: visible;
}

/*d-them*/

a:hover{
  text-decoration: none!important;
}
/*.col-md-3{*/
/*  margin-bottom: 25px;*/
/*  margin-top: 20px;*/
/*}*/
.d-sticky-top{
  position: -webkit-sticky!important;
  position: sticky!important;
  top: 0!important;
}
.main-header {
    background: #fff;
    border: 1px solid #efefef;
    padding:10px 0;
}
.d-icon-nav{
  float: right;
  margin-top: -3px;
  position: absolute;
  right: 10px;
}
@media (min-width: 1400px){
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1320px !important;
}}




/*bach them*/
#sync2{
  margin-top:7px;
}
.children{
  list-style:none;
}
.children .count{
  float:right;
}
.product-meta .product_title{
  /*margin-top:15px;*/
  font-weight:700;
  color:#000000;
  text-transform: capitalize;
}
@media (max-width:767px){
  .product-meta .product_title{
  margin-top:15px;
}}
.price ins{
  color:#ff4000;
  padding-right:20px;
}
.price del{
  color:#848484;
  font-weight:700;
}
.product-meta .table-bordered{
  border-style:hidden;
}
.disabled{
  position: relative;
    color: #999!important;
    background-color: #fff;
    border-style: dashed !important;
    border-color: #999 !important;
    cursor: no-drop !important;
    pointer-events: none;
}
.disabled:before, .disabled:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 0;
    border-top: 1px dashed #999;
    opacity: 1;
}
.disabled:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.disabled:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.ke-doc{
      border-left: 1px solid rgb(228, 228, 228);
      height:100%;
}
.product-meta .ladi-element{
  display:flex;
  padding-bottom:20px;
}

.danh-gia, .luot-mua, .tinh-trang{
  font-size:14px;
  display:inline-block;
      border-left: 1px solid rgb(228, 228, 228);
    padding-left: 25px ;
        padding-right: 25px;
        color:#000000;font-weight:700;
}
@media (max-width:991px){
  .product-meta .ladi-element{
  display:block;
  padding-bottom:20px;
}
.luot-mua{
  margin-left:15px;
}
.danh-gia, .luot-mua, .tinh-trang{
  border:none;
  padding:0;
}
}
.lhb-star{
      padding-right: 25px;
}
.product-meta svg{
      width: 20px;
      height:20px;
    margin-right: 3px;
}
.pad{
  padding-bottom:10px;
}
.wrap-border p{
  text-align:left;
  color:#ff4000;
}
.hd-size {
    /* text-align: center; */
    display: flex;
    justify-content: center;
}
.hd-size img{
  background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
        border: 3px solid red;
}
@media (min-width:768px){
  .hd-size img{
        width: 254.586px;
    height: 335.804px;
    top: 0px;
    left: 0px;
  }
}

.text-size {
    padding-left: 30px;
    color:#000000;
    font-size:14px;
}
.text-size h1{
  font-weight:700;
  font-size:25px;
}
ul.size-mm {
    display: flex;
    list-style: none;
    padding:0;
    margin-bottom: 10px;
}
.size-mm li{
      background-color: rgb(250, 221, 209);
    border-style: solid;
    border-color: rgb(0, 0, 0);
    border-width: 1px;
    border-radius: 10px;
        width: 100%;
    font-size: 14px;
    text-align: center;
    font-weight: 700;
}
@media (max-width:767px){
  .hd-size img{
    display:none;
  }
  .text-size{
    padding:0;
  }
}
.lhb-dg-ttl {
    border-bottom: 3px solid #efe4e1;
}
.lhb-dg-ttl span {
    border-radius: 6px 6px 0 0;
    width: 100%;
    background: #efe4e1;
    border: none;
    font-size: 16px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    text-align: center;
    color: #000000;
    line-height: 46px;
    padding: 0 10px;
    text-transform: uppercase;
    display: inline-block;
}
.lhb-dg{
  padding-top:40px;
}
.bachh{
  border: 1px solid #e0e0e0;
    border-radius: 9px;
    color:#000000;
}
.lhb-form-dg {
    text-align: center;
    width: 300px;
    border: 1px solid #E6E6E6;
    box-sizing: border-box;
    padding-top: 23px;
}
.lhb-form-dg h1{
  font-weight:700;
  color:#051f4d;
  font-size:16px;
}
.lhb-small-dg{
  color:#f44025;
  font-weight:700;
  font-size:30px;
}
.lhb-stars i{
  color:rgba(255, 195, 8, 1.0);
}
.lhb-stars p{
  color:#7e7d7d;
}
.fake-star{
  font-size:14px;
  padding:0;
  list-style:none;
  padding-left:100px;
  padding-top:23px;
}
.fake-star input{
  outline:none;
  background-color: rgb(126, 125, 125);
    border-radius: 10px;
    height:10px;
    border:1px;
    width:230px;
}
.form-star{
  display:flex;
}

.review-sp {
      border-top: 1px solid #efe4e1;
      padding: 30px 80px;
    display: flex;
}
.name-img-date {
    /* padding-right: 40px; */
    width: 250px;
    text-align:center;
}
.review-sp p{
  margin:0;
}
.review-sp svg{
  width:17px;
}
.name-img-date img{
  border-radius: 50%;
    height: 50px;
    width: 50px;
}
.fake-number ul{
  list-style:none;
  display:flex;
      justify-content: flex-end;
}
.u-like h2{
  font-size:16px;
  text-align:center;
  color:#ff4000;
  font-weight:700;
}
.index-text a{
  font-weight:700;
  color:#000000;
}
.sale-price{
  color:#ff4000;
  font-weight:700;
}
.normal-price{
  color:#848484;
  font-weight:700;
}
@media (max-width:992px){
  .fake-star{
    padding-left:50px;
  }
}
@media (max-width:768px){
  .form-star{
    display:block;
}
.lhb-form-dg{
  width:auto;
}
.fake-star{
  /*display: flex;*/
  /*  flex-direction: column;*/
  /*  align-items: center;*/
    padding-left:0;
}
}
.flex{
  display:flex;
  padding-top:30px;
  padding-bottom:50px;
      align-items: center;
    justify-content: center;
}
.flex svg{
  width:87px;
}
.flex-text h2, .flex-text h4{
  font-size:18px;
  font-weight:700;
  color:#000000;
}
.flex-text h4{
  font-size:16px;
}
@media (min-width: 768px){
.dashed img {
    width: 174px;
    height:auto;
}
.container.width {
    max-width: 960px !important;
}
}
@media (max-width: 767px){
.dashed img {
    width: 152px;
    height:auto;
}
.container.width {
    max-width: 420px !important;
}
  
}
.dashed{
  display:flex;
  padding:7px 0;
      
}
.lhb-border{
  margin-bottom:30px;
  border-style: dashed;
    border-color: rgb(10, 92, 21);
    border-width: 2px;
    border-radius: 10px;
        margin-left: 50px;
}
.text-dashed {
    padding-left: 10px;
}
.text-dashed h1{
  height:40px;
  color:#000000;
  font-weight:700;
  font-size:16px;
  text-transform: uppercase;
  padding-bottom:15px;
  margin:0;
}
.text-dashed .price{
  margin:0;
  font-weight:700;
  font-size:18px;
}
.text-dashed .price ins{
  text-decoration:none;
}
.text-dashed .price del{
  font-weight:400;
}
.text-dashed button{
      color: rgb(255, 255, 255);
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
    -webkit-text-stroke-width: 0px;
    background-color: rgb(145, 23, 16);
    border-radius: 10px;
        padding: 0 20px;
    height: 40px;
    border:1px;
}
/*@media(max-width:375px){*/
/*  .dashed img {*/
/*    width: 112px;*/
/*    height:auto;*/
/*}*/
/*}*/
@media (max-width:991px){
  .lhb-border{
    margin:0;
    margin-bottom:30px;
  }
}
@media(max-width:767px){
  .review-sp{
    display:flex;
    padding: 30px 30px;
  }
  .name-img-date{
    width:auto;
  }
}
.u-like{
  padding-top:30px;
}
.rapviet{
  width:300px   ;
  height:300px;
}
@media (max-width:492px){
  .rapviet{
    width:100%;
    height:100%;
  }
}
@media(max-width:767px){
  .name-img-date p{
    display:none;
  }
}
.dm svg{
  width:17px;
}
.dm.review-sp{
  display:block;
}
.dm.review-sp .name-img-date{
  display:flex;
  width:auto;
  text-align:left;
  
    margin-bottom: 10px;
    align-items: center;
}
.dm-dm{
      display: flex;
    flex-direction: column;
        margin-left: 20px;
}
.dm.review-sp .name-img-date img{
      border-radius: 50%;
    height: 60px;
    width: 60px;
}
.dm.review-sp{
  display:none;
}
@media(max-width:767px){
  .review-sp{
    display:none;
  }
  .dm.review-sp{
    display:block;
  }
}
@media (max-width:375px){
  .dashed{
    display:block;
  }
  .dashed img{
    width:100%;
  }
  .text-dashed{
    margin-top:10px;
  }
  .text-dashed h1{
    padding:0;
    height:40px;
  }
}





/*modal*/

.modal.fade {
  overflow-y:auto !important;
    display: flex !important;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease 0s;
}
.modal.fade.show {
    display: flex !important;
    justify-content: center;
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease 0s;
}
.modal-dialog {
    max-width: 700px !important;
}
.modal-content .btn_close {
  font-size:28px;
        color: #ff4000;
    font-weight: bold;
    position: absolute;
    right: 0px;
    z-index: 9999;
    background: #fff;
    border-radius: 50%;
    border: 1px transparent;
}
.lhb-content-modal{
  color:#000000;
}
.lhb-content-modal h2{
  margin-bottom:20px;
  color:#000000;
  text-transform: capitalize;
  font-size:18px;
  font-weight:700;
}
.lhb-content-modal ul{
  list-style:none;
  padding:0;
}
.modal-db li{
      display: flex;
    align-items: center;
}
.modal-db b{
  margin-left:5px;
}
.lhb-content-modal .pa_color, .lhb-content-modal .pa_size{
      margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}
.lhb-content-modal .pa_size li, .lhb-content-modal .pa_color li{
  cursor: pointer;
    padding: 6px 10px;
    height: 40px;
    width: 40px;
    font-size: 13px;
    text-align: center;
    line-height: 23px;
    border: 2px solid #ccc;
    margin-right: 4px;
  
}
.lhb-content-modal .pa_color li{
  width:50px;
}
.lhb-content-modal .pa_size li.selected{
    border-color: rgba(255, 64, 0, 1.0);
}
.lhb-content-modal .pa_color li.selected{
  border-color: #fcc158;
}
.lhb-content-modal .pa_color li.image{
      padding: 2px;
    height: auto;
}
.lhb-content-modal .pa_color li.image, .lhb-content-modal .pa_color li img{
  border-radius:50%;
}
.lhb-content-modal button.add-to-cart {
    height: 35px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #ff4000;
    color: #fff;
    border-radius: 4px;
    min-width: 150px;
    margin-bottom: 0;
    padding: 0;
        margin-top: 10px;
    border: 0;
}
.open-modal{
      overflow: hidden;
      background-color: rgba(0, 0, 0, 0.5);
}
/*@media (max-width:600px){*/
/*  .product-meta button.add-to-cart{*/
/*    position: fixed;*/
/*    left: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    z-index: 99;*/
/*  }*/
/*}*/
.vn-value-img-pup.image.active {
 border: 2px solid;
}
.vn-value-img-pup.color.active{
      border-color: #fcc158;
}
.vn-value-img-pup.size.active{
      border-color: rgba(255, 64, 0, 1.0);
}
div#product-page {
    padding-top: 30px;
}
@media (max-width: 991px){
.modal-dialog {
    max-width: 500px !important;
    margin: 1.75rem auto;
}}
#vn-mota p{
  margin:0;
}
.eval-star-line {
    align-items: center;
    display: flex;
    margin-bottom: 7px;
}
.eval-star-point {
    display: flex;
    
    margin-right: 6px;
    align-items: center;
    font-size: 14px;
    line-height: 14px;
    text-align: left;
    width: 25px;
}
.eval-star-point i {
      color: rgba(255, 195, 8, 1.0);
    font-size: 15px;
    margin-left: 3px;
}
.eval-star-percent_bar {
    background-color: #dadada;
    height: 8px;
    position: relative;
    width: 246px;
    
    border-radius: 50px;
}
.eval-star-percent_bar span {
    background-color: rgb(255, 64, 0);
    left: 0;
    height: 8px;
    position: absolute;
    top: 0;
    
    border-radius: 50px;
}
.eval-star-percent {
    margin-left: 7px;
}
@media (max-width:768px){

  .eval-star-percent_bar{
    width:calc(100% - 65px);
  }
  .fake-star{
    padding:23px 20px 0px 20px;
  }
}









/*d-them*/
.d-section{
  padding-top: 50px;
  padding-bottom: 50px;
}
.d-icon-sale{
  height: 35px;
  width: 25px;
  text-align : center;
}
.d-section-sale{
  text-align : center;
  margin-bottom: 20px;
}
.d-title-sale {
  text-decoration-line: underline;
  -webkit-text-decoration-line: underline;
  color: rgb(255, 64, 0);
  font-size: 25px;
  font-weight: bold;
  text-align: left;
}
.d-producr-img{
  width: 100%;
  height: 100%;
  padding: 10px;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  background-attachment: scroll;
      aspect-ratio: 1/1;
}
.ladi-headline {
    color: rgb(0, 0, 0);
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
} 
.d-title-pro{
    color: rgb(0, 0, 0);
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
    margin-top: 15px;
    text-transform: capitalize;
}
.d-price-pro{
  align-items: flex-end ;
}
.d-price-pro-cd-sale{
    color: rgb(255, 64, 0);
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    line-height: 1.2;
}
.d-price-pro-cd{
    text-decoration-line: line-through;
    -webkit-text-decoration-line: line-through;
    color: rgb(132, 132, 132);
    font-size: 15px;
    font-weight: bold;
    text-align: left;
    line-height: 1.4;
}
.slick-dots li button{
  display:none!important;
}
.d-luong{
  color: #fff;
  background-color: red;
  width: 50px;
  height: 50px;
  padding: 13px 7px;
  border-radius: 50px;
  font-weight: bold;
}
.d-luong-index{
  color: #fff;
  background-color: red;
  width: 50px;
  height: 50px;
  padding: 13px 7px;
  border-radius: 50px;
  font-weight: bold;
  position: fixed;
  z-index: 9999;
  margin-left: 10px;
  margin-top: 10px;
}

.d-list-slick{
  margin-top:10px;
}

.d-button-all-pro{
  text-align: center;
}
.d-button-all-pro button{
  color: rgb(255, 64, 0);
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  line-height: 2;
  border-style: solid;
  border-color: rgb(255, 64, 0);
  border-width: 2px;
  border-radius: 5px;
  background-color:#fff;
}
.d-class-to-style{
  color: red;
}
.d-class-to-style {
    color: #000;
    top: -60px;
    position: absolute;
    right: 20px;
    background-color: #fff;
    padding: 5px;
}
.d-class-to-style .fa{
  background-color: #dedede;
  padding: 5px 10px;
}
.d-tt-footer-title{
  font-size: 14px;
  line-height: 1.6;
  font-weight: bold;
  color: #fff;
}
.d-title-footer{
  margin-bottom: 20px;
}
.d-tt-footer-content:hover{
  color: #dedede;
}
.d-tt-footer-number{
  font-size: 24px;
  line-height: 1.6;
  color: #fff;
}
.d-tt-footer-content{
  font-size: 14px;
  line-height: 1.6;
  color: #fff;
}
.d-tt-footer{
  margin-bottom: 40px;
}
.d-copyright{
  text-align: center;
  color: #A3A3A3;
  font-size: 12px;
}
.d-list-mxh .fab{
  color: #fff;
  font-size: 30px;
  margin-right: 20px;
}
.d-col-footer{
  margin-bottom: 20px;
}
.d-banner-bottom .col-md-3{
  margin-bottom: 25px;
}
.d-main-category{
  padding: 50px 0;
}
.d-list-price a{
  padding-left: 20px;
  line-height: 1.8;
}
.d-input-check{
  font-size: 23px;
}
.color-pancake{
  padding-left: 20px;
}
.p-accordion{
  padding-left: 10px;
}
.d-list-product-cd-2 {margin: 0 -20px;}
.d-product {padding: 0 20px;}
.d-list-product-cd-3 {margin: 0 -10px;}
.d-product-3 {padding: 0 10px;}
.d-list-product-cd {margin: 0 -20px;}
.d-product {padding: 0 20px;}
.d-title-category-filter{
  font-size: 16px;
}
.d-flex .color-filter{
  font-weight: bold;
  font-size : 14px;
  margin-bottom: 18px;
}
.options-block .d-title-category-filter{
  margin-bottom: 12px;
}
.d-list-price a{
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 18px!important;
}
.d-btn-filter{
  display: none;
}
@media only screen and (max-width: 992px){
  .d-btn-filter{
    display: block;
    border:1px solid gray;
  }
  .woo-sidebar{
    margin-bottom: 40px;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom:0 ;
    right: 0;
    height:1000px;
    padding: 50px;
    z-index: 99999;
    background-color: #fff;
  }
}
@media only screen and (max-width: 600px){
  .d-section{
    padding-top: 25px;
    padding-bottom: 50px;
  }
  .d-product {
    padding: 0px 5px;
  }
  .d-list-product-cd-3 {
    margin: -20px;
  }
  .d-product-3 {
    padding: 0px 5px;
  }
  .d-list-product .d-product-content{
    padding-left: 10px
  }
  .carousel-inner-2{
    margin-bottom: 0px!important;
  }
  .d-price-pro-cd{
    font-size: 13px;
  }
  .d-price-pro-cd-sale{
    font-size: 16px;
  } 
  .d-tt-footer{
    margin-bottom: 20px;
  }
  .d-col-footer{
    margin-bottom: 10px;
  }
  .d-title-footer{
    margin-bottom: 10px;
  }
  .slick-prev, .slick-arrow{
    display: none!important;
  }
  .d-btn-filter{
    display: block;
    border:1px solid gray;
  }
  .woo-sidebar{
    margin-bottom: 40px;
    position: fixed;
    top: 0;
    left: 0;
    bottom:0 ;
    height:1000px;
    padding: 20px;
    z-index: 99999;
    background-color: #fff;
    
  }
  
}
.input_search{
  outline:none;
}
@media(max-width:991px){
  .modal-right{
    margin-top:15px;
  }
}



.poweredby{
    font-weight: 600;
    text-decoration: none;
    margin-left: 3px;
    color:  #3498db;
}
.custom-notification-container{
  display:flex;
      align-items: center;
}
.custom-notification-content-wrapper{
  font-size: 13px;
    line-height: 1.5;
}
.custom-social-proof{
   position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 9999999999999 !important;
  font-family: 'Open Sans', sans-serif;
  /*display:block !important;*/
      width: 260px;
    background-color: rgba(250, 250, 250, 0.9);
    border-radius: 50px;
}
#country{
  font-weight:700;
}
.owl-carousel .owl-item img{
  aspect-ratio: 1/1;
}
.index-image img{
  aspect-ratio: 1/1;
}

.attributes-product-list.attr-list {
    display: flex;
    flex-wrap: wrap;
    padding:0;
}

.size-product-list {
    display: flex;
    flex-wrap: wrap;
    padding:0;
}


.attributes-product-list.attr-list .color-product-item {
    width:45px;
    height:45px;
    border-radius: 8px;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 2px;
    cursor: pointer;
    list-style-type:none;
}

.attributes-product-list.attr-list .color-product-item img{
  border-radius:50%;
  border: 1.5px solid rgba(35 ,49 ,75 ,0.12);
}

.attr-list .value-click.active {
    border:2px solid orange;
    border-radius:10px;
}

.attr-list .value-click.disabel {
    pointer-events: none;
}

.attr-list .value-click.disabel::after {
    content: "";
    background-image: linear-gradient(to bottom right,transparent calc(50% - 1px),rgb(35 49 75 / .5) calc(50% - 1px) calc(50% + 1px),transparent calc(50% + 1px));
    position: absolute;
    z-index: 99;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 4px;
}
.attr-list .value-click {
    position: relative;
}

.order-1-attr .mb-3{
  font-size: 14px;
  font-weight: 600;
}

.attr-list .size-product-item.active{
  border:2px solid orange;
}

.size-product-item {
    padding: 5px 20px;
    /*border-radius: 999px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1.5px solid rgba(35 ,49 ,75 ,0.12);
    margin-right: 5px;
    margin-bottom: 5px;
    cursor: pointer;
    position: relative;
}







@media (max-width:768px){
  .custom-social-proof{
    width:180px;
  }
  .custom-notification-content-wrapper{
    font-size:10px;
  }
}








