/* new product page design */
.scroll-fixed {
    opacity: 1 !important;
    background-color: rgba(255, 255, 255, 0.9) !important;
}
.scroll-fixed:hover {
    opacity: 1 !important;
    background-color: rgba(255, 255, 255, 1) !important;
}
h1.ab-product-title {
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 19px;
}
.ab-product-details {
    font-size: 14px;
    font-weight: 500;
    color: #959595;
    padding-right: 30px;
}
.ab-product-details span {
    font-weight: 400;
}
.product-product .breadcrumbs {
    padding-top: 5px;
    padding-bottom: 8px;
}
.ab-product-rating-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.ab-product-rating-bar .inactive,
.ab-review-rating-new .default-color-star{
    color: #cccccc;
}
.ab-product-rating-bar .active,
.ab-review-rating-new .default-color-star.active{
    color: #B32A56 !important;
}
.ab-review-rating-new .default-color-star {
    font-size: 24px;
}
.ab-product-rating-reviews {
    font-size: 14px;
    color: #005eb8;
    text-decoration: underline;
    margin-left: 6px;
    font-weight: 400;
}
.ab-product-under-title {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 23px;
    margin-bottom: 21px;
}
.product-info-details {
    position: relative;
    overflow: visible;
}
.swiper-wrapper > .item {
    width: 135px !important;
}
.product-info-details .price {
    font-size: 36px;
    font-weight: 500;
    color: #2b2d2f;
}
.product-info-details .price .price-old {
    font-size: 20px;
    font-weight: 400;
    color: #2b2d2f;
}
.price .price-old:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #2b2d2f;
    position: absolute;
    left: 0;
    top: 61%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 1;
    opacity: 0.6;
}
.ab-discount-percent {
    color: #fe3737;
    font-size: 20px;
    margin-left: 7px;
}
.ab-under-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 8px;
}
.ab-separator-left {
    border-left: 1px solid #e1e1e1;
    padding-left: 9px;
}
.ab-under-price .ab-product-details {
    padding-right: 9px;
    white-space: nowrap;
}
.ab-product-manufacturer {
    text-align: right;
}
.ab-manufacturer-logo {
    margin-top: 19px;
    max-width: 200px;
    width: 100%;
}
.ab-product-stock {
    font-size: 16px;
    position: relative;
    padding-top: 16px;
    margin-left: 3px;
}
.ab-stock-status {
    color: #2dcc70;
}
.would-recommend-text {
    color: #2dcc70;
    font-size: 15px;
    margin-left: 23px;
}
.would-recommend-text2 {
    color: #2dcc70;
    font-size: 15px;
}
.ab-stock-status-no {
    font-weight: 400;
    color: #fe3737;
}
.ab-product-stock .ab-stock-status,
.ab-product-stock .ab-stock-status-no{
    margin-left: 24px;
}
.ico-check:before {
    content: "";
    position: absolute;
    bottom: 5px;
    left: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-radius: 10px;
    width: 2.5px;
    height: 8px;
    background-color: #2dcc70;
}
.ico-check:after {
    content: "";
    position: absolute;
    bottom: 5px;
    left: 7px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 10px;
    width: 2.5px;
    height: 14px;
    background-color: #2dcc70;
}
.ico-cross:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.ico-cross:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.ico-cross::after,
.ico-cross::before {
    content: "";
    position: absolute;
    bottom: 5px;
    left: 7px;
    border-radius: 10px;
    width: 2.5px;
    height: 14px;
    background-color: #fe3737;
}
.ab-product-manufacturer-tablet {
    display: none;
    text-align: center;
}
.ab-product-manufacturer-mobile {
    display: none;
    text-align: center;
}
.ab-qty-input-div {
    position: relative;
    height: 50px;
    width: 120px;
    border: 1px solid #ccc;
    border-radius: 100px;
}
.ab-qty-input-div button {
    background: transparent;
    border: none;
    color: #959595;
    font-size: 24px;
    position: absolute;
    top: 8px;
    padding: 0 4px;
}
.ab-qty-input-div .ab-qty-input {
    position: absolute;
    top: 8px;
    left: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, 0);
    border: none;
    background-color: transparent;
    font-size: 16px;
    color: #222;
    font-weight: 400;
}
.ab-qty-input-div .cart-qty-increase {
    right: 15px;
}
.ab-qty-input-div .cart-qty-decrease {
    left: 16px;
}
.pos-rel {
    position: relative;
}
#product-quantity-button > div > #button-cart {
    position: absolute;
    top: 17px;
    height: 50px;
    left: 150px;
    max-width: 280px;
    min-width: 280px;
}
#product-quantity-button .btn-group button {
    padding: 0;
    line-height: 30px;
    text-align: center;
    background: #fff;
    color: var(--link-color);
    text-transform: uppercase;
    box-shadow: none;
    -webkit-box-shadow: none;
    margin: 5px 0;
    margin-right: 40px;
    font-size: 1.5rem;
    border-radius: 0;
    -webkit-border-radius: 0;
    font-weight: 400;
    margin-left: 1px;
    letter-spacing: 0.6px;
}
#product-quantity-button .btn-group button:before {
    display: inline-block;
    vertical-align: top;
    line-height: inherit;
    font-size: 16px;
    content: "\e08a";
    font-family: 'simple-line-icons';
    margin-right: 13px;
    font-weight: 600;
}
#product-quantity-button .btn-group {
    position: absolute;
    top: 29px;
    left: 460px;
}
#product-quantity-button .btn-group.no-stock {
    position: absolute;
    top: 6px;
    left: 450px;
}
#product-quantity-button #button-outstock span {
    font-size: 16px;
    position: relative;
    top: -1px;
    padding-left: 12px;
}
.ab-product-image-main {
    position: relative;
}
.ab-discount-img-tag {
    position: absolute;
    top: 30px;
    left: 0;
    background-color: #fe3737;
    height: 30px;
    font-size: 20px;
    color: #fff;
    padding-top: 1px;
    padding-left: 9px;
    padding-right: 6px;
    z-index: 10500;
}
.ab-discount-img-tag::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: -16px;
    padding: 0;
    background-color: transparent;
    border-left: 8px solid #fe3737;
    border-bottom: 15px solid #fe3737;
    border-top: 15px solid transparent;
    border-right: 8px solid transparent;
}
.ab-timer-box {
    border: 1px solid #ededed;
    border-radius: 5px;
    padding: 28px;
    line-height: 17px;
    min-height: 83px;
}
.ab-timer-text {
    color: #363636;
    font-size: 15px;
    font-weight: 400;
    vertical-align: middle;
    margin-right: 49px;
    position: relative;
}
.ab-timer-text::after {
    font-size: 24px;
    content: "\e081";
    font-family: 'simple-line-icons';
    font-weight: 600;
    position: absolute;
    color: #a1a7af;
    top: 3px;
    right: -41px;
}
.ab-timer-time {
    color: #ff5f7f;
    font-size: 30px;
    font-weight: bold;
    vertical-align: middle;
    width: 125px;
    display: inline-block;
}
.ab-timer-description {
    color: #363636;
    font-size: 15px;
    font-weight: 400;
    vertical-align: middle;
    position: relative;
    margin-left: 71px;
    display: inline-block;
}
.ab-timer-description::before {
    content: "";
    width: 1px;
    height: 30px;
    position: absolute;
    left: -40px;
    top: -4px;
    background-color: #e1e1e1;
}
@media only screen and (max-width: 1380px) {
    .ab-timer-description {
        margin-left: 30px;
    }
    .ab-timer-description::before {
        left: -20px;
    }
}
@media only screen and (max-width: 1310px) {
    .ab-timer-description {
        margin-left: 0px;
        display: block;
        padding-top: 15px;
        font-size: 14px;
    }
    .ab-timer-description::before {
        display: none;
    }
}
.ab-product-delivery-block {
    background-color: #f3f3f3;
    border-radius: 5px;
    padding: 28px;
    margin-top: 30px;
    padding-bottom: 19px;
}
.ab-product-delivery-type {
    width: 25px;
    display: inline-block;
    margin-right: 17px;
}
.ab-product-delivery-logo-div {
    width: 91px;
    display: inline-block;
}
.product-product .ab-product-delivery{
    height: 52px;
}
.ab-product-delivery {
    padding-bottom: 25px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 47px 1.6fr 1fr 70px;
    grid-template-columns: 47px 1.6fr 1fr 70px;
}
.abpd-text {
    font-size: 15px;
    font-weight: 400;
    color: #363636;
    display: inline-block;
    position: relative;
    top: 2px;
}
.abpd-price {
    font-size: 15px;
    font-weight: bold;
    color: #2b2d2f;
    display: inline-block;
    float: right;
    width: 70px;
    text-align: right;
    position: relative;
    top: 2px;
    left: -3px;
}
.ab-delivery-footer {
    border-top: 1px solid #e1e1e1;
    padding-top: 17px;
}
.ab-delivery-footer-icon {
    height: 31px;
    width: 40px;
    display: inline-block;
    position: relative;
    left: -10px;
    margin-right: 2px;
}
.ab-delivery-footer-text {
    font-weight: bold;
    display: inline-block;
    color: #363636;
    font-size: 16px;
}
.ab-only-tablet {
    display: none;
}
.ab-product-more-info {
    padding-left: 15px;
    padding-right: 15px;
}
.ab-product-more-info-title {
    font-size: 28px;
    font-weight: 600;
    color: #363636;
    margin-bottom: 36px;
}
.ab-product-description-text,
.ab-product-description-text p,
.ab-product-description-text span,
.ab-product-description-text font {
    font-family: 'SofiaPro' !important;
}
.ab-product-information-text,
.ab-product-information-text p,
.ab-product-information-text span,
.ab-product-information-text font {
    font-family: 'SofiaPro' !important;
}
.ab-product-information {
    padding-left: 45px;
}
.ab-info-title {
    font-size: 15px;
    color: #363636;
    font-weight: 600;
    width: 141px;
    display: inline-block;
}
.ab-info-value {
    font-size: 15px;
}
table.ab-product-info-table {

}
table.ab-product-info-table tr th,
table.ab-product-info-table tr td {
    padding-bottom: 17px;
    color: #2b2d2f;
    font-weight: 400;
}
table.ab-product-info-table tr th {
    font-weight: 600;
}
.ab-table-manufacturer a {
    color: #005eb8;
}
.ab-table-tags a {
    color: #959595;
}
.margin-top-72 {
    margin-top: 15px;
}
.ab-modal-window-dark {
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    z-index: 90000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ab-modal-window {
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 5px;
    border: none;
}
#review-modal .ab-modal-window {
    width: 700px;
    padding: 30px;
}
.ab-form-control {
    display: block;
    width: 100%;
    padding: 13px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.ab-control-label {
    font-size: 15px;
    color: #2b2d2f;
    font-weight: 500;
}
.ab-control-label.required::after {
    content: "*";
}
.ab-review-new-title {
    font-size: 16px;
    color: #2b2d2f;
    font-weight: 400;
}
.ab-review-rating-new {
    display: inline;
    position: relative;
    top: 3px;
}
.ab-review-heading {
    color: #363636;
    font-size: 22px;
    margin: 0;
    font-weight: 500;
    margin-bottom: 27px;
}
.ab-radio {
    margin-right: 10px;
    position: relative;
}
.ab-radio-text {
    display: inline-block;
    margin-left: 20px;
    position: relative;
    top: 2px;
    margin-right: 16px;
    font-weight: 400;
}
/* radio button */
.ab-radio input[type=radio] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    margin-left: 0px;
    width: 20px;
    height: 20px;
    top: -2px;
    z-index: 1000;
}
.ab-radio .checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 50%;
}
.ab-radio input[type=radio] ~ .checkmark {
    background-color: #fff;
    border: 1px solid #cdcdcd;
}
.ab-radio input[type=radio]:checked ~ .checkmark {
    background-color: #363636;
    border-color: #363636;
}
.ab-radio input[type=radio] ~ .checkmark::after {
    content: "";
    position: absolute;
    display: none;
}
.ab-radio input[type=radio]:checked ~ .checkmark::after {
    display: block;
}
.ab-radio input[type=radio] ~ .new-checkout-delivery-type {
    display: initial !important;
}
.ab-radio input[type=radio]:checked ~ .new-checkout-delivery-type {
    display: none !important;
}
.ab-radio input[type=radio] ~ .new-checkout-delivery-type-active {
    display: none !important;
}
.ab-radio input[type=radio]:checked ~ .new-checkout-delivery-type-active {
    display: initial !important;
}
.ab-radio .checkmark::after {
    top: 4.5px;
    left: 5.5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}
