@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* desktop */
body > br{
    display: none;
}

body {
    color: #000;
    font-size: 15px !important;
    line-height: normal;
}

a {
    text-decoration: none !important;
    transition: all 0.50s !important;
}

h6 a:hover{
    color: #4d4d4d;
}

#main_index {
    overflow: hidden;
    padding-bottom: 0 !important;
}



.navbar_type8 {
    background-color: #ff7815;
    height: 120px;
    padding: 15px 70px;
    width: 90%;
    margin-left: 5%;
    border-radius: 999px;
    margin-top: 30px;
    
    outline: 3px solid white;
    outline-offset: -10px;
}

.navbar_type8 .logo {
    margin-left: 0;
    display: flex;
    align-items: center;
}

.navbar_type8 .logo img {
    width: auto;
    padding: 0;
    height: 90%;
}

.navbar_type8 .nav_tab {
    padding-left: 0;
    padding-right: 0;
}

.navbar_type8 .nav_tab .nav_item {
    padding: 0 20px;
    text-transform: none;
}

.navbar_type8 .nav_tab .nav_item:first-child {
    padding-left: 0;
}

.navbar_type8 .nav_tab .nav_item:nth-child(8), .navbar_type8 .nav_tab .nav_item:last-child {
    padding-right: 0;
}

.navbar_type8 .nav_tab .nav_item::before {
    display: none;
}

.navbar_type8 .nav_tab .nav_item a {
    color: #ffffff;
    font-weight: 700;
    
    padding: 0;
}

.navbar_type8 .nav_tab .nav_item a:hover {
    color: #4d4d4d;
}

.dark_nav {
    background-color: #ff7815 !important;
}

/* */

.navbar_type8 .nav_tab .nav_item.login {
    margin-left: 50px;
}

.navbar_type8 .nav_tab .nav_item.login a {
    display: block !important;
}

.navbar_type8 .nav_tab .nav_item.login a p {
    max-width: 100% !important;
    margin-right: 0 !important;
}

.navbar_type8 .nav_tab .login i, .navbar_type8 .nav_tab .shopping i {
    transform: scale(1);
    font-size: 25px;
}

.navbar_type8 .nav_tab .active {
    color: #000000 !important;
    transition: all 0.50s;
}

.navbar_type8 .nav_tab .active:hover {
    color: #f39200 !important;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu {
    background-color: #ffffff;
    top: 100%;
    right: 0;
    left: auto;
    min-width: auto;
    padding: 25px;
    margin: 0 auto;
    border-radius: 0;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item {
    background-color: transparent;
    max-width: 100%;
    min-width: auto;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item .pt-1 {
    padding: 0 !important;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a {
    padding: 0 !important;
    text-transform: capitalize;
    font-weight: normal;
    margin-bottom: 15px;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item:last-child a {
    margin-bottom: 0;
}

/* */
.index_wrapper_2{
    margin-top: -120px;
}


.slider_banner, .slider_banner .item, .item img {
    height: 100% !important;
}

.slider_banner .banner_content {
    overflow: hidden;
    opacity: 1 !important;
    background: linear-gradient(90deg,rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 55%, rgba(255, 255, 255, 0.7) 100%);
    height: 100% !important;
    
    display: flex;
    align-items: center;
    
    padding-left: 95px;
    
    
}

.overlay-circle {
  position: absolute;
  width: 25vw;
  height: 25vw;
  background: linear-gradient(90deg,rgba(138, 138, 138, 1) 0%, rgba(80, 80, 80, 1) 100%);
  border-radius: 50%;
  left: 145px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  /*max-width: 100%;*/
}

.hero-content h4 {
  color: #ff7815;
  font-size: 2.5vw;
  margin-bottom: -12px;
  font-weight: 700;
}

.hero-content h2 {
  font-size: 4.3vw;
  line-height: 1.2;
  font-weight: 700;
}

.hero-content .line {
  display: inline-block;
  position: relative;
}

.hero-content .white {
  color: #fff;
}

.hero-content .orange {
  color: #ff7815;
}

.hero-content .line::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 46%;
  height: 2px;
  background: #ff7a00;
}

.hero-content .font-small.hero {
  color: #fff;
  
  max-width: 80%;
}

/*#top_spacing{*/
/*    height:calc(120px + 30px)!important;*/
/*}*/
/*#main_index #top_spacing{*/
/*    height:calc(120px + 0px)!important;*/
/*}*/
#main_index{
    padding-top:0;
}
.all_functional_page{
    padding-top:2rem;
}

/*Laptop*/
@media only screen and (max-width: 1200.5px) {
    
    .navbar_type8{
        height: 90px;
    }
    
    .navbar_type8 .logo img{
        height: 60%;
    }
    
}

@media only screen and (max-width: 992.5px) {
    #main_index{
        padding-top:0;
    }
    .all_functional_page{
        padding-top:9rem;
    }    
    
    #top_spacing{
        height: 90px;
    }
}

