html{
    -ms-overflow-style: -ms-autohiding-scrollbar;
    overflow: scroll;
    overflow-x: hidden;
}

::-webkit-scrollbar {
    width: 0;  
    background: transparent;  
}

::-webkit-scrollbar-thumb {
    background: transparent;
}


h1, h2, h3, p{
    margin: 0;
    padding: 0;
}

*:focus {
    outline: 0;
    outline: none;
}

a:focus, button:focus{
    outline:none !important;
    text-decoration: none !Important;
}

a:hover, button:hover{
    outline:none !important;
    text-decoration: none !Important;
}

a{
    transition: .3s;
}


button{
    border: none;
}

img:focus {
    outline:none !important;
}


body{
    overflow-x: hidden !important;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #212529;
}

.navbar{
    width: 100%;
    background-color: #ffffff;
    transition: .3s;
    position: fixed;
}





.navbar.navbar-shrink{
    z-index: 100;
    box-shadow: 0px 1px 4px #f5f5f7;
}

.active_nav{
    border-bottom: 2px solid #aeefce;
}

.navbar-nav .nav-link:hover{
    color: #5c806d;
}

.navbar .navbar-brand img{
    width: 120px;
    transition: 0.5s;
}

.navbar.navbar-shrink .navbar-brand img{
    width: 70px;
}

.top_nav{
    background-color: #212529;
    width: 100%;
    color: #ffffff;
    text-align: right;
    font-size: 12px;
    padding-top: 6px;
    padding-bottom: 5px;
}

.top_nav span{
    border-right: 1px solid #ffffff;
    padding-right: 10px;
    margin-right: 10px;
}


.nav-link{
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}

.navbar-nav .nav-link{
    margin-right: 20px;
    transition: .3s;
}

.navbar-nav .nav-link:hover{

}

.nav-cart{
    position: relative;
    margin-top: 5px;
}

.nav-cart img {
    width: 18px;
    position: absolute;
    margin-top: -2px;
}


.services{
    padding-top: 120px;
    padding-bottom: 200px;
}

.services h2{
    margin-bottom: 15px;
    margin-top: 80px;
    font-weight: 600;
}


.services_img_wrapper{
    width: 45%;
    position: absolute;
    right: 0;
    margin-bottom: 100px;
}

.services_img_wrapper .img_box{
    width: 100%;
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.services_img_wrapper .img_box.first{
    border-bottom-left-radius: 40px;
    border-top-left-radius: 40px;
}

.products h2{
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 10px;
}

.products h3{
    text-align: center;
    font-weight: 600;
    margin-bottom: 50px;
}


.products {
    padding-top: 100px;
    padding-bottom: 50px;
    background-color: #ffffff;
    margin-bottom: 100px;
}


.product_card{
    margin-bottom: 20px;
}


.product_card .product_img {
    background-color: #f5f5f7;
    height: 400px;
    text-align: center;
    display: block;
    position: relative;
    border-radius: 70px;
    border-bottom-right-radius: 0px;
}

.product_card .product_img img{
    height: 100%;
    max-width: 100%;
}


.product_card .product_img img.no_image {
    height: 58%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}


.product_card h2{
    margin-top: 53px;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
}

.add_to_cart{
    display: inline-block;
    color: #222222;
    height: 48px;
    width: 200px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 42px;
    margin-top: 20px;
    background-color: #aeefce;
    text-transform: uppercase;
    position: relative;
    border-radius: 40px;
    transition: .3s;
    border: 1px solid #aeefce;
}

.add_to_cart:hover{
    border: 1px solid #aeefce;
    background: none;
    color: #222222;
}

.product_card .price{
    font-size: 25px;
    margin-top: 30px;
}

.product_card .cta{
    color: #212529;
    font-size: 16px;
    display: block;
    font-weight: 400;
}

.product_card .cta img{
    width: 20px;
}

/*.advantages{
    margin-top: 100px;
    margin-bottom: 50px;
    padding-top: 40px;
    padding-bottom: 40px;
    color: #ffffff;
}*/
/*
.advantages img{
    width: 60px;
}*/

.advantages h3{
    font-size: 18px;
    font-weight: 300;
    margin-top: 10px;
    color: #212529;
}

.faqs{
    padding-bottom: 100px;
}

.faqs h2{
    font-size: 20px;
    text-align: center;
    font-weight: 300;
    margin-bottom: 10px;
}

.faqs h3{
    text-align: center;
    font-weight: 600;
    margin-bottom: 50px;
}

.faq-section__accordion {
    position: relative;
    width: 100%;
    height: auto;
    text-align: left;
    background-color: #ffffff;
}

.faq-section__title {
    font-size: 16px;
    cursor: pointer;
    display: block;
    text-decoration: none;
    background-color: #ffffff;
    padding: 14px 22px;
    margin-bottom: 13px;
    padding-right: 30px;
    position: relative;
    border-bottom: 1px solid #e3e4e4;
}

.faq-section__title.active {
    font-weight: 500;
}

.faq-section__title img {
    width: 20px;
    transform: rotate(
        -90deg
        );
    transition: .3s;
    position: absolute;
    right: 20px;
    top: 26%;
}

.faq-section__title.active img {
    transform: rotate(
        0deg
        );
}

.faq-section__content {
    display: none;
    margin-top: 10px;
    margin-bottom: 10px;
}

.faq-section__content p {
    margin: 0;
    font-size: 16px;
    padding: 20px;
    padding-top: 5px;
}


footer{
    background-color: #212529;
    padding-top: 50px;
    padding-bottom: 30px;
    color: #ffffff;
}

footer .logo img{
    width: 150px;
    margin-bottom: 20px;
}

footer ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
    font-size: 14px;
}

