.product-tabs {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 1rem 4rem rgba(0, 0, 0, 0.075) !important;
    margin-bottom: 15px;
    margin-top: 0;
    padding: 9px 20px 11px 20px;
    max-width: 100%;
}

.product-top {
    padding: 20px;
    max-width: 100%;
}

.product-top {
    overflow: hidden;
}

.product-box-area {
    box-shadow: 0 1rem 4rem rgba(0, 0, 0, 0.075) !important;
    background-color: #fff;
    margin-bottom: 0;
    margin-top: 0;
    border-radius: 15px;
}

.product-gallery {
    border-left: 1px solid #f4f4f4;
    margin-left: 1rem;
    padding-left: 1rem;
    height: 100%;
}

.product-gallery .gallery-thumb {
    border: 1px solid #ccc;
    border-radius: 15px;
    padding: 10px;
    cursor: pointer;
}

#product_price_suggestion_area .spoilerLink {
    font-weight: 500;
}

.c-ui-input__currency {
    position: absolute;
    left: 15px;
    bottom: 10px;
    color: #7c7c7c;
    font-size: 12px;
    font-size: .857rem;
    line-height: 1.833;
    font-weight: 600;
}

.product-gallery .gallery-main .img-fluid {
    /* margin-right: 5%; */
    width: 100%;
    border-radius: 10px;
}

.breadcrumb-section .breadcrumb {
    justify-content: flex-start;
}

.product-gallery .gallery-thumb img {
    opacity: .7;
}

.product-gallery .owl-carousel .owl-item img:hover {
    opacity: 1;
}

.product-gallery .gallery-thumb.gallery-zoom img {
    -webkit-filter: blur(3px);
    filter: blur(3px);
}

.product-gallery .gallery-thumb.gallery-zoom .zoom-overlay {
    width: 34px;
    height: 34px;
    border-radius: 34px;
    color: #fff;
    background-color: rgba(115, 114, 115, .6);
    font-size: 0.897rem;
    font-size: 1rem;
    line-height: 14px;
    position: absolute;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    right: 0;
    z-index: 2;
}

.product-gallery .gallery-thumb.gallery-zoom .zoom-overlay .zoom-overlay-icon {
    font-size: 16px;
    height: 100%;
    text-align: center;
    line-height: 38px;
}

.product-tabs {
    padding: 0;
    position: relative;
    /*padding-top: 57px;*/
}

.product-tabs .nav-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    list-style: none;
    background-color: #f8f8f8;
    border-bottom: 1px solid #dfdfdf;
    font-size: 17px;
    font-size: 1.214rem;
    line-height: 1.294;
    border-radius: 15px 15px 0 0;
}

.product-tabs.is-fixed .nav-tabs {
    position: fixed;
    top: 0;
    width: calc(100% - 30px);
    min-width: 1005px;
    z-index: 123;
    -webkit-box-shadow: 0 5px 10px 0 hsla(0, 0%, 70.6%, .2);
    box-shadow: 0 5px 10px 0 hsla(0, 0%, 70.6%, .2);
    top: 54px;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}

.product-tabs .nav-tabs .nav-item {
    border-left: 1px solid #dfdfdf;
    position: relative;
    margin-bottom: -2px;
}

.product-tabs .nav-tabs .nav-item:first-child {
    border-radius: 0 15px 0 0;
    overflow: hidden;
}

.product-tabs .nav-tabs .nav-item .nav-link {
    color: #212121;
    text-align: center;
    padding: 15px 0;
    text-transform: uppercase;
    border: 0;
    border-radius: 0;
}

.product-tabs .nav-tabs .nav-item:first-child .nav-link.active {
    /* margin-right: -1px;
    padding-right: 1px; */
}

.product-tabs .nav-tabs .nav-item .nav-link.active {
    background-color: #fff;
}

.product-tabs .nav-tabs .nav-item .nav-link.active span {
    color: #e5384e;
}
.product-tabs .nav-tabs .nav-item .nav-link.active i {
    color: #e5384e;
}

.product-tabs .nav-tabs .nav-item .nav-link>span {
    padding: 14px 40px;
    font-weight: 500;
    line-height: 27px;
    color: #6f6f6f;
    font-size: 16px;
    font-size: 1rem;
}

.product-tabs .nav-tabs .nav-item .nav-link i {
    color: #c3c3c3;
    display: inline-block;
    vertical-align: top;
    margin-left: 11px;
    font-size: 27px;
}

.product-tabs .tab-content {
    padding: 1.5rem;
    border-top: none;
}

.gallery-thumb-items {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: none;
    padding: 0;
}

.gallery-thumb-items .product-thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    height: 68px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: none;
    position: relative;
    -ms-flex: 0 0 22%;
    flex: 0 0 22%;
    padding: 22% 0 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
}


.gallery-thumb-items .product-thumb:not(:first-of-type) {
    margin-right: 4%
}

.gallery-thumb-items .product-thumb:nth-of-type(4) img {
    -webkit-filter: blur(3px);
    filter: blur(3px)
}

.gallery-thumb-items .product-thumb .thumb-wrapper,
.gallery-thumb-items .product-thumb:nth-of-type(4) .zoom-overlay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.gallery-thumb-items .product-thumb:nth-child(-n+3),
.gallery-thumb-items .product-thumb:nth-child(-n+4) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.gallery-thumb-items .product-thumb .thumb-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
}

.gallery-thumb-items .product-thumb img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: top;
    opacity: .7;
    position: relative;
}

.zoom-overlay {
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: none;
    opacity: 1;
}

.zoom-overlay-icon,
.zoom-overlay {
    position: absolute;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.gallery-thumb-items .product-thumb img[alt]:after {
    min-width: 30px !important;
    min-height: 30px !important;
}

.gallery-thumb-items .product-thumb img[alt]:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-weight: 400;
    color: transparent;
    text-align: center;
    content: attr(alt);
    background: #fff url(../../images/no-images/general.png) no-repeat 50%;
    background-size: contain;
    width: 100%;
}

.gallery-thumb-items .product-thumb:nth-of-type(6) .zoom-overlay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.gallery-thumb-items .product-thumb .thumb-wrapper--blur img {
    -webkit-filter: blur(3px);
    filter: blur(3px);
}

.gallery-thumb-items .product-thumb:nth-of-type(6) img {
    -webkit-filter: blur(3px);
    filter: blur(3px);
}

.gallery-thumb-items .product-thumb:hover img {
    opacity: 1;
}

.gallery-thumb-items .product-thumb:nth-of-type(5) img {
    -webkit-filter: unset;
    filter: unset;
}

.zoom-overlay-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 34px;
    height: 34px;
    border-radius: 34px;
    color: #fff;
    background-color: rgba(115, 114, 115, .6);
    font-size: 0.897rem;
    font-size: 1rem;
    line-height: 14px;
}

.zoom-overlay-icon i {
    margin-top: 3px;
}

.gallery-thumb-items .product-thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    height: 68px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: none;
    position: relative;
    -ms-flex: 0 0 22%;
    flex: 0 0 22%;
    padding: 22% 0 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer
}

#product_video {
    padding: 20px;
    width: 80vw;
    border-radius: 5px;
    height: 100%;
    overflow: hidden;
}

.h_iframe-aparat_embed_frame {
    position: relative;
    height: 100%;
}

.h_iframe-aparat_embed_frame .ratio {
    display: block;
    width: 100%;
    height: auto;
}

.h_iframe-aparat_embed_frame iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border: 0;
    border-radius: 5px;
}

.product-config {
    position: relative;
    padding-top: 14px;
    border-top: 1px solid #f2f2f2;
}

.product-title {
    margin: .8rem 0 1.4rem 0;
    font-size: 16px;
    font-size: 1.143rem;
    line-height: 24px;
    font-weight: 500;
    color: #000;
}

.product-title h1 {
    margin: 0;
    font-size: 16px;
    font-size: 1.143rem;
    line-height: 24px;
    font-weight: 500;
    color: #000;
}

.product-sub-title {
    margin: .5rem 0;
    font-size: 13px;
    font-size: 0.843rem;
    font-weight: 400;
}

