*,
:after,
:before,
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 16px
}

body,
html {
    height: 100%;
    min-height: 100%
}

body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 320px;
    margin: 0;
    padding: 0;
    font-size: 1rem;
    font-family: Poppins, Arial, sans-serif;
    line-height: 1.2;
    overflow-x: hidden
}

header {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

footer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.visuallyhidden {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0
}

a {
    color: inherit;
    text-decoration: none;
}

.product__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 20px 0px 0px
}
.product-status {
    font-size: 12px;
}
.product__desc {
    font: 400 16px/1.4 Poppins, Arial, sans-serif;
    color: #000
}

.product__desc p {
    margin: 0 0 15px
}

.product__desc ul {
    padding: 15px 20px
}

.product__desc li {
    color: #666
}

.images-container {
    width: 50%
}

.product__images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 50%;
    padding: 0 30px
}

.product__images,
.product__images-cover {
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

.product__images-cover {
    width: calc(100% - 80px - 20px)
}

.product__images-cover img {
    display: block;
    height: auto;
    width: 100%;
    max-width: 100%;
    margin: 0 auto
}

.product__images-cover #sync1 {
    margin: 0;
    padding: 0
}

.product__images-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: 80px
}

.product__images-item--active,
.product__images-item:active,
.product__images-item:focus,
.product__images-item:hover {
    opacity: .5
}

#views_block {
    list-style: none;
    padding: 0
}

.product .MagicToolboxContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 30px
}

.product .MagicToolboxContainer,
.product__info {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: 50%;
    top: 20px;
    padding-left: 30px
}

.product__title {
    margin: 0;
    font: 500 30px/1.3 Poppins, Arial, sans-serif;
    color: #000
}

.product .MagicToolboxContainer {
    padding: 0;
    width: 100%
}

.product__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    flex-direction: column;
}

.product__price {
    margin-right: 10px;
    font: 500 36px / 1.1 Poppins, Arial, sans-serif;
    max-width: 383px;
    width: 100%;
    color: #b7428f;
}
.tax {
    color: #000;
}
.product__price p {
    margin: 0
}

.product__availability {
    margin: 0;
    font: 500 14px/1.5 Poppins, Arial, sans-serif;
    color: #000;
    text-transform: uppercase
}

.product__tax {
    margin: 5px 0 15px;
    font: 400 14px/1.5 Poppins, Arial, sans-serif;
    color: #666
}

.product #add_to_cart {
    display: inline-block
}

#buy_block {
    display: flex;
    flex-direction: column
}

.product__add-to-cart {
    background: #141414
}

.product__add-to-cart,
.product__one-click {
    display: inline-block;
    height: 40px;
    min-width: 270px;
    margin: 0 0 10px;
    padding: 10px 15px;
    font: 400 14px/30px Poppins, Arial, sans-serif;
    color: #fff;
    text-align: center;
    text-decoration: none;
    justify-content: center;
    display: flex;
    align-items: center;
    border: none;
    border-radius: 6px
}
.product-short_description,
#more_info_sheets {
    color: #6c6c6c;
}
.product__add-to-cart svg,
.product__one-click svg {
margin-right:6px;
}
.product__one-click {
    background: #e13737
}
.product__add-to-cart:hover,
.product__one-click:hover {
    background: #B7428F;
    color: #F5F5F5;
    border-color: #B7428F;
}
.product__bottom {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: 100%;
    margin-top: 20px
}

@media (max-width:991px) {
    .product__desc {
        width: 100%
    }
    .product .MagicToolboxContainer,
    .product__images {
        width: 100%;
        padding: 15px 0
    }
    .product__info {
        width: 50%;
        padding: 0 10px
    }
}

@media (max-width:767px) {
    .images-container {
        width: 100%
    }
    .product__info {
        width: 100%;
        padding: 0
    }
    .product__inner {
        padding: 0 10px
    }
    .product__desc,
    .product__images-list {
        display: none
    }
    .product__images-cover {
        width: 100%
    }
    .product__images-cover .owl-dots {
        width: 100%;
        padding: 10px 0;
        text-align: center
    }
    .product__images-cover button.owl-dot {
        position: relative;
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 0 5px;
        border: 1px solid #e13737 !important;
        border-radius: 50%;
        outline: none
    }
    .product__images-cover .owl-dot span {
        position: absolute;
        top: 0;
        left: 0;
        display: inline-block;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background: #e13737;
        -webkit-transition: 0.3s ease-in;
        transition: 0.3s ease-in
    }
    .product__images-cover .owl-dot.active span {
        -webkit-transform: scale(.7);
        transform: scale(.7)
    }
}

@media (max-width:620px) {
    .product #add_to_cart {
        display: block;
        margin-right: 0;
        width: 100%
    }
    .product__add-to-cart,
    .product__one-click {
        display: block;
        width: 100%
    }
}

.attributes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    flex-direction: column;
    padding-bottom: 10px;
    padding-top: 20px;
}

.attributes__label {
    display: none;
    width: 110px;
    padding: 10px 0;
    padding-right: 10px;
    font: 400 13px/1.5 Poppins, Arial, sans-serif;
    color: #666;
    text-transform: uppercase
}

.attributes__label,
.attributes__label+* {
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

.attributes__label+* {
    width: calc(100% - 110px)
}

.attributes__select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    width: 100%;
    margin-right: 20px;
    padding: 10px 0
}

.attributes__select select {
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #ebebeb url(../img/arrow-dark.svg);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: 100%;
    background-position-x: 90%;
    background-size: 10px;
    border-radius: 0;
    border: 1px solid #e6e6e6;
    height: 38px;
    min-width: 100px;
    width: auto;
    margin-right: 17px;
    outline: none;
    display: inline-block;
    font: 400 15px/1.5 Poppins, Arial, sans-serif;
    color: #666;
    padding: 9px 20px 5px 5px
}

.attribute_list ul {
    list-style: none; /* Removes default list styling */
    padding: 0; /* Removes padding */
    margin: 0; /* Removes margin */
    display: flex; /* Aligns list items in a row */
    gap: 10px; /* Spacing between buttons */
}

.attribute_list li {
    display: inline-block; /* Allows the list items to flow in a line */
}

.attribute_radio {
    display: none; /* Hides the radio buttons */
}

.label-text {
    display: inline-block;
    padding: 7px 13px; /* Padding inside the button */
    color: black; /* Text color */
    text-align: center; /* Centers text within the button */
    border-radius: 5px; /* Rounded corners for the button */
    cursor: pointer; /* Changes cursor to pointer on hover */
    transition: background-color 0.3s; /* Smooth transition for hover effect */
    border:solid 1px #5d5d5d;
}

.label-text:hover, .attribute_radio:checked + .label-text {
    background-color: #5d5d5d; /* Darker background on hover/select */
    color:#fff;
}