/*Tablet*/
@media only screen and (max-width: 991.5px) {
    .index_wrapper_2{
        margin-top: 0px;
    }   
    #main_index{
        padding-top:0;
    }
    .all_functional_page{
        padding-top:0rem;
    }   
    
    .m_nav_type5{
        background: linear-gradient(135deg,
        rgba(80, 80, 80, 1) 0%,
        rgba(138, 138, 138, 1) 100%
        );
    }
    
    .m_nav_type5 .menu_bar .bar1, .m_nav_type5 .menu_bar .bar2, .m_nav_type5 .menu_bar .bar3{
        background-color: #fff;
    }
    
    .hero-content h4{
        margin: 0px;
    }
    
    .hero-content .font-small.hero{
        font-size: 1.8vw;
        line-height: normal;
    }
}


/*Phone*/
@media only screen and (max-width: 766.5px) {
    .slider_banner, .slider_banner .item, .item > img, .slider_banner .banner_content{
        height: 85vw !important;
    }
    
    .slider_banner .banner_content{
        padding-left: 45px;
    }
    
    .hero-content h4{
        font-size: 5.5vw;
    }
    
    .hero-content h2{
        font-size: 7vw;
    }
    
    .hero-content .font-small.hero{
        max-width: 60%;
        font-size: 3vw;
        line-height: 3.8vw;
    }
    
    .overlay-circle{
        
        width: 45vw;
        height: 45vw;
        
        left: 60px;
    }
}




.table1 {
        /* display: flex; */
    /* align-items: flex-end; */
    /* justify-content: center; */
    /* flex-direction: column; */
    text-align: right;
    /* height: 100%; */
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10%;
    /* width: 100%; */
    /* max-width: 1250px; */
    /* margin: 0 auto; */
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    padding: 15px;
}

.banner1 {
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
    line-height: 1;
    color: #ec8c22;
}

.banner2 {
    text-transform: uppercase;
    font-size: 55px;
    font-weight: 600;
    max-width: 70%;
        margin-left: auto;
    line-height: 1.25;
}

.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1250px;
}

.space {
    padding-top: 25px;
    /*padding-bottom: 50px;*/
}

#main_index .index_wrapper_4{
    padding-top: 25px;
}

.space1 {
    padding-top: 250px;
    padding-bottom: 150px;
}
.about_content{
    font-size:16px;
    font-weight:400;
    line-height:1.5;
    color:#000;
}

.space2 {
    padding-top: 50px;
}

.move1 {
    margin-top: -100px;
}

