
.main .py-4 {
    padding-bottom: 2.5rem !important;
}

.pd-image .js-gallery__item {
    -webkit-transition: all .4s;
    transition: all .4s;
}

.pd-image .ratio {
    --bs-aspect-ratio: calc(495 / 375 * 100%);
}

.ratio>* {
    -o-object-fit: cover;
    object-fit: cover;
}

.js-gallery__item--video::after {
    content: '';
    background-image: url(/tp/T0390/img/play.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 2.375rem;
    height: 2.375rem;
    position: absolute;
    color: #fff;
    bottom: 1rem;
    right: 1rem;
    z-index: 2;
}

.pd-policy>li {
    display: flex;
    flex-direction: column;
    font-size: 0.75rem;
    text-align: center;
}

.pd-policy>li img {
    max-height: 20px;
    margin-bottom: 0.75rem;
}

.pdc-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 1.25rem;
    text-transform: uppercase;
}

.pdc-title:after {
    content: '';
    border-top: 1px solid rgba(112, 112, 112, 0.5);
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 1rem;
}

.pd-content {
    margin-top: 1.875rem;
}

.pd-content-wrapper {
    overflow: hidden;
    transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}

.pd-content-wrapper.show-more {
    max-height: 5000px !important;
    transition: max-height 1s ease-in-out;
}

.view-content {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1rem auto;
    border: none;
    background: 0 0;
}

.view-content i {
    font-size: 20px;
    margin-left: 5px;
}

.pd-title {
    line-height: 1.167;
    letter-spacing: -0.01562em;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 0;
}
.rate span {
    margin-top: 4px;
    color: #616161;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.00938em;
    padding-right: 20px;
}

.sku, .status {
    color: #616161;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.00938em;
}

.sku {
    margin-right: 20px;
}

.status .available {
    color: var(--main-color);
}

.status .outstock {
    color: red;
}


.border-top {
    border-top: 1px solid #dee2e6!important;
}

.border-C0 {
    border-color: #c0c2cb !important;
}

.opacity-0-5 {
    opacity: .5;
}

.pd-detail__price__new {
    font-size: 1.25rem;
    line-height: 1.2;
    font-weight: 600;
    color: #f4b301;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pd-detail__price__old {
    font-size: .875rem;
    font-weight: 500;
    color: #8e9095;
    margin-bottom: 0;
    text-decoration: line-through;
}

.pd-info .percent-tag {
    font-size: .6875rem;
    padding: 0.2rem;
    margin-left: 1rem;
    letter-spacing: .02em;
}

.star {
    color: #f4b301;
}

.star i {
    margin-right: 0.1rem;
}

.rating-result, .total-buy {
    font-size: 0.75rem;
    font-weight: 500;
}

.rating-result {
    margin-bottom: 0.1rem;
}

.btnAddToCart img {
    width: 20px;
}

.control-label {
    gap: 10px;
    font-weight: 500;
    color: #000;
    display: flex;
    align-items: center;
    font-size: 1rem;
    margin-bottom: 10px;
    letter-spacing: 0.00938em;
}
.control-label .input_size,.control-label .input_color{
    font-weight: 700;
}
.colorPicker{
    margin-top: 40px;
}
.attr p.color .itemColor, .tp-attr p.color .itemColor {
    display: flex;
    justify-content: center;
    align-items: center;
}

.attr p.color .itemColor a, .tp-attr p.color .itemColor a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 2px solid transparent;
    transition: all .2s;
}

.attr p.color .itemColor a.active, .tp-attr p.color .itemColor a.active {
    border-color: var(--main-color);
}

.attr p.color .itemColor a.active, .attr p.color .itemColor a:hover {
    box-shadow: 0 0 2px 2px var(--main-color);
}

.attr p.color .itemColor a, .attr p.size a, .tp-attr p.color .itemColor a, .tp-attr p.size a {
    position: relative;
}

.attr p.color .itemColor a img, .tp-attr p.color .itemColor a img {
    border-radius: 0;
    height: 45px;
    width: 45px;
}

.attr p.size a.active {
    background: var(--main-color);
    color: #fff;
    border-color: var(--main-color);
}

.btn-action {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#addQuickCart, .btn-out-stock {
    -webkit-box-flex: 1;
    flex-grow: 1;
    margin-left: 0.5rem;
    height: 38px;
    padding: 0 1.5rem;
    border-radius: 25px;
    background: #fff;
    border: 1px solid #EE5A8A;
    font-size: 0.8rem;
}

.btn-out-stock {
    cursor: not-allowed;
}

.pview-action .product-price {
    padding: 5px 20px;
}
#buyNow{
    display: none !important;
}
#buyNow, #addToCart {
    align-items: center;
    background: var(--main-color);
    border: 0;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    height: 50px;
    justify-content: center;
    width: 100%;
    text-transform: uppercase;
}

#addToCart span {
    display: flex;
    align-items: center;
    gap: 5px;
}

.pview-store {
    align-items: center;
    color: #2d9cdb;
    display: flex;
    font-size: 16px;
    font-style: normal;
    gap: 6px;
    height: 20px;
    line-height: 20px;
    margin-bottom: 20px;
}

#addToCart {
    background: var(--main-color);
    gap: 6px;
    font-weight: 400;
}

.wishlist {
    padding: 0.7rem 0.85rem;
    flex-shrink: 0;
    font-size: 1.5rem;
    line-height: 1;
    background: #fff;
    color: #8e9095;
    border: 1px solid #8e9095;
    border-radius: 0.25rem;
}

.pd-quantity {
    display: flex;
    align-items: center;
}

.pd-quantity-wrapper>* {
    border: 1px solid #e0e0e0;
    height: 46px;
    font-family: "GoogleSans Regular";
}

