.product-container .product-flags.js-product-flags li.product-flag {
    min-width: 60px;
    min-height: 31px;
    font-weight: 600;
    text-align: center;
    padding: 5px 8px;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    margin: 0 0 8px;
}
.product-container .product-flags.js-product-flags li.product-flag.out_of_stock {
    background: #ff7a33;
    color: #fff;
    text-transform: none;
    display: none!important;
}
.product-flags li.product-flag.on-sale { 
    display: none!important;
}
#product #content {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
}
.images-container.js-images-container {
    display: flex;
    align-items: flex-start;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.product-container .product-flags.js-product-flags {
    margin: 0 !important;
    left: 110px;
    width: calc(100% - 110px);
}
#main .images-container .js-qv-mask.scroll {
    width: 100px;
    height: 650px;
    margin: 0 10px 0 0; 
}
ul.product-images.js-qv-product-images {
    display: flex;
    flex-direction: column;
}
.product-cover {
    margin-bottom: 0;
    width: calc(100% - 110px);
    height: 650px;
}
.images-container .product-images>li.thumb-container .thumb {
    margin-right: 0;
    border: 2px solid transparent !important;
    opacity: .6;
    width: 100px;
    height: 100px;
}
.product-images>li.thumb-container .thumb.selected, .product-images>li.thumb-container .thumb:hover {
    border: #1DC9D1 2px solid !important;
    opacity: 1;
}
.product-images>li.thumb-container .thumb {
    margin-bottom: 0;
}
.images-container.js-images-container .product-cover img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.product-images>li.thumb-container {
    display: block;
    margin: 0 0 10px;
}
.product-images>li.thumb-container picture {
    display: block;
}
ul.product-categories {
    list-style: none;
    margin: 0 0 8px;
    padding: 0;
}
ul.product-categories > li {
    display: inline-block;
}
ul.product-categories > li:not(:first-child) {
    padding-left: 4px;
    margin-left: 4px;
    position: relative;
}
ul.product-categories > li:not(:first-child):before {
    content: ",";
    position: absolute;
    left: -3px;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
}
ul.product-categories > li a {
    color: #000;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}
ul.product-categories > li a:hover {
    color: #1dc9d1;
}
h1.h1 {
    font-size: 36px;
    line-height: 48px;
    font-weight: 700;
    text-transform: none;
    font-family: 'Lato', sans-serif !important;
    margin: 0 0 16px !important;
    padding: 0;
}
.product-prices.js-product-prices {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
}
.product-prices {
    margin-top: 0;
    margin: 0 0 8px;
}
.product-prices div {
    margin-bottom: 0;
}
.product-discount .regular-price {
    margin-right: .625rem;
    font-weight: 600;
    text-decoration: line-through;
    font-size: 20px;
    color: #818181;
    line-height: 42px;
}
.product-price {
    font-size: 28px;
    line-height: 40px;
    font-weight: 700;
    color: #000;
}
.has-discount.product-price {
    color: #000;
    font-weight: 700;
}
.has-discount.product-price .current-price-value {
    font-weight: 700;
}
.product-prices .tax-shipping-delivery-label {
    font-size: 28px !important;
    line-height: 40px;
    color: #000;
    font-weight: 700;
    margin-left: 8px;
}
.product-description p {
    font-size: 16px;
    line-height: 28px;
    color: #000;
    font-family: 'Lato', sans-serif;
    margin: 0 0 15px;
}
.product-actions .control-label {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 12px;
    color: #000;
}
.product-variants>.product-variants-item ul li {
    margin-right: .85rem;
}
.product-variants>.product-variants-item .input-radio+span {
    border: 1px solid #1DC9D1;
    border-radius: 4px;
    text-align: center;
    font-weight: 500;
    padding: 6px 14px;
    line-height: 28px;
    min-width: 140px;
    font-size: 16px;
}
.product-variants>.product-variants-item ul li label {
    font-size: 16px;
    font-weight: 400 !important;
    line-height: 28px;
    color: #000;
}
.product-variants>.product-variants-item .input-color:checked+span, .product-variants>.product-variants-item .input-color:hover+span, 
.product-variants>.product-variants-item .input-radio:checked+span, .product-variants>.product-variants-item .input-radio:hover+span {
    border: 1px solid #1DC9D1;
    background: #1DC9D1;
    font-weight: 600 !important;
}
/****/
.product-quantity .qty {
    width: 114px;
    height: 50px;
}
.product-quantity .add {
    width: calc(100% - 114px);
    margin-left: 14px;
}
.product-actions .add-to-cart {
    height: 50px;
    font-size: 18px;
    line-height: 24px !important;
    padding: 11px 20px 12px;
    width: 100%;
    text-transform: none;
    font-weight: 600;
    border: 0 !important;
    outline: 0 !important;
    border-radius: 4px;
    box-shadow: none !important;
    background: #1DC9D1;
    color: #000;
}
.product-actions .add-to-cart:hover, .product-actions .add-to-cart:focus {
    background: #1c1c1c;
    color: #fff;
}
.product-actions .add-to-cart i {
    position: relative;
    top: -1px;
    margin-right: 12px;
}
.input-group.bootstrap-touchspin {
    position: relative;
    padding-left: 32px;
    padding-right: 32px;
    border: 1px solid #D9D9D9;
    border-radius: 4px;
}
.product-quantity #quantity_wanted {
    width: 48px;
    height: 50px!important;
    padding: 4px 6px;
    color: #000;
    background-color: transparent;
    text-align: center;
    border: 1px solid #D9D9D9;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700!important;
    border-width: 0 !important;
}
button.btn.btn-touchspin.js-touchspin.bootstrap-touchspin-down {
    position: absolute;
    left: 0;
    top: 0;
    color: #3c3c3c;
    width: 30px;
    border: none !important;
    transform: none;
    background: transparent !important;
    padding: 5px;
    margin: 0;
    height: 50px;
}
.bootstrap-touchspin .input-group-btn-vertical {
    position: initial;
    width: 100%;
}
.product-quantity .input-group-btn-vertical .btn {
    position: absolute;
    right: 0;
    top: 0;
    color: #000;
    height: 50px;
    background: transparent !important;
    width: 30px;
    border: none;
    transform: none;
    padding: 5px;
    text-align: center;
    margin: 0;
}
.bootstrap-touchspin .input-group-btn-vertical .touchspin-up::after {
    content: "\e145" !important;
    font-weight: 900;
}
.bootstrap-touchspin .input-group-btn-vertical .touchspin-down::after {
    content: "\e15b" !important;
    font-weight: 900;
}
button.btn.btn-touchspin.js-touchspin.bootstrap-touchspin-down i, button.btn.btn-touchspin.js-touchspin.bootstrap-touchspin-up i {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
}
/****/
.collapse-card {
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    padding: 0;
    overflow: hidden;
}
.collapse-btn {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: #000;
    position: relative;
    padding: 14px 16px 14px 20px;
    cursor: pointer;
}
.collapse-btn[aria-expanded="true"] {
    padding-bottom: 16px;
    margin-bottom: 16px;
}
.collapse-btn:after {
    content: "\e5cc" !important;
    position: absolute;
    right: 14px;
    font-family: "Material Icons", Arial, sans-serif !important;
    font-size: 24px;
    font-weight: 500;
    top: 15px;
    margin-top: 0;
    width: 24px;
    height: 24px;
    transform: rotate(90deg);
    line-height: 24px;
    transition: all .3s ease;
}
.collapse-btn[aria-expanded="true"]:after {
    transform: rotate(270deg);
}
.collapse-card .product-description {
    padding: 0 16px 4px 20px;
}
.collapse-btn[aria-expanded="true"]:before {
    content: "";
    position: absolute;
    width: calc(100% - 36px);
    left: 20px;
    bottom: 0;
    height: 1px;
    background: #d9d9d9;
}
.collapse-card .product-description p {
    font-size: 18px;
    line-height: 32px;
    color: #000;
}
.row.product-container.js-product-container {
    margin-bottom: 30px;
}

