

.block__products__featured{
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.block__products__featured{
    position: relative;
    overflow: hidden;
}

.block__products__featured:before{
    position: absolute;
    content: "";
    bottom: 5rem;
    height: 40px;
    background-position: 100% center;
    background-size: auto 40px;
    background-image: url('../img/icons/icon__waves.svg');
    background-repeat: no-repeat;
    z-index: 1;
    width: 30%;
}
.block__products__featured:after{
    position: absolute;
    content: "";
    top: 3rem;
    height: 40px;
    background-position: 100% center;
    background-size: auto 40px;
    background-image: url('../img/icons/icon__waves.svg');
    background-repeat: no-repeat;
    z-index: 1;
    width: 30%;
    right: 0;
}

.card__products__featured{
    background-color: #90A955;
    padding: 3rem;
    border-radius: 0 80px;
    position: relative;
}
.card__products__featured:after{}

.slide__products__featured{
    margin-left: auto;
}
.slide__products__featured img{
    max-width: 400px;
    width: 100%;
}
.card__products__featured .bx-wrapper{
    margin-bottom: 2rem;
    margin-left: auto;
    
}
.card__products__featured .bx-wrapper .bx-pager.bx-default-pager a{
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-transition: all linear 0.25s;
    -o-transition: all linear 0.25s;
    transition: all linear 0.25s;
}
.card__products__featured .bx-wrapper .bx-pager.bx-default-pager a.active, 
.card__products__featured .bx-wrapper .bx-pager.bx-default-pager a:focus, 
.card__products__featured .bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #0637F3;
}
.wrap__slide__products{
    max-width: 400px;
    margin-left: auto;
}
.slide__products__featured img {
    border-radius: 0 80px 0 80px;
}

.card__products__featured .bx-wrapper .bx-controls-direction a{
    background-color: transparent;
    top: auto;
    bottom: -2.25rem;
    background-repeat: no-repeat;
    background-size: 20px auto;
    background-position: center center;
}
.card__products__featured .bx-wrapper .bx-prev{
    background-image: url("../img/products/left__btn.svg");
    left: 4rem;
}
.card__products__featured .bx-wrapper .bx-next{
    right: 4rem;
    background-image: url("../img/products/right__btn.svg");
}

.products__featured__title {
    color: #061A33;
    font-weight: 700;
    font-size: 3.5rem;
}
.products__featured__desc {
    font-size: 1.5rem;
    font-weight: 700;
    color: #31572C;
}
.block__related__products {
    background-color: #EAF8FF;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.grid__products__item{
    padding: 1rem;
}
.grid__products__image{
    width: 100%;
    background-color: #fff;
}
.grid__products__cta{
    font-size: 0.75rem;
    text-transform: none;
    border-radius: 0 0 0.5rem 0.5rem;
    margin-bottom: 1rem;
}
.grid__products__name{
    font-weight: 500;
}
.grid__products__price{
    color: #BB052E;
    font-weight: 700;
}
.grid__products__cta{
    width: 100%;
}
.block__related__products .bx-wrapper{
    margin-bottom: 0;
}