.attribute_radio:checked + .label-text {
    background-color: #141414; /* Background for selected button */
    color:#fff;
}
.attributes__show-info {
    width: 100px;
    height: 38px;
    background: none;
    border: none
}

.attributes__show-info:hover {
    text-decoration: underline
}

.attributes__select-name {
    display: flex;
    align-items: center;
    flex: 0 0 20%
}

.attributes__show-info {
    padding: 0
}

.attributes__show-info:focus {
    border: none
}

#show-density,
#show-belt,
#show-sleeve {
    text-align: left
}

#pksizeguide-show {
    display: flex;
    align-items: center
}

@media (max-width:767px) {
    .attributes__select-name {
        flex: 0 0 30%
    }
    .attributes__show-info {
        margin-left: 20px;
        margin-right: auto
    }
}

@media (max-width:620px) {
    .attributes__select {
        margin-right: 0
    }
}

.product-colors {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 0;
}

.product-colors__item {
    position: relative;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    margin-right: 10px
}

#color_to_pick_list li {
    margin: 0 5px
}

.product-colors__label {
    display: inline-block;
    margin: 5px 0
}

.product-colors__input {
    position: absolute;
    left: 0;
    width: 2.5rem;
    height: 2.5rem;
    z-index: 1;
    vertical-align: top;
    border-width: 2px;
    border-radius: 100%;
    cursor: pointer;
    opacity: 0
}

.product-colors__input:checked+.product-colors__color:before {
    visibility: visible;
    text-shadow: 0 2px 5px rgba(0, 0, 0, .5);
    opacity: 1
}

.product-colors__color {
    position: relative;
    display: inline-block;
    margin: 0;
    vertical-align: top;
    border: 1px solid #333;
    background-size: contain;
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .5);
    cursor: pointer;
    padding: 5px 10px;
    height: 30px;
}

.product-colors__color,
.product-colors__color:before {
    -webkit-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s
}

.product-colors__color:before {
    content: '\2713';
    position: absolute;
    color: #f0f0f0;
    font-weight: 700;
    font-size: 14px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    line-height: 35px;
    visibility: hidden;
    opacity: 0
}

.short-descr {
    width: 100%;
    border-bottom: 1px solid #000;
    font: 400 16px/1.5 Poppins, Arial, sans-serif
}

.short-descr .short-descr__heading {
    font-weight: 700;
    color: #000;
    justify-content: center;
    padding-bottom: 10px;
    display: flex;
    cursor: pointer
}

.product__rating--main-reviews {
    display: flex;
    justify-content: center
}

#shopify-product-reviews .product__rating--main-reviews img {
    width: 30px;
    margin-right: 5px
}

.short-descr .short-descr__heading:after {
    content: '';
    position: absolute;
    right: 20px;
    margin-top: 15px;
    display: block;
    height: 15px;
    width: 15px;
    background: url(../img/arrow-black.svg) no-repeat 50%/10px 10px;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    -webkit-transform: rotate(0deg) translateY(-50%);
    transform: rotate(0deg) translateY(-50%);
    -webkit-transform-origin: top;
    transform-origin: top
}

.short-descr .short-descr__heading.open:after {
    -webkit-transform: rotate(180deg) translateY(-50%);
    transform: rotate(180deg) translateY(-50%)
}

.desc-countdown {
    display: none
}

.secure-payment {
    margin-top: 20px;
    font: 400 16px/1.5 Poppins, Arial, sans-serif;
    border-bottom: 1px solid #000
}

.help-heading {
    position: relative;
    display: none;
    margin-top: 20px;
    text-align: center;
    padding-bottom: 10px;
    text-align: center;
    font: 500 16px/1.5 Poppins, Arial, sans-serif;
    color: #000;
    cursor: pointer
}

.secure-payment__heading {
    position: relative;
    display: block;
    margin: 0;
    padding-bottom: 10px;
    text-align: center;
    font: 500 16px/1.5 Poppins, Arial, sans-serif;
    color: #000;
    cursor: pointer;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear
}

.secure-payment__heading:after {
    content: '';
    position: absolute;
    right: 20px;
    top: 50%;
    display: block;
    height: 15px;
    width: 15px;
    background: url(../img/arrow-black.svg) no-repeat 50%/10px 10px;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    -webkit-transform: rotate(0deg) translateY(-50%);
    transform: rotate(0deg) translateY(-50%);
    -webkit-transform-origin: top;
    transform-origin: top
}

@media (min-width:768px) and (max-width:991px) {
    .secure-payment__heading:after {
        right: 10px
    }
    .delivery .delivery__heading:after {
        right: 10px
    }
}

.secure-payment__heading.open:after {
    -webkit-transform: rotate(180deg) translateY(-50%);
    transform: rotate(180deg) translateY(-50%)
}

.secure-payment__countdown {
    display: none
}

.short-descr p {
    font: inherit;
    margin: 0 0 10px;
    color: #666
}

.short-descr__heading {
    cursor: pointer
}

.short-descr__heading svg {
    width: 10px;
    height: auto;
    margin-right: 10px
}

.short-descr__heading.rotate svg {
    transform: rotateX(180deg)
}

.product__reviews-list {
    padding: inherit;
    list-style: none
}

.product__reviews-item {
    border-bottom: 1px solid #dfe0e1;
    border-top: 1px solid #dfe0e1;
    padding: 7px 0
}

.blockreassurance_product {
    margin-top: 20px
}

.product-tabs__btn {
    width: 100%;
    position: relative;
    margin: 0;
    padding-left: 0;
    padding-bottom: 10px;
    font: 500 16px/1.4 Poppins, Arial, sans-serif;
    color: #000;
    border: none;
    border-radius: 0;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none
}

.product-tabs__btn:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    width: 0;
    height: 2px;
    margin: 0 auto;
    background: #000;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease
}

.product-tabs__btn.active:after {
    width: 100%
}

.product-tabs__content .product__desc {
    display: block;
    width: 100%
}

@media (max-width:767px) {
    .product-tabs__btn {}
    .product-tabs__content {
        padding: 30px 15px
    }
}

.data-sheet__heading {
    margin: 0 0 15px;
    font: 500 16px/1.4 Poppins, Arial, sans-serif;
    color: #000
}

.data-sheet__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
    padding: 0
}

.data-sheet dt {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: calc(100% / 2 - 10px);
    margin: 5px 0;
    padding: 10px;
    font: 400 16px/1.4 Poppins, Arial, sans-serif;
    color: #666;
    text-transform: capitalize;
    background: #ebebeb
}

.data-sheet dt:nth-of-type(2n) {
    background: #f6f6f6
}

.data-sheet dd {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: calc(100% / 2 - 10px);
    margin: 5px 0;
    padding: 10px;
    font: 400 16px/1.4 Poppins, Arial, sans-serif;
    color: #666;
    background: #ebebeb
}

.data-sheet dd:nth-of-type(2n) {
    background: #f6f6f6
}