section.product-accessories .h5 {
    font-size: 28px;
    line-height: 38px;
    font-weight: 700;
    text-transform: none !important;
    margin: 0 0 34px;
}
@media (min-width: 1200px) {
.product-accessories .products .slick-slide {
    max-width: calc(100% / 4);
}
.product-accessories .products {
    margin-left: -15px;
    margin-right: -15px;
}
}
.header-extra-info {
    display: flex;
    justify-content: space-between;
    margin: 0 0 8px;
}
.product-manufacturer img.manufacturer-logo {
    height: 28px;
    width: auto;
}
#product-availability {
    margin-top: 10px;
    margin-bottom: 15px;
    display: block;
    font-weight: 400;
}
#product-availability.available span.availability-message {
    font-size: 14px;
    display: block;
    line-height: 30px;
    font-weight: 400;
    color: #000;
    margin-top: 2px;
    text-transform: lowercase;
}
#product-availability span.label-availability {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    line-height: 30px;
    margin-right: 12px;
}
#product-availability.available span.note {
    color: #5F9548;
    margin-left: 1px;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    text-transform: lowercase;
}
#product-availability .product-available {
    color: #5F9548;
}
#product-availability.available.out-of-stock span.note {
    color: #FF9800;
}
#product-availability img {
    display: inline-block;
    width: 19px;
    height: 19px;
    margin-right: 6px;
    position: relative;
    top: -2px;
}
#product-availability.unavailable .availability-message {
    font-size: 18px;
    line-height: 33px;
    color: #D32F2F;
    font-weight: 400;
    text-transform: lowercase;
}
#product-availability.last-remaining .availability-message {
    font-size: 18px;
    line-height: 33px;
    color: #FF9800;
    font-weight: 400;
    text-transform: lowercase;
}
/* Enable vertical scrolling and hide horizontal scroll */
#main .js-qv-mask.scrolling {
    overflow-y: auto;  
    overflow-x: hidden;
    max-height: 650px;
}
.scrolly-box-arrows.scrolling .top,
.scrolly-box-arrows.scrolling .bottom {
    cursor: pointer;
    user-select: none;
    display: block;
}
.scrolly-box-arrows {
    display: none;
}
.scrolly-box-arrows.scrolling {
    display: block;
}
.scrolly-box-arrows.scrolling .top, .scrolly-box-arrows.scrolling .bottom {
    cursor: pointer;
    user-select: none;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
    width: 100px;
    color: #fff;
    text-align: center;
}
.scrolly-box-arrows.scrolling .bottom {
    top: inherit;
    bottom: 0;
}
/**** thumb-modal *****/
    #product-modal .modal-content .modal-body .product-images {
        margin-left: 0;
    }
    #product-modal .product-images>li.thumb-container {
        display: block;
        margin: 0;
    }
    #product-modal .modal-content .modal-body .mask {
        position: relative;
        z-index: 1;
        max-height: 42.75rem;
        overflow: hidden;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    #product-modal .modal-content .modal-body .arrows {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 0;
        width: 100%;
        height: 100%;
        color: #fff;
        text-align: center;
        cursor: pointer;
        display: block!important;
    }
    #product-modal .modal-content .modal-body .arrows .arrow-up {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 9;
        font-size: 30px;
        width: 100%;
        background: rgba(0, 0, 0, 0.5);
    }
    #product-modal .modal-content .modal-body .arrows .arrow-down {
        position: absolute;
        bottom: 0 !important;
        right: 0;
        z-index: 99;
        font-size: 30px;
        width: 100%;
        background: rgba(0, 0, 0, 0.5);
    }
    #product-modal .modal-dialog {
        max-width: 900px;
        margin: 30px auto;
    }
    #product-modal .modal-content .modal-body {
        display: flex;
        /* flex-direction: row-reverse; */
        justify-content: flex-start;
        margin-left: 0;
        background: #fff;
    }
    #product-modal .modal-content .modal-body figure {
        margin: 0 !important;
        width: calc(100% - 135px);
        margin-right: 15px !important;
        margin-top: 10px !important;
    }
    #product-modal .modal-content .modal-body figure picture {
        display: block;
    }
    #product-modal .modal-content .modal-body .product-cover-modal {
        /* max-width: 600px; */
        width: 100%;
        height: auto;
        object-fit: cover;
        max-height: 100%;
    }
    #product-modal .modal-content .modal-body aside#thumbnails {
        width: 120px;
        margin-top: 10px;
    }
    #product-modal .modal-content .modal-body .product-images {
        margin-left: 0;
    }
    #product-modal .modal-content .modal-body .product-images img {
        width: 120px;
        height: 120px;
        cursor: pointer;
        background: #fff;
    }
    #product-modal .modal-dialog button.close {
        position: absolute;
        right: 0;
        top: 0;
        line-height: 24px;
        font-size: 36px;
        opacity: 1;
        font-family: 'Lato', sans-serif;
        font-weight: 400;
        outline: 0 !important;
        background: #fff;
        width: 24px;
        height: 24px;
    }
