#wrapper {
    overflow: hidden;
}

/*right column*/
.product-title h1:first-letter {
    text-transform: capitalize;
}

.product-flex {
    width: 50%;
}

.images-container {
    cursor: pointer;
    height: calc(100% - 150px);
}

.susc_helper {
    font-size: 14px;
    color: var(--main);
    margin-left: auto;
    cursor: pointer;
}

.variant_icon {
    margin-right: 7px;
    margin-bottom: 5px;
}

.susc_helper .material-icons {
    font-size: 16px;
    line-height: 14px;
    margin-right: 3px;
}

.susc_helper:hover {
    text-decoration: underline;
}

.product-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.product-flex .product-flag {
    position: absolute;
    right: 45px;
    top: 15px;
    z-index: 2;
}

.solete-product-image img {
    max-height: 100%;
    image-rendering: -webkit-optimize-contrast;
}

.product-flex1 {
    position: relative;
    margin: 0 auto;
    /* display: flex; */
    /* align-items: center; */
    /* flex-direction: column; */
    padding: 0 50px;
    height: 700px;
    max-height: calc(100vh - 225px);
}

.product_description {
    position: relative;
    width: 100%;
}

.product_description:before {
    position: absolute;
    /* content: ""; */
    background: #f7f7f7;
    z-index: -1;
    width: 100vw;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.product-flex2 {
    flex-direction: column;
    /* justify-content: center; */
    display: flex;
    padding: 40px 40px 70px;
    position: relative;
}

.product-price {
    display: flex;
    align-items: center;
}

.sol-accent strong {
    font-size: 18px;
}

.product-prices {
    margin-top: 30px;
}

.product-title h1 {
    font-weight: 400;
    text-transform: lowercase;
    font-size: 1.5rem;
    line-height: 1;
}

.current-price {
    white-space: nowrap;
    font-size: 2rem;
    display: block;
    transform: skewX(-8deg);
    line-height: 1;
}

.discount.discount-amount,
.regular-price {
    font-size: .65em;
}

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

.product-head .product-title {
    padding-right: 20px;
}

div#product-description-short {
    margin-bottom: 1rem;
}

div#product-description {
    font-size: 18px;
}

/* variantes */
.product-variants-item>ul {
    display: flex;

    flex-wrap: wrap;
}

.group-color .input-container {
    width: 36px;
    height: 36px;
}

.product-variants-item .input-container:hover .radio-label,
.input-radio:checked+.radio-label,
input.input-radio:hover+.radio-label {
    color: #fff;
    border: 1px solid var(--main);
    background: var(--main);
}

.input-color:checked {
    border: 1px solid #16469a;
    opacity: 1;
    appearance: none;
    border-radius: 100%;
}

.product-variants {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.product-variants-item {
    width: 100%;
}

.variant_note {
    width: 100%;
    padding: .5rem .75rem;
    font-size: 16px;
    background: var(--gray);
    border: 1px solid var(--border);
}

/* formm submit add to cart */
.product-add-to-cart .qty {
    position: relative;
    display: none;
}

.product-variants-item #group_1 .input-container,
.product-variants-item #group_4 .input-container {
    width: calc(33.33% - 10px);
}

.product-variants-item #group_2 .input-container,
.product-variants-item #group_5 .input-container {
    width: calc(50% - 10px);
    margin-bottom: 0;
}

.product-variants-item #group_3,
.product-variants-item #group_6  {
    width: 100%;
    font-family: inherit;
    /* color: var(--main); */
    /* border-color: var(--main); */

    padding: 12px;
}

.product-variants-item #group_2 .input-container .radio-label strong,
.product-variants-item #group_5 .input-container .radio-label strong {
    color: inherit;
    display: block;
    font-size: 1.1em;
    margin-top: 5px;
}

.select_wrap:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 6px 0 6px;
    border-color: #9d9d9d transparent transparent transparent;
    position: absolute;
    right: 20px;
    top: calc(50% - 3px);
    pointer-events: none;
}

.select_wrap {
    width: calc(50% - 10px);
    margin-left: auto;
    position: relative;
}

#add-to-cart-or-refresh {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding-top: 1.5rem;
}

.qty {
    position: relative;
    border: 1px solid var(--border);
    width: 155px;
}
.qty .input-group-btn-vertical {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    pointer-events: none;
}

.qty button.js-touchspin {
    padding: 0 15px;
    margin: 0;
    border: 0;
    width: 15px;
    height: 100%;
    position: absolute;
    pointer-events: all;
    background: transparent;
}

.qty button.bootstrap-touchspin-up {
    right: 0;
}