/* end radio button */
.ab-review-thumb {
    border: 1px solid #ccc;
    border-radius: 4px;
    max-width: 70px;
}
.ab-review-star-gap {
    margin-top: 3px;
}
.ab-product-checkbox {
    padding-top: 13px;
}
/* checkbox */
.ab-product-checkbox label {
    display: block;
    position: relative;
    padding-left: 29px;
    margin-bottom: 22px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.ab-product-checkbox label input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 23px;
    width: 25px;
    top: -2px;
    left: 17px;
    z-index: 2;
}
.ab-product-checkbox label .checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.ab-product-checkbox label input[type="checkbox"]:checked ~ .checkmark {
    background-color: #363636;
    border: none;
}
.ab-product-checkbox label .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.ab-product-checkbox label input[type="checkbox"]:checked ~ .checkmark:after {
    display: block;
}
.ab-product-checkbox label .checkmark:after {
    left: 7px;
    top: 2px;
    width: 7px;
    height: 11px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* end checkbox */
.ab-btn-primary {
    color: #fff;
    background-color: #005eb8;
    font-size: 16px;
}
.ab-btn-primary:hover {
    background-color: #003f7b;
}
.ab-btn-secondary {
    color: #2b2d2f;
    background-color: #ebebeb;
    font-size: 16px;
}
.ab-btn-secondary:hover {
    background-color: #003f7b;
}
.ab-btn-tertiary {
    color: #fff;
    background-color: #363636;
    font-size: 16px;
    padding: 13px;
}
.no-margin {
    margin: 0;
}
.ab-required-tag {
    color: #a1a1a1;
}
.ab-review-buttons {
    padding-top: 32px;
}
.abr-txt-label {
    padding-top: 17px;
}
.abr-check-label {
    padding-top: 7px;
    padding-bottom: 6px;
}
.ab-review-buttons button {
    padding: 13px 30px;
}
.close-modal {
    position: absolute;
    top: 18px;
    right: 19px;
    height: 13px;
    width: 13px;
    cursor: pointer;
}
.close-modal::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.close-modal::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.close-modal::after,
.close-modal::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    height: 15px;
    width: 3px;
    border-radius: 3px;
    background-color: #959595;
}
.ab-review-buttons #button-review {
    float: right;
    margin-left: 20px;
}
#button-outstock {
    position: relative;
    border: 2px solid #005eb8;
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #005eb8;
    opacity: 1;
    max-width: 420px;
}
#product-quantity-button.no-stock {
    margin-top: 16px;
    margin-bottom: 14px;
}
#inform-me-modal .ab-modal-window {
    padding: 20px;
    width: 300px;
}
.inform-me-text {
    font-size: 14px;
    color: #69696c;
}
.gray-label {
    font-size: 14px;
    color: #69696c;
    padding-top: 6px;
    font-weight: 400;
}
.ab-btn-default-fullwidth {
    width: 100%;
}
#button-inform-me {
    margin-top: 15px;
    margin-bottom: 20px;
}
.ab-inform-me-buttons #button-inform-me.
.ab-inform-me-buttons #button-close-inform-me {
    padding: 13px;
}
#content {
    /*z-index: 4;*/
}
.comments-area {
    background-color: #f7f7f7;
    padding-top: 66px;
    padding-bottom: 66px;
    margin-top: 43px;
}
.comment-count {
    font-weight: 400;
    font-size: 21px;
}
.btn-comment {
    width: 240px;
    margin-top: -7px;
}
.align-right-center {
    text-align: right;
}
.comment-hint {
    color: #959595;
    font-size: 13px;
    padding-top: 6px;
    margin-bottom: 12px;
    overflow: visible;
    white-space: nowrap;
}
.grading .fa-star {
    color: #cccccc;
    font-size: 17px;
}
.grading .fa-star.active {
    color: #B32A56;
}
.comment-single {
    border-bottom: 1px solid #ebebeb;
    margin-top: 20px;
    min-height: 123px;
}
.comment-image {
    width: 40px;
    float: left;
}
.comment-name {
    float: left;
    position: relative;
    margin-left: 13px;
    margin-top: 8px;
}
.comment-name strong {
    font-size: 18px;
    color: #363636;
}
.would-recommend {
    padding-top: 8px;
}
.comment-content {
    color: #363636;
    font-size: 15px;
    margin-top: 9px;
    margin-bottom: 23px;
    line-height: 21px;
}
.comment-date {
    font-size: 14px;
    color: #a1a1a1;
}
.comment-content-main {
    margin-top: 9px;
}
.hide-on-desktop {
    display: none;
}
header {
    z-index: 300 !important;
}
html {
    overflow-x: hidden;
}
#inform-success-modal .ab-modal-window {
    padding: 20px;
    width: 300px;
    text-align: center;
}
.success-checkmark {
    background-color: #fff;
    border: 2px solid #2dcc70;
    width: 60px;
    height: 60px;
    margin: auto;
    border-radius: 60px;
    position: relative;
}
.success-checkmark::before {
    height: 10px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 25px;
    left: 20px;
}
.success-checkmark::after {
    height: 20px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 17px;
    left: 30px;
}
.success-checkmark::before,
.success-checkmark::after {
    content: "";
    width: 3px;
    background-color: #2dcc70;
    position: absolute;
    border-radius: 15px;
}
#inform-success-modal .success-checkmark {
    margin-top: 11px;
    margin-bottom: 13px;
}
#inform-success-modal .inform-me-text {
    margin-bottom: 21px;
}
#inform-success-modal .ab-review-heading {
    margin-bottom: 16px;
}
#button-close-inform-success {
    padding: 13px;
}
#review-success-modal .success-checkmark {
    margin-top: 11px;
    margin-bottom: 13px;
}
#review-success-modal .inform-me-text {
    margin-bottom: 21px;
}
#review-success-modal .ab-review-heading {
    margin-bottom: 16px;
}
#button-close-review-success {
    padding: 13px;
}
#review-success-modal .ab-modal-window {
    padding: 20px;
    width: 300px;
    text-align: center;
}
.ab-block-title {
    margin-bottom: 52px;
    margin-top: 66px;
    position: relative;
    text-align: left;
}
.has-no-reviews {
    text-align: center;
}
.no-reviews-title {
    font-size: 18px;
    color: #363636;
    margin-bottom: 42px;
}
.btn-wishlist.in-wishlist {
    opacity: 1;
}
.btn-wishlist.in-wishlist::before {
    content: "\f004" !important;
    font-family: fontawesome !important;
    color: #005eb8;
}
.product-image-details .swiper-viewport {
    margin-right: -30px;
}
.product-info-details #button-cart:before {
    content: "\f07a";
    font-family: fontawesome !important;
    font-weight: 100;
    color: #fff;
    padding-right: 9px;
}
#wrap img {
    height: 570px;
    -o-object-fit: contain;
    object-fit: contain;
    margin: auto;
}
.products-container .rating {
    display: none !important;
}
.out_of {
    color: red !important;
    display: flex;
    position: absolute;
    bottom: 15px;
}
.product-thumb .product-item .caption .rating {
    display: none !important;
}

