:root{
    --btn-color: #50A520;

    --lightblue: #cee9f5;
    --darkblue: #1f395b;

    --newgreen: #9ec320;
    --newpink:  #e7247b;
}
body, input, a,h2,h1,h3,h4,p,span{
    font-family: "Geologica" !important;
}

.flex{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}


.header{
	background: #f6f6f6;
}

.header-inner{
	height: 120px;
	display: flex;
	align-items: center;
	column-gap: 30px;
    justify-content: space-between;


}

.header-top ul{
    padding:0;
    margin:0;
}


.header-left{
    display: flex;
    align-items: center;
    column-gap: 50px;
}

.header-right{
    display: flex;
    align-items: center;
    column-gap: 30px;
    justify-content: flex-end;
}

.logo{
    margin-left: -10px;
}

.logo img{
	width:270px;
}

.languages  li a{
    text-decoration: none;
    background: #fff;
    padding:5px;
    color:#3f3f3f;
    text-align: center;
    font-size: 12px;
    border-radius: 5px;

}

.languages li a.active {
    background: #7fc331;
    padding: 7px 10px;
    color: white;
    text-align: center;
}

.search input[type="text"] {
    width: 800px;
    height: 50px;
    border-radius: 8px;
    background: #f9f9f9;
    border: none;
    padding: 0 18px 0 50px;
    font-size: 18px;
    color: #3f3f3f;
    font-family: "Nunito Sans";
    border: 1px solid #f1f1f1;
    font-weight: 300;
}

.search{
	position: relative;
}

.search:before{
	    content: '';
    background: url(../img/search.svg);
    background-size: 100%;
    display: block;
    position: absolute;
    left: 12px;
    top: 12px;
    width: 24px;
    height: 24px;
    opacity: 0.6;
}



.header-top-2{
    background: #f7f8fa;
    height: 50px;
    display: flex;
    align-items: center;
    z-index: 1000;
    position: relative;
}


.header-top-2 .header-top-links{
    position: inherit;
}

.header-top-2 .header-top-links ul{
    list-style: none;
    padding: 0;
}

.header-top-2 ul li a {
    color: #222;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
    font-weight: 300;
    transition: all .3s ease-in-out;
}

.header-top-2 ul li a:hover{
    color: var(--darkblue);
}



.header-catalog-content .hcc-root-categories .catalog-top-category{
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #303030;
    text-decoration: none;
    position: relative;
    padding-left: 88px;
    height: 66px;
    font-size: 20px;
    line-height: 66px;

}


.phone-main{
	display: flex;
	flex-direction: column;
	padding-left: 50px;
	position: relative;
    font-family: 'Geologica';
    flex:0 0 160px;
}

.phone-main:before{
	content: '';
	width:34px;
	height: 34px;
	background: url(../img/support.svg);
	background-size: 100%;
	display: block;
	position: absolute;
	left: 0px;
	top:5px;
}

.phone-main span{
	font-size: 10px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Geologica';
    color: #424242;
    letter-spacing: 0.34px;
    text-indent: 1px;
}

.btn{
        padding: 12px 0px 12px 80px;
    background: var(--newgreen);
    border-radius: 8px;
    color: white;
    text-decoration: none;
    font-size: 22px;
    font-family: 'Geologica';
    position: relative;
    font-weight: 400;
    width: 190px;
    display: block;
    transition: all .1s ease-in;
}

.btn:hover{
    transform: scale(1.01);
    background: #a4cb20;
}

.phone-main a {
	    font-size: 23px;
    text-decoration: none;
    font-weight: 600;
    color: #7fc331;
    font-family: 'Geologica';
    letter-spacing: 0.2px;
}

.phone-main a span {
	    font-size: 23px;
    
    font-weight: 600;
    color: #555;
    font-family: 'Geologica';
    letter-spacing: 0.2px;
}

.header-cart{
    margin-right: 5px;
}


.header-cart img{
    width:35px;
}



.header-catalog{
    position: relative;
}

.header-cart a{
    display: flex;
    align-items: center;
    column-gap: 20px;
    text-decoration: none;
    position: relative;
}