.product-en-title {
    margin: .5rem 0;
    font-size: 13px;
    font-size: 0.843rem;
    font-weight: 400;
}

.product-sku {
    position: relative;
    bottom: 24px;
    right: 0;
    padding-left: 8px;
    margin-left: auto;
    margin-bottom: -20px;
    color: #afafaf;
    background-color: #fff;
    font-size: 12px;
    font-size: .857rem;
    line-height: 20px;
    display: inline-block
}

.product-sku-mobile {
    position: relative;
    padding-left: 8px;
    margin-left: auto;
    color: #afafaf;
    background-color: #fff;
    font-size: 12px;
    font-size: .857rem;
    line-height: 20px;
    display: inline-block
}

.product-description {
    font-size: 0.987rem;
    font-size: 0.95rem;
    line-height: 2.2;
    font-weight: 400;
}

.product-description p,
.product-description span {
    margin: 5px 0 5px;
    font-size: 0.987rem;
    font-size: 0.95rem;
    line-height: 2.2;
    font-weight: 400;
    color: #212529;
}

.product-description .h2 {
    margin: 5px 0 5px;
    font-size: 0.987rem;
    font-size: 0.987rem;
    font-weight: 500;
    color: #222222;
    margin-bottom: 15px;
}

.product-description h3 {
    margin: 5px 0 5px;
    font-size: 0.987rem;
    font-size: 0.987rem;
    font-weight: 500;
    color: #222222;
}

.product-description h2 {
    margin: 5px 0 5px;
    font-size: 0.987rem;
    font-size: 0.987rem;
    font-weight: 500;
    color: #222222;
}

.product-description h1 {
    margin: 5px 0 5px;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 500;
    color: #222222;
}

.product-description a {
    position: relative;
    color: var(--primary);
}

.product-description a:after {
    left: 0;
    right: 0;
    top: 50%;
    margin-top: 0.8em;
    content: "";
    position: absolute;
    border-bottom: 1px dashed var(--primary);
}

i.product-custom_text {
    display: inline-block;
    color: #929292;
    margin-left: 0.5rem;
    font-size: 20px;
    font-size: 1.3rem;
    vertical-align: middle;
}

.fs-1-1 {
    font-size: 1.1rem;
}

.product-summery__item-title {
    font-size: 0.9rem;
    color: #333;
    font-weight: 500;
    display: inline-block;
}

.product-summery__item-value {
    font-size: 0.9rem;
    color: #333;
    font-weight: 500;
    line-height: 130%;
    margin-right: auto;
}

.product-description img[alt] {
    position: relative;
    min-width: 500px;
    min-height: 300px;
    margin: 0 auto;
    display: block;
    max-width: 100%;
}

.rtl .product-description ul {
    -webkit-padding-start: 20px;
}

.product-description img[alt]:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-weight: 400;
    color: transparent;
    text-align: center;
    content: attr(alt);
    background: #fff url(../../images/no-images/general.png) no-repeat 50%;
    background-size: contain;
    width: 100%;
}

.product-brief {
    overflow: hidden;
    margin: 10px 0 20px;
}

.product-brief-title {
    font-size: 0.827rem;
    font-size: .929rem;
    line-height: 1.692;
    display: list-item;
    font-weight: 500;
}

.product-brief ul {
    padding-right: 0;
    margin: 0;
}

.product-brief ul li {
    margin: 3px 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    width: 100%;
    font-size: 0.897rem;
    font-weight: 400;
    line-height: 1.8;
    padding-right: 15px;
    position: relative;
}

.product-brief ul li:before {
    content: "";
    width: 5px;
    height: 5px;
    background: #ccc;
    vertical-align: middle;
    margin-left: 5px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    right: 0;
    top: calc(50% - 2.5px);
}

.productExtraInfoArea {
    line-height: 2.5;
}

.productExtraInfo {
    display: block;
    font-size: 0.95rem;
}

.spoilerLink {
    font-weight: 400;
}

.spoilerLink:after {
    margin-top: 0.8em;
}

.product-icons-area {
    border-top: 1px solid #f4f4f4;
    padding-top: 1.7rem;
    padding-bottom: 1.7rem;
    position: relative;
    width: 100%;
    bottom: 0;
    right: 0;
    padding-right: 80px;
    background-color: #f8fbfc;
}

.product-icons {
    margin-right: -5px;
    margin-left: -5px;
}

.product-icons .icons-col {
    padding-right: 5px;
    padding-left: 5px;
}

.product-icons .icon-col {
    width: 100%;
    /*background-color: #f8f8f8;*/
    border-radius: 3px;
    color: #3d464d;
    /*padding: 10px 5px;
    border: 1px solid #dfdfdf;*/
}

.product-icons img {
    height: 45px;
    width: 45px;
    filter: grayscale(100%);
}

.product-icons .icon-col:hover img {
    filter: none;
}

.product-icon-image {
    display: inline-block;
    position: absolute;
    display: inline-block;
    width: 33px;
    height: 33px;
    text-align: center;
    font-size: 0.897rem;
    line-height: 32px;
    vertical-align: middle;
    border-radius: 3px;
    margin-left: 10px;
}

.product-icon-text {
    display: inline-block;
    padding-right: 60px;
}

.product-icon-h4 {
    font-weight: 500;
    color: #333;
    font-size: .9rem;
}

.product-icon-h5 {
    font-weight: 400;
    font-size: 0.85rem;
    margin-top: 7px;
    color: grey;
}

.product-options {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 51px;
    flex: 0 0 51px;
    list-style: none;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 2;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    margin-right: 0;
    position: absolute;
    top: 10px;
    right: calc(0.5rem + 10px);
    background: #fff;
    border-radius: 4px;
    padding: 10px !important;
    box-shadow: 0 1rem 4rem rgba(0, 0, 0, 0.075) !important;
}

.product-options li {
    display: block;
    margin-top: 20px;
    position: relative;
}

.filesList {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 0.987rem;
    font-size: 0.95rem;
    line-height: 2.2;
    font-weight: 400;
    border: 2px solid #f1f0f0;
    border-radius: 15px;
}

.filesList li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.2rem;
    border-bottom: 2px solid #f1f0f0;
}

.filesList li:first-child {
    border-radius: 15px 15px 0 0;
}

.filesList li:last-child {
    border-radius: 0 0 15px 15px;
}

.filesList li .fileTitle {
    margin-left: auto;
    font-weight: 500;
}

.filesList li .downloadBtn {
    background-color: #fdebee;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    line-height: 60px;
    cursor: pointer;
    color: #727272;
    fill: #727272;
    font-size: 1.2rem;
    position: relative;
}

.filesList li .downloadBtn:hover .c-tooltip {
    display: block;
}

.filesList li .downloadBtn svg {
    height: 22px;
}

.filesList li .fileSize {
    width: 15%;
}

.filesList li .fileBtn {
    width: 15%;
}

.filesList li:nth-child(odd) {
    background: #f8f8f8;
}

.filesList li:last-child {
    border-bottom: 0;
}

.product-options li:first-child {
    margin-top: 0;
}

.product-options li:last-child {
    margin-bottom: 7px;
}

.product-options .btn-option:not(.active) .fas {
    display: none;
}

.product-options .btn-option:not(.active) .far {
    display: inline;
}

.product-options .btn-option.active .far {
    display: none;
}

.product-options .btn-option.active {
    color: #0abb87;
    pointer-events: none;
}

.product-options .btn-option.active i {
    color: #0abb87;
    pointer-events: none;
}

.product-options .btn-option.active .fas {
    display: inline;
}

.product-options .btn-option.active .far {
    display: none;
}

.product-options .btn-option {
    vertical-align: top;
    z-index: 6;
    border: none;
    width: 24px;
    height: 24px;
    padding: 3px;
    background: none;
    font-size: 20px;
}

.product-options .btn-option.fs-15 {
    font-size: 0.987rem;
}

.product-options .btn-option.fs-16 {
    font-size: 16px;
}

.product-options .btn-option i {
    /*--fa-primary-color: #3d464d;
    --fa-secondary-color: #3d464d;*/
    --fa-primary-opacity: 0.5;
    --fa-secondary-opacity: 0.2;
}

