.body {
    background: #ffffff;
}

svg:not(:root) {
    overflow: hidden;
}

.svg-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    fill: currentColor;
    position: relative;
}

.product-page__top-section {
    margin-top: 2rem;
    display: flex;
}

.product-page__top-left-section {
    margin-right: 1rem;
    flex-basis: 28%;
    max-width: 28%;
    display: block;
}


.image-gallery__main {
    background: #fff;
    text-align: center;
    height: 320px;
    line-height: 320px;
    overflow: hidden;
    margin-bottom: 10px;
}

.image-gallery__main img {
    max-width: 100%;
    position: inherit !important;
}

#product-image-gallery a {
    display: inline-block;
    text-decoration: none;
    margin-bottom: 5px;
}

#product-image-gallery a img {
    width: 75px;
}

#product-image-gallery a:hover {
    text-decoration: none;
}

.product-page__top-right-section {
    flex-basis: 72%;
    max-width: 72%;
    display: flex;
    flex-direction: column;
}

.product-sharing {
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    margin-top: 1rem;
    height: 4rem;
    background-color: white;
    padding-left: 1rem;
    color: rgba(0, 0, 0, 0.87);
    padding-right: 1rem;
}

.icon-like {
    font-size: 2rem;
    color: #ea0823;
    margin-right: 0.5rem;
    stroke: currentColor;
    cursor: pointer;
    user-select: none;
}

.product-sharing__like-count {
    display: flex;
    align-items: center;
    flex: 1;
    text-transform: capitalize;
}

.product-sharing__icons {
    padding-top: 3px;
}

.product-sharing__icons > a {
    display: block;
    float: left;
}

.product-sharing__icon {
    margin-left: 0.5rem;
    width: 2.4rem;
    height: 2.4rem;
}

.product-page__top-right-section .product-info {
    box-sizing: border-box;
}

.product-info {
    box-shadow: 0 1px 2px 0 rgba(60,64,67,0.302), 0 1px 3px 1px rgba(60,64,67,0.149);
    background-color: white;
    padding: 2rem;
    border-radius: 2px;
}

.product-info__header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
    padding-bottom: 1.6rem;
    position: relative;
    display: flex;
}

.product-info__header__left-section {
    flex: 1;
    width: 500px;
    padding-right: 2rem;
}

.product-info__header__title {
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 2rem;
    font-weight: 500;
    display: block;
}
h1.product-info__header__text {
    font-size: 2rem;
    margin: 0px;
}

.product-info__header__price {
    display: flex;
    align-items: center;
    margin-top: .8rem;
}
.product-info__header__price-before-discount {
    display: inline-block;
    margin-right: 1.2rem;
    font-size: 1.6rem;
    color: rgba(0, 0, 0, 0.54);
    text-transform: capitalize;
}

.product-info__header__real-price {
    display: flex;
    align-items: center;
    font-size: 2.4rem;
    font-weight: bold;
    color: #383a31;
    text-transform: capitalize;
}

.product-info__header__price-before-discount__number {
    text-decoration: line-through;
}

.product-info__header__right-section {
    display: flex;
}

.product-info__header__right-section .badge {
    margin-left: 3px;
}

.badge--promotion {
    background-color: rgba(255, 212, 36, 0.9);
}

.badge--promotion:after {
    content: "";
    width: 0;
    height: 0;
    left: 0;
    bottom: -4px;
    border-style: solid;
    position: absolute;
    border-width: 0 19px 4px 19px;
    border-color: transparent rgba(255, 212, 36, 0.9) transparent rgba(255, 212, 36, 0.9);
}

.badge--fixed-width {
    width: 38px;
    height: 35px;
}

.badge {
    display: inline-block;
    box-sizing: border-box;
    position: relative;
    padding: 4px 2px 3px 2px;
    border-radius: 0;
}

.badge--promotion__label-wrapper {
    display: flex;
    flex-direction: column;
    text-align: center;
    position: relative;
    font-weight: bold;
    line-height: 12px;
    color: #3b5998;
    text-transform: uppercase;
    font-size: 1.2rem;
}

.badge--promotion__label-wrapper__off-label {
    color: white;
    margin: 2px 0;
}

.product-info-body {
    padding: 1.6rem 0 0 0;
}

.product-info-body__order-block, .product-info-body__info-block {
    margin-top: .2rem;
    padding-top: 1.8rem;
}

.product-info-body__free-shipping {
    color: rgba(0, 0, 0, 0.54);
    align-items: flex-start;
}