#qty {
    box-shadow: unset !important;
    width: 50px;
    height: 100%;
    text-align: center;
    outline: none;
    border: 1px solid #eee;
    font-size: 0.875rem;
    font-weight: 600;
}

.pd-quantity {
    margin-top: 25px;
}

.pd-quantity-wrapper button {
    display: inline-block;
    width: 46px;
    line-height: 42px;
    background: #f6f6f6;
    color: #333;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
}

.pd-quantity-wrapper {
    margin-left: 30px;
}

.pd-quantity-wrapper button.qty-up {
    border-left: none;
}

.pd-quantity-wrapper button.qty-down {
    border-right: none;
}

.attr p.req a.deactive {
    background: #ccc;
    opacity: 0.3;
    cursor: not-allowed;
}

/*Rating*/
.p-25, .py-25 {
    padding-top: 1.5625rem!important;
    padding-bottom: 1.5625rem!important;
}

.p-80, .px-80 {
    padding-left: 5rem!important;
    padding-right: 5rem!important;
}

.p-10, .py-10 {
    padding-top: 0.625rem!important;
    padding-bottom: 0.625rem!important;
}

.rating-left {
    display: -webkit-box;
    display: flex;
    text-align: center;
}

.number-rate {
    letter-spacing: -.02em;
    font-size: 3rem;
    font-weight: 400;
    line-height: 1;
    margin: 0.4rem 0;
}

.rl-item:last-child {
    padding-left: 1rem;
    webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: .75rem;
    font-weight: 500;
}

.star-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 0.625rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #bfc1cb;
    border-radius: 0.3125rem;
}

.fa-star {
    color: #f4b301;
}

.star {
    display: inline-flex;
}

.avatar {
    width: 48px;
    height: 48px;
    background: #c1c7d0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.avatar i {
    color: #fff;
    font-size: 2rem;
}

.rating-comment {
    display: flex;
    border-bottom: 1px solid rgba(192,194,203,.5);
}

.rating-comment:last-child {
    border-bottom: none;
}

.buy-check {
    color: #00be84;
    font-size: 0.625rem;
    display: inline-flex;
    align-items: center;
    margin-left: 0.5rem;
}

.buy-check img {
    margin-right: 0.25rem;
}

.star-type {
    display: inline-flex;
    align-items: center;
    margin: 0;
    font-weight: 400;
}

.rl-item .star-type i {
    margin-left: 0.25rem;
}

.commentContent {
    margin-top: 0.5rem;
    line-height: 1.6;
    font-size: .75rem;
    font-weight: 400;
}

.rv-date {
    font-size: .625rem;
    color: #969696;
    margin-top: 0.5rem;
    font-weight: 400;
    margin-bottom: 0;
}

.commentator p {
    font-size: 0.875rem;
    font-weight: 500;
}

.btn-rate {
    background: #fff;
    border: 1px solid #ee5a8a;
    border-radius: 25px;
    font-size: 0.75rem;
    padding: 0 1rem;
    height: 100%;
    font-weight: 400;
    display: flex;
}

#commentText {
    height: 100%;
}

#btnRate button {
    background-color: #ee5a8a;
    border-color: #ee5a8a;
    color: #fff;
    border-radius: 25px;
    font-size: 0.75rem;
    padding: 10px 20px;
    text-transform: none;
}

#popupRatingNormal .modal-content {
    height: auto;
}

#popupRatingNormal .modal-body {
    padding: 2rem;
}

.rv-image>.row {
    --bs-gutter-x: 0.625rem;
    --bs-gutter-y: 0.625rem;
}

.rv-image>.row>.col {
    width: calc(100% / 7);
}

p.size.req {
    margin-bottom: 0.25rem;
    gap: 10px;
}

p.size.req>span {
    border: 1px solid #fff;
    margin-top: var(--bs-gutter-x);
    font-weight: 700;
    text-align: center;
    width: max-content;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.00938em;
}
p.size.req>span:hover{
    border: 1px solid var(--main-color);
}
p.size.req>span>a {
    padding: 10px;
    background: #fff;
    width: 100%;
    display: block;
    color: #757575;
    border: 1px solid #eee;
}

.sizeGuide {
    display: none;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.00938em;
    color: #2d9cdb;
    cursor: pointer;
    font-weight: 400;
    margin-left: 190px;
}

.sizeGuide i {
    font-size: 1.25rem;
    margin-left: 0.25rem;
    display: inline-block;
    vertical-align: bottom;
}

.js-size-content-inner {
    border: 1px solid #c0c2cb;
    padding: 1rem;
    margin-top: 1rem;
    border-radius: 0.3125rem;
}

.slider {
    width: 100%;
    height: 0.125rem;
    padding: 0;
    background-color: rgba(233, 233, 233, 1);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* Special styling for WebKit/Blink */
input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: 1px solid #000;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background: #ffffff;
    cursor: pointer;
}

/* All the same stuff for Firefox */
input[type=range]::-moz-range-thumb {
    border: 1px solid #000;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background: #ffffff;
    cursor: pointer;
}

/* All the same stuff for IE */
input[type=range]::-ms-thumb {
    border: 1px solid #000;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background: #ffffff;
    cursor: pointer;
}

.js-size-result {
    width: 100px;
    border: 1px solid #8e9095;
    height: auto;
    text-align: center;
    font-weight: 700;
    padding: 2.5px 8px;
    border-radius: 0.1875rem;
    letter-spacing: .02em;
    margin-left: 0.25rem;
}

.sizeGuideTable {
    text-decoration: underline;
    cursor: pointer;
    font-weight: 500;
}

