
@media screen and (max-width: 1900px){
    .bussiness .top .right h3{
        font-size: 90px;
    }
}

@media screen and (max-width: 1700px){
    .bussiness .top .right h3{
        font-size: 65px;
        width: 89%;
    }

    .bussiness .top .right h2{
        font-size: 40px;
    }

    .bussiness .top .right h1{
        font-size: 40px;
    }
}


@media screen and (max-width: 1500px){
    .navbar-brand {
        max-width: 190px;
        margin-right: 45px;
        margin-left: 10px;
    }
}

@media screen and (max-width: 1460px){
    .bussiness .top .right h3{
        font-size: 66px;
        width: 89%;
        line-height: 75px;
    }

    .navbar-expand-lg .navbar-nav .nav-link{
        font-size: 15px;
    }

    .navbar .nav-item{
        margin: 0px;
    }
}


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

    .navbar{
        padding-left: 0px;
        padding-right: 0px;
    }

    .personalization .text{
        top: 25%;
        margin-left: 5%;
    }

    .personalization h2{
        font-size: 36px;
        margin-bottom: 20px;
        width: 300px;
    }

    .personalization h3 {
        font-size: 24px;
        width: 370px;
    }
}

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

    .slick-list{
        padding: 0px !important;
    }

    .product_body .accessories .addition .content{
        width: 77%;
    }

    .nav-link{
        font-size: 14px;
    }

    .personalization h2{
        font-size: 32px;
        margin-bottom: 20px;
        width: 310px;
    }

    .personalization h3 {
        font-size: 21px;
        width: 325px;
    }
}


