summary {
    cursor: pointer;
}

.in-stock-plug {
    font-size: 16px;
    font-weight: 500;
}

.after_title_wrapper .price del {
    font-size: 22px;
}

.product-page-section-header {
    margin-top: 24px;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 500;
}


.woocommerce .product_infos h1.entry-title {
    line-height: 1.5;
}


.woocommerce .product_infos .product_title {
    font-size: 24px;
    line-height: 1em;
    margin: 0 0 8px 0;
    text-align: left;
    font-weight: 500;
}

@media(max-width: 760px) {
    .woocommerce .product_infos .product_title {
    font-size: 18px;
}
}


.about-quick-order--title {
    width: fit-content;
    margin-top: 8px;
    user-select: none;
    font-size: 12px;
    font-weight: 600;
    border-bottom: 1px dotted #9c9c9c;
    line-height: 22px;
    margin-bottom: 10px;
    color: #727272;
}

.about-quick-order {
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
}

.flex-between {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 400px;
    gap: 8px;
}

.model-size-wrapper {
    font-size: 14px;
}

.accordion-new {
    display: inline-block;
    margin-top: 8px;
    transition: 0.4s;
    user-select: none;
    font-size: 12px;
    font-weight: 600;
    border-bottom: 1px dotted #9c9c9c;
    line-height: 22px;
    margin-bottom: 10px;
    color: #727272;
}

.accordion-new:hover {
    border-bottom: 1px dotted black;
    color: black;
}



.woocommerce .product_infos .stock {
    display: none !important;
    border: none;
    font-size: 0.8rem;
    line-height: 1.4em;
    color: #161616;
    border-left: none;
    border-right: none;

    letter-spacing: normal;
    padding: 0;
    margin: 0;
    /*border-top: 1px solid #eee;*/
    border-radius: 0;
    border-bottom: 1px solid #eee;
}

/* 
#whatsapp-videos {
    display: flex;
    padding: 16px 0;
} */

.product_infos .product_meta_wrapper {
    display: none;
}


.single_variation {
    border-bottom: none;
    margin-bottom: 10px;
}

#dw-variation-custom-info-wrapper {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 16px;
    /* margin-top: 16px; */
}

.dw-size-chart-toggle {
    display: block;
    /* margin-top: 24px; */
    user-select: none;
    font-size: 12px;
    font-weight: 600;
    text-decoration: underline;
    /*border-bottom: 1px dotted #9c9c9c;*/
    line-height: 22px;
    margin-bottom: 0px;
    color: #727272;
}

.dw-size-chart-wrapper {
    display: none;
    padding: 12px;
    background: #f4f4f4;
    border-radius: 4px;
    margin-bottom: 8px;
    margin-top: 8px;
}

.dw-size-chart-wrapper.visible {
    display: block;
}

.dw-size-chart-contact-operator {
    font-size: 12px;
    line-height: 1;
    margin-bottom: 16px;
    margin-top: 8px;
    display: block;

    text-decoration: underline;
}

.dw-size-chart-notification {
    font-size: 12px;
    line-height: 1.2;
}

@media only screen and (max-width: 64em) {
    .dw-size-chart-wrapper {
        width: 100% !important;
    }

    .dw-size-chart-wrapper table {
        width: 100% !important;
    }
}

.dw-size-chart-wrapper table {
    font-size: 12px;
    line-height: 16px;
    width: auto;
    text-align: center;
    font-weight: 500;
}

.dw-size-chart-wrapper table tr {}

.dw-size-chart-wrapper table th {
    padding: 0.4rem;
    color: #161616;
    font-weight: 600;
    font-size: 12px;
}

.dw-size-chart-wrapper table td {
    padding: 0.4rem;
    color: #555;
}

.accordion-new-icon {
    position: relative;
    top: 1px;
    margin-left: 2px;
}


/* Style the accordion panel. Note: hidden by default */

.panel-new {
    font-size: 14px;
    line-height: 24px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}





.variation-colors img {
    /* border: 2px solid white; */
    border-radius: 0px;
    padding: 0px;
}




.variation-colors {
    margin-top: 12px;
    margin-bottom: 12px;
    display: grid;
    width: fit-content;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 4px;
    line-height: 0;
    /* border-top: 1px solid var(--dw-gray); */
    /* border-bottom: 1px solid var(--dw-gray); */
    padding: 0;

}

.single-product-color-thumbnail {
    line-height: 0;
    box-sizing: border-box;
    /* width: 80px;
    height: 80px; */
    width: 100%;
    height: 100%;
}