footer .title{
    font-weight: 600;
    font-size: 18px;
}

footer ul li a{
    color: #ffffff;
    transition: .3s;
}

footer ul li a:hover{
    color: #5c806d;
}

footer ul.links{
    font-size: 16px;
    margin-bottom: 20px;
}

footer .payment_img{
    width: 30px;
    display: inline-block;
    margin-right: 5px;
}

footer .email{
    font-size: 20px;
    margin-bottom: 30px;
    margin-top: -10px;
}

.btn_primary{
    display: table;
    color: #212529;
    height: 48px;
    width: 200px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 48px;
    border: 1px solid #aeefce;
    text-transform: uppercase;
    margin: 0 auto;
    margin-top: 50px;
    transition: .3s;
    border-radius: 40px;
    background-color: #ffffff;
}

.btn_primary:hover{
    background-color: #aeefce;
    color: #212529;
}

.btn_secondary{
    display: table;
    color: #212529;
    height: 48px;
    width: 200px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 48px;
    border: 1px solid #aeefce;
    text-transform: uppercase;
    margin: 0 auto;
    transition: .3s;
    border-radius: 40px;
    background-color: #aeefce;
}

.btn_secondary:hover{
    background: none;
    color: #212529;
}

.middle_bullets {
    width: 10px;
    height: 200px;
    position: absolute;
    right: 30px;
    border-left: 10px dotted #aeefce;
    margin-top: 20px;
}

.breadcrumb{
    font-size: 12px;
    color: #212529;
    text-transform: uppercase;
    margin-bottom: 0px;
    background-color: #f5f5f7;
}

.breadcrumb a{
    color: #212529;
}

.product_body{
    background-color: #ffffff;
    padding-bottom: 80px;
    margin-bottom: 80px;
    padding-top: 25px;
}

.product_body h2{
    margin-top: 50px;
}

.product_body .short{
    font-size: 14px;
    margin-top: 20px;
}


.quantity .pro-qty {
    width: 90px;
    height: 46px;
    padding: 0 15px;
    background: #f5f5f7;
    margin-top: 5px;
}

.quantity .pro-qty .qtybtn {
    width: 15px;
    display: block;
    float: left;
    line-height: 40px;
    cursor: pointer;
    text-align: center;
    font-size: 22px;
    color: #555555;
}

.quantity .pro-qty input {
    width: 28px;
    float: left;
    border: none;
    height: 40px;
    line-height: 40px;
    padding: 0;
    text-align: center;
    background-color: transparent;
}

