@import 'app.scss';
/*
Theme Name: Ifep.am
Theme URI: 
Text Domain: wpml_theme
Author: IBG | Innovative Business Group
Author URI: https://wordpress.org/
Description: Our default theme for 2020 is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors.
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
*/  
  article, aside, figcaption, figure, footer, header, hgroup, main, nav, section{
    display: block;
	font-family:"Montserrat", sans-serif;
}
.main-container {
    padding: 0 5%;
	font-family:"Montserrat", sans-serif;
}
a,p,div,h1,h2,h3,h4,h5,h6,span {
	font-family:"Montserrat", sans-serif;
}
tbody, td, tfoot, th, thead, tr {
    /* border-color: inherit; */
    border-style: solid;
    border-width: 1px;
	border-color:#cecece;
}
header{
	display: block;
  font-family:"Montserrat", sans-serif;
    position: absolute;
    z-index: 99;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
	ul{
		padding:0;
	}
.woocommerce-MyAccount-navigation ul {
	list-style:none!important;
}
.header-top {
padding-top: 1em;
    padding-bottom: 1em;
}
.icon-shop {
	position:relative;
}
.icon-shop span {
	    position: absolute;
    background-color: #004b6b;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 17px;
    font-size: 12px;
    top: -5px;
    margin-left: -8px;
	color:#fff;
}
.header-top-row {
display: flex;
align-items: center;
}
.container {
margin-left: auto;
margin-right: auto;
width: 100%;


}
	.elementor-element.elementor-products-grid ul.products li.product {
		max-width: 250px!important;
    margin: 0 auto!important;
	}
.header-logo {
flex: 0 0 24%;
max-width: 24%;
}
.header-info {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;


}
.header-locales {

display: flex;

}
.ml-auto, .mx-auto {
margin-left: auto !important;
}
.header-logo>a {
max-width: 100%;
}
.header-logo>a>img {
max-width: 100%;
height: auto;
width: auto;
}
a img, a img:focus, a:focus, :focus {
outline: none;
}
img {
vertical-align: middle;
border-style: none;
}
.header-info-icon {
margin-right: 15px;
}
	.woocommerce-message {
    max-width: 1440px; 
}
.header-info-icon>img {
min-height: 30px;
max-height: 35px;
height: auto;
width: auto;
max-width: 40px;
}
@media (max-width: 1599px){
.header-info-value {
font-size: 15px;
    }}
.header-info-value {
font-weight: 600;
color: #f47005;
font-size: 15px;
}
.header-menu {
height: 45px;
}
	
 .widgettitle{
     margin: 10px 0px;
     font-size: 20px;
    padding: 8px;
    color: #5d5b5b;
    background-color: #fbfbfb;
    overflow: hidden;
    flex-shrink: 0;
    flex-wrap: wrap;
    -webkit-box-shadow: 0 3px 6px 0 rgb(0 0 0 / 12%);
    -moz-box-shadow: 0 3px 6px 0 rgba(0,0,0,.12);
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 12%);
}
.product-categories{
    height:180px;
    overflow-y:auto;
    margin:0px;
    padding:10px;
}
.product-categories li a{
  color: #5d5b5b;
   
}

.closemin{
	cursor:pointer;
	position: absolute;
    top: 10px;
    left: 10px;
}
.product-categories li a:hover{
  color: #f47005;
  font-weight:bold;
   
}
.product-categories li {
border-bottom:1px solid #e2e2e2;;
    padding:5px 0px;
}
#menu {
position: relative;
background-color: #f47005;
}
	
.menu-container {
height: 45px;
display: flex;
justify-content: space-between;
}
	   
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:before {
    font-family: 'FontAwesome';
    content: '\f07a';
    padding: 0 10px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: normal;
}
button.single_add_to_cart_button.button.alt:before {
    font-family: 'FontAwesome';
    content: '\f07a';
    padding: 0 10px;
    color: rgb(255 255 255 / 70%);
    font-weight: normal;
}
.menu-l {
opacity: 0;
-webkit-transition: opacity .4s ease;
-moz-transition: opacity .4s ease;
-o-transition: opacity .4s ease;
transition: opacity .4s ease;
}
.menu-l, .menu-r {
max-width: 150px;
display: flex;
align-items: center;
height: 100%;
	}
.menu-c {
flex: 1;
height: 100%;
display: flex;
justify-content: center;	
}
.menu-r {
justify-content: flex-end;
}
.c-dropdown-content {
position: absolute;
opacity: 0;
pointer-events: none;
top: 100%;
right: 0;
margin-top: 2px;
width: 270px;
background-color: #fff;
-webkit-box-shadow: 0 10px 10px 0 rgb(0 10 10 / 40%);
-moz-box-shadow: 0 10px 10px 0 rgba(0,10,10,.4);
box-shadow: 0 10px 10px 0 rgb(0 10 10 / 40%);
z-index: 1000;
border-top: 3px solid #f68c00;
-webkit-transition: opacity .3s ease;
-moz-transition: opacity .3s ease;
-o-transition: opacity .3s ease;
transition: opacity .3s ease;
cursor: default;
padding: 20px;
}
.c-dropdown>* {
display: block;
}
.menu-items {
display: flex;
height: 100%;
align-items: center;
justify-content: center;
flex: 1;
}
.menu-item {
height: 100%;
}
.menu-item:hover>a.menu-link, .menu-item.active>a.menu-link {
text-decoration: underline;
}
@media (max-width: 1365px){
a.menu-link {
padding-left: 15px;
}}

@media (max-width: 1599px){
a.menu-link {
font-size: 16px;
    }}
a.menu-link {
display: flex;
height: 100%;
align-items: center;
line-height: 1;
font-size: 18px;
color: #fff;
font-weight: 600;
text-decoration: none;
padding: 0 20px 1px;
}
	 .product-nameback a {
		 color: #7a7a7a;
    font-family: "Roboto", Sans-serif;
		 font-weight:700;
		font-size:20px;
	}
	.coupon input{
		min-width: min-content;
	}
	.woocommerce input{
		padding:7px 10px;
		border-radius:4px;
		border:1px solid #dedede;
	}
	.woocommerce-info{
		border-top:none!important;
	}
	.woocommerce select {
		padding:7px 10px;
		border-radius:4px;
		border:1px solid #dedede;
	}
	.woocommerce textarea {
		padding:7px 10px;
		border-radius:4px;
		border:1px solid #dedede;
		min-height:250px;
	}