.product-options li:hover .c-tooltip {
    display: block;
}

.product__actions {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -4px;
}

.product__actions-item {
    margin: 4px;
}

.product__quantity {
    width: 120px;
}

.input-number {
    display: block;
    width: 100%;
    position: relative;
}

.input-number__input {
    -moz-appearance: textfield;
    display: block;
    width: 100%;
    min-width: 88px;
    padding: 0 31px 1px;
    text-align: center;
}

.input-number__add,
.input-number__sub {
    position: absolute;
    height: 100%;
    width: 31px;
    top: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: .3;
    transition: opacity .18s;
}

.input-number__add {
    right: 1px;
}

.input-number__sub {
    left: 1px;
}

.input-number__add:after,
.input-number__add:before,
.input-number__sub:after,
.input-number__sub:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background: currentColor;
}

.input-number__add:after,
.input-number__add:before,
.input-number__sub:after,
.input-number__sub:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background: currentColor;
}

.input-number__add:before,
.input-number__sub:before {
    width: 12px;
    height: 2px;
}

.input-number__add:after,
.input-number__add:before,
.input-number__sub:after,
.input-number__sub:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background: currentColor;
}

.input-number__add:after {
    width: 2px;
    height: 12px;
}

.product-timer-area .timer-clock {
    background-color: #f7f7f7;
    padding: 15px;
    border: 1px solid #e2e5ec;
    border-radius: 2px;
    margin: .8rem 0;
}

.product-timer-area .timer-clock p {
    margin: 0;
}

.product-timer-area .timer-clock timer {
    font-size: 0.987rem;
    margin-bottom: 10px;
}

.product-card-area {
    background-color: #f9f9f9;
    border-radius: 2px;
    padding: 22px;
    /* border: 1px solid #e6e6e6; */
    margin: .8rem 0;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1) !important;
    border-radius: 15px;
    height: auto;
}

.product-price-area {
    margin: 0 0 1rem 0;
    position: relative;
}

.product-price-area .my-price-area del {
    font-size: 0.987rem;
    font-weight: 400;
    margin-bottom: 15px;
    color: rgb(172, 172, 172);
}

.product-price-area .product-price-base {
    text-align: left;
}

.product-price-area .product-price-base del {
    font-size: 17px;
    font-size: 1.2rem;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
    color: #9d9d9d;
}

.product-price-discount {
    background: var(--primary);
    color: #222222;
    padding: 10px;
    font-size: 0.987rem;
    font-weight: 400;
    border-radius: 20px;
    text-align: center;
    display: none;
}

.product-price-area .product-price-sale {
    text-align: left;
    /* display: inline; */
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.419;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 500;
    margin-bottom: 0;
}

.product-price-area .product-price-sale .currency {
    font-size: 0.987rem;
    font-size: 0.987rem;
    font-weight: 500;
}

.product-price-area .product-price-sale.mini {
    font-size: 0.987rem;
    font-size: 0.987rem;
    font-weight: 400;
}

.product-price-area .product-price-sale .label {
    font-size: 0.987rem;
    font-size: 0.987rem;
    font-weight: 400;
}

.product-options .btn-option svg {
    fill: #929292;
}

.product-options .btn-option i {
    color: #929292;
}

.product-price-area .product-price-base .badge {
    border-radius: 30px;
    text-align: center;
    display: inline-block;
    /*background-color: #0abb87;*/
    color: #fff;
    font-size: 1rem;
    vertical-align: middle;
    padding: 0.5rem 1rem;
    font-weight: 500;
    margin: 0;
}

.mainLoader.price-loader {
    position: absolute;
    top: calc(50% - 10px);
    left: calc(50% - 10px);
    margin: 0;
}

.product-add-to-card,
.product-customfields {
    padding: 0;
    margin-top: 2rem;
}

.input-radio-color__item:hover .c-tooltip {
    display: block;
}

.product-add-to-card .form-control {
    border-left: 0;
    border-radius: 0;
    height: 48px;
    font-size: 17px;
    font-weight: 400;
    background: #fff;
}

.product-add-to-card .btn-basket {
    height: 58px;
    padding: .4rem 1.25rem;
    border-radius: 30px;
    display: flex;
    flex-direction: row-reverse;
    gap: 1rem;
    align-items: center;
    justify-content: center;
}

.product-add-to-card .btn-basket span {
    font-size: 1rem;
    font-weight: 600;
}

.product-add-to-card .btn-basket.btn:not(.hasIcon) i {
    left: 12px;
    right: unset;
}

.product-add-to-card .form-control:focus {
    border-color: #ced4da;
}

.product__option {
    margin-bottom: 18px;
    position: relative;
}

.product__option-label {
    font-size: 0.897rem;
    text-transform: uppercase;
    font-weight: 400;
    color: #6c757d;
    padding-bottom: 2px;
    font-size: 0.827rem;
    font-weight: 500;
    margin-bottom: .25rem;
}

.input-radio-color {
    display: block;
}

.input-radio-color__list {
    padding: 1px 0;
    display: -ms-flexbox;
    display: flex;
    margin: -2px;
}

.input-radio-label__list label.active span {
    background: var(--primary);
    color: #222222;
}

.cf-disabled {
    opacity: 0.4 !important;
    pointer-events: none !important;
}

.input-radio-color__item {
    display: flex;
    align-items: center;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    margin-left: 10px;
    padding: 6px 10px;
    cursor: pointer;
    margin-bottom: 8px;
    color: rgba(0, 0, 0, .87);
}

.input-radio-color__item.active {
    border-color: #3394d0;
}

.input-radio-color__item input {
    pointer-events: none;
    opacity: 0;
    position: absolute;
}

.input-radio-color__item span:not(.c-tooltip) {
    height: 16px;
    min-width: 16px;
    width: 16px;
    align-items: center;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    line-height: normal;
    position: relative;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    margin-left: 8px !important;
    border: 1px solid transparent;
}

.product-customfields .invalid__label {
    position: relative;
    text-align: right;
}

.input-radio-color__item span:not(.c-tooltip).has-border {
    border-color: #ccc;
}

.input-radio-color__item--white span,
.input-radio-color__item--white span:after {
    box-shadow: inset 0 0 0 2px #ccc;
}

.input-radio-color__item span:not(.c-tooltip):before {
    left: 3px;
    top: 3px;
    width: 24px;
    height: 24px;
    background: #fff;
    transform: scale(0);
    transition: transform .2s;
}

.input-radio-color__item span:not(.c-tooltip):after,
.input-radio-color__item span:not(.c-tooltip):before {
    display: block;
    position: absolute;
    content: "";
    border-radius: 1000px;
}

.input-radio-color__item--white span,
.input-radio-color__item--white span:after {
    box-shadow: inset 0 0 0 2px #ccc;
}

.input-radio-color__item span:not(.c-tooltip):after {
    left: 8px;
    top: 8px;
    width: 14px;
    height: 14px;
    background: currentColor;
    transform: scale(0);
    transition: transform .2s;
}


.input-radio-color__item--disabled span:before {
    transform: scale(1.33) rotate(45deg);
    left: 14px;
    top: -1px;
    width: 2px;
    height: calc(100% + 2px);
    background: rgba(0, 0, 0, .3);
}

.input-radio-label {
    display: block;
    font-size: 0.897rem;
    font-weight: 500;
}

.input-radio-label__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -3px;
}