input:-internal-autofill-selected {
    background: none;
}


.price-box {
    font-size: 12px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.product_body label{
    display: block;
    font-size: 18px;
    margin: 0px;
}

.price-box .price-old {
    font-size: 20px;
}

.price-box .price-regular {
    font-size: 30px;
}

.nav.nav-tabs{
    background: none;
    border: none;
    margin-top: 50px;
    min-height: 20px;
    margin-bottom: -1px;
}

.nav-tabs .nav-link{
    background-color: #f5f5f7;
    padding-left: 40px;
    padding-right: 40px;
}

.tab-content{
    border: 1px solid #f1f0f0;
}

.tab-content>.active{
    padding: 40px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    border: 1px solid #f1f0f0;
    border-bottom: none;
}

.nav-tabs .nav-link:hover{
    color: #8c8686;
}


.slider-for .productImage{
    height: 350px;
    width: 100%;
    text-align: center;
}

.slider-for .productImage img{
    height: 100%;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}

.slider-nav{
    margin-top: 30px;
}

.slider-nav .productImage_images{
    height: 100px;
    padding: 10px;
    text-align: center;
}

.slider-nav .productImage_images:hover{
    cursor: pointer;
    opacity: 0.8;
}

.slider-nav .productImage_images img{
    height: 100%;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}

.action_box .add_to_cart{
    width: 100%;
    margin-top: 29px;
}

.action_box{
    margin-bottom: 30px;
}

.subpage-header{
    margin-top: 110px;
}

.subpage_header{
    height: 40vh;
    background-color: #ffffffde;
    text-align: center;
    margin-bottom: 50px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: color;
}


.subpage_header .breadcrumb{
    background: none;
}

.subpage_header h2{
    padding-top: 22vh;
    font-size: 40px;
}


.subpage-body{
    padding-bottom: 100px;
}

.advantages{
    margin-top: 80px;
}

.advantages .image {
    border-radius: 0px;
    width: 115px;
    height: 104px;
    margin: 0 auto;
    text-align: center;
    padding-top: 26px;
    background-color: #ffffff;
    border-radius: 20px;
    border-bottom-right-radius: 0px;
}

.advantages img {
    width: 70px;
    margin-top: -8px;
}

/*.advantages .text {
    padding: 40px;
    background-color: #ffffff;
    border-radius: 20px;
    margin-top: 50px;
    font-size: 15px;
    border: 2px dotted white;
    color: #212529;
}*/

.advantages .text h3 {
    font-size: 18px;
    font-weight: 700;
    color: #212529;
    margin-bottom: 20px;
    margin-top: 15px;
}

/*.advantages{
    padding-top: 120px;
    padding-bottom: 120px;
    background: #aeefce;
    background: -moz-linear-gradient(bottom, #aeefce4d 0%, #fafafa 100%);
    background: -webkit-linear-gradient(bottom, #aeefce4d 0%, #ffffff 100%);
    background: linear-gradient(to top, #aeefce4d 0%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7eb8db', endColorstr='#fafafa',GradientType=0 );
}*/

.product_body .advantages{
    padding-top: 30px;
}


/* CART OVERVIEW */


.cart-table table thead tr th{
    height: 20px;
    background-color: #f1f0f0;
    font-weight: 400;
    padding: 10px;
}

.cart-table table tbody tr{
    border-bottom: 1px solid #f1f0f0;
    background-color: #ffffff;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
    border: none;
    padding: 0px;
    margin: 0px;
}

.cart-table table tbody tr td{
    padding: 20px;
    border: 1px solid #f1f0f0;
}

.cart-table table tbody tr td.pro-title{
    padding-top: 25px;
}

.cart-table table tbody tr td.pro-price{
    padding-top: 35px;
}

.cart-table table tbody tr td.pro-subtotal{
    padding-top: 35px;
}

.cart-table table tbody tr td.pro-remove{
    padding-top: 30px;
}

.cart-table table tbody tr td.pro-remove a img{
    width: 20px;
}

.cart-table table tbody tr td.pro-thumbnail {
    height: 100px;
    text-align: center;
}

.cart-table table tbody tr td {
    padding: 20px;
}

.pro-thumbnail img {
    height: 100%;
    width: auto;
    max-width: 100%;
}

.totalPriceOverview {
    font-size: 18px;
    font-weight: 600;
}


.cta-2 {
    display: inline-block;
    border: 2px solid #9B8143;
    color: #9B8143;
    border-radius: 2px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 11px;
    padding-left: 60px;
    padding-right: 60px;
    transition: .3s;
    width: 100%;
    background: none;
}


/* END OF CART OVERVIEW */

.subpage{
    background-color: #f1f0f0;
    padding-top: 100px;
}

.subpage-card {
    background-color: #ffffff;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 100px;
    padding: 50px;
}

.subpage-card h2 {
    letter-spacing: -0.015em;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 10px;
}


.btn_secondary.cart_next{
    width: 100%;
    margin-top: 10px;
}


/* CART STEP 1 */


.multi-steps {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin-bottom: 40px;
    margin-top: 10px;
}


.multi-steps > li.is-active:before, .multi-steps > li.is-active ~ li:before {
    content: counter(stepNum);
    font-family: inherit;
    font-weight: 700;
}
.multi-steps > li.is-active:after, .multi-steps > li.is-active ~ li:after {
    background-color: #ffffff;
}

.multi-steps > li {
    counter-increment: stepNum;
    text-align: center;
    display: table-cell;
    position: relative;
    font-size: 20px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    font-size: 16px;
}
.multi-steps > li:before {
    content: '\f00c';
    content: '\2713;';
    content: '\10003';
    content: '\10004';
    content: '\2713';
    display: block;
    margin: 0 auto 4px;
    background-color: #aeefce;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-weight: 700;
    border-radius: 50%;
    color: #222222;
    font-size: 14px;
}
.multi-steps > li:after {
    content: '';
    height: 2px;
    width: 100%;
    background-color: #cb5612;
    position: absolute;
    top: 16px;
    left: 50%;
    z-index: -1;
    display: none;
}
.multi-steps > li:last-child:after {
    display: none;
}
.multi-steps > li.is-active:before {
    background-color: #aeefce;
    color: #222222;   
}

.multi-steps > li.is-active ~ li:before {
    background-color: #ffffff;
    color: #222222;
}


.stepsBox {
    padding: 30px;
    background-color: #ffffff;
    margin-bottom: 10px;
}

.stepsBox h2 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 600;
}