.header-cart a span.cart-counter{
position: absolute;
    right: -4px;
    top: -3px;
    width: 20px;
    height: 20px;
    background: #333;
    color: white;
    font-size: 14px;
    text-align: center;
    border-radius: 50px;
    line-height: 21px;
}

.header-cart span{
    font-size:15px;
    font-weight: 600;
    color:#3f3f3f;
}


.header-user img{
    width:33px;
}

.header-user a{
    display: flex;
    align-items: center;
    column-gap: 15px;
    text-decoration: none;
}

.header-user span{
    font-size:18px;
    font-weight: 600;
    color:#3f3f3f;
}


.header-like img{
    width:33px;
}

.header-like a{
    display: flex;
    align-items: center;
    column-gap: 15px;
    text-decoration: none;
}

.header-like span{
    font-size:18px;
    font-weight: 600;
    color:#3f3f3f;
}


.subscribe-discount{
    background: #f1f1f1;
    padding: 7px 15px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    color:#3f3f3f;
    text-transform: uppercase;
    transition: all .3s ease-in-out;
}


.header-socials ul li a{
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
}

.header-socials ul.languages li a{
    padding:7px 10px;
}


.header-socials ul.languages li a:hover{
    background: #f1f1f1;
}
.header-socials ul.languages li a.active:hover{
    background: #7fc331;
}


.subscribe-discount:hover{
    background: #7fc331;
    color:white;
}

.header-top-inner{
    display: flex;
    align-items: center;
    justify-content: center;
    padding:10px 0;
    position: relative;
}


.header-top-links{
    position: absolute;
    right: 0px;
}

.header-socials{
    position: absolute;
    left: 0px;
    display: flex;
    align-items: center;
    column-gap: 40px;
}

.header-top-links ul{
    list-style: none;
    display: flex;
    column-gap: 30px;
}

.header-socials ul {
    list-style: none;
    display: flex;
    column-gap: 20px;
}

.header-socials ul.languages{
    column-gap: 10px;
    margin-top: 0px;
}

.header-socials ul img{
    width: 23px;
    opacity: .8;
}

.header-top-links ul li a{
    color: #222;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    
    font-weight: 300;
    transition: all .3s ease-in-out;
}

.header-top-links ul li a:hover{
	color: #7fc331;
}

.header-search-mobile{
    display: none;
}

 .header-cart span.sm{
    display: none;
 }


 body.language-ru .search input[type="text"]{
    width: 800px;
}

body.language-ru .phone-main{
    flex: 0 0 180px;
}

body.language-ru .phone-main a span{
    margin-right: 9px;
}



ul.links li a{
    color:#3f3f3f;
    text-decoration: none;
    font-size:16px;
    font-weight: 400;
}

.header-mobile-menu-button{
    display: none;
}

.header-mobile-menu-cart{
    display: none;
}

@media(max-width: 1900px){
    .container{
        width: 1750px;
    }
    .search input[type="text"]{width: 690px;}
    body.language-ru .search input[type="text"] {
    width: 690px;
    }


}

@media(max-width: 1800px){
    .container{
        width: 1600px;
    }
    .search input[type="text"]{width:500px;}
     body.language-ru .search input[type="text"] {
    width: 530px;
    }

    .btn {
    padding: 12px 20px 12px 100px;}


    .stories-pre{width: 23%;}

       
}



@media(max-width: 1600px){
    .subscribe-discount{display: none;}
    .container{
        width: 1400px;
    }

    .hidden3{display: none;}
    
    .hidden4{display: none;}
    .btn {
    padding: 12px 20px 12px 70px;
    }

    
    .header-like span{
        display: none;
    }
    .header-user span{
        display: none;
    }
    .header-cart span.sm{
        display: block;
    }
    .search input[type="text"]{width:520px;}
    
     body.language-ru .search input[type="text"] {
    width: 380px;
    }
    .header-inner{
        justify-content: space-between;
    }

    .btn.btn--menu{
        padding:12px 0 12px 70px;
    }
}


