*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Barlow', sans-serif;
    overflow-x: hidden;
}

.price-mobile {
    display: none !important;
}

.my-bold {
    font-weight: 900;
}

.red-color {
    color: #D04941;
}

.first-section {
    background: url('../img/bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 60px;
    background-position-x: center;
}


.main-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 8px 8px;
}

.logo {
    width: 70px;
    margin-left: 16px;
}



.main-nav-items {
    display: flex;
    align-items: center;
}

.main-nav-items-txt {
    text-align: left;
}

.main-nav-items-txt-1 {
    font-weight: 900;
    font-size: 18px;
}

.main-nav-items-txt-2 {
    font-weight: 400;
    font-size: 14px;
}


.main-header {
    font-size: 48px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 900;
    text-shadow: 0px 3px 5px #5c5c5c;
}

.main-subheading {
    color: #ffffff;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 50px;
}

.product-image {
    width: 195px;
    margin-top: -70px;
}

.product-image2 {
    display: none;
}

.prices-wrap {
    display: block;
    text-align: left;
    margin-left: 21px;
}

.old-price-hero {
    font-size: 36px;
    text-decoration: line-through;
    color: #ffffff;
    font-weight: 300;
}

.new-price-hero {
    font-size: 64px;
    font-weight: 900;
    color: #46B870;
}

.section-1-content {
    display: flex;
    align-items: center;
}