.input-radio-label__list label {
    display: -ms-flexbox;
    display: flex;
    margin: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.input-radio-label__list input {
    position: absolute;
    pointer-events: none;
    opacity: 0;
}

.input-radio-label__list span {
    cursor: pointer;
    display: block;
    /* height: 32px; */
    padding: .3125rem 1rem;
    border-radius: 2px;
    background: #f0f0f0;
    color: #3d464d;
    transition: background-color .2s, color .2s;
    font-weight: 400;
    font-size: 0.897rem;
}

.input-radio-label__list input:disabled~span {
    cursor: default;
    opacity: .5;
}


.related-products {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 1rem 4rem rgba(0, 0, 0, 0.075) !important;
    margin-bottom: 0;
    margin-top: 0;
    padding: 9px 20px 11px 20px;
    max-width: 100%;
    overflow: hidden;
}

.related-products .owl-carousel .owl-nav button {
    color: #a8a8a8;
    background-color: #fff;
    width: 49px;
    height: 90px;
}

.related-products .owl-carousel .owl-nav button.owl-prev {
    right: -22px;
    -webkit-box-shadow: -1.5px 0 4px 0 rgba(0, 0, 0, .15);
    box-shadow: -1.5px 0 4px 0 rgba(0, 0, 0, .15);
    border-radius: 5px 0 0 5px;
}

.related-products .owl-carousel .owl-nav button.owl-next {
    left: -22px;
    -webkit-box-shadow: 1.5px 0 4px 0 rgba(0, 0, 0, .15);
    box-shadow: 1.5px 0 4px 0 rgba(0, 0, 0, .15);
    border-radius: 0 5px 5px 0;
}

.related-product {
    padding: 15px;
    -webkit-transition-duration: .1s;
    transition-duration: .1s;
    margin: 5px;
}

.related-product:hover {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    z-index: 11;
}

.related-product img {
    background: #f9f9f9;
}

.related-product h2 {
    font-size: 0.827rem;
    direction: rtl;
    margin: 10px 0;
    font-weight: 500;
    height: 45px;
    line-height: 22px;
    color: #535353;
    max-width: 90%;
    overflow: hidden;
}


.related-product .product-box-image-row {
    width: 100%;
    height: auto;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 100%;
    position: relative;
}

.related-product .product-box-price-row {
    width: 100%;
    text-align: left;
}

.related-product .product-box-price-item {
    display: block;
}

.related-product .product-box-price-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: auto;
    padding: 4px;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    width: 100%;
}

.related-product .product-box-price-old {
    font-size: 0.827rem;
    font-size: .929rem;
    line-height: 1.692;
    color: #ababab;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    align-items: center;
}

.related-product .product-box-price-old del {
    display: block;
    text-decoration: line-through;
    font-size: 0.827rem;
    font-size: .929rem;
}

.related-product .product-box-discount {
    font-size: 0.897rem;
    font-size: 1rem;
    line-height: 1.571;
    font-weight: 500;
    padding-top: 2px;
    background-color: #fb3449;
    color: #fff;
    border-radius: 16px;
    margin-right: 4px;
    width: 36px;
    text-align: center;
}

.related-product .product-box-price-new {
    font-size: 16px;
    font-size: 1.143rem;
    line-height: 1.375;
    color: #000;
    font-weight: 500;
    width: 100%;
}

.related-product .product-box-price-new-currency {
    font-size: 10px;
    font-size: .714rem;
    line-height: 2.2;
    font-weight: 400;
}

.specifications {
    padding: 0;
}

.specifications ul {
    flex-direction: column;
    display: flex;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.specs-group-title {
    font-size: 1rem;
}

.specs-group-title i {
    color: #c5c5c5;
    font-size: 1.1rem;
    vertical-align: middle;
    display: inline-flex;
}

.specifications ul li.is-group {
    margin-top: 3rem !important;
    padding-top: 2rem !important;
    border-top: 1px dashed #e4e2e2;
}

.specifications ul li.is-group:first-child {
    margin-top: 0 !important;
    padding-top: 0 !important;
    border-top: 0;
}

.specs-label a {
    font-size: 1rem;
    margin-right: 7px;
    color: #a1a3a8;
    vertical-align: middle;
    display: inline-block;
}

.specifications ul li:not(.is-group) {
    margin-top: .5rem;
    list-style: none;
    padding-left: .5rem;
    padding-right: .5rem;
    font-weight: 500;
}

.specifications ul li:not(.is-group) span {
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-radius: .25rem;
    background-color: #f8f8f8;
    list-style: none;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    display: flex;
    flex-direction: row;
    font-size: 0.897rem;
    font-weight: 500;
    height: 100%;
    color: #4d4d4d;
}

.specifications ul li.is-group {
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-top: .5rem;
    border-radius: .25rem;
    list-style: none;
    font-size: 0.897rem;
    font-weight: 500;
    display: flex;
    flex-direction: row;
    padding-left: .5rem;
    padding-right: .5rem;
}

.specifications ul li:not(.is-group) .specs-label {
    min-width: 30%;
    margin-left: .5rem;
    color: #000000;
    text-align: right;
    font-weight: 400;
    font-size: 0.897rem;
    background: #fdebee;
}

.product-no-stock-area {
    background-color: #f9f9f9;
    border-radius: 2px;
    padding: 22px;
    margin: .8rem 0;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1) !important;
    border-radius: 8px;
    height: auto;
}

.product-no-stock-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #969696;
    font-size: 1rem;
    font-weight: 400;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.product-no-stock-title:after,
.product-no-stock-title:before {
    content: "";
    margin: .7rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 1px;
    background: #dadada;
}

.product-no-stock-hint {
    color: #4a4a4a;
    font-size: 1rem;
    text-align: justify;
    font-weight: 400;
}

.product-no-stock-area .btn-notify {
    height: 48px;
    position: relative;
    padding-left: 48px;
}

.product-no-stock-area .btn-notify.btn:not(.hasIcon) i {
    left: 12px;
    right: unset;
}

.product-ratings {
    list-style: none;
    padding: 33px 33px 33px 60px;
    background: #fcfcfc;
    border-radius: 5px;
    font-size: 0.897rem;
    font-weight: 500;
    line-height: 2.2;
    color: #6f717c;
}

.rating-bar {
    position: relative;
    height: 8px;
    border-radius: 3px;
    background: #eaeaea;
}

.rating-bar-general {
    background-color: #d5d5d5;
}

.rating-bar-general .rating__rate {
    background-color: var(--primary);
}

.rating__rate {
    width: 0;
    height: 100%;
    background: silver;
    border-radius: 3px;
}

.rating-bar[data-rate-label]:before {
    position: absolute;
    right: 100%;
    top: 50%;
    content: attr(data-rate-label);
    margin-right: 11px;
    color: #6f6f6f;
    font-size: 12px;
    font-size: .829rem;
    line-height: 1.692;
    font-weight: 400;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    white-space: nowrap;
}


.comment-hint-title,
.question-hint-title {
    font-size: 18px;
    font-size: 1.157rem;
    line-height: 1.158;
    color: #5a5a5a;
    letter-spacing: -.4px;
    margin-bottom: 20px;
    display: block;
    font-weight: 500;
}

.comment-hint-text,
.question-hint-text {
    font-size: 0.987rem;
    font-size: 0.971rem;
    line-height: 2.27;
    margin-bottom: 15px;
    color: #676767;
}

.comment-hint-btn .btn,
.question-hint-btn .btn {
    height: 48px;
    position: relative;
    padding-right: 50px;
    border-radius: 30px;
}

.comment-hint-btn .btn span,
.question-hint-btn .btn span {
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    font-size: 0.897rem;
}

.comment-hint-btn .btn i,
.question-hint-btn .btn i {
    right: 12px;
    left: unset;
}

.product-comments.list {
    box-shadow: 0 1px 3px rgba(0, 0, 0, .15) !important;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .15) !important;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .15) !important;
    background: #fff;
    padding: 20px;
}

.product-comments li {
    margin: 0;
    box-sizing: border-box;
    list-style: none;
    background-color: #f7f7f7;
    border-radius: 15px;
    margin-bottom: 1rem;
    padding: 1.4rem;
    display: flex;
    flex-direction: column;
    font-size: 0.827rem;
}

.product-comments .comment-head {
    margin-bottom: 10px;
    max-width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}

.product-comments .comment-head>* {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    max-width: 100%;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 0.897rem;
    font-size: 0.897rem;
}

.product-comments .comment-meta {
    margin-bottom: 10px;
    max-width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    color: #a5a6a8;
    font-weight: 400;
}

.product-comments .comment-star {
    display: inline-block;
    font-size: 25px;
    color: #ffc700;
    margin-top: -4px;
}

.product-comments .comment-meta>* {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    max-width: 100%;
    box-sizing: border-box;
}

.product-comments .comment-meta>span {
    margin-left: .5rem;
}