@media(max-width: 1400px){
    .container{
        width: 1200px;
    }

     .header-user span{
        display: none;
    }

    .header-like span{
        display: none;
    }


    .our-socials{
        display: none;
    }

    

    .hidden3{display: none;}
    .search input[type="text"]{width:340px;}


     body.language-ru .search input[type="text"] {
    width: 320px;
    }


        .btn.btn--menu {
        padding: 12px 12px 12px 70px;
    }

    .btn {
    padding: 12px 0px 12px 80px;
    background: var(--newgreen);
    border-radius: 8px;
    color: white;
    text-decoration: none;
    font-size: 20px;
    font-family: 'Geologica';
    position: relative;
    font-weight: 400;
    width: 160px;
    display: block;
    transition: all .1s ease-in;
    }
}

@media(max-width: 1600px){
    .our-shops{
        display: none;
    }
}


@media(max-width: 1200px){
    .container{
        width: 1024px;
    }

    .header-like{
    	display: none;
    }

    .header-search-mobile img{
        width:35px;
        height: 35px;
    }

    .our-shops{
        display: none;
    }

    .header-cart span.sm{display: none;}

    .header-catalog{
        margin-right: 15px;
    }

    .search input[type="text"]{
        width: 320px;
    }
    
    .header-left{
    	column-gap: 20px;
    }

    .search{
        display: none;
    }
}

@media(max-width: 1024px){

	.header-user{display: none;}
    .subscribe-discount{display: none;}
    .container{
        width: 768px;
    }
    .header-top-links{
        display: none;
    }

    ul.languages{
        position: absolute;
        left: -510px;
    }

    .header-inner{
    	justify-content: space-between;
    }

    .header-socials{
        left: auto;
        right: 0;
    }

    .header-catalog{
        display: none;
    }

    .header-socials{
        display: block;
    }

    .header-mobile-menu-button {
        display: block;
        position: relative;
        left: 0;
    }

    .header-mobile-menu-button a {
        display: flex;
        align-items: center;
        column-gap: 10px;
        text-decoration: none;
        font-size: 16px;
        font-weight: 600;
        color:#3f3f3f;
    }

        .header-mobile-menu-button a img {
        width: 44px;
    }

    .header-mobile-menu-cart{
        display: block;
        position: absolute;
        right: 0;
    }

    .header-mobile-menu-cart img{
        width: 26px;
    }

        .logo img {
        width: 220px;
    }

    .header-socials{
        display: none;
    }

    .header-cart{
        display: block;
    }



        .header-left {
        column-gap: 20px;
        flex: 0 0 72%;
        justify-content: space-between;
    }


    .search input[type="text"] {
    width: 480px;
    margin-right: 36px;
	}

       .header-inner {
        height: 40px;
        margin-top: 20px;
    }

    .header-top-2{
        display: none;
    }

    .header.new{
        height: 30px;
    }

    .header-mobile-menu-button{
        top:4px;
    }

    .logo {
    margin-left: 0;
    margin-top: 3px;
    }
}

.mobile-menu{
	display: none;
	left: 0px;
	 top: 0;
	
	position: fixed;
    z-index: 9990;
    width: 400px;
    height: 100vh;
}




@media(max-width: 400px){
    .mobile-menu-container{
        width: 100% !important;
    }
    .mobile-menu{
        width: calc( 100vw - 70px );
    }
}

.open-menu{
    display: block;
   
   }

   .mobile-menu-container{
   	position: absolute;
    z-index: 9993;
    width: 400px;
    background: white;
    height: 100vh;
    left: -300px;
    top: 0;
	transition: all .5s ease-in-out;
	    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow-y: auto;
   }


	.mobile-menu .mobile-overlay{
   	 position: fixed;
   	 left: 0;
   	 top: 0;
   	 width: 100vw;
   	 height: 100vh;
   	 background: #00000038;
   	 z-index: 9991;
   	 transition: opacity 2s ease-in-out;
   	 opacity: 0;
    } 

   

   .mobile-menu.open-menu .mobile-overlay{
   	 opacity: 1;
   }

   

   body.fixed{
   	        
   	overflow-y: hidden;
   }