.order-btn {
    display: inline-block;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 900;
    text-decoration: none;
    color: #ffffff;
    background-image: linear-gradient(to right, #6d906d, #689a6d, #60a56d, #54af6e, #43ba70);
    padding: 12px 80px;
    border-radius: 40px;

    -webkit-box-shadow: 0px 10px 18px -6px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 10px 18px -6px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 10px 18px -6px rgba(0, 0, 0, 0.75);
}

.second-section {
    background-image: linear-gradient(to right top, #d04941, #bf443d, #ad3f39, #9d3b35, #8c3631);
}

.second-section-contenct {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 0;

}

.img-wrapperrr {
    min-height: 150px;
}

.second-section-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    width: 20%;
    text-align: center;
    color: #ffffff;
    min-height: 220px;
}

.img-wrapperrr {
    min-height: 167px;
    display: flex;
    align-items: center;
}


.second-section-item__img {
    height: 140px;
    width: auto;
}

.smaller-img {
    height: 90px;
    ;
}

.second-section-item__txt {
    min-height: 30px;
}

.third-section {
    background-image: linear-gradient(to right, #313131, #292929, #212121, #1a1a1a, #121212);
    padding-bottom: 30px;
}

.third-section-heading {
    margin: 30px 0;
    font-size: 48px;
    text-transform: uppercase;
    font-weight: 900;
    color: #ffffff;
    text-align: center;
}

.third-section-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.video-fluid {
    width: 60%;
    height: auto;
}

.fourth-section {
    padding: 40px 0;
    background-image: url('../img/bg4-new.png');
    background-size: cover;

}

.fourth-section-content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;

}

.fourth-section-content ul li {
    padding-bottom: 20px;
}

.fourth-left-side {
    flex-basis: 45%;
}

.fourth-right-side {
    flex-basis: 45%;
}

.fourth-heading {
    margin-bottom: 24px;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 900;
    width: 100%;
}

.fourth-heading2 {
    margin-top: 20px;
}

/* SWIPER */

.swiper-container {
    width: 640px;
    height: auto;
    margin: 0 0 !important;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url('../img/slider-right.png') !important;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url('../img/slider-left.png') !important;
}

.swiper-pagination-bullet-active {
    background: #D04941 !important;
}

.swiper-container .swiper-wrapper .swiper-slide img {
    width: 100%;
}


/* comparative section */

.comparative-section {
    background-image: url('../img/bg-compare.jpg');
    background-position-y: bottom;
    background-size: cover;
    padding-bottom: 237px;
}

.comparative-section-heading {
    text-align: center;
    color: #ffffff;
    font-size: 32px;
    padding-top: 24px;
    padding-bottom: 24px;
}

.comparative-table-item {
    display: flex;
    justify-content: space-around;
    padding: 18px 0;
    font-size: 24px;
    position: relative;
    text-transform: uppercase;
    color: #BDBDBD;
    align-items: center;
}

.comparative-table-item-line {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    min-height: 1px;
}

.comparative-table-item p,
.comparative-table-item span {
    flex-basis: 33%;
    text-align: center;
}

.comparative-table-item-header {
    background: yellow;
    font-size: 32px;
    background: rgb(172, 69, 63);
    background: linear-gradient(90deg, rgba(172, 69, 63, 0) 0%, rgba(172, 69, 63, 1) 50%, rgba(172, 69, 63, 0) 100%);
    padding: 12px 0;
}

.comparative-bottom-content {
    display: flex;
    align-items: flex-end;
    color: #ffffff;
    font-size: 20px;
}

.product-comparative {
    width: 232px;
}

.special-offer {
    display: inline-block;
    text-transform: uppercase;
    font-size: 48px;
    font-weight: 900;
    color: #D04941;
    border-bottom: 1px solid #cccccc;
}

.special-offer-bottom {
    display: inline-block;
    text-transform: uppercase;
    font-size: 48px;
    font-weight: 900;
    text-align: center;
}

.price-and-special {
    display: flex;
    align-items: center;
    flex-basis: auto;
}

.btn-order {
    display: inline-block;

    font-weight: 800;
    text-decoration: none;
    font-size: 32px;
    text-transform: uppercase;
    color: #ffffff;
    padding: 12px 90px;
    background-image: linear-gradient(to right, #6d906d, #69ab6f, #5fc670, #4ae273, #00ff75);
    border-radius: 40px;
    margin-top: 30px;
}

.btn-order-wrapper {
    display: flex;
    width: 56%;
    justify-content: center;
}

.comparative-paragraph {
    font-size: 20px;
    margin-top: 20px;
    font-weight: 400;
    color: #BDBDBD;
}

.comparative-last-paragraph {
    margin-bottom: 60px;
}

.special-offer-wrapper {
    flex-basis: 56%;
    text-align: center;
}

.prices {
    flex-basis: 40%;
    text-align: left;
}

.old-price {
    text-decoration: line-through;
    font-size: 28px;
}

.new-price {
    font-size: 48px;
    font-weight: 900;
    color: #46B870;
}

.center-column-compare {
    color: #ffffff;
}

.comparative-bottom-content {
    text-align: justify;
}

.my-green {
    color: #46B870;
}

.my-container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 20px;
}




.heading-form {
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
}




.cookies-wrapper {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 5;
    /* background: #fff; */
    background-color: #e4e4e4;
    font-size: 10px;
    padding: 25px 15px;
    display: none;
    display: flex;
}

.cookies-wrapper.active {
    display: flex;

    align-items: center;
}

.cookies-wrapper .cookies-button {
    margin-left: 35px;
    display: block;
    /* flex: 0 0 200px; */
    padding: 10px 15px;
    max-height: 40px;
    font-size: 11px;
    cursor: pointer;
    /* background-color: #36365e; */
    background-color: #06D85F;
    color: #fff;
    transition: all 0.3s;
    -webkit-box-shadow: 0px 0px 26px -8px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 26px -8px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 26px -8px rgba(0, 0, 0, 0.75);
    cursor: pointer;
}

.cookies-wrapper .cookies-button:hover {
    background-color: #1cff7a;
}


.red-color {
    color: #FF0000;
}

.cookies__img {
    display: block;
    margin-left: 10px;
    margin-right: 10px;
    ;
    width: 32px;
    height: 32px;
    margin-top: 10px;
}


@media (max-width: 767px) {
    .cookies-wrapper {
        padding: 10px 15px;
        flex-direction: column;
        font-size: 8px;
    }



    .cookies-wrapper .cookies-button {
        order: -1;
        text-align: center;
        vertical-align: middle;
        max-height: unset;
        flex: unset;
        margin: 0 auto 10px;
    }
}


#footer {
    display: flex;
    justify-content: space-around;
    padding: 10px;
}

.footer-content {
    align-items: flex-end;
    display: flex;
}

.footer-right {
    text-align: right;
}

.comparative-section-subheading {
    margin-bottom: 20px;
    color: yellow;
    font-size: 18px;
    text-align: center;
    -webkit-animation: mymove 3s infinite;
    /* Safari 4.0 - 8.0 */
    animation: mymove 3s infinite;
}

@keyframes mymove {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.1)
    }

    100% {
        transform: scale(1)
    }
}


/* POPUP */

.overlay {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
}

.overlay:target {
    visibility: visible;
    opacity: 1;
}

.popup {
    overflow-y: scroll;
    margin: 70px auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 70%;
    position: relative;
    transition: all .5s ease-in-out;
}

.popup h2 {
    font-size: 2.4rem;
    margin-top: 0;
    color: #333;
    font-family: Tahoma, Arial, sans-serif;
}