@media (max-width:767px) {
    .data-sheet dd,
    .data-sheet dt {
        width: calc(100% / 2 - 5px)
    }
}

.owner-comments__submit {
    padding: 10px 20px;
    font: 500 15px/1.4 PT Sans, Arial, sans-serif;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    border: 2px solid #000;
    background: #fff;
    cursor: pointer;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in
}

.owner-comments__submit:hover {
    color: #fff;
    border-color: #e13737;
    background: #e13737
}

.delivery {
    font: 400 16px/1.5 Poppins, Arial, sans-serif;
    border-bottom: 1px solid #000
}

.delivery .delivery__heading {
    position: relative;
    display: block;
    margin: 0;
    padding-bottom: 10px;
    text-align: center;
    font: 500 16px/1.5 Poppins, Arial, sans-serif;
    color: #000;
    cursor: pointer;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear
}

.delivery .delivery__heading:after {
    content: '';
    position: absolute;
    right: 20px;
    top: 50%;
    display: block;
    height: 15px;
    width: 15px;
    background: url(../img/arrow-black.svg) no-repeat 50%/10px 10px;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    -webkit-transform: rotate(0deg) translateY(-50%);
    transform: rotate(0deg) translateY(-50%);
    -webkit-transform-origin: top;
    transform-origin: top
}

.delivery .delivery__heading.open:after {
    -webkit-transform: rotate(180deg) translateY(-50%);
    transform: rotate(180deg) translateY(-50%)
}

.delivery__inner {
    display: none;
    padding-top: 25px
}

.delivery .delivery__title,
.delivery .payment__title {
    margin: 0 0 8px;
    font: 500 16px/1.5 Poppins, Arial, sans-serif;
    margin-top: 10px;
    text-transform: uppercase;
    color: #000
}

.delivery p {
    font: 400 14px/2 Poppins, Arial, sans-serif;
    color: #666
}

.delivery p {
    margin: 0 0 7px
}

@media (max-width:767px) {
    .delivery {
        width: 100%
    }
    .attributes__select select {
        margin-right: 0;
        flex: 0 0 30%
    }
}

.product-list {
    padding: 20px 0
}

.product-list__list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 20px
}

.product-list__item {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    display: flex;
    width: 25%
}



@media (max-width:767px) {
    .product-list__list {
        padding: 0 5px
    }
    .product-list__item {
        width: 50%
    }
}

@media (max-width:575px) {
    .product-list__item {
        width: 100%
    }
}
.accessories-block .product-list__item {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    display: flex;
    width: 100%
}
.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    flex-direction: column;
  padding: 60px 20px 50px;
  background: #141414;
}

.footer__links {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    padding: 10px
}

.footer__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    padding: 30px 0 0;
}

.footer__copyright {
    margin: 0;
    font: 400 16px/1.4 Poppins, Arial, sans-serif;
    color: #ccc
}

.footer__cart {
    position: fixed;
    right: 10px;
    bottom: 70px;
    z-index: 3
}