.product-comments .comment-bottons {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.product-comments .comment-body.view {
    max-height: 100%;
}

.product-comments .comment-body.view .comment-more {
    display: none;
}

.product-comments .comment-body {
    overflow: hidden;
    position: relative;
    /*max-height: 4.5rem;*/
}

.product-comments .comment-body p {
    color: #2d2d2d;
    /*#6f717c*/
    text-align: justify;
    line-height: 1.8rem;
    font-size: 0.987rem;
    font-size: 0.95rem;
    font-weight: 400;
    text-align: justify;
    white-space: pre-line;
    margin: 0;
}

.comment-more {
    padding-right: 3rem;
    padding-left: 8rem;
    top: 3rem;
    background: linear-gradient(90deg, #f7f7f7, #f7f7f7 80%, hsla(0, 0%, 96.9%, .8) 90%, hsla(0, 0%, 96.9%, .5));
    align-content: center;
    align-items: center;
    justify-content: center;
    display: flex;
    cursor: pointer;
    max-width: 100%;
    left: 0;
    bottom: 0;
    position: absolute;
    text-align: center;
    min-height: 1.5rem;
    color: var(--primary);
    outline: 0;
    border: 0;
    box-shadow: none;
    -webkit-tap-highlight-color: transparent;
}

.comment-more>* {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    max-width: 100%;
    box-sizing: border-box;
}

.comment-bottons>button {
    color: #a5a6a8;
    text-align: center;
    min-height: 1.6rem;
    outline: 0;
    border: 0;
    background-color: initial;
    box-shadow: none;
    -webkit-tap-highlight-color: transparent;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
    bottom: 0;
    margin-right: 0.5rem;
    padding: 0;
    cursor: pointer;
    font-weight: 500;
    border: 1px solid #cccccc;
    padding: 7px 10px;
    border-radius: 5px;
    font-family: iranYekanX;
    -moz-font-feature-settings: "ss02";
    -webkit-font-feature-settings: "ss02";
    font-feature-settings: "ss02";
}

.comment-bottons>button>span {
    font-size: 12px;
}

.comment-replies {
    margin-top: 20px;
    background-color: none;
    border: 0px solid #f6e8a1;
    color: #a37731;
    border-radius: 5px;
}

.comment-replies li {
    margin: 0;
    box-sizing: border-box;
    list-style: none;
    background-color: #f9f3d2;
    border-radius: 5px;
    margin-bottom: 0;
    padding: 1.4rem;
    display: flex;
    flex-direction: column;
    font-size: 0.897rem;
    font-size: 0.85rem;
    font-weight: 400;
    border: 1px solid #ffd300;
}

.comment-replies .reply-head {
    margin-bottom: 10px;
    max-width: 100%;
    display: flex;
    flex-direction: row;

    align-items: center;
    align-content: center;
}

.comment-replies .reply-head>* {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    max-width: 100%;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 0.897rem;
    font-size: 0.897rem;
    margin-left: 10px;
}

.comment-replies .reply-meta {
    margin-bottom: 10px;
    max-width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    color: #a5a6a8;
    font-weight: 400;
}

.comment-replies .reply-meta>* {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    max-width: 100%;
    box-sizing: border-box;
}

.comment-replies .reply-body p {
    color: #2d2d2d;
    text-align: justify;
    line-height: 1.8rem;
    font-size: 0.987rem;
    font-size: 0.95rem;
    font-weight: 400;
    text-align: justify;
    white-space: pre-line;
    margin: 0;
}

.placeholder .ui-pagination .skeleton-text {
    min-width: 200px;
}

.comment-head .skeleton-text {
    min-width: 200px;
}

.placeholder .comment-bottons>button {
    border: 0;
    padding: 0;
}

.comment-bottons .skeleton-text {
    min-width: 80px;
    margin: 0;
}

.comment-bottons>button>* {
    margin-left: .5rem;
}

/*PRODUCT SHARE*/
.share__title {
    font-size: 0.897rem;
    font-size: 0.987rem;
    line-height: 2;
    color: #232933;
    margin-top: 0;
    text-align: right;
    font-weight: 400;
    text-align: justify;
}

.share__options,
.share__social,
.share__social-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.share__options {
    padding: 16px 0;
}

.share__social i {
    font-size: 22px;
    font-size: 1.614rem;
    line-height: 24px;
    color: #fff;
}

.share__social {
    width: 42px;
    height: 42px;
    border-radius: 5px;
    margin-left: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.share__social--fb {
    background: #4d8deb;
    border: 1px solid #4d8deb;
}

.share__social--twitter {
    background: #4dcceb;
    border: 1px solid #4dcceb;
}

.share__social--whatsapp {
    background: #1bd741;
    border: 1px solid #1bd741;
}

.share__social--telegram {
    background: #272a2f;
    border: 1px solid #272a2f;
}

.share__btn {
    cursor: pointer;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 5px;
    background: none;
    border: none;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: relative;
    padding: 8px 16px;
    font-size: 12px;
    font-size: .857rem;
    line-height: 1.833;
    font-weight: 500;
    border: 1px solid #81858b;
    color: #81858b;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.share__btn:active {
    background: #a9acb0;
    color: #505256;
}

#share_modal .modal-dialog {
    max-width: 400px;
    margin: 1.75rem auto;
}

#share_modal .modal-body {
    padding: 24px;
}

/*PRODUCT SHARE*/
/*PRODUCT QUESTIONS*/
.questions__list {
    list-style: none;
    padding: 0;
    margin-top: 40px;
}

.questions__list>li {
    position: relative;
    border: 1px solid #dbdbdb;
    background: #fcfcfc;
    margin-right: 171px;
    padding: 19px 29px 50px;
    color: #4d4d4d;
    min-height: 220px;
}

.questions__list>li:first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.questions__list>li+li {
    border-top: none;
}

.questions__list>li.e__answer {
    background: #fff;
}

.questions__list>li:after,
.questions__list>li:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent transparent transparent #dbdbdb;
    border-style: solid;
    border-width: 11px 0 11px 11px;
    left: 100%;
    top: 50px;
}

.questions__list>li:after {
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #fcfcfc;
    top: 51px;
}

.questions__list>li .question__section .question__header {
    width: 122px;
    margin-left: 44px;
    padding-top: 64px;
    position: absolute;
    left: 100%;
    top: 35px;
    text-align: center;
}

.questions__list>li.e__question .question__section .question__header {
    font-size: 62px;
    padding-top: 75px;
    color: #35ccde;
}

.questions__list>li .question__section>p {
    color: #2d2d2d;
    text-align: justify;
    line-height: 1.8rem;
    font-size: 0.987rem;
    font-size: 0.95rem;
    font-weight: 400;
    text-align: justify;
    white-space: pre-line;
    margin: 0;
}

.questions__list>li .question__section .question__footer {
    font-size: 12px;
    font-size: .857rem;
    line-height: 1.833;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    right: 0;
    bottom: 25px;
    padding: 0 29px;
}

.questions__list>li .question__section .question__header .question__header_h5 {
    color: #7a7a7a;
    font-size: 26px;
    font-size: 1.857rem;
    line-height: 1.692;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.1;
    text-align: center;
}

.questions__list>li .question__section .question__header .question__header_h5 i {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    font-size: 53px;
    color: var(--primary);
}

.questions__list>li .question__section .question__header .question__header_h5 span:not(.question__header_h4) {
    display: inline-block;
    margin-top: 5px;
    font-size: 12px;
    font-size: .857rem;
    line-height: 1.833;
    color: #959595;
    display: block;
    font-weight: 400;
}

.questions__list>li .question__section .question__footer em {
    color: #d3d3d3;
    font-style: normal;
    margin-left: auto;
}

.question-link-spoiler,
.question-link-spoiler:hover,
.question-link-spoiler:focus {
    color: #858585;
    padding: 0;
    line-height: 2;
    display: inline-block;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
    position: relative;
    padding: 0;
    text-align: center;
    white-space: nowrap;
    line-height: 22px;
    font-weight: 400;
}

.question-link-spoiler:after {
    left: 0;
    right: 0;
    top: 50%;
    margin-top: .85em;
    content: "";
    position: absolute;
    border-bottom: 1px dashed #858585;
}

