/* --------------------
Single Product
-------------------- */
.product-head {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    padding: 65px 0 0;
}

.inner-intro.product-intro {
    position: absolute;
    width: 100%;
    padding-top: 0;
    margin-top: -60px;
    min-height:350px;
}

.swiper-product-wrap {
    flex: 0 0 40%;
    max-width: 40%;
    min-height: 300px;
}

.product-top {
    flex: 0 0 58%;
    max-width: 58%;
}

.product_gallery_item img {
    max-height: 320px;
    width: auto;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.product_gallery_item a {
    display: flex;
    width: 100%;
    justify-content: center;
}

.product_gallery_item {
    border-radius: 12px;
    /*border: 2px solid #1140A6;*/
    /*background: #fff;*/
    overflow: hidden;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.item-thumbnail {
    border-radius: 6px;
    border: 1px solid rgba(188, 188, 188, 0.23);
    background: #FFF;
    overflow: hidden;
    cursor: pointer;
    max-width: 60px;
}

#single-product-thumbnail {
    margin: -48px 50px 0;
}

.item-thumbnail.swiper-slide-thumb-active {
    border: 1px solid #44D1C9;
    box-shadow: 0px 5px 14px -3px rgba(0, 55, 123, 0.20);
}

.product_title {
    color: #FFF;
    font-size: 18px;
    line-height: normal;
    padding-bottom: 18px;

}

.product_title.entry-title {
    border-bottom: 1px solid var(--color2);
}
.variations {
     transition: height 0.3s ease;
 }
.variations_form.cart {
    display: flex;
}
.variations_form.cart .variations tbody {
    width: 100%;
    display: block;
}
.variation-toggle {
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--color3);
    color: #fff;
    order: -1;
    margin-bottom: 14px;
    padding: 14px 5px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
}
.product-data {
    border-radius: 6px;
    background: #FFF;
    padding: 10px;
    /*box-shadow: 0px 22px 32px -12px rgba(0, 55, 123, 0.18);*/
    backdrop-filter: blur(16px);
    border: 1px solid #ececec;
    margin-bottom: 24px;
}
.single-update {
    border-radius: 6px;
    border: 1px solid var(--color3);
    background: #FFF;
    display: inline-flex;
    padding: 6px 12px;
    align-items: center;
    gap: 10px;
    color: var(--color3);
    width: 100%;
    margin-bottom: 16px;
    justify-content: center;
    white-space: nowrap;
}
.single-update i {
    font-size: 22px;
}
.product-data .price {
    border-radius: 4px;
    background: #F1F2F3;
    display: flex;
    flex-direction: column;
    padding: 14px;
    align-items: center;
    position: relative;
    gap: 10px;
    margin-bottom: 16px;
    min-height: 76px;
    justify-content: center;
}
.product-data .price:not(.simple-price) > .woocommerce-Price-amount.amount > bdi::before,
.product-data .price:not(.simple-price) ins::before {
    content: 'قیمت';
    color: #17214C;
    font-size: 16px;
    position: absolute;
    right: 15px;
}
.product-data .price > .woocommerce-Price-amount.amount > bdi,
.product-data .price ins {
    text-decoration: none;
    color: #123376;
    font-size: 14px;
    line-height: normal;
}

.product-data .price del {
    color: #a2a2a2;
    font-size: 14px;
}
.product-data .simple-price.price {
    flex-direction: row;
    justify-content: flex-end;
    gap: 0 7px ;
    position: relative;
    flex-wrap: wrap;
}
.simple-price.price:before {
    content: '$ قیمت :';
    color: #17214C;
    font-size: 14px;
    position: relative;
    display: block;
    flex: 0 0 100%;
}
.simple-price.price .woocommerce-Price-currencySymbol {
    font-size: 12px;
}
.product-brand {
    border-radius: 6.968px;
    background: #FFF;
    box-shadow: 0px 0px 13.93548px 0px rgba(0, 55, 123, 0.11);
    display: inline-flex;
    padding: 3px 5px;
    max-width: 72px;
    margin-bottom: 13px;
}
.product-brand img {
    max-height: 30px;
    object-fit: cover;
}
.product-data .call-for-price {
    background: var(--color2);
    color: #fff;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    font-size: 14px;
    display: block;
    border: 1px solid var(--color2);
}
.product-data .call-for-price:hover {
    background: transparent;
       color: var(--color2);
}