/*
* SMALL SCREENS
 */
@media only screen and (max-width: 1200px) {
    #product-quantity-button .btn-group {
        position: relative;
        top: 0;
        left: 0;
        padding-top: 15px;
        display: block;
    }
    .ab-qty-input-div {
        width: 110px;
    }
    #product-quantity-button > div > #button-cart {
        left: 130px;
    }
    .ab-timer-box {
        margin-top: 56px;
    }
    .ab-product-delivery {
        -ms-grid-columns: 47px 1.6fr 0.6fr 70px;
        grid-template-columns: 47px 1.6fr 0.6fr 70px;
    }
    .ab-delivery-footer {
        position: relative;
    }
    .ab-delivery-footer-icon {
        position: absolute;
    }
    .ab-delivery-footer-text {
        margin-left: 46px;
        font-size: 15px;
    }
    .ab-only-tablet {
        display: none;
    }
    #product-quantity-button .btn-group.no-stock {
        top: 50px;
        left: 0;
    }
    #product-quantity-button.no-stock {
        margin-bottom: 71px;
    }
    .would-recommend-text {
        font-size: 13px;
        margin-left: 18px;
    }
    .would-recommend-text2 {
        font-size: 13px;
    }
    .ab-separator-left {
        border: none;
        padding-left: 0;
        line-height: 1;
    }
    .ab-under-price {
        display: block;
    }
    .ab-product-delivery-block {
        margin-top: 56px;
    }
}