.stepsBox label {
    font-size: 14px;
    margin-top: 15px;
}

.stepsBox label a{
    color: #9E9E9E;
}


.stepsBox input {
    width: 100%;
    background: #ffffff;
    height: 46px;
    border: none;
    padding: 15px;
    border: 1px solid #f1f0f0;
    font-weight: 300;
}

.stepsBox label span {
    color: #9E9E9E;
    font-size: 14px;
}

.stepsBox ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}


/* The container */
.search-checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 13px;
    font-weight: normal;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.search-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.search-checkbox-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: 1px solid #f1f0f0;
}

/* Create the checkmark/indicator (hidden when not checked) */
.search-checkbox-checkmark:after {
    content: "";
    position: absolute;
    display: none;

}

.search-checkbox input:checked{
    background-color: blue;
}

/* Show the checkmark when checked */
.search-checkbox input:checked ~ .search-checkbox-checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.search-checkbox .search-checkbox-checkmark:after {
    left: 8px;
    top: 2px;
    width: 4px;
    height: 12px;
    border: solid #283032;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


.tooltipCustom1 {
    background-color: #010101;
    font-weight: 400;
    font-size: 13px;
    padding: 15px;
    position: relative;
    margin-top: 20px;
    display: none;
}

.step1Total .TotalPrice {
    font-size: 18px;
    font-weight: 600;
}

.order-summary-details {
    padding: 30px;
    background-color: #ffffff;
    margin-bottom: 10px;
}

.order-summary-details h2 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 600;
}

.order-summary-table ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.order-summary-table ul li {
    padding: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #f1f0f0;
}