#result_size {
    display: flex;
    justify-content: space-between;
}

.product-tab  .nav {
    flex-direction: unset;
}

.product-tab .nav-link.active {
    color: #fff !important;
    background: var(--main-color) !important;
    border-left:none !important;
}

.fk-tab__nav.fk-tab__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -0.5rem 1.25rem;
}

.main-nav {
    border-bottom: 0;
}

.fk-tab__content {
    font-size: 0.75rem;
    color: #636363;
}

.model-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.model-detail__left {
    width: 150px;
}

.ratio-1x1 {
    --bs-aspect-ratio: 100%;
}

.model-detail__right {
    width: calc(100% - 150px);
    padding-left: 1.25rem;
    font-weight: 500;
}

.model-detail__name {
    font-weight: 600;
    font-size: 1rem;
    color: #8e9095;
    margin-bottom: 0.5rem;
}

.model-detail__info {
    font-size: 0.875rem;
}

table {
    caption-side: bottom;
    border-collapse: collapse;
}

tbody, td, tfoot, th, thead, tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}

.model-detail__info__table > tbody td {
    padding: 0 1.25rem 0.4rem 0;
}

.model-detail__info__table > tbody tr:first-child td {
    padding-bottom: 1.25rem;
}

.nav-tabs {
    border: none !important;
}

.fk-tab__nav.fk-tab__nav .nav-link {
    padding: 0.25rem 0;
    font-weight: 500;
    color: #c0c2cb;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: transparent !important;
}

.main-nav.main-nav .nav-link.active {
    border-bottom-color: #212121 !important;
}

.heading {
    margin-bottom: 1.5rem;
}

.heading-title {
    font-size: 0.8rem;
    margin-bottom: 0;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 7px;
    border-bottom: 1px solid #dee2e6;
    width: 100%;
    line-height: 30px;
}

.pd-outline {
    background: #fff;
    padding: 1rem;
    -webkit-box-shadow: 0 2px 6px rgba(55,55,55,.04);
    box-shadow: 0 2px 6px rgba(55,55,55,.04);
}

.product-description {
    padding-top: 15px;
}

.view-product a {
    border: 1px solid #212121;
    padding: 0.35rem 2rem;
    border-radius: 0;
    font-weight: 600;
    font-size: 0.875rem;
}

.childProducts {
    margin-bottom: 2rem;
}

.navigation {
    display: flex;
    margin: 0;
    padding: 14px 0 13px;
}

.navigation>li {
    margin-right: 12px;
    padding-right: 12px;
    font-size: 14px;
    font-weight: 500;
    position: relative
}
.navigation>li a{
    display: block;
    color: #252525;
}
.navigation>li:not(:last-child):after {
    top: 6px;
    right: -5px;
    line-height: 1;
    font-size: 11px;
    content: "\f101";
    font-weight: 700;
    position: absolute;
    font-family: "Font Awesome 6 Pro";
}

.zoomImageBox {
    width: calc(100% / 8);
}

.swiper-container {
    width: 100%;
}

.zoomer .swiper-slide {
    /*transition: all .3s;*/
    border: 2px solid transparent;
}

html .owl-carousel.owl-zoom .owl-nav .owl-prev, html .owl-carousel.owl-zoom .owl-nav .owl-next {
    background: #000;
    width: 40px;
    height: 40px;
    border-radius: 0;
    border: none;
    color: #fff;
    font-size: 12px;
}

.swiper-slide.swiper-slide-thumb-active, .zoomer .swiper-slide:hover {
    border: 2px solid var(--main-color);
}

.zoomer {
    margin-top: 7px;
}

body .swiper-button-prev, body .swiper-button-next {
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background: rgba(0,0,0,0.3);
    color: #fff;
    border-radius: 0;
    font-size: 16px;
}

.swiper-button-prev {
    left: 10px;
}

.swiper-button-next {
    right: 10px;
}

.zoomImageBox .swiper-button-prev, .zoomImageBox .swiper-button-next {
    width: 100%;
    height: 30px;
    background: transparent;
    color: #ee5a8a;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    background: linear-gradient(180deg, #D9D9D9 0%, rgba(217, 217, 217, 0) 100%);
    font-size: 20px;
    border-radius: 0;
}

.zoomImageBox {
    position: relative;
}

.zoomImageBox .swiper-button-prev {
    top: 575px;
}