.questions__list>li .question__section .question__footer .question-link-spoiler {
    margin-right: 20px;
}

.answer__likes {
    text-align: left;
    color: #777;
    font-size: 0.827rem;
    font-size: .929rem;
    line-height: 1.692;
    margin-right: auto;
    font-weight: 400;
}

.btn-like {
    border-radius: 8px;
    border: 1px solid #ededed;
    background: #fff;
    padding: 2px 13px;
    color: #8c8c8c;
    font-size: 0.827rem;
    font-size: .929rem;
    line-height: 1.692;
}

.answer__likes .btn-like {
    margin-right: 17px;
}

.answer__likes .btn-like i {
    margin-left: .5rem;
}

.answer__likes .btn-like+.btn-like {
    margin-right: 12px;
}

.btn-like[data-counter]:before {
    margin-left: 7px;
    color: #7a7a7a;
    font-size: 0.987rem;
    font-size: 1.071rem;
    line-height: inherit;
    content: attr(data-counter);
}

.c-faq__respondent-role {
    border-radius: 11.5px;
    padding: 0 12px;
    /*max-width: 68px;*/
    margin: 7px auto 0;
}

.c-faq__respondent-role--buyer {
    background-color: #f1f1f1;
    color: #959595 !important;
}


/*PRODUCT QUESTIONS*/
/*PRICE CHART*/
#chart_modal .modal-dialog {
    max-width: 65vw;
}

.modal-price-chart__main {
    padding: 15px 30px;
    background: #fff;
}

.modal-am-price-chart__title {
    margin: 16px;
    font-size: 18px;
    font-size: 1.286rem;
    line-height: 1.222;
    color: #6a6a6a;
}

.modal-am-price-chart__base {
    width: 100%;
    height: 440px;
    direction: ltr !important;
}

.modal-am-price-chart__row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 8px;
}

.amchart-legend,
.modal-am-price-chart__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.amchart-time-span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.amchart-legend__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.amchart-legend__line {
    position: absolute;
    top: 10px;
    width: 18px;
    height: 4px;
}

.amchart-legend--marketable {
    background-color: var(--primary);
}

.amchart-legend__circle {
    position: absolute;
    background-color: var(--primary);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    top: 7px;
    right: 4px;
}

.amchart-legend label {
    margin-right: 30px;
    font-size: 12px;
    font-size: .857rem;
    line-height: 1.833;
    color: #9b9b9b;
}

.amchart-legend__row:not(:first-child) {
    margin-right: 30px;
}

.amchart-legend--not-marketable {
    background-color: #d8d8d8;
}

.amchart-time-span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.amchart-time-span__selector {
    border: none;
    background-color: #fff;
    cursor: pointer;
    font-size: 12px;
    font-size: .857rem;
    line-height: 1.833;
    color: #535353;
    display: inline-block;
    position: relative;
}

.amchart-time-span input[type=radio] {
    visibility: hidden;
    position: absolute;
}

input[type=radio]:checked+.amchart-time-span__check {
    color: var(--primary);
}

.amchart-time-span__check {
    cursor: pointer;
}

.amchart-time-span__devider {
    border-left: 1px solid #d8d8d8;
    height: 22px;
    margin: 0 8px;
}

.modal-am-price-chart__base [aria-labelledby=id-65-title] {
    display: none;
}

.amchart-time-span__selector {
    border: none;
    background-color: #fff;
    cursor: pointer;
    font-size: 12px;
    font-size: .857rem;
    line-height: 1.833;
    color: #535353;
    display: inline-block;
    position: relative;
    font-weight: 500;
    margin-bottom: 0;
}

.chart-tooltip__price-oos {
    font-size: 0.897rem;
    font-size: 0.897rem;
    line-height: 1.571;
    font-weight: 500;
    color: #a2a2a2;
}

.amchart-varient {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 12px 0;
}

.amchart-varient__label {
    line-height: 32px;
    margin-left: 20px;
}

.amchart-varient__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.amchart-varient li {
    list-style: none;
    margin-left: 8px;
    margin-bottom: 8px;
}

.c-ui-variant {
    display: inline-block;
    position: relative;
}

.c-ui-variant__check {
    cursor: pointer;
    border: 1px solid #dedede;
    border-radius: 5px;
    color: #6f6f6f;
    padding: 5px 16px;
    font-size: 0.827rem;
    font-size: .929rem;
    line-height: 1.692;
    display: block;
}

input[type=radio]:checked+.c-ui-variant__check {
    border-color: var(--primary);
}

.amchart-legend--pure-price {
    border-top: 4px dotted #d8d8d8;
    height: 0;
}

.chart-tooltip__container {
    min-width: 258px;
    padding: 16px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    max-width: 300px;
    direction: rtl;
    text-align: right;
}