.order-summary-table ul li .cart-img {
    height: 70px;
    width: 100%;
}

.order-summary-table ul li .cart-img img {
    height: 100%;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}

.order-summary-table .cart-info {
    font-size: 12px;
}

.order-summary-table .cart-info h4 {
    font-size: 14px;
}

.order-summary-table .cart-info .cart-price {
    color: #ffffff;
    margin-top: 5px;
}

.cart_steps{
    padding-top: 120px;
    padding-bottom: 100px;
}

.requiredInputCheck {
    border: 1px solid #e60b1f !important;
}

.payment-method-details {
    background-color: #f5f5f7;
    font-size: 16px;
    padding: 15px;
    position: relative;
    margin-top: 20px;
    display: none;
}

.step_back_cta{
    display: block;
    margin-top: 20px;
    text-align: center;
    color: #222222;
}

.cart-calculate-items{
    background-color: #ffffff;
    padding: 20px;
}


.number_of_products{
    background-color: #aeefce;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    font-size: 10px;
    position: absolute;
    margin-top: -12px;
    margin-left: 15px;
    line-height: 20px;
}

/* NEW */

body{
    background-color: #f5f5f7;
}

.header{
    min-height: 600px;
    padding-bottom: 50px;
    margin-bottom: 100px;
    padding-top: 80px;
    background-color: #ffffff;
    border-bottom-right-radius: 200px;
}

.header .shape1 {
    background-color: #f5f5f7;
    height: 15%;
    width: 20%;
    position: absolute;
    top: 0px;
    z-index: -1;
    border-bottom-right-radius: 50px;
}

.header .shape2 {
    background-color: #ffffff;
    height: 100%;
    width: 60%;
    position: absolute;
    top: 0px;
    z-index: -2;
    border-bottom-right-radius: 50px;
}

.header h1{
    font-weight: 600;
    margin-top: 140px;
    margin-bottom: 30px;
}

.header h2{
    font-size: 20px;
    font-weight: 300;
}

.header .image_one{
    width: 389px;
    height: 267px;
    background-size: cover;
    position: absolute;
    right: 0px;
    top: 50px;
    border-radius: 50px;
    border-top-right-radius: 0px;
    background-repeat: no-repeat;
    background-position: center;
}

.header .image_two{
    width: 470px;
    height: 299px;
    background-size: cover;
    position: absolute;
    right: 344px;
    top: 344px;
    border-radius: 50px;
    border-bottom-left-radius: 0px;
    background-repeat: no-repeat;
    background-position: center;
}

.header .image_three {
    width: 307px;
    height: 390px;
    background-size: cover;
    position: absolute;
    right: 0px;
    top: 344px;
    border-radius: 50px;
    border-bottom-right-radius: 0px;
    background-repeat: no-repeat;
    background-position: center;
}

.navbar{
    background-color: transparent;
    z-index: 100;
}

.header .cta{
    display: inline-block;
    color: #212529;
    height: 48px;
    width: 200px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 48px;
    margin-top: 30px;
    background-color: #aeefce;
    border-radius: 40px;
    border: 1px solid #aeefce;
    transition: .3s;
}

.header .cta:hover{
    background: none;
}


.about{
    padding-top: 170px;
    padding-bottom: 100px;
    text-align: center;
}

.about h2{
    margin-bottom: 20px;
    font-size: 35px;
}

.tab-content>.active{
    background-color: #ffffff;
}

.product_card{
    margin-bottom: 80px;
}

/*.product_card_right {
    background-color: #ffffff;
    position: absolute;
    right: 0px;
    width: 40%;
    height: 395px;
    border-bottom-left-radius: 40px;
}

.product_card_left {
    background-color: #ffffff;
    position: absolute;
    left: 0px;
    width: 40%;
    height: 395px;
    border-bottom-left-radius: 40px;
}*/

.product_card .product_img.product_img_left{
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 70px;
}

.elipse1{
    position: absolute;
    right: 0px;
}

.product_card_right img{
    position: absolute;
    right: 0px;
    margin-top: 70px;
}

.product_card_left img{
    position: absolute;
    left: 0px;
    bottom: -100px;
}