.product-color-thumbnail {
    box-sizing: border-box;
    position: relative;
    /* width: 80px;
    height: 80px; */
    width: 100%;
    height: 100%;
}

.product-color-thumbnail img {
    /* box-shadow: 0 0 0 2px var(--dw-dark) inset; */
    /* border-color: var(--dw-dark) !important; */
}


.product-color-shadow {
    width: 100%;
    height: 100%;
    box-shadow: 0 0 0 2px var(--dw-dark) inset;
    top: 0;
    left: 0;
    position: absolute;
}



.product-page-register-button {
    padding: 6px 10px !important;
    background-color: transparent !important;
    background: none !important;
    color: #111 !important;
    border: 2px solid #111 !important;
    /*display: block !important;*/
    margin-bottom: 16px !important;
}

.woocommerce .product_infos .after_title_wrapper {
    margin: 8px 0 !important;
}

@media only screen and (min-width: 64em) {
    .woocommerce .product_infos .after_title_wrapper {
        margin: 8px 0 !important;
    }
}


.container-whatsapp-order {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 12px;
    margin-bottom: 12px;
    font-size: 14px;
    text-decoration: underline;
    color: var(--dw-dark);
    width: fit-content;
}

.whatsapp-order-button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    line-height: 1;
    background-color: transparent;
    background: none;
    color: #142337;
    text-transform: none !important;
    border: 1px solid var(--dw-gray);
}

#whatsapp-video {
    /*margin-left: 10px !important;*/
    /* display: block;
    background-color: transparent;
    background: none;
    color: #727272;
    border: 2px solid #727272;
    padding: 5px;
    margin-top: 10px !important; */
}



/* .button-dark-outline {
    border: 2px solid #4a4a4a;
    background: none;
    color: #4a4a4a;
}

.button-dark-outline:hover {
    background-color: #4a4a4a;
    color: #fff;
} */

/* @media only screen and (min-width: 64em) {
    #whatsapp-video {
        display: inline-block;
        margin-right: 10px !important;
    }
} */

.woocommerce .shop-product-badges_cart {
    position: relative;
}

.cart_sale {
    position: absolute;
    top: 0px;
    right: 4px;
    text-transform: uppercase;
    border-width: 0px;
    border-style: none;
    border-color: #BB1143;
    border-radius: 0px;
    display: inline-block;
    padding: 5px 6px;
    margin: 4px 0;
    font-size: 9px;
    line-height: 1;
    font-weight: 600;
    background: #BB1143;
    color: #fff;
    letter-spacing: initial;
}


/* accorion */
.accordion_product_options {
    background-color: #eee;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    width: 100%;
    color: #111;
}

.accordion_product_options_active,
.accordion_product_options:hover,
.accordion_product_options:focus {
    color: #111 !important;
    background-color: #eee !important;
}

.accordion_product_options:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.accordion_product_options_active:after {
    content: "\2212";
}