@media(max-width: 768px){
    .container{
        width: 100%;
    }
   
    .header-cart {
        display: block;
        width: 36px;
    }
    

    .header-catalog{
        display: none;
    }

    .search{
        display: block;
    }

   .header-left{
    width: 65%;
   }

    .header-search-mobile{
        display: none;
    }

    .phone-main{
        display: none;
    }

    .header-inner{
        display: flex;
    }

    .search{
        width: 100%;
        padding-top: 16px;
        display: none;
    }

    .search input[type="text"] {
    width: 100%;
    height: 42px;
    font-size: 16px;
        }
    .search:before {
    content: '';
    background: url(../img/search.svg);
    background-size: 100%;
    display: block;
    position: absolute;
    left: 11px;
    top: 25px;
    width: 23px;
    height: 23px;
    opacity: 0.65;
    }    

    .sti-arrows .tci-arrow-left, .sti-arrows .tci-arrow-right {
        top: 150px;
    }

}


.header-catalog-content{
    position: absolute;
    top: 0px;
    left: 0;
    display: block;
    background: white;
    width: 1830px;
    z-index: 999;
    padding: 0px;
    box-shadow: 0px 20px 20px #0000000d;
    display: none;
    padding-top: 20px;
}

.header-catalog-content.open{
    display: flex;
    flex-wrap: wrap;
    column-gap: 50px;
    padding:0;
}