.title-sidebar {
    border-radius: 4px;
    background: #F1F2F3;
    display: flex;
    gap: 12px;
    padding: 12px 12px;
    align-items: center;
    color: #00377B;
    font-size: 16px;
    line-height: 32px;
}

.title-sidebar i {
    color: #44D1C9;
    font-size: 26px;
}

.support-info {
    display: flex;
    margin: 10px 0;
    align-items: center;
    gap: 8px;
}



.support-info img {
    max-width: 38px;
    border-radius: 100%;
}

.support-info .name {
    color: #565656;
    font-size: 14px;
    line-height: normal;
}

.support-info .phone {
    margin-right: auto;
    color: #565656;
    font-size: 13px;
    line-height: normal;
    font-family: var(--light_font);
    transition: 0.4s ease;
}

.support-info:hover .phone {
    color: var(--color1);
}

.product-feature {
    border-radius: 4px;
    background: rgb(205, 229, 246);
    margin-bottom: 18px;
    display: flex;
    gap: 16px;
    padding: 10px 24px;
    color: #077CD0;
    font-size: 14px;
}
.product-feature img {
    max-width: 30px;
    height: auto;
}
/***** Group attributes *****/
.tab-btns {
    margin-right: auto;
    display: flex;
    align-items: center;
    gap: 16px;
}

.scroll-top {
    display: inline-flex;
    width: 47px;
    height: 47px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background: #44D1C9;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    transition: 0.4s ease;
}

.scroll-top:hover {
    color: var(--color1);
}

.scroll-top i {
    transform: rotate(270deg);
    transition: 0.4s ease;
}

.scroll-top.active i {
    transform: rotate(90deg);
}

.product-share {
    position: relative;
}

.share-box a {
    color: #fff !important;
    font-size: 16px;
    line-height: 1 !important;
}

.share-box a .icon-facebook {
    font-size: 17px;
}

.share-box a:hover {
    color: var(--color2) !important;
}

.share-box {
    position: absolute;
    top: 111%;
    left: 50%;
    transform: translateX(-50%);
    margin: auto;
    white-space: nowrap;
    display: flex;
    background: var(--color1);
    width: 146px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 10px;
    border-radius: 7px;
    box-shadow: 0px 4px 13px -5px rgb(0, 55, 123);
}

.share-btn {
    display: inline-flex;
    width: 47px;
    height: 47px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background: #44D1C9;
    color: #fff;
    font-size: 26px;
    cursor: pointer;
    transition: 0.4s ease;
}

.share-btn:hover {
    color: var(--color1);
}

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: 10px 30px;
    border: 1px solid #dddddd;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: .4s;
}

tr.attribute_group_row.open th {
    border: 1px solid #a1a0a0;
    border-bottom: transparent;
    border-radius: 5px 5px 0 0;
    color: var(--color2);
}

table.shop_attributes .attribute_group_row th:after {
    content: '';
    width: 10px;
    height: 10px;
    border: 2px solid #d3d3d3;
    display: inline-block;
    transform: rotate(45deg);
    border-top: none;
    border-left: none;
    transition: .4s;
}

table.shop_attributes .attribute_row table {
    width: 100%;
}

table.shop_attributes .attribute_row table th, table.shop_attributes .attribute_row table td {
    padding: 5px 15px;
}

table.shop_attributes .attribute_row_open .attribute-inner-table-wrapper {
    display: block;
}

table.shop_attributes .attribute_row table th {
    width: 120px;
    color: #8f8f8f;;
}

table.shop_attributes .attribute_row td {
    width: 100%;
    display: block;
}

table.shop_attributes .attribute_row {
    margin-bottom: 25px;
    display: block;

    border-top: none;

}

table.shop_attributes.type-1 .attribute-inner-table-wrapper {
    border: 1px solid #a1a0a0;
    border-radius: 0 0 5px 5px;
    border-top: none;
    padding-bottom: 20px;
}

.attribute-inner-table-wrapper:before {
    content: '';
    width: calc(100% - 60px);
    margin-right: 30px;
    height: 1px;
    background: #dddddd;
    display: block;
    margin-bottom: 10px;
}

table.shop_attributes .attribute_group_row.open th:after {
    transform: rotate(-135deg);
    border-color: #a1a0a0;
}