.accordion_product_options_panel {
    padding: 5px 0;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

/* varioation options*/
.dw_option_title {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 500;
    margin-top: 8px;
}

table.variations {
    max-width: 380px;
}

th.label {
    display: none !important;
}

/* .reset_variations {
    display: none!important;
}

#pa_razmer {
    display: none;
} */

.rudr-variation-radios {
    display: flex;
}

.options_size {
    padding: 0px;
    margin-right: 5px;
    margin-top: 5px;
    background-color: #fff !important;
    color: #161616;
    border: 2px solid var(--dw-dark);
    border-radius: 0;
}

.options_size>label {
    font-size: 16px !important;
    margin: 0px !important;
    padding: 6px 12px;
}

.options_size>input {
    display: none !important;
}

.options_size_active {
    background-color: #111 !important;
}

.options_size_active>label {
    color: #fff !important;
}

.variations select {
    margin: 0;
    height: 48px !important;
}

.container-wishlist {
    display: flex;
    align-items: center;
    gap: 6px;
}

@media (max-width:720px) {
    .container-wishlist {
        justify-content: space-between;
    }
}

.tinv-wishlist.tinvwl-shortcode-add-to-cart {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    border: 1px solid var(--dw-gray);
}

.tinvwl-icon-heart {
    width: 24px;
    height: 24px;
    font-size: 24px;

}


.add_to_cart {
    height: 48px;
    display: flex;
    font-weight: 500;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-transform: none !important;
    background: var(--dw-dark);
    border-color: var(--dw-dark);
    max-width: 240px;
}

@media (max-width: 760px) {
    .add_to_cart {
        max-width: 400px;
    }
}


.add_to_cart:focus {
    background: var(--dw-dark);
    border-color: var(--dw-dark);
}

.add_to_cart:hover {
    background: var(--dw-dark);
    border-color: var(--dw-dark);
    filter: brightness(120%);
}

.success {
    background: #40ae6b !important;
    transition: all 0.3s;

}

.fail {
    background: var(--dw-red) !important;
    transition: all 0.3s;
}



ul {
    padding-left: 0;
}

ul li {
    list-style: none;
}

.block-info-payments {
    padding: 10px;
    background: #F6F7F8;
    border-radius: 10px;
}

.dolymi-info-logo {
    /* background: #000; */
    /* padding: 5px; */
    /* height: 24px; */
    display: flex;
    position: relative;
}

.dolyame-svg {
    height: 20px;
}

.split-svg {
    height: 18px;
}

.dolyame-payment-amount-text {
    font-size: 14px;
}

.block-info-payments span,
.block-info-payments price,
.block-info-payments hr {
    display: block;
}

ul.block-info-payments {
    display: flex;
    margin-left: 0;
}

.chevron-right {
    display: flex;
    width: 16px;
    height: 16px;
}

.dolymi-info {
    max-width: 600px;
}

.dolymi-info summary {
    display: flex;
    align-items: center;
    width: fit-content;
    justify-content: space-between;
    gap: 12px;
    padding-top: 16px;
    padding-bottom: 16px;

}

@media (max-width: 720px) {
    .dolymi-info summary {
        padding-top: 12px;
        padding-bottom: 12px;
        padding-left: 16px;
        padding-right: 16px;
        width: auto;
        border: 1px solid var(--dw-gray);
    }

    .dolyame-svg {
        padding-right: 18px;
    }

    .hidden-mobile {
        display: none;
    }
}

@media (min-width: 720px) {
    .hidden-desktop {
        display: none;
    }
}

.dolymi-info summary>span {
    text-decoration: underline;
}

.dolymi-info summary>span:hover {
    cursor: pointer;
}

ul.title-info {
    display: flex;
    margin-left: 0;
}

.title-info li {
    padding-left: 0;
    padding-right: 15px;
}

.title-info img {
    width: 32px;
    height: 32px;
    position: relative;
}

ul.block-info-payments {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
}

.block-info-payments li {
    width: 25%;
    padding: 5px;
    color: #0000007d;
}

.hr-info {
    margin-top: 5px;
    height: 5px;
    background: #b5b5b5;
    border: 0;
    border-radius: 10px;
}

.active-info>.hr-info {
    background: #428BF9;
}

li.active-info {
    color: #1E1E1E;
}

@media (min-width: 360px) and (max-width: 500px) {
    ul.title-info {
        display: block;
    }

    .title-info li {
        padding-bottom: 10px;
    }
}

/* 
#pa_razmer {
	display: none;	
} */



/* Custom styles for variation attribute squares */

.woocommerce .product_infos .single_variation_wrap {
    margin-top: 12px !important;
}

.woocommerce table.variations .reset_variations {
    /* padding: 8px 0 !important;
    display: flex; */
    display: none;

}

.custom-variation-select select {
    display: none;
}

.custom-variation-select {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
}

.option-square {
    border: 1px solid var(--dw-gray);
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-align: center;
    font-weight: 500;
    padding: 6px 12px;
    transition: all 0.3s;
}

.option-square:hover {
    background-color: #e0e0e0;
    border-color: #999;
}

.option-square.selected {
    background-color: white;
    border-color: var(--dw-dark);
}

.variation-size-table {
    margin-top: 12px;
    margin-bottom: 12px;
    max-width: 480px;
}

.variation-size-table-inner {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.variation-size-table summary {
    cursor: pointer;
    font-weight: 500;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: fit-content;
    gap: 8px;
}

.variation-size-table summary svg {
    width: 16px;
    height: 16px;
}

.size-table-size-container {
    font-size: 14px;
    line-height: 1.8;
}


.size-table-size-container span {
    white-space: pre;
    text-transform: lowercase;
}

.size-table-size {
    font-weight: 600;
}

.woocommerce .product_infos .after_single_product_summary .single_product_share_wrapper {
    display: none !important;
}

.woocommerce .product_infos .after_single_product_summary {
    margin-top: 12px;
    border: none;
    padding: 0;
    display: none;
    margin-bottom: 10px;
}


.product_infos span.ozon_only {
    font-size: 20px;
} 

.add-to-cart-placeholder {
    margin-top: 24px !important;
}

.woocommerce .after_title_wrapper .price del {
    color: #aaa !important;
}