html, body {
    width: auto !important;
    overflow-x: hidden !important;
}
body{
    background-color: #f2f2f2;
}
.bg-white{
  background-color: #fff;
}
.d-grid{
  display:grid !important
}
.grid-col-2{
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}
.grid-col-2-1{
  grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
}
.grid-col-1-3{
  grid-template-columns: minmax(0, 1fr) minmax(0, 3fr);
}
.grid-col-3{
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
}
.grid-col-4{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-col-5{
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-col-90{
  grid-template-columns: minmax(0, 90px) minmax(0, 1fr);
}
.grid-col-920-1{
  grid-template-columns: minmax(0, 736px) minmax(0, 1fr);
}
.grid-col-920-1.video{
  grid-template-columns: minmax(0, 748px) minmax(0, 1fr); /**701**/
}
.grid-col-890{
    grid-template-columns: minmax(0, 890px) minmax(0, 1fr);
}
.grid-col-2-80{
    grid-template-columns: 100px 1fr;
}
.grid-col-412-2 {
    grid-template-columns: 435px minmax(0, 1fr);
}

.gap-5{gap:5px}
.gap-10{gap:10px}
.gap-15{gap:15px}
.gap-20{gap:20px}
.gap-25{gap:25px}
.gap-30{gap:30px}

.icon_box h5 {
  font-size: 16px;
  text-transform: uppercase;
  color: #868686;
}
.icon_box p{
  font-size: 14px;
  line-height: 20px;
}
.main-color{
    color: var(--color-1st);
}
.section h2{
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 8px;
}
.section_categories .item{
    padding: 20px;
    border-radius: 10px;
    background: #fff;
    position: relative;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    transition: all .3s ease;
}
.section_categories .item:hover{
    box-shadow: 3px 2px 8px 1px #e4e4e4d6;
    background: rgb(248,247,247);
    background: linear-gradient(180deg, rgba(248,247,247,1) 0%, rgba(238,255,246,1) 100%);
}
.section_categories .item h3, .section_categories .item ul{
  z-index: 10;
  position: relative;
}
.section_categories .item h3{
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  color: var(--color-1st);
}
.section_categories .item h3 a{
  color: var(--color-1st);
}
.section_categories .item span{
    font-size: 14px;
    color: #858585;
    font-weight: 500;
}
.product_slider {
  background: #fff;
  border-radius: 10px;
}
.section-partner .col-12{
  border-radius: 10px;
  box-shadow: 2px 5px 10px 3px #e6e6e6;
}
.top-header .language-wrapper .dropdown .btn-select-language{
    color: #fff !important;
}
.product.horz .product_title {
    white-space: unset;
    font-size: 14px;
}
.slider-part .product.horz .product_info {
    margin-left: 50px;
}
.slider-part .product.horz .product_title {
    font-size: 17px;
    font-weight: 700;
}
.colm .slick-arrow{
    opacity: 1;
}
.colm .slick-prev{
    left: 0;
}
.colm .slick-next{
    right: 0;
}
.captions.slick-initialized .slick-slide{
    padding: 0 15px;
}
#navCatContent>ul>li{
    background-color: unset;
    border: unset;
    box-shadow: unset;
}
#navCatContent>ul>li>a{
    color: #464545;
    font-weight: 500;
}
#navCatContent img{
    max-height: 40px;
}
#navCatContent .mega-menu-col li{
    width: 100%;
  }