.product-sidebar {
    position: sticky;
    top: 130px;
    transition: 0.4s ease;
}

.product-sidebar.active {
    top: 130px;
}

/***** tabs *****/
.woocommerce-tabs.wc-tabs-wrapper {
    margin-top: 24px;
    margin-bottom: 20px;
}

.tabs.wc-tabs {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 47px;
    padding: 12px 10px 12px 10px;
    gap: 5px 15px;
    border-radius: 12px;
    border: 1px solid #FFF;
    background: #F2F2F2;
    box-shadow: 0px 22px 32px -12px rgba(207, 207, 207, 0.30);
    position: sticky;
    top: 65px;
    z-index: 3;
    transition: 0.4s ease;
}


.tabs.wc-tabs.active {
    top: 65px;
}

.tabs.wc-tabs li {
    position: relative;
}

.tabs.wc-tabs li a {
    color: #333;
    font-size: 14px;
    line-height: 45px;
    white-space: nowrap;
}

.tabs.wc-tabs li a:hover {
    color: var(--color2);
}

.tabs.wc-tabs li a.active {
    color: var(--color2);
}



.attributes-col {
    flex: 1;
}

.woocommerce-product-attributes p {
    margin: 0;
}

.woocommerce-product-attributes tr {
    border-radius: 4px;
    background: #F7F7F7;
    /*box-shadow: 0px 12px 16px -6px rgba(3, 69, 151, 0.10);*/
    border: 1px solid #ececec;
    margin-bottom: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px 12px;
    gap: 10px;

}

.woocommerce-product-attributes-item__label {
    color: #000;
    font-size: 14px;
    line-height: 30px;
}

.woocommerce-product-attributes-item__value p {
    color: #000;
    font-size: 14px;
    line-height: 20px;
}

.woocommerce-tabs .section-title {
    margin-bottom: 32px;
}

.woocommerce-Tabs-panel {
    margin-bottom: 60px;
}

.read-more {
    display: inline-flex;
    flex-direction: column;
    gap: 5px;
    margin: auto;
    position: relative;
    right: 50%;
    transform: translateX(50%);
    transition: 0.4s ease;
    cursor: pointer;
    margin-top: 30px;
    z-index: 1;
    align-items: center;

}
.read-more i {
    border-radius: 111px;
    box-shadow: 0px 2px 11px 0px rgba(68, 209, 201, 0.20);
    backdrop-filter: blur(5px);
    font-size: 8px;
    width: 32px;
    height: 32px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: rgb(0, 55, 123);
    color: #fff;
    transition: 0.4s ease;
}
.product-content-wrap {
    position: relative;
}