@media (min-width:1200px) {
    .footer {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .footer__links:nth-child(-n+2) {
        -webkit-box-flex: 0;
        -ms-flex: 0;
        flex: 0;
        min-width: 300px
    }
}

@media (min-width:992px) {
    .footer__links {
        padding: 10px 10px 30px
    }
}

@media (max-width:991px) {
    .footer__links {
        width: 50%
    }
}

@media (max-width:767px) {
    .footer {
        padding: 30px 5px
    }
    .footer__bottom {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (max-width:575px) {
    .footer__links {
        width: 100%
    }
    .footer__bottom {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.footer-links--feedback .footer-links__heading.active+.footer-links__list {
    display: none
}

.footer-links__heading {
    margin: 0 0 25px;
    font: 500 16px/1.4 Poppins, Arial, sans-serif;
    color: #fff;
}

.footer-links__heading.active+.footer-links__list {
    display: block
}

.footer-links__list {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.footer-links__item {
    display: flex;
    margin-bottom: 10px
}
li.footer-links__item:before {
    content: url(../img/arrow-right.svg);
    width: 5px;
    display: block;
    margin-right: 7px;
}
.footer-links__link {
    font: 400 16px/1.4 Poppins, Arial, sans-serif;
    color: #ccc;
}

@media (min-width:1200px) {
    .footer-links__link:active,
    .footer-links__link:focus,
    .footer-links__link:hover {
        color: #fff
    }
}

@media (max-width:575px) {
    .footer-links__heading {
        margin: 0
    }
    .footer-links__list {
        display: none;
        padding-top: 20px
    }
}

.feedback-to-owner__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0
}

.feedback-to-owner__image {
    padding-right: 20px
}

.feedback-to-owner__image img {
    display: block;
    border-radius: 50%;
    overflow: hidden
}

.feedback-to-owner__heading {
    margin: 0 0 5px;
    font: 500 16px/1.4 Poppins, Arial, sans-serif;
    color: #000;
    text-transform: uppercase
}

.feedback-to-owner__desc {
    margin: 0;
    font: 400 16px/1.4 Poppins, Arial, sans-serif;
    color: #666
}

.feedback-to-owner__link {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 20px;
    font: 500 15px/1.4 Poppins, Arial, sans-serif;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    border: 2px solid #000;
    cursor: pointer;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in
}

@media (min-width:1200px) {
    .feedback-to-owner__link:active,
    .feedback-to-owner__link:focus,
    .feedback-to-owner__link:hover {
        color: #fff;
        border-color: #e13737;
        background: #e13737
    }
}

@media (max-width:575px) {
    .feedback-to-owner {
        padding: 20px 0
    }
}

.store-info__email,
.store-info__phones {
    padding-bottom: 15px
}

.footer-phones__list {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.footer-phones__item {
    display: block;
    margin-bottom: 5px;
    white-space: nowrap
}

.footer-phones__item:before, .footer-email__link:before {
    display: inline-block;
    width: 28px;
    height: 20px;
    margin-right: 10px;
    padding: 2px;
    line-height: 20px;
    vertical-align: middle;
}
.footer-email__link:before {
    content: url(../img/email.svg);
}
.footer-phones__item--kyivstar:before {
    content: url(../img/phone-ico_kyivstar.svg)
}

.footer-phones__item--vodafone:before {
    content: url(../img/phone-ico_vodafone.svg)
}

.footer-phones__item--life:before {
    content: url(../img/phone-ico_life.svg)
}

.footer-phones__link {
    font: 500 16px/1.4 Poppins, Arial, sans-serif;
    color: #c9c9c9;
    vertical-align: middle;
    -webkit-transition: .3s ease-in;
    transition: .3s ease-in;
}

.footer-email__heading {
    margin: 0 0 15px;
    color: #fff
}

.footer-email__heading {
    font: 500 16px/1.4 Poppins, Arial, sans-serif
}

.footer-email__link {
    color: #c9c9c9;
}

.work-hours__heading {
    margin: 0 0 15px;
    font: 500 16px/1.4 Poppins, Arial, sans-serif;
    color: #fff
}

.work-hours__desc {
    margin: 0 0 15px;
    font: 400 16px/1.4 Poppins, Arial, sans-serif;
    color: #ccc
}

.footer-address__heading {
    margin: 0 0 15px;
    font: 500 16px/1.4 Poppins, Arial, sans-serif;
    color: #fff
}

.footer-address__desc {
    margin: 0;
    font: 400 16px/1.4 Poppins, Arial, sans-serif;
    color: #ccc;
    max-width: 280px;
}

.payment-logos__list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.payment-logos__item {
    margin-right: 10px
}

.payment-logos__item:last-child {
    margin-right: 0
}

@media (max-width:575px) {
    .payment-logos {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        width: 100%;
        padding-top: 20px
    }
    .payment-logos__list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (max-width:575px) {
    .developers {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        width: 100%;
        padding-top: 20px;
        text-align: center
    }
}

.footer-cart__link {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #fff url(../img/paper-bag-full.svg) no-repeat 50%/18px;
    -webkit-box-shadow: 2px 3px 10px rgba(0, 0, 0, .15);
    box-shadow: 2px 3px 10px rgba(0, 0, 0, .15)
}

.footer-cart__quantity {
    position: absolute;
    top: -11px;
    right: 2px;
    display: inline-block;
    min-width: 20px;
    height: 20px;
    font: 400 10px/20px Poppins, Arial, sans-serif;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    border-radius: 100%;
    background: #222;
    -webkit-box-shadow: 0 0 0 2px #fff;
    box-shadow: 0 0 0 2px #fff
}

#back-top {
    position: fixed;
    right: 10px;
    bottom: 20px;
    z-index: 3;
    border-radius: 100%;
    background: #383838;
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, .6);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .6);
    cursor: pointer;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in
}

#back-top a {
    display: block;
    width: 36px;
    height: 36px;
    margin: 2px;
    border: 1px solid #fff;
    border-radius: 100%;
    background: url(../img/double-right-arrows-angles.svg) no-repeat 50%/10px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

#back-top:active,
#back-top:focus,
#back-top:hover {
    background: #000
}

.product__modal {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 2;
    display: none;
    width: 100%;
    background: rgba(46, 204, 113, .8)
}

.product__modal .btn-close-modal {
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    width: 12px;
    height: 12px;
    border: none;
    background: #fff url(../img/close-cross.svg) no-repeat 50% / contain
}

.product__modal .modal-content {
    padding: 20px;
    color: #fff;
    text-align: center
}

@media (max-width:991px) {
    .product__modal .modal-content {
        padding: 20px 15px
    }
}

.product__modal .modal-title {
    display: block;
    margin: 0 0 15px;
    font: 500 20px/1.4 PT Sans, Arial, sans-serif;
    font: 500 20px/1.4 Poppins, Arial, sans-serif;
    color: #000;
    text-align: center;
    text-transform: uppercase
}

.product__modal .modal-link {
    display: inline-block;
    max-width: 300px;
    width: 100%;
    margin: 20px auto 0;
    padding: 10px 20px;
    font: 500 15px/1.4 PT Sans, Arial, sans-serif;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    border: 2px solid #000;
    background: #fff;
    cursor: pointer;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in
}

.product__modal .modal-link:active,
.product__modal .modal-link:focus,
.product__modal .modal-link:hover {
    color: #fff;
    border-color: #e13737;
    background: #e13737
}

@media (max-width:1199px) {
    .product__modal {
        max-width: calc(100% - 30px)
    }
}

.owner-feedback {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 4;
    background: rgba(0, 0, 0, .5);
    overflow: auto
}

.owner-feedback__inner {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    width: 800px;
    max-width: 100%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.owner-feedback__form {
    position: relative;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: 50%;
    padding: 30px 20px;
    background: #fff
}

.owner-feedback__heading {
    margin: 0 0 20px;
    font: 500 22px/1.3 Poppins, Arial, sans-serif;
    color: #272727;
    text-align: center
}

.owner-feedback__subheading {
    margin: 0 0 35px;
    font: 600 18px/1.3 Poppins, Arial, sans-serif;
    color: #272727;
    text-align: center
}

.owner-feedback__cover {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: 50%;
    background: url(../img/owner-feedback_bg.jpg) no-repeat 100% / cover
}

.owner-feedback__input {
    display: block;
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
    padding: 0 20px;
    font: normal 14px/1.3 Poppins, Arial, sans-serif;
    color: #272727;
    border: 1px solid #e0e0e0;
    border-radius: 20px;
    background: #fff;
    outline: none
}

.owner-feedback__input.error {
    border-color: red
}

.owner-feedback__textarea {
    display: block;
    width: 100%;
    height: 100px;
    margin-bottom: 20px;
    padding: 20px;
    font: normal 14px/1.3 Poppins, Arial, sans-serif;
    color: #272727;
    border: 1px solid #e0e0e0;
    border-radius: 20px;
    background: #fff;
    outline: none;
    resize: none
}

.owner-feedback__submit {
    display: block;
    margin: 0 auto;
    padding: 10px 30px;
    font: 500 14px/1.3 Poppins, Arial, sans-serif;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    border: none;
    background: #383838;
    cursor: pointer
}

.owner-feedback__close {
    position: absolute;
    top: 5px;
    right: 5px;
    display: block;
    height: 25px;
    width: 25px;
    background: url(../img/delete.svg) no-repeat 50%/22px;
    border: none;
    cursor: pointer;
    outline: none
}

.owner-feedback__success {
    position: relative;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: 50%;
    min-height: 600px;
    background: #fff
}

.owner-feedback__success p {
    font: 500 22px/1.3 Poppins, Arial, sans-serif;
    color: #272727;
    text-align: center;
    margin: 0 0 20px
}

.owner-feedback__success.hide {
    display: none
}

@media screen and (max-width:767px) {
    .owner-feedback {
        padding: 20px
    }
    .owner-feedback__inner {
        position: static;
        width: 100%;
        margin: 0 auto;
        -webkit-transform: none;
        transform: none
    }
    .owner-feedback__cover {
        display: none
    }
    .owner-feedback__form,
    .owner-feedback__success {
        width: 100%
    }
}
.units-block {
    margin-bottom: 7px;
}
.vip-price{
    font-weight: 400;
    font-size: 16px;
    align-items: center;
}

.vip-info-block{
    display: flex;
}

.vip-price-label {
    font-weight: 400;
    font-size: 15px;
    color: #b7428f;
}
span.vip-discount-price{
    margin-left: 20px;
}
.our_price_display {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.product-prices.price {
    display: flex;
    flex-basis: auto;
    flex-direction: column;
}

.product__price-old {
    font-size: 17px;
    text-decoration: line-through;
    color: #6c6c6c;
    font-weight: 300;
}

.attributes__spacing {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: 100%
}

.color_desc {
    display: none;
    position: absolute;
    background-color: #fff;
    z-index: 999999;
    width: auto;
    padding: 4px;
    height: auto;
    top: -20px;
    left: -50%;
    border: 1px solid #dfe0e1
}

div#add_to_cart+div {
    display: inline-block
}

#product .spr-summary-actions a {
    display: inline-block;
    height: 50px;
    min-width: 270px;
    margin: 0 0 25px;
    padding: 10px 15px;
    font: 500 16px/30px Poppins, Arial, sans-serif;
    color: #fff;
    letter-spacing: 3px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    border-radius: 0
}

.product-list {
    padding: 20px 0
}

.product-list__list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 20px
}



@media (max-width:575px) {
    .attributes__select-name {
        flex: 0 0 30%
    }
    .attributes__show-info {
        margin-left: 13px;
        flex: 0 0 30%
    }
    .product-list__item {
        width: 100%
    }
}

.product-card {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    padding: 10px
}

.product-list .product-card__labels {
    left: 10px
}

.product-list .product-card__labels,
.product-list .product-card__rating {
    position: absolute;
    top: 10px;
    z-index: 2;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: 50%;
    padding: 10px 0
}

.product-card__rating {
    right: 10px;
    text-align: right
}

.product-card__rating img {
    vertical-align: middle
}

.product-card__image {
    position: relative
}



.product-card__image .hover-img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0
}

.product-card__image:focus .hover-img,
.product-card__image:focus .single-img,
.product-card__image:hover .hover-img,
.product-card__image:hover .single-img {
    opacity: 1
}

.product-card__variants {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.product-card__title,
.product-card__variants {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: 100%;
    padding: 10px 0
}

.product-card__title {
    display: block;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #141414;
}

.product-card__prices {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: 100%;
    padding: 0 0 10px
}

.product-card__price {
  color: #B7428F;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
}

.product-card__price.product-card__price--old {
    color: #c92a2a;
    font-size: 12px;
    text-decoration: line-through;
    line-height: 22px
}

.product-card__actions {
    position: absolute;
    top: 150px;
    right: 10px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

@media (min-width:1200px) {
    .product-card:active .product-card__title:before,
    .product-card:focus .product-card__title:before,
    .product-card:hover .product-card__title:before {
        opacity: 1
    }
    .product-card:active .product-card__actions,
    .product-card:focus .product-card__actions,
    .product-card:hover .product-card__actions {
        right: 20px;
        opacity: 1;
        visibility: visible
    }
    .product-card__actions {
        top: 30%;
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

@media (max-width:991px) {
    .attributes__select-name {
        flex: 0 0 30%
    }
    .product-card__title {
        text-overflow: ellipsis;
        overflow: hidden
    }
}

.product-list .labels__available {
    display: inline-block;
    margin: 0;
    padding: 1px 7px;
    font: 400 10px/1.4 Poppins, Arial, sans-serif;
    color: #fff;
    text-transform: uppercase;
    vertical-align: middle;
    border-radius: 20px;
    background: #1dc3ae;
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .15);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease
}

.product-list .labels__available--no {
    background: #f24841
}

.variant-links__color {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 3px;
    border: 1px solid rgba(0, 0, 0, .01);
    border-radius: 50%;
    background-size: contain;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .19);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .19);
    cursor: pointer
}

@media (min-width:1200px) {
    .variant-links__color:active,
    .variant-links__color:focus,
    .variant-links__color:hover {
        -webkit-box-shadow: 0 10px 11px 0 rgba(0, 0, 0, .39);
        box-shadow: 0 10px 11px 0 rgba(0, 0, 0, .39);
        -webkit-transform: translateY(-1px);
        transform: translateY(-1px)
    }
}

.product-actions__quick-view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin: 5px 0;
    border: none !important;
    border-radius: 50%;
    background-color: #fff !important;
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, .15);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .15);
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.product-actions__quick-view svg {
    display: inline-block
}