.zoomImageBox .swiper-button-next {
    top: 0;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-prev:after, .swiper-button-next:after, .swiper-container-rtl .swiper-button-next:after {
    display: none;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
    pointer-events: auto;
}

.price_sale {
    color: #000;
    font-size: 26px;
    font-weight: 700;
    height: 18px;
    line-height: 18px;
}

.price_retail {
    margin-left: 1rem;
    color: #9e9e9e;
    height: 14px;
    line-height: 14px;
    padding-top: 2px;
    letter-spacing: 0.00938em;
    font-weight: 400;
}

.product-code span, .rating-result>span.ml-2 {
    color: #969696;
}

.qty-wrapper-pview {
    height: 35px;
    margin-left: 25px;
}

.qty-wrapper-pview button {
    width: 35px;
    height: 100%;
    border: 1px solid #eee;
    background: #fff;
    outline: none;
    font-size: 1rem;
    font-weight: 300;
}

.product-description>p {
    font-weight: 600;
}

.hrt>.star-box {
    width: 33%;
}

.comment-wrapper {
    width: 67%;
    padding-left: 7.5rem;
}

.star-box .progress-sell {
    margin: 0;
    height: 0.4rem;
}

.pb-65 {
    padding-bottom: 65px;
}

.product-related .swiper-button-prev, .product-related .swiper-button-next {
    background: #f1f1f1;
    width: 32px;
    height: 32px;
    font-size: 12px;
}

.product-related .swiper-button-prev {
    left: -40px;
}

.product-related .swiper-button-next {
    right: -40px;
}

.top-product {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    background: #fff;
    z-index: 99;
    height: 92px;
    filter: drop-shadow(0px 4px 50px rgba(0, 0, 0, 0.03));
}

.tp-left>img {
    height: 92px;
    width: auto;
}

.tp-attr p.color .itemColor a img {
    width: 28px;
    height: 28px;
}

.tp-attr p.color .itemColor {
    padding-right: calc(var(--bs-gutter-x) * .15);
    padding-left: calc(var(--bs-gutter-x) * .15);
}

.tp-attr p.size a {
    height: 28px;
    background: #f1f1f1;
    border-color: #f1f1f1;
    padding: 0.6rem;
}

.tp-left-wrapper {
    padding-left: 2rem;
}

.tp-attr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.tp-attr .size>span {
    margin-top: 0;
}

.tp-attr p.color, .tp-attr p.size.req {
    margin: 0;
}

.tp-right .price_sale {
    font-size: 1rem;
    font-weight: 700;
}

.description * {
    font-family: Santral W01 !important;
}

.comment-wrapper .owl-carousel.review-slider .owl-nav button.owl-next, .comment-wrapper .owl-carousel.review-slider .owl-nav button.owl-prev {
    bottom: 0;
    background: #f1f1f1;
}

.modal#modalSize {
    height: auto;
}

.product-code {
    display: none;
}

.tag-wrap a {
    color: #fff;
    padding: 3px 5px;
    border-radius: 5px;
    background: #737373;
    display: inline-block;
    margin: 0 3px 3px 0;
    line-height: 16px;
}

.p-brand {
    font-weight: 600;
    text-decoration: underline;
    font-size: 0.875rem;
}

.pview-wishlist-btn {
    position: unset;
}

.pd-action-wrap {
    margin: 10px 0;
}

.freeship {
    padding: 12px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin: 15px 0 10px;
}

.freeship span {
    font-size: 0.875rem;
    font-weight: 600;
    margin-left: 5px;
}

.wrap-owl {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.bg-left {
    width: 104px;
    height: 100%;
    background: #81d8d0;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
}

.owl-product-home {
    margin-left: 52px;
}

.pp-left, .pp-right {
    width: 50%;
}

.pp-left-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 180px 0 0;
    height: 100%;
}

.pp-right-wrap {
    padding-left: 9rem;
}

.sub-title {
    margin-bottom: 0;
}

.pp-right-wrap h5 {
    font-weight: 700;
    font-size: 1rem;
}

.pp-right-wrap p {
    height: 18px;
    line-height: 18px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    max-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    margin-bottom: 0;
    font-size: 0.875rem;
}

.pp-right-wrap p.open {
    height: auto;
    line-height: 18px;
    -webkit-line-clamp: unset;
    -webkit-box-orient: vertical;
    max-height: 100%;
}

.pp-right-wrap ul li {
    padding: 15px 0 10px;
    border-top: 1px solid #000;
}

.pp-right-wrap ul li:last-child {
    border-bottom: 1px solid #000;
}

.hbb-item {
    margin-top: 0;
}

.home-product {
    margin: 60px 52px 80px 0;
    padding: 0;
    padding-left: 52px;
}

.pp-right-wrap ul li {
    position: relative;
}

.pp-right-wrap ul li i {
    position: absolute;
    right: 0;
    top: 20px;
    font-size: 21px;
    cursor: pointer;
}

/*.sticky {*/
/*    z-index: 9;*/
/*    position: fixed;*/
/*    left: 0;*/
/*    bottom: 0;*/
/*    width: 100%;*/
/*}*/

.product-detail {
    width: 100%;
    gap: 20px;
}
.product-detail .attr{
    padding-top: 0 !important;
}
.product-detail .prd-buy{
    padding: 20px;
    border: 1px solid #ededed;
    height: max-content;
}
.product-detail .prd-buy .save{
    font-size: 15px;
    margin-bottom: 20px;
}
.product-detail .prd-buy .gift-text{
    margin-top: 20px;
    background: #d0e1f1;
    padding: 15px;
    gap: 5px;
}
.product-detail .prd-buy .gift-text .key{
    font-size: 15px;
}
.detail_product{
    margin-top: 20px;
}
.pview-share ul {
    display: flex;
}
.pview-share ul li {
    margin-right: 7px;
}
.pview-share ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: red;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    color: #fff;
    font-size: 14px;
}
.pview-action .product-price {
    border: 1px solid transparent;
    position: relative;
    overflow: hidden;
}

.pview-action .product-price:hover {
    border-color: #000;
    background: #81d8d0;
}

.pview-action .product-price button span {
    position: absolute;
    top: 5px;
    right: 20px;
    transform: translateY(45px);
    transition: all .4s;
}

.pview-action .product-price button span:last-child {
    transform: translateY(calc(50% + 5px));
}

.pview-action .product-price:hover button span {
    transform: translateY(calc(50% + 5px));
}