.nav-fixed #navCatContent li:hover>a {
    color: var(--color-1st);
    background: #ccc;
}
.social_icons li a {
    color: #333;
    border-radius: 5px;
    font-size: 22px;
    width: 30px;
    height: 30px;
    line-height: 27px;
}
.bottom_header{
    background-color: var(--color-1st);
}
.product_wrap .pr_action_btn{
    justify-content: center;
    display: flex;
    gap: 5px;
}
.section_products .d-grid{
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 15px
}
.related-box .d-grid{
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 15px
}
.product-image.d-grid{
    grid-template-columns: minmax(0, 161px) 1fr;
    gap: 15px
}
.attribute-swatch-item.custom-box{
    border: 1px solid #ddd;
    padding: 10px 20px;
    border-radius: 10px;
}
.product_wrap.cat{
    background: url(/storage/general/cat-bg.png) no-repeat;
    background-size: cover;
}
.product_wrap.cat h6 a{
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 10px;
    display: block;
    color: #fff;
    font-size: 22px;
}
.link-btn {
    background: var(--color-1st);
    color: #fff;
    padding: 7px 35px;
    border-radius: 30px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    transition: all .3s ease;
}
.link-btn:hover{
    color: #fff;
    box-shadow: 0 2px 8px 2px #868686;
}
.section_collection{
    background-color: #eeeded;
    padding: 50px 0;
}
.section_collection .section-header{
    background: url(../../../themes/crysys/images/Layer2.png);
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.section_collection .product_wrap{
    border: 1px solid #dddd;
}

.section_collection .section-header h2{
    color: #ffff;
    font-weight: bold;
}

.main-slider{
    border-radius: 10px;
    overflow: hidden;
}
footer iframe {
    width: 100%;
    overflow: hidden;
}
.header_wrap.nav-fixed .bottom_header .navbar-brand{
    max-width: 200px;
}
.banner img{
    border-radius: 10px;
    transition: all .4s ease;
}
.banner img:hover{
    box-shadow: 0 2px 10px 2px #ddd;
}
.related-box h3{
    padding: 10px 20px;
    border: 1px solid #c9c9c9;
    border-radius: 5px;
    color: #fff;
    font-weight: 500;
    font-size: 22px;
    text-align: center;
    background: var(--color-1st);
}
.contact_detail span {
    font-size: 16px;
}
.breadcrumb_custom .breadcrumb{
    justify-content: unset !important
}
.menu-title span{
    font-size: 20px;
}
.mega-menu-col .nav_item{
    color: unset !important
}
.mega-menu-col .nav_item:hover{
    color:#fff !important;
    background-color: var(--color-1st) !important
}
.pre-wrap{
    white-space: pre-wrap;
}
.widget_recent_post li {
    margin-bottom: 5px;
    padding: 6px 10px;
    background: #ebebeb;
    transition: all .3s ease;
}
.widget_recent_post li:hover,
.widget_recent_post li.active{
    background: #4c4a4a;
}
.widget_recent_post li:hover a,
.widget_recent_post li.active a{
    color: #fff !important;
}
.widget_recent_post .post_content h6 {
    font-weight: 700;
}
.widget_recent_post .post_content span {
    color: #9b9a9a
}
.middle-header .input-group{
    border-radius: 20px;
}
.middle-header .input-group>.input-group-prepend{
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
}
.middle-header .input-group .custom_select .first_null {
    border: unset;
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
}
.middle-header .input-group>.form-control{
    border-radius: 20px !important;
}
.contact_detail li:first-child {
    box-shadow: unset;
}
.categories_btn.btn_custom {
    background: unset;
}
.section_dock{
    background-color: var(--color-1st);
}
.section-header span{
    color: var(--color-1st);
}
.section-header p{
    margin: 0 auto;
    font-weight: 600;
}
.item svg{
    max-width: 100%;
    fill: #707070;
}
.section_whyus .item{
    transition: all .4s ease;
}
.section_whyus .item span{
    font-weight: 600;
    display: block;
}
.section_whyus .item:hover{
    transform: translateY(-10px);
}
.section_whyus .item:hover *{
    color: #fff;
    fill: #fff;
}
.blog_post:not(.box_shadow1):hover{
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}
.newsletter_text_custom p{
    font-size: 33px;
    line-height: 25px;
}
.section.bg_default{
    background: #d91e31;
    background: linear-gradient(180deg, #d91e31 0%, #75252f 100%);
}
.section_partner .owl-stage-outer{
    padding: 5px
}
.section_partner h3{
    font-size: 16px
}
.product .product_info{
    background: #fff;
    max-height: 100%;
    width: 100%;
    transition: all .4s ease;
    height: 100% !important;
}
.product:hover .product_info{
    position: absolute;
    top: 0;
}
.product:hover .product_info{
    position: absolute;
    top: 0;
    display: grid;
    align-content: center;
}
.product_more_info{
    display: none;
    transition: all .4s ease;
}
.product_more_info p{
    font-size: 14px;
    margin-bottom: 2px;
}
.product:hover .product_more_info{
    display: block;
}
.contact_detail>li span {
    color: #fff;
}
.contact_detail>li:hover{
    background-color: var(--color-1st) !important;
}
.contact_detail>li:hover *{
    color:#fff;
}
.ps-list--categories li a {
    padding: 6px 9px;
}
.ps-list--categories .sub-menu li {
    padding-left: 10px;
}
.ps-list--categories .sub-menu li:last-child {
    border-bottom: unset;
}
.ps-list--categories li .sub-menu li:hover{
    background: #ddd;
}
.ps-list--categories>li{
    border: 1px solid #ddd;
    border-bottom: unset;
    background: var(--color-1st);
    padding: 0;
    color: #fff;
}
.ps-list--categories>li:last-child{
    border-bottom: 1px solid #ddd;
}
.ps-list--categories li .sub-menu li.menu-item-has-children .sub-menu {
    position: absolute;
    transform: translateX(100%);
    border: 1px solid #ddd;
    width: 100%;
    z-index: 100;
}
.ps-list--categories>li li{
    border-bottom: 1px solid #ddd;
}
.ps-list--categories>li>.sub-menu{
    display: block;
}
.ps-list--categories>li>.sub-toggle{
    display: none;
}
.product_header_info .sub-l3{
    padding: 15px 30px;
    background: #e8e8e8;
}
#filter_categories .widget_title {
    padding: 10px;
    text-align: center;
}
.link-cover{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.section_news{
    background-color: #eeeded;
}
.section_news .blog_content{
    min-height: 68px;
    transition: all .3s ease;
}
.btn-login{
    background-color: #fff !important;
    color: #242424 !important;
}
.btn-login span{
    color: #242424 !important
}
.btn-login:hover{
    background-color: #242424 !important;
}
.btn-login:hover span{
    color: #fff !important;
}
.section_whyus .content {
    position: absolute;
    top: 30px;
    right: 15px;
    max-width: 130px;
}
.section_whyus .content * {
    color: #fff;
    font-size: 14px;
    line-height: 17px;
}
.product-categories-cover .section:nth-child(odd){
    background-color: #eeeded;
}
.product-categories-cover .section:nth-child(even) .product_wrap{
    border: 1px solid #ddd;
}
.section_categories .container{
    border-radius: 10px;
    padding: 20px;
}
.section_categories .nav-link{
    border: 1px solid var(--color-1st);
    color: var(--color-1st);
    padding: 4px 10px;
    border-radius: 20px;
    max-width: 185px;
}
.section_categories .nav-link:hover{
    background-color: var(--color-1st);
    color: #fff;
}
.product_info .add-to-cart-button{
    position: absolute;
    right: 5px;
    bottom: 5px;
    border-bottom: 5px;
    visibility: hidden;
    opacity: 0;
    background: unset;
    padding: 0;
}
.product_wrap:hover .add-to-cart-button{
    visibility: visible;
    opacity: 1;
    box-shadow: unset;
}
.categories_list{
    list-style: none;
}
.categories_list>li{
    max-width: 150px;
    min-width: 150px;
}
footer {
    background-color: #171717;
    -webkit-box-shadow: inset 0 20px 20px -20px rgb(167 167 167 / 80%);
    -moz-box-shadow: inset 0 20px 20px -20px rgb(167 167 167 / 80%);
    box-shadow: inset 0 20px 20px -20px rgb(167 167 167 / 80%);
}
footer a:link {
    color: #fff;
}
.section_tags ul{
    list-style: none;
    display: flex;
    gap: 10px;
}
.section_tags ul{
    list-style: none;
    display: flex;
    gap: 10px;
}
.section_tags ul a{
    background-color: #f1fef5;
    color: #000;
    font-weight: 400;
    text-transform: none;
    padding: 7px 22px;
    box-shadow: 0 2px 5px #ddd;
}
.section_tags ul a:hover{
    background-color: #000;
}
.section_feedback .item{
    border-radius: 11px;
    border: 1px solid #e5e5e5;
    box-shadow: 0 4px 12px #ddd;
    padding: 25px 20px 13px;
    margin: 10px 0;
    overflow: hidden;
    position: relative;
}
.section_feedback .item::after{
    content: "";
    width: 70%;
    position: absolute;
    right: 7%;
    bottom: 45px;
    border-top: 1px solid #e5e5e5;
}
.section_feedback .item .count{
    background-color: #fc4e12;
    color: #fff;
    padding: 0 15px;
    border-bottom-left-radius: 10px;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 13px;
    font-style: italic;
    font-weight: 500;
}
.section_feedback .item *{
    font-style: italic;
    font-weight: 400;
    color: #747474;
}
.section_feedback .item .content{
    margin-bottom: 22px;
}
.product_wrap:hover{
    border: 1px solid #ffe9c3;
    box-shadow: 0 0 10px 0 #dddddd73;
    transition: all .5s ease;
}
#fly_by_side{
    position: fixed;
    top: 46vh;
    right: 13px;
    z-index: 1000;
    transform: translateX(0);
    transition: all .4s ease;
}
#fly_by_side.hidden{
    transform: translateX(31px);
}
#fly_by_side .social_icons li {
    display: block;
    padding: unset;
}
#fly_by_side .social_icons li a {
    border-radius: 0;
    width: 44px;
    height: 44px;
    line-height: 44px;
    background-color: unset !important;
}
.add_wishlist i{
    font-size: 22px;
    display: block;
}
.contact-phone .font-weight-bold{
    font-size: 22px;
}
.contact_detail>li, .header_list>li {
    font-size: 15px;
    line-height: 22px;
    padding: 5px 10px 8px !important;
}
.section_categories .owl-stage{
    display: flex;
    align-items: center;
    padding:0 2px;
}
.d-grid>.product_wrap{
    margin-bottom:0;
}
.nav_style5.owl-theme:hover .owl-nav button:hover i{
    color: #fff;
    background-color: unset;
}
.section_categories .heading_s2 h2,
.section_categories .heading_s2 a{
    color: #242424;
    text-transform: unset;
    font-weight: 800;
}
.section_categories .heading_s2 a:hover{
    color:var(--color-1st)
}
.product_info .brand{
    margin-bottom: 2px;
    color: #1f23df;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}
.nav_style5.owl-theme .owl-nav .owl-prev {
    left: -40px !important;
}
.nav_style5.owl-theme .owl-nav .owl-next {
    right: -40px !important;
}
.section_cats .item {
    padding: 20px;
    min-height: 270px;
    position: relative;
    align-items: center;
}
.section_cats .img-cover {
    min-width: 250px;
}
.section_cats .item .title{
    font-size: 24px;
    font-weight: 700;
}
.section_cats .item .content{
    color: #7e7e7e;
    font-weight: 500;
}
.section_cats .item .link-btn{
    background-color: #393939;
}
.truncate{
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
}
.truncate-2{
   -webkit-line-clamp: 2;
   line-clamp: 2;
    -webkit-box-orient: vertical;
}
.section_services .blog_content{
    padding: 35px 25px;
}
.section_services .link-btn{
    border-radius: 3px;
}
.section_intro{
    padding: 0;
    overflow: hidden;
}
.section_intro .img-cover{
    min-width: 46px;
}
.section_intro .link-btn{
    color: #7f7f7f;
    background-color: transparent;
    border: 1px solid #ddd;
    border-radius: 2px;
}
.section_intro .container{
    padding: 50px 0;
}
.section_intro .container::after{
    content: url(/storage/general/intro-cover.png);
    position: absolute;
    left: -50px;
    top: 0;
    z-index: 1;
}
.section_intro .section__content{
    z-index: 10;
    position: relative;
}
.product_search_form{
    display: none;
}
.product_search_form.show{
    display: block;
    position: absolute;
    max-width: 300px;
}
.main-video-slider .item{
    position: relative;
}
.play-cover{
    border-radius: 50%;
    padding: 15px;
    background-color: #ffffff5c;
    border: 1px solid #fff;
    box-shadow: 0 0 0 15px #ffffff36;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.play-button {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 30px;
    border-color: transparent transparent transparent #fff;
    cursor: pointer;
    transform: translateX(4px);
}

.triangle {
  display: none;
}

.play-cover:hover{
    box-shadow: 0 0 10px 5px #ffffffba;
}

.triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 30px;
  border-color: transparent transparent transparent #fff;
  margin-left: 10px;
}
.section_banner .container{
    min-height: 530px;
}
.section_banner .title{
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.3;
}
.section_banner .phone{
    font-size: 30px;
    font-weight: 500;
}
.achievements .number{
    font-size: 30px;
    font-weight: 600;
}
.banner_2layer .container{
    min-height: 950px;
}
.banner_2layer{
    margin: 70px 0;
}
.banner_2layer .link-btn{
    background-color: #fff;
    color: brown;
    border-radius: 5px;
}
.banner_2layer .link-btn:hover{
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
}
.top-header .container,
.middle-header .container{
    max-width: 1300px;
}
.dropdown-menu .menu-item:hover>a{
    color: #fff !important;
    background-color: var(--color-1st);
    font-weight: 500;
}
@media screen and (min-width: 992px){
    #navCatContent li a.dropdown-toggler:after {
        top: 31%
    }
    header #navCatContent ul li .dropdown-menu {
        min-width: 250px!important;
        position: absolute !important;
    }
    .main-menu{
        display:none;
    }
    .header_wrap.nav-fixed .categories_wrap {
        display: flex;
    }
    .section_products .heading_s1{
        display: none;
    }

    #navCatContent .mobile_side_menu,
    #navCatContent .menu-title,
    #navCatContent .product_search_form_mobi,
    #navCatContent .contact_detail,
    #navCatContent hr {
        display: none !important;
    }
    .contact_detail{
        gap: 20px;
    }
    #main_navbar{display:none}
    .categories_wrap,
    .cover-menu{
        position: unset;
    }
    .cover-full-menu .container>.row{
        min-height: 300px;
    }
    .menu-item-group{
        display: none;
        transition: all .4s ease;
    }
    .menu-item-group.show{
        display: flex;
    }
    .section-header .owl-stage-outer{
        padding: 0 2px;
    }
    .categories_list img{
        width: 50px;
    }
    .hidden-pc{
        display: none !important
    }
    .section-header p{
        max-width: 65%;
    }
    .section_intro .section__content .item:nth-child(1){
        margin-left: 50px;
    }
    .section_intro .section__content .item:nth-child(2){
        margin-left: 25px;
    }
    .banner_2layer .title{
        max-width: 90%;
    }
    .banner_2layer .cover{
        max-width: 70%;
    }
}
@media screen and (max-width: 992px){
    .hidden-mobile{
        display: none !important
    }
    #navCatContent {
        height: 100vh !important;
        overflow: hidden !important;
        overflow-y: scroll !important;
    }
    #navCatContent li a img {
        max-width: 25px;
    }
    .main-menu .side_navbar_toggler span,
    .main-menu .pr_search_icon a{
        color: #fff;
    }
    .section_products .heading_s1 {
        margin-bottom: 25px;
        background-image: linear-gradient(to right,#673092, #9c33d6);
        padding: 8px 0;
        border-radius: 10px;
    }
    #navCatContent .mobile_side_menu{
        display: block;
        left: 0;
        position: relative;
    }
    #navCatContent ul {
        background: unset;
    }
    .product_search_form_mobi{
        display: block;
        z-index: 1000;
        position: relative;
    }
    #filter_categories .sidebar {
        position: fixed;
        top: 50px;
        right: 0;
        background: #fff;
        transform: translateX(1000px);
        transition: all .4s ease;
        z-index: 1300;
        height: 80vh;
        /* overflow-y: auto; */
        overflow-x: visible;
    }
    #filter_categories.show .sidebar {
        transform: translateX(0);
        border: 1px solid #ddd;
    }
    .order-first #btn-sidebar{
        display: block !important;
        right: -24px;
        top: 30%;
        transform: rotate(-90deg);
        z-index: 1500;
        border-radius: 0;
    }
    .categories_btn .linearicons-menu{display:block}
    .addThis_listSharing.right.animate ul {
        display: grid;
        gap: 5px;
    }
    #app{
        overflow: auto hidden;
    }
    .categories_wrap>.categories_btn.d-block i{
        font-size: 33px;
    }
    .bottom_header .categories_wrap>.categories_btn{
        display: none !important;
    }
    .categories_wrap>.categories_btn{
        background-color: unset;
        color: #ff9a1f;
    }
    .cover-full-menu{
        display: none;
    }
    .grid-col-5{
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 10px;
    }
    .pr_search_icon{
        display: none;
    }
    .section_intro .container::after {
        background: #f1f1f1;
    }
    .dark_skin .logo_dark{
        padding: 5px;
    }
    .banner_2layer .container{
        min-height: 600px;
    }
    .section_banner .title {
        font-size: 30px;
        margin-bottom: 10px;
    }
}
@media (max-width:769px) {

    .nav_block .contact_detail .contact-phone,
    .nav_block .contact_detail span.name {
        display: none !important
    }
    .nav_block .contact_detail .btn-login{
        padding: unset !important;
        background: unset !important;
        box-shadow: unset;
    }
    .nav_block .contact_detail i{
        font-size: 28px;
        color: #fff;
    }
    .contact_detail span{
        display: none;
    }
    .contact_detail>li{
        padding: 5px !important;
        box-shadow: unset !important;
    }
    .categories_list>li {
        min-width: 150px;
    }
    .grid-col-5{
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 10px;
    }
    .section_cats{
        padding: 0 !important;
    }
}
@media (max-width: 480px){
    .section_categories .grid-col-5,
    .section_whyus .grid-col-2-80,
    .section_whyus .grid-col-4,
    .section_news .grid-col-2{
        grid-template-columns: minmax(0, 1fr)
    }
    .grid-col-920-1{
        grid-template-columns: minmax(0, 1fr) !important
    }
    .section_categories .grid-col-3 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 10px;
        padding: 10px;
    }
    .product-image.d-grid {
        grid-template-columns: minmax(0, 60px) 1fr;
        gap: 10px;
    }
    .section_products .d-grid,
    .related-box .d-grid,
    .section_whyus .grid-col-3,
    .grid-col-4,
    .grid-col-5,
    .section_categories .section__content.d-grid,
    .sub-slider{
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }
    .section_categories .d-grid,
    .product_header_info .grid-col-2,
    .section_news .grid-col-1-3 {
        grid-template-columns: minmax(0, 1fr);
    }
    .section_categories .item{
        box-shadow: 3px 2px 8px 1px #e4e4e4d6;
        background: rgb(248,247,247);
        background: linear-gradient(180deg, rgb(220 251 235 / 28%) 0%, rgb(208 254 230) 100%);
    }
    .section_products .d-grid .product_wrap.cat,
    .header_wrap.nav-fixed .bottom_header .navbar-brand {
        display: none !important;
    }
    .categories_btn{
        background-color: var(--color-1st);
        color: #ff9a1f;
        display: block !important;
        font-weight: 600;
    }
    .categories_btn.close i{
        color: var(--color-1st);
    }
    .categories_wrap>.categories_btn.d-block{
        display: block !important;
        background-color: unset;
        padding: 0;
    }
    .shop_container .col-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .section_whyus{
        padding-top: 0 !important;
    }
    .section_whyus .content * {
        font-size: 10px;
        line-height: 12px;
        font-weight: 500;
    }
    .section_whyus .content {
        top: 20px;
        max-width: 87px;
        right: 5px;
    }
    .product_price {
        font-size: 16px;
    }
    .section_newsletter .newsletter_form2{
        width: 100% !important;
    }
    .newsletter_text_custom p {
        font-size: 23px;
    }
    .navbar-brand{
        padding: 0;
    }
    .pr_search_trigger{
        box-shadow: 0 0 2px 1px;
        padding: 5px 7px 0;
    }
    .product_search_form {
        top: 0;
        bottom: unset;
        padding: 14px;
        position: fixed;
        width: 86%;
    }
    .product_header_info .sub-l3 a{
        font-size: 14px;
    }
    #product_img,
    .zoomContainer { pointer-events: none; }
    .dropdown-item.nav-link.nav_item:active{
        background-color: rgb(105, 105, 105) !important
    }
    .mega-menu-col .dropdown-menu.show{
        background-color: #e5e5e5;
    }
    .section_categories .section-header{
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
        flex-grow: 1;
        width: 100%;
    }
    .section_categories .nav-pills{
        justify-content: center !important;
    }
    .section_tags ul a {
        padding: 5px 15px;
    }
    .breadcrumb-cover{
        overflow: scroll;
    }
    .breadcrumb-cover .breadcrumb{
        flex-wrap: nowrap;
        width: max-content;
    }
    .middle-header {
        padding: 0;
    }
    .nav_style5.owl-theme .owl-nav .owl-next, .nav_style5.owl-theme .owl-nav .owl-prev{
        opacity: 1;
        border-radius: 50%;
        background: #ffffff7a;
    }
    .nav_style5.owl-theme .owl-nav .owl-prev,
    .nav_style5.owl-theme .owl-nav .owl-next {
        display: none;
    }
    .section_tags ul a,
    .widget_title,
    .page-title-mini .breadcrumb li{
        font-weight: 500
    }
    .categories_list{
        gap: 13px;
    }
    .categories_list>li{
        font-size: 12px;
        max-width: 105px;
        min-width: 105px;
    }
    .categories_list li img{
        margin: 0 auto;
        max-width: 50%;
    }
    .product-categories-cover{
        padding-top: 25px;
    }
    .section_categories h2 {
        font-size: 22px;
        font-weight: 600;
    }
    .section_categories .nav-link{
        font-size: 11px;
        padding: 4px;
        border-radius: 7px;
    }
    .section_categories .container {
        padding: 20px 10px;
    }
    .section_intro{
        padding: 0 !important;
    }
    .section_banner .container {
        min-height: 240px;
    }
    .section_cats .img-cover {
        min-width: 150px;
    }
    .banner_2layer{
        background: unset !important;
    }
    .banner_2layer .container{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
    .section h2 {
        font-size: 26px;
    }
}
@media (max-width: 390px){
}
