:root {
    --text-color: #000000;
    --body-background: #F8F8F8;
    --text-secondary-color: #666666;
    --primary-color: #cd6420;
    --secondary-color: #292929;
    --price-color: #DF0000;
    --subheader-background: #e5677d;
    --subheader-color: #f9f9f6;
    --header-category-bg: #f9cbca;
    --header-category-color: #fff3f4;
    --label-background: #d84144;
    --label-color: #ffffff;
    --footer-bg: #2e2e2e;
    --footer-color: #ffffff;
    --show-loadmore: none!important;
    --order-loadmore: -1!important;
    --sale-pop-color: #d82e4d;
    --addtocart-bg: #cd6420;
    --addtocart-text-color: #ffffff;
    --cta-color: #000000;
    --section-coupon-bg: #ffffff;
    --coupon-title-color: #F58A20;
    --coupon-button-color: #F58A20;
    --col-menu: 4;
    --border-color: #f1f1f1;
    --link-color: #2F80ED;
    --coupon-code-background: #ffffff;
    --coupon-lite-border: #dc2b2b;
    --product-promotion-bg: #f33828;
    --policies-bg: #ffffff;
    --policies-color: #050000;
}


/* swiper */
.swiper {
    width: 100%;
    
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .myBanner .swiper-pagination-bullet {
    width: 16px;
    border-radius: 2px;
    height: 4px;
    background-color: #FCD787;
    opacity: 1;
  }
  .myBanner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #CD6420;
  }
  .myBanner .swiper-button-prev,
  .myBanner .swiper-button-next,
  .myCategory .swiper-button-prev,
  .myCategory .swiper-button-next,
  .myCoupon .swiper-button-prev,
  .myCoupon .swiper-button-next,
  .myLookbook .swiper-button-prev,
  .myLookbook .swiper-button-next,
  .mySeen .swiper-button-prev,
  .mySeen .swiper-button-next,
  .mySwiper2_modal .swiper-button-prev,
  .mySwiper2_modal .swiper-button-next,
  .mySwiper2_modalClick .swiper-button-prev,
  .mySwiper2_modalClick .swiper-button-next{
    width: 44px;
    height: 44px;
    background: #ebebeb;
    border-radius: 50%;
    border: 1px solid #ebebeb;
    opacity: .7;
  }
  .myReview .swiper-button-prev,
  .myReview .swiper-button-next,
  .myBand .swiper-button-prev,
  .myBand .swiper-button-next,
  .myParent .swiper-button-prev,
  .myParent .swiper-button-next,
  .myProduct .swiper-button-prev,
  .myProduct .swiper-button-next{
    width: 44px;
    height: 44px;
    background: #ebebeb;
    border-radius: 50%;
    border: 1px solid #ebebeb;
    opacity: .7;
  }
  
  .myBanner .swiper-button-next:after,
  .myBanner .swiper-button-prev:after,
  .myReview .swiper-button-next:after,
  .myReview .swiper-button-prev:after,
  .myBand .swiper-button-next:after,
  .myBand .swiper-button-prev:after,
  .myParent .swiper-button-next:after,
  .myParent .swiper-button-prev:after,
  .myProduct .swiper-button-next:after,
  .myProduct .swiper-button-prev:after,
  .myCategory .swiper-button-next:after,
  .myCategory .swiper-button-prev:after,
  .myCoupon .swiper-button-next:after,
  .myCoupon .swiper-button-prev:after,
  .myLookbook .swiper-button-next:after,
  .myLookbook .swiper-button-prev:after,
  .mySeen .swiper-button-next:after,
  .mySeen .swiper-button-prev:after,
  .mySwiper2_modal .swiper-button-next:after,
  .mySwiper2_modal .swiper-button-prev:after,
  .mySwiper2_modalClick .swiper-button-next:after,
  .mySwiper2_modalClick .swiper-button-prev:after{
    width: 44px;
    height: 44px;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #333;
    font-weight: 900;
    font-family: "Font Awesome\ 5 Free";
  }
  .myBanner .swiper-button-next:after,
  .myReview .swiper-button-next:after,
  .myBand .swiper-button-next:after,
  .myParent .swiper-button-next:after,
  .myProduct .swiper-button-next:after,
  .myCategory .swiper-button-next:after,
  .myCoupon .swiper-button-next:after,
  .myLookbook .swiper-button-next:after,
  .mySeen .swiper-button-next:after,
  .mySwiper2_modal .swiper-button-next:after,
  .mySwiper2_modalClick .swiper-button-next:after{
    content: "\f105";
  }
  .myBanner .swiper-button-prev:after,
  .myReview .swiper-button-prev:after,
  .myBand .swiper-button-prev:after,
  .myParent .swiper-button-prev:after,
  .myProduct .swiper-button-prev:after,
  .myCategory .swiper-button-prev:after,
  .myCoupon .swiper-button-prev:after,
  .myLookbook .swiper-button-prev:after,
  .mySeen .swiper-button-prev:after,
  .mySwiper2_modal .swiper-button-prev:after,
  .mySwiper2_modalClick .swiper-button-prev:after{
    content: "\f104";
  }
  .myCategory .swiper-pagination-bullet-active {
      background: #cd6420;
  }
  .myCategory.swiper {
    overflow: visible;
  }
  .myCategory .swiper-slide:hover {
    transform: scale(1.08);
  }
  .myCategory .swiper-slide {
    padding: 30px 15px;
  }
  .myChildren {
    height: 100%;
    box-sizing: border-box;
    padding: 10px 0;
    aspect-ratio: 1/1;
  }
  .mySwiper_modal,
  .mySwiper_modalClick{
    margin-top: 15px;
  }


  /* slide banner */
  .banner-slider {
    margin-bottom: 30px;
  }
  /* icon contact */
  .icon-contact {
    margin-bottom: 30px;
  }
  .ega-policies .policies-body {
    margin: auto;
    display: flex;
    justify-content: space-between;
    gap: 15px;
    overflow: auto;
  }
  .ega-policies .policies-body .policies-item {
    font-size: 14px;
    flex: 0 0 calc(25% - 15px);
    padding: 10px;
}   
.ega-policies .policies-body .policies-item {
    display: grid;
    grid-template-columns: 40px 1fr;
    grid-gap: 15px;
    background: #fff;
    color: #050000;
}
.ega-policies .policies-body .policies-item .policies-title {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 5px;
}
.ega-policies .policies-body .policies-item .policies-desc {
    opacity: 0.75;
}
.policies-image img {
    width: 40px;
    height: 40px;
}
/* show category */
.show-category {
    margin-bottom: 30px;
}
.show-category .heading-bar__title {
    margin-bottom: 30px;
}
/*.heading-bar__title {*/
/*    color: #000;*/
/*    font-size: 2em;*/
/*    margin: 0px;*/
/*    line-height: 1.2;*/
/*    text-align: center;*/
/*    font-weight: 400;*/
/*}*/
.myCategory .item-category {
    position: relative;
    /* padding: 30px 15px; */
    transition: transform 0.64s cubic-bezier(0.15, 0.75, 0.5, 1) 0s;
    
}
.item-category  a {
    color: #000;
    text-decoration: none;
}
.myCategory .item-category .item-cate-img {
    position: relative;
    overflow: hidden;
}
.myCategory .item-category .item-cate-img {
    width: 100%;
}
.myCategory .item-category .item-cate-info {
    position: relative;
    grid-template-columns: 1fr;
    padding: 0;
    left: auto;
    bottom: auto;
    margin-top: 10px;
}
.item-category:hover .item-cate-info {
    color: #000;
}
.tabs-select i {
    font-size: 25px;
}
.myCategory .item-category .item-cate-name {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}
.myCategory .item-category .item-cate-number {
    text-align: center;
    font-size: 14px;
    color: #888;
}
/* coupons main */
.coupons_main {
    margin-bottom: 30px;
}
.no-margin  {
    margin: 0 !important;
}
.coupon_item {
    position: relative;
    background: #fff;
    filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, .15));
    display: flex;
    min-height: 100px;
    height: calc(100% - 8px);
}
.coupon_item .coupon_icon {
    width: 80px;
    flex: 0 0 80px;
    padding: 8px 4px 8px 8px;
    background-color: #fff;
}
.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.embed-responsive img {
    width: 100%;
}
.coupon_item .coupon_body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 12px 15px;
}
.coupon_item .coupon_body .coupon_head {
    text-align: center;
}
.coupon_item .coupon_body .coupon_title {
    font-size: 16px;
    color: #f58a20;
    font-weight: bold;
    margin-bottom: 10px;
}
.align-items-center {
    align-items: center!important;
}
.justify-content-between {
    justify-content: space-between!important;
}
.flex-wrap {
    flex-wrap: wrap!important;
}
.d-flex {
    display: flex!important;
}
.coupon_item .coupon_copy {
    border: none;
    padding: 2px 8px 3px 8px;
    border-radius: 0;
    margin-bottom: 3px;
   
}
.coupon_item .coupon_body button span {
    display: block;
    line-height: 24px;
    height: 24px;
    font-size: 14px;
    color: #fff;
}
.coupon_info_toggle {
    font-size: 14px;
    color: #353945;
    cursor: pointer;
    margin-bottom: 3px;
    text-decoration: underline;
    margin-left: 10px;
}
.coupon_item .coupon_copy {
    background: #f58a20;
    color: #fff;
    font-size: 14px;
}
.coupon_item .coupon_body .coupon_desc {
    font-size: 14px;
    line-height: 1.2;
    color: #727272;
    padding-bottom: 20px;
}
.coupon-modal {
    z-index: 99999;
}
.modal {
    top: 0 !important;
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}
.fade {
    transition: opacity .15s linear;
}
.modal.fade .modal-dialog {
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
}
.align-vertical {
    top: 50% !important;
    transform: translateY(-50%) !important;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: visible !important;
}
.coupon-modal .modal-content {
    padding: 15px 20px;
}
.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0.3rem;
    outline: 0;
}
.coupon-modal .window-close {
    z-index: 9;
    position: absolute;
    right: 8px;
    top: -1px;
}
button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
}
.coupon-title {
    color: #f58a20;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 0px;
    padding: 0px;
    font-size: 24px;
    line-height: 32px;
    max-height: 32px;
    font-weight: 500;
    margin: 0px 16px 16px;
    text-align: center;
}
.coupon-row {
    display: grid;
    grid-template-columns: 33% 1fr;
    grid-gap: 5px;
    padding: 10px 20px;
    margin-left: -20px;
    margin-right: -20px;
}
.coupon-row:nth-child(2n) {
    background-color: #f3f3f3;
}
.coupon-label {
    color: #4c4c4c;
}
.coupon-action {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #F0F1F2;
}
.coupon-action {
    --primary-color: #f58a20;
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #eee;
    grid-gap: 15px;
}
.coupon-action .btn {
    padding: 10px;
}
.btn-main {
    border-color: #f58a20;
    color: #f58a20;
    border-radius: 5px;
}
.coupon-action .btn span {
    color: #fff;
    font-size: 16px;
}
#coupon-modal.show .modal-backdrop {
    z-index: 9999;
}
.modal-backdrop.show {
    opacity: .5;
}
.modal-backdrop {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}
/* product sale */
.product-sale {
    margin-bottom: 30px;
}
.flashsale__container {
    border-radius: 10px;
    background: #fff;
}
.p-0 {
    padding: 0!important;
}
.border-0 {
    border: 0!important;
}
.flashsale .heading-bar {
    background-color: transparent;
    margin-bottom: 5px;
    flex-wrap: wrap;
    font-size: 16px;
}
.heading-bar {
    font-size: 18px;
    background: #fff;
    padding-bottom: 10px;
    padding-top: 5px;
}
.flashsale__header {
    flex: 0 0 100%;
    max-width: 100%;
}
/*.heading-bar__title {*/
/*    color: #000;*/
/*    font-size: 2em;*/
/*    margin: 0px;*/
/*    line-height: 1.2;*/
/*    text-align: center;*/
/*    font-weight: 400;*/
/*}*/
.m-0 {
    margin: 0!important;
}
.flashsale__title a {
    font-weight: 400;
    color: #000;
    text-decoration: none;
}
a.link {
    text-decoration: none;
    color: #000;
    cursor: pointer;
}
.flashsale__countdown-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-left: 15px;
    /*padding-top: 30px;*/
}
.ega-badge-ctd {
    display: flex;
    align-items: center;
}
.flash-sale-tabs {
    width: 100%;
    margin-top: 10px;
    border: 1px solid #eee;
    border-left: none;
    border-right: none;
    margin-bottom: 30px;
    overflow-x: auto;
    max-width: 100%;
}
.tabs-group {
    overflow-x: auto;
    overflow-y: hidden;
    max-width: 100%;
}
.flash-sale-tabs .tabs li {
    padding: 15px 0px;
}
.tabs li.current {
    border-radius: 0;
    color: #000;
}
.tabs li:not(:last-of-type) {
    margin-right: 0.5rem;
}
.tabs li {
    position: relative;
    border-radius: 4px;
    white-space: nowrap;
    color: #9c9c9c;
    font-size: 18px;
    user-select: none;
    position: relative;
    padding-bottom: 5px;
    font-weight: bold;
}
.pl-3, .px-3 {
    padding-left: 1rem!important;
}
.pr-3, .px-3 {
    padding-right: 1rem!important;
}
.tabs li:not(.current) {
    cursor: pointer;
}
.tabs li.current:after {
    background: #CD6420 !important;
}
.tabs li.current:after {
    width: 100%;
}
.tabs li:after {
    content: '';
    background-color: currentColor;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 0;
    transition: width .2s ease-in-out;
}
.product-sale .heading-bar {
    background-color: transparent;
    margin-bottom: 5px;
    flex-wrap: wrap;
}
.ega-badge-ctd .box-number {
    display: block;
    width: 44px;
    color: #fff;
    background-color: #000;
    text-align: center;
    border-radius: 5px;
}
.ega-badge-ctd .box-number .ega-badge-ctd__item {
    border-radius: 3px;
    color: #fff;
    text-align: center;
    display: flex;
    place-items: center;
    place-content: center;
    font-size: 25px;
    font-weight: 500;
    line-height: 20px;
    width: 100%;
    height: 42px;
    line-height: 42px;
    border-bottom: 1px solid #fff;
}
.ega-badge-ctd .box-number span {
    color: #fff;
    text-align: center;
    display: flex;
    place-items: center;
    place-content: center;
    font-size: 10px;
    font-weight: 500;
    line-height: 20px;
    width: 100%;
    
}
.section_lookbook .lookbooks-container .lookbooks-column {
    margin-top: 30px;
}
.loookbook-info h3 {
    font-size: 24px;
}
.section_video .video-play-button {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.video-play-button i {
    font-size: 30px;
}
.star-vote i {
    color: #fabd0d;
}
.feedback_info p {
    font-size: 16px;
}
.imgtext_content i {
    font-size: 16px;
}
.insta-icon i {
    font-size: 30px;
}
.content_blog p {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.blogwp .content_blog .art-summary {
    -webkit-line-clamp: 2 !important;
}
.myChildren .swiper-slide {
        width: 100%;
        height: 100%;
        opacity: 0.4;
}

.myChildren .swiper-slide-thumb-active {
  opacity: 1;
  border-color: #cd6420;
  border: 1px solid #cd6420;
}
.title-timer {
    text-align: center;
    margin: auto 6px;
    background: #000;
    color: #fff;
    font-size: 13px;
}
.flashsale__item .product-name a {
    font-size: 16px;
}
.select-hide i {
    transform: rotate(180deg);
    
}
.tabs-select-wrap i {
    transition: 1.1s;
}
.flashsale__progressbar {
    display: block;
    width: 100%;
    height: 6px;
    background: #f4c4c2;
    margin-top: 2px;
    border-radius: 9999px;
    position: relative;
}
.flashsale___percent {
    width: 0%;
    height: 100%;
    background: linear-gradient(270deg, #df0000 , #df0000);
    border-radius: 9999px;
    position: absolute;
    top: 0;
    z-index: 1;
}
.ega-badge-ctd span {
    border-radius: 0 0 3px 3px;
    margin: auto 6px;
    color: #fff;
    background-color: #000;
    text-align: center;
    display: flex;
    place-items: center;
    place-content: center;
    font-size: 10px;
    font-weight: 500;
}
.ega-badge-ctd .ega-badge-ctd__span {
    margin-right: 0;
}
.details-product .flashsale__header {
    position: relative;
}
.box-sale .ega-badge-ctd__item {
    border-radius: 3px;
    color: #fff;
    text-align: center;
    display: flex;
    place-items: center;
    place-content: center;
    font-size: 25px;
    font-weight: 500;
    line-height: 20px;
    width: 100%;
    height: auto;
}
.box-sale .ega-badge-ctd__colon {
    display: none;
}
.details-product .ega-badge-ctd.box-sale > div:not(.ega-badge-ctd__colon) {
     margin: 0 2px;
}
.flashsale__countdown-wrapper.end-flashsale {
    flex-direction: row;
}
.end-flashsale .flashsale__countdown-label {
    margin-bottom: 0px;
}
.coupon-toggle-btn i {
    color: #dc2b2b;
}
.swatch-div {
    margin-bottom: 30px;
}
.swatch {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}
.swatch .header {
    font-weight: bold;
    color: #333;
    flex: 0 0 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.swatch-element-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.swatch-element input {
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    cursor: pointer;
}
.swatch-element label {
    padding: 10px;
    font-size: 14px;
    border-radius: 6px;
    height: 30px !important;
    min-width: auto !important;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.swatch .swatch-element:not(.color).active  label {
    border-color: var(--primary-color) !important;
    color: var(--primary-color);
    position: relative;
}
.swatch .swatch-element:not(.color).active label:before {
    content: '';
    padding: 4px;
    font-size: 10px;
    line-height: 1;
    position: absolute;
    top: -15px;
    right: -13px;
    background: var(--primary-color);
    width: 26px;
    height: 24px;
    transform: rotate(45deg);
    border-radius: 100%;
}
.swatch .swatch-element:not(.color).active  label:after {
    content: '';
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAHdElNRQfkCw8RJSHXzNuNAAAAfElEQVQoz7WRsQ2CYBQGLwRCaLRkDwqdwcLCSZjCmj2AgtoJXMbEUquzEAz+8Je89r675sGG59ka0ig+0ZFbJDGbgRwoAXemi/hb1QZw793ebB739cPgTdV2qvzZAFY+VL+VwB4nB59j5RLYhBVXcTBZw7NJDAN49LrFyz67GnkMHStx0wAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAyMC0xMS0xNVQxNzozNzozMyswMDowMGfDTJEAAAAldEVYdGRhdGU6bW9kaWZ5ADIwMjAtMTEtMTVUMTc6Mzc6MzMrMDA6MDAWnvQtAAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAAABJRU5ErkJggg==);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0px;
    right: 0;
    width: 6px;
    height: 6px;
}
.swatch-element:not(.color) {
    overflow: hidden;
}
.swatch-element {
    position: relative;
}
.swatch .color.active  label {
    box-shadow: 0 0 0 1px #000, inset 0 0 0 4px #fff;
}
.swatch .color label {
    position: relative;
    z-index: 2;
    border-radius: 100% !important;
    transition: box-shadow .25s ease, transform .25s ease;
    border: none;
}
.swatch .color label {
    width: 33px;
    min-width: unset !important;
    height: 33px !important;
    line-height: 33px !important;
    border: 1px solid #eee;
}
.swatch .color span {
    content: '';
    position: absolute;
    width: calc(100% + 1px);
    height: calc(100% + 1px);
    border-radius: 100%;
    background: #fff;
    top: 50%;
    left: 50%;
    z-index: 0;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 0 1px rgb(0 0 0 / 10%);
}
.swatch .color input:checked ~ span {
    opacity: 1;
    border: 1px solid #ccc;
}
.tabs-main .accordion-item {
    border: none;
}
.tabs-main .accordion-btn {
    color: #000 !important;
    background-color: transparent !important;
}
.details-pro .accordion-item.current .accordion-btn {
    border-bottom: 1px solid rgb(0 0 0 / 100%);
}
.details-pro .accordion-item .accordion-btn i {
    transition: 1s;
}
.details-pro .accordion-item.current .accordion-btn i {
    transform: rotate(180deg);
}
.details-pro .accordion-item .accordion-btn {
    border-bottom: 1px solid rgb(0 0 0 / 8%);
}
.accordion-item:first-of-type .accordion-btn {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}
.details-pro .accordion-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.accordion-btn {
    display: none;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    padding-bottom: 15px;
    cursor: pointer;
}
.myProduct .swiper-slide img,
.mySeen .swiper-slide img{
    height: auto;
}
.myProduct .swiper-slide,
.mySeen .swiper-slide{
    text-align: inherit;
}
.mySwiper2s .swiper-button-next,
.mySwiper2s .swiper-button-prev {
    width: 44px;
    height: 44px;
    background: #fff;
    border: none;
    border-radius: 50%;
    color: #333;
}
.mySwiper2s .swiper-button-next::after,
.mySwiper2s .swiper-button-prev::after {
    font-size: 16px;
    font-weight: 600;
}
.blogwp {
    display: grid;
    grid-template-columns: 2fr 3fr;
    gap: 30px;
    margin-bottom: 15px;
}
.content-blog .blogwp .card-body {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 14px;
    margin-bottom: 7px;
}
.blogwp h3, .blogwp h3 a.link {
    font-weight: normal;
    line-height: 1.2;
    font-size: 1.25rem;
}
.blogwp .media {
    line-height: 1.4;
}
.blogwp .media .media-body {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 5px;
}
.art-info {
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 10px 0;
}
.text-muted {
    color: #6c757d!important;
}
.blogwp .button_custome_35.link {
    display: block;
    margin-top: 10px;
}
.blogwp .button_custome_35.link {
    font-size: 14px;
    text-decoration: underline;
}
.aside-contents:last-child {
    border-bottom: none;
}
.aside-contents {
    position: relative;
    clear: left;
    font-size: 14px;
    padding: 0;
}
.blog-aside .blogwp {
    gap: 10px;
    grid-template-columns: 100px 1fr;
}
.blogwp.media .image-blog {
    width: 100px;
    flex: 0 0 100px;
}
.media-body {
    -ms-flex: 1;
    flex: 1;
}
.blog-aside .blogwp h3, .blog-aside .blogwp h3 a.link {
    font-size: 14px;
}
.blogwp h3, .blogwp h3 a.link {
    font-weight: normal;
    line-height: 1.2;
    font-size: 1.25rem;
}
.blog-tag-list .link {
    padding: 5px 8px;
    color: #666;
}
h1.article-title {
    line-height: auto;
}
.blogwp.column {
    grid-template-columns: 1fr;
    gap: 15px;
}
.flex-column {
    -ms-flex-direction: column!important;
    flex-direction: column!important;
}
.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.aside-contents .nav-item {
    position: relative;
}
.aside-contents .fa {
    cursor: pointer;
    display: inline;
    position: absolute;
    right: 5px;
    top: 10px;
    z-index: 1;
    width: 30px;
    text-align: center;
    font-size: 14px;
}
.product-name-total.cart_item .row,
.product-name-total .row {
    width: 100%;
    margin: 0 auto;
}
#fillter-selected {
    padding: 0;
}
.imgtext_content p {
    display: -webkit-box !important;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.section_blog_left .blogwp {
    grid-template-columns: 1fr;
    gap: 15px;
}
.aside-contents .dropdown-menu {
    width: 100%;
    border: 0;
    padding: 0px;
    padding-left: 15px;
    box-shadow: none;
    margin-top: 0px;
    position: static;
    background: none;
}
.overlaybg {
    display: none;
    position: fixed;
    background: #cdcdcd;
    height: 100%;
    width: 100%;
    z-index: 3000;
    top: 0;
    opacity: 0;
    visibility: hidden;
}
.overlaybg.show {
    display: block;
    visibility: visible;
    opacity: 0.6;
}
.background-succ {
  background-color: #000000;
  color: #fff;
  top: 0;
  left: 0;
  width: 400px;
  z-index: 1000;
  border-radius: 5px;
  height: 215px;
  position: absolute;
  display: none;
  justify-content: center;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.background-succ .content {
  padding-top: 50px;
  position: relative;
  text-align: center;
}
.flex-wrap {
    flex-wrap: wrap;
}

.background-succ .content img {
  width: 60px;
  height: 60px;
}

.background-succ .content p {
  display: block;
  font-size: 18px;
  margin-top: 1rem;
  font-weight: 500;
  color: #fff;
}
#popupCartModal {
    visibility: hidden;
}
#popupCartModal.show {
    visibility: visible;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0.5rem;
}
.aside-contents .nav-item {
    position: relative;
}
.aside-contents .nav-item > a {
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.3;
    padding: 5px 30px 2px 0px;
}
.aside-contents .dropdown-menu a {
    font-weight: 400;
}
.aside-contents .nav-item a, .aside-contents .fa {
    color: #666;
}
.aside-contents .active > .dropdown-menu {
    display: block;
}
.pdb-20 {
    padding-bottom: 20px;
}
.page-success {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
  flex-wrap: wrap;
}
.page-success svg {
  width: 78px;
}
.text-flex {
  text-align: center;
}
.text-flex h2 {
  font-size: 25px;
}
.text-flex h4 {
  font-size: 15px;
}
.price-box .btn-contact {
    background: #DA3F3F;
    color: #fff;
    padding: 2px 10px;
    border-radius: 10px;
    font-size: 14px;
}
.price-box .contact_button {
    height: 50px;
    display: flex;
    align-items: center;
    
}
.quickview-product {
    display: none;
    opacity: 0;
    visibility: hidden;
}
.quickview-product.show {
    display: block;
    opacity: 1;
    visibility: visible;
}
.grid-container {
  list-style-type: none;
  display: grid;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-columns: calc(20% - 9.6px) calc(20% - 9.6px) calc(20% - 9.6px) calc(20% - 9.6px) calc(20% - 9.6px);
}
.ega-cr-addon {
    position: fixed;
    bottom: 0;
    top: auto!important;
    width: 100%;
    background: var(--cro-background);
    display: none;
    box-shadow: 0 7px 36px rgb(16 42 67 / 15%);
    z-index: 999;
    border-radius: var(--cro-border-radius) var(--cro-border-radius) 0 0;
    overflow: hidden;
    min-height: 47px;
}
.ega-cr-addon {
    z-index: 999 !important;
}
.ega-cr-addon ul {
    min-height: 54px;
}
.crbtn-ul {
    max-width: 100% !important;
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0;
    padding-left: 0;
    list-style: none;
    margin: auto;
    overflow: hidden;
}
.crbtn__item {
    --cro-btn-font-size: 10px;
    padding: 0px;
    text-align: center;
    width: 100%;
    font-size: 10px;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    flex: 1;
    min-height: 47px;
}
.crbtn__link {
    background: #fff;
    color: #cd6420!important;
    border: none;
    border-color: initial;
    border-radius: 0px;
    text-align: center;
    width: 100%;
    font-size: 10px;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px 10px;
    height: 100%;
    justify-content: center;
}
.crbtn__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.crbtn__item .cr-icon {
    height: 20px;
    padding-top: 4px;
    margin-bottom: 4px;
    position: relative;
}
.crbtn-ul .crbtn__item + .crbtn__item {
    margin-left: 0;
}
.crbtn__item.svelte-it329 {
    flex: 2 1 0%;
}
.crbtn__link.svelte-it329 {
    background: #cd6424;
    color: #fff!important;
    border: none;
    border-color: initial;
    border-radius: 0px;
    text-align: center;
    width: 100%;
    font-size: 10px;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px 10px;
    height: 100%;
    justify-content: center;
}
.crbtn__title.svelte-it329 {
    font-weight: bold;
    font-size: 14px;
}
.crbtn__title {
    margin-top: 5px;
}
#ega-cart-count.svelte-2b274w {
    position: absolute;
    background-color: #ff0000;
    top: 0px;
    right: -12px;
    width: 18px;
    height: 18px;
    font-size: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    color: #fff;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}
.modal-bg {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 16px;
    z-index: 2147483640;
    display: none;
}
.modal-bg.show {
    display: block;
}
.modal-touch-close.cr-bg-white {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2147483641;
    width: 100%;
    height: 30px;
    touch-action: pan-y;
    display: flex;
}
.cr-bg-white {
    background-color: rgba(255, 255, 255, 1 );
}
.modal-close.modal-close {
    color: rgba(107, 114, 128, 1);
    padding: 6px;
    background-color: transparent;
    border-width: 0px;
    border-radius: 9999px;
    align-items: center;
    width: 24px;
    height: 24px;
    display: flex;
    right: 10px;
    top: 4px;
    position: absolute;
}
.modal-touch-close .svelte-1k9ygqj {
    width: 86px;
    height: 5px;
    background: #e6e3e3;
    border-radius: 9999px;
    margin: auto;
}
.cr-modal-content {
    background-color: white;
    position: relative;
    z-index: 2147483640;
    font-size: 14px;
    padding-top: 40px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    width: 100%;
    max-height: 90vh;
    height: auto;
}
.cr-flex {
    display: flex;
}
.variant-image {
    width: 100px;
}
.variant-info .variant-image {
    width: 100px;
    margin-right: 14px;
}
.variant-info .variant-image img {
    aspect-ratio: 1 / 1;
    object-fit: contain;
    border-radius: 5px;
    max-width: 100%;
    vertical-align: middle;
    border-style: none;
    max-height: 100px;
}
.cr-line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.cr-text-base {
    font-size: 16px;
}
.cr-mb-1 {
    margin-bottom: 4px;
}
.cr-gap-x-3 {
    column-gap: 12px;
}
.cr-items-center {
    align-items: center;
}
.cr-text-lg.variant-price__main {
    color: #d82c0d;
}
.cr-text-lg {
    font-size: 18px;
}
.variant-price__compare.cr-text-sm {
    color:  #979797;
}
.cr-text-sm {
    font-size: 14px;
}
.cr-variant-price__sale.cr-text-xs {
    color: #fff;
    border-color: #d82c0d;
    background-color: #d82c0d;
    padding: 3px 8px;
    font-size: 12px;
    border-radius: 9999px;
    display: inline-block;
    margin-left: 8px;
}
.cr-grid.cr-border-t {
    padding-top: 8px;
    padding-bottom: 8px;
    border-color: rgba(240, 241, 242, 1);
    border-top-width: 1px;
    overflow-y: auto;
    row-gap: 14px;
    display: grid;
    margin-top: 14px;
}
.variant-section {
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 0;
    padding-right: 0;
    gap: 5px;
    align-items: baseline;
    display: grid;
}
.qv-label {
    color: #637381;
}
.cr-text-sm {
    font-size: 14px;
}
.cr-p-0 {
    padding: 0;
}
.cr-flex-wrap {
    flex-wrap: wrap;
}
.cr-flex {
    display: flex;
}
.cr-m-0 {
    margin: 0;
}
.variants.svelte-1f7xayj dd.svelte-1f7xayj {
    min-width: 59px;
    border-radius: 0;
    display: inline-block;
    margin: 0px;
    margin-top: 5px;
    margin-right: 5px;
}
.variants.svelte-1f7xayj dd.active label.svelte-1f7xayj {
    border-color: #cd6420;
    background: #fff;
    color: #cd6420;
}
.variants.svelte-1f7xayj dd label.svelte-1f7xayj {
    width: 100%;
    display: block;
    cursor: pointer;
    padding: 6px 15px;
    line-height: 1;
    text-align: center;
    border: 1px solid;
    border-radius: 20px;
    border-color: #cbcbcb;
    background: #fff;
    color: #637381;
    user-select: none;
}
.variants.svelte-1f7xayj dd.svelte-1f7xayj {
    min-width: 59px;
    border-radius: 0;
    display: inline-block;
    margin: 0px;
    margin-top: 5px;
    margin-right: 5px;
}
.variants.svelte-1f7xayj dd.active label.svelte-1f7xayj {
    border-color: #cd6420;
    background: #fff;
    color: #cd6420;
}
.variant-section .variants  {
    padding: 0;
    flex-wrap: wrap;
    display: flex;
    margin: 0;
}
.variants .svelte-1f7xayj dd label.svelte-1f7xayj {
    width: 100%;
    display: block;
    cursor: pointer;
    padding: 6px 15px;
    line-height: 1;
    text-align: center;
    border: 1px solid;
    border-radius: 20px;
    border-color: #cbcbcb;
    background:#fff;
    color: #637381;
    user-select: none;
    font-weight: 400;
    font-size: 12px;
    margin: 0;
}
.product-action.cr-border-t {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px 10px;
    padding-top: 14px;
    border-color: rgba(240, 241, 242, 1);
    border-top-width: 1px;
    margin-bottom: 14px;
}
.qty-wrapper.svelte-9otu20 {
    grid-template-columns: 85px 1fr;
    grid-gap: 5px;
    grid-column: 1/-1;
}
.quantity-bar.svelte-ub6a0x {
    display: flex;
    align-items: center;
}
.adjustment-btn.svelte-ub6a0x {
    user-select: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    padding: 0;
    line-height: 1;
    background: #fff;
    color: #8c9196;
    border: 1px solid #d7d7d7;
    font-size: 16px;
    margin: 0;
    outline: none;
    cursor: pointer;
    border-radius: 50%;
}
.input-quantity.quantity-text {
    border: none;
    outline: none;
    padding: 6px 8px;
    height: 32px;
    width: 45px;
    line-height: 1;
    margin: 0 0.25em;
    text-align: center;
    font-size: 16px;
}
.cr-text-center {
    text-align: center;
}
.cta.cta--fullwidth.cta--md {
    line-height: 1.2;
    cursor: pointer;
    box-sizing: border-box;
    text-align: center;
    background-color: #cd6420;
    color: #fff;
    padding: 8px 20px;
    font-size: 16px;
    line-height: 1;
    margin-top: auto;
    cursor: pointer;
    border: 1px solid;
    border-color: rgb(205, 100, 32);
    outline: none;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
    min-height: 40px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#ega-modal-sizes.modal {
    visibility: hidden;
}
#ega-modal-sizes.show {
    visibility: visible;
}
.content_modal_contact .text-title h3 {
    text-align: center;
    text-transform: uppercase;
    font-size: 25px;
}
 .text-form-contact label {
      font-size: 18px;
      font-weight: 600;
      
  }
  .text-form-contact .text-contact {
      width: 100%;
      height: 42px;
      border: 1px solid #333;
      margin-bottom: 5px;
      padding: 0px 10px;
  }
  .text-form-contact textarea {
      width: 100%;
      border: 1px solid #333;
      margin-bottom: 5px;
      padding:  10px;
  }
  .content_modal_contact .button-contact {
      text-align: center;
  }
  .btn-contact.btn-sub {
      border: 1px solid #cd6420;
      background: #cd6420;
      color: #fff;
      padding: 10px 15px;
  }
#ega-modal-contact {
   visibility: hidden;
}
#ega-modal-contact.show {
   visibility: visible;
}
#ega-modal-video {
   visibility: hidden;
}
#ega-modal-video.show {
   visibility: visible;
}
.contact-close {
    padding: 0;
    background-color: transparent;
    border: 0;
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #252525;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}
.video-close {
    padding: 0;
    background-color: transparent;
    border: 0;
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #252525;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}
.modal-video iframe {
    width: 100%;
}
.heading-bar .title_page {
    font-size: 32px;
    padding: 10px 0;
    font-weight: 400;
}
#result_size {
    font-weight: bold;
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;    
}
.content_blog.media-body a:hover {
    color: #000;
    text-decoration: none;
}




/* media */
@media screen and (max-width: 767px) {
  .crbtn__item {
    font-size: 10px;
    cursor: initial;
  }
  .crbtn__link {
    user-select: none;
  }
  .swipe-container.modal-addCart {
      justify-self: flex-end;
      width: 100%;
      margin-top: auto;
      touch-action: pan-y;
      position: absolute !important;
      bottom: 0;
  }
  .cr-modal-content {
      align-self: flex-end;
      width: 100%;
  }
  .product-action.cr-border-t  {
      grid-template-columns: 1fr;
  }
  .qty-wrapper.svelte-9otu20 {
      display: flex;
      align-items: center;
  }
}
@media screen and (max-width: 550px) {
    .ega-cr-addon--mobile.shoppee {
        display: block;
        
    }
}
@media screen and (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
}
@media screen and (min-width: 320px) {
    .grid-container  {
       grid-template-columns: calc(50% - 6px) calc(50% - 6px) ;
    }
    /*.flashsale .heading-bar.has-tabs .flashsale__header {*/
    /*    padding-bottom: 0;*/
    /*}*/
}
@media screen and (max-width: 350px) {
    .soluong.soluong_type_1 {
        grid-template-columns: 100%;
    }
}



@media screen and (min-width: 768px) {
    .grid-container  {
       grid-template-columns: calc(33.33% - 8px) calc(33.33% - 8px) calc(33.33% - 8px);
    }
}
@media screen and (max-width: 767px) {
    .flash-sale-tabs .tabs-title {
        justify-content: center;
    }
    
    .flashsale__header .flash-sale-heading .flashsale__title a {
        font-size: 20px;
        font-weight: 600;
    }
    .title_module_main .tabs-title {
        flex-wrap: wrap;
        justify-content: center;
    }
    .tabs-select .show-text {
        font-size: 20px;
    }
    .tabs-select i {
        font-size: 15px;
    }
    .text-muted.mt-0 {
        font-size: 14px;
    }
    .order-two {
        order: 2;
    }
    .product-sliderCon {
        display: none;
    }
     .ega-badge-ctd span {
        display: none;
    }
    .ega-badge-ctd .ega-badge-ctd__colon {
        color: #000;
    }
    .ega-badge-ctd .ega-badge-ctd__item {
        border-radius: 3px;
        width: 24px;
        height: 24px;
        font-size: 14px;
    }
}
@media screen and (min-width: 1024px) {
    .grid-container  {
       grid-template-columns: calc(25% - 9px) calc(25% - 9px) calc(25% - 9px) calc(25% - 9px) ;
    }
}
@media screen and (min-width: 993px) {
    .mid-footer .footer-block {
       padding: 30px 0;
    }
}

@media screen and (min-width: 1200px) {
    .grid-container  {
       grid-template-columns: calc(20% - 9.6px) calc(20% - 9.6px) calc(20% - 9.6px) calc(20% - 9.6px) calc(20% - 9.6px);
    }
}