.cover1 {
    position: relative;
    overflow: hidden;
    background-image: url(https://cdn1.npcdn.net/img/1673857495d1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 450px;
    z-index: 1;
    color: #ffffff;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: all 0.50s;
}

.cover1:hover {
    transform: translateY(15px);
}

.cover1:before {
    content: '';
    background: linear-gradient(rgba(0, 0, 0, 0.25), rgb(0, 0, 0), rgb(0, 0, 0));
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.cover1 img {
    max-width: 75%;
    transition: all 0.50s;
}

.cover1:hover img {
    transform: scale(1.25);
}

.font-title {
    font-size: 25px;
    font-family: "Outfit", sans-serif;
    font-weight: 700;
    margin: 5% 0 10%;
}

.btn1 {
    display: inline-block;
    background-color: #4d4d4d;
    color: #ffffff;
    padding: 10px 50px;
    
    border-radius: 100px;
    font-family: "Outfit", sans-serif;
    font-weight: 700;
    transition: transform .5s;
}


.btn1:hover {
    background-color: #ff7815;
    color: #ffffff;
    transform: scale(0.9);
    transition: transform .5s;
}

.border1 {
    display: flex;
    justify-content: center;
}

.icon1 {
    display: flex;
    align-items: baseline;
}

.icon1 div:first-child {
    width: 20%;
}

.icon1 img {
    padding-right: 15px;
    position: relative;
    top: 15px;
}

.icon1:hover img {
    animation: 1s swing;
}

/* 圆形外框 */


.icon-circle {
    width: 15vw;
    height: 15vw;
    border-radius: 50%;         /* 完美圆形 */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: transform 0.3s ease;
}

.icon-circle.left{
    float: right;
}

.icon-circle.right{
    float: left;
}

.icon-circle.left,.icon-circle.right{
    border: 3px solid #ff7815; /* 橙色边框 */
}

.icon-circle.center{
    border: 3px solid #ff7815;
    background: #ff7815;
}

/* 简单的悬停效果 */
.icon-circle:hover{
    transform: scale(1.05);
    /*background-color: #fffaf5;*/
}

/* 图标样式 */
.icon-svg {
    width: 80px;
    height: 80px;
    color: #FF7F11; /* 图标颜色 */
    margin-bottom: 20px;
}

/* 文字样式 */
.text-container {
    padding-top: 20px;
    font-size: 1.4vw;
    font-weight: 700; /* 加粗 */
    line-height: 1.2;
    display: flex;
    flex-direction: column;
    font-family: "Outfit", Sans-Serif;
}

.text-container.side{
    color: #ff7815;
}

.text-container.center{
    color: #ffffff;
}

.text1 {
    width: 80%;
}

.font-icon {
    font-size: 25px;
    
    font-weight: 500;
}

.font-big {
    font-size: 30px;
    font-family: "Outfit", sans-serif;
    font-weight: 700;
    color: #ff7815;
}

.font-big span{
    position: relative;
    display: inline-block;
}

.font-big span::after{
    content: "";
    position: absolute;
    
    
    left: 50%;
    bottom: -8px; 
    transform: translateX(-50%);
    
    width: 8vw;
    height: 0.10rem;
    background-color: #4d4d4d;
    /*background: #8c8c8c;*/
    transition: width 0.8s ease 0.4s;
}

.font-small {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    line-height: 25px;
    font-style: italic;
    color: #4d4d4d;
}

.font-small.product{
    width: 42%;
    margin:0 auto;
}

.small-1 {
    max-width: 75%;
    margin: 0 auto;
}

/*Laptop*/
@media only screen and (max-width: 1200.5px) {
    
    .navbar_type8{
        height: 90px;
    }
    
    .navbar_type8 .logo img{
        height: 80%;
    }
    
    .icon-circle{
        width: 20vw;
        height: 20vw;
    }
    
}

@media only screen and (max-width: 992.5px) {
    
    
}

/*Tablet*/
@media only screen and (max-width: 991.5px) {
    
   

}
/*Phone*/
@media only screen and (max-width: 767.5px) {
    
    .font-big{
        font-size: 25px;
    }
    
    .icon-circle{
        width: 40vw;
        height: 40vw;
    }
    
    .icon-circle.right{
        float: none;
        margin: 0 auto;
    }
    
    .icon-circle.left{
        float: none;
        margin: 0 auto;
    }
    
    .text-container{
        font-size: 3.5vw;
    }
    
    .font-big span::after{
        width: 25vw;
    }
}

/*Section1*/
.hp_categoriesbtn{
    display: flex;
    justify-content: center;
}





/* Categories Slider*/

.index_wrapper_3{
    margin-top:-6%;
}

.product_cat-11{
    height: 140%;
}

.product_cat-11 .hp_product_cat_slider .item a .wrapper_title .category_title:nth-child(1){
    display: none;
}



.product_cat-11 .hp_product_cat_slider .item a .wrapper_title .category_title{
    font-size: 20px;
  
    font-weight: 600;
    margin: 5px 0 20px;
    color: white;
    /*text-transform: uppercase;*/
    filter: drop-shadow(1px 2px 2px black);
    font-style: normal;
}

.product_cat-11 .hp_product_cat_slider .item a .wrapper_btn .view_btn{
    display: inline-block;
    background-color: #4d4d4d;
    color: #fff;
 
    padding: 10px 50px;
 
    border-radius: 100px;

    font-weight: 600;
    margin-bottom: 16%;
    
    transition: transform .5s;
}


.product_cat-11 .hp_product_cat_slider .item a .wrapper_btn .view_btn:hover{
    background-color: #ff7815;
    color: #ffffff;
    transform: scale(0.9);
    transition: transform .5s;

}

.product_cat-11 .hp_product_cat_slider .item .wrapper_brand{
    position: relative;
    height: 100%;
}

.product_cat-11 .hp_product_cat_slider .item .wrapper_brand .cat_img{
    display: none;
}

.product_cat-11 .hp_product_cat_slider .item .wrapper_brand:hover img{
    
    width: 100%;
    transform: translate(0,0);
}



.product_cat-11 .hp_product_cat_slider .item{
    height:400px;
    align-items: center;
    width:100%;
}

.product_cat-11 .hp_product_cat_slider .item a{
    position: absolute;
    justify-content: flex-end;
}





.product_cat-11 .hp_product_cat_slider .item::after{
    
    background-color: rgba(0,0,0,0);
}

.product_cat-11 .hp_product_cat_slider .card{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 9px 10px -5px,rgba(0, 0, 0, 0.04) 0px 2px 2px 2px;    
}

.product_cat-11 .slick-arrow{
    height: 40%;
}

.product_cat-11 .slick-arrow::before{
    color: #ff7815;
}




/* tag */

.index_wrapper_6{
    padding-top: 40px;
}

#main_index .index_wrapper_6 {
    position: relative;
    z-index: 2;
}

#main_index .product_img {
    margin-bottom: 0;
    border-radius: 14px;
}



