a.go_to_onsale {
    background: #426a53;
    color: #fff;
    margin-top: 15px;
    text-align: center;
    border-radius: 10px;
    padding: 15px 0;
    display: block;
}
p.out-of-stock-in-single {
    background: #6e282d;
    color: #fff;
    margin-top: 50px;
    text-align: center;
    border-radius: 10px;
    padding: 15px 0;
}
.owl-carousel,.owl-carousel-gall{
    direction: initial;
}
div#description-content {
    min-height: 100px;
}
div.zoom-area {
    position: relative;
}
.large {
    position: absolute;
}
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}
@-webkit-keyframes fade {
    from {opacity: .4} 
    to {opacity: 1}
}
@keyframes fade {
    from {opacity: .4} 
    to {opacity: 1}
}
.zoom-area{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.large{
    position: absolute;
    width: 200%;
    height: 200%;
    border-radius: 0;
    display: none;
}
.small{
    display: block;
    max-width: 100%;
}
img.small {
    border-radius: 20px;
}
#gallery-product .owl-dots {
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
}
#gallery-product .owl-dots button span {
    background: white;
    box-shadow: 0 3px 6px #0000002e;
}
#gallery-product .owl-dots button.active span {
    height: 15px;
    width: 15px;
    background: #426A53;
}
.single-product-top {
    display: flex;
    flex-wrap: wrap;
}
.right-top-single-product {
    width: 50%;
}
.left-top-single-product {
    width: 50%;
    padding: 0 30px 0 0;
}
.product-info {
    display: flex;
    align-items: center;
}
.product-info h1 {
    margin-left: 15px;
}
/*
table.variations {
    width: 100%;
}
table.variations tr {
    display: block;
}
table.variations tr th {
    display: block;
    text-align: right;
    margin: 20px 0 2px;
    font-weight: 100;
}
.variation-radios {
    display: flex;
    flex-wrap:wrap;
}
.variation-radios label {
    padding: 5px 10px;
    border: 1px solid #B5DACE;
    border-radius: 10px;
    margin: 4px 8px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    color:#5f5f5f
}
.variation-radios label input {
    display: none;
}
.variation-radios label input:checked ~ .checkmark {
    background: #00811663;
}
.variation-radios label .checkmark {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}*/
table.variations {
    margin-top: 30px;
}
a.reset_variations {
    display: none !important;
}
.single_variation_wrap {
    display: flex;
    border: 1px solid #B5DACE;
    border-radius: 12px;
    padding: 15px 10px;
    margin: 15px 0 10px;
    flex-wrap: wrap;
    justify-content: center;
}
.woocommerce-variation-add-to-cart {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 5px;
}
.woocommerce-variation-add-to-cart .quantity {
    border: 1px solid #ccc;
    border-radius: 10px;
    overflow: hidden;
    margin: 10px;
    display: flex;
    align-items: center;
}
.woocommerce-variation-add-to-cart > button {
    margin: 10px 0px !important;
}
button.qlwcdc_quick_purchase {
    margin-right: 10px !important;
}
button.minus-btn, button.plus-btn {
    background: none;
    border: none;
    font-size: 24px;
    line-height: 24px;
    font-family: monospace;
    cursor: pointer;
    padding: 0 10px;
}
.woocommerce-variation-add-to-cart button.single_add_to_cart_button {
    background: #426A53 !important;
    border-radius: 10px;
    font-weight: 100;
    padding: 12px 25px;
}
.woocommerce-variation-add-to-cart .quantity .qty {
    border: none;
    height: 100%;
}
a.product-cat {
    color: #595959;
    margin-left: 15px;
}
.tabs-box {
    border-radius: 20px;
    border: 1px solid #B5DACE;
    margin: 20px 0;
    padding: 10px 20px;
}
.tabs-box .tabs-link {
    display: flex;
    border-bottom: 1px solid #e2e2e2;
}
.tabs-box .tabs-link p {
    margin: 0 20px;
    flex: 1;
    text-align: center;
    padding: 8px 0 12px;
    margin-bottom: -2px;
    cursor : pointer ;
}
.tabs-box .tabs-link p.active {
    border-bottom: 3px solid #B5DACE;
}
table.info-table {
    width: 100%;
    margin: 10px 0;
    color: #222;
}
table.info-table td , table.info-table th {
    padding: 10px 5px;
    border-bottom: 1px solid #eee;
}
table.info-table td:first-child {
    min-width: 80px !important;
}
p.logged-in-as {
    display: none;
}
textarea#comment {
    width: 100%;
    border-radius: 15px;
    margin: 10px 0;
    border: 1px solid #ccc;
}
div#comment-content .form-submit {
    text-align: left;
}
div#comment-content .form-submit #submit {
    background: #426A53;
    color: white;
    border-radius: 10px;
    font-weight: 100;
}
div#comment-content .form-submit #submit:hover {
    background: #547e66;
    color: white;
}
.sms-notif-form .sms-notif-mobile-div input[type=text]{
    margin: 10px auto;
    display:block;
    min-width:300px;
    max-width: 100%;
    padding:5px;
    border : 1px solid #ccc;
    border-radius : 4px
}
.sms-notif-form .sms-notif-submit{
    background: #426a53 !important;
    display: block !important;
    margin: 10px auto !important;
}
section.related.products h2 {
    display: none;
}
.left-top-single-product p.price ins {
    text-decoration: none;
}
.left-top-single-product p.price del {
    font-size: 0.8em;
}
.left-top-single-product p.price {
    font-size: 18px;
}
.woocommerce-variation-availability {
    text-align: center;
    font-size: 13px;
    width: 100%;
}
.woocommerce-variation.single_variation {
    width: 100%;
}
table.variations td, table.variations th {
    padding-bottom: 10px;
}
.select-size-helper {
    margin-bottom: -32px;
    margin-top: 20px;
    width: fit-content;
    margin-right: auto;
}
.select-size-helper>a {
    display: flex;
    align-items: center;
    color: #222;
    font-size: 13px;
}
.select-size-helper>a>svg {
    margin-right: 5px;
}
.woocommerce-variation.single_variation .woocommerce-variation-price {
    text-align: center;
}
.woocommerce-variation.single_variation .woocommerce-variation-price ins {
    text-decoration: none;
}
.woocommerce-variation.single_variation .woocommerce-variation-price span.woocommerce-Price-currencySymbol {
    font-size: 0.7em;
    color: #426a53;
}
p.unapprovedComment {
    background: #a1b5a9;
    padding: 30px 15px;
    border-radius: 10px;
    box-shadow: 0 0 5px #222;
    margin: 20px 5px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
h3#comments {
    display: none;
}
ol.commentlist span.says {
    display: none;
}
ol.commentlist > li {
    background: #f6f6f6;
    margin: 15px 0;
    padding: 15px;
    box-shadow: 0 0 5px #ccc;
    border-radius: 10px;
}
div#comment-content a {
    color: #6e282d;
    font-weight: bold;
}
.comment-meta.commentmetadata a {
    color: #696969 !important;
    cursor: initial ;
    font-weight:normal !important;
}
.comment-author.vcard {
    display: flex;
    align-items: center;
    margin: 10px 0;
}
.comment-author.vcard img {
    border-radius: 10px;
    box-shadow: 0 0 5px #ccc;
    margin: 0 0 0 10px;
}
a#cancel-comment-reply-link {
    border: 2px solid;
    padding: 7px 10px;
    border-radius: 10px;
    font-size: 0;
    display: inline-flex;
    width: fit-content;
    align-items: center;
    justify-content: center;
}
a#cancel-comment-reply-link:before {
    content: "انصراف";
    display: inline-block;
    font-size: 16px;
}
.size-help-box {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #252424ed;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    transition: 0.3s;
    opacity: 0;
}
.size-help-box.active-box{
    opacity : 1;
    pointer-events : initial;
}
 .size-help-box img {
    max-width: 580px;
    width: 96%;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
.alarm-size-box svg {
    width: 30px;
    margin-left: 10px;
}
 .alarm-size-box {
    display: flex;
    align-items: center;
    padding: 10px;
    background: #b5dace;
    margin: 20px auto;
    border-radius: 10px;
    box-shadow: 0 0 12px #22222229;
	justify-content: center;
}
.alarm-size-box p {
    font-size: 13px;
    margin: 0;
}
table.variations select {
    padding: 5px 10px;
    margin-right: 10px;
    border-radius: 7px;
    cursor: pointer;
    border: 1px solid #426a53;
}
p.stock.out-of-stock {
	margin: 75px 0 0;
	padding: 15px;
	background: #b5dace;
	border-radius: 10px;
	box-shadow: 0 0 12px #22222229;
}
.available_notify button {
    background: none;
    padding: 10px 20px;
    display: block;
    margin: 10px auto;
    border-radius: 14px;
    border: 3px solid #426A53;
    color: #426A53;
    cursor: pointer;
    display: none;
}
/****************************************************************/
.auth-popup {
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    top: 0;
    overflow-y: auto;
    left: 0;
}
.auth-popup.active-popup{
    display : flex;
}
.auth-popup-background {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000000d4;
    z-index: 10000;
    backdrop-filter: blur(10px);
}
.auth-page {position: relative;z-index: 10001;max-width: 470px;margin: auto;width: 94%;}
.auth-form-box {
    background: #efefef;
    box-shadow: 0 0 14px #22222242;
    border-radius: 20px;
    padding: 35px;
    margin: 30px 0;
}
.auth-popup.active-popup {
    display: flex;
}
.auth-form-title {
    color: #6e282d;
    text-align: center;
    font-size: 24px;
    margin-bottom: 25px;
    font-weight: bold;
}
.form-row {
    margin-bottom: 25px;
}
.form-row p {
    margin: 0 0 4px 0;
    line-height: 25px;
    font-size: 15px;
    color: #222;
}
.mobile-row-form {
    background: #171E20;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 15px;
    padding: 10px;
    display: flex;
    align-items: center;
}
.mobile-row-form input#mobile {
    direction: ltr;
    background: none;
    border: none;
    flex: 1;
    color: #fff;
    font-size: 16px;
}
.mobile-row-form span {
    margin: 0 10px;
    font-weight: bold;
    color: #fff;
    border-right: 1px solid #ffffff85;
    padding-right: 5px;
    direction: ltr;
}
p.desc-text {
    background: #B5DACE;
    margin: 7px 0;
    padding: 8px;
    border-radius: 10px;
    box-shadow: 0 0 10px #22222242;
    font-size: 15px;
    line-height: 1.7;
}
.auth-btn-row {
    margin: 40px 0 30px;
}
.auth-btn-row button {
    background: #426A53;
    box-shadow: 0px 0px 20px #426a5391;
    border-radius: 15px;
    border: none;
    width: 100%;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    cursor: pointer;
}
.auth-btn-row button span {
    margin-right: 5px;
    font-size: 16px;
}
button#send-otp-login-code {
    background: #426A53;
    box-shadow: 0px 0px 20px #426a5391;
    border-radius: 15px;
    border: none;
    width: 100%;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    cursor: pointer;
}
.password-row-form {
    background: #171E20;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 15px;
    display: flex;
    padding: 10px;
    align-items: center;
}
.password-row-form input {
    direction: ltr;
    flex: 1;
    border: none;
    background: none;
    color: #fff;
    font-size: 16px;
}
.password-row-form svg {
    cursor: pointer;
    padding-right: 5px;
    margin-right: 5px;
    border-right: 1px solid #ffffffa8;
}
.password-row-form svg.hide-pass-link {
    display: none;
}
.password-row-form.show-pass svg.show-pass-link {
    display: none;
}
.password-row-form.show-pass svg.hide-pass-link {
    display: block;
}
.form-row > input[type=text] {
    background: #171E20 !important;
    border: 1px solid rgba(255, 255, 255, 0.7) !important;
    border-radius: 15px !important;
    width: 100%;
    padding: 10px !important;
    color: #fff !important;
    font-size: 16px;
}
button#resend-btn {
    display: flex;
    width: 100%;
    border-radius: 15px;
    border: none;
    align-items: center;
    padding: 12px 15px;
    cursor: pointer;
    font-size: 16px;
    background: #426A53;
    box-shadow: 0px 0px 20px #426a5391;
    color: #fff;
}
button#resend-btn:disabled {
    background: rgb(124 124 124 / 31%);
    box-shadow: none;
    cursor: default;
}
button#resend-btn span {
    flex: 1;
}
button#resend-btn p {
    margin: 0;
}
button.single_add_to_cart_button.disabled {
    pointer-events: none;
}
p#preparation-time-message {
    color: #d35400;
    font-weight: bold;
    font-size: 13px;
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 1rem;
}
@media only screen and (max-width: 600px) {
    .product-info {
        flex-wrap: wrap;
    }
    .product-info h1 {
        width: 100%;
    }
    .right-top-single-product {
        width: 100%;
    }
    .left-top-single-product {
        width: 100%;
        padding: 0;
    }
    .tabs-box {
        padding: 5px 5px 0;
    }
    .tabs-box .tabs-link p {
        margin: 0 6px;
        padding: 5px 0 5px;
        font-size: 13px;
    }
    div#description-content p {
        font-size: 14px;
        line-height: 1.8;
    }
    table.info-table td, table.info-table th {
        padding: 7px 5px;
        font-size: 14px;
    }
    div#info-table-content h3 {
        font-size: 18px;
        margin-bottom: 10px !important;
    }
    
    table.info-table {
        margin: 10px 0 20px;
    }
    div#respond h3 {
        font-size: 18px;
    }
    section.related.products .woocommerce.columns-5 {
        overflow: scroll;
        width: 96vw;
    }
    section.related.products ul.products.columns-5 {
        width: fit-content !important;
        flex-wrap: unset;
        overflow-x: auto !important;
    }
    section.related.products {
        overflow: scroll;
    }
    .auth-form-box {
        padding: 30px 15px;
    }
    .mobile-row-form svg {
        flex-shrink: 0;
    }
    .mobile-row-form input#mobile {
        min-width: 0px;
    }
    .password-row-form svg {
        flex-shrink: 0;
    }
    .caption-row p{
        max-width: 100%;
    }
}