.block__related__products .bx-wrapper .bx-controls-direction a {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.block__related__products .bx-wrapper .bx-prev{
    background-image: url('../img/icons/arrow__circle__left.svg');
    top: -2rem;
    right: 3rem;
    left: auto;
}

.block__related__products .bx-wrapper .bx-next{
    background-image: url('../img/icons/arrow__circle__right.svg');
    top: -2rem;
    right: 0;
}


.grid__vertical__image{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    padding-right: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.grid__vertical__image a{
    margin-bottom: 1rem;
}
.grid__vertical__image img{
    max-width: 140px;
}

.product__slider__global{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}


.info__product{
    padding-left: 2rem;
}
.info__product__title{
    font-size: 1.5rem;
    font-weight: 700;
}
.is__stock{
    color: #FF5447;
    font-weight: 400;
    font-size: 0.875rem;
}

.info__product__price{
    font-size: 1.5rem;
    color: #000;
    
}
.info__product__description p{
    font-size: 0.875rem;
    color: #000;
    margin-bottom: 0.25rem;
}

.select__quantity{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

.select__quantity .input-group{
    max-width: 160px;
    margin-bottom: 0;
    height: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.select__quantity .input-group-text{
    background-color: #0637F3;
    color: #fff;
    width: 40px;
}
.select__quantity .form-control{
    color: #000;
    font-size: 1.25rem;
    font-weight: 600;
    text-align: center;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    height: 53px;
}

.btn__minus,
.btn__add{
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-weight: 400;
    font-size: 1.5rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.slider__global__container{
    position: relative;
    padding-left: 160px;
}

.card__list__item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1rem;
    margin-bottom: 2rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.card__item__image{
    width: 65px;
    position: relative;
}
.remove__card__item{
    position: absolute;
    left: -10px;
    top: -10px;
    padding: 0;
    border: 0;
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.card__list__product {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 1rem;
}

.card__item__price{
    width: calc(100% - 65px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    
}
.card__item__price p{
    width: 46%;
}
.card__item__price p:first-of-type{
    width: 45%;
    padding-right: 1rem;
}

.card__item__quantity{
    width: 25%;
    padding-left: 1rem;
    padding-right: 1rem;
}
.card__item__quantity input{
    width: 60px;
    height: 40px;
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.25em;
    padding-left: 0.5em;
}

.card__item__subtotal{
    width: 25%;
    padding-left: 1rem;
}

.item__resume{
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}
.item__resume:last-of-type {
    border-bottom: none;
}
 

.inner__block__resume{
    max-width: 500px;
    margin-left: auto;
    padding: 2rem;
    border: 1px solid #000;
    border-radius: 0.5rem;

}

.list__to__payment{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.item__payment{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.item__payment__details{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.wrap__confirmation{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.info__confirmation{
    width: 40%;
    background-color: #EAF8FF;
    padding: 2rem;
}
.info__confirmation.isthankyou{
    background-color: #fff;
}
.info__confirmation .form-control {
    background-color: transparent;
    border-radius: 0;
    border-color: #90E0EF;
}
.info__confirmation .form-control.is__invalid {
    border-color: #FB2424;
}
.payment__confirmation{
    width: 55%;
}
.payment__confirmation.isthankyou{
    background-color: #EAF8FF;
    padding: 2rem;
}
.form-floating>.form-control-plaintext~label, 
.form-floating>.form-control:focus~label, 
.form-floating>.form-control:not(:placeholder-shown)~label, 
.form-floating>.form-select~label {
    color: #7A7B7D;
}

.form-floating>.form-control-plaintext~label::after, 
.form-floating>.form-control:focus~label::after, 
.form-floating>.form-control:not(:placeholder-shown)~label::after, 
.form-floating>.form-select~label::after {
    background-color: transparent;
}

.title__payment{
    font-size: 1.5rem;
    font-weight: 600;
}

.resume__payment{
    max-width: 420px;
}
.cards__accepted{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2rem;
    margin-top: 2rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.credit__cards__list strong{
    color: #C7678E;
    font-size: 0.75rem;
    font-weight: 400;
    margin-bottom: 1em;
    display: inline-block;
}
.credit__cards__list {
    margin-bottom: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.credit__cards__list:first-of-type {
    border-right: 1px solid #E4E4E4;
    max-width: 150px;
    padding-right: 1rem;
    margin-right: 1rem;
}

.openpay__brand{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 1rem;
    padding-right: 1rem;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%;
    margin-left: auto;
    margin-top: 1rem;
    margin-bottom: 2rem;
    max-width: 560px;
    padding-right: 1rem;
    font-size: 0.75rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .openpay__brand__logo{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 1rem;
    border-right: 1px solid #dfdfdf;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .openpay__brand__shield{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 250px;
    color: #3E3322;
    margin-left: 1rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .openpay__brand__shield img{
    margin-right: 0.5rem;
  }
.info__openpay{
    margin-bottom: 1rem;
    border-bottom: 1px solid #E4E4E4;
}

.title__confirmation{
    font-weight: 700;
    font-size: 1.75rem;
    margin-top: 1em;
    margin-bottom: 0.75em;
}

.list__product__link{
    color: #0637F3;
    text-decoration: none;
    font-weight: 600;
}


.form-floating>.form-control.is__invalid, 
.form-floating>.form-control-plaintext.is__invalid, 
.form-floating>.form-select.is__invalid{
    border-color: #BB052E;
}

@media screen and (max-width: 767px) {
    .slider__global__container{
        padding-left: 0;
    }
    .wrap__slider__product {
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }
}
@media screen and (max-width: 640px) {
    .inner__products__featured{
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .card__products__featured{
        padding-left: 1rem;
        padding-right: 1rem;
        padding-top: 5rem;
    }
    .products__featured__title{
        font-size: #061A33;
        font-size: 1.5rem;
    }
    .products__featured__desc{
        color: #31572C;
        font-weight: 700;
        font-size: 0.875rem;
    }
    .card__products__featured{
        padding-bottom: 5rem;
    }
    .block__products__featured:after,
    .block__products__featured:before{
        width: 50%;
    }
    .block__products__featured:after{
        top: 4.5rem;
    }
    .product__info{
        padding-left: 0;
        padding-right: 0;
    }
    .info__product{
        padding-left: 0;
    }
    .select__quantity{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .info__product__title{
        font-size: 1.25rem;
        margin-top: 1rem;
    }
    .wrap__slider__product .bx-wrapper{
        margin-bottom: 1rem;
    }

    .card__list__head{
        display: none;
    }
    .card__item__price{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .card__list__item{
        padding: 0.5rem;
    }
    .card__item__subtotal{
        display: none;
    }
    .card__list__product{
        width: 75%;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .card__item__price p,
    .card__item__price p:first-of-type{
        width: 100%;
        margin-bottom: 0.25rem;
    }
    .card__item__price p:last-of-type:before {
        content: attr(data-label)": ";
        color: #7A7B7D;
    }
    .card__list__item{
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .card__item__quantity{
        padding-left: 0;
        padding-right: 0;
        text-align: right;
        
    }
    .wrap__confirmation {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .payment__confirmation,
    .info__confirmation {
        width: 100%;
    }
    .info__confirmation{
        margin-bottom: 2rem;
        width: calc(100% + 4rem );
        margin-left: -2rem;
    }
    .cards__accepted{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .credit__cards__list:first-of-type {
        border: none;
    }
    .openpay__brand{
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .openpay__brand__logo{
        margin-bottom: 2rem;
        border-right: none;
    }
    .openpay__brand__shield{
        margin-left: 0;
    }

    .payment__confirmation.isthankyou{
        width: calc(100%  + 4rem);
        margin-left: -2rem;
    }

}