@media screen and (max-width: 1100px){
    section.products{
        padding: 0px 15px;
        padding-top: 50px;

    }

    section.notifications{
        padding: 0 30px;
    }

    .slick_arrows .next{
        bottom: 330px;
    }

    .navbar-brand{
        max-width: 170px;
        margin-right: 50px;
        margin-left: 10px;
    }

    .navbar-nav .nav-link{
        font-size: 12px;
    }



    .categories .category img{
        max-width: 200px;
    }

    .categories .category h3{
        font-size: 25px;
    }

    .advantages ul li .content h4{
        font-size: 23px;
    }

    footer h3{
        font-size: 28px;
    }

    .notifications .notification h2{
        font-size: 60px;
    }


    .about_us .content{
        padding: 40px;
        width: 88%;
    }

    .product_body .accessories .addition .content{
        width: 75%;
    }

}

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

    .shop_box {
        display: flex;
        flex-direction: column-reverse;
    }

    .shop_box .left{
        width: 100%;
    }

    .shop_box .right{
        width: 100%;
    }

    .shop_box .right .wrapp{
        width: 100%;
        margin: 0px;
        padding: 20px;
    }

    .advantages ul li .content{
        width: 75%;
    }

    footer form input{
        width: 310px;
    }

    .mobile_nav{
        display: block;
    }

    .navbar-brand {
        max-width: 170px;
        margin-left: 48px;
        margin-right: 0px;
    }

    /*    .main {
            margin: 0 auto;
            display: block;
            height: 100%;
            margin-top: 60px;
        }*/
    .mainInner{
        display: table;
        height: 100%;
        width: 100%;
        text-align: center;
    }
    .mainInner div{
        display:table-cell;
        vertical-align: middle;
        font-size: 3em;
        font-weight: bold;
        letter-spacing: 1.25px;
    }
    #sidebarMenu {
        height: 100%;
        position: fixed;
        left: 0;
        width: 290px;
        transform: translateX(-290px);
        transition: transform 250ms ease-in-out;
        background-color: var(--white);
        z-index: 500;
        top: 0;
        overflow-x: scroll;
        color: var(--black);
    }
    .sidebarMenuInner{
        margin: 0;
        padding: 0;
    }

    .sidebarMenuInner.first{
        padding-top: 40px;
        margin-bottom: 15px;
        padding-bottom: 0;
    }

    .sidebarMenuInner.first li{
        width: 100%;
    }

    .sidebarMenuInner.first li a{
        text-transform: uppercase;
        font-family: 'Exo';
    }

    .sidebarMenuInner.first li a img{
        width: 16px;
        vertical-align: middle;
        margin-top: -4px;
        margin-right: 3px;
        filter: invert(60%) sepia(53%) saturate(316%) hue-rotate(118deg) brightness(88%) contrast(92%);
    }

    .sidebarMenuInner li{
        list-style: none;
        color: var(--black);
        padding: 0px 20px;
        cursor: pointer;
        border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    }
    .sidebarMenuInner li span{
        display: block;
        font-size: 14px;
        color: rgba(255, 255, 255, 0.50);
    }
    .sidebarMenuInner li a{
        color: var(--black);
        cursor: pointer;
        text-decoration: none;
        font-weight: 600;
        font-size: 20px;
    }

    .sidebarMenuInner.mobile_first_elements li{
        margin-bottom: 10px;
    }



    /*    .sidebarMenuInner.mobile_first_elements li:first-child{
            margin-bottom: 10px;
        }*/


    input[type="checkbox"]:checked ~ #sidebarMenu {
        transform: translateX(0);
    }



    input[type=checkbox] {
        transition: all 0.3s;
        box-sizing: border-box;
        display: none;
    }

    .toggle_input{
        display: inline-block !Important;
    }

    .toggle_box label {
        display: inline-block;
        font-weight: 400;
        font-size: 13px;
        width: 74%;
    }


    .sidebarIconToggle {
        transition: all 0.3s;
        box-sizing: border-box;
        cursor: pointer;
        position: absolute;
        z-index: 99;
        height: 100%;
        width: 100%;
        top: 45px;
        left: 15px;
        height: 22px;
        width: 22px;
    }
    .spinner {
        transition: all 0.3s;
        box-sizing: border-box;
        position: absolute;
        height: 3px;
        width: 100%;
        background-color: #fff;
    }
    .horizontal {
        transition: all 0.3s;
        box-sizing: border-box;
        position: relative;
        float: left;
        margin-top: 3px;
    }
    .diagonal.part-1 {
        position: relative;
        transition: all 0.3s;
        box-sizing: border-box;
        float: left;
    }
    .diagonal.part-2 {
        transition: all 0.3s;
        box-sizing: border-box;
        position: relative;
        float: left;
        margin-top: 3px;
    }
    input[type=checkbox]:checked ~ .sidebarIconToggle > .horizontal {
        transition: all 0.3s;
        box-sizing: border-box;
        opacity: 0;
    }
    input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
        transition: all 0.3s;
        box-sizing: border-box;
        transform: rotate(135deg);
        margin-top: 8px;
    }
    input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
        transition: all 0.3s;
        box-sizing: border-box;
        transform: rotate(-135deg);
        margin-top: -9px;
    }

    input[type=checkbox]:checked ~ .sidebarIconToggle{
        left: auto;
        margin-left: 250px;
        top: 20px;
        position: fixed;
        z-index: 1000;
    }

    input[type="checkbox"]:checked ~ .sidebarIconToggle > .spinner{
        background-color: var(--black);
    }

    #sidebarMenu h4{
        padding: 0 20px;
        margin-bottom: 5px;
        font-size: 14px;
        margin-top: 20px;
        text-transform: uppercase;
        font-weight: 700;
        color: var(--pine);
        font-family: 'Exo';
        border-top: 1px solid #e9e6e6;
        padding-top: 20px;
    }


    #sidebarMenu h4.first_h4{
        border: none;
        margin-top: 10px;
    }



    .mobile_category_list{
        font-size: 16px;
        margin-bottom: 10px;
    }

    .mobile_category_list li:first-child a{
        text-transform: uppercase;
        font-family: 'Exo';
    }

    .mobile_last_list{
    }

    .sidebarMenuInner.social{
        margin-top: 10px;
        margin-left: 10px;
    }

    .sidebarMenuInner.social li{
        display: inline-block;
        padding: 0;
        margin-left: 10px;
    }

    .sidebarMenuInner.social li img{
        filter: invert(1);
        width: 20px;
    }

    .dropdown-content{
        position: relative;
        display: block;
        background-color: var(--white);
        padding: 0px 15px;
        box-shadow: none;
    }

    .dropdown-content a{
        width: 49%;
        display: inline-block;
        margin-bottom: 5px;
    }

    .dropdown-content a img{
        margin-right: 5px;
        width: 25px;
        margin-top: -1px;
        vertical-align: top;
    }

    .dropdown-content a.active_language_mobile{
        color: var(--pine);
    }

    .shop_box .left .wrapp{
        width: 100%;
        margin: 0px;
        padding: 20px;
    }

    .mobile_cart_cta{
        display: block;
    }

    .mobile_first_elements{
        margin-top: 40px;
    }

    .mobile_first_elements a{
        text-transform: uppercase;
        font-family: 'Exo';
    }

    .sidebarIconToggle.timerIconToggle{
        top: 57px;
    }

    .wish_list{
        margin-right: 7px;
    }

    .wish_list img{
        filter: invert(1);
        margin-top: 3px;
        transition: .3s;
        width: 23px;
    }

    .wish_list:hover{
        background: none;
    }

    .wish_list img:hover{
        opacity: 0.8;
    }

    .numberInCart{
        margin-left: auto;
        right: 8px;
    }

    .numberInWishList{
        margin-left: auto;
        right: -9px;
    }



    .personalization h2 {
        font-size: 28px;
        margin-bottom: 20px;
        width: 310px;
    }



    .mobile_category_nav{
        list-style: none;
        color: var(--black);
        padding: 0px 20px;
        cursor: pointer;
        border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    }

    .mobile_category_nav .mobile_category_nav_title{
        color: var(--black);
        cursor: pointer;
        text-decoration: none;
        font-weight: 600;
        font-size: 20px;
        text-transform: uppercase;
        font-family: 'Exo';
        margin-top: 10px;
    }

    .mobile_category_nav .mobile_category_nav_title img{
        display: inline-block;
        width: 15px;
        margin-top: -5px;
        margin-left: 10px;
    }

    .mobile_category_nav .mobile_category_nav_list{
        padding: 0px;
        margin: 0px;
        padding: 5px;
    }

    .mobile_category_nav .mobile_category_nav_list li{
        list-style: none;
        color: var(--black);
        cursor: pointer;
        border-bottom: 1px solid rgba(255, 255, 255, 0.10);
        margin-bottom: 5px;
    }
    .mobile_category_nav .mobile_category_nav_list li a{
        font-family: 'Roboto Condensed', sans-serif;
        color: var(--black);
        cursor: pointer;
        text-decoration: none;
        font-weight: 300;
        font-size: 18px;
    }


    .mobile_first_elements.mobile_second_elements{
        border-top: 1px solid #e9e6e6;
        padding-top: 20px;
        margin-top: 25px;
    }


    .bussiness .new .main-img{
        width: 100%;
    }


    /* FILTER */

    .filter_wrapp {
        display: none;
        position: fixed;
        top: 0px;
        z-index: 1000;
        width: 100%;
        left: 0;
        overflow: scroll;
        height: 102%;
    }

    .close_filter {
        display: block;
        width: 20px;
        position: absolute;
        right: 15px;
        top: 10px;
        color: var(--black);
    }

    /* -- */

}


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

    section.products{
        padding: 0px 15px;
        padding-top: 50px;
    }


    section.notifications{
        padding: 20px;
        margin-top: 0px;
    }

    .notifications .notification.first{
        height: 280px;
    }


    .slick_arrows .next{
        bottom: 270px;
        height: 45px;
        width: 45px;
    }

    .slick_arrows .next img{
        width: 35px;
    }

    .product{
        width: 275px;
        margin-right: 15px;
    }

    .notifications{
        overflow: hidden;
    }

    .notifications .mountain{
        bottom: -140px;
    }

    h2 {
        font-size: 17px;
        text-align: center;
    }

    .advantages ul li{
        text-align: center;
        margin-bottom: 40px;
    }

    .advantages ul li img{
        max-width: 85px;
        margin-bottom: 20px;
        height: auto;
    }

    .advantages ul li .content{
        margin: 0px;
        width: 70%;
        text-align: left;
    }

    .advantages ul li .content p{
        font-size: 14px;
    }

    .advantages img.bottle{
        position: relative;
        margin: 0 auto;
        display: block;
        height: 300px;
    }

    section.advantages{
        padding-bottom: 0px;
        padding-top: 70px;
    }

    .advantages img.bottle{
        margin-top: 40px;
    }


    .advantages ul li .content h4{
        font-size: 16px;
    }


    .advantages img.mountain{
        bottom: 0px;
    }


    footer h3 {
        font-size: 25px;
        margin-top: 35px;
    }

    footer form button{
        width: 100%;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        margin: 0px;
    }


    footer form input{
        width: 100%;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    footer .bottom{
        font-size: 10px;
    }


    .notifications .notification h2{
        font-size: 50px;
        line-height: 50px;
    }

    .notifications .notification.first{
        /*        display: none;*/
    }

    .notifications .notification{
        height: 280px;
    }

    .notifications .notification h4{
        font-size: 18px;
    }

    .notifications .notification .content{
        width: 97%;
        transform: translate(-50%, 0%);
        top: auto;
        bottom: 10px;
    }

    .notifications .notification h3{
        font-size: 17px;
    }

    .notifications .notification h4 {
        font-size: 14px;
    }

    .productImage{
        height: 330px;
    }

    .product_body .company_box{
        padding: 20px;
        font-size: 12px;
        margin-bottom: 20px;
        display: none;
    }


    .breadcrumb{
        margin-top: 10px;
        display: block;
        margin-bottom: 10px;
    }

    .breadcrumb li{
        font-size: 10px;
    }

    .product_subpage h1{
        font-size: 23px;
    }

    .otherProductImage{
        height: 135px;
    }

    .stock span{
        margin-top: 4px;
    }

    .product_body .accessories .addition .content{
        margin-left: 10px;
        width: 65%;
    }

    .product_body .accessories .addition.engraving .content h4{
        font-size: 12px;
    }

    .product_body .accessories .addition .content .price{
        font-size: 13px;
    }

    .product_body .old_price{
        font-size: 18px;
    }

    .product_body .price{
        font-size: 25px;
    }

    .product_body .tax_text{
        font-size: 12px;
        margin-top: 10px;
    }

    .product_body .text{
        font-size: 14px;
    }

    .opinions .opinion h4{
        font-size: 14px;
    }

    section.message_bord {
        display: flex;
        flex-wrap: wrap;
        padding: 20px;
    }

    section.message_bord .message_box{
        display: block;
        width: 100%;
    }

    section.message_bord h3{
        font-size: 20px;
    }

    section.message_bord h4 {
        font-size: 17px;
    }

    section.message_bord .content{
        width: 97%;
        transform: translate(-50%, 0%);
        top: auto;
        bottom: 10px;
    }

    section.message_bord h4{
        font-size: 18px;
    }

    section.message_bord .message_box{
        height: 280px;
        margin-bottom: 30px;
    }

    section.message_bord .message_box{
        margin-right: 0px;
    }

    .breadcrumb li a::after{
        margin-top: 2px;
    }

    .products_subpage .text{
        width: 100%;
        font-size: 16px;
        margin-bottom: 50px;
    }

    .products_subpage h2{
        font-size: 30px;
        margin-top: 0px;
    }

    .products_subpage .product{
        width: 100%;
        margin: 0px;
        margin-bottom: 20px;
    }

    .products_subpage .product .bg{
        height: 190px;
    }

    .products_subpage .mountain{
        margin-bottom: -20px;
    }

    section.categories h2{
        font-size: 15px;
        margin-bottom: 30px;
    }

    .products_subpage{
        padding-bottom: 50px;
    }

    .cross_sell .product h3{
        font-size: 14px;
    }

    .cross_sell .product .price{
        font-size: 14px;
    }

    .multi-steps{
        width: 100%;
        margin-bottom: 20px;
    }

    .multi-steps > li h4{
        font-size: 12px;
    }

    .main_form{
        padding: 0px;
        margin-top: 20px;
    }

    .main_form h4{
        margin-bottom: 30px;
    }

    .main_form h3{
        font-size: 18px;
    }

    .send_as_gift_label .content .text{
        width: 70%;
    }

    .send_as_gift_label .content .text h4{
        font-size: 14px;
    }

    .add_in_cart_wrapper .products .product_card h3{
        font-size: 14px;
    }

    .add_in_cart_wrapper .products .product_card .price{
        font-size: 15px;
    }

    .special_offer .top{
        text-align: left;
        padding: 20px 0px;
    }

    .special_offer h4{
        font-size: 16px;
    }

    .special_offer h5{
        font-size: 14px;
    }

    .cart_overview_card{
        padding: 0px;
    }

    .cart_overview_card ul.sum_total li .left{
        width: 60%;
    }

    .cart_overview_card ul.sum_total li .right{
        width: 38%;
    }

    .multi-steps > li .img_box{
        width: 42px;
        height: 42px;
    }

    .multi-steps > li .img_box img{
        width: 21px;
    }

    .cart_steps{
        padding-top: 25px;
    }

    .single_ambassadors .box h3{
        font-size: 22px;
    }

    .single_ambassadors .box{
        padding: 15px;
    }

    .single_ambassadors .bg{
        min-height: 250px;
    }

    .single_ambassadors .box a{
        height: 60px;
        width: 60px;
    }

    .single_ambassadors .box a img{
        width: 17px;
    }

    .subpage_header h2{
        font-size: 35px;
    }

    .subpage_header h1{
        font-size: 35px;
    }

    .subpage_header .text{
        font-size: 20px;
    }

    .about_us .content {
        padding: 20px;
        width: 95%;
        margin-top: 80px;
    }

    /*    header .single_header{
            height: 500px;
        }*/

    .categories .category{
        text-align: center;
        height: auto;
        padding: 15px;
        margin-bottom: 15px;
    }

    .categories .category h3{
        position: relative;
        left: unset;
        top: unset;
        padding-top: 20px;
        margin-bottom: 20px;
    }

    .categories .category img{
        position: relative;
        bottom: unset;
        right: unset;
        max-width: 100%;
        height: 77px;
        width: auto;
    }

    .shop_box .wrapp .logo{

    }

    .shop_box .wrapp .logo img{
        max-width: 180px;
    }

    .shop_box .right .wrapp{
        padding-top: 0px;
    }

    .top_nav{
        font-size: 10px;
    }


    .icons h4{
        font-size: 12px;
    }

    section.categories.all_products_categories{
        margin-top: -10px;
    }

    .categories.all_products_categories .category {
        padding: 14px 15px;
        margin-bottom: 10px;
        text-align: center;
        margin-bottom: 15px;
    }

    .products_subpage .categories.all_products_categories .category h3 {
        font-size: 14px;
        left: auto;
        top: auto;
        position: relative;
        display: inline-block;
        margin: 0px;
        padding: 0px;
        margin-top: 10px;
    }

    .products_subpage .categories.all_products_categories .category .bg{
        height: 40px;
        width: 80px;
        background-size: 55px;
        display: block;
        margin: 0 auto;
        float: none;
        margin-top: 10px;
    }

    .products_gallery{
        margin-left: -15px;
        margin-right: -15px;
    }

    .product_body .accessories{
        margin-top: 25px;
    }

    .icons{
        display: block;
    }

    .icons .single {
        text-align: center;
        display: inline-block;
        margin: 0;
    }

    .icons img{
        margin: 0 auto;
        margin-bottom: 10px;
        display: block;
    }

    .icons h4{
        text-align: center;
    }

    .product_body .list{
        font-size: 14px;
        margin-top: 30px;
    }

    .technology .top h2{
        font-size: 30px;
    }

    .technology .top h2 .cold{
        font-size: 30px;
        margin: 0px;
    }

    .technology .top h2 .hot{
        font-size: 30px;
        margin: 0px;
    }

    .technology .top h1{
        font-size: 30px;
    }

    .technology .top h1 .cold{
        font-size: 30px;
        margin: 0px;
    }

    .technology .top h1 .hot{
        font-size: 30px;
        margin: 0px;
    }

    .technology .top h4{
        font-size: 18px;
        width: 100%;
        margin-bottom: 20px;
    }


    .ice h2{
        font-size: 30px;
        margin-top: 50px;
    }

    .ice .text{
        font-size: 18px;
    }

    .refresh h2{
        font-size: 30px;
    }

    .refresh .text{
        font-size: 18px;
        width: 100%;
    }


    .bussiness .steps .single_step{
        height: auto !important;
        margin-bottom: 20px;
    }

    .bussiness .customers img{
        max-width: 100%;
    }

    .bussiness .top {
        display: flex;
        flex-direction: column;
    }

    .bussiness .top .left{
        width: 100%;
        margin-top: -8px;
        background-image: none !important;
        min-height: auto;
    }

    .bussiness .top .right{
        width: 100%;
        padding: 20px 40px;
    }

    .bussiness .top .right .content{
        position: relative;
        top: unset;
        left: unset;
        transform: unset;
        width: 100%;
        margin: 0;


    }

    .contact_us form button{
        margin-top: 20px;
    }

    .bussiness .top .right h2{
        font-size: 30px;
        text-align: left;
    }

    .bussiness .top .right h1{
        font-size: 30px;
        text-align: left;
    }

    .contact_us h2{
        text-align: left;
        font-size: 28px;
    }

    .contact_us .main_form h3{
        font-size: 21px;
    }

    .bussiness .top .right h3{
        font-size: 45px;
        line-height: 50px;
    }

    .bussiness .top .right .text{
        font-size: 16px;
    }

    .bussiness .top .right .btn_primary{
        color: var(--black);
        background: none;
    }

    .bussiness .top .right a.cta1{
        font-size: 13px;
    }

    .bussiness .steps .single_step h3{
        font-size: 20px;
    }

    .bussiness .steps .single_step h4{
        font-size: 16px;
    }


    section.products .mountain{
        top: -10px;
        left: 90%;
        z-index: -1;
        transform: translate(-50%, 0);
        width: 100%;
        left: 0;
        transform: none;
        top: 5px;
    }

    .sales_points .top h2{
        margin-top: 30px;
        font-size: 30px;
    }

    .sales_points .top h1{
        margin-top: 30px;
        font-size: 30px;
    }

    .sales_points .top h3{
        margin-bottom: 50px;
        font-size: 18px;
    }

    .sales_points .single_shop{
        padding: 20px;
        font-size: 12px;
        text-align: left;
    }

    .sales_points .single_shop h3{
        font-size: 15px;
    }

    .sales_points .single_shop .bg{
        height: 75px;
    }


    .slick-arrow{
        height: 35px;
        width: 35px;
    }

    .slick-arrow.slick-next {
        right: -5px;
        margin-top: -88px;
    }

    .slick-arrow.slick-prev{
        left: -6px;
    }

    footer a{
        font-size: 13px;
    }

    section.categories{
        margin: 30px 0px;
    }

    .slick-dots li{
        margin-right: 10px;
    }

    .product_body .accessories .addition .content .cta{
        font-size: 12px;
        padding: 0 15px;
    }

    .contact_us form{
        width: 85%;
    }

    .shop_box{
        min-height: auto;
    }

    .insta_feed{
        display: block;
        height: auto;
    }

    .insta_feed a{
        width: 50%;
        display: inline-block;
        height: 200px;
        margin-bottom: -7px;
    }


    .products_subpage .product .bg .main{
        min-height: 100px;
        max-height: 130px;
    }

    .product .bg ul.tags li{
        height: 23px;
        font-size: 12px;
        line-height: 23px;
        z-index: 100;
        position: relative;
    }

    .product .volume {
        height: 35px;
        width: 35px;
        font-size: 11px;
        line-height: 35px;
        right: 10px;
    }

    .product .content {
        padding: 10px 5px;
    }


    .categories .category h3{
        font-size: 17px;
    }

    .product{
        width: 230px;
    }

    .product .bg{
        height: 270px;
    }

    .product .bg .main{
        max-height: 180px;
    }

    .product h3{
        font-size: 14px;
    }

    .product_body .accessories .addition .content h4{
        font-size: 13px;
    }

    #EngravingModal img.booster{
        margin-top: 20px;
    }

    #EngravingModal img.enjoyer{
        margin-top: 20px;
    }

    .no_stock{
        padding: 20px 0;
    }

    .no_stock input{
        width: 100%;
    }

    .no_stock button{
        width: 100%;
    }

    .all_opinions{
        display: none;
    }
    .show_all_opinions{
        display: block;
    }

    .category_banner{
        margin-top: 0px;
    }

    .notifications .notification .content.center{
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
        bottom: unset;
    }

    .product .bg ul.tags li.new{
        display: none;
    }

    .notifications .notification button, section.message_bord button{
        font-size: 16px;
        height: 36px;
        line-height: 36px;
        padding: 0px 20px;
    }

    .product_body .accessories .addition.engraving .engraving_wrapp{
        padding-bottom: 15px;
    }



    /*    .package_products ul.colors li{
            margin-right: 1px;
        }*/

    .product_body .accessories .addition .package_engraving .content{
        width: 100%;
    }

    .product_body .accessories.package_products .addition .content .package_engraving h4{
        font-size: 12px;
    }

    .engraving_image_content img.engraving_img.booster{
        margin-top: 20px;
    }

    .engraving_image_content img.engraving_img.enjoyer{
        margin-top: 20px;
    }

    .products_mobile_slider{
        margin-bottom: 20px;
    }

    .products_mobile_slider .single_product_mobile_slider{
        height: 550px;
        background-position: bottom;
    }

    .counter_wrapp h4{
        display: block;
        margin: 0px;
        font-size: 12px;
    }

    .counter_wrapp h5{
        font-size: 10px;
    }

    .wish_list_button{
        margin-left: -15px;
    }

    .products_wrapp{
        padding-left: 0px;
    }

    .product_body .video_frame{
        display: none;
    }

    .product_body .video_frame_mobile{
        display: block;
        width: 100%;
        height: 200px;
        margin: 15px;
        border: none;
    }

    .sticker_box img{
        width: 100%;
    }

    .sticker_box h4{
        font-size: 14px;
    }

    .landing_page1 .header h1{
        font-size: 30px;
        margin-top: 100px;
    }

    .landing_page1 .header h2{
        font-size: 42px;
    }

    .landing_page1 .header{
        text-align: center;
    }

    .landing_page1 .first_card{
        font-size: 14px;
    }

    .landing_page1 .first_card img{
        height: 80px;
        width: 80px;
    }

    .landing_page1 .first_card{
        margin-bottom: 20px;
    }

    .landing_page1 .first_card .text h3{
        font-size: 16px;
    }

    .landing_page1 .section2{
        margin-top: 0px;
        height: 420px;
    }

    .landing_page1 .section1{
        padding-bottom: 65px;
    }

    .landing_page1 .section2 .wrap{
        position: relative;
        bottom: unset;
        width: 100%;

    }

    .landing_page1.landing_page2 .product_subpage{
        padding-top: 45px;
    }


    .landing_page1 .shop_box .shop_box_title{
        font-size: 24px;
    }

    .landing_page1 .video_box h3{
        display: block;
        width: 60%;
        margin-top: -5px;
        left: 110px;
        font-size: 20px;
        top: 0px;
        transform: none;
        color: #000000;
    }

    .landing_page1 .video_box .popup-video{
        top: 0px;
        left: 45px;
        width: 60px;
        height: 60px;
        line-height: 60px;
    }


    .landing_page1 .video_box{
        margin-top: 80px;
    }

    .landing_page1 .video_box .popup-video img{
        width: 25px;
    }

    .landing_page1 .section2 .text h3{
        font-size: 27px;

    }

    .video_box{
        display: none;
    }

    .video_box.video_box_mobile{
        display: block;
        position: absolute;
        bottom: 50px;
        margin: 0px;
        width: 100%;
    }

    .landing_page1 .section3.section5 .wrap .first_card{
        margin-top: 0px;
    }

    .landing_page1 .section3.section5 .wrap .first_card {

        margin-bottom: 20px;
        margin-top: 30px;
    }


    .landing_page1 .stock{
        margin-top: 20px;
    }

    .landing_page1 .main{
        padding-top: 20px;
    }

    .landing_page1 .section3.section5 img.main.second {
        max-width: 90%;
    }

    .landing_page1 .section2 .text h3{
        font-size: 23px;
    }

    .landing_page1 .section2 .text{
        font-size: 15px;
    }

    .landing_page1 .shop_box .shop_box_title{
        margin: 0 auto;
        width: 80%;
        margin-bottom: 30px;
    }


    .landing_page1 .section3{
        margin-bottom: 55px;
    }

    .landing_page1 .section1 .first_card .text h4 {
        font-size: 13px;
    }


    .landing_page1 .section3 img.main {
        max-width: 100%;
        margin-top: 0px;
    }

    .landing_page1 .section3.section5 .wrap.wrap2 .first_card {
        margin-top: 30px;
    }

    .landing_page1 .section3.section5 img.main{
        max-width: 65%;
        margin-top: 0px;
    }

    .landing_page1 .section3 .wrap.wrap2{
        margin-top: 19px;
    }

    .product_body .price_box{
        margin-top: 20px;
    }

    .landing_page1.landing_page2 .header{
        height: 420px;
        background-position: bottom;
    }



    .landing_page1.landing_page2 .section2 .text{
        display: none;
    }

    .landing_page1.landing_page2 .section2 .text h3{
        display: block;
    }

    .landing_page1.landing_page2 .header .cta {
        border: 1px solid #ffffff;
        color: #ffffff;
        position: absolute;
        left: 50%;
        top: 90px;
        transform: translate(-50%, -50%);
        width: max-content;
        top: unset;
    }

    .landing_page1.landing_page2 .video_box.video_box_mobile{
        margin-top: 116px;
    }

    .landing_page1.landing_page2 .video_box h3{
        display: block;
        width: 100%;
        margin-top: -35px;
        left: 0px;
        font-size: 26px;
        top: 0px;
        transform: none;
        color: #ffffff;
    }

    .landing_page1.landing_page2 .video_box h3 .text_mobile{
        font-size: 16px;
        text-transform: initial;
        font-weight: 300;
        font-family: 'Roboto Condensed', sans-serif;
    }


    .new_opinions{
        text-align: center;
        margin-top: 20px;
        padding-bottom: 40px;
    }


    .new_opinions .rate{
        font-size: 60px;
    }

    .new_opinions .rate span{
        font-size: 30px;
    }

    .new_opinions h3{
        font-size: 16px;
    }

    .new_opinions h4{
        font-size: 22px;
    }

    .all_opinions{
        display: block;
        margin-top: 40px;
        text-align: left;
    }

    .new_opinions .single_opinion{
        padding: 20px;
    }

    .new_opinions .text {
        margin-top: 16px;
        font-size: 12px;
    }

    #map{
        height: 400px;
    }

    .engraving_card .content{
        width: 85%;
        margin-top: 4px;
    }

    .engraving_card{
        padding: 10px 12px;
    }

    .engraving_card h4{
        font-size: 13px;
    }

    #NewslettersModal .modal-content .left{
        width: 100%;
    }

    #NewslettersModal .modal-content .box {
        flex-direction: column;
    }

    #NewslettersModal .modal-content .right{
        width: 100%;
        padding: 20px;
    }

    #NewslettersModal .modal-content .right h3{
        font-size: 35px;
    }

    #NewslettersModal .modal-content .right h4{
        font-size: 60px;
    }

    #NewslettersModal .modal-content .close{
        position: absolute;
        right: 15px;
        top: 15px;
        color: #ffffff;
        font-size: 30px;
        opacity: 1;
        background: #383330;
        width: 30px;
    }

    #NewslettersModal .modal-content .right button.cta{
        margin-top: 0px;
    }

    #NewslettersModal .modal-dialog {
        max-width: 700px;
        margin-top: 10%;
    }

    #NewslettersModal .modal-content .left img {
        width: 100%;
        height: 202px;
    }

    #NewslettersModal .modal-content .right h3 {
        font-size: 25px;
    }

    .landing_opinions .slick-arrow.slick-prev{
        left: 0px;
        top: 42%;

    }

    .landing_opinions .slick-arrow.slick-next{
        top: 42%;
        right: 0px;
    }

    .landing_opinions .single_opinion{
        padding: 37px;
        font-size: 14px;
    }

    .bussiness .top .left img{
        display: block;
        max-width: 100%;
    }

    .black_friday .content{
        width: 100%;
        margin-top: 60px;
    }

    .black_friday h2 {
        font-size: 33px;
    }

    .black_friday h4{
        padding: 20px 0px;
    }

    .black_friday button {
        margin-top: 10px;
        margin-bottom: 50px;
        width: 100%;
    }

    .personalization .text {
        top: 360px;
        margin: 15px;
        text-align: left;
    }

    .personalization h2 {
        font-size: 29px;
        margin-bottom: 20px;
        width: 83%;
        text-align: left;
        word-break: initial;
    }

    .personalization h3 {
        font-size: 21px;
        width: 100%;
    }

    .personalization{
        margin-bottom: 80px;
    }

    .textContent.booster{
        top: 110px;
    }


    .cross_sell .bg{
        height: 85px;
    }

    .textContent.enjoyer{
        top: 150px;
    }

    .valentine_heart {
        float: right;
        margin-top: -44px;
        width: 22px;
        margin-right: 0px;
    }

    .product_earth_day{
        padding: 10px;
    }

    .product_earth_day .text{
        font-size: 12px;
    }

    .product_earth_day img {
        margin-top: 4px;
    }

    .product_earth_day.shop_earth_day .text {
        margin-top: 1px;
    }


    .cc-modal-window .cc-window-settings-buttons, .cc-window .cc-window-buttons{
        text-align: center !Important;
        margin-top: 10px !Important;
    }

    .cc-window.cc-animation-in.cc-pos-bottom, .cc-window.cc-animation-in.cc-pos-bottom-center, .cc-window.cc-animation-in.cc-pos-bottom-left, .cc-window.cc-animation-in.cc-pos-bottom-right{
        width: 100% !important;
        left: 0px !Important;
    }

    .products_subpage h1 {
        font-size: 30px;
        margin-top: 0px;
    }


    /*    #sidebarMenu{
            width: 290px;
        }*/


    .personalization button{
        margin-top: -20px;
    }


    .quantity_discount_box label {
        margin-top: 23px;
    }

    .quantity_discount_box li .right {
        width: 48%;
        padding: 8px 20px;
        font-size: 12px;
    }


    .quantity_discount_box li .left{
        font-size: 16px;
        padding: 17px 17px;
    }

    .landing_page_products .combination_product {
        width: 90px;
        height: 90px;
    }

    .upsell_product .upsell_gallery ul li {
        display: inline-block;
        width: 46%;
        margin-right: 10px;
        margin-bottom: 10px;
    }


    .notifications .notification .position_center{
        bottom: 50%;
    }

    .video_box_landing .content {
        padding-top: 20%;
    }


    .video_box_landing h2 {
        font-size: 20px;
        color: #ffffff;
        margin-bottom: 10px;
    }

    .video_box_landing a{
        height: 36px;
        font-size: 16px;

        line-height: 36px;
    }

    .product .bg ul.tags li.discount {
        height: 30px;
        width: 30px;
        line-height: 30px;
        font-size: 10px;
        z-index: 100;
        position: relative;
    }


    ul.tags.product_tags{
        position: absolute;
        padding: 0;
        margin-top: 10px;
    }

    ul.tags.product_tags li.discount{
        text-align: center;
        font-size: 14px;
    }


    .product .bg ul.tags{
        padding: 5px;
    }

    .products_gift .main-img{
        margin-bottom: 30px;
    }

    .products_gift .card_type.card_value{
        width: 100%;
    }

    .mobile_filter button {
        width: 40%;
        height: 40px;
        border: none;
        background-color: #ffffff;
        font-size: 14px;
        transition: .3s;
        margin: 0px;
        border: 1px solid #dadfe3;
        z-index: 1;
        position: relative;
        color: var(--black);
        display: block;
    }

    .mobile_filter button img {
        width: 17px;
        margin-right: 10px;
    }

    .define_products_view {
        width: 58%;
        margin-left: auto;
        margin-top: 0;
        margin-bottom: 20px;
        margin-top: -40px;
    }

    .confirm_mobile, .cancel_mobile{
        display: block;
        width: 100%;
    }

    .cancel_mobile{
        border: none;
        background: none;
        text-align: center;
        width: 100%;
        text-decoration: underline;
        margin-top: 20px;
        color: var(--black);
        display: block;
        padding-bottom: 50px;
    }


    .landing_category_card .content .title_cta{
        margin-top: 14px;
        font-size: 16px;
    }

    .landing_category_card {
        margin-bottom: 30px;
    }

    .products_filter_banner{
        margin-bottom: 0px;
        margin-bottom: -20px;
    }

    .landing_page1.winter_edition .section1{
        padding-top: 0px;
    }

    .winter_card_1, .winter_card_2, .winter_card_3{
        display: none;
    }

    .landing_page1.winter_edition .winter_card.winter_card_4{
        display: block;
        height: 360px;
        padding-top: 50px;
    }

    .landing_page1.winter_edition .winter_card h3{
        padding: 0px;
        font-size: 20px;
    }


    .landing_page1.winter_edition .winter_card .content{
        flex-direction: column;
    }


    .fast_delivery img {
        width: 25px;
    }

    .fast_delivery{
        font-size: 12px;
    }

    .product_body .accessories.free_gift .addition .content {
        width: 65%;
    }


    .product_body .accessories.free_gift .addition .content .extra{
        font-size: 10px;
    }


    .order_dump .top{
        font-size: 15px;
        height: 33px;
        line-height: 33px;
        border-bottom-left-radius: 9px;
        border-bottom-right-radius: 9px;
    }

    .order_dump .content{
        text-align: center;
        margin-top: 35px;
    }

    .order_dump .content h1 {
        font-size: 40px;
        line-height: 45px;
    }
    
    .order_dump .content h1 strong{
        
    }
    
    .order_dump .line{
        display: none;
    }
        

    .order_dump .line-mobile{
        position: absolute;
        left: 0px;
        width: 100%;
        top: 0px;
        z-index: -1;
        display: block;
    }

    .order_dump .container-fluid {
        flex-direction: column;
    }
    
    .order_dump .gift{
        display: none;
    }

    .order_dump .gift-mobile{
                display: block;
        margin-top: -206px;
        z-index: -1;
        position: relative;
    }

    .order_dump .cta-box{
        display: none;
    }

    .order_dump .cta-box-mobile{
               display: block;
        margin-top: -206px;
        padding-bottom: 50px;
    }

    .order_dump .pricing {
        margin-left: 0;
        margin-top: 10px;
    }
    
    .order_dump .pricing .old{
        height: 86px;
        width: 86px;
        margin-bottom: -31px;
    }
    
    .order_dump .pricing .old label {
        font-size: 10px;
        margin-top: 27px;
    }
    
    .order_dump .pricing .old .price{
        font-size: 20px;
    }
    
    .order_dump .pricing .new .price{
        height: 122px;
        width: 122px;
        font-size: 31px;
        line-height: 122px;
    }
    
    
    .order_dump{
            position: unset;
    }

    
    .order_dump .cta-box button{
        width: auto;
        font-size: 16px;
        height: 51px;
        margin: 0 auto;
        display: block;
        padding: 0 50px;
        max-width: 100%;
    }

    .order_dump .cta-box a {
        height: 30px;
        line-height: 30px;
        font-size: 10px;
    }
    
    .order_dump .bottom{
        position: relative;
        transform: none;
        left: 0px;
        margin: 0 auto;
        display: block;
        text-align: center;
        margin-top: 45px;
        font-size: 24px;
        padding-bottom: 30px;
        display: none;
    }
    
    
    .upsell_product .cross_sell .product .bg .main{
        object-fit: cover;
        object-position: center center;
        height: 100%;
        margin: 0px;
        position: relative;
        padding: 0px;
    }
    
    
    .upsell_product .cross_sell .product .price{
        float: none;
        margin: 0px;
        font-size: 16px;
    }
    
    
    
}