.product-actions__quick-view:active,
.product-actions__quick-view:focus,
.product-actions__quick-view:hover {
    background-color: #ee6500 !important
}

.product-actions__quick-view:active svg,
.product-actions__quick-view:focus svg,
.product-actions__quick-view:hover svg {
    fill: #fff
}

.product-actions__add-to-cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin: 5px 0;
    border: none !important;
    border-radius: 50%;
    background-color: #fff !important;
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, .15);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .15);
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.product-actions__add-to-cart svg {
    display: inline-block
}

.product-actions__add-to-cart:active,
.product-actions__add-to-cart:focus,
.product-actions__add-to-cart:hover {
    background-color: #ee6500 !important
}

.product-actions__add-to-cart:active svg,
.product-actions__add-to-cart:focus svg,
.product-actions__add-to-cart:hover svg {
    fill: #fff
}

.product-actions__add-to-cart .product-add-to-cart-mini {
    width: 20px;
    height: 20px
}

.product-actions__add-to-cart button {
    padding: 0 !important;
    border: none !important;
    background: none !important;
    outline: none !important
}

.product-actions__show-product {
    display: inline-block;
    margin: 0;
    padding: 5px 20px;
    font: 500 20px/1.3 Poppins, Arial, sans-serif;
    color: #020202;
    text-align: center;
    text-transform: uppercase;
    background: #f24841;
    -webkit-transform: rotate(90deg) translateX(50%) translateY(-70px);
    transform: rotate(90deg) translateX(50%) translateY(-70px);
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in
}

.product-actions__show-product:active,
.product-actions__show-product:focus,
.product-actions__show-product:hover {
    color: #fff
}

.criterion-item-block {
    display: flex;
    flex-wrap: wrap
}

@media (min-width:768px) {
    .col-sm-9-custom {
        width: 100%
    }
}

.total-info-tool-product-page .first-block-ti {
    display: flex;
    flex-direction: column
}

[id^='block-helpful'] {
    white-space: nowrap
}

@media (min-width:992px) and (max-width:1399px) {
    .product .MagicToolboxContainer,
    .product__info {
        width: 50%
    }
    .images-container {
        width: 50%
    }
}

.regular-price {
    text-decoration: line-through
}

.rev-total-comm {
    display: none
}

#error {
    display: none
}

#ecm_quickorderform.box {
    margin: 0
}

.alert.alert-success {
    text-shadow: 1px 1px rgba(0, 0, 0, .1)
}

.alert-success {
    background-color: #55c65e;
    border-color: #48b151;
    color: #fff
}

.alert.alert-danger {
    text-shadow: 1px 1px rgba(0, 0, 0, .1)
}

.alert {
    font-weight: 700
}

.alert-danger {
    background-color: #f3515c;
    border-color: #d4323d;
    color: #fff
}