/**** product-comments ***/
#product-comments-list-header {
    padding: 30px 0 0;
    color: #000;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    text-align: center;
}
#product-comments-list-header p.h5.review-title {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    color: #000;
    margin: 0 0 16px;
    text-transform: none;
}
#product-comments-list-header p {
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-weight: 400;
}
.product-comment-list-item {
    padding: 0 0 20px;
    margin: 16px 0 20px;
    background-color: #ffffff;
    text-align: left;
}
.btn.btn-comment {
    background: #1DC9D1;
    box-shadow: none;
    width: auto;
    color: #000;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    padding: 9px 24px 10px;
    height: 52px;
    border: none;
    font-weight: 600;
    border-radius: 6px;
}
.btn.btn-comment i {
    display: none !important;
}
.btn.btn-comment:hover, .btn.btn-comment:focus {
    background: #1c1c1c;
    color: #fff;
}
/**** reviews ***/
.block-dropdown-review {
    position: relative;
}
.review-product #spr .block-dropdown-review .pull-right.average_text_info {
    display: block;
    position: absolute;
    left: 15px;
    bottom: inherit !important;
    background: #fff;
    min-width: 200px;
    text-align: left !important;
    top: 100%;
    padding: 12px 12px;
    box-shadow: 0 2px 7px 0 rgb(0, 0, 0, 0.16);
    border-radius: 4px;
    z-index: 2;
    display: none!important;
}
.review-product #spr .block-dropdown-review .pull-right.average_text_info .average_text {
    display: block;
    font-size: 16px !important;
    line-height: 20px;
    color: #000 !important;
}
.review-product #spr .block-dropdown-review .pull-right.average_text_info .average_text a#spr_scroll_to_review_footer {
    background: #000;
    text-align: center !important;
    color: #fff !important;
    padding: 8px 16px;
    font-size: 16px !important;
    font-weight: 400;
    border-radius: 4px !important;
    display: block;
    margin-top: 12px;
    border: none !important;
    outline: 0 !important;
}
.review-product #spr .block-dropdown-review .pull-right.average_text_info .average_text a#spr_scroll_to_review_footer:hover {
    background: #1DC9D1;
    color: #000;
}
#spr_reviews_list_footer {
    padding: 0;
    margin-top: 2rem;
}
.top_reviews_block {
    text-align: center;
}
.top_reviews_block h4 {
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    color: #000;
    margin: 0 0 16px;
    text-transform: none;
    text-align: center;
}
.top_reviews_block p {
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-weight: 400;
}
.rating-star-display.pull-right.star_custom_size {
    margin: 0 auto;
    text-align: center !important;
    width: auto;
}
#spr .row.d-flex-center {
    display: flex !important;
    justify-content: center;
}
#spr .col-xs-12.col-sm-12.col-md-12.col-lg-12.pull-center {
    display: flex;
    justify-content: center;
}
#spr .col-xs-12.col-sm-12.col-md-12.col-lg-12.pull-center .col-xs-12.col-md-6.mt-2 {
    width: 100% !important;
    margin: 0 !important;
}
#spr .pull-center a.btn.btn-sm.btn-info.text-white i {
    display: none;
}
#spr .pull-center a.btn.btn-sm.btn-info.text-white {
    display: table;
    margin: 0 auto;
    background: #1DC9D1;
    box-shadow: none;
    width: auto;
    color: #000 !important;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    padding: 10px 64px 10px;
    height: 46px;
    font-weight: 600;
    border-radius: 4px !important;
    outline: 0 !important;
    border: none !important;
}
#spr .pull-center a.btn.btn-sm.btn-info.text-white:hover, 
#spr .pull-center a.btn.btn-sm.btn-info.text-white:focus {
    background: #000 !important;
    color: #fff !important;
}
#spr .spr_explain_moderation {
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
#spr .spr_explain_moderation .col-xs-12.col-md-6.mt-2 {
    width: 100%;
    margin-top: 0 !important;
}
#spr #spr_reviews_list_footer #spr_expand_less {
    display: none !important;
}
#spr .review_container {
    min-height: inherit;
    border-bottom: none;
    padding: 0;
}
#spr #spr_review_details > .row.mt-1 {
    margin-left: 0;
    margin-right: 0;
}
/*** review-box ***/
#spr_reviews_list_footer {
    margin-top: 2rem;
    margin-bottom: 5rem;
}
#result_product_page {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
#spr .review_container {
    width: 100%;
    padding: 0 15px;
}