.chart-tooltip__col,
.chart-tooltip__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.chart-tooltip__row {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.chart-tooltip__seller,
.chart-tooltip__warranty {
    color: #535353;
    font-size: 12px;
    font-size: .857rem;
    line-height: 1.833;
}

.chart-tooltip__warranty {
    margin-bottom: 10px;
}

.chart-tooltip__price-title {
    /*margin-top: 25px;*/
}

.chart-tooltip__price-title,
.chart-tooltip__price-title-not-marketable {
    font-size: 0.897rem;
    font-size: 0.897rem;
    line-height: 1.571;
    font-weight: 500;
    color: #a2a2a2;
}

.chart-tooltip__col,
.chart-tooltip__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.chart-tooltip__col {
    max-width: 158px;
    text-align: left;
}

.chart-tooltip__discount-row {
    height: 25px;
}

.chart-tooltip__row--left {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: left;
}

.chart-tooltip__price-selling {
    font-size: 18px;
    font-size: 1.229rem;
    line-height: 1.1;
    font-weight: 500;
    color: #000;
}

.chart-tooltip__price-unit {
    font-size: 10px;
    font-size: .714rem;
    line-height: 2.2;
    font-weight: 500;
    color: #000;
    margin-right: 8px;
}

/*PRICE CHART*/
.product-gallery__offer {
    padding: 9px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: center;
    font-size: 1.1rem;
    margin-bottom: 0;
    width: 95%;
    margin: 0 auto;
}

.product-gallery__offer-img {
    margin: .8rem 0;
    height: 19px;
}

.product-gallery__timer {
    line-height: 1;
    color: #e6123d;
    margin-right: 20px;
}

.product-gallery__timer .timer-clock timer {
    color: #e6123d;
    font-size: 1rem;
    font-weight: 500;
}

.v-timeline {
    z-index: 1;
    padding-top: 24px;
    position: relative;
}

.v-timeline:before {
    bottom: 0;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 2px;
    z-index: -1;
}

.theme--light.v-timeline:before {
    background: #e6e6e6;
}

.v-timeline--dense:not(.v-timeline--reverse):before {
    left: auto;
    right: 50px;
}

.pointer {
    cursor: pointer !important;
}

.v-timeline-item {
    display: flex;
    padding-bottom: 13px;
    padding-top: 10px;
    border-radius: 5px;
}

.v-timeline-item.active-item {
    background: #FEE187;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 4px;
    border-radius: 4px;
    margin-right: 32px;
    margin-bottom: 32px !important;
}

.v-timeline--dense .v-timeline-item {
    flex-direction: row-reverse !important;
}

.v-timeline-item__body {
    position: relative;
    height: 100%;
    flex: 1 1 auto;
}

.v-timeline--dense .v-timeline-item__body {
    max-width: calc(100% - 96px);
}

.v-timeline-item__divider {
    position: relative;
    min-width: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.v-timeline-item__dot {
    z-index: 2;
    border-radius: 50%;
    box-shadow: 0 2px 1px -1px rgb(0 0 0 / 20%), 0 1px 1px 0 rgb(0 0 0 / 14%), 0 1px 3px 0 rgb(0 0 0 / 12%);
    height: 38px;
    left: calc(50% - 19px);
    width: 38px;
}

.v-timeline-item__dot--small {
    height: 24px;
    left: calc(50% - 12px);
    width: 24px;
}

.v-timeline-item__dot {
    background: transparent !important;
    box-shadow: none;
}

.v-timeline-item__dot--small .v-timeline-item__inner-dot {
    height: 10px;
    margin: 10px;
    width: 10px;
}

.v-timeline-item__inner-dot {
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.app-time-line--title {
    font-size: 1rem;
    transform: translateX(20px);
    display: inline-block;
    line-height: 1.7;
}

.pointer.active .app-time-line--title {
    color: #3493cf;
}

.pointer.active .v-timeline-item {
    background: #FEE187;
}

.pointer.active .v-timeline-item__inner-dot {
    background-color: #3493cf;
    border-color: #3493cf;
}

.v-timeline-item__inner-dot {
    background-color: #cccccc;
    border-color: #cccccc;
}

.active-item .v-timeline-item__dot--small .v-timeline-item__inner-dot {
    height: 18px;
    margin: 3px -29px 3px 3px;
    width: 18px;
}

.active-item.svg-style {
    display: flex;
    width: 4rem;
    height: 4rem;
    fill: #00abed;
    opacity: 1;
    color: #00abed;
    transition: .3s ease;
}

.accordion-card {
    border-radius: 5px;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
    padding: 0.5rem;
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

.accordion-card-header::before {
    content: '';
    position: absolute;
    width: 100%;
    top: 50%;
    height: 2px;
    background: #f2f2f2;
    margin-right: 24px;
}

.accordion-card-header {
    font-size: 16px;
    font-size: 1rem;
    position: relative;
    line-height: 2;
}

.accordion-card-header a span {
    background-color: #fff;
    padding-left: 20px;
    position: relative;
}

.accordion-card-header a span h2,
.accordion-card-header a span h3 {
    display: inline-block;
    margin: 0;
    font-size: inherit;
    color: inherit;
}

.accordion-card-header a {
    display: block;
    padding-right: 25px;
}

.accordion-card-body {
    font-size: 0.987rem;
    font-size: 0.95rem;
    line-height: 2.2;
    font-weight: 400;
    color: #212529;
    padding-top: 30px;
}

.accordion-card-body p {
    font-size: 0.987rem;
    font-size: 0.95rem;
    line-height: 2.2;
    font-weight: 400;
    color: #212529;
}

.accordions-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 180px;
    left: 50px;
}

.tabs-sticky {
    transition: top .3s ease;
    top: 0;
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
    z-index: 2;
}

body.downscrolling .tabs-sticky {
    top: 80px;
}

body.upscrolling .tabs-sticky {
    top: 80px;
}

.accordion-card-header a:before {
    content: " ";
    position: absolute;
    top: 50%;
    right: 0;
    border-color: #ccc;
    border-top: 1px solid;
    border-right: 1px solid;
    width: 10px;
    height: 10px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: top .3s, -webkit-transform .3s;
    transition: top .3s, -webkit-transform .3s;
    transition: transform .3s, top .3s;
    transition: transform .3s, top .3s, -webkit-transform .3s;
    -webkit-transform: rotate(-45deg) translate3d(0, -50%, 0);
    transform: rotate(-45deg) translate3d(0, -50%, 0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
}

.accordion-card-header a.collapsed:before {
    top: calc(50% - 8px);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    border-color: #c4c7cc;
    border-top: 2px solid;
    border-right: 2px solid;
    color: #c4c7cc;
}

@media only screen and (max-width: 768px) {
    .filesList li {
        padding: 0.4rem 1.2rem;
    }

    .filesList li .downloadBtn {
        width: 45px;
        height: 45px;
    }

    .filesList li .fileSize {
        width: 25%;
    }

    .filesList li .fileBtn {
        width: 20%;
    }

    .accordion-card {
        padding: 5px;
    }

    .accordion-card-body {
        padding-top: 10px;
    }

    .accordion-card-header::before {
        display: none !important;
    }
}

@media only screen and (max-width: 768px) {
    .product-tabs .nav-tabs .nav-item .nav-link>span {
        padding: 0px 4px;
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
        font-size: 0.9rem;
    }
    #tab-description.my-trim-description{
            max-height: unset;
    }
    .product-comments-area .block-headline{
        display:block;
    }
    .product-tabs .nav-tabs .nav-item .nav-link{
        padding: 13px 0;
    }
    #chart_modal .modal-dialog {
        max-width: 95vw;
    }

    .product-ratings {
        padding: 10px 10px 10px 40px;
    }

    .comment-hint-text,
    .question-hint-text {
        margin-bottom: 15px;
    }

    .specifications {
        padding: 1px;
    }

    .product-tabs .tab-content {
        padding: 1rem;
    }

    .product-icons img {
        height: 15px;
        width: 25px;
        filter: grayscale(100%);
    }

    .product-icons-area .product-icon-image {
        position: relative;
        margin: 0 auto;
        width: 100%;
    }

    .product-icon-text {
        padding-right: 0;
        display: block;
        margin-bottom: 10px;
    }

    .product-price-area .product-price-base,
    .product-price-area .product-price-sale {
        text-align: right;
    }

    .product-price-area {
        background: none;
        border: 0;
        padding: 0;
        margin: 0;
        margin-bottom: 5px;
    }

    .product-card-area {
        background: none;
        border: 0;
        padding: 0;
        margin: 0;
        box-shadow: none !important;
    }

    .product__option-label {
        margin: 0;
    }

    .invalid__label {
        width: auto;
    }

    .product-no-stock-area {
        background: none;
        border: 0;
        padding: 0;
        margin: 0;
    }

    .product-price-area .product-price-base .badge {
        /*height: 30px;*/
        /*line-height: 30px;*/
    }

    .product-timer-area .timer-clock,
    .product-timer-area .timer-clock p {
        text-align: center;
    }
}

.product-options-mobile {
    display: flex;
    align-items: stretch;
    /* Default */
    justify-content: space-between;
    width: 100%;
    margin-right: 0;
    background: #fff;
    padding: 0;
}

.product-options-mobile li {
    display: block;
    flex: 0 1 auto;
    list-style-type: none;
    position: relative;
    padding: 0 0.4rem;
}


.product-options-mobile .btn-option svg {
    fill: #929292;
}

.product-options-mobile .btn-option i {
    color: #929292;
}

.product-options-mobile .btn-option.active i {
    color: #0abb87;
}

.product-options-mobile li:first-child {
    padding-left: 0;
}

.product-options-mobile .btn-option:not(.active) .fas {
    display: none;
}

.product-options-mobile .btn-option:not(.active) .far {
    display: inline;
}

.product-options-mobile .btn-option.active .far {
    display: none;
}

.product-options-mobile .btn-option.active {
    color: #0abb87;
    pointer-events: none;
}

.product-options-mobile .btn-option.active .fas {
    display: inline;
}

.product-options-mobile .btn-option.active .far {
    display: none;
}

.product-options-mobile .btn-option {
    vertical-align: top;
    z-index: 6;
    border: none;
    width: 24px;
    height: 24px;
    padding: 3px;
    background: none;
    font-size: 20px;
}

.product-options-mobile .btn-option.fs-15 {
    font-size: 0.987rem;
}

.product-options-mobile .btn-option.fs-16 {
    font-size: 16px;
}

.product-options-mobile .btn-option i {
    /*--fa-primary-color: #3d464d;
    --fa-secondary-color: #3d464d;*/
    --fa-primary-opacity: 0.5;
    --fa-secondary-opacity: 0.2;
}

.product-options-mobile li:hover .c-tooltip {
    display: block;
}

.product-custom-banners {
    margin-right: -5px;
    margin-left: -5px;
}

.product-custom-banners .custom-banners-col {
    padding-right: 5px;
    padding-left: 5px;
}

.product-custom-banners .icon-col {
    width: 100%;
    border-radius: 3px;
    color: #3d464d;
    border: 1px solid #dddddd;
    padding: 10px;
    background: #f9f9f9;
}

.product-custom-banner-image {
    display: inline-block;
    position: relative;
    display: inline-block;
    width: 45px;
    height: 100%;
    text-align: center;
    font-size: 0.897rem;
    line-height: 32px;
    vertical-align: middle;
    border-radius: 3px;
}

.product-custom-banner-text {
    display: inline-block;
    padding-right: 0;
}

.product-custom-banners img {
    height: 45px;
    width: 45px;
    /*filter: grayscale(100%);*/
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

@media only screen and (max-width: 600px) {

    .modal-price-chart__main {
        padding: 5px 10px;
        background: #fff;
    }

    .product-gallery {
        margin-left: 0 !important;
        padding-left: 0 !important;
    }

    #chart_modal .modal-dialog {
        max-width: 100vw;
    }

    #chart_modal .modal .modal-body {
        padding: 10px;
    }

    .product-gallery {
        border-left: 0;
        margin-left: 0;
        padding-left: 0;
    }

    .product-top {
        padding: 10px;
    }

    .product-add-to-card .btn-basket span {
        font-size: 1.2rem;
    }

    .product-add-to-card .btn-basket i {
        font-size: 1.4rem !important;
        top: calc(50% - 9px) !important;
    }

    .mobile-cart-area .product-add-to-card .btn-basket i {
        display: none;
    }

    .product-box-badges-row-mobile {
        z-index: 2;
        font-size: 0.897rem;
        font-weight: 400;
        /* width: 60%; */
    }

    .product-box-badge-mobile {
        padding-bottom: 0.5rem;
        font-size: 0.9rem;
        text-align: center;
        border-bottom: 2px solid;
        margin-bottom: 1rem;
    }

    .product-box-badges-row {
        left: 5px;
        top: 5px;
    }

    #product_video {
        height: auto;
    }

    .product-price-area .product-price-base,
    .product-price-area .product-price-sale {
        text-align: center;
    }

    #add_to_cart_modal .product-price-area .product-price-base,
    #add_to_cart_modal .product-price-area .product-price-sale {
        text-align: left;
    }

    .product-price-area .product-price-sale {
        margin-top: 5px !important;
        /*margin-bottom: 15px !important;*/
    }

    .mobile-card-fixed.product-price-area .product-price-base del {
        font-size: 14px;
        font-size: 1rem;
    }

    .mobile-card-fixed.product-price-area .product-price-sale {
        font-size: 20px;
        font-size: 1.1rem;
    }

    .product-price-area .discount-mobile {
        display: inline-block;
        font-size: 0.897rem;
        font-size: 1rem;
        line-height: 1.571;
        font-weight: 500;
        padding-top: 2px;
        background-color: #fb3449;
        color: #fff;
        border-radius: 16px;
        margin-right: 4px;
        width: 36px;
        text-align: center;
    }

    .product-description img[alt] {
        width: 100%;
        height: 100%;
        min-width: auto;
        min-height: auto;
    }

    .product-accordions img {
        width: 100%;
        height: 100%;
        min-width: auto;
        min-height: auto;
    }

    .product-tabs .nav-tabs {
        justify-content: space-between;
        /*display: none;*/
    }

    .product-tabs {
        box-shadow: none !important;
        background: none;
        border-radius: 0;
        overflow: visible;
    }

    .product-tabs .tab-content {
        padding: 0;
    }

    .tab-content>.tab-pane {
        /*display: block;*/
        background-color: #fff;
        border-radius: 5px;
        box-shadow: 0 1rem 4rem rgba(0, 0, 0, 0.075) !important;
        opacity: 1;
        margin-bottom: 1rem;
        padding: 15px;
    }

    .product-tabs .nav-tabs .nav-item {
        flex: 1;
    }

    .product-tabs .nav-tabs {

        overflow: hidden;
        background-color: #e3e3e3;
        /*border-bottom: 1px solid #8b7e7e;*/
    }

    hr {
        margin-top: 0.3rem;
        margin-bottom: 0.3rem;
    }

    #share_modal .modal-dialog {
        margin: 0;
        max-width: 100%;
    }

    .iziToast-capsule {
        margin-bottom: 0;
    }

    .specifications ul li:not(.is-group) .specs-label {
        font-weight: 500;
        margin: 0;
    }

    .specifications ul li:not(.is-group) {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .product-comments li {
        padding: 1.1rem;
    }

    .product-mobile-view-more-btn {
        background: none;
        font-size: 0.9rem;
        color: #3d464d;
        border: 1px solid #3d464d;
        border-radius: 3px;
        padding: 5px 10px;
        margin-top: 10px;
    }

    .questions__list>li {
        margin-right: 0;
        padding: 10px;
        min-height: auto;
    }

    .questions__list>li .question__section .question__header {

        position: relative;
        left: 0;
        top: 0;
        padding-top: 0;
        text-align: right;
    }

    .questions__list>li .question__section .question__header .question__header_h5 {
        text-align: right;
    }

    .questions__list>li .question__section .question__header .question__header_h5 i {
        display: none;
    }

    .questions__list>li.e__question .question__section .question__header {
        padding-top: 0;
    }

    .questions__list>li .question__section .question__footer {
        padding: 0;
        display: block;
        position: relative;
        bottom: 0;
    }

    .answer__likes {
        text-align: right;
        margin-top: 8px;
    }

    .questions__list>li .question__section .question__footer.question em {
        float: right;
    }

    .questions__list>li .question__section .question__footer.question {
        text-align: left;
    }

    .questions__list {
        margin-top: 20px;
    }

    .product-ratings {
        padding: 0 0 0px 50px;
    }

    .modal .d-none-on-modal {
        display: none !important;
    }

    .product-config {
        min-height: auto;
    }

    .product-description {
        font-size: 1rem;
    }

    .product-description p,
    .product-description span {
        font-size: 1rem;
    }

    .my-mobile-add-to-card-sticky .product__option {
        margin-bottom: 0px;
    }

    .product__option-label {
        margin: 0;
        padding: 0;
    }

    .my-mobile-add-to-card-sticky .product-price-baseX,
    .my-mobile-add-to-card-sticky .product-customfields,
    .my-mobile-add-to-card-sticky .product-timer-area {
        display: none !important;
    }

    .modal#add_to_cart_modal .modal-content .form-group label:not(.error) {
        margin: 0;
    }
}