@media screen and (max-width: 400px){
    .landing_page1 .header h1 {
        font-size: 24px;
        margin-top: 90px;
    }

    .landing_page1 .header h2 {
        font-size: 34px;
    }

    .landing_page1 .header h3 {
        font-size: 18px;
    }

    .landing_page1 .first_card .text h3 {
        font-size: 16px;
    }

    .landing_page1.landing_page2 .video_box h3 {
        display: block;
        width: 100%;
        margin-top: -35px;
        left: 0;
        font-size: 26px;
        top: 0px;
        transform: none;
        color: #000000;
    }

    .bussiness .top .right h3{
        font-size: 45px;
    }

    .bussiness .top .right{
        padding: 20px 27px;
    }

    .personalization .text {
        top: 300px;
        margin: 15px;
        text-align: left;
    }


    .free_stickers{
        line-height: unset;
        flex-direction: column;
        height: auto;
        padding: 10px;
        padding-bottom: 20px;
    }

    .free_stickers div{
        margin: 0px;
    }

    .free_stickers img{
        height: auto;
        max-width: 80%;
        margin: 0 auto;
    }


    .product .bg ul.tags li{
        font-size: 10px;
    }

    .define_products_view select {
        height: 40px;
        font-size: 10px;
    }


    .landing_page1.winter_edition .winter_card .content{
        height: 100px;
    }


}