.menu-dropdown {
position: absolute;
top: calc(100% - 10px);
padding-top: 10px;
left: 0;
width: 320px;
z-index: 1000;
opacity: 0;
pointer-events: none;
-webkit-transition: opacity .3s ease;
-moz-transition: opacity .3s ease;
-o-transition: opacity .3s ease;
transition: opacity .3s ease;}
.has-dropdown .menu-dropdown-container {
cursor: default;
}
.menu-dropdown-container {
background-color: #fff;
-webkit-box-shadow: 0 10px 10px 0 rgb(0 10 10 / 40%);
-moz-box-shadow: 0 10px 10px 0 rgba(0,10,10,.4);
box-shadow: 0 10px 10px 0 rgb(0 10 10 / 40%);
padding: 15px 10px;
}
.menu-dropdown-links {
max-height: 300px;
overflow-y: auto;
padding: 10px 15px;
}
a.menu-dropdown-link {
display: block;
font-size: 16px;
text-decoration: none;
color: #223c48;
-webkit-transition: color .3s ease;
-moz-transition: color .3s ease;
-o-transition: color .3s ease;
transition: color .3s ease;
}

.main-product-col.main-product-lg {
flex: 0 0 66.6666666667%;
max-width: 66.6666666667%;
}
a.main-product {
flex-shrink: 0;
display: block;
text-decoration: none;
color: inherit;
}
.force-flex {
min-height: 100%;
padding-top: 36.07%;
width: 100%;
position: relative;
}
	
.force-flex>img {
object-fit: cover;
}
    .menu-items li{
            height: 100%;
			position:relative;	
		width:max-content;
    }
@media (min-width: 768px){
.menu-item:not(.current-menu-item):after {
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    background-color: #FFFFFF;
    transition: .5s all;
    left: 50%;
    transform: translateX(-50%);
	bottom: -5.5px;
	} }
#mainmenu .current-menu-item:after {
    content: "";
    position: absolute;
    width: 50%;
    height: 1px;
    background-color: #FFFFFF;
    transition: .5s all;
    left: 50%;
    transform: translateX(-50%);
	bottom: -5.5px;
}
.menu-item:hover:after {
    width: 50%;
}
    .menu-items a {    
		display: flex;
    align-items: center;
    line-height: 18px;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
   text-decoration: none;
        padding: 15px 20px 0px;
	font-family: "Montserrat",sans-serif;
    transition: .3s all;
		
    } 
.category img{
	    height: 300px;
    width: 100%;
    object-fit: cover;
}
}
    .category-name {
    margin-bottom: 0;
    background-color: #003F62;
    color: #fff;
    padding: 7px 12px;
    font-size: 14px;
		    font-family: 'Montserrat';
    font-weight: 600;
}
    ul,li {
       list-style: none;
    }
.force-flex>* {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
}

.main-product-info {
z-index: 1;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
overflow: hidden;
-webkit-transition: background-position .4s ease;
-moz-transition: background-position .4s ease;
-o-transition: background-position .4s ease;
transition: background-position .4s ease;
}
    .header-search-input>input {
    display: block;
    height: 100%;
    font-size: 15px;
    border: none;
    padding: 0 7px;
    width: 230px;
    background-color: #fff;
}
    .position-relative {
    position: relative !important;
}
    .header-search-input.searchable {
    width: 230px;
}
    .header-search-input {
    position: absolute;
    right: 100%;
    height: 100%;
    top: 0;
    width: 0;
    overflow: hidden;
    -webkit-transition: width .3s ease;
    -moz-transition: width .3s ease;
    -o-transition: width .3s ease;
    transition: width .3s ease;
}
    .menu-btn {
    display: inline-block;
    width: 30px;
    position: relative;
    height: 30px;
    background-color: #fff;
    border: 1px solid #fff;
    padding: 5px;
    text-align: center;
    -webkit-transition: background-color .4s ease;
    -moz-transition: background-color .4s ease;
    -o-transition: background-color .4s ease;
    transition: background-color .4s ease;
}
    .sticky{
            position: fixed!important;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1001;
		    background: #003F62;
		  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
    }
    .menu-btn>img {
    height: 100%;
    width: auto;
    max-width: 100%;
		margin-top:-10px;
}
    .menu-r-item:not(:first-child) {
    margin-left: 6px;
}
.main-product-name {
display: block;
color: #fff;
font-weight: bold;
text-align: center;
text-transform: uppercase;
background-color: #f49805;
white-space: nowrap;
}
@media (max-width: 1365px){
.main-product-col {
padding: 10px;
    }}
@media (max-width: 1599px){
.main-product-col {
padding: 14px;
}}
 
@media (max-width: 1365px){
.main-product-name {
font-size: 20px;

line-height: 45px;

    }}
.main-product-col {
padding: 18px;
max-width:279px;
	width:100%;
	height:300px;
display: flex;
flex-direction: column;
}
@media (max-width: 1365px){
.main-product-col {
padding: 10px;
}
}
@media (max-width: 1599px){
.main-product-col {
padding: 14px;
    }
}
	@media (max-width: 768px){
		.main-product-info{
			padding-top:40%!important;
		}
		.main-product-name{
			font-size:14px;
			    height: 25px;
    line-height: 25px;
    margin: 10px 0;
			    padding:  0px;
		}
	}
    .force-4-3>img {
    object-fit: cover;
}
   
    .main-product-info {
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
   
    overflow: hidden;
    -webkit-transition: background-position .4s ease;
    -moz-transition: background-position .4s ease;
    -o-transition: background-position .4s ease;
    transition: background-position .4s ease;
}
	.header-info-value a:hover{
		text-decoration:underline;
	}
    .main-products {
   justify-content: center;
   
    flex-wrap: wrap;
		    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-column-gap: 33px;
    grid-row-gap: 45px;
}
.cat-card {
	
    height: 100%;
	
}
   .cat-card img {
    width: 100%;
    object-fit: cover;
}
.category-name {
    margin-bottom: 0;
    background-color: #003F62;
    color: #fff;
    padding: 15px 16px 15px;
    font-size: 20px;
	    position: relative;
	line-height: 1;
	font-weight:600;
}
  
    a.main-product {
    flex-shrink: 0;
    display: block;
    text-decoration: none;
    color: inherit;
}
    .force-4-3 {
    display: block;
    position: relative;
    width: 100%;
   
    overflow: hidden;
}
.main-product-p {
display: block;
opacity: 0;
margin-bottom: -100%;
-webkit-transition: margin-bottom 0.4s ease, opacity 0.4s ease;
-moz-transition: margin-bottom 0.4s ease, opacity 0.4s ease;
-o-transition: margin-bottom 0.4s ease, opacity 0.4s ease;
transition: margin-bottom 0.4s ease, opacity 0.4s ease;
}
.main-products-link {
    text-align: center;
    margin-top: 30px;
}
 .h2products {
margin-top: 60px;
    margin-bottom: 40px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 40px;

}
    a.green-button {
    display: inline-block;
    color: #f47005;
    text-decoration: none;
    border: 2px solid #f47005;
    background-color: #fff;
    padding: 10px 20px;
    line-height: 1;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    -webkit-transition: background-color 0.5s ease, color 0.5s ease;
    -moz-transition: background-color 0.5s ease, color 0.5s ease;
    -o-transition: background-color 0.5s ease, color 0.5s ease;
    transition: background-color 0.5s ease, color 0.5s ease;
}
    .section-title {
    font-size: 35px;
    font-weight: 200;
    color: #000;
    padding-bottom: 15px;
}
    .section-dash {
    width: 125px;
    padding-bottom: 2px;
        border-bottom: 1px solid #000;
}
    .section-dash:before {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background-color: #000;
}
    .pb-s {
    padding-bottom: 10px;
}
    .card {
	border:none;
  max-width: 264px;
width:100%;
 
}
.card .added_to_cart {
	color:#f47005;
}

