table.shop_attributes.product-main-data {
    margin-bottom: 50px;
}

.entry-title {
    font-size: 20px;
    margin-bottom: 5px;
}
.product_title.entry-title:before {
    content: "\e917";
    font-family: 'icomoon';
    color: var(--color1);
    margin-left: 15px;
    font-size: 13px;
}
span.sku_wrapper {
    display: block;
    font-size: 15px;
    background: var(--color3);
    padding: 5px 15px;
    color: #9b9b9b;
    border-radius:5px;
    flex: 0 0 60%;
    margin-left: 15px;
}

.posted_in {
    color: var(--color1);
    font-size: 16px;
}

.posted_in a {
    font-size: 14px;
    color: var(--color3);
    transition: 0.5s;
    margin-right: 5px;
}

.posted_in a:before {content: "";display: inline-block;vertical-align: middle;margin-left: 5px;width: 5px;height: 5px;border-radius: 100%;background-color: var(--color1);}

.posted_in a:first-child:before {
    content: unset;
}

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

.type-product .summary.entry-summary .price {
   /* order: 2; */
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.product-type-variable .summary.entry-summary >.price {
    display: none;
}
.pswp__caption__center {
    text-align: center!important;
}
.type-product .summary.entry-summary .price strong {
    text-align: center;
    display: block;
    width: 100%;
    border: 1px solid var(--color1);
    border-radius: 5px;
    color: var(--color1);
}
.type-product .summary.entry-summary {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.type-product .summary.entry-summary .cart {
    order: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product_meta {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid var(--color2);
    align-items: baseline;
}

.container > .product {
    margin-top: 15px;
}
.type-product .summary .price del {
    font-size: 16px;
    opacity: 0.7;
    width: 100%;
    text-align: left;
}
/*
span.woocommerce-Price-currencySymbol {
    font-size: 16px;
    margin-right: 5px;
}
*/
.type-product .summary .price ins {
    font-size: 22px;
    text-decoration: none;
    position: relative;
    width: 100%;
    text-align: left;
    font-family: var(--bold_font);
}

.type-product .summary .price ins:before {content: "قیمت نهایی محصول:";position: absolute;right: 0;font-family: var(--main_font);font-size: 17px;color: #2a2a2a;}

.woocommerce-product-details__short-description {
    margin-bottom: 15px;
    margin-top: 7px;
}
.woocommerce-product-details__short-description.editor-content p {
    color: #353535;
    line-height: 32px;
}
.quantity {
    display: flex;
    height: 40px;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    border: 1px solid #f0f0f0;
    flex: 0 0 30%;
    border-radius: 5px;
    padding: 3px;
}

.quantity * {
    border: none;
    height: 100%;
    font-size: 18px;
}

.quantity button {
    width: 40px;
    transition: 0.5s;
}

button.minus {
    font-size: 24px;
    border-right: 1px solid var(--color1);
}

button.plus {
    border-left: 1px solid var(--color1);
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
.quantity .qty,.editor-content .quantity .qty {
    color: #000;
    height: unset!important;
    border: none!important;
    text-align: center!important;
    margin-bottom: 0!important;
}

.variations_form {
    align-items: baseline !important;
}

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

.variations_form .single_variation_wrap {
    width: 100%;
}

.variations_form .variations {
    width: 100%;
    display: block;
    margin-bottom: 0;
    flex: 0 0 100%;
}

.variations_form .variations tbody {
    width: 100%;
    display: block;
}
.single-product .woocommerce-variation-price {
    width: 100%;
}
.variations_form .variations tbody tr {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}
a.reset_variations {
    background: var(--color1);
    border-radius: 5px;
    padding: 5px;
    color: #fff;
}
a.reset_variations:hover{
    background:var(--color2)
}
.variations_form .variations tbody tr:last-child {
    margin-bottom: 0;
}
.variations_form .variations tbody tr .label {
    font-size: 16px;
    font-family: var(--bold_font);
    margin-bottom: 5px;
}
.variations_form .variations tbody tr .label:before {
    content: "\e917";
    font-family: 'icomoon';
    color: #eaeaea;
    font-size: 11px;
    margin-left: 10px;
}
.variations_form .variations tbody tr select ,
.rtwpvs .rtwpvs-terms-wrapper{
    width: 100%;
    padding: 15px;
    border: 1px solid #d6d6d6;
    border-radius: 5px;
    font-family: var(--mani_font);
    cursor: pointer;
    -webkit-appearance: none;
    min-height: 47px;
    align-items: center;
    justify-content: flex-start;
    padding-right: 15px!important;
    margin-bottom: 5px!important;
}

.product-meta-top .share-icon {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.product-meta-top .share-icon a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
    color: #a6a6a6;
}
.product-meta-top i.icon-share.share{
    color: #a6a6a6;
}
.product-meta-top .share-icon a:hover{
    color:var(--color1)
}
.product-meta-top .sharesbox{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    visibility: visible;
    margin-left: 20px;
}
.sahre a {
    font-size: 16px;
    margin: 0 5px;
}

.sahre {
    display: flex;
    align-items: center;
}

.woocommerce-product-gallery {
    position: relative;
    margin-top: 10px;
}

.onsale {display: none;}

.woocommerce-product-gallery .onsale {
    position: absolute;
    z-index: 2;
    left: 10px;
    top: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: var(--color3)bb;
    border-radius: 50%;
}
a.woocommerce-product-gallery__trigger {
    position: absolute;
    color: transparent;
    z-index: 1;
    font-size: 0;
    right: 15px;
    top: 15px;
    width: 25px;
    height: 25px;
}
.woocommerce-product-gallery .flex-viewport,
.flex-control-nav .owl-item li img ,
.woocommerce-product-gallery__image img{
    box-shadow: 0px 10px 19px -3px rgb(26 24 26 / 5%);
    border: 1px solid var(--color3);
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
    border-radius: 5px;
    cursor:pointer;
}
a.woocommerce-product-gallery__trigger:before {
    content: "\e901";
    font-family: 'icomoon';
    color: var(--color1);
    font-size: 25px;
    transition: 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    background-color: #fff6;
    border: 1px solid #fff;
    right: 5px;
    top: 5px;
    border-radius: 100%;
}

/*.woocommerce-product-gallery__image img {*/
/*    width: 100% !important;*/
/*    object-fit: cover;*/
/*}*/

.flex-control-nav {
    display: flex !important;
    align-items: center;
    position: relative;
    padding: 0 30px;
    margin-top: 15px;
}
.flex-control-nav .owl-stage-outer {
    padding-bottom: 15px;
}
.flex-control-nav .owl-nav {
    position: absolute;
    right: 0;
    left: 0;
    display: flex;
    z-index: -1;
    justify-content: space-between;
}
.flex-control-nav .owl-nav button.owl-prev,
.flex-control-nav .owl-nav button.owl-next{
    top:calc(50% - 10px);
    right: 0;
    color:#adadad;
}
.flex-control-nav .owl-nav button.owl-next{
    left: 0;
    right:unset;
}
.flex-control-nav .owl-nav button:hover{
    color:var(--color1);
}
.flex-control-nav .owl-nav button i{
    font-size: 17px;
    font-family: var(--bold_font);
}
.flex-control-nav .disabled i {
    opacity: 0.6;
}

.woocommerce-tabs.wc-tabs-wrapper {
  margin-top: 48px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}
#tab-reviews .section-base-blog {
  margin: 0;
}
.tabs.wc-tabs {
  display: flex;
  align-items: center;
  margin-bottom: 48px;
  border-radius: 4px;
  background: #33373e;
  top: 130px;
  position: -webkit-sticky;
  position: sticky;
  gap: 16px;
  padding: 7px 16px;
  z-index: 4;
}
.tabs.wc-tabs li {
  position: relative;
  font-size: 14px;
  border-radius: 4px;
  background: #f9f9f9;
  width: 100%;
  flex: 0 0 21%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 4;
  transition: 0.4s;
}

.tabs.wc-tabs li:last-child {
    margin-left: 0;
}
.tabs.wc-tabs li a {
    transition: 0.4s;
    display: block;
    padding: 2px 0;
    min-width: 100%;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
    font-family: var(--bold_font);
    position: relative;
    line-height: 40px;
}

.tabs.wc-tabs li a:hover {
  color: var(--color2);
}
.tabs.wc-tabs li.active {
  background: var(--color4);
}
.tabs.wc-tabs li.active a {
  color: #fff;
}

.tabs.wc-tabs li.active a:before {
  transform: scale(1);
}

.tabs.wc-tabs li:hover {
  background: var(--color4);
}
.tabs.wc-tabs li:hover * {
  color: #fff !important;
}
@media screen and (max-width: 992px) {
    .tabs.wc-tabs {
        top: 76px;
        overflow-x: auto;
        background: linear-gradient(90deg, rgb(139 140 143) 0%, rgb(67 67 69 / .9) 15%, rgb(8 16 28 / .9) 100%);
        justify-content: unset;
    }
}

.shop_attributes {
    width: 100%;
    margin-top: 30px;
}

.shop_attributes >tbody {
    background-color: #fff;
    display: flex;
    border: 1px solid #e3e3e3;
}

.tagged_as {
    padding: 5px 0;
    margin-bottom: 40px;
    display: block;
    font-size: 16px;
}

.tagged_as:before {
    content: "\e900";
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    margin-left: 10px;
}

.tagged_as a {
    font-size: 14px;
    padding: 5px;
    text-align: center;
    min-width: 90px;
    display: inline-block;
    border-radius: 5px;
    border: 1px solid #e3e3e3;
    margin: 5px;
    position: relative;
}


.woocommerce p.stars a {
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none;
    font-size: 22px;
    margin-right: 10px;
    color:unset;
}
.woocommerce p.stars a:first-child {
    margin-right: 0;
}
.woocommerce .stars span {
    display: flex;
}

.woocommerce p.stars a::before {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 1em;
    height: 1em;
    display: inline-block;
    line-height: 1;
    font-family: 'icomoon';
    text-indent: 0;
    content: "\e9d7";
    color:#fec053;
    transition: all 0.3s;
}

.woocommerce p.stars a:hover ~ a::before {
    content: "\e9d7";
}

.woocommerce p.stars:hover a::before {
    color:#fec053;
    content:'\e9d9';
}

.woocommerce p.stars.selected a.active::before {
    color:#fec053;
    content:'\e9d9';
}
.woocommerce p.stars.selected a.active ~ a::before {
    content: "\e9d7";
}
.woocommerce p.stars.selected a:not(.active)::before {
    color:#fec053;
    content:'\e9d9';
}



/* mahdis */
.type-product .summary.entry-summary .cart {
    order: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap:wrap;
}
.woocommerce-variation-add-to-cart, .product-type-simple form.cart {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
    align-items: center;
}
button.single_add_to_cart_button.button {
    display: flex;
    flex: 0 0 68%;
    min-height: 40px;
    margin-left: 10px;
}
button.single_add_to_cart_button.button.alt:before {
    content: "\e919";
    font-family: 'icomoon';
    width: unset;
    height: unset;
    z-index: 1;
    font-size: 22px;
    padding-left: 10px;
    position: relative;
    left: 0;
    box-shadow: unset;
    transition: 0.3s;
    background: unset;
    transform: unset;
}
.type-product .summary.entry-summary .quantity .qty {
    width: 30px;
}
button.minus,button.plus {
    border: none;
    background: #f5f5f5;
    font-size: 24px;
    height: 29px;
    width: 36px;
    line-height: 1;
    position: relative;
    transition: all 0.3s ease;
    color: var(--color1);
    padding: 2px 2px 4px;
}
button.minus:before{
    right:0
}
button.plus:before{
    left:0
}
button.minus:hover,button.plus:hover{
    color:var(--color2);
}
.type-product .summary.entry-summary .quantity {
    justify-content: space-between;
    background:#fff;
    border: 1px solid #f0f0f0;
    flex: 0 0 30%;
    border-radius: 5px;
    padding: 3px;
}
button.plus,button.minus{
    border-radius: 5px;
    margin: 3px;
}
.product_meta .category_post {
    border-bottom: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0;
    flex: 0 0 100%;
}
span.sku_wrapper .sku {
    color: #000;
    display: inline-block;
    margin-right: 7px;
}
span.sku_wrapper .sku {
    color: #000;
    display: inline-block;
    margin-right: 7px;
}
td.value:before {
    content: '';
    border: solid #b1b1b1;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-right: 10px;
    transition: 0.3s;
    position: absolute;
    left: 20px;
    top: 20px;
}
td.value {
    flex: 0 0 100%;
    border-radius: 5px;
    display: block;
    width: 100%;
    position: relative;
    background: #fff;
}

.summary .price > .amount, .summary .price ins {
    color: var(--color1);
    font-size: 20px;
    text-decoration: none;
    font-family: var(--bold_font);
    clear: both;
}
.rtwpvs .rtwpvs-terms-wrapper .rtwpvs-term:not(.rtwpvs-radio-term) {
    border: none!important;
    box-shadow: unset!important;
    padding: 0!important;
    border-radius: 2px;
}

.rtwpvs .rtwpvs-terms-wrapper .rtwpvs-term:not(.rtwpvs-radio-term):last-of-type {
    margin-right: 10px!important;
}
.rtwpvs .rtwpvs-terms-wrapper .rtwpvs-term:not(.rtwpvs-radio-term).rtwpvs-color-term .rtwpvs-term-span-color:after {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    width: 5px!important;
    height: 10px!important;
    left: 12px!important;
    top: 0!important;
    opacity: 0!important;
    -webkit-transform: rotate(40deg)!important;
    -moz-transform: rotate(40deg)!important;
    -ms-transform: rotate(40deg)!important;
    -o-transform: rotate(40deg)!important;
    transform: rotate(40deg)!important;
    -webkit-transition: opacity 0.5s ease!important;
    -moz-transition: opacity 0.5s ease!important;
    -o-transition: opacity 0.5s ease!important;
    transition: opacity 0.5s ease!important;
}
.rtwpvs .rtwpvs-terms-wrapper .rtwpvs-term:not(.rtwpvs-radio-term).selected .rtwpvs-term-span-color:after,
.rtwpvs .rtwpvs-terms-wrapper .rtwpvs-term:not(.rtwpvs-radio-term).selected:hover .rtwpvs-term-span-color:after{
    opacity:1!important;
}
/* attribute group */
table.shop_attributes {
    width: 100% !important;
    text-align: right;
}
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 #e3e3e3; */
    background-color: #fff;
    font-size: 15px;
    cursor: pointer;
    width: 100%;
    /* border-radius: 5px; */
    min-height: 48px;
    margin: 0!important;
    border:none;
}
table.shop_attributes .attribute_row table{
    width: 100%;
}
table.shop_attributes .attribute_row table tr.alt{
    background-color: rgba(238,238,238,.2);
}
table.shop_attributes .attribute_row table th , table.shop_attributes .attribute_row table td{
    padding: 3px 0;
    border: none;
}
table.shop_attributes .attribute_row table td p {
    color: #000;
    text-align: justify;
    font-size: 14px;
    font-family: var(--bold_font);
    white-space: wrap;
}
table.shop_attributes .attribute_row_open .attribute-inner-table-wrapper{
    display: block;
}
.shop_attributes {
    width: 100%;
    margin-top: 15px;
}

.shop_attributes .attribute_name_values tbody {
    background-color: #fff;
    padding: 5px 0;
    display: block;
    margin:0 30px
}

.shop_attributes tbody tr {
    display: flex;
    align-items: baseline;
    position: relative;
    flex: 0 0 30%;
    border: none !important;
}
tr.attribute_group_row.open th {
    border-bottom: transparent;
    border-radius: 5px 5px 0 0;
    color: var(--color2);
}
/* .shop_attributes tr.attribute_group_row::after{
    content: '';
    border: solid #D8D8D8;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-right: 10px;
    transition: 0.3s;
    position:absolute;
    top: 22px;
    left: 29px;
    transform-origin: 53% 50%;
} */
/* .shop_attributes tbody tr.attribute_group_row {
    margin-top: 20px;
    margin-bottom: 0!important;
} */
.shop_attributes tbody tr th {
    font-size: 14px;
    min-width: 70px;
    font-family: var(--bold_font);
}
.shop_attributes tbody tr.attribute_row {
    border: 1px solid transparent;
    background: #ffff;
    overflow: hidden;
    /* border-radius: 0 0 5px 5px; */
    font-family: var(--bold_font);
    flex: 0 0 70%;
}
tr.attribute_group_row.open + tr.attribute_row{
    border-color:#e3e3e3;
    border-top: transparent;
    box-shadow:0 5px 22px -11px rgb(0 0 0 / 20%);
}
table.shop_attributes .attribute_row table th.attribute_name {
    color: #424242;
    font-weight: unset;
    flex: 0 0 30%;
    font-family: var(--main_font);
    font-size: 16px;
    margin-left: 15px;
    border: none;
    text-align: right;
    white-space: wrap;
}

.shop_attributes tbody tr.attribute_row >td {
    width: 100%;
    border: none;
}
table.shop_attributes.type-2 tbody tr.attribute_row{
    /* border-color: #f0f0f0; */
}
.shop_attributes.type-2 tbody tr.attribute_group_row th,
table.shop_attributes.type-3 tr:nth-child(1) th{
    border-bottom: transparent;
    /* border-radius: 5px 5px 0 0; */
    margin: 0!important;
}
table.shop_attributes.type-3 tr:nth-child(2){
    border-color: #f0f0f0;
}
.shop_attributes.type-3 tr:nth-child(1)::after,
.shop_attributes tr.attribute_group_row.open::after{
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    border-color: var(--color2);
}
.woocommerce-tabs.wc-tabs-wrapper .form-submit{
    text-align: left!important;
    margin:0;
    flex: 0 0 50%;
}
.woocommerce-tabs.wc-tabs-wrapper #review_form_wrapper form,.woocommerce-tabs.wc-tabs-wrapper #commentform {
    background-color: #fff;
    box-shadow: unset;
    border-radius: 3px;
    padding: 0;
    margin-bottom: 15px;
}
.woocommerce-tabs.wc-tabs-wrapper .editor-content ol li:before{
    content:'';
}

.woocommerce-variation-availability p:before {
    content: 'موجودی محصول:';
    font-size: 15px;
    margin-left: 10px;
    color:#7f7373;
}
.woocommerce-variation-availability p.out-of-stock:before {
    content: ' ';
}
.stock.in-stock {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;
    color:#313131;
    background: var(--color3);
    padding: 7px 20px;
    border-radius: 5px;
    font-size: 17px;
}
.flex-control-nav .owl-item item:hover img{
    border-color: var(--color2);
}
.woocommerce-message {
    padding: 10px 20px;
    font-size: 16px;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: center;
    border-radius: 5px;
    margin: 20px 0;
    border: 1px solid var(--color1);
    color:var(--color1);
}
.single-product .woocommerce-message{
    justify-content: space-between;
    color:#000;
    background: var(--bg_success);
}
.woocommerce-message .button {
    margin: 0!important;
    color:#fff;
}
.woocommerce-message .button:hover{
    color:#fff;
}
.cataloge {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--color1);
    flex: 0 0 50%;
    border-radius: 5px;
    height: 37px;
}
a.cataloge:hover {
    border-color: var(--color2);
}
.meta-top {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-grow: 1;
}

.copy-link {
    flex: 0 0 48%;
}

button.clipboard.cataloge {
    width: 100%;
    margin-left: 10px;
    font-family: var(--main_font);
    background: #fff;
    border-color: var(--color2);
}
button.clipboard.cataloge:hover{
    border-color: var(--color1);
    color:var(--color1);
}
dl.variation {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
}

.cartdetail .mini_cart_item dl.variation dt {
    display: none;
}

.cartdetail .mini_cart_item dl.variation dd {
    margin-left: 5px;
}
.woocommerce-tabs.wc-tabs-wrapper .faqs-content {
    margin: 0 55px;
}
td.value.color-atr:before {display: none;}
p.stock.out-of-stock {
    margin:auto;
    width: 100%;
}
.type-product .summary.entry-summary p.stock.out-of-stock {
    margin:20px  auto;
}
.product.outofstock .summary> .price {
    display: none;
}
.meta-top i {
    color: var(--color2);
    margin-left: 10px;
    font-size: 22px;
    transition:0.3s;
}
.meta-top a.cataloge i{
    color: var(--color1);
    font-size: 20px;
}
.meta-top button.clipboard.cataloge:hover i {
    color: var(--color1);
}
.meta-top a.cataloge:hover i{
    color: var(--color2);
}
@media screen and (max-width:1200px){
    table.shop_attributes .attribute_row table th.attribute_name {
        flex: 0 0 40%;
    }
}
@media screen and (max-width:992px){
    .woocommerce-tabs.wc-tabs-wrapper .faqs-content {
        margin: 0;
    }
    .single-product .woocommerce-message {
        margin: 0 0 10px;
    }
}
@media screen and (max-width:768px){
    .woocommerce-message {
        font-size: 15px;
        padding: 10px;
    }

    .woocommerce-message .button {
        font-size: 14px;
    }

}
@media screen and (max-width:576px){
	.flex-control-nav{
		padding:0;
	}
    .woocommerce-message {
        padding: 5px 7px;
        flex-direction:column-reverse;
        text-align: center;
    }

    .woocommerce-message .button {
        margin-top:0px! important
    }
    .shop_attributes tbody tr.attribute_group_row {
        margin-top: 9px;
    }
    table.shop_attributes .attribute_group_row th {
        padding: 3px 15px;
        font-size: 14px;
        min-height: 35px;
        margin: 0!important;
        border: none;
    }
    .shop_attributes .attribute_name_values tbody {
        margin: 0 10px;
    }
    table.shop_attributes .attribute_row table th.attribute_name {
        flex: 0 0 40%;
        font-size: 14px;
    }
    .shop_attributes tbody tr,.shop_attributes tbody tr.attribute_row {
        flex: 0 0 100%;
    }
    .shop_attributes tr.attribute_group_row::after{
        top: 16px;
        left: 15px;
        padding:4px;
    }
    table.shop_attributes .attribute_row table td p {
        font-size: 14px;
        line-height: 25px;
    }
    .type-product .summary.entry-summary p.stock.out-of-stock {
        margin: 0 auto;

    }
    .cataloge {
        font-size: 13px;
        height: 34px;
    }
    .woocommerce p.stars a{
        margin-right:5px;
        font-size: 21px;
    }
    .variations_form .variations tbody tr select, .rtwpvs .rtwpvs-terms-wrapper{
        min-height: 37px;
        padding: 7px;
    }
    td.value:before{
        top:13px;
    }
    a.reset_variations {
        padding: 4px;
        font-size: 12px;
    }
    .type-product .summary .price ins {
        font-size: 19px;
    }
    .type-product .summary .price ins:before{
        font-size:15px;
    }
    button.single_add_to_cart_button.button {
        flex: 0 0 56%;
        font-size: 12px;
        padding: 0 5px;
        min-height: 37px;
        margin-left: 5px;
    }
}
@media screen and (max-width:450px){
    .entry-title {
        font-size: 17px;
        margin-bottom: 0;
    }
}



/*
table atribiut single-product
}
*/
.woocommerce-product-attributes-item th {
  max-width: 25%;
}
.woocommerce-product-attributes-item td p {
  font-size: 14px;
  line-height: 32px;
}
.woocommerce-product-attributes-item th,
.woocommerce-product-attributes-item td {
  padding: 8px 16px;
  min-height: 48px;
  width: 100%;
  font-size: 14px;
  line-height: 32px;
}
.woocommerce-product-attributes-item {
  display: flex;
  gap: 8px;
}
.attributes-wrapper {
  border: 1px solid var(--color2);
  border-radius: 8px;
  padding: 24px;
}
.woocommerce-product-attributes-item:nth-child(odd) th,
.woocommerce-product-attributes-item:nth-child(odd) td {
  background: #f9f9f9;
  border-radius: 4px;
}
.woocommerce-product-attributes-item:nth-child(even) th,
.woocommerce-product-attributes-item:nth-child(even) td {
  background: #f5f9ff;
  border-radius: 4px;
}
table.shop_attributes tbody {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 992px) {
  .woocommerce-product-attributes-item th {
    max-width: 45%;
  }}
  
/*
End table atribiut single-product
}
*/