.product-info-body__row {
    display: flex;
    align-items: center;
    margin-bottom: .8rem;
    font-size: 1.4rem;
}

.product-info-body__shipping-block {
    display: flex;
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
    padding-bottom: .8rem;
}

.product-info-body__free-shipping-text {
    margin-top: .2rem;
}

.product-info-body__row {
    display: flex;
    align-items: center;
    margin-bottom: .8rem;
    font-size: 1.4rem;
}

.product-info-body__info-label {
    margin-right: 1rem;
    white-space: nowrap;
    color: rgba(0, 0, 0, 0.54);
    font-size: 1.4rem;
    display: inline-block;
    text-transform: capitalize;
    line-height: 3rem;
}

.product-info-body__info-content {
    flex: 1;
    color: rgba(0, 0, 0, 0.87);
}

.product-info-body__order-quantity {
    display: flex;
    align-items: center;
}

.input-quantity {
    display: flex;
    align-items: center;
}

.product-info-body__order-quantity__stock-count {
    margin-left: 1rem;
    font-size: 1.4rem;
    color: rgba(0, 0, 0, 0.54);
}

.product-info-body__order-quantity .button-outline {
    display: block;
    width: 3.2rem;
    height: 3.2rem;
    background: white;
}

.input-quantity .button-outline {
    width: 3.2rem;
    height: 3.2rem;
}

.input-quantity .button-outline i {
    color: rgba(0, 0, 0, 0.54)
}

.button-outline {
    outline: none;
    cursor: pointer;
    border: none;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0, 0, 0, 0.09);
    border-radius: 1px;
    background: transparent;
    color: rgba(0, 0, 0, 0.8);
}

.product-info-body__order-quantity .button-outline-mid {
    display: block;
    width: 5rem;
    height: 3.2rem;
    border-left: none;
    border-right: none;
    font-size: 1.6rem;
    font-weight: normal;
    color: #383a31;
}

.product-info-body__list-product {
    display: block;
}

.product-info-body__quantity-item {
    display: inline-block;
    margin-right: 20px;
}

.input-quantity .button-outline-mid {
    width: 5rem;
    height: 3.2rem;
    border-left: none;
    border-right: none;
    font-size: 1.6rem;
    font-weight: normal;
    box-sizing: border-box;
    text-align: center;
    cursor: text;
}

.product-info-body__shipping-block-content {
    flex: 1;
}

.product-info-body__shipping-block-row {
    display: flex;
    align-items: center;
    margin-bottom: .8rem;
}

.product-info-body__shipping-block-label {
    color: rgba(0, 0, 0, 0.54);
    margin-right: .5rem;
    text-transform: capitalize;
}

.product-info-body__variations-row {
    margin-bottom: 1.2rem;
    align-items: flex-start;
}

.product-info-body__variation {
    cursor: pointer;
    user-select: none;
    display: inline-block;
    min-width: 8rem;
    box-sizing: border-box;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    height: 3.2rem;
    line-height: 3.2rem;
    margin-right: 0.8rem;
    margin-bottom: 1rem;
    color: rgba(0, 0, 0, 0.87);
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    border-radius: 1px;
    border: 1px solid rgba(0, 0, 0, 0.09);
    position: relative;
    background: white;
}

.product-info-body__variation--disabled {
    color: rgba(0, 0, 0, 0.26);
}

.product-info-body__variation--selected {
    color: #3b5998;
    border-color: #3b5998;
}

.product-info-body__variation:hover {
    color: #3b5998;
    border-color: #3b5998;
}

.product-info-body__variation--disabled:hover {
    color: rgba(0, 0, 0, 0.26);
    border-color: rgba(0, 0, 0, 0.09);
}

.product-info-body__variation-selected-icon {
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    overflow: hidden;
    right: 0;
    bottom: 0;
}

.product-info-body__variation-selected-icon__background {
    position: absolute;
    right: -1.5rem;
    bottom: 0;
    border: 1.5rem transparent solid;
    border-bottom-color: #3b5998;
}

.product-info-body__variation-selected-icon > .icon-tick-bold {
    position: absolute;
    right: 0;
    bottom: 0;
    color: white;
    font-size: 8px;
}

.product-info__footer {
    padding-top: 2rem;
    display: flex;
}

.product-info__footer .button-solid--complement {
    min-width: 14rem;
}

.product-info__footer .button-solid {
    padding: 0 1.2rem;
    height: 4rem;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 1.6rem;
    color: white;
    margin-right: 1rem;
    border-radius: 2px;
    box-sizing: border-box;
}

.product-info__footer .button-solid:hover {
    text-decoration: none;
}