.price {
  color: grey;
  font-size: 22px;
}
    p{
        margin: 0;
    }
.card button {
  border: none;
  outline: 0;
  color: white;
  text-align: center;
  cursor: pointer;
  font-size: 15px;
      color: #FFFFFF;
    background-color: #f47005;
    font-family: "Archivo Narrow", Sans-serif;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    padding:0px 15px;
        border-radius: 3px;

}
.related .qib-container{
    margin:10px 0px;
}
    .page #menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1000;
}
    a{
        text-decoration: none;
    }

.card h2{
	    font-family: "Arial", Sans-serif;
    font-size: 20px;
    font-weight: 400;
	    color: #343434;
	    padding: .5em 0;
}
.card  {
	margin-bottom:10px;
}
    .card img{         
    width: 100%;
		
		min-height:336px;
		
    }
    .card h3{
        font-size: 22px;
    color: #000;
    margin: 10px 0px;
    }
    #footer {
    margin-top: auto;
    border-top: 1px solid #f2f2f2;
		
}
 .footer-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}   
 .footer-row:not(:first-child) {
    margin-top: 25px;
}   
 .footer-bottom {
    font-size: 0;
       background-color:#f47005;
    padding: 7px 0;
	 color:#fff;
	 font-weight:600;
	 
}
    .footer-payments {
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
    .footer-payment {
    padding: 10px;
}
    .footer-payment>img {
    max-height: 25px;
    max-width: 70px;
}
    .footer-right {
    margin-left: 15px;
    text-align: right;
}
    .footer-socs {
    display: flex;
    justify-content: flex-end;
    margin: -15px;
}
    .flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}
    .footer-pages {
    display: flex;
    flex-wrap: wrap;
}
    .footer-page {
    padding-top: 1px;
    padding-bottom: 2px;
    line-height: 1;
}
    .footer-page>a {
    color: #a7a7a7;
    font-size: 13px;
}
    .footer-page:not(:first-child) {
    padding-left: 8px;
    margin-left: 8px;
    border-left: 1px solid #a7a7a7;
}
    .footer-copy {
    color: #a7a7a7;
    font-size: 15px;
    text-align: right;
}
    .footer-copy a {
    color: inherit;
}
    .footer-bottom-line {
    font-size: 12px;
    display: inline-block;
}
    .footer-bottom-line:not(:last-child) {
    margin-right: 30px;
}
    .footer-bottom-line {
    font-size: 12px;
    display: inline-block;
}
    .footer-bottom-line a {
    color: inherit;
}
    .footer-soc {
    padding: 15px;
    font-size: 0;
}
    .home-about-text {
    font-size: 20px;
    color: #4e3a3a;
    line-height: 1.5;
    font-weight: 200;
}
	.header-info-icon i{
		color:#f49805;
	}
    .mt-2s {
    margin-top: 20px;
}
    .img-full {
    width: 100%;
    height: auto;
    display: block;
}
    .home-map {
    display: block;
    width: 100%;
    height: 370px;
    border: none;
}
    .header-info-value a {
    color: inherit;
}
    .pt-s {
    padding-top: 15px;
}
	.trp-language-switcher > div > a{
		padding:0px!important;
	}
	.trp-language-switcher > div{
		border:none!important;
		background-color: transparent;
	}
	a.account{
		margin:3px 0px;
		z-index: 1;
    position: relative;
    font-size: 16px;
    padding-top: 0 !important;
    color: #fff;
    width: 30px;
    background-color: #f47005;
    height: 30px;
    line-height: 30px;
    text-align: center;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
    display: inline-block;
	}
     @media (max-width: 991px){
.main-product-col.main-product-lg {
    flex-basis: 100%;
    max-width: 100%;
        }}
    @media (max-width: 991px){
.main-product-col {
    flex-basis: 50%;
    max-width: 50%;
        }}
	.menu-r-item input,.menu-r-item button{
		height:30px !important;
		border-radius:0px !important;
	}
	.menu-r-item button:before{
		top:8px !important;
	}
	.go_home{
		font-size: 13px;
		
	}
	.elementor-element.elementor-products-grid ul.products li.product .onsale{
		
		position: absolute;
    font-weight: 700;
    min-height: 3.236em;
    min-width: 3.236em!important;
    border-radius: 100%;
    text-align: center;
    line-height: 3.236;
    width: 45px;
    height: 45px;
    font-size: .857em;
		margin: -.5em -.5em 0 0;
		left:auto;
	}
	#myLinks {
     display: none;
    background-color: #fff;
    padding: 20px 20px;
    position: fixed;
    height: 100%;
    right: 0px;
    text-align: start;
    top: 60px;
    z-index: 999;
		
		min-width:300px;
}
	#myLinks ul{
		padding:0;
	}
	#myLinks i{
		color:white;
	}
	#myLinks ul li {
	height: 100%;
    width: 100%;
    padding: 5px 0px;
    background: #fff;
		    border-width: 0px 1px 0px 0px;
    border-color: transparent;
    border-style: solid;
    
    height: 80%;
		}
	#myLinks ul li a{
		    padding: 10px 0px 10px;
	}
	#myLinks a {
		color:#000 !important;
	}
	#myLinks .sub-menu a{
		text-decoration:none;
	}
	
	
	.icon-badge {
    display: inline-block;
    position: absolute;
    top: -6px;
    right: -6px;
    width: 17px;
    height: 17px;
    line-height: 17px;
    background-color: #ae1c1a;
    color: #fff;
    font-size: 11px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.hamburg{
			display:none;
		}	
	@media (max-width: 768px){
		
		.footer-pages{
			flex-direction:column;
		}
		.footer-row{
			flex-direction:column;
		}
	}
	@media (max-width: 1200px){
	    .header-menu {
   
    margin-bottom: 15px;
}
		.menu-r input{
			height:40px!important;
		}
		.hamburg{
			display:block;
		}
		
		.menu-c{
			display:none;
		}
		.menu-l{
			opacity:1;
		}
		.menu-container {
		    height: 60px;
		}
		.menu-btn {
		     height:40px;
		    width:40px;
		    padding: 5px;
		}
		.menu-btn>img {
		    margin-top:0px;
		}
		
		
	}
	.onsale{
	    position: absolute;
    font-weight: 700;
    min-height: 3.236em;
    min-width: 3.236em!important;
    border-radius: 100%;
    text-align: center;
    line-height: 3.236;
    width: 45px;
    height: 45px;
    font-size: .857em;
    display: block;
    background-color: #C72D2D;
    color: #fff;
    right: 0;
    top: 0;
		    margin: -.5em -.5em 0 0;
		left:auto;
	}
	@media (min-width: 1200px){
	.menu-items li:hover > .sub-menu {
		display:block;
		}}
	.sub-menu {
		padding:20px;
	display: none;
    position: absolute;
    color: black;
	top:45px;	 
    z-index: 99999;
    min-width: 180px;
		width:auto;
    background: #fff;
    box-shadow: 0px 3px 3px rgb(0 0 0 / 20%);
}
	.sub-menu a{
		padding:10px 0px 10px;
		color:#000;
	}
	.sub-menu li:not(:last-child){
		border-bottom: 1px solid #c3c3c3;
		    border-width: 0px 1px 0px 0px;
    border-color: transparent;
    border-style: solid;
    height: 80%;
	}
	#myLinks .sub-menu
	{
	    top:0px;
		position:relative;
		 background: #fff;
	padding:20px;	
	}    
	#myLinks .sub-menu li:not(:last-child){
		border-bottom: 1px solid #c3c3c3;
	}
	.trp-language-switcher .trp-ls-shortcode-current-language{
		border-radius: 100%;
		  width: 30px!important;
	}
	.trp-language-switcher{
		margin:0px!important;
		    margin-left: 5px!important;
	}