/*
* TABLET
 */
@media only screen and (max-width: 1024px) {
    h1.ab-product-title {
        margin-bottom: 9px;
    }
    .ab-product-under-title {
        padding-bottom: 13px;
        margin-bottom: 13px;
    }
    .swiper-wrapper > .item {
        width: 70px !important;
        padding: 1px 5px;
    }
    .swiper-wrapper {
        margin: auto;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }
    .ab-product-stock {
        padding-top: 11px;
    }
    .ab-product-manufacturer {
        display: none;
    }
    .ab-product-manufacturer-tablet {
        display: block;
        padding-top: 31px;
    }
    #product-quantity-button > div > #button-cart {
        max-width: 220px;
        min-width: 220px;
    }
    .ab-only-tablet {
        display: block;
    }
    .ab-not-tablet {
        display: none;
    }
    .product-product #content {
        margin-bottom: 36px;
    }
    .ab-product-information {
        padding-left: 0px;
    }
    .margin-top-72 {
        margin-top: 17px;
    }
    .ab-product-more-info-title {
        margin-bottom: 33px;
    }
    .ab-product-delivery-block {
        padding-bottom: 26px;
    }
    .comments-area {
        margin-top: 49px;
        padding-top: 49px;
    }
    #wrap img {
        height: 320px;
    }
}
@media only screen and (max-width: 991px) {
    .hide-on-desktop {
        display: block;
    }
    .hide-on-tablet {
        display: none;
    }
    .mobile-inline {
        display: inline-block;
    }
    .grading {
        margin-left: 169px;
        position: relative;
        top: 8px;
    }
    .hide-on-991 {
        display: none;
    }
    .would-recommend {
        position: relative;
    }
    .comment-date {
        text-align: unset;
    }
    .comment-date-span {
        float: right;
        position: relative;
        top: 8px;
    }
}