.qty #quantity_wanted {
    border: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    padding: 5px 35px;
    text-align: center;
    background-color: #fff;
    color: #484848;
    font-size: 0.9rem;
}

.qty>.bootstrap-touchspin {

    height: 100%;
}

.qty button.js-touchspin:hover:after,
.qty button.js-touchspin:hover:before {
    background-color: var(--alter);
}

.qty button.js-touchspin:after,
.qty button.js-touchspin:before {
    content: "";
    background: #000;
    height: 2px;
    width: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    backface-visibility: hidden;
}

.qty button.bootstrap-touchspin-down:after {
    display: none;
}

.qty button.bootstrap-touchspin-up:after {
    width: 2px;
    height: 10px;
}

.qty button.bootstrap-touchspin-down:before {
    width: 8px;
}

.product-quantity {
    display: flex;
    justify-content: space-between;
    width: 100%;
    background-color: #fff;
    margin-bottom: 1.5rem;
}

.control-label {
    /* color: var(--alter); */
    font-weight: 600;
    display: flex;
    align-items: center;
    margin-bottom: .5rem;
}

ul#group_1,
ul#group_4 {
    margin-right: -10px;
    margin-bottom: 5px;
}

.add .add-to-cart:disabled {
    background-color: var(--gray);
    cursor: not-allowed;
    border-color: var(--border);
    color: var(--border);
}

.add-to-cart {
    width: 100%;
    background-color: var(--alter);
    position: relative;
    border-color: var(--alter);
    transition: background-color var(--trans);
}

.add-to-cart svg {
    margin-right: 15px;
    
margin-bottom: 4px;}

.blocked .cart_loader {
    opacity: 1;
}

.add-to-cart.blocked {
    font-size: 0;
    cursor: not-allowed;
}

.cart_loader {
    position: absolute;
    left: calc(50% - 10px);
    top: calc(50% - 10px);
    z-index: 11;
    border-top: .2em solid currentcolor;
    border-right: .2em solid transparent;
    animation: loader-19 1s linear infinite;
    border-radius: 100%;
    display: inline-block;
    width: 1rem;
    height: 1rem;
    color: inherit;
    vertical-align: middle;
    pointer-events: none;
    font-size: 1rem;
    opacity: 0;
    transition: opacity var(--trans);
}

@keyframes loader-19 {
    to {
        transform: rotate(360deg);
    }
}

.product-add-to-cart {
    display: flex;
    align-items: stretch;
    justify-content: space-between;


    width: 100%;
    /* padding-right: 1rem; */
}

.product-variants-item #group_2 .input-container:last-child,
.product-variants-item #group_5 .input-container:last-child {
    margin-right: 0;
    margin-left: auto;
}

.swiper-container.gallery-top {
    width: 100%;

    margin-left: auto;
    margin-right: auto;
}

.product-quantity .add {
    margin-top: 1.5rem;
}
.product-quantity .add, 
.product-quantity .add .btn {
    width: 100%;
}

.swiper-slide {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.solete-product-image {
    cursor: zoom-in;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--gray);
}

.gallery-thumbs {
    height: 125px;
    box-sizing: content-box;
    padding: 15px 0 0;
}

.gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.updating {
    opacity: .5;
    transition: var(--trans)
}


@media screen and (max-width: 991px) {

    .product-flex1,
    .product-flex2 {
        width: 100%;
    }

    .product-flex1 {
        padding: 0;
    }

    body#product #content-wrapper {
        padding-top: 15px;
    }

    .breadcrumb ol:before {
        display: none;
    }

    .product-flex2 {
        margin: 0 -15px;
        width: calc(100% + 30px);
        border-left: 0;
        border-right: 0;
        padding: 20px 15px 30px;
        margin-top: 15px;
    }

    .product-title h1 {
        font-size: 1.25rem;
    }

    .product-add-to-cart {
        margin: 0;
        width: 100%;
        position: fixed;
        left: 0;
        bottom: 0;
        right: 0;
        background-color: #fff;
        z-index: 10;
    }

    .product_section {
        padding: 0;
        margin: 35px 0;
    }

    .tabs-nav {
        margin-left: -15px;
        margin-right: -15px;
        overflow-x: auto;
        width: auto;
        padding-bottom: 15px;
    }

    .tabs-nav .product_h2 {
        white-space: nowrap;
    }

    .add-to-cart {
        border: 0;
    }

    .product-price {
        flex-direction: row-reverse;
    }

    .tax-shipping-delivery-label {
        text-align: right;
    }

    .product-quantity {
        flex-direction: row-reverse;
        justify-content: space-evenly;
    }
}