.popup__h3 {
    color: #337ab7;
    font-size: 2rem;
    margin-top: 25px;
    margin-bottom: 10px;
}

.popup .close {
    position: fixed;
    top: 25px;
    right: 120px;
    transition: all 200ms;
    font-size: 50px;
    font-weight: bold;
    text-decoration: none;
    color: #06D85F;
}

.popup .close:hover {
    color: rgb(18, 161, 78);
}

.popup .content {
    max-height: 30%;
}

.popup-wrap {
    position: relative;
}

.popup__p {
    /* font-size: 1.6rem; */
}

/* .popup__list {
	font-size: 1.6rem;
	padding-left: 1rem;
  }   */

/* POPUP END*/





@media screen and (max-width: 992px) {
    .main-nav-wrap {
        background: #ffffff;
    }

    .main-nav {
        justify-content: flex-start;
    }

    .main-nav-items {
        flex-direction: row-reverse;
    }

    .logo {
        width: 38px;
        margin-left: 0;
        margin-right: 10px;
    }

    .main-header {
        font-size: 36px;
        margin-top: 20px;
    }

    .product-image {
        display: none;
    }

    .product-image2 {
        display: block;
        width: 84px;
    }

    .content1-to-mobile {
        display: flex;
        align-items: flex-end;
        width: 100%;
        justify-content: space-around;
    }

    .second-section-item {
        width: 50%;
    }

    .second-section-item__img {
        height: 92px;
    }

    .smaller-img {
        height: 72px;
    }

    /* 3 */

    .third-section-heading {
        font-size: 32px;
    }

    .video-fluid {
        width: 75%;
    }

    .swiper-container {
        align-self: center;
        margin-top: 20px !important;
    }

    .fourth-section-content {
        flex-direction: column;
    }

    .comparative-section {
        padding-bottom: 193px;
    }

    .comparative-section-heading {
        font-size: 18px;
    }

    .comparative-table-item-header {
        font-size: 16px;
    }

    .comparative-table-item {
        font-size: 16px;
        padding: 6px 0;
    }

    .comparative-paragraph {
        font-size: 14px;
    }

    .special-offer {
        font-size: 32px;
    }

    .special-offer-bottom {
        font-size: 32px;
    }

    .old-price {
        font-size: 14px;
    }

    .new-price {
        font-size: 32px;
    }

    .btn-order {
        font-size: 18px;
    }

    .product-comparative {
        max-width: 160px;
    }

    .certifications {
        display: flex;
        justify-content: space-around;
        flex-direction: column;
        align-items: center;
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .certifications p {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .certifications p img {
        width: 150px;
        margin: 20px;
    }



    .certifications .dyplom {
        width: 100px;
    }

    .certifications .last-p-image {
        width: 20%;
        text-align: left;
    }

}


















/* FORMULARZ DOFINANSOWANIE  */

.logo-form-wrap {
    width: 100%;
    text-align: center;
    padding-bottom: 15%;
}

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

    .logo-form-wrap {
        width: 100%;
        text-align: center;
        padding-bottom: 0%;
    }

}

.logo-in-form {
    width: 240px;
}

.own-form-input {
    margin-bottom: 15px;
}

.opinions-section {
    margin-bottom: 40px;
}

.opinion-heading {
    font-size: 48px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 32px;
}

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

.opinions-single-item {
    width: 32%;
    background: #f1f1f1;
    padding: 45px 10px 10px 10px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.photo-and-description {
    margin-bottom: 20px;
    min-height: 160px;

}

.photo-and-description-img {
    display: block;
    float: left;
    padding-right: 10px;
}

.photo-and-description-txt {
    text-align: justify;
}

.who-said {
    text-align: right;
    font-weight: bold;
    margin-bottom: 40px;
}


.opinions-quotations {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
}

.certifications {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 20px;
}

.certifications p {
    width: 50%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.certifications p img {
    width: 150px;
}

.certifications img {
    width: 150px;
}

.certifications .dyplom {
    width: 100px;
}

.certifications .last-p-image {
    width: 20%;
    text-align: left;
}

.phone-wrapper {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}



#prefix_form {
    width: 25%;
}

#phone_form {
    width: 72%;
}

.success_msg {
    padding: 15px 8px;
    box-sizing: border-box;
    color: #ffffff;
    background: #06D85F;
    display: none;
    margin-top: 15px;
    text-align: center;

}

.success_msg p {
    font-size: 20px;
}

.error {
    color: red;
}

label.error {
    display: block;
    /* margin-top: -7px; */
    margin-bottom: 15px;
}

input.error {
    border-color: red;
}

#qty-error {
    margin-top: 10px;
}