/*
* MOBILE
 */
@media only screen and (max-width: 767px) {
    .ab-product-rating {
        display: inline-block;
    }
    .ab-product-rating-bar {
        display: block;
    }
    .ab-product-rating-bar .inactive {
        font-size: 16px;
    }
    .ab-product-rating-bar .active {
        font-size: 16px;
    }
    .ab-product-details {
        padding-bottom: 5px;
    }
    .swiper-wrapper > .item {
        width: 60px !important;
    }
    .product-info-details {
        margin-top: 21px;
    }
    .ab-product-manufacturer-tablet {
        display: none;
    }
    .ab-product-manufacturer-mobile {
        display: block;
    }
    .ab-product-manufacturer-mobile .ab-manufacturer-logo {
        margin-top: 26px;
    }
    .ab-product-under-title {
        margin-bottom: 22px;
    }
    #product-quantity-button > div > #button-cart {
        max-width: 180px;
        min-width: 180px;
    }
    .ab-qty-input-div {
        width: 90px;
    }
    #product-quantity-button > div > #button-cart {
        left: 110px;
    }
    #product-quantity-button .btn-group button {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }
    #product-quantity-button .btn-group {
        margin: auto;
    }
    .ab-timer-box {
        padding: 20px;
        margin-top: 34px;
    }
    .ab-product-delivery {
        display: block;
        position: relative;
    }
    .ab-product-delivery-logo-div {
        position: absolute;
        right: 7px;
        bottom: 12px;
        width: 71px;
    }
    .abpd-price {
        font-size: 14px;
        float: unset;
        position: absolute;
        left: 7px;
        bottom: 12px;
        top: unset;
    }
    .ab-product-delivery-type {
        position: absolute;
        top: 0;
        left: 0;
        width: 26px;
    }
    .abpd-text {
        font-size: 14px;
        top: -6px;
        display: block;
        margin-left: 36px;
    }
    .ab-product-delivery-block {
        padding: 20px;
        padding-right: 13px;
    }
    .ab-only-tablet {
        display: none;
    }
    .ab-not-tablet {
        display: block;
    }
    .ab-product-more-info-title {
        font-size: 24px;
    }
    table.ab-product-info-table tr th, table.ab-product-info-table tr td {
        padding-bottom: 0;
        margin-bottom: -4px;
        display: block;
    }
    table.ab-product-info-table tr td {
        padding-bottom: 13px;
    }
    #review-modal .ab-modal-window {
        width: 300px;
        padding: 20px;
    }
    .ab-review-rating-new {
        display: block;
    }
    .abr-txt-label {
        padding-top: 0px;
    }
    .ab-review-star-gap {
        margin-bottom: 11px;
    }
    .abr-check-label {
        padding-top: 11px;
        padding-bottom: 8px;
        line-height: 19px;
    }
    .ab-btn-mobile-fullwidth {
        width: 100%;
    }
    .ab-review-buttons #button-review {
        margin-bottom: 20px;
        margin-left: 0;
        float: unset;
    }
    .ab-product-checkbox label {
        margin-bottom: 14px;
    }
    .ab-review-buttons {
        padding-top: 13px;
    }
    #product-quantity-button .btn-group.no-stock {
        position: relative;
        top: unset;
    }
    #product-quantity-button.no-stock {
        margin-bottom: 14px;
    }
    .comment-content {
        margin-top: 52px;
        word-wrap: break-word;
    }
    .comment-date-span {
        top: -2px;
    }
    .would-get-text-mobile {
        position: absolute;
        top: 11px;
        right: 15px;
    }
    .would-recommend-text2 {
        display: none;
    }
    .comment-name {
        margin-top: -4px;
        margin-left: 8px;
    }
    .grading {
        margin: 0;
        position: absolute;
        top: 17px;
        left: 64px;
    }
    .mobile-nowrap-comment {
        overflow: visible;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        white-space: nowrap;
    }
    .comment-image {
        min-width: 40px;
    }
    .comment-hint {
        text-align: center;
        white-space: unset;
        line-height: 16px;
        padding-top: 11px;
        margin-bottom: 7px;
    }
    .align-right-center {
        text-align: center;
    }
    .comments-area {
        margin-top: 25px;
        padding-top: 36px;
    }
    #wrap img {
        height: 290px;
    }
}