.pview-action .product-price:hover button span:last-child {
    transform: translateY(-45px);
}
/*share*/
.main-product-share {
    gap: 15px;
    display: flex;
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
}
.wishlist_view{
    height: 38px;
    min-width: 38px;
    background: #eee;
}
.wishlist_view i{
    font-size: 15px;
}
.main-product-share .main-product-share-overplay {
    background: transparent;
    border: none;
    outline: none;
    box-shadow: none;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    background: rgba(45, 45, 50, 0.8);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all 0.2s;
    z-index: 98;
}
.main-product-share .main-product-share-cta {
    border: none;
    outline: none;
    box-shadow: none;
    padding: 0;
    position: relative;
    width: 35px;
    height: 35px;
    border-radius: 999px;
    background: #eee;
    z-index: 100;
    transition: all .5s linear;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.main-product-share .main-product-share-cta svg {
    width: 20px;
    height: 20px;
}
.main-product-share .main-product-share-cta svg * {
    transition: all .5s linear;
}
.main-product-share .main-product-share-popup {
    transition: all .5s;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-20px);
    position: absolute;
    background: #FFF;
    right: 50px;
    top: -35px;
    width: 90vw;
    min-width: 250px;
    max-width: 400px;
    border-radius: 0.5em;
    z-index: 99;
}
.main-product-share .main-product-share-popup:before {
    content: "";
    position: absolute;
    right: -25px;
    top: 30%;
    transform: translateY(-50%);
    border-width: 1rem;
    border-style: solid;
    border-color: transparent transparent transparent white;
}
.main-product-share .main-product-share-popup .main-product-share-popup-head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 15px;
}
.main-product-share .main-product-share-popup .main-product-share-popup-body {
    padding: 15px;
    position: relative;
}
.main-product-share .main-product-share-popup .main-product-share-popup-head label {
    margin: 0;
}
.main-product-share .main-product-share-popup .main-product-share-popup-head a:first-of-type {
    margin-left: auto;
}
.main-product-share-popup-head a {
    display: block;
    margin-left: 10px;
}
.main-product-share .main-product-share-popup .main-product-share-popup-head a svg {
    width: 32px;
    height: 32px;
}
.main-product-share .main-product-share-popup .main-product-share-popup-body label {
    display: block;
    margin-bottom: 10px;
}
.main-product-share .main-product-share-popup .main-product-share-popup-body form {
    position: relative;
}
.main-product-share .main-product-share-popup .main-product-share-popup-body form input {
    width: 100%;
    padding: 12px 50px 12px 16px;
    border: 1px solid #d9d9d9;
    border-radius: 6px;
}
.main-product-share .main-product-share-popup .main-product-share-popup-body form button {
    position: absolute;
    top: 2px;
    right: 2px;
    padding: 10px;
    background: #FFF;
    border: none;
    color: #2d87f3;
    font-weight: bold;
}
body.open-noscroll, html.open-noscroll {
    position: relative;
    overflow: hidden;
    touch-action: none;
    -ms-touch-action: none;
}
body.open-noscroll, html.open-noscroll {
    position: relative;
    overflow: hidden;
    touch-action: none;
    -ms-touch-action: none;
}
.tp_product_detail .name_share{
    position: relative;
    align-items: center;
}
html.open-share .main-product .main-product-wrap .main-product-right .main-product-share .main-product-share-overplay {
    opacity: 1;
    visibility: visible;
    transform: none;
}


/*end share*/
.pview-action .product-price:hover *{
    color: #000 !important;
}
.bestseller-tag {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: default;
    outline: 0;
    -webkit-text-decoration: none;
    text-decoration: none;
    border: 0;
    padding: 0;
    vertical-align: middle;
    box-sizing: border-box;
    background: #F8E4D2;
    width: 100px;
    height: 26px;
    border-radius: 90px;
    color: #F2994A;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
}

.sold-tag {
    cursor: default;
    outline: 0;
    -webkit-text-decoration: none;
    text-decoration: none;
    border: 0;
    padding: 0;
    vertical-align: middle;
    box-sizing: border-box;
    background: #2D9CDB26;
    width: 122px;
    margin-left: 10px;
    height: 26px;
    border-radius: 90px;
    color: #2D9CDB;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-tag {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 5px;
}

.price_sale_percent {
    margin-left: 15px;
    letter-spacing: 0.00938em;
    font-weight: 700;
    height: 14px;
    line-height: 14px;
    padding-top: 2px;
}

.pd-detail__price {
    display: flex;
    margin-top: 12px;
    padding-bottom: 15px;
    flex-direction: column;
    text-align: start;
    gap: 10px;
}
.pd-detail__price .price_sale_percent{
    display: none;
}
.pd-detail__price .old-lib-price{
    margin: 0;
    position: relative;
    width: max-content;
}
.pd-detail__price .old-lib-price:after{
    top: 8px;
    position: absolute;
    transform: rotate3d(0,0,1,-10deg);
    content: " ";
    display: block;
    width: 100%;
    height: 1.5px;
    background-color: red;
    transition: width 0.4s;
}
.pview-action .control-label {
    margin-bottom: 0;
}

.pview-policy {
    margin-top: 15px;
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
    padding: 12px 0;
    border-bottom: 1px dashed #ddd;
}
.pview-policy h3{
    letter-spacing: 0.5px;
    margin: 0;
    text-transform: uppercase;
    font-size: 16px;
    color: #03030380;
}
.pp-item {
    font-size: 14px;
    font-weight: 600;
}
.pp-item .policy{
    flex-direction: column;
    display: flex;
}
.pp-item .policy span:last-child{
    font-weight: 500;
}
.pp-item img {
    justify-content: center;
    height: 40px;
    width: 40px;
    background: #eee;
    display: flex;
    margin-right: 12px;
    font-size: 18px;
    align-items: center;
    color: var(--main-color);
}

.pp-item:last-child {
    margin-right: 0;
    padding-right: 0;
    border: none;
}

.product-tab .tab-content>.tab-pane {
    background: #fff;
    padding: 30px 40px;
    border: 1px solid #EEEEEE;
    border-radius: 7px
}

.zoom-item-wrap {
    position: relative;
    width: 40%;
    margin: 0 auto;
}

.close-zoom {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
    height: 32px;
    width: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.6);
    cursor: pointer;
}