.trp-language-switcher > div > a > img{
	width:30px;
	height:30px;
	margin: 3px 0px!important;
}
	.trp-language-switcher > div{
		    padding: 0px!important;
    height: 30px;
    width: 100%!important;
		max-width:30px;
		    background-image: none!important;
	}
	.trp-language-switcher > div > a:hover{
		    background: transparent !important;
	}
	
	.submenu a{
		content:"";
		font-family:'Fontawesome';
	margin-left:5px;
	}
	.mini_cart {
	position: absolute;
    right: 0;
    display:none;
    top: 45px;
    max-width: 280px;
		width:100%;
    background-color: white;
    z-index: 9999;
    padding: 30px 20px;
    -webkit-box-shadow: 0px 5px 10px -1px rgb(0 0 0 / 42%);
    -moz-box-shadow: 0px 5px 10px -1px rgba(0,0,0,0.42);
    box-shadow: 0px 5px 10px -1px rgb(0 0 0 / 42%);
		
    }
	.woocommerce-mini-cart__buttons a{
		background-color: #f47005;
    margin:10px 10px 0px 0px;
    padding: 5px 15px;
		font-weight:600;
    color: white;
    display: inline-block;
    width: fit-content;
    border-radius: 4px;
	} 
	.mini_cart img{
		max-width: 30%;
    height: auto;
    object-fit: fill;
	}
	.mini_cart .remove{
		color:red;
	}
	.mini_cart li {
		    padding: 10px 5px;
    border: 1px solid #ddd;
		margin:2px 0px;
	}
.mini_cart bdi {
	color: #f47005;
	font-weight:600;
}
.mini_cart ul {
	max-height:300px;
		overflow-y:auto;
}
.mini_cart li a{
	font-size: 16px;
    font-weight: 600;
    color: #212529;
    padding: 0px 10px 0px 0px;
}
	 #copyfoot {
	      float:right;
	  } 

	@media only screen and (max-width: 1045px) {
	  #copyfoot {
	      float:none;
	  }  
	}
.fa-shopping-cart{
	    color: #f47005;
	font-size:16px;
}
.topsales {
	display: grid;
    flex-wrap: wrap;
	grid-column-gap: 30px;
    grid-row-gap: 40px;
	    grid-template-columns: repeat(4,1fr);
}
	@media (max-width: 1200px){
		.fa-shopping-cart{
	   
	font-size:26px;
		}}
.main-product:hover  .main-product-name {
	    width: 80%;
    white-space: nowrap;
	transition-duration: 500ms;
}
.card .woocommerce a.button{
	background-color:transparent;
	color:#fff;
	    overflow-wrap: anywhere;
	padding:0;
	float:right;
	
	line-height:unset;
}

.produc_box  a.button {
	background-color:transparent;
	padding:0;
	line-height:unset;
	color:#fff;
	 transition-delay: 1s;
	float:right;
}
.produc_box  a.button:hover {
	background-color:transparent;
	 transition-delay: 1s;
	color:#fff;
	
}
.woocommerce #respond input#submit.added::after, .woocommerce a.button.added::after, .woocommerce button.button.added::after, .woocommerce input.button.added::after{
	content:none;
}
.woocommerce a.added_to_cart{
	padding:0px;
	display:none;
}
.card .woocommerce span.onsale{
	    top: 0;
    background-color: #c72d2d;
    right: 0;
    position: absolute;
    font-weight: 700;
    min-height: 3.236em;
    min-width: 3.236em!important;
    border-radius: 100%;
    text-align: center;
    line-height: 3.236;
    width: 45px;
    height: 45px;
    font-size: .857em;
    margin: -.5em -.5em 0 0;
    left: auto;
}
.card .price{
	    width: 100%;
    display: block;
	    color: #C72D2D;
    font-family: "Archivo Narrow", Sans-serif;
    font-size: 18px;
	font-weight:600;
    text-decoration: none;
	padding-bottom:9px;
}
.card .price del{
	color:#888;
}
@media (max-width: 1200px){
	.topsales {
		 grid-template-columns: repeat(4,1fr);
	}
		.mini_cart {
			top:60px;
	}}
.child>a:after {
		content: "\f107";
		 font-family:'FontAwesome';
		padding-left:5px;
	}

@media (max-width: 768px){
.main-product-col {
     padding: 5px; 
	}}