@media only screen and (min-width:769px) and (max-width: 1024px) {

    .product-card-area,
    .product-price-area {
        padding: 10px;
    }
}

@media screen and (max-width: 1365px) {}

@media screen and (min-width: 1025px) {}

@media screen and (min-width: 1366px) {
    .gallery-thumb-items .product-thumb:not(:first-of-type) {
        margin-right: 2.5%
    }

    .gallery-thumb-items .product-thumb:nth-of-type(4) img {
        -webkit-filter: unset;
        filter: unset
    }

    .gallery-thumb-items .product-thumb:nth-of-type(4) .zoom-overlay {
        display: none
    }

    .gallery-thumb-items .product-thumb:nth-of-type(5) img {
        -webkit-filter: blur(3px);
        filter: blur(3px)
    }

    .gallery-thumb-items .product-thumb:nth-of-type(5) .zoom-overlay {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .gallery-thumb-items .product-thumb {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
        -ms-flex: 0 0 18%;
        flex: 0 0 18%;
        padding: 18% 0 0;
        max-width: none
    }

    .gallery-thumb-items .product-thumb:nth-child(-n+4),
    .gallery-thumb-items .product-thumb:nth-child(-n+5) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media screen and (min-width: 1680px) {
    .gallery-thumb-items .product-thumb:not(:first-of-type) {
        margin-right: 2%
    }

    .gallery-thumb-items .product-thumb:nth-of-type(5) img {
        -webkit-filter: unset;
        filter: unset
    }

    .gallery-thumb-items .product-thumb:nth-of-type(5) .zoom-overlay {
        display: none
    }

    .gallery-thumb-items .product-thumb:nth-of-type(6) img {
        -webkit-filter: blur(3px);
        filter: blur(3px)
    }

    .gallery-thumb-items .product-thumb:nth-of-type(6) .zoom-overlay {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .gallery-thumb-items .product-thumb {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 15%;
        flex: 0 0 15%;
        padding: 15% 0 0
    }

    .gallery-thumb-items .product-thumb:nth-child(-n+6) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .gallery-thumb-items .product-thumb {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 15%;
        flex: 0 0 15%;
        padding: 15% 0 0;
    }
}