.product-tab .nav-link {
    text-transform: uppercase;
    color: #757575;
    cursor: pointer;
    display: flex;
    font-size: 16px;
    font-weight: 600;
    height: 36px;
    justify-content: center;
    line-height: 20px;
    border-radius: 0;
    background: #eee !important;
    min-width: unset;
    padding: 10px 20px;
}

.product-tab .nav-pills .nav-link.active, .product-tab .nav-pills .show>.nav-link {
    color: var(--main-color);
    border-bottom: 4px solid var(--main-color);
    background: transparent;
}

.product-tab {
    width: 100%;
    margin-top: 2.5rem !important;
}

.product-tab .nav-item {
    margin-right: 5px;
}

.product-tab ul {
    border-bottom: 1px solid #ccc;
}

.pd-image .wishlist-btn {
    position: absolute;
    bottom: 20px;
    right: 10px;
    z-index: 2;
    top: auto !important;
}

.section-pview .title p {
    font-weight: 500;
}

.view-album {
    display: block;
    width: fit-content;
}

.zoomSlide {
    position: fixed;
    top: 50%;
    left: 0;
    z-index: 100;
    transform: translateY(-50%);
    width: 100%;
    display: none;
}

.owl-zoom {
    position: unset;
}

.owl-carousel.owl-zoom .owl-nav .owl-prev {
    left: 15px;
}

.owl-carousel.owl-zoom .owl-nav .owl-next {
    right: 15px;
}

.copy-link {
    margin-top: 3px;
    display: block;
    margin-left: 10px;
    cursor: pointer;
}

.copy-link img {
    width: 20px;
    filter: invert(0.5);
}


.title-size {
    line-height: 1.5;
    letter-spacing: 0.00938em;
    font-weight: 600;
    font-size: 20px;
    color: rgb(33, 33, 33);
    margin: 0 0 8px;
}

.zoomContainer {
    margin-top: 30px !important;
}

figure.zoom-item {
    background-position: 50% 50%;
    position: relative;
    overflow: hidden;
    background-size: 1000px;
}
figure.zoom-item img {
    transition: opacity .1s;
    display: block;
    width: 100%;
}
#closeZoom {
    display: none;
}
.modal-dialog-scrollable .modal-body {
    height: 100vh;
}

@media (min-width: 992px) {
    figure.zoom-item img:hover {
        opacity: 0 !important;
    }
}