#main_index .productSlider-1 .slick-track .slick-slide {
    margin: 15px;
    border-radius: 22px;
    box-shadow: 0 0 12px 0px rgba(0, 0, 0, 0.25);
    background-color: #ffffff;
}

#main_index .productSlider-1 .product_img .product_box {
    margin: 15px;
    border: none;
    background-color: transparent;
}

#main_index .productSlider-1 .product_img .product_box .product_img_frame img {
    border-radius: 0;
}

#main_index .productSlider-1 .product_img .product_box .text-left {
    text-align: center !important;
}

.productSlider-1 .slick-prev {
    left: -35px;
}

.productSlider-1 .slick-next {
    right: -35px;
}

.productSlider-1 .slick-prev:before, .slick-next:before {
    color: #ff7815;
}

.index_wrapper_7{
    position: relative;
    z-index: 4;
}

.productSlider-1 .product_img .product_box h6{
    color: #4d4d4d;
    font-family: "Outfit", Sans-Serif;
    font-weight: 700 !important;
}




.slick-next:before, .slick-prev:before{
    font-size: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 1140px) {
    .productSlider-1 .slick-prev{
        left: 0px;
    }
    .productSlider-1 .slick-next {
        right: 0px;
    }
    
    
    
}


@media only screen and (max-width: 767.5px) {
    
    .productSlider-1 .product_img .product_box h6{
        display: -webkit-box;        
        -webkit-box-orient: vertical; 
        -webkit-line-clamp: 2;       
        overflow: hidden;            
        text-overflow: ellipsis;     
    }
    
    #main_index .productSlider-1 .slick-track .slick-slide{
        margin: 5px;
    
}

}

/* */