.cart_item img{
	max-width:150px!important;
	max-height:150px;
}
@media (max-width: 468px){
	a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:before{
		padding:0px 3px;
	}
	.elementor-element.elementor-products-grid ul.products li.product a{
		 font-size: 13px!important;
		    overflow-wrap: anywhere!important;
	}
	.topsales{
		    display: grid;
          grid-template-columns: repeat(1,1fr);
		grid-column-gap: 11px;
    grid-row-gap: 11px;
	}
}
@media (max-width: 768px){
	.topsales {
		    display: grid;
          grid-template-columns: repeat(1,1fr);
		grid-column-gap: 11px;
    grid-row-gap: 11px;
	}
}
.trp-flag-image{
	width:30px;
	height:30px;
	margin:3px;
}
[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

footer#colophon .footer-info {
    display: flex;
    justify-content: space-between;
}
footer#colophon .site-info .footer-first-block {
    padding-bottom: 40px;
    width: 20%;
}
footer#colophon .site-info .footer-third-block {
    width: 20%;
    padding-left: 2em;
}
footer#colophon .footer-map {
    height: 380px;
    width: 100%;
}
.svg-inline--fa.fa-w-9 {
    width: .5625em;
}
svg:not(:root).svg-inline--fa {
    overflow: visible;
}
footer#colophon .social-media-links div:nth-of-type(1) {
    border-color: #0000ba;
    box-shadow: 1px 1px #888;
}
.fa-instagram:before {
    content: "\f16d";
}
.svg-inline--fa.fa-w-14 {
    width: .875em;
}
footer#colophon .copyright-block {
    background: transparent linear-gradient(
180deg
, #353640 0%, #18171C 100%) 0% 0% no-repeat;
}
footer#colophon .copyright {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: space-between;
    padding: 1.3em 0 1em;
}
footer#colophon .copyright-first-block p {
    color: #FFFFFF;
    text-align: center;
    font-size: 13px;
    margin-bottom: 0;
    font-family: "Montserratarm-Light", sans-serif;
}
footer#colophon .copyright-second-block a {
    color: #D8D8D8;
    font-size: 13px;
    padding-bottom: 3px;
}
#masthead .site-navigation-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 1em;
    padding-bottom: 1em;
    position: absolute;
    top: 2%;
    left: 0;
    width: 100%;
    z-index: 99999;
}

#masthead  .sticky {
    background-color: #003F62;
}
.mek {
	padding: 0px 250px;
}
.footer-second-block {
	width:50%;
}
footer#colophon .site-info .footer-first-block, footer#colophon .site-info .footer-third-block {
    padding-top: 5em;
}
footer#colophon .links-title, footer#colophon .contact-title {
    padding-bottom: 16px;
}
h6 {
    font-family: "Montserratarm-SemiBold",sans-serif;
    font-size: 18px;
    line-height: 28px;
    color: #303030;
}
footer#colophon .site-info ul {
    list-style-type: none;
    margin: 0;
    padding-bottom: 60px;
}
footer#colophon .site-info a {
    font-size: 14px;
    color: #000000;
    line-height: 28px;
}
footer#colophon .copyright-second-block a {
    color: #D8D8D8;
    font-size: 13px;
    padding-bottom: 3px;
}
p {
   font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #303030;
}
 .category-description  {
    font-size: 12px;
    margin-top: 5px;
}
.singliimg img {
       width: 100%;
    min-height: 100px;
    object-fit: fill;
}
#header_title_block.single-page-bg {
    height: 100px;
    margin-bottom: 0;
	    filter: brightness(0.5);
}
#header_title_block {
    position: relative;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 330px;
    padding: 0 15px;
    margin-bottom: 40px;
}
header_title_block .header-image-block-opacity {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #00000080;
}
 #breadcrumbs, .wa-single-page #breadcrumbs {
    border-bottom: 1px solid #DADADA;
    padding: .7em 0;
   
	 text-align: center;
}
#breadcrumbs a {
    font-family: "Montserrat",sans-serif;
    font-size: 13px;
    color: #202020;
    text-align: center;
    width: 100%;
}
#breadcrumbs .breadcrumb_last {
    font-family: "Montserrat",sans-serif;
    font-size: 13px;
    color: #202020;
}

  div.woocommerce-product-gallery  {
    display: flex;
    width: 50%;
    clear: left;
	  flex-direction: row-reverse;
}
div.woocommerce-product-gallery ol {
	padding:0;
}
.woocommerce-product-gallery img {
display: block;
	height:100%;
	max-height:800px;
	object-fit:cover;
}
.woocommerce .product-title-mobile {
    display: none;
}
  div.summary, div.entry-summary {
    width: 45%;
    margin: 0;
}
.woocommerce div.product .product_title {
    font-size: 34px;
    color: #303030;
    line-height: 44px;
    padding-left: .3em;
}
.single-product {
	display:flex;
	justify-content:space-between;
}
 .shop-ad-banner {
    width: 100%;
	 max-width:250px;
    height: 350px;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
 .shop-ad-banner .ad-banner-title {
    background-image: url(https://ifep.ibg.am/wp-content/uploads/2021/04/blue-bg.png);
    background-repeat: no-repeat;
    background-position: 50% -23%;
    height: 135px;
    padding: .5em 2em 0 .5em;
}
.shop-ad-banner h6 {
    color: #FFFFFF;
    line-height: 24px;
    font-size: 16px;
	font-weight:bold;
	 font-family: "Montserrat",sans-serif;
}
.shop-ad-banner .ad-banner-contact-text {
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    background-color: #003F62;
    box-shadow: 0px 3px 6px #00000029;
    padding: .7em .3em;
    border-top: 3px solid #002F4A;
	 font-family: "Montserrat",sans-serif;
}

 .woocommerce-tabs ul.tabs li {
    display: inline-block;
}
.woocommerce-tabs ul.tabs li.active {
    background-color: #FBFBFB;
}
.woocommerce-tabs ul.tabs li.active {
    background: #fff;
    z-index: 2;
    border-bottom-color: #fff;
}
.woocommerce-tabs ul.tabs li {
    border: 1px solid #DADADA;
    border-radius: 10px 10px 0 0;
    border-bottom-color: #FFFFFF;
    padding: 0 3em;
}
.woocommerce-tabs ul.tabs li {
    margin-right: .4em;
}
.woocommerce-tabs ul.tabs li.active a {
    color: #003F62;
}
.woocommerce-tabs ul.tabs li a {
    font-size: 18px;
    line-height: 28px;
    color: #868686;
	font-weight:600;
    font-family: "Montserrat", sans-serif;
}
.woocommerce-tabs ul.tabs li a {
    display: inline-block;
    padding: .5em 0;
    font-weight: 700;
    color: #515151;
    text-decoration: none;
}
.woocommerce-tabs ul .additional_information_tab {
	display:none!important;
}
.woocommerce-tabs ul.tabs li a:hover {
    text-decoration: none;
    color: #6b6a6b;
}
.woocommerce-tabs ul::before {
    position: absolute;
    content: " ";
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #d3ced2;
    z-index: 1;
}
.tabs{
	position:relative;
}
.single_add_to_cart_button {
	font-family:"Montserrat", sans-serif;
	border-radius: 28px;
    border: 1px solid #003F62;
    color: #003F62;
    text-transform: uppercase;
    padding: .7em 2em .6em;
    background-color: transparent;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    transition: .3s;
} 
.single_add_to_cart_button:hover {
    text-decoration: none;
    color: #FFFFFF;
    background-color: #003F62;
}

button.single_add_to_cart_button.button.alt:before {
	content:none;
}
.woocommerce-Price-amount {
	font-size: 34px;
    color: #003F62;
    font-weight: 600;
}
.posted_in {
	display:none;
}
.product-nameback {
	display:flex;
    margin-bottom: 0;
    background-color: #003F62;
    color: #fff;
    padding: 13px 20px;
    font-size: 20px;
    position: relative;
    line-height: 1;
    font-weight: 600;
}
.product-title {
	color:#303030;
		font-size:18px;
	font-weight:600;
	padding:12px 0px 8px;
	    display: block;
    line-height: 1;
}
.produc_box p{
	
    font-size: 14px;
line-height:1.5;
    color: #303030;
}
.widget-title {
	      font-family: 'Montserrat';
    font-size: 18px;
    color: #303030;
    font-weight: 600;
}
.footer-logo {
	padding-bottom:34px;
}
.contact-email , .contact-phone, .contact-address {
	
	font-size:14px;
	 font-family: 'Montserrat';
	  color: #303030;
	
}
.contact-info span img,.mobinfo span img {
	vertical-align:text-top;
}
.contact-info a:hover,.mobinfo a:hover {
color:	#003f62!important;
}
.social-media-links {
	display: flex;
    align-items: center;
    padding-top: 1.7em;
    padding-bottom: 5em;
}
.social-media-links div {
    border: 1px solid #000000;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.social-media-links div:nth-of-type(n+1) {
    margin-right: 15px;
}
.social-media-links div:nth-of-type(1) a {
    color: #0000ba;
}
.social-media-links div:nth-of-type(2) {
    border-color: #c90202;
    box-shadow: 1px 1px #888;
}
.social-media-links div:nth-of-type(1) {
    border-color: #0000ba;
    box-shadow: 1px 1px #888;
}
.social-media-links div:nth-of-type(2) a {
    color: #c90202;
}
.addtitile{
	font-size: 13px;
    color: #fff;
    font-weight: 400;
}
.ajax_add_to_cart {
    height: 20px;
	    line-height: 1.1;
}
.contact-address p {
	display: contents;

	font-size: 14px!important;
    color: #000000;   
}
#searchf {
width:0;
	opacity:0;
	 transition: width 2s;
}
#searchf form {
	    position: fixed;
    top: 80px;
    z-index: 9;  
}
.my1style {
	display:none!important;
}
.searchform button {
	margin: 0;
    padding: 0;
    background: transparent;
    border: none;
}
input#s {
 background:transparent;
    border: none;
	color:#fff;
	font-family: 'Montserrat';
	font-size:12px;
	font-weight:600;
}
input#s::placeholder {
	color:#fff;
}
.searchform button:hover ~ input#s {
	background: transparent;
    border: 1px solid #fff;
    border-radius: 15px;
    padding: 2px 10px;
}
.header-locales span{
	cursor:pointer;
}
.header-locales span:not(:last-child) {
	padding-right: 15px;
	
}
.icon-globe {
	    margin-top: 3px;
}
div#n2-ss-4 .n2-font-96fddc6ba0876ec004648d0512d4f31f-hover{
	text-transform:uppercase!important;
	font-family:'Montserrat' !important;
}