@media (max-width: 992px) {
    body {
        font-weight: 500;
        font-size: 0.75rem;
        line-height: 1.4;
        display: flex;
        flex-direction: column;
        min-height: 100vh;
    }
    .pd-image, .pd-info {
        width: 100%;
    }
    .pd-info {
        padding-left: 15px;
        padding-right: 15px;
    }
    .back-page {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 49px;
        position: relative;
        flex-shrink: 0;
        margin-left: -1rem;
    }
    .mobile-pview {
        position: relative;
    }
    .mobile-pview .container-fluid {
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: absolute;
        width: 100%;
        z-index: 2;
    }
    .rating-result, .total-buy {
        font-size: 0.625rem;
    }
    .attr p.size a, .tp-attr p.size a {
        font-size: 11pt;
        font-weight: 500;
    }
    .attr p.color .itemColor a img, .tp-attr p.color .itemColor a img {
        padding: 2px;
    }
    .sizePicker span, .colorPicker span {
        padding-right: 0;
    }
    .attr p.size a.active, .tp-attr p.size a.active {
        background: #212121;
        color: #fff;
        border-color: #212121;
    }
    .pe-2 {
        padding-right: 0.5rem !important;
    }
    .flex-grow-1 {
        flex-grow: 1 !important;
    }
    .commitment-nav {
        display: grid;
        grid-template-columns: repeat(3,auto);
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        align-items: center;
        grid-gap: 0.5rem;
        letter-spacing: .02em;
        font-size: 9px;
        padding-left: 0;
        margin-bottom: 0;
        font-weight: 500;
    }
    .commitment-nav>li {
        display: grid;
        grid-template-columns: auto 1fr;
        grid-gap: 0.2rem;
        -webkit-box-align: center;
        align-items: center;
    }
    .attr {
        padding-bottom: 35px;
    }
    .section.py-12 {
        margin: 0 calc(var(--bs-gutter-x)/-2);
        padding-left: calc(var(--bs-gutter-x)/2);
        padding-right: calc(var(--bs-gutter-x)/2);
        border-top: 4px solid #f2f2f2;
        border-bottom: 4px solid #f2f2f2;
    }
    .modal-header {
        margin: 0 15px;
        padding: 1rem 0 0.5rem !important;
    }
    .modal-title {
        width: 100%;
        font-size: 0.75rem;
        font-weight: 600;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .modal-title span {
        font-size: 1.25rem;
    }
    .sv-item__top {
        display: flex;
        align-items: center;
    }
    .sv-item .sv-item__top__icon {
        width: 1.75rem;
        padding-right: 0.25rem;
        flex-shrink: 0;
    }
    .sv-item .sv-item__top__icon img {
        height: 0.875rem;
    }
    .sv-item .sv-item__top__title {
        -webkit-box-flex: 1;
        flex-grow: 1;
        font-size: .875rem;
        font-weight: 700;
        letter-spacing: .02em;
    }
    .sv-item__bottom {
        margin-top: 0.5rem;
        line-height: 1.6;
    }
    .sv-item * {
        font-weight: 500;
    }
    .sv-item+.sv-item {
        margin-top: 1.875rem;
    }
    .bottom-menu {
        display: none;
    }
    .btn-action.mb-3 {
        position: fixed;
        bottom: 0;
        left: 0;
        background: #fff;
        width: 100%;
        z-index: 9;
        margin-bottom: 0 !important;
        padding: .5rem 1rem;
        border-top: 1px solid #e5e5e5;
        -webkit-box-shadow: 0 -1px 5px rgba(0,0,0,.1);
        box-shadow: 0 -1px 5px rgba(0,0,0,.1);
    }
    .wishlist {
        width: 40px;
        height: 40px;
        background: #f2f2f2;
        padding: 0;
        font-size: 1.25rem;
        border: none;
    }
    .info-collapse__head {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 20px 1fr auto;
        grid-template-columns: 20px 1fr auto;
        grid-gap: 0.5rem;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: .875rem;
        font-weight: 600;
        padding: 1rem 0;
        margin-bottom: 0;
    }
    .info-collapse+.info-collapse {
        position: relative;
    }
    .info-collapse+.info-collapse::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        border-top: 1px solid #e5e5e5;
    }
    .info-collapse__body {
        padding-bottom: 1.25rem;
    }
    .info-collapse__head>i {
        color: #8e9095;
    }
    .info-collapse__body * {
        font-size: 0.75rem;
    }
    .info-collapse__body__inner {
        position: relative;
        max-height: 280px;
        overflow: hidden;
    }
    .info-collapse__body__inner::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 80px;
        background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0)),color-stop(80%,#fff));
        background-image: linear-gradient(to bottom,rgba(255,255,255,0),#fff 80%);
    }
    .btn.btn-fit {
        border: 0;
        padding: 0;
        text-align: left;
        background-color: transparent;
        color: inherit;
        font-size: 0.7825rem;
    }
    .model-detail__name {
        font-size: 0.875rem;
    }
    .model-detail__info {
        font-size: .75rem;
    }
    .fk-tab__nav.fk-tab__nav {
        margin: 0 0 1.25rem;
    }
    .model-detail__left {
        width: 100px;
    }
    .model-detail__right {
        width: calc(100% - 100px);
    }
    .model-detail__info__table>tbody tr:first-child td {
        padding-bottom: 1rem;
    }
    .fk-tab.mt-55 {
        margin-top: 0 !important;
        padding: 1.5rem 0;
        border-top: 4px solid #f2f2f2;
        border-bottom: 4px solid #f2f2f2;
        margin: 0 calc(var(--bs-gutter-x)/-2);
        padding-left: calc(var(--bs-gutter-x)/2);
        padding-right: calc(var(--bs-gutter-x)/2);
    }
    .product-detail.pb-50.pt-20 {
        padding-bottom: 0 !important;
        padding-top: 0 !important;
    }
    .star-average {
        padding: 0;
        background: transparent;
    }
    .rl-item:last-child {
        padding-left: 0;
    }
    .rl-item>.row>.col-12>.row {
        justify-content: flex-end;
    }
    .btn-rate {
        text-transform: none;
    }
    .rating-comment {
        border-top: none;
        border-bottom: 1px solid rgba(192,194,203,.5);
    }
    .rating-comment:last-child {
        border-bottom: none;
    }
    .product-rating.pb-65 {
        padding-bottom: 1.875rem!important;
    }
    .history-wrapper {
        max-width: 57%;
    }
    .owl-history.owl-carousel .owl-stage-outer {
        overflow: initial;
    }
    .pd-outline {
        padding: 0.75rem;
    }
    .section-product.pb-60.pt-50 {
        padding: 35px 0 6rem !important;
    }
    .gx-sm-12 {
        --bs-gutter-x: 12px!important;
    }
    .gy-sm-35.gy-45 {
        --bs-gutter-y: 35px !important;
    }
    .pd-sticky {
        margin-top: 1rem;
    }
    .product-code p {
        margin-bottom: 0.5rem;
    }
    .swiper-related .swiper-slide {
        width: 57vw !important;
    }
    .pd-image {
        flex-direction: column-reverse;
    }
    .swiper-vertical .swiper-slide>img, .swiper-vertical.swiper-container, .swiper-vertical-qv .swiper-slide>img, .swiper-vertical-qv.swiper-container {
        height: auto;
    }
    .zoomImageBox .swiper-button-prev, .zoomImageBox .swiper-button-next {
        display: none;
    }
    .hrt>.star-box, .comment-wrapper {
        width: 100%;
    }
    .comment-wrapper {
        padding-left: 0;
        margin-top: 2rem;
    }
    .star-type {
        font-size: 0.65rem;
    }
    .rl-item:last-child>.row {
        justify-content: flex-end;
    }
    .swiper-button-prev, .swiper-button-next {
        top: auto;
        bottom: 0;
        width: 35px;
        height: 35px;
        background: #fff;
        font-size: 16px;
        display: none;
    }
    .swiper-button-prev {
        left: calc(50% - 38px);
    }
    .swiper-button-next {
        right: calc(50% - 38px);
    }
    .main .py-4 {
        padding-bottom: 1.5rem !important;
    }
    .product-description>p>i {
        float: right;
    }
    .product-related .swiper-button-prev, .product-related .swiper-button-next {
        display: none;
    }
    .product-related .heading-title {
        text-align: left;
        font-size: 1.25rem;
    }
    .modal#modalSize {
        top: 50%;
        left: 50%;
        width: 95%;
        height: 80%;
        transform: translate(-50%, -50%);
    }
    .modal#modalSize .modal-content {
        height: 100%;
    }
    .modal#modalSize.show .modal-dialog {
        height: auto;
    }
    .h3.pd-title {
        font-size: 1rem;
        width: 70%;
    }
    .zoomImageBox {
        display: none;
    }
    .bd-bot {
        position: relative;
    }
    .rating-result {
        position: absolute;
        top: 0;
        right: 0;
    }
    .addCartTop {
        width: 63%;
    }
    #addQuickCart, .btn-out-stock {
        width: 100%;
    }
    .btn-action {
        display: none;
    }
    .main .py-4.attr {
        padding: 0.75rem 0 !important;
    }
    .pd-image-item {
        width: 100%;
        margin: 0;
    }
    .section-pview  .owl-dots {
        width: 100vw;
        bottom: -30px;
    }
    .product-related, .product-history {
        padding-left: 15px;
        padding-right: 15px;
    }
    .bg-left {
        display: none;
    }
    .owl-product-home {
        margin-left: 0;
    }
    .home-product {
        margin: 0;
        padding: 0;
    }
    .heading {
        margin: 0;
    }
    .pp-left, .pp-right {
        width: 100%;
    }
    .pp-left-wrap, .pp-right-wrap {
        padding: 0;
        margin-bottom: 20px;
    }
    .pd-image {
        padding-right: 0;
    }
    #buyNow, #addToCart {
        width: 44%;
        font-size: 12px;
    }
    .pp-item {
        width: 100%;
        margin-bottom: 12px;
        border: none;
    }
    .product-tab ul {
        flex-direction: row;
    }
    .product-tab .nav-link {
        padding-bottom: 15px;
        background: transparent !important;
    }
    .product-tab .nav-link.active {
        border-left: none !important;
        color: var(--main-color) !important;
        background: transparent !important;
    }

}
.section-product {
    position: relative;
}
.product-related{
    margin-top: 80px;
}
.section-product .owl-nav {
    display: flex !important;
    position: absolute;
    top: -55px;
    right: 0;
    gap: 5px;
}
.section-product .owl-nav button {
    width: 35px;
    height: 35px;
    color: #2f3034;
    font-size: 16px;
    line-height: 37px !important;
    text-align: center;
    border-radius: 3px;
    background-color: #f4f4f4 !important;
}
body.open-share .main-product-share .main-product-share-popup, html.open-share .main-product-share-overplay{
    opacity: 1;
    visibility: visible;
    transform: none;
}
html.open-share .swiper-container{
    z-index: -1;
}
.zoomSlide {
    position: fixed;
    top: 50%;
    left: 0;
    z-index: 100;
    transform: translateY(-50%);
    width: 100%;
    display: none;
}
.owl-zoom {
    position: unset;
}
html .owl-carousel.owl-zoom .owl-nav .owl-prev, html .owl-carousel.owl-zoom .owl-nav .owl-next {
    background: #000;
    width: 40px;
    height: 40px;
    border-radius: 0;
    border: none;
    color: #fff;
    font-size: 12px;
}
.owl-carousel.owl-zoom .owl-nav .owl-prev {
    left: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: rgba(0, 0, 0, 0.18) 0px 4px 6px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.owl-carousel.owl-zoom .owl-nav .owl-next {
    right: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: rgba(0, 0, 0, 0.18) 0px 4px 6px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.zoom-item-wrap {
    position: relative;
    width: 40%;
    margin: 0 auto;
}
.close-zoom {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
    height: 32px;
    width: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.6);
    cursor: pointer;
}
figure.zoom-item {
    background-position: 50% 50%;
    position: relative;
    overflow: hidden;
    background-size: 1000px;
}
.pd-sticky .button-viewmall{
    margin-top: 20px;
    cursor: pointer;
}
.pd-sticky .button-viewmall span{
    font-weight: 700;
}
.pd-sticky .button-viewmall i{
    padding-left: 5px;
}
.pd-sticky .highlight{
    row-gap: 13px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 10px;
}
.pd-sticky .highlight .parameter span{
    text-wrap: nowrap;
    position: relative;
    width: max-content;
}
.pd-sticky .highlight .parameter:nth-of-type(2n) span.text{
    text-align: end;
    padding: 4px 0 4px 5px ;
}
.pd-sticky .highlight .parameter:nth-of-type(2n-1) span.text{
    padding: 4px 5px 4px 0 ;
}
.pd-sticky .highlight .parameter span.dot {
    margin-top: 10px;
    width: 100%;
    height: 1px;
    border: 1px dashed #959393;
}
.pd-sticky .highlight .parameter:nth-of-type(2n){
    display: flex;
    justify-content: end;
    flex-direction: row-reverse;
}
.pd-sticky .highlight .parameter{
    display: flex;
    position: relative;
    align-items: center;
}
button.readmore__toggle {
    display: flex;
    margin-top: 1rem;
    border: none;
    background: linear-gradient(0deg, rgba(23,111,234,1) 0%, rgba(4,38,252,1) 100%);
    color: #ffffff;
    padding: .8rem;
    cursor: pointer;
    border-radius: 2rem;
}
#desciption {
    max-height: 250px;
    overflow: hidden;
    transition: max-height 0.3s ease;
}
#pills-home .read_more{
    text-align: center;
}
#readMoreBtn{
    color: #fff;
    background: var(--main-color);
    margin-top: 30px;
    border: none;
    outline: none;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 3px;
}
.input.childProducts.variant-radio {
    margin-bottom: 0.25rem;
    gap: 10px;
}
.input.childProducts.variant-radio label{
    border: 1px solid #fff;
    margin-top: 10px;
    font-weight: 700;
    text-align: center;
    width: max-content;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.00938em;
}
.input.childProducts.variant-radio label a{
    padding: 10px;
    background: #fff;
    width: 100%;
    display: block;
    color: #757575;
    border: 1px solid #eee;
}
.input.childProducts.variant-radio label a.active {
    background: var(--main-color);
    color: #fff;
    border-color: var(--main-color);
}