.alert {
    padding: 15px;
    margin-bottom: 18px;
    border: 1px solid transparent;
    border-radius: 0
}

.alert ul,
.alert ol {
    padding-left: 15px;
    margin-left: 27px
}

#ecm_quickorderform #quantity_wanted_p input {
    height: 44px;
    color: #313537;
    width: 75px;
    line-height: 20px;
    text-align: center;
    border: 1px solid #e9e9e9;
    background: none;
    font-size: 15px
}

#ecm_quickorderform #quantity_wanted_p .btn {
    float: left;
    margin-left: 3px
}

#ecm_quickorderform #quantity_wanted_p label {
    display: block;
    margin-bottom: 7px
}

span.fancy_type_realty {
    opacity: .3;
    display: none
}

#quick_order .success .title i {
    float: left;
    font-size: 30px;
    line-height: 30px;
    padding-right: 8px
}

#quick_order .success .title {
    display: block;
    font: 400 23px/29px Arial, Helvetica, sans-serif;
    color: #46a74e;
    margin-bottom: 22px;
    font: 500 22px/1.3 Poppins, Arial, sans-serif;
    color: #272727;
    text-align: center;
    margin: 0 0 20px
}

#quick_order .success .desck {
    color: #3a3939;
    font-size: 17px;
    line-height: 23px;
    margin-bottom: 0
}

#quick_order .success .desck2 {
    color: #333;
    line-height: 23px
}

p.cart_navigation.ecm_quickorderbutton {
    text-align: center;
    display: initial;
    margin-right: 70px;
    float: right;
    margin-top: 11px
}

.fancybox-skin {
    background: #fff;
    box-shadow: none !important
}

.fancybox-inner {
    overflow: hidden !important
}

form#ecm_quickorderform.ecm_box {
    background: none;
    border: none;
    padding: 0
}

.ecm_col {
    background: #fff
}

.ecm_form-control {
    border: 2.5px solid orange;
    border-radius: 4px;
    width: 100%;
    height: 60px;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
    padding: 0 17px;
    color: #52595b
}

button#quickorder_button {
    width: 100%;
    display: inline-block;
    height: 50px;
    min-width: 270px;
    margin: 0 0 10px;
    padding: 10px 15px;
    font: 500 16px/30px Poppins, Arial, sans-serif;
    color: #fff;
    letter-spacing: 3px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    border-radius: 0
}

ul.product_list.grid>li .product-container a.fancy_type_realty.add_onclick {
    font-size: 16px;
    text-transform: inherit;
    font-family: "Vollkorn", Tahoma, sans-serif, Arial;
    font-weight: 400;
    display: inline-block
}

@media only screen and (max-width:991px) {
    ul.product_list.grid>li .product-container a.fancy_type_realty.add_onclick {
        font-size: 20px;
        padding: 2px 5px 2px 5px;
        white-space: nowrap
    }
}

form#buy_block p.cart_navigation.ecm_quickorderbutton {
    text-align: center;
    display: block;
    margin-right: 0;
    float: none;
    margin-top: 11px
}

form#buy_block p.cart_navigation.ecm_quickorderbutton>a.fancy_type_realty:before {
    position: inherit
}

.fancybox-skin a.fancybox-item.fancybox-close {
    position: absolute;
    right: 11px;
    top: 0;
    background: none;
    color: #fff;
    font-size: small
}

#body-add-review-form input {
    border: 2.5px solid orange;
    border-radius: 4px;
    width: 100%;
    height: 60px;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 16px;
    padding: 0 17px;
    color: #52595b
}

.clear-reviewsadv {
    display: none
}

#add-review-form .title-rev {
    display: flex;
    justify-content: space-between
}

#add-review-form .form-row,
#inpCaptchaReview {
    position: relative;
    margin-bottom: 20px
}

#add-review-form label,
#quick_order .right__column label {
    position: absolute;
    top: 20px;
    left: 20px;
    pointer-events: none;
    transition: all .2s ease;
    -moz-transition: .2s ease all;
    -webkit-transition: all .2s ease;
    outline: none;
    font-size: 18px
}

#add-review-form textarea {
    width: 100%;
    padding: 20px 10px
}

#quick_order .right__column .form-group {
    position: relative;
    margin-bottom: 20px
}

#add-review-form input:focus+label,
#add-review-form input:valid+label,
#add-review-form textarea:focus+label,
#add-review-form textarea:valid+label,
#quick_order .right__column input:focus+label,
#quick_order .right__column input:valid+label {
    top: -11px;
    background: #fff;
    padding: 0 6px
}

.ecm_form_content {
    padding-top: 80px
}

#footer-add-review-form {
    display: flex;
    flex-wrap: wrap
}

#footer-add-review-form button,
#button-addreview-blockreview {
    background: #272727;
    display: inline-block;
    height: 50px;
    margin: 0 0 10px;
    flex: 0 0 49%;
    font: 500 16px/30px Poppins, Arial, sans-serif;
    color: #fff;
    letter-spacing: 3px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    border-radius: 0
}

#button-addreview-blockreview {
    width: 100%;
    padding: 9px 0
}

#add-review-form input.title-form-text-right {
    background: #e13737;
    display: inline-block;
    height: 30px;
    margin: 0 0 10px;
    font: 500 13px/28px Poppins, Arial, sans-serif;
    color: #fff;
    letter-spacing: 3px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    border-radius: 0
}

#product .fancybox-inner {
    height: auto !important;
    display: flex;
    align-items: center;
    flex-direction: column
}

#quick_order .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.left__column {
    border-right: 1px dashed #ddd;
    margin-right: 0;
    text-align: left
}

.ecm_page-subheading {
    padding-bottom: 0;
    margin-bottom: 20px;
    padding: 10px 20px;
    display: inline-block;
    margin-left: -20px;
    margin-top: 10px;
    background: #e15e37;
    position: relative;
    text-transform: uppercase;
    color: #fff;
    text-indent: 3px;
    font-size: 13px
}

.fancybox-content {
    padding: 0 !important;
    background: transparent !important
}

#ecm_quickorderform .left__column {
    background: #fff
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 670px;
    height: 635px;
    z-index: 100;
    overflow: hidden
}

#quick_order {
    z-index: 101;
    background: #fff;
    position: fixed
}

.ecm_page-subheading:after {
    content: ' ';
    border: 20px solid transparent;
    border-top: 16px solid #cc4f2a;
    border-right: 0 solid #e15e37;
    position: absolute;
    left: 0;
    top: 34px
}

.fancybox-close::after {
    content: '×';
    font-size: 25px;
    font-weight: bolder;
    color: #777;
    position: absolute;
    right: 10px;
    transition: all 0.5s;
    line-height: 1em;
    top: 5px
}

#quick_order .product-name {
    padding: 0 20px;
    padding-bottom: 10px;
    text-align: left;
    font: 500 16px/1.4 PT Sans, Arial, sans-serif
}