.main-cat {
    display: flex;
	    justify-content: space-between;
	padding: 60px 0px 100px;
}
.cat-product {
	width: 70%;
    display: flex;
    flex-wrap: wrap;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}
.searchcat-product {
	  width: 100%;
    display: grid;
    flex-wrap: wrap;
    grid-column-gap: 30px;
    grid-row-gap: 40px;
    grid-template-columns: repeat(4,1fr);
}
.sidebar-cat{
	 width: 25%;
}
.cat_back{
	width:100%;
	min-height:250px;
}
.header-cat {
	    position: relative;
}
.cat-title {
bottom: 100px;
    position: absolute;
    left: 50%;
    display: -webkit-inline-box;
    transform: translate(-50%, -50%);
}
.cat-title h1 {
	text-transform: uppercase; 
	color:#fff;
	font-size:50px;
	font-weight:600;
}
.woocommerce-breadcrumb {
	font-family: "Montserrat",sans-serif;
    font-size: 13px;
   
    text-align: center;
}
.woocommerce-breadcrumb a{
	font-family: "Montserrat",sans-serif;
    font-size: 13px;
    text-align: center;
    width: 100%;
}
.cat-bread {
   color: #fff;
    bottom: 10px;
    position:absolute;
    left: 50%;
    transform: translate(-50%, -50%);
	
}
.cat-bread a {
	color:#fff;
}
.product-name a {
	color:#003F62;
	font-weight:bold;
}
.summary h1 {
	    font-size: 34px;
    color: #303030;
    line-height: 44px;
    padding-left: .3em;
	font-weight:600;
}
.related h2 {
	margin-top:120px;
	color: #303030;
    text-align: center;
    margin-bottom: .5em;
   font-family: "Montserrat",sans-serif;
    font-size: 40px;
    line-height: 50px;
	font-weight:bold;
	text-transform:uppercase;
}
.singlepro {
	padding: 60px 0px 100px;
	overflow-x:hidden;
}
.woocommerce-tabs ul.tabs li.active a:hover {
    color: #003F62;
}
.summary table tr {
	border: 1px solid #DADADA;
	
}
.summary table {
	width:100%;
	margin-bottom:40px;
}
.summary th,td {
	    margin-bottom: 0;
    padding: 1em 0.5em .5em;
    color: #303030; 
	font-weight:400;
	font-family: "Montserrat",sans-serif;
    font-size: 16px;
    line-height: 24px;
}
.summary th {
	font-size:14px!important;
}
.ajax_add_to_cart:hover > .addtitile {
	opacity:1!important;
}
.woocommerce-tabs {
	margin-top:100px;
}
.quantity {
	display:flex;
}
.qtext {
	color: #003f62;
    padding: 7px 10px;
    font-weight: 900;
    font-size: 18px;
}
.woocommerce-cart-form__cart-item .qtext {
	display:none;
}
.qib-button:not(#qib_id):not(#qib_id) {
	background:transparent!important;
	border-color:transparent!important;
	    color: #003f62!important;
}
.qib-container .quantity input.qty:not(#qib_id):not(#qib_id){
	border-color:transparent!important;
}
.shrjan {
	    display: flex;
    border: 1px solid #003f62;
    margin: 0px 19px ;
	max-width:100px;
}
.woocommerce-cart-form__cart-item .shrjan {
	margin:0!important;
}
.woocommerce table.cart td.product-quantity .qib-container:not(#qib_id):not(#qib_id) {
	justify-content:start!important;
}
.qib-container:not(#qib_id):not(#qib_id) {
	display:flex!important;
}
form.cart button[type='submit']:not(#qib_id):not(#qib_id):not(_):not(_) {
    height: auto!important;
}
.cuantminus,.cuantplus{
	color: #003f62;
    font-weight: 900;
    font-size: 18px;
	cursor:pointer;
}
input.qty   {
		color: #003f62;
    font-weight: 900;
    font-size: 18px;
	    border: none;
    text-align: center;
    min-width: 42px;
    width: 100%;
    -webkit-appearance: none;
    margin: 0;
    appearance: none;
}
.produc_box a:hover {
	color: #303030;
}
.yith-wcwl-icon {
	    padding: .9em;
    border: 1px solid #003f62;
    border-radius: 33px;
    text-align: center;
    color: #003f62;
}
.yith-wcwl-icon:hover {
	background: #003f62; 
	color:#fff;
}
.compare {
	    margin: 11px -5px 0px;
 
    display: block;
}
.compare:after {
	    content: "\f362";
	     font-family: "Fontawesome";
    font-weight: 400;
	  padding: .93em;
    border: 1px solid #003f62;
    border-radius: 33px;
    text-align: center;
    color: #003f62;
}
a.compare:hover ~ .compare:after {
	background: #003f62; 
	color:#fff;
}
.cart table {
	width:auto!important;
}
.cart table tr {
border:none;	
}
form.cart table.thwepo-extra-options select {
	color:#003f62;
    padding: 7px 10px;
    border: 1px solid #003f62;
	 font-weight: 900;
    font-size: 18px;
}
.yith-wcwl-add-to-wishlist {
	display:inline-block;
	      margin: 0px 10px 0px;
}
.optionsingle {
	display:flex;
	padding:50px 0px 33px;
}
.optionsingle table td {
	padding:0;
}
.optionsingle table {
	margin-bottom:0;
}
.ds{
	display:flex;
}
.woof_container_inner h4{
	font-weight: bold;
    font-size: 20px;
    color: #003f62;
    padding-bottom: 10px;
    border-bottom: 2px solid #003f62a6;
}
.woof label {
	font-size: 16px;
}
a.woof_front_toggle {
	 color: #003f62;
}
input.woof_checkbox_term, input.woof_radio_term {
	height:22px;
	width:22px;
}
.woof .widget_price_filter .ui-slider .ui-slider-range {
	background-color: #003f62;
}
.woof .widget_price_filter .ui-slider .ui-slider-handle {
	background-color: #fff;
	cursor:pointer;
	border: 2px solid #003f62;
}
.woof .widget_price_filter .price_slider_wrapper .ui-widget-content {
	margin-top:20px;
	height:4px;
}
.dgwt-wcas-no-submit .dgwt-wcas-ico-magnifier {
    height: 50%;
    margin: 10px 0px;
    max-height: 20px;
    width: 100%;
    max-width: 20px;
    left: auto;
    right: 12px;
    opacity: .5;
	fill: #003f62;
}
.dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    padding: 5px 20px 5px 20px;
    border-radius: 30px;
    margin-bottom: 20px;
	color:#000;
	font-weight:bold;
}
.dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search]::placeholder {
	color:#000;
	font-weight:bold;
	 font-style: normal;
	font-size:14px;
}
.cat-card img:hover {
	    filter: brightness(0.8);
    transition: all 0.3s ease;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	font-family: "Montserrat", sans-serif;
    border-radius: 28px;
    border: 1px solid #003F62;
    color: #003F62;
    text-transform: uppercase;
    padding: .7em 2em .6em;
    background-color: transparent;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    transition: .3s;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover{
	text-decoration: none;
    color: #FFFFFF;
    background-color: #003F62;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	font-family: "Montserrat", sans-serif;
    border-radius: 28px;
    border: 1px solid #003F62;
    color: #003F62;
    text-transform: uppercase;
    padding: .7em 2em .6em;
    background-color: transparent;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    transition: .3s;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
	text-decoration: none;
    color: #FFFFFF;
    background-color: #003F62;
}
.dgwt-wcas-preloader {
	right:25px;
	top:-12px;
}
.woocommerce-info::before {
	display:none;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
	padding: 1em 2em 1em 3em; }
.pagecont {
	padding: 20px 0px 60px;
}
.woocommerce-message {
	border-top-color: #003f62;
}
.woocommerce-error .button, .woocommerce-info .button, .woocommerce-message .button {
font-family: "Montserrat", sans-serif;
    border-radius: 28px;
    border: 1px solid #003F62;
    color: #003F62;
    text-transform: uppercase;
    padding: .7em 2em .6em;
    background-color: transparent;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    transition: .3s;	
}
.woocommerce-error .button:hover, .woocommerce-info .button:hover, .woocommerce-message .button:hover {
		text-decoration: none;
    color: #FFFFFF;
    background-color: #003F62;
} 
 .woocommerce td.product-name dl.variation dt {
	 display: none; }
.woocommerce-message::before {
	display:none;
}
.woocommerce form .form-row label,.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea,.select2-container--default .select2-selection--single {
	font-size:14px;
}
.woocommerce-MyAccount-navigation ul{
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	max-width:700px;
}
.woocommerce-MyAccount-navigation ul li {
	background-color: #002f4a;
    padding: 5px 10px;
    border-radius: 3px;
}
.woocommerce-MyAccount-navigation ul li a { 
color:#fff;
}
.langs {
	display:none;
}
.mobinfo {
	display:none;
}
.copyright-second-block {
	color: #D8D8D8;
    font-size: 13px;
    padding-bottom: 3px;
}
.wpml-ls-statics-shortcode_actions {
	position:fixed;
	margin-top:7px;
	   
}
 .wpml-block {
    cursor: pointer;
    position: relative;
}
.search button {
    background: 0;
    border: 0;
    cursor: pointer;
    transition: 0;
    color: #FFFFFF;
    border-radius: 50%;
    padding: 0;
    position: absolute;
    outline: none;
top:-60px;
}
.search input {
    border: 0;
    padding: .3em 1.5em .3em .5em;
    flex-grow: 1;
    outline: 0;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background: transparent;
    opacity: 1;
  
}
 .search-block span {
    cursor: pointer;
}
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}
 .search {
    display: flex;
    align-items: center;
    border-bottom: 1px solid transparent;
    position: absolute;
    width: 30px;
    height: 30px;
    transition: 0;
    padding: 10px;
    top: 60px;
}
.icon-heart {
	padding-right:15px;
}
.search-block {
    margin-right:45px;
    position: relative;
}
 .search.opensearch {
    right: 60px;
    border-bottom: 1px solid #FFFFFF;
    padding: 10px;
    position: fixed;
    width: 250px;
    transition: 1s;
	 top:60px;
}
.wpml {
	margin-left: -15px;
}
.opensearch button {
	position:relative!important;
	top:0px;
}
.wpml-ls-legacy-list-vertical>ul {
	padding:5px;
}
.cart-collaterals .woocommerce-Price-amount,.woocommerce-cart-form .woocommerce-Price-amount,#order_review .woocommerce-Price-amount {
	font-size:inherit;
}
.woocommerce #payment #place_order {
	margin-top:20px;
}
.woocommerce-cart-form  .qty {
	padding:0px;
}
 .search.opensearch.searchstiky {
    top: 60px;
    background-color: #003f62;
    border-bottom: none!important;
	 position:fixed;
}
.asdsad {
display: block;
    width: 30px;
    overflow: hidden;
    height: 25px;
    float: right;
    right: 10px;
    position: absolute;
	 transition: all 0.5s;
	cursor:pointer;
}
.product-title a {
	color:#303030;
}
.asdsad:hover {
 width: 110px;
}
.searchstiky {
    top: 60px;
    background-color: #003f62;
    border-bottom: none!important;
	 position:fixed;
}
form.cart button[type='submit']:not(#qib_id):not(#qib_id):not(_):not(_):focus {
	outline:none;
}
@media (max-width: 768px){
	.woocommerce-cart-form  button.button {
		    padding: .6em 0.4em .6em;
	
	}
	.woocommerce-cart-form__cart-item .qib-container:not(#qib_id):not(#qib_id) {
    display: inline-block!important;
}
	.woocommerce-cart-form  .quantity label {
		padding-top:0px;
	}
	.woocommerce-cart-form .quantity {
    justify-content: flex-end;
}
	.woocommerce-cart-form .coupon input {
		margin-right:10px;
	}
	.woocommerce-cart-form .shrjan {
		margin-right:0;
	}
	.main-products {
		display:block;
	}
	.search-block {
		margin-right:40px;
	}
	.cat-card {
    margin-bottom: 20px;
}
	.woocommerce-error .button, .woocommerce-info .button, .woocommerce-message .button {
		margin-top:15px;
	}
	.related h2,.h2products {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 26px;
}
	#mainmenu {
		display:none;
	}
	.icon-heart {
		padding-right:10px;
	}
	.header-locales span:not(:last-child) {
		padding-right:10px;
	}
	footer#colophon .footer-info {
		flex-direction:column;
	}
	footer#colophon .site-info .footer-first-block {
     width: 100%; 
		    padding-bottom: 0px;
}
	footer#colophon .site-info .footer-first-block, footer#colophon .site-info .footer-third-block {
     padding-top: 0;
}
	.footer-second-block {
    width: 100%;
}
	footer#colophon .site-info .footer-third-block {
  display:none;
}
	.mobinf {
	display:inline-block;
		width:48%;
		vertical-align: top;
}
	.mobinfo {
	display:inline-block;
		width:50%;
}
	footer#colophon .copyright {
		flex-direction:column;
	}
	.cat_back {
		object-fit:cover;
	}
	.wc-proceed-to-checkout {
		text-align:center;
	}
	.woocommerce-product-gallery img {
		width:100%
	}
	.main-cat{
		flex-direction:column;
	}
	.cat-title h1 {
		font-size:22px;
	}
	.sidebar-cat {
    width: 100%;
}
	.single-product {
		flex-direction:column;
	}
	div.summary, div.entry-summary {
		width:100%
	}
	.cat-product {
		width: 100%;
    grid-template-columns: repeat(1,1fr);
	}
	div.woocommerce-product-gallery {
		width:100%
	}
	.cat-title{
		min-width:200px;
	}
	.searchcat-product {
		grid-template-columns:repeat(1,1fr);
	}
	
	.card {
 max-width:100%;}
}

	.mobile-nav-menu {
	display: none;
		position: fixed;
    width: 100%;
    background-color: #002f4a;
    left: 0;
    justify-content: center;
	    top: 60px;
}
.mobile-nav-menu ul {
	margin:0;
}
.mobile-nav-menu li:not(:last-child) {
	border-bottom: 1px solid #fff;
}
.mobile-nav-menu li {
	padding:10px 0px;
}
.mobile-nav-menu a {
	color:#fff;
	padding:0px 5px;
	font-size: 14px;
}
.iconmy {
	padding-right:15px;
}
@media (max-width: 768px){
	.header-info {  
     justify-content: unset;  
}
	.iconmy {
	padding-right:10px;
}
	.header-info-values {
		padding-left:30%;
	}
.hamburger .line{
  width: 28px;
  height: 3px;
  background-color: #fff;
  display: block;
  margin: 5px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hamburger:hover{
  cursor: pointer;
}

#hamburger-1.is-active .line:nth-child(2){
  opacity: 0;
}

#hamburger-1.is-active .line:nth-child(1){
  -webkit-transform: translateY(6px) rotate(45deg);
  -ms-transform: translateY(6px) rotate(45deg);
  -o-transform: translateY(6px) rotate(45deg);
  transform: translateY(6px) rotate(45deg);
}