/* @media (min-width:621px) {
    #spr .review_container {
        width: 50%!important;
    }
}
@media (min-width: 1025px) {
    #spr .review_container {
        width: 33.33%!important;
    }
} */
#spr .review_container .review_box {
    border: 2px solid #1DC9D1;
    border-radius: 4px;
    padding: 15px 16px 18px 20px;
    position: relative;
}
#spr .review_container .review_box:before {
    content: "";
    position: absolute;
    background-image: url(/themes/condor/assets/img/quote.svg);
    background-position: right center;
    background-repeat: no-repeat;
    top: 19px;
    right: 16px;
    width: 24px;
    height: 18px;
}
#spr .review_text {
    font-style: italic;
    font-size: 18px;
    border-left: none;
    padding-left: 0;
    min-height: 84px;
    word-break: break-word;
    line-height: 28px;
    margin: 0 0 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 84px;
    vertical-align: middle;
}
#spr .review_title {
    font-weight: 400;
    font-style: italic;
    font-size: 20px;
    line-height: 32px;
    color: #000;
}
#spr .pull-top {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
#spr .pull-top span.pull-date {
    font-size: 18px;
    line-height: 24px;
    color: #000;
    font-weight: 400;
    margin-left: 12px;
}
#spr .review_customer {
    font-weight: 600;
    font-size: 18px;
    vertical-align: middle;
    color: #000;
    line-height: 20px;
}
/***** slickdot *****/