.subpage_nav{
    background-color: #ffffff;
}

.product_card_cta{
    margin-top: 20px;
    margin-left: 0px;
    border: none;
}

.product_card_cta:hover{
    background: none;
}

.product_card_left{
    position: relative;
}


.product_card_left img{
    position: absolute;
    left: 0px;
}


.subpage-body .content{
    padding: 50px;
    background-color: #ffffff;
}

.subpage_img{
    position: absolute;
    left: 0px;
}


#card-element, .MyStripeElement {
    width: 100%;
    box-sizing: border-box;
    height: 40px;
    padding: 10px 12px;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: white;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}

.MyStripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}

.MyStripeElement--invalid {
    border-color: #fa755a;
}

.MyStripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}

#payment-request-button{
    display: none;
}

.StripeLabel {
    width: 100%;
    text-align: left;
}


#loading {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 3px solid rgb(33 37 41);
    border-radius: 50%;
    border-top-color: #aeefce;
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
    z-index: 100;
    position: absolute;
    top: 40%;
    left: 44%;
}

@keyframes spin {
    to { -webkit-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    to { -webkit-transform: rotate(360deg); }
}

.products_cta{
    margin-top: 10px;
}


.product_card_cta{
    display: inline-block;
    margin-left: 15px;
    margin-top: 0px;
    width: 120px;
}

.products_cta .add_to_cart{
    margin-top: 0px;
}

.products_cta a img{
    width: 16px;
    position: absolute;
    margin-top: 17px;
    margin-left: 5px;
    transition: .3s;
}

.product_card_cta:hover img{
    margin-left: 8px;
}


.mobile_cart{
    display: none;
}

.navbar-mobile__content{
    display: none;
}

.table-responsive{
    overflow-x: hidden;
}

.promocode_box{
    padding: 20px;
    background-color: #ffffff;
}

.promocode_box label{
    display: block;
    font-weight: 600;
}

.promocode_box input{
    width: 60%;
    background: #ffffff;
    height: 46px;
    border: none;
    padding: 15px;
    border: 1px solid #f1f0f0;
    font-weight: 300;
}

.promocode_box button{
    display: inline-block;
    color: #212529;
    height: 46px;
    width: 38%;
    text-align: center;
    font-size: 13px;
    line-height: 44px;
    border: 1px solid #aeefce;
    text-transform: uppercase;
    transition: .3s;
    background-color: #ffffff;
    float: right;
}

.error_box{
    display: none;
}

.error_box{
    color: e60b1f;
}

#DeletePromocodeBox{
    padding: 0px 9px;
    font-size: 12px;
    margin-top: 5px;
    cursor: pointer;
}

#DeletePromocodeBox img{
    width: 11px;
    margin-right: 10px;
    margin-top: -3px;
}

.tab-pane video{
    height: auto;
    width: 100%;
}


.cookieBox{
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    background-color: #212529;
    padding: 10px 20px;
    text-align: center;
    color: #fff;
    display: inline-block;
    margin: 0;
    font-size: 13px;
    padding-right: 15px;
}

.cookieBox h4{
    font-weight: bold;
    color: #aeefce;
    text-transform: uppercase;
    display: inline-block;
    margin: 0;
    font-size: 13px;
    padding-right: 15px;
}

.cookieBox p{
    color: #fff;
    display: inline-block;
    margin: 0;
    font-size: 13px;
    padding-right: 15px;
}

.cookieBox h5 {
    color: #fff;
    font-size: 14px;
    padding-top: 10px;
}

.cookieBox a{
    color: #aeefce;
    text-decoration: underline;
    padding-left: 5px;
}

.cookieBox ul li {
    list-style: none;
    color: #fff;
    display: inline-block;
    padding: 5px;
    font-size: 13px;
}

.cookieBox button {
    margin: 0 10px;
    background-color: #ffffff;
    border: none;
    padding: 5px 10px;
    color: #000;
    font-size: 13px;
}

button.gdpr-cookie-advanced {
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
}

#cookieBoxContent{
    display: none;
}

#cookieBoxContent.showCookie{
    display: block;
}