.button-solid.button-solid--complement {
    background-color: #777;
}

.button-solid.button-solid--complement:hover {
    text-decoration: none;
}

.button-solid--complement:hover {
    background-color: #00A08A;
}

.button-solid {
    border-radius: 1px;
    outline: none;
    cursor: pointer;
    border: none;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.54);
    color: white;
    transition: opacity 0.2s ease;
    user-select: none;
}

.button-solid i {
    margin-right: 8px;
    font-size: 20px;
}

.button-solid--primary:hover {
    background-color: #DF4413;
}

.button-solid--primary {
    background-color: #3b5998;
}

.product-page__guarantee {
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
    border-radius: 2px;
    box-sizing: border-box;
    margin-top: 1rem;
    line-height: 4rem;
    height: 4rem;
    background-color: #e3f1ff;
    border: 1px solid #8bc5fb;
    padding-left: 2rem;
    color: rgba(0, 0, 0, 0.54);
    cursor: pointer;
    user-select: none;
    display: none;
}

.product-page__guarantee__icon {
    vertical-align: middle;
    width: auto;
    height: 2.5rem;
    margin-right: 1rem;
    position: relative;
    top: -0.2rem;
}

.product-page__guarantee__label {
    color: #0084ff;
    text-transform: capitalize;
    font-size: 1.6rem;
    margin-right: 1rem;
}

.product-page__guarantee__label a {
    color: #0084ff;
}

.product-page__guarantee__label a:hover {
    text-decoration: none;
}

.product-page .tab-container {
    background-color: white;
    margin-top: 1rem;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
    border-radius: 2px;
    overflow: hidden;
    overflow: visible;
    margin-bottom: 20px;
}

.product-page .tab-container__header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}

.tab-container__header {
    list-style: none;
    padding: 0;
    margin: 0;
}

.product-page div.tab-container__header-item--active {
    border-bottom: 2px solid #fab702;
}

.product-page .tab-container__header-item {
    box-sizing: border-box;
    display: inline-block;
}

.tab-container__header-item--active {
    color: #3b5998;
}

.product-page .product-page__tab-link .tab-container__header-item--active {
    color: #383a31;
}

.product-page__tab-link {
    font-size: 1.6rem;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.8);
    display: block;
    text-transform: uppercase;
}

.product-page__tab-link a {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.8);
    padding: 1.5rem 2rem;
    display: inline-block;
}

.product-detail,
.product-comment {
    padding: 2rem 4rem;
}

.product-detail__description {
    /*white-space: pre-wrap;*/
    color: rgba(0, 0, 0, 0.8);
    font-size: 1.4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 3rem;
}
.product-detail__description img {
    max-width: 100%!important;
    height: auto!important;
}
.product-detail__description iframe {
    max-width: 100%!important;
}

.product-detail__attribute-list {
    display: inline-table;
    margin-top: 2rem;
}

.product-detail__attribute {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.8);
    border: 1px solid #0084ff;
    color: #0084ff;
    border-radius: 1.5rem;
    margin-right: 1rem;
    margin-bottom: 0.5rem;
    line-height: 3rem;
    height: 3rem;
    padding: 0 1rem 0 1rem;
    display: inline-block;
}

.product-detail__attribute:hover {
    text-decoration: none;
    color: #0084ff;
    cursor: pointer;
}

.product-detail__parameters {
    margin-top: 2rem;
    border: 1px solid rgba(0, 0, 0, 0.09);
    font-size: 1.4rem;
    color: rgba(0, 0, 0, 0.8);
}

.product-detail__parameters {
    margin-top: 2rem;
    border: 1px solid rgba(0, 0, 0, 0.09);
    font-size: 1.4rem;
    color: rgba(0, 0, 0, 0.8);
}

.product-detail__parameters__row {
    display: flex;
}

.product-detail__parameters__head {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-left: 1rem;
    width: 16rem;
    background-color: #f5f5f5;
    flex-shrink: 0;
    line-height: 4rem;
}

.product-detail__parameters__content {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-left: 1rem;
    line-height: 4rem;
    border-left: 1px solid rgba(0, 0, 0, 0.09);
    flex: 1;
    background-color: #f8f8f8;
    text-transform: capitalize;
}

.product-detail__parameters__content i {
    font-size: 11px;
    padding: 0px 2px;
}

.product-detail__parameters__row:not(:first-child) {
    border-top: 1px solid rgba(0, 0, 0, 0.09);
}

.product-detail__attribute-link {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.8);
    color: #383a31;
}