@media only screen and (max-width: 767px) and (max-height: 970px) {
    #review-modal .ab-modal-window{
        height: calc(100% - 20px);
        overflow-y: auto;
    }
}

.product-product .ab-product-delivery{
    grid-template-columns: 47px 1.6fr 1fr;
}
.product-product .abpd-price{
    width: 103px;
}
@media only screen and (max-width: 767px){
    .product-product .ab-product-delivery{
        height: unset;
        padding-bottom: 5px;
    }
    .abpd-text{
        position: unset;
    }
    .product-product .abpd-price{
        position: unset;
    }

    .ab-product-manufacturer-mobile .ab-manufacturer-logo{
        /*height: 50px;*/
        object-fit: cover;
        margin-top: 10px;
    }
    .ab-not-tablet{
        margin-top: 20px;
    }
}

.comment_image{
    max-height: 300px;
    margin-bottom: 20px;
}

.container_for_comment_file{
    flex-basis: calc(20% - 12px);
    max-height: 200px;
    cursor: zoom-in;
    min-height: 200px;
    position: relative;
}
.wrapper_for_comment_files{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 20px;
}
.container_for_comment_file img{
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.container_for_comment_file video{
    object-fit: cover;
    height: 100%;
    width: 100%;
}

@media (max-width: 700px){
    .container_for_comment_file{
        flex-basis: calc(33.3333333% - 12px);
    }
}
@media(max-width: 500px){
    .container_for_comment_file{
        flex-basis: calc(50% - 12px);
    }
}
@media(max-height: 680px){
    .img_video_zoom .comment_image_container img{
        max-height: 680px;
    }
}

@media (min-width: 768px) and (max-height: 820px){
    #review-modal .ab-modal-window{
        height: calc(100% - 20px);
        overflow-y: auto;
    }
}