.product-content-wrap::after {
    content: '';
    display: inline-block;
    width: calc(100% - 20px);
    height: 60px;
    position: absolute;
    bottom: -2px;
    right: 0;
    background: linear-gradient(to top, #fff, #ffffff38);
}

.read-more:hover i {
    background: rgba(0, 55, 123, 0.10);
    color: #00377B;
}

.read-more.less i {
    transform: rotate(180deg);
}

.product-content {
    overflow: hidden;
    transition: max-height 0.5s ease;
}

/*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;
}

.woocommerce-message .button {
    margin-right: 25px;
}

.summary > .price {
    margin: 10px 0;
}

.posted_in {
    display: block;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.posted_in a {
    color: #999;
}

.posted_in a:first-child {
    margin-right: 5px;
}

.posted_in a:hover {
    color: var(--color2);
}

.posted_in a::after {
    content: '|';
    display: inline-block;
    margin: 0 5px;
    color: #999 !important;
    pointer-events: none;
    font-size: 8px;
}

.posted_in a:last-child:after {
    display: none;
}

.sku_wrapper {
    margin-bottom: 10px;
    display: block;
    color: #999;
}

.sku_wrapper .sku {
    color: var(--color2);
    display: inline-block;
    margin-right: 5px;
}

.woocommerce-product-details__short-description {
    margin: 15px 0;
    color: #999;
}

.related.products {
    margin: 50px 0;
}

.tagged_as {
    display: block;
    color: #565656;
    font-size: 14px;
}

.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: flex;
    margin-left: 10px;
    margin-bottom: 10px;
    border-radius: 3px;
    position: relative;
    color: #565656;
    gap: 12px;
	align-items: center;
}


.tagged_as a:before{
	content: '';
	background-image: url("https://www.damoon-co.com/wp-content/uploads/icon-tag.webp");
	background-size: cover;
	width: 38px;
	height: 38px;
}

.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: 8px;
    overflow:hidden;
}
#tab-reviews .form-submit {
    float: left;
    flex: unset;
}
form#commentform p {
    margin-bottom: 0 !important;
}
.stars {
    margin: 0 !important;
}
.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: "\e94c";
    transition: all 0.3s;
    color: #FD8000;
}

.woocommerce p.stars a:hover ~ a::before {
    content: '\e94c';
}

.woocommerce p.stars:hover a::before {
    content: '\e94d';
}

.woocommerce p.stars.selected a.active::before {
    content: '\e94d';
}

.woocommerce p.stars.selected a.active ~ a::before {
    content: "\e94c";
}

.woocommerce p.stars.selected a:not(.active)::before {
    content: '\e94d';
}

.comment-form-rating {
    display: flex;
    align-items: center;
    background: #fff;
    gap: 18px;

}

.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;
}

.woocommerce-product-gallery > figure.woocommerce-product-gallery__wrapper, .flex-viewport {
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 10px;
}

.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;
}


/**************
  add to cart
*************/
.product-sidebar .button-simple {
    width: 100%;
    height: 60px;
    font-size: 16px;
}

.catalog-btn.button-simple {
    background: #fff;
    border-color: #077CD0;
    color: #077CD0;
    height: 50px;
}

.catalog-btn.button-simple:hover {
    background: #077CD0;
    color: #fff;
}

.catalog-btn {
    margin-top: 12px;
}

/**************
  variation
*************/
.variations_form.cart .variations tr {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    align-items: center
}

.variations_form.cart select {
    display: block;
}

.variations_form.cart .variations {
    width: 100%;
    margin-bottom: 40px;
}

.variations .value {
    display: block;
    flex: 0 0 47%;
}

.variations .label {
    display: block;
    font-size: 13px;
    color: #17214C;
}

.reset_variations:hover {
    background: white;
    color: var(--color2) !important;
}

.reset_variations {
    margin: 10px 0;
    display: inline-block !important;
    background: var(--color2);
    border: 1px solid var(--color2);
    color: #fff !important;
    border-radius: 5px;
    padding: 0 10px;
    transition: .4s;
    position: absolute;
}

.variations_form.cart select {
    width: 100%;
    -webkit-appearance: none;
    border: 1px solid #ddd;
    padding: 10px 15px;
    font-family: inherit;
    border-radius: 5px;
    color: #8b8b8b;
    font-size: 11px;
}

.variations_form.cart .value {
    position: relative;
}

.variations_form.cart .value:after {
    content: '';
    border: solid #646464;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 2.5px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: absolute;
    left: 14px;
    top: 16px;
}

.woocommerce-variation-availability {
    margin: 15px auto;
}

.summary > .stock.in-stock,
.woocommerce-variation-availability .stock.in-stock {
    background: #f9fafb;
    border-radius: 5px;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.summary > .stock.in-stock:before,
.woocommerce-variation-availability .stock.in-stock::before {
    content: 'موجودی:';
    color: #999;
}

/*.summary .price > span:before,*/
/*.summary .price ins:before {*/
/*    content: 'قیمت محصول:';*/
/*    font-size: 15px;*/
/*    color: #222;*/
/*}*/

.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;
}

.woocommerce-variation-add-to-cart {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.onsale {
    display: none;
}

.quantity.hidden {
    display: none;
}

form .quantity input::-webkit-outer-spin-button,
form .quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

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: 16px;
    background: none;
}

form .quantity button {
    background: none;
    border: none;
    width: 27px;
    border-radius: 5px;
    font-size: 16px;
    transition: 0.3s;
}

form .quantity button:hover {
    color: var(--color2);
}

.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;
}
.fix-btns {
    position: fixed;
    left: -65px;
    bottom: 100px;
    z-index: 5;
    display: grid;
    gap: 15px;
    transition: 0.4s ease;
}
.fix-btns.active {
    left: 15px;
}
.fix-btns .share-box {
    top: unset;
    bottom: 100%;
    flex-direction: column;
    transform: none;
    left: 0;
    width: 47px;
}
#single-product-slider {
    border-radius: 12px;
    /*border: 2px solid #1140A6;*/
}
.product-tools {
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: 5px;
    z-index: 2;
    right: 10px;
    top: 10px;
}
.product-tools {
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: 5px;
    z-index: 2;
}
.product-tools a {
    display: flex;
    width: 40px;
    height: 40px;
    padding: 2px;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    background: rgba(0, 55, 123, 0.30);
    font-size: 24px;
    color: #FFF;
}
.wishlist-link.wishlist-item:hover,.wishlist-link.wishlist-item.wished {
    color: red;
}
.products-compare-button.compare-btn:hover {
    color: #fff;
}
.toggle-more-btn {
    padding: 5px 0;
    border: none;
    font-size: 12px;
    color: var(--color1)
}
.toggle-more-btn.less {
    color: #077CD0;
}
.swiper-thumbnail:not(.swiper-initialized) .swiper-slide {
  flex-shrink: unset;
  margin-left: 15px;
  width: 84px;
  flex: 0 0 84px;
}
.swiper-maingallery:not(.swiper-initialized) .swiper-slide {
  flex-shrink: unset;
  width: 100%;
  flex: 0 0 100%;
}
@media screen and (min-width: 420px) {
    .attributes-wrapper {
        display: flex;
        gap: 5px;
    }
    .woocommerce-product-attributes-item__label {
        display: flex;
        align-items: center;
        min-height: 40px;
    }
}