#quantity_wanted_p {
    padding-right: 20px;
    padding-bottom: 10px;
    text-align: left;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center
}

.content_price {
    padding: 0 20px;
    padding-bottom: 10px;
    text-align: left
}

#quick_order #quantity_wanted {
    margin-right: 15px
}

#iqitsizeguide,
#pksizeguide {
    background-color: #fefefe;
    position: fixed;
    z-index: 5104;
    max-width: 482px;
    height: 615px;
    display: none;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    height: auto;
    padding-bottom: 30px;
    box-shadow: 0 0 23px 5px rgb(0 0 0 / 75%)
}

#iqitsizeguide .cross,
#pksizeguide .cross {
    cursor: pointer;
    position: absolute;
    top: 30px;
    right: 10px;
    display: block;
    width: 35px;
    height: 35px;
    border: none;
    z-index: 9;
    background: #313537 url(../img/close-cross.svg) no-repeat 50%/contain;
    border: solid 0 #fff;
    background-size: 16px
}

.iqitsizeguide-content,
.pksizeguide-content {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden
}

#iqitsizeguide-guide {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden
}

.sizes__inner {
    padding: 0 15px
}

.step {
    background: #ea612d;
    border-radius: 15px;
    text-transform: uppercase;
    font-size: 20px;
    color: #fff;
    text-align: center;
    width: 75px;
    margin: auto;
    margin-top: 15px;
    padding: 2px 0;
    font-weight: lighter;
    font-family: 'Poppins'
}

.sizes__inner img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto
}

#attributes span.sizeguide {
    cursor: pointer
}

.iqitsizeguide-content li.active,
.pksizeguide-content li.active {
    background: #313537;
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 35px;
    margin: 0;
    font-weight: 700
}

.iqitsizeguide-content ul.nav,
.pksizeguide-content ul.nav {
    padding: 0 0
}

.iqitsizeguide-content .page-heading,
.pksizeguide-content .page-heading {
    display: none
}

#iqitsizeguide-overlay,
#pksizeguide-overlay {
    background-color: #000;
    height: 100%;
    left: 0;
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 5103;
    opacity: .7
}

.box-info-product {
    display: flex;
    flex-direction: column
}

#pksizeguide-guide p.h3 {
    background: #313537;
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 35px;
    margin: 0;
    font-weight: 700
}

#quick_order .success {
    padding: 30px 45px;
    font: 500 22px/1.3 Poppins, Arial, sans-serif;
    color: #272727;
    text-align: center;
    margin: 0 0 20px;
    flex: 0 0 50%
}

.owner-feedback__cover {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: 50%;
    background: url(../img/owner-feedback_bg.jpg) no-repeat 100% / cover
}

.owner-feedback_block {
    display: flex;
    height: 356px
}

.ac_results ul {
    list-style: none;
    background: #fff;
    position: relative;
    padding: 10px;
    font-size: 12px
}

.ac_results li {
    padding: 6px 1px
}

.ac_results li:hover {
    padding: 6px 1px;
    cursor: pointer;
    text-decoration: underline
}

.succes_added {
    top: 0;
    position: fixed;
    width: 100%;
    left: 0;
    text-align: center;
    background: rgba(46, 204, 113, .8);
    color: #fff;
    z-index: 23;
    display: none
}

.product-card__title {
    margin: 0;
    width: 100%;
    text-align: left;

}

.product-card__labels>p {
    padding: 0 7px;
    border-radius: 3px;
    color: white;
}

.unvisible {
    display: none;
}

.buttons_bottom_block.wishlist a#wishlist_button_nopop {

    padding: 5px 15px;
    margin-top: 15px;
    width: 50px;
    margin-left: 15px;
}

.wishlist a#wishlist_button_nopop {
    height: 40px;
    display: flex;
    padding: 5px 10px;
    align-items: center;
}

.wishlist #popover-content {
    position: absolute;
}

.wishlist #popover-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

p.labels__available {
    background: #71c770;
}

p.labels__last {
    background: #f1dd69;
}

p.labels__no {
    background: #d85353;
}

#more_info_block {
    flex-direction: column;
    display: flex;
    margin: 15px 0;
}

.idTabs {
    list-style-type: none;
    margin: 0;
    border: 1px solid #C9C9C9;
    border-radius: 6px;
    padding: 8px 0;
    max-width: max-content;
}

ul.idTabs li {
    float: left;
    margin: 6px;
}

.idTabs a {
    position: relative;
    color: #6C6C6C;
    margin: 0 0 20px;
    padding: 10px 20px;
    font: 500 14px/30px Poppins, Arial, sans-serif;
    letter-spacing: 2px;
    text-align: center;
    text-decoration: none;
    border-radius: 6px;
}

.input-group {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
}
a.selected {
    background: #141414;
    color: #fff;
    border: 0px solid #141414;
}
.idTabs a:hover,
.selected:hover {
    background: #B7428F;
    border: 0px solid #B7428F;
    color: #fff;
}
 #more_info_sheets {
    margin: 10px;}
.box-cart-bottom {
    display: flex;
    justify-content: left;
}

.button-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.ajax_add_to_cart_button {
    color: #F5F5F5;
    background: #141414;
    height: 40px;
    padding: 0 10px;
    line-height: 1.1;
    border: 1px solid #141414;
    border-radius: 6px;
    display: flex;
    align-items: center;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    justify-content: center;
    width: 100%;
}
.ajax_add_to_cart_button:hover {
    background: #B7428F;
    color: #F5F5F5;
    border-color: #B7428F;
}
.ajax_add_to_cart_button svg {
  margin-right:10px;
}
.quantity {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 10px;
  display: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.quantity input {
    width: 53px;
    height: 40px;
    line-height: 1.65;
    float: left;
    display: block;
    padding: 0;
    padding-left: 0px;
    margin: 0;
    text-align: center;
    border: 1px solid #c9c9c9;
    border-radius: 6px;
}

.quantity input:focus {
    outline: 0;
}

.quantity-nav {
    float: left;
    position: relative;
    height: 36px;
}

.quantity-button {
  width: 20px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.product-card-footer-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.product-card-footer-left .product-status {
  font-size: 12px;
  margin-bottom: 5px;
}


.low-stock {
    font-size: 12px;
}

#image-block {
    float: right;
}

#views_block {
    float: left !important;
    width: 20% !important;
    margin-top: 0px !important;
}

#thumbs_list {
    max-width: 100% !important;
    height: 285px !important;
    margin-top: 10px;
}

#thumbs_list ul#thumbs_list_frame {
    max-width: 100% !important;
    height: 285px !important;
    overflow: visible !important;
}

.view_scroll_spacer,
.carousel-controls {
    top: 0px !important;
}

