/* --------------------
Single Product
-------------------- */
/***** Group attributes *****/
table.shop_attributes {
    width: 100%;
    text-align: right;
}

table.shop_attributes * {
    vertical-align: middle;
}

table.shop_attributes.type-1 .attribute-inner-table-wrapper {
    display: none;
}

table.shop_attributes.type-3 .attribute-inner-table-wrapper {
    display: none;
}

table.shop_attributes.type-3 tr:nth-child(2) .attribute-inner-table-wrapper {
    display: block;
}

table.shop_attributes .attribute_group_row th {
    padding: 20px 30px;
    border: 1px solid #ECECEC;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: .4s;
    border-radius: 24px;
    background: #fff;
}

tr.attribute_group_row.open th {
    color: var(--color2);
}

table.shop_attributes .attribute_group_row th:after {
    content: "\e90a";
    width: 20px;
    height: 20px;
    font-size: 5px;
    border: 2px solid rgba(33, 33, 33, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    position: absolute;
    right: 25px;
    top: 25px;
    transform: rotateX(0deg);
    transition: .3s;
    font-family: 'icomoon';
   
}

table.shop_attributes .attribute_row table {
    width: 100%;
    margin-top: 20px;
}

table.shop_attributes .attribute_row table th,
table.shop_attributes .attribute_row table td {
    padding: 25px 15px;
}

table.shop_attributes .attribute_row_open .attribute-inner-table-wrapper {
    display: block;
}

table.shop_attributes .attribute_row table th {
    color: #252525;
    text-align: left;
    font-size: 16px;
}

table.shop_attributes .attribute_row td {
    width: 100%;
    display: block;
}

table.shop_attributes .attribute_row .attribute_value p {
    text-align: right
}

table.shop_attributes .attribute_row {
    margin-bottom: 20px;
    display: block;
}

.attribute_name:before {
    content: "";
    width: 8px;
    height: 8px;
    background: var(--color1);
    display: block;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.attribute_name_values tbody tr:not(:last-child) {
    border-bottom: 1px solid #F0F0F0;
}

.attribute_name_values tbody tr:first-child th,
.attribute_name_values tbody tr:first-child td {}

.attribute_name {
    position: relative;
}

table.shop_attributes .attribute_group_row.open th:after {
    transform: rotateX(180deg);
    color: var(--color1);
    border-color: var(--color1);
    padding-top: 3px
}

tr.attribute_group_row.open th {
    background: #ECECEC;
}

/***** tabs *****/
.woocommerce-tabs.wc-tabs-wrapper {
    margin-top: 40px;
    margin-bottom: 20px;
}

.tabs.wc-tabs {
    display: flex;
    align-items: center;
    margin-bottom: 45px;
    background: #f5f5f5;
    flex-wrap: wrap;
}

.tabs.wc-tabs li {
    position: relative;
    min-width: 24%;
    font-family: var(--bold_font);
}

.tabs.wc-tabs li a {
    padding: 12px 0;
    transition: .4s;
    display: inline-block;
    color: #666;
    position: relative;
    text-align: center;
    width: 100%;
}

.tabs.wc-tabs li a:hover {
    color: var(--color1);
}

.tabs.wc-tabs li a:before {
    content: '';
    height: 2px;
    background: var(--color2);
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    transition: 0.3s;
    transform: scale(0);
}

.tabs.wc-tabs li.active a {
    background: white;
}

.tabs.wc-tabs li.active a:before {
    transform: scale(1);
}


/*Swatches*/
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
    padding: 0 !important;
    box-shadow: none !important;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):first-of-type {
    margin-right: 0 !important;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
    margin: 0 5px !important;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item .variable-item-span-color:after,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item .variable-item-span-color {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow: inset 0 0 1px 0 rgb(0 0 0);
}

.variations_form.cart .value.woo-variation-items-wrapper:after {
    display: none;
}

.gallery-images .onsale {
    position: absolute;
    right: 10px;
    z-index: 1;
    top: 10px;
    color: var(--color1);
    padding: 0 10px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background: #f9f9f9;
}

.summary .variations tr {
    margin-bottom: 15px !important;
    display: block;
}

.woocommerce-MyAccount-content fieldset {
    border: 1px solid var(--color1);
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
}

.woocommerce-MyAccount-content fieldset legend {
    background: var(--color1);
    color: #fff;
    padding: 3px 30px;
    border-radius: 5px;
}


.woocommerce-account.woocommerce-orders .woocommerce-message,
.single-product .woocommerce-message {
    display: flex;
    flex-flow: row-reverse;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 30px;
}

.woocommerce-message .button {
    margin-right: 25px;
}

.summary > .price {
    margin: 10px 0;
}

.product_title.entry-title {
    font-size: 40px;
    line-height: 1.4;
}

.product_title.entry-title {
    font-size: 32px;
}

.sku_wrapper .sku {
    color: #737373;
    display: inline-block;
}

.woocommerce-product-details__short-description {
    margin: 15px 0;
    color: #999;
}

.related.products {
    margin: 50px 0;
}

.tagged_as {
    display: block;
    border-top: 2px solid #e3e3e3;
    color: #757577;
    padding-top: 15px;
    font-size: 16px;
    margin-top: 15px;
}

.tagged_as a:last-of-type:after {
    display: none;
}

.tagged_as a:after {
    content: '';
    width: 2px;
    height: 9px;
    background: #dcdcdc;
    display: inline-block;
    position: absolute;
    top: 11px;
    left: -9px;
}

.tagged_as a:hover {
    color: var(--color2);
}

.tagged_as a {
    display: inline-block;
    margin-left: 12px;
    margin-bottom: 10px;
    border-radius: 3px;
    position: relative;
    color: #000;
}

.tagged_as a:hover {
    color: var(--color2);
    border-color: var(--color2);
}

/* Comments */
.woocommerce p.stars a {
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none;
    margin-right: 1px;
    color: var(--color1);
    font-size: 16px;
}

.woocommerce .stars span {
    display: flex;
    gap: 3px;
}

.woocommerce p.stars a::before {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: 'icomoon';
    text-indent: 0;
    content: "\e929";
    transition: all 0.3s;
}

.woocommerce p.stars a:hover ~ a::before {
    content: '\e929';
}

.woocommerce p.stars:hover a::before {
    content: '\e92a';
}

.woocommerce p.stars.selected a.active::before {
    content: '\e92a';
}

.woocommerce p.stars.selected a.active ~ a::before {
    content: "\e929";
}

.woocommerce p.stars.selected a:not(.active)::before {
    content: '\e92a';
}

.comment-form-rating {
    display: flex;
    align-items: center;
    gap: 10px;
}

.comment-form-rating label {
    margin-bottom: 0 !important;
}

.commentlist li {
    padding-right: 0 !important;
}

.commentlist li:before,
.commentlist li:after {
    display: none !important;
}

/* Gallery */
.woocommerce-product-gallery__image {
    text-align: center;
}

.woocommerce-product-gallery__trigger {
    position: absolute;
    left: 10px;
    z-index: 1;
    top: 10px;
    font-size: 0;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background: #f9f9f9;
}

.woocommerce-product-gallery__trigger:before {
    content: "\e918";
    font-family: 'icomoon';
    font-size: 18px;
    color: var(--color1);
    transform: rotate(360deg) scaleX(-1.05);
    display: inline-block;
    transition: all 0.3s;
}

.woocommerce-product-gallery__trigger:hover {
    background: var(--color1);
}

.woocommerce-product-gallery__trigger:hover:before,
.woocommerce-product-gallery__trigger:hover:after {
    color: #fff;
}

.flex-control-thumbs .owl-stage-outer {
    padding: 10px 0;
}

.flex-control-thumbs {
    padding: 0 30px;
}

.flex-control-thumbs li {
    border-radius: 5px;
    overflow: hidden;
}

.flex-control-thumbs .owl-nav button {
    line-height: 1 !important;
}

.flex-control-thumbs .owl-nav button i {
    font-size: 16px !important;
    color: #d3d3d3;
}

.flex-control-thumbs .owl-nav {
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    pointer-events: none;
}

.flex-control-thumbs .owl-nav button {
    pointer-events: auto;
    color: var(--color1);
    transition: all 0.3s;
    font-size: 20px !important;
}

.flex-control-thumbs .owl-nav button:hover {
    color: var(--color2);
}

.pswp__caption__center {
    text-align: center;
}

.gallery-images {
    position: relative;
}

.flex-control-nav li:hover {
    border: 1px solid var(--color2);
}

.flex-control-nav li {
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    cursor: pointer;
    transition: .4s;
}




.variations_form.cart select {
    display: block;
}

.variations_form.cart .variations {
    width: 100%;
}

.variations .value {
    display: block;
}

.variations .label {
    display: block;
    margin-bottom: 5px;
    font-size: 16px;
}

.reset_variations:hover {
    background: white;
    color: var(--color2) !important;
}

.reset_variations {
    margin: 0 0 10px;
    display: inline-block !important;
    background: var(--color2);
    border: 1px solid var(--color2);
    color: #fff !important;
    border-radius: 5px;
    padding: 0 10px;
    transition: .4s;
}

.variations_form.cart select {
    width: 100%;
    -webkit-appearance: none;
    border: none;
    padding: 10px 15px;
    font-family: inherit;
    border-radius: 14px;
    color: #919191;
    background: #F5F5FA;
    height: 48px;
    margin-bottom: 20px;
}

.variations_form.cart .value {
    position: relative;
}

.variations_form.cart .value:after {
    content: '';
    border: solid #414042;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2.5px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: absolute;
    right: 20px;
    top: 20px;
}

.woocommerce-variation-availability {
    margin-top: 8px;
    line-height: 1;
    margin-bottom: 8px;
    width: 100%;
}

.woocommerce-variation-availability .stock.in-stock {
    display: block;
    width: 100%;
}


.summary .price del {
    text-align: left;
    display: block;
    color: #999;
    margin-bottom: -8px;
}

.summary .price > span,
.summary .price ins {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
}

.summary .price > span,
.summary .price ins span {
    font-size: 20px;
    color: var(--color2);
}

.product-type-variable .summary > .price {
    display: none;
}

.summary .cart .button {
    flex: 0 0 63%;
    max-width: 63%;
    margin-bottom: 10px;
    height: 40px;
}

.summary .cart .quantity {
    flex: 0 0 32%;
    max-width: 32%;
    padding: 0;
}

form .quantity {
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 12px;
    background: #414042;
    padding: 0 15px;
    color: #fff;
    max-width: 130px;
}

.price-information form .quantity {
    float: right;
    margin-bottom: 12px;
}

.quantity.hidden {
    display: none;
}

/* .single_variation_wrap {
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
} */
/* .woocommerce-simple-price {
	display: flex;
    justify-content: space-between;
} */
.woocommerce-simple-price p.stock.in-stock {
    display: none;
    /*     width: 100%;
    line-height: 1;
    margin: 15px 0;
    font-size: 13px; */
}

.woocommerce-variation.single_variation {
    float: left;
    max-width: 50%;
    display: flex;
    flex-wrap: wrap;
}

.woocommerce-variation-description {
    order: 1;
    font-size: 13px;
    line-height: 1.5;
}

.price-information {
    padding: 10px;
    border-radius: 20px;
    position: relative;
    border: 1px solid #ECECEC;
}

.outofstock .price-information {
    margin-bottom: 0;
}

/* .price-information:after {
	    border: 1px solid #ECECEC;
    content: "";
    position: absolute;
    inset: 0;
    height: 130%;
    border-radius: 20px;
    pointer-events: none;
}
.product-type-simple .price-information:after {
    height: 200%;
} */
.out-of-stock.stock-notify-modal-btn {
    display: flex;
    gap: 8px;
}

.outofstock .price-information:after {
    height: 100%;
}

.price-information .stock.out-of-stock {
    display: flex;
    justify-content: space-between;
    background: transparent;
    margin-left: 0;
    padding: 0;
    margin-top: 0;
}

.price-information .out-of-stock span {
    background: rgba(65, 64, 66, 1);
    color: #fff;
    font-size: 18px;
    border-radius: 12px;
    padding: 10px 20px;
    flex: 0 0 77%;
    text-align: center;
    height: 56px;
}

.price-information .out-of-stock .icon-bell {
    background: var(--color1);
    color: #fff;
    height: 56px;
    width: 56px;
    display: flex;
    border-radius: 12px;
    justify-content: center;
    align-items: center;
    font-size: 24px;
}

.woocommerce-simple-price .price {
    /* flex: 0 0 49%;
    max-width: 49%; */
    float: left
}

/* .woocommerce-simple-price form.cart {
    flex: 0 0 46%;
    max-width: 46%;
} */
.price-information .out-of-stock .icon-bell:before {
    animation: ring 4s .7s ease-in-out infinite;
}

@keyframes ring {
    0% {
        -webkit-transform: rotateZ(0);
    }

    1% {
        -webkit-transform: rotateZ(30deg);
    }

    3% {
        -webkit-transform: rotateZ(-28deg);
    }

    5% {
        -webkit-transform: rotateZ(34deg);
    }

    7% {
        -webkit-transform: rotateZ(-32deg);
    }

    9% {
        -webkit-transform: rotateZ(30deg);
    }

    11% {
        -webkit-transform: rotateZ(-28deg);
    }

    13% {
        -webkit-transform: rotateZ(26deg);
    }

    15% {
        -webkit-transform: rotateZ(-24deg);
    }

    17% {
        -webkit-transform: rotateZ(22deg);
    }

    19% {
        -webkit-transform: rotateZ(-20deg);
    }

    21% {
        -webkit-transform: rotateZ(18deg);
    }

    23% {
        -webkit-transform: rotateZ(-16deg);
    }

    25% {
        -webkit-transform: rotateZ(14deg);
    }

    27% {
        -webkit-transform: rotateZ(-12deg);
    }

    29% {
        -webkit-transform: rotateZ(10deg);
    }

    31% {
        -webkit-transform: rotateZ(-8deg);
    }

    33% {
        -webkit-transform: rotateZ(6deg);
    }

    35% {
        -webkit-transform: rotateZ(-4deg);
    }

    37% {
        -webkit-transform: rotateZ(2deg);
    }

    39% {
        -webkit-transform: rotateZ(-1deg);
    }

    41% {
        -webkit-transform: rotateZ(1deg);
    }

    43% {
        -webkit-transform: rotateZ(0);
    }

    100% {
        -webkit-transform: rotateZ(0);
    }
}

.flex-viewport {
    position: relative;
}

.woocommerce-tabs > ul {
    display: flex;
    background: #E8E8ED;
    padding: 12px 10px;
    border-radius: 24px;
    margin-bottom: 45px;
    gap: 30px;
    overflow-x: auto;
    position: sticky;
    top: 0;
    z-index: 2;
}

#faqs-product .faqs-content {
    margin-top: 30px;
}

.woocommerce-tabs ul li a {
    background: transparent;
    border-radius: 16px;
    font-size: 16px;
    transition: .3s;
    padding: 10px 45px;
    display: block;
    color: #212121;
    text-wrap: nowrap;
}

.woocommerce-tabs li.tab-btn {
    width: 40px;
    height: 40px;
    outline: 14px solid #D9D9D9;
    border-radius: 8px;
    margin-left: auto;
    margin-top: 8px;
    margin-bottom: 8px;
    margin-right: 15px;
}

.scroll-top {
    background: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    font-size: 8px;
    cursor: pointer;
}

.scroll-top i {
    transition: 0.3s
}

.scroll-top.active i {
    transform: rotate(180deg);
    color: var(--color1);
}

.woocommerce-tabs ul li:hover a {
    background: #fff;
    color: #212121 !important;
}

.woocommerce-tabs li {
    position: relative;
    display: flex;
    align-items: center;
}

.wc-tabs-wrapper ul li:not(:last-child):after {
    position: absolute;
    content: "";
    height: 24px;
    width: 2px;
    background: rgba(176, 176, 176, 1);
    top: 50%;
    transform: translateY(-50%);
    right: -17px;
}

.wc-tabs-wrapper ul li:has(+ .tab-btn):after {
    content: none;
}

p.woocommerce-noreviews {
    display: none;
}

.product-information {
    border: 1px solid #ECECEC;
    padding: 12px;
    border-radius: 20px;
}

.wrap-side {
    display: grid;
    gap: 16px;
    position: sticky;
    top: 10px;
}

.title-side {
    color: #212121;
    font-size: 18px;
    background: #F4F4F4;
    display: block;
    padding: 10px;
    border-radius: 12px;
    text-align: center;
    margin-bottom: 10px;
}

.sku_wrapper {
    margin-bottom: 10px;
    display: flex;
    color: #212121;
    justify-content: space-between;
    font-size: 16px;
}

.list-attr li {
    display: flex;
    justify-content: space-between;
}

.list-attr li .title {
    font-size: 15px;
    color: #212121;
}

.list-attr li .value {
    font-size: 15px;
    color: #737373;
    display: flex;
    gap: 7px;
    flex-wrap: wrap;
    justify-content: flex-end;
    line-height: 1;
    align-items: center;
    padding-left: 5px;
    text-align: end;
}

.product-attributes {
    display: grid;
    gap: 20px;
    margin-bottom: 10px;
}

.variations .label label {
    color: #3D3D3D;
    font-size: 15px;
}

.woocommerce-simple-price .price,
.woocommerce-variation-price .price {
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 1;
    min-height: 48px;
    flex-direction: column;
    padding-left: 60px;
    position: relative;
    margin-bottom: 12px;
}

.woocommerce-simple-price .percent,
.woocommerce-variation-price .percent {
    background: var(--color1);
    width: 50px;
    color: #fff;
    display: flex;
    justify-content: center;
    height: 30px;
    border-radius: 44px;
    font-size: 15px;
    align-items: center;
    position: absolute;
    left: 0;
    bottom: 0;
}

.wrap-side .woocommerce-variation-price .price:only-child:not(:has(del)),
.wrap-side .woocommerce-simple-price .price:only-child:not(:has(del)) {
    padding: 0;
    justify-content: center;
}

/* .wrap-price-del del,
.wrap-price-del ins{
	line-height: 1;
	text-decoration: none;
} */
/* .wrap-price-del del span{
	color:#B0B2BB !important;
	font-size:16px !important;
	position:relative;
}
.wrap-price-del del span:after{
	content: '';
    background: #B0B2BB;
    height: 1px;
    width: 100%;
    position: absolute;
    top: calc(50% - 1px);
    right: 50%;
    transform: translateX(50%);
}
 */

/*  .price-information .wrap-price-del ins,
 .price-information .wrap-price-del del{
	 text-decoration:none;
 } */
.price-information .woocommerce-Price-amount,
.price-information .wrap-price-del ins {
    color: #414042;
    font-size: 20px;
}

.attribute_group_row.open + .attribute_row .attribute-inner-table-wrapper {
    display: block !important;
}

.woocommerce-Tabs-panel {
    margin-bottom: 50px;
}

form .quantity input::-webkit-outer-spin-button,
form .quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

button.single_add_to_cart_button.button {
    width: 100%;
    border-radius: 12px;
    justify-content: center;
    border: 1px solid var(--color1);
}

.simple-button {
    max-width: 160px;
}

.simple-button,
.no-price-call {
    width: 100%;
    border-radius: 12px;
    justify-content: center;
    cursor: pointer;
    border: 1px solid var(--color1);
}

button.single_add_to_cart_button.button:hover,
.price-information .button.no-price-call:hover {
    background: transparent;
    color: var(--color1) !important;
}

.simple-button:before,
.simple-button:after,
.no-price-call.button:after,
.no-price-call.button:before,
.single_add_to_cart_button.button:before,
.single_add_to_cart_button.button:after {
    content: none;
}


form .quantity input {
    -webkit-appearance: none;
    border: none !important;
    text-align: center !important;
    -moz-appearance: textfield;
    width: 50px !important;
    margin: 0 !important;
    height: auto !important;
    font-size: 23px;
    background: none;
    color: #fff;
}

form .quantity button {
    background: none;
    border: none;
    width: 18px;
    border-radius: 50%;
    font-size: 16px;
    transition: 0.3s;
    color: #fff;
    border: 1px solid #fff;
    height: 18px;
    justify-content: center;
    align-items: center;
    display: flex;
}

form .quantity button:hover {
    background: var(--color1);
    border-color: var(--color1);
}

.product-quantity .quantity {
    max-width: 150px;
    margin: 0 auto;
}

.product-name .variation {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.button.wc-backward {
    margin-top: 15px;
}

.woocommerce-product-gallery {
    position: relative;
}

.product-meta-top {
    font-size: 16px;
    display: flex;
    align-items: center;
    direction: ltr;
    justify-content: flex-start;
    margin-bottom: 5px;
}

.product-meta-top a {
    margin-left: 8px;
}

.product-gallery-item .for-lightgallery {
    display: block;
    text-align: center;
}

.product-gallery-item.has-border,
.single-product-img {
    border: 1px solid #D8DBE5;
    padding: 20px;
    border-radius: 32px;
}

.socials-share-prd .share-icon .icon-copy,
.socials-share-prd .share-icon a {
    transform: rotate(90deg) !important;
    cursor: pointer;
    background: var(--color1);
    border-radius: 50%;
    color: #fff;
    flex-shrink: 0;
    width: 31px;
    height: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 500px;
}
.socials-share-prd .share-icon .icon-copy:hover,
.socials-share-prd .share-icon a:hover {
    background: #D8DBE5;color: var(--color1);
}
.socials-share-prd .share-icon {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    border: 1px solid var(--color1);
    padding: .25rem;
    gap: .5rem;
    border-radius: 2rem;
    top: 0;
    transform: rotate(0);
    left: 0px;
    transform-origin: right top;
    flex-direction: column;
    transition: 500ms;
    pointer-events: none;
}

.social-text {
    cursor: pointer;
}

.socials-share-prd .share-icon.open {
    visibility: visible;
    opacity: 1;
    transform: rotate(-90deg) translateY(5px);
    pointer-events: all;

}

.product_meta .category_post {
    margin: 0;
}

.product_meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 25px 0;
    flex-wrap: wrap;
    gap: 15px;
}

#single-product-thumbnail .item,
.thumbnail-slider .item {
    border: 1px solid #D8DBE5;
    border-radius: 10px;
    overflow: hidden;
    padding: 7px;
}

#single-product-thumbnail .item .item-img,
.thumbnail-slider .item .item-img {
    position: relative;
    border-radius: 8px;
}

#single-product-thumbnail .item .item-img img,
.product-gallery-item img {
    border-radius: 8px;
}

#single-product-thumbnail .item .item-img:after,
.thumbnail-slider .item .item-img:after {
    content: "";
    background: rgb(218 218 218 / 33%);
    position: absolute;
    inset: 0;
    backdrop-filter: blur(5px);
    border-radius: 4px;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

#single-product-thumbnail .item:hover .item-img:after,
.thumbnail-slider .item:hover .item-img:after {
    opacity: 1;
    visibility: visible;
}

#single-product-thumbnail .item .item-img:before,
.thumbnail-slider .item .item-img:before {
    content: "\e92b";
    color: #fff;
    position: absolute;
    font-family: 'icomoon';
    z-index: 1;
    font-size: 24px;
    right: 50%;
    transform: translateY(-50%) translateX(50%) scale(1.8);
    top: 50%;
    opacity: 0;
    visibility: hidden;
    transition: .4s;
}

#single-product-thumbnail .item:hover .item-img:before,
.thumbnail-slider .item:hover .item-img:before {
    transform: translateY(-50%) translateX(50%) scale(1);
    opacity: 1;
    visibility: visible;
}

#single-product-thumbnail {
    margin: 10px 2px 0
}

.color-variable-items-wrapper li {
    width: 48px !important;
    height: 48px !important;
}

.color-variable-items-wrapper li .variable-item-contents {
    border-radius: 50% !important;
    padding: 3px !important;
    border: 1px solid #F2F2F2 !important;
}

.woo-variation-swatches .variable-items-wrapper {

    margin-bottom: 25px;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item .variable-item-span-color:after,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item .variable-item-span-color {
    border-radius: 50% !important;
    box-shadow: none !important;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item.selected:not(.no-stock) .variable-item-contents:before,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).image-variable-item.selected:not(.no-stock) .variable-item-contents:before {
    background-position: center !important;
    background-repeat: no-repeat;
    background-size: 14px !important;
    content: " ";
    position: absolute;
    width: 100%;
    position: absolute;
    right: 50%;
    transform: translateX(50%);
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled .variable-item-contents,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled img,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled span,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled:hover .variable-item-contents,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled:hover img,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled:hover span {
    opacity: .3 !important;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled .variable-item-contents:before,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled:hover .variable-item-contents:before {
    content: none !important;
}

.average-rate i {
    color: #ffba47;
    font-size: 19px;
    margin-top: -5px;
}

.average-rate span {
    color: #3A3A3A;
    font-size: 14px;
}

.average-rate {
    display: flex;
    align-items: center;
    gap: 7px;
}

.title-single-prd {
    border-bottom: 1px solid #E9E9E9;
    padding-bottom: 10px;
}

.websima-gallery .wrap-socials {
    left: 20px;
    top: 20px;
}

.fix-btns.active {
    right: 15px;
}

.fix-btns {
    position: fixed;
    right: -65px;
    bottom: 120px;
    z-index: 5;
    transition: 0.4s ease;
    background: #fff;
    border: 1px solid #d0d0d0;
    width: 40px;
    height: 40px;
    outline: 8px solid #D9D9D9;
    border-radius: 8px;
    margin-left: auto;
    margin-top: 8px;
    margin-bottom: 8px;
    margin-right: 15px;
    font-size: 10px;
    cursor: pointer;
}

.sticky-cart {
    z-index: 100;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #fff;
    padding-block: 12px;
    border-top: 1px solid #F5F5F5;
    box-shadow: 0px -12px 43px -12px rgba(171, 171, 171, 0.22);
}

.sticky-cart-variable {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 8px;
}


.sticky-cart-variable .button {
    height: 48px;
    padding: 0 30px;
    font-size: 14px;
}

.sticky-cart-variable span.start-price {
    font-size: 12px;
}

.sticky-cart del .amount bdi {
    font-size: 14px;
}

.sticky-cart .amount bdi {
    font-size: 22px;
}

.sticky-cart-variable .d-flex {
    flex-direction: column;
}

.sticky-cart .price-information {
    border: none;
    padding: 0;
}

.sticky-cart .cart {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sticky-cart .woocommerce-simple-price .price .price {
    float: none;
}

.sticky-cart .woocommerce-simple-price .price {
    float: none;
    align-items: baseline;
    margin-bottom: 10px;
    flex-direction: row;
    min-height: auto;
    padding-top: 5px;
}

.sticky-cart .price-information form .quantity {
    margin-bottom: 0;
    margin-right: 15px;
}

@media screen and (max-width: 1300px) {
    .woocommerce-tabs ul li a {
        padding: 10px 15px;
        font-size: 15px;
        white-space: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
}

@media screen and (max-width: 1300px) {
    .product-information {
        margin-top: 32px;
    }
}

@media screen and (max-width: 576px) {
    .tabs.wc-tabs li {
        width: 100%;
    }

}

@media screen and (min-width: 576px) {
    .tabs.wc-tabs li {
        margin-left: 30px;
    }

    .tabs.wc-tabs li a {
        font-size: 17px;
    }


}

@media screen and (min-width: 992px) {
    table.shop_attributes .attribute_row table th {
        width: 250px;
        padding-right: 35px;
    }

    .product-meta-top:hover a {
        opacity: 1;
    }

    .product-meta-top a {
        opacity: 0;
    }
}