@media screen and (min-width: 576px) {


    .summary .cart:not(.variations_form ),
    .woocommerce-variation-add-to-cart {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }


    .summary .cart .button {
        flex: 0 0 73%;
        max-width: 73%;
    }

    .summary .cart .quantity {
        flex: 0 0 24%;
        max-width: 24%;
    }

}

@media screen and (max-width: 992px) {
    table.shop_attributes .attribute_group_row th {
        padding: 10px 15px;
    }
}

@media screen and (min-width: 768px) {
    .woocommerce-tabs.wc-tabs-wrapper {
        margin-top: 90px;
        margin-bottom: 20px;
    }
    .variations_form.cart {
        display: block;
    }
    .tabs.wc-tabs {
        padding: 12px 32px 12px 18px;
        gap: 5px 32px;
        justify-content: center;
    }
    .tabs.wc-tabs li a {
        font-size: 16px;
        line-height: 45px;
    }
    .item-thumbnail {
        max-width: 84px;
    }
}
@media screen and (min-width: 992px) {
    .tabs.wc-tabs {
        top: 111px;
    }
    .tabs.wc-tabs.active {
        top: 111px;
    }
    .tabs.wc-tabs {
        overflow: visible;
    }
    table.shop_attributes .attribute_row table th {
        width: 250px;
        padding-right: 35px;
    }
    .product_title {
        font-size: 20px;
    }
    .product-data {
        padding: 13px;
    }
    .inner-sidebar {
        padding: 10px 0 0;
    }
}
@media screen and (min-width: 1200px) {

    .product-data .price {
        padding: 7px;
        gap: 5px;
        margin-bottom: 16px;
        min-height: 60px;
    }
    .product-data .price > .woocommerce-Price-amount.amount > bdi, .product-data .price ins {
        font-size: 15px;
    }
    .simple-price.price .woocommerce-Price-currencySymbol {
        font-size: 10px;
    }
}
@media screen and (min-width: 1400px) {
    .product-data .price > .woocommerce-Price-amount.amount > bdi, .product-data .price ins {
        font-size: 16px;
    }
    .simple-price.price .woocommerce-Price-currencySymbol {
        font-size: 13px;
    }

    .product-data .price {
        padding: 10px;
        gap: 10px;
    }
    .simple-price.price .woocommerce-Price-currencySymbol {
        font-size: 14px;
    }
}
@media screen and (min-width: 1700px) {

}
@media (max-width: 768px) {
    .woocommerce-product-attributes tbody tr {
        display: none;
    }
}

@media (max-width: 576px) {
    .swiper-maingallery:not(.swiper-initialized) .swiper-slide{
      flex-shrink: unset;
      width: 100%;
      flex: 0 0 100%;
    }
}
@media (max-width: 380px) {
    .tabs.wc-tabs li a {
        font-size: 12px;
    }
}