#accept-all {
    margin-top: 4px;
}

#regulamin-msg {
    display: none;
}

#submit_form {
    width: 100%;
    background-color: #06D85F;
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    outline: none;
    border: 1px solid transparent;
    cursor: pointer;
    transition: all 1s;

    -webkit-box-shadow: 0px 0px 46px -8px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 46px -8px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 46px -8px rgba(0, 0, 0, 0.75);
    margin-top: 20px;
}

#submit_form:hover {
    background-color: #1cff7a;
    color: #eeeeee;
}

.info-img {
    width: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* STEPS IN SECTION 1 */
.steps-wrap {
    display: flex;
    flex-direction: column;
    margin-top: 32px;
    margin-bottom: 32px;
}

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

.step__txts {
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.step__header {
    font-size: 16px;
    text-align: left;
    color: #ffffff;
}

.step__header--yellow {
    color: #ffcc00;
}

.step__description {
    font-size: 18px;
    text-align: center;
    line-height: 1.1;
    margin-bottom: 0px;
    /* color: #ffffff; */
}

.step__imgs {
    width: 20%;
}

.step__imgs--img {
    display: block;
    width: 100%;
}

.step__arrow {
    height: 30px;
    width: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-image: url("../img/down-arrow.svg");
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 30px;
}

@media only screen and (min-width: 768px) {

    /* STEPS IN SECTION 1  min 768px */
    .steps-wrap {
        flex-direction: row;
        justify-content: center;
    }

    .step {
        width: 34%;
        /* flex-direction: column; */
        justify-content: space-between;
        align-items: center;
    }

    .step__txts {
        width: 70%;
        display: flex;
        flex-direction: column;
        justify-content: center;

        font-weight: bold;
        margin-left: 10px;
    }

    .step__header {
        font-size: 20px;
    }

    .step__description {
        font-size: 14px;
        margin-bottom: 0px;
    }

    .step__imgs {
        /* margin-top: 10px; */
        width: 30%;
    }

    .step__arrow {
        height: 30px;
        width: 80px;
        background-image: url("../img/right-arrow.svg");
        margin-top: 21px;
    }

    .step__imgs--imgLast {
        /* width: 134%; */
    }

}

@keyframes animation-scale {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.counter-wrapp {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
    justify-content: center;
}

.count-product {
    margin: 0;
}

.package-value {
    color: #038ec6;
    font-weight: bold;
    font-size: 1.5rem;
}

.counter-package {
    min-width: 100px;
    border: 2px solid #c2c2c2;
    border-radius: 5px;
    padding: 5px 10px;
    margin-left: 30px;
    transform: scale(1);
    animation: animation-scale 1.5s ease-in-out infinite;
}

.section-form {
    display: flex;
    align-items: center;
    justify-content: space-around;
    /* border: 1px solid #c2c2c2;
  border-radius: 5px; */
    padding: 20px;

}

@media screen and (max-width: 700px) {
    .section-form {
        display: block;
    }
}



.price-info {
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
}

.price-old {
    color: #c2c2c2;
    text-decoration: line-through;
    font-size: 28px;
}

.price-new {
    color: #06D85F;
    font-size: 38px;
}

.acc-rul {
    color: #c2c2c2;
    font-size: 12px;
}

.divaider {
    border-top: 2px dashed #c2c2c2;
}

.method-payment {
    background-color: #008ed105;
    border: 1px solid #008ed1;
    padding: 15px;
    margin-bottom: 20px;
}

.free-delivery {
    color: #ff0000;
    font-weight: bold;
}

.label-method-payment {
    font-weight: bold;
}

.text-delivery {
    font-weight: bold;
    color: #038ec6 !important;
    font-size: 14px;
}

.free-delivery {
    font-size: 14px;
}

.wrap-accept {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.wrap-accept input {
    margin-top: 10px;
    margin-left: -17px;
}

.wrap-accept label {
    padding-left: 20px;
}

.cookies-wrapper {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 5;
    /* background: #fff; */
    background-color: #e4e4e4;
    font-size: 10px;
    padding: 25px 15px;
    display: none;
}

.cookies-wrapper.active {
    display: flex;
    align-items: center;
}

.cookies-wrapper .cookies-button {
    margin-left: 35px;
    display: block;
    /* flex: 0 0 200px; */
    padding: 10px 15px;
    max-height: 40px;
    font-size: 11px;
    cursor: pointer;
    /* background-color: #36365e; */
    background-color: #06D85F;
    color: #fff;
    transition: all 0.3s;
    -webkit-box-shadow: 0px 0px 26px -8px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 26px -8px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 26px -8px rgba(0, 0, 0, 0.75);
}

.cookies-wrapper .cookies-button:hover {
    background-color: #1cff7a;
}




.red-color {
    color: #FF0000;
}

.cookies__img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 32px;
    height: 32px;
    /* margin-top: 10px; */
}


@media (max-width: 767px) {
    .cookies-wrapper {
        padding: 10px 15px;
        flex-direction: column;
        font-size: 8px;
    }

    .cookies-wrapper .cookies-button {
        order: -1;
        text-align: center;
        vertical-align: middle;
        max-height: unset;
        flex: unset;
        margin: 0 auto 10px;
    }
}

.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.img-product,
.img-product-3 {
    width: 70%;
}


.form-right {
    width: 60%;
}





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

    .main-header {
        font-size: 24px;
    }

    .main-subheading {
        font-size: 16px;
    }

    .prices-wrap {
        text-align: center;
        margin-left: 0;
    }

    .old-price-hero {
        font-size: 16px;
    }

    .new-price-hero {
        font-size: 32px;
    }

    .order-btn {
        font-size: 16px;
    }

    .swiper-container {
        width: 80%;
    }

    .comparative-table-item-header {
        font-size: 10px;
    }

    .comparative-table-item {
        font-size: 12px;
        padding: 6px 0;
    }


    .comparative-bottom-content {
        padding-top: 44px;
        position: relative;
        text-align: justify;
    }

    .product-comparative {
        width: 80px;
        position: absolute;
        right: 0;
    }

    .special-offer {
        font-size: 20px;
    }

    .special-offer-bottom {
        font-size: 20px;
    }

    .comparative-section {
        padding-bottom: 125px;
    }

    .btn-order {
        font-size: 16px;
        padding: 12px 35px;
    }

    .new-price {
        font-size: 18px;
    }

    .opinion-heading {
        font-size: 24px;
    }

    .opinions-wrap {
        flex-direction: column;
    }

    .opinions-single-item {
        width: 80%;
        margin: 20px auto;
    }

    .btn-order {
        font-size: 16px;
        padding: 12px 35px;
    }

    .new-price {
        font-size: 18px;
    }

    .comparative-section-subheading {
        font-size: 20px;
		padding-left: 10px;
		padding-right: 10px;
    }

    footer {
        font-size: 10px !important;
    }
}



@media (max-width: 640px) {
    .form-right {
        width: 100%;
    }

    .img-product {
        width: 40%;
    }

    .img-product-3 {
        width: 60%;
    }
}

.form {
    background-image: url(../img/bg-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.qty-input {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    /* justify-content: space-between; */
    /* width: 100%; */
}

.qty-input label {
    margin-right: 15px;
}


.fast-del-top {
    font-weight: bold;
}

.form-control-qty {
    width: 12%;
    /* flex-basis: 12%; */
    text-align: center;
}

.minus {
    margin-top: -10px;
    margin-right: 15px;
}

.plus {
    margin-left: 15px;
}


.fast-del-box-txt {
    display: block;
    margin-bottom: 5px;
}

/* .promotion-text {

} */


.minus,
.plus {
    cursor: pointer;
}

.promotion-text {
    color: #06D85F;
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
    width:65%;
}

@media (max-width: 1029px) {
    .promotion-text {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .qty-input {
        width: 100%;
    }

    .form-control-qty {
        width: 20%;
        /* flex-basis: 20%; */
    }

    .promotion-text {
        width: 100%;
    }
}

@media (max-width: 700px) {
    .price-mobile {
        display: block !important;
    }
}

@media (max-width: 701px) {
   .form-right { width:100%;}
}













@media (max-width: 480px) {
    .qty-input {
        width: 100%;
        justify-content: space-around;
        flex-wrap: wrap;
    }

    .form-control-qty {
        width: 30%;
        /* flex-basis: 20%; */
    }

    .promotion-text {
        display: block;
    }
}

/* VIDEO */
.video-responsive {
    overflow: hidden;
    border-radius: 5px;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
    margin-top: 20px;
    -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.24);
}

.video-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.video-wrap {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}

@media (min-width: 992px) {
    .video-wrap {
        width: 60%;
    }
}

/*

*/