#result_product_page .slick-dots li button {
    font-size: 0;
    line-height: 0;
    width: 12px;
    height: 12px;
    padding: 0;
}
#result_product_page .slick-dots li button:before {
    font-family: 'Lato', sans-serif;
    font-size: 0;
    line-height: inherit;
    top: 0;
    left: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #000;
    content: '' !important;
    text-align: center;
    opacity: .25;
    color: black;
}
#result_product_page .slick-dots li.slick-active button:before  {
    opacity: .75;
    color: black;
    background: #000;
}
#result_product_page .slick-dots li  {
    width: 14px;
    height: 14px;
    margin: 0 4px;
}
#result_product_page .slick-dots {
    position: absolute;
    bottom: -46px;
    display: block !important;
}
#result_product_page .slick-dotted.slick-slider {
    margin-bottom: 1.5rem;
}
#product #main > #spr {
    padding: 0 15px;
}

/** tabs **/
.tabs-wrapper {
    margin: 0 0 67px;
}
.tabs-wrapper .tabs .nav-tabs .nav-item {
    width: 100%;
    text-align: center;
}
.tabs-wrapper .tabs {
    padding: 0;
    margin-top: 0;
}
.tabs-wrapper .tabs .tab-content .tab-pane {
    padding: 0 !important;
}
.tabs-wrapper .tab-content {
    border: 1px solid #D9D9D9;
    border-radius: 5px;
    padding: 30px 40px 20px;
}
.tabs-wrapper .tabs .nav-tabs {
    display: flex;
    border: none;
}
.tabs-wrapper .tabs .nav-tabs .nav-item {
    width: 100%;
    text-align: center;
}
.tabs-wrapper .tabs .nav-tabs .nav-item a {
    font-size: 18px;
    line-height: 30px;
    font-family: 'Nunito', sans-serif;
    font-weight: 500 !important;
    color: #000;
    padding: .5rem 1rem .65rem;
    cursor: pointer;
    position: relative;
    border-bottom: none!important;
}
.tabs-wrapper .tabs .nav-tabs .nav-item .nav-link.active {
    color: #000000;
    border: none;
    border-bottom: none!important;
}
.tabs-wrapper .tabs .nav-tabs .nav-item .nav-link.active:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    width: 100%;
    background: #000000;
    border-radius: 3px;
}
.tabs-wrapper .tabs .nav-tabs .nav-item .nav-link:hover {
    border: none;
    color: #1DC9D1;
}
.tabs-wrapper .tabs .nav-tabs .nav-item .nav-link.active:hover:after {
    background: #1DC9D1;
}
.tabs-wrapper .tab-content .product-description, .tabs-wrapper .tab-content .product-description p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: #000;
}
.tabs-wrapper .tab-content .product-description h2 {
    font-size: 18px;
    line-height: 28px;
    color: #000;
    font-weight: 700;
    font-family: 'Nunito', sans-serif;
}
.tabs-wrapper .tab-content .product-description h3 {
    font-size: 17px;
    line-height: 28px;
    color: #000;
    font-weight: 700;
}
.tabs-wrapper .tab-content .product-description h4 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    color: #000;
}
.tabs-wrapper .product-features {
    margin-top: 0;
    margin-left: 0;
}
.tabs-wrapper .tab-content .h6 {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 20px;
}
/*****************/
@media (max-width: 1200px) {
    h1.h1 {
        font-size: 32px;
        line-height: 42px;
        margin: 0px 0 12px !important;
    }
    ul.product-categories > li a {
        font-size: 16px;
        line-height: 20px;
    }
    .product-price {
        font-size: 28px;
        line-height: 32px;
    }
    .product-prices .tax-shipping-delivery-label {
        font-size: 25px !important;
        line-height: 30px;
    }
    .header-extra-info {
        flex-wrap: wrap;
    }
    .product-description p {
        font-size: 16px;
        line-height: 28px;
    }
    .product-actions .control-label {
        font-size: 18px;
    }
    .product-variants>.product-variants-item .input-radio+span {
        padding: 6px 14px;
        line-height: 27px;
        min-width: 140px;
        font-size: 18px;
    }
    .product-actions .add-to-cart {
        font-size: 18px;
    }
    .product-actions .add-to-cart i {
        margin-right: 8px;
    }
    .collapse-card .product-description p {
        font-size: 16px;
        line-height: 28px;
    }
    section.product-accessories .h5 {
        font-size: 24px;
        line-height: 32px;
        margin: 0 0 30px;
    }
    #product-comments-list-header p.h5.review-title {
        font-size: 36px;
        line-height: 46px;
        margin: 0 0 12px;
    }
}
@media (max-width: 991px) {
    #product-modal .modal-content .modal-body {
        margin-left: 0;
        flex-direction: row !important;
    }
    #product-modal .modal-content .modal-body .mask {
        /* max-height: 33.75rem; */
    }
    #product-modal .modal-dialog {
        margin: 30px auto;
    }
    .images-container.js-images-container {
        margin: 0 0 30px;
    }
    body#product #wrapper .container {
        max-width: 760px;
    }
    
    .tabs-wrapper .tabs .nav-tabs .nav-item a {
        font-size: 20px;
        line-height: 30px;
    }
    .tabs-wrapper {
        padding: 0 6px;
    }
}
@media (max-width: 767px) {
    #product-modal .modal-content .modal-body .product-cover-modal {
        max-width: 600px;
        width: 100%;
        height: auto;
    }
    #product-modal .modal-content .modal-body figure {
        width: calc(100% - 90px);
    }
    #product-modal .modal-content .modal-body aside#thumbnails {
        width: 90px;
    }
    #product-modal .modal-content .modal-body .product-images img {
        width: 90px;
        height: 90px;
    }
    #product-modal .modal-content .modal-body .mask {
        max-height: 19.75rem;
        margin-top: 25px;
        margin-bottom: 25px;
    }
    #product-modal .modal-content .modal-body .arrows .arrow-up, 
    #product-modal .modal-content .modal-body .arrows .arrow-down {
        font-size: 26px;
        height: 25px;
    }
    #product-modal .modal-content .modal-body {
        padding: 10px;
    }
    #product-modal .modal-dialog {
        max-width: 90%;
    }
    
    .tabs-wrapper .tabs .nav-tabs .nav-item a {
        font-size: 18px;
        line-height: 28px;
    }
    .tabs-wrapper .tab-content {
        padding: 30px 36px 20px;
    }
}
@media (max-width: 576px) {
.scrolly-box-arrows.hidden-xs-down {
    display: none;
}
.images-container.js-images-container {
    display: block;
    flex-direction: column;
}
#main .images-container .js-qv-mask.scroll {
    width: 100%;
    height: auto;
    margin: 0;
}
ul.product-images.js-qv-product-images {
    display: flex;
    flex-direction: row;
}
.product-cover {
    margin-bottom: 0;
    width: 100%;
    height: auto;
}
.product-container .product-flags.js-product-flags {
    margin: 0 !important;
    left: 0;
    width: 100%;
}
h1.h1 {
    font-size: 28px;
    line-height: 40px;
    margin: 0px 0 12px !important;
}
section.product-accessories .h5 {
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 24px;
}
#product-comments-list-header p.h5.review-title {
    font-size: 28px;
    line-height: 34px;
    margin: 0 0 12px;
}
.product-comment-list-item {
    padding: 0 0 16px;
    margin: 10px 0 16px;
}
.btn.btn-comment {
    font-size: 16px;
    line-height: 20px;
    padding: 9px 18px 10px;
    height: 48px;
}
.product-customization .product-customization-item, .product-variants>.product-variants-item {
    margin: 1rem 0;
}