span.view_scroll_spacer .carousel-control.left {
    left: 55px !important;
    top: -25px !important;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

span.view_scroll_spacer .carousel-control.right {
    left: 55px !important;
    top: 295px !important;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.img-responsive.center-block {
    width: 100%;
    height: auto;
}
.product-card__image img {
    display: block;
    height: auto;
    width: auto !important;
    max-width: 100%;
    margin: 0 auto;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear
}
.product-col-info {
    display: flex;
    font-size: 14px;
}

.product-col-info p {
    margin-right: 20px;
}

#attributes fieldset {
    padding: 0;
}

#attributes ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.tax {
    font: 400 12px/1.1 Poppins, Arial, sans-serif;
}

.block_hidden_only_for_screen {
    display: none;
}

table {
    border-spacing: 1;
    border-collapse: collapse;
    background: white;
    /* border-radius: 10px; */
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

table * {
    position: relative;
}

table td,
table th {
    padding-left: 8px;
}

table thead tr {
    height: 60px;
    background: #cdcdcd;
}

table tbody tr {
    height: 50px;
}

table tbody tr:last-child {
    border: 0;
}

table td,
table th {
    text-align: left;
}

table td.l,
table th.l {
    text-align: right;
}

table td.c,
table th.c {
    text-align: center;
}

table td.r,
table th.r {
    text-align: center;
}

.table100-head th {
    font-family: OpenSans-Regular;
    font-size: 18px;
    color: #fff;
    line-height: 1.2;
    font-weight: unset;
}

tbody tr:nth-child(even) {
    background-color: #f5f5f5;
}

tbody tr {
    font-family: OpenSans-Regular;
    font-size: 15px;
    color: #808080;
    line-height: 1.2;
    font-weight: unset;
}

tbody tr:hover {
    color: #555555;
    background-color: #f5f5f5;
    cursor: pointer;
}

.column1 {
    width: 260px;
    padding-left: 40px;
}

.column2 {
    width: 160px;
}

.column3 {
    width: 245px;
}

.column4 {
    width: 110px;
    text-align: right;
}

.column5 {
    width: 170px;
    text-align: right;
}

.column6 {
    width: 222px;
    text-align: right;
    padding-right: 62px;
}

@media screen and (max-width: 992px) {
    table {
        display: block;
    }
    table>*,
    table tr,
    table td,
    table th {
        display: block;
    }
    table thead {
        display: none;
    }
    table tbody tr {
        height: auto;
        padding: 37px 0;
    }
    table tbody tr td {
        padding-left: 40% !important;
        margin-bottom: 24px;
    }
    table tbody tr td:last-child {
        margin-bottom: 0;
    }
    table tbody tr td:before {
        font-family: OpenSans-Regular;
        font-size: 14px;
        color: #999999;
        line-height: 1.2;
        font-weight: unset;
        position: absolute;
        width: 40%;
        left: 30px;
        top: 0;
    }
    table tbody tr td:nth-child(1):before {
        content: "Date";
    }
    table tbody tr td:nth-child(2):before {
        content: "Order ID";
    }
    table tbody tr td:nth-child(3):before {
        content: "Name";
    }
    table tbody tr td:nth-child(4):before {
        content: "Price";
    }
    table tbody tr td:nth-child(5):before {
        content: "Quantity";
    }
    table tbody tr td:nth-child(6):before {
        content: "Total";
    }
    .column4,
    .column5,
    .column6 {
        text-align: left;
    }
    .column4,
    .column5,
    .column6,
    .column1,
    .column2,
    .column3 {
        width: 100%;
    }
    tbody tr {
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .container-table100 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

#quantity_wanted_p .input-group input {
    width: 53px;
    height: 40px;

    float: left;
    display: block;
    padding: 0;
    margin: 0;
    text-align: center;
    border: 1px solid #eee;
    border-radius: 6px;
}



.product-card__info {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    flex: 1
}



.icon.icon-cookies::before {
    content: ' ';
    background-image: url(https://dev.dazzinails.shop/img/icon/cookie.svg);
    width: 30px;
    height: 30px;
    display: block;
    background-size: cover;
}

#blocknewsletter {
    background-image: url(https://dev.dazzinails.shop/img/icon/newslatter.jpg);
    height: 330px;
    margin-bottom: 45px;
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

#blocknewsletter .right-block {
    max-width: 600px;
    display: flex;
    flex-direction: column;
    float: right;
    margin: 25px;
}

#blocknewsletter .right-block .terms {
    font-size: 12px;
}

#blocknewsletter button {
    display: inline-block;
    height: 50px;
    min-width: 270px;
    margin: 0 0 10px;
    padding: 10px 15px;
    font: 500 16px/30px Poppins, Arial, sans-serif;
    color: #fff;
    letter-spacing: 3px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    border-radius: 0;
    background: #272727;
}

input#newsletter-input {
    border-radius: 0;
    padding: 13px;
    width: 295px;
}

.footer-title.section-footer-title {
    font: 500 30px/30px Poppins, Arial, sans-serif;
    margin-bottom: 0;
}

@media (min-width:767px) and (max-width:1500px) {



    .idTabs a {
        padding: 14px 15px 17px;
    }
    .product__info {
        width: 45%;
    }
    .images-container {
        width: 55%;
    }
}

.disabled,
.disabled:hover {
    background-color: transparent;
    color:#C9C9C9;
    border: solid 1px #C9C9C9;
}

#popover-content {
    position: absolute;
    background: #fff;
    margin-top: -50px;
    padding: 15px;
    border: 1px solid;
    border-radius: 2px;
    z-index: 9;
    margin-left: -205px;
}

#popover-content li {
    cursor: pointer;
    margin: 4px 0;
}



.wishlist a {
  display: flex;
  padding: 5px 10px;
  align-items: center;
}
.page-product-heading {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 19px;
}

#viewed-products_block_left .product-card__title {
    min-height: 84px;
}
.klarna-payment-option {
    display: flex;
    align-items: center;
    gap: 10px; /* Adjust the gap as necessary */
    border: solid 1px #939393;
    border-radius: 5px;
    padding: 7px;
    max-width: 383px;
    justify-content: center;
}

.klarna-title {
    font-size: 18px;
    font-weight: bold;
}

.klarna-logo {
max-width: 104px;
height: auto;
}

@keyframes glowing-border {
    0%, 100% {
        box-shadow: 0 0 5px #B7428F;
    }
    50% {
        box-shadow: 0 0 15px #B7428F;
    }
}
.icon-bar {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.icon-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 120px;
}

.icon-item img {
    width: 80px;
    height: auto;
    margin-bottom: 4px;
}

.icon-text span {
    font-size: 14px;
    color: #333;
    font-weight: bold;
    font-family: Poppins, Arial, sans-serif;
}

.icon-text span.additional-text {
    font-size: 12px;
    color: #666;
    margin-top: 3px;
    font-weight: normal;
    display: block; /* Makes additional text appear directly under main text */
    font-family: Poppins, Arial, sans-serif;
}

  
  