#hamburger-1.is-active .line:nth-child(3){
  -webkit-transform: translateY(-10px) rotate(-45deg);
  -ms-transform: translateY(-10px) rotate(-45deg);
  -o-transform: translateY(-10px) rotate(-45deg);
  transform: translateY(-10px) rotate(-45deg);
}
}
@media (max-width: 350px){ 
	.mobinfo {
		display:block;
		width:100%
	}
}
.woocommerce table.shop_table .woocommerce-Price-amount, .woocommerce-order .woocommerce-Price-amount {
	font-size:inherit;
}
 .woof_reset_search_form {
	font-family: "Montserrat", sans-serif;
    border-radius: 28px;
    border: 1px solid #003F62;
    color: #003F62;
    text-transform: uppercase;
    padding: .7em 2em .6em;
    background-color: transparent;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    transition: .3s;
}
 .woof_reset_search_form:hover {
	text-decoration: none;
    color: #FFFFFF;
    background-color: #003F62;
}
.sticky .opensearch {
    background-color: #003f62!important;
}
.content li, .content ul {
	list-style:inherit;
}
.ds button svg {
	vertical-align:bottom;
	 transition: 200ms;
  transition-timing-function: ease-in-out;
  -webkit-transition: 200ms;
  -webkit-transition-timing-function: ease-in-out;
}
.buy-now:hover >svg #addt,.single_add_to_cart_button:hover >svg #addt{
	fill:#ffffff!important;
}
.buy-now {
	margin-top:10px;
	font-family: "Montserrat", sans-serif;
    border-radius: 28px;
    border: 1px solid #003F62;
    color: #003F62;
    text-transform: uppercase;
    padding: .7em 2em .6em;
    background-color: transparent;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    transition: .3s;
}
.buy-now:hover{
text-decoration: none;
    color: #FFFFFF;
    background-color: #003F62;
}
#dgwt_wcas_ajax_search-2 .widgettitle {
	display:none;
}
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	/* Force table to not be like tables anymore */
	 thead, tbody, th, td, tr { 
		display: block; 
	}
	.summary table {
		display:inline-block;
	}
	.summary table tr {
		display: flex;
    justify-content: space-between;
}
tbody, td, tfoot, th, thead, tr {
     border-color: transparent;
     border-style: none;
    border-width: 0px; 
     border-color: transparent; 
}
	.price {
		margin-top:30px;
	}
}
.page-numbers {
	display: flex;
    padding: 0.75em;
}
.page-numbers li a {
	    color: #003f62;
}
.product_box_img {
	width: 100%;
    height: 336px;
}
.product_box_img img{
	    width: 100%;
    height: 336px;
    display: block;
}