.tabs-wrapper .tab-content {
    padding: 24px 20px 16px;
}
.tabs-wrapper .tab-content .product-description h3 {
    font-size: 17px;
}
.tabs-wrapper .tabs .nav-tabs .nav-item a {
    font-size: 16px;
    line-height: 24px;
}
.row.product-container.js-product-container {
    margin-bottom: 0;
}
.tabs-wrapper {
    margin: 0 0 46px;
}
}
@media (max-width: 425px) {
    .product-variants>.product-variants-item .input-radio+span {
        padding: 6px 14px 8px;
        line-height: 24px;
        min-width: 120px;
        font-size: 16px;
        font-weight: 600 !important;
    }
    /* .block-social ul, .product-quantity {
        flex-wrap: wrap;
    } */
    .product-quantity #quantity_wanted {
        height: 45px !important;
        padding: 4px 6px;
        font-size: 18px;
        line-height: 24px;
        font-weight: 400 !important;
    }
    .product-quantity .input-group-btn-vertical .btn {
        height: 45px;
        width: 28px;
    }
    button.btn.btn-touchspin.js-touchspin.bootstrap-touchspin-down {
        width: 28px;
        height: 45px;
    }
    button.btn.btn-touchspin.js-touchspin.bootstrap-touchspin-down i, 
    button.btn.btn-touchspin.js-touchspin.bootstrap-touchspin-up i {
        font-size: 16px;
    }
    .input-group.bootstrap-touchspin {
        padding-left: 30px;
        padding-right: 30px;
    }
    .product-quantity .qty {
        width: 100px;
        height: 45px;
    }
    .product-quantity .add {
        width: calc(100% - 112px);
        margin-left: 5px;
    }
    .product-actions .add-to-cart {
        font-size: 17px;
        height: auto;
        padding: 10px 16px 10px;
    }
    .product-actions .add-to-cart i {
        margin-right: 6px;
        font-size: 22px;
        top: -3px;
    }
    section.product-accessories .h5 {
        font-size: 20px;
        line-height: 30px;
        margin: 0 0 20px;
        text-align: center;
    }
    #product-comments-list-header p.h5.review-title {
        font-size: 24px;
        line-height: 30px;
        margin: 0 0 10px;
    }
    .btn.btn-comment {
        font-size: 16px;
        line-height: 20px;
        padding: 8px 18px 9px;
        height: 44px;
    }
    
    .tabs-wrapper .tabs .nav-tabs {
        flex-wrap: wrap;
    }
    .tabs-wrapper .tabs .nav-tabs .nav-item {
        margin-bottom: 0;
        border-bottom: 1px solid #d9d9d9 !important;
    }
    .tabs-wrapper .tabs .nav-tabs .nav-item a {
        font-size: 16px;
        line-height: 24px;
        border-bottom: 1px solid #d9d9d9 !important;
        padding: .65rem 1rem .65rem;
    }
    .tabs-wrapper .tab-content {
        border-top: none !important;
        border-radius: 0 0 5px 5px;
    }
    .tabs-wrapper .nav-tabs .nav-item+.nav-item {
        margin-left: 0;
    }
    .tabs-wrapper .tab-content .product-description h2 {
        font-size: 18px;
        line-height: 26px;
    }
    .tabs-wrapper .tab-content .product-description h3 {
        font-size: 17px;
        line-height: 26px;
    }
    .tabs-wrapper .tab-content .product-description h4 {
        font-size: 16px;
        line-height: 24px;
    }
    .tabs-wrapper .tabs .nav-tabs .nav-item a {
        font-size: 16px;
        line-height: 24px;
        font-weight: 600 !important;
    }
}