.middle1 {
    background-attachment: fixed;
    background-image: url(https://cdn1.npcdn.net/images/E_Picture_1_a28tzx_1776738369.jpg?md5id=21a921f165298b0110b80821cc5bd761&new_width=2300&new_height=898&type=4);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    margin-top: -75px;
    z-index: 1;
}

.middle1:before {
    content: '';
    /*background-color: rgba(0, 0, 0, 0.25);*/
    background-color: #ffffff3d;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.font-big-2 {
    line-height: 1.25;
    font-size: 55px;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    max-width: 50%;
    margin: 0 auto;
}

.both1 {
    background-image: url(https://cdn1.npcdn.net/images/F_Picture_1_lv0saz_1776672891.jpg?md5id=21a921f165298b0110b80821cc5bd761&new_width=1000&new_height=1000&type=4);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 265px;
    position: relative;
    overflow: hidden;
    border-radius: 24px;
}

.both1:before {
    content: '';
    /*background: linear-gradient(to right, rgba(0, 0, 0, 0.25), #000000);*/
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.50s;
}

.both1:after {
    content: '';
    background: linear-gradient(90deg,rgba(138, 138, 138, 1) 0%, rgba(80, 80, 80, 1) 100%);
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(50%, -50%);
    width: 500px;
    height: 500px;
    border-radius: 100%;
    transition: all 0.50s;
}

.both2 {
    background-image: url(https://cdn1.npcdn.net/images/F_Picture_2_3xjyzc_1776672891.jpg?md5id=21a921f165298b0110b80821cc5bd761&new_width=1000&new_height=1000&type=4);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 265px;
    position: relative;
    overflow: hidden;
    border-radius: 24px;
}

.both2:before {
    content: '';
    /*background: linear-gradient(to right, rgba(0, 0, 0, 0.25), #000000);*/
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.50s;
}

.both2:after {
    content: '';
    background: linear-gradient(90deg,rgba(138, 138, 138, 1) 0%, rgba(80, 80, 80, 1) 100%);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
    width: 500px;
    height: 500px;
    border-radius: 100%;
    transition: all 0.50s;
}

.both1:hover:before, .both2:hover:before  {
    background-color: rgba(0, 0, 0, 0.50);
}

.both1:hover:after {
    transform: translate(35%, -50%);
}

.both2:hover:after {
    transform: translate(-35%, -50%);
}

.btn2 {
    background: transparent;
    padding: 300px;
    border-radius: 24px;
    position: absolute;
    top: 0%;
    left: 0%;
    z-index: 5;
    
}

.write1 {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    text-align: right;
    padding: 50px;
    z-index: 1;
}

.write2 {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    text-align: left;
    padding: 50px;
    z-index: 1;
}

.font-write {
    font-size: 35px;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
}

/* Brand Slider*/

/* Slider 容器样式 */
.hp_brand_slider {
    padding: 20px 0;
}

/* Logo 图片样式 */
.brand-item {
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 80px; /* 根据 Logo 高度调整 */
    outline: none;
}
.brand-item img {
    max-height: 100%;
    max-width: 140px;
    object-fit: contain;
    /*filter: grayscale(100%); */
    transition: 0.3s;
}
/*.brand-item img:hover {
    filter: grayscale(0%);
}*/


.brand-sep {
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 80px;
}
.brand-sep .dot {
    width: 12px;
    height: 12px;
    border: 2px solid #ff7815; 
    border-radius: 50%;
    display: inline-block;
}

.index_wrapper_10{
    padding-top: 40px;
}



/* subscribe */
/*
.index_wrapper_12 {
    padding-bottom: 50px;
}*/

.index_wrapper_13{
    padding-bottom: 70px;
}

.subscribe_new {
    background-image: url(https://cdn1.npcdn.net/images/G_Picture_1_fdl3zo_1776672891.jpg?md5id=21a921f165298b0110b80821cc5bd761&new_width=1000&new_height=1000&type=4);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    background-color: inherit;
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
    position: relative;
}

.subscribe_new:before {
    content: '';
    /*background-color: rgba(0, 0, 0, 0.75);*/
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.subscribe_new .col-12.col-md-6.mb-0.mb-lg-3 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 0 !important;
    padding: 15px;
}

.subscribe_new .all_font_md {
    margin-top: 0 !important;
    font-size: 30px !important;
    font-family: "Outfit", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px !important;
}



.subscribe_new p {
    line-height: 25px;
    max-width: 50%;
    margin: 0 auto;
}

.subscribe_new .col-12.col-md-6.mb-0.mb-lg-3.d-flex {
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    margin: 0 auto;
}

.subscribe_new .input {
    border-radius: 100px;
    font-size: 15px !important;
    margin-top: 0 !important;
    height: auto;
    padding: 15px;
    line-height: normal;
    background-color: #ffffffa1;
    border: 2px solid #ff7815;
    caret-color: #999999;
    color: #ff7815;
}

.subscribe_new .input::placeholder{
    color: #999999;
}

.subscribe_new .input:focus {
 
  box-shadow: 0 0 8px 2px rgb(255 255 255 / 13%);
  
  border: 2px solid #ff7815;
}

.subscribe_new .search {
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    margin-top: 0 !important;
    font-size: 15px !important;
    padding: 15px 40px;
    background-color: #ff7815;
    border-radius: 100px;
    margin-right: 15px;
    border: none;
    font-family: "Outfit", sans-serif;
    font-weight: 700;
}

@media only screen and (max-width: 1200.5px) {
    
    .subscribe_new{
        background-size: 107%;
    }
    
    .space1{
        padding-top: 180px;
        padding-bottom: 120px;
    }
    
}

/*Tablet*/
@media only screen and (max-width: 991.5px) {
    
   
   .subscribe_new{
        background-size: 170%;
    }
   
   
   .both1,.both2{
        height: 230px;
    }
}

@media only screen and (max-width: 850.5px) {
    
   
   .both1:after{
        right: -30px;
    }
    
    .both2:after{
        left: -30px;
    }
    
    
    .both1,.both2{
        height: 200px;
    }
    
    .write1, .write2{
        padding: 40px;
    }
}


/*Phone*/
@media only screen and (max-width: 767.5px) {
    
    
    
    .font-small.product{
        width: 100%;
    }
    
    .both1,.both2{
        height: 200px;
    }
    
    .both1:after{
        right: -60px;
    }
    
    .both2:after{
        left: -60px;
    }
    
    .write1, .write2{
        padding: 30px;
    }
    
    .subscribe_new{
        background-size: 520%;
    }
    
    .subscribe_new .all_font_md{
        font-size: 25px!important;
    }
    
    
}
    




/* */

.footer_type10 .text, .footer_type10 a {
  color: #fff !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
  
}



.container-fluid.footer_type7.py-5{
    
    background-color: #ff7815;
}

.copy_right.text-center.text-md-left .mb-1{
    font-style: normal;
}

.mb-1 .w-100, .footer_subtitle{
    font-style: italic;
}

.footer_type7 .title{
    min-height: 60px;
}

.footer_type7 .logo img{
    max-height: 60px;
}


.footer_type7 p {
    font-style: italic;
}

.footer_type7 .powered_by{
    font-style: normal;
}

#toTop {
    background-color: #f39200;
    color: #ffffff;
}



/* */

/* */

/* tablet */

@media only screen and (min-width: 768px) and (max-width: 1140px) {

    .navbar_type8 .nav_tab .nav_item {
        padding: 0 10px;
    }
    
    .navbar_type8 .nav_tab .nav_item.login {
        margin-left: 15px;
    }
    .footer_type10 .col-lg-6 {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%;
    }

}

/* */

/* mobile */

@media only screen and (max-width: 767px) {
    .table1 {
    /* display: flex; */
    /* align-items: flex-end; */
    /* justify-content: center; */
    /* flex-direction: column; */
    text-align: right;
    /* height: 100%; */
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5%;
    /* width: 100%; */
    /* max-width: 1250px; */
    /* margin: 0 auto; */
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    padding: 15px;
}

.m_nav_type5 {
    padding: 15px;
}

.m_nav_type5 .d-flex.mx-1 {
    margin: 0 auto !important;
}

.m_nav_type5 .d-flex.mx-1 .col-2.d-flex.justify-content-center.p-1 {
    padding: 0 !important;
    justify-content: flex-start !important;
}

.m_nav_type5 .menu_bar {
    transform: scale(0.75);
    margin-left: -5px;
}

/*.m_nav_type5 .col-8.p-2 {
    padding: 0 !important;
}*/

.m_nav_type5 .col-2.d-flex.justify-content-between.memberandcart.p-1 {
    padding: 0 !important;
}

.m_nav_type5 .member, .m_nav_type5 .shopping {
    color: #000000;
    font-size: 15px !important;
}

.m_nav_type5 .member:hover, .m_nav_type5 .shopping:hover {
    color: #f39200;
}

.m_side_menu_type5 .nav_item {
    color: #000000;
    text-align: center;
    text-transform: uppercase;
}

.m_side_menu_type5 .nav_item:hover {
    color: #f39200;
}

.banner1 {
    font-size: 17.5px;
}

.banner2 {
    font-size: 22.5px;
    max-width: 100%;
}
/*
.slider_banner, .slider_banner .item, .item img, .slider_banner .banner_content {
    height: 50vh !important;
}*/

.move1 {
    margin-top: 0;
}

/*.border1 {
    border-left: none;
    border-right: none;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
}*/

.small-1 {
    max-width: 100%;
}

.middle1 {
    background-attachment: inherit;
}

.font-big-2 {
    max-width: 100%;
}

/* subscribe */

.subscribe_new p {
    max-width: 100%;
}

.subscribe_new .col-12.col-md-6.mb-0.mb-lg-3.d-flex {
    flex: 0 0 100%;
    max-width: 100%;
    display: block !important;
}

.subscribe_new .search {
    position: inherit;
    top: 0;
    transform: translate(0, 0);
    border-radius: 100px;
    margin-right: 0;
    margin-top: 15px !important;
}

}

/* */