.product-detail__attribute-link:hover {
    color: #1ac09b;
    text-decoration: none;
    cursor: pointer;
}

.shipping-icon {
    margin-right: 8px;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.54);
}

.compare-product-page {
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
    background-color: white;
    padding: 2rem;
    border-radius: 2px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.product-action-button {
    padding: 0 1.2rem;
    height: 4rem;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 1.6rem;
    color: white;
    margin-right: 1rem;
    border-radius: 2px;
    box-sizing: border-box;
    min-width: 14rem;
}

.btn-danger {
    background-color: #3b5998 !important;
}

.btn-danger:hover {
    background-color: #DF4413 !important;
}

.product-compare-actions .button-solid {
    margin-bottom: 5px;
}

.compare-product-page .product-title {
    color: #0084ff;
    text-decoration: none;
}

.compare-product-page .product-title:hover {
    text-decoration: none;
}

.compare-product-page .product-thumbnail-img {
    display: block;
    margin: 0px auto;
}

.product-recommend-items {
    margin: 3rem 0;
}

.header-section--simple > .header-section__header {
    padding-left: .5rem;
}

.header-section__header {
    display: flex;
    align-items: center;
    padding: 0 0 0.5rem 0;
}

.header-section--simple .header-section__header__title {
    font-size: 1.6rem;
    color: rgba(0, 0, 0, 0.54);
    font-weight: bold;
}

.header-section__header__title {
    font-size: 2rem;
    text-transform: uppercase;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 2rem;
}

.header-section__content {
    padding-top: 0.5rem;
}

.product-recommend-carousel .slick-slide {
    padding: 0px 3px;
    box-sizing: border-box;
    align-self: center;
    overflow-x: hidden;
}

.product-recommend-carousel .slick-slide:hover {
    margin-top: -1px;
}

.product-recommend-items__item-wrapper {
    padding-top: .2rem;
    padding-bottom: .5rem;
}

.image-carousel__item img, .image-carousel__item a {
    -webkit-user-drag: none;
}

.carousel__arrow {
    cursor: pointer;
    user-select: none;
    box-shadow: 0 0.1rem 0.8rem 0 rgba(0, 0, 0, 0.12);
    position: absolute;
    width: 5rem;
    height: 5rem;
    line-height: 5rem;
    display: inline-block;
    font-size: 2rem;
    border-radius: 50%;
    color: rgba(0, 0, 0, 0.8);
    fill: rgba(0, 0, 0, 0.8);
    background-color: white;
    text-align: center;
    top: 50%;
    transform: translate(0, -50%);
    transition: opacity 0.1s cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0;
    z-index: 999;
}

.product-recommend-carousel:hover .carousel__arrow {
    opacity: 1;
}

.carousel__arrow--prev {
    left: -2.5rem;
}

.carousel__arrow--next {
    right: -2.5rem;
}

.carousel__arrow:hover {
    box-shadow: 0 0.1rem 1.2rem 0 rgba(0, 0, 0, 0.12);
}
.zoomContainer {
    z-index: 3;
}
@media (min-width: 1200px) {

}
@media (min-width: 992px) {

}
@media (min-width: 768px) {

}
@media (max-width: 768px) {
    .carousel__arrow {
        display: none!important;
    }

    .product-page__top-section {
        display: block;
    }
    .product-page__top-right-section {
        flex-basis: 100%;
        max-width: 100%;
        display: block;
        flex-direction: column;
    }
    .product-page__top-left-section {
        margin: 0;
        flex-basis: 100%;
        max-width: 100%;
        display: block;
    }
}
@media (max-width: 767px) {
    .product-detail, .product-comment {
        padding: 2rem 1rem;
    }
    h1.product-info__header__text {
        font-size: 1.6rem;
    }
}
@media (max-width: 480px) {
    .cart-actions {
        position: fixed;
        bottom: 0px;
        left: 0px;
        width: 100%;
        overflow: hidden;
        z-index: 2;
    }
    .cart-actions .button-solid {
        margin: 0px;
        border-radius: 0px;
        border-right: 1px solid #fff;
        width: 25%;
    }
    .cart-actions .prd-buy-now {
        width: 50%;
    }
    .cart-actions .product-info__footer__button-text {
        display: none;
    }
    .product-info__footer .button-solid--complement {
        min-width: inherit;
    }
    .product-info-body__order-block .product-info-body__row {
        align-items: inherit;
    }
    .product-info-body__order-quantity,
    .product-info-body__order-quantity__stock-count {
        display: block;
        clear: both;
    }
}