.catalog-top-category {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.catalog-top-category > a.category-menu{
    color: #3f3f3f;
    font-size: 20px;
    text-decoration: none;
    
    padding:22px 20px;
    text-transform: uppercase;
    font-family: "Nunito";
    text-align:right;
    display: block;
    position: relative;
}

.catalog-top-category > a > img {
    width: 50px;
    position: absolute;
    left: 15px;
    top: 8px;
}

.catalog-top-category img.hover{display: none;}

.catalog-top-category.active img.init{
    display: none;
}

.catalog-top-category.active  span{
    color:var(--newpink);
}

.catalog-top-category.active img.hover{
    display: block;
}


.hcc-child-categories{
    width: 81%;
        display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
}

.catalog-top-category.active > a{
    background: white;
    color: var(--n-main);
    font-family: "Nunito";
    font-weight: 600;
}

.header-catalog-content .catalog-top-category.active > a{
    background: none;
}

.header-catalog-content .catalog-top-category > a{
    text-decoration: none;
    color: #333;
    width: 100%;
    display: block;
}

.header-catalog-content .catalog-top-category.active{
    background: white;
}

.catalog-top-category:last-child > a{
    border-bottom: none;
}

.hcc-root-categories{
    background: #f6f6f6;
    width: 290px;
    border-radius: 3px;
     min-height: 620px;
}

.child-category{
    display: none;
}

.child-category.active{
    display: flex;
    flex-wrap: wrap;
    column-gap: 35px;
    justify-content: flex-start;
    padding:50px 0 0;
    width: 100%;
}


.catalog-child-category-icon{
        width: 100px;
    margin-top: -15px;
    overflow: hidden;
    position: absolute;
}

.catalog-child-category-icon img{
width: 90px;
  
        margin-top: 10px;
    margin-left: -2px;
}

.catalog-child-category{
    display: flex;
    flex-wrap: wrap;
    flex: 0 0 22.2%;
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 40px;
    column-gap: 20px;
}

.catalog-child-category-content{
    width: 230px;
    padding-left: 110px;
}

.catalog-child-category .catalog-child-category-content > a{
    text-decoration: none;
    color:var(--newgreen);
    font-size: 20px;
    font-family: 'Geologica';
    margin-bottom: 10px;
    display: block;
    line-height: 20px;
}

.catalog-siblings-category{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.catalog-sibling-category{
    display: flex;
    flex:0 0 100%;
}

.catalog-sibling-category a{
    text-decoration: none;
    color: #2f2f2f;
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 300;
}


.mobile-menu-container .languages{
	left: 0;
	display: flex;
	position: relative;
	margin:20px 0;
}

.mobile-menu-container .languages li{
	list-style: none;
}

.mobile-menu-container .languages li a{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
}

.mobile-menu-container .phone-main{
	display: block;
}


.mobile-menu-container .phone-main a{
	display: block;
}

.mobile-menu-container .header-socials {
    left: auto;
    right: auto;
    margin: 0 auto;
    width: 100%;
    display: block;
    position: relative;
    padding:15px 0 50px;
}

.mobile-menu-container .header-socials ul{
	margin: 0 auto;
	width: 200px;
}

.mobile-menu-container .mobile-links ul li{
	list-style: none;
}

.mobile-menu-container .mobile-links ul li a{
	display: block;
	font-size: 18px;
	color:#3f3f3f;
	font-weight: 400;
	font-family: 'Geologica';
	text-decoration: none;
	padding:8px 0;
}

.menu-logo {
    padding: 25px 20px 10px;
}

.menu-logo{
	padding:15px 20px 0;
	background: #ffffff;
}

.menu-logo img{
	width: 160px;
    margin-left: -10px;
}


.mm2{
	height: 150px;
    padding: 0 0 80px;
    background: #f7f7f7;
    text-align: center;
    position: relative;
}


.mobile-menu-container .phone-main {
    display: block;
    padding-top: 0px;
    width: 50%;
    margin: 30px auto 24px;
}

.main-menu-mobile .btn {
    padding: 10px 0px;
    margin: 25px auto;
    width: 90%;
    text-align: center;
}

span.open-category{
        width: 28px;
    height: 28px;
    background:var(--n-main);
    border-radius: 4px;
    color: white;
    text-align: center;
    text-decoration: none;
    display: block;
    line-height: 27px;
    font-weight: 600;
    font-size: 18px;
}

.mobile-menu-container .hcc-root-categories {
    background: #f6f6f6;
    width: 90%;
    border-radius: 3px;
    margin: 15px auto;

}

.mobile-menu-container .catalog-top-category > a.category-menu {
    font-size: 16px;
    flex: 0 0 70%;
}

.catalog-top-category {
    border-bottom: 1px solid #e0e0e0;
}


.main-menu-mobile .mobile-links ul{
	padding: 0;
    display: block;
    width: 90%;
    margin: 0 auto;
}

.mobile-links ul{
	padding:0 15px;
}

.mobile-menu-container .phone-main:before{
	top: 5px;
}


@media(max-width: 500px){
	.mobile-menu-container{
		width: 80%;
	}


	
}


.catalog-top-category > a > img.menu-image-1{
   width: 42px;
    top: 17px;
    left: 21px;
}

.catalog-top-category > a > img.menu-image-2{
    width: 64px;
    left: 10px;
    top: 2px;
}
.catalog-top-category > a > img.menu-image-3{
width: 35px;
    left: 23px;
    top: 9px;
}

.catalog-top-category > a > img.menu-image-4{
    width: 46px;
    left: 18px;
    top: 17px;
}

.catalog-top-category > a > img.menu-image-5{
  width: 44px;
    left: 19px;
    top: 17px;
}

.catalog-top-category > a > img.menu-image-6{
       width: 40px;
    left: 21px;
    top: 13px;
}

.ctc-content{
    display: none;
}
.ctc-content.open{
    display: block;
}

.ctc-button a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-decoration: none;
    color:#333;
    font-size: 18px;
    text-transform: uppercase;
    justify-content: space-between;
}

.ctc-button.active a{
    color: var(--n-main);
}

.ctc-button{
    width: 87%;
    margin:0 auto;
    padding: 10px 0;
}

.ctc-button .category-menu img{
    width: 50px;
    position: absolute;
        left: -7px;
    top: -2px;
}

.ctc-content .catalog-child-category-icon img{
    display: none;
}


.ctc-content .catalog-child-category-content {
    width: 230px;
    padding-left: 70px;
}

.ctc-button .category-menu{
display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    height: 44px;
}

.ctc-text{
        display: flex;
    column-gap: 15px;
    align-items: center;
    justify-content: end;
}


.ctc-content .catalog-siblings-category{
    display: none;
    background:#e6e6e6;
    margin-top: 15px;
}

.ctc-content .catalog-child-category .catalog-child-category-content > a{
     color:#333;
}
.ctc-content .catalog-child-category .catalog-child-category-content > a.active{
    color: var(--n-main);
}

.ctc-content  .child-category.active{
    background: #efefef;
}

.ctc-content .catalog-child-category {
    display: flex
;
    flex-wrap: wrap;
    flex: 0 0 100%;
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 0;
    column-gap: 20px;
    
}

.ctc-content .catalog-sibling-category {
    padding: 5px 0;
    border-bottom: 1px solid #ccc;
}


.ctc-content .catalog-child-category-content {
    width: 100%;
    margin:0 auto;
    padding: 10px 0 0;
    border-bottom: 1px solid #d7d7d7;
}

.ctc-content .catalog-child-category .catalog-child-category-content > a {
font-size: 18px;
    display: flex;
    justify-content: space-between;
    padding: 5px;
    width: 87%;
    margin: 0 auto;
    align-items: center;
}

.ctc-content .catalog-sibling-category a {
    text-decoration: none;
    color: #2f2f2f;
    font-size: 18px;
    padding: 8px 0;
    margin: 0;
    font-weight: 300;
        width: 87%;
    margin: 0 auto;
    display: block;
}

.js-child-open{
    padding-bottom: 15px !important;
}

.js-child-open.active{
    padding-bottom: 0 !important;
}

.col111{
    color: var(--newgreen);
    font-weight: 600;
    border-bottom: 2px solid var(--newgreen);
    line-height: 15px;
    display: inline-block;
    letter-spacing: -0.3px;
}




.ht-2{display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap;}



.osl-one{
    padding: 5px 8px;
    border-radius: 6px;
    background: #fff;
    transition: all .3s ease-in-out;
}

.osl-one:hover{
    background: var(--darkblue);
    color:white;
}

.osl-one:hover a{
    color: white;
}

.osl-one:hover .osl-name{
    color: white;
}

.osl-one:hover img{
    filter: grayscale(1) invert(1);
}

.our-shops{
    column-gap: 16px;
}

.osl-link{
    text-decoration: none;
    color:#111;
    column-gap: 10px;
}

.our-shop-title{
    font-size: 14px;
    color: var(--darkblue);
}

.osl-icon img{
    width: 16px;
}

.osl-name {
    font-size: 14px;
    color: var(--darkblue);
}

.our-shop-list{
    column-gap: 10px;
}

.header-top-2 .phone-main:before {
    content: '';
    width: 26px;
    height: 26px;
    background: url(../img/phone-rounded.svg);
    background-size: 100%;
    display: block;
    position: absolute;
    left: 15px;
    top: 1px;
    opacity: 0.9;
}

.header-top-2 .phone-main a {
    font-size: 22px;
    text-decoration: none;
    font-weight: 300;
    color: #3b3b3b;
    font-family: 'Geologica';
    letter-spacing: 0.2px;
}

.header-top-2  .phone-main a span {
    font-size: 22px;
    color: var(--darkblue);
    
    font-family: 'Geologica';
    letter-spacing: 0.2px;
}

.header-top-right{
    column-gap: 40px;
}

.our-language .languages{
    list-style: none;
    column-gap: 10px;
    padding:0;
}

.our-language .languages a{
    padding:5px 8px;
    font-size: 14px;
}

.our-language .languages a.active{
    background: var(--darkblue);
    padding: 5px 8px;
}

.header.new{
    background: #ffffff;
    box-shadow: none; /*0px 20px 20px #0000000d;*/
    position: relative;
    z-index: 1000;
}

.header.new.shadow{
    box-shadow: 0px 20px 20px 5px #0000000a;
}

.container.menu-fix .container-inner{
    position: relative;
}


.our-socials ul{
    padding:0;
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    justify-content: space-between;
    align-items: center;
    list-style: none;
}

.our-socials ul li img{
    width:22px;
    opacity: .9;
    margin-top: 3px;
}


.seo-description h1{
    font-size: 22px;
    font-weight: 600;
    color:#3f3f3f;
}

.seo-description h2{
    font-size: 18px;
     font-weight: 500;
color:#3f3f3f;
}

.seo-description p{
    font-weight: 300;
    color:#555;
}

.main-menu-mobile .child-category.active{
    padding:0;
}