html {
	font-size: 62.5%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*::before,
*::after {
	font-family: iranYekan, 'Varela Round';
	/* font-family: iranYekan; */
	padding: 0;
	margin: 0;
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
	list-style: none;
	list-style-type: none;
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}


body {
	font-size: 1rem;
	text-align: right;
	color: #6f6f6f;
	direction: rtl;
	background-color: #f4f4ff;
}

a,
button {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  cursor: pointer;
  border: none;
  outline: none;
  background: none;
  text-decoration: none;
  color: inherit;
}

ul, ol {
	margin-bottom: 0;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 0;
    margin-bottom: 0;
}

a:focus, a:hover {
    color: inherit;
    text-decoration: none;
}

.clear-float::after {
	content: "";
	display: table;
	clear: both;
}

.body-container {
	max-width: 1366px;
	background-color: #fff;
	margin: 0 auto;
}

.page-container {
    margin: 0 4.8rem;
    margin-bottom: 11rem;
	overflow: hidden;
}

/* ------------ */
/* OFFCANVAS */
/* ------------ */
.offcanvas-right_nb {
    position: relative;
    right: 0;
    transition: all .4s ease-in;
}

.offcanvas-right_nb.active {
	right: 100%;
}

.offcanvas-col-side_nb {
    /* position: absolute; */
    /* float: left; */
    /* width: 70%; */
    /* right: -100%; */
}

.offcanvas-col-side_nb {
    position: absolute;
    float: left;
    width: 75%;
    right: -85%;
}

.offcanvas-col-main_nb {
    position: relative;
    float: left;
    width: 100%;
}

/* ------------ */
/* END OF OFFCANVAS */
/* ------------ */


.section::after {
	content: "";
	display: table;
	clear: both;
}

.section {
    margin-bottom: 5rem;
}

.header-container {
	/* background-color: #0F8F14; */
	/* background-color: #237D50; */
	font-size: 1.6rem;
	position: relative;
	/* z-index: 999; */
	z-index: 2;
	/* background-image: linear-gradient(to right, rgb(19 103 61), rgb(35 125 80)); */
}

.disclaimer {
    margin: .7rem 4.8rem 1rem;
    font-size: 1.3rem;
}

.disclaimer::before {
	content: "";
	display: table;
	clear: both;
}

.header-lower {
  padding: 0 4.8rem;
  background-color: #29378F;
}

.header-container::after {
	content: "";
	display: table;
	clear: both;
}

.header-con-info {
    /* color: #F2EEF1; */
	text-align: left;
	/* padding: 20px 48px; */
	width: 27rem;
	float: left;
    margin: .7rem 4.8rem;
    font-size: 1.3rem;
}

/* .curve { */
  /* width: 40px; */
  /* height: 96px; */
  /* border-radius: 900% 0 0 761px; */
  /* color: #237D50; */
  /* margin-left: 20%; */
 /* } */


/* .logo {
	float: left;
	width: 17rem;
	margin-left: 48px; comment
} */


.cart, .profile {
	width: 48px;
	height: 38px;
	background-color: #237D50;
	display: block;
	padding-right: 10px;
	/* box-shadow: inset -4px 0 9px 0 rgba(74, 74, 74, 0.5); */
}



.cart {
	margin-left: 5px;
	border-radius: 3px 3px 20px 3px;
	padding-right: 17px;
}

.profile {
	border-radius: 20px 3px 3px 20px;
	padding-right: 11px;
}

.menu-btn-container {
	position: relative;
	float: right;
	width: 38px;
	height: 38px;
}




.show-menu {
	border-radius: 10px 10px 5px 5px;
	cursor: pointer;
	background-image: url("../images/avin-electric-vector-icons.svg");
	background-color: #29378F;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	position: absolute;
	top: -7px;
background-repeat: no-repeat;
width: 4.7rem;
height: 5.4rem;
transition: all .3s;
background-position: -1071px -1px;
background-size: cover;
width: 4rem;
height: 5.6rem;
}


.show-menu:active,
.show-menu:hover {
    transform: translateX(-5px);
}



/* ------------ */
/* START OF SEARCH FORM */
/* ------------ */
.search-form-container {
    margin: 0 4.8rem 1rem;
	width: 75%;
    margin-top: 1rem;
	margin-left: auto;
    margin-right: auto;
}

.search-form {
    position: relative;
}

.search-form input[type=text] {
    border: 1px solid #f1f1f1;
    /* border-radius: 3px; */
    width: 100%;
    padding: 5px 10px 5px 80px;
    height: 30px;
}

.search-form input::placeholder {
    font-size: 1.2rem;
}

.search-form input[type=text]:focus {
    border: 1px solid #29378F;
    outline: none;
}

.search-submit {
    position: absolute;
    left: 0;
    background-color: #f1f1f1;
    color: #9b9b9b;
    height: 30px;
    padding: 1px 10px;
    /* border-radius: 3px 0 0 3px; */
    font-size: 1.3rem;
    border: 1px solid #f1f1f1;
    border-right: 0;
}


.search-submit:hover {
	color: #f2eef1;
	border-color: #29378F;
	background-color: #29378F;
	transition: all .3s;
}

/* ------------ */
/* END OF SEARCH FORM */
/* ------------ */




/* ------------ */
/* START OF NAV */
/* ------------ */
@-webkit-keyframes slideRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

@keyframes slideRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

@-webkit-keyframes slideLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes slideLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.nav-container .overlay {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 1098;
	opacity: 0;
	visibility: hidden;
	background: rgba(0,0,0,0.55);
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.nav-container .overlay.active {
	opacity: 1;
	visibility: visible;
}

.nav {
	position: fixed;
	background-color: #fff;
	top: 0;
	right: 0;
	width: 30rem;
	height: 100%;
	z-index: 1099;
	/* font-size: 1.9rem; */
	font-size: 1.5rem;
	color: #29378F;
	overflow: hidden;
	-webkit-transform: translate(100%);
	-ms-transform: translate(100%);
	transform: translate(100%);
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.nav.active {
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0);
}

.menu-section {
    padding: 0 1.1em;
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	padding-top: 7.7rem;
}

.menu-section li {
	border-bottom: 1px solid #9ca5de;
}

.menu-section li a {
	display: block;
	padding: .9em 0;
}

.menu-section li:last-child {
	border: 0;
}

li.menu-item-has-children a {
	position: relative;
}

.menu-item-has-children > a::after {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    top: 50%;
    transform: translateY(-50%);
    left: 0.2em;
    background-image: url("../images/avin-electric-vector-icons.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -511px 0;
}

.last-sub-li > a::after {
	content: none;
}

.menu-mobile-header {
	position: fixed;
	z-index: 999;
	width: 30rem;
	top: 0;
	right: 0;
	background-color: #fff;
}

.menu-mobile-title {
	position: relative;
    text-align: center;
    line-height: 6rem;
	font-size: 1.5rem;
	width: calc(100% - 12rem);
	margin-right: 6rem;
}

.menu-mobile-title::after {
	position: absolute;
	content: "";
	border-bottom: 1px solid #9ca5de;
	right: 0;
	bottom: -1px;
	left: 0;
	margin-left: 1rem;
	margin-right: 1rem;
}

.menu-mobile-arrow {
    /* float: right; */
    /* border-bottom: 1px solid #74237d; */
    /* border-left: 1px solid #74237d; */
    /* border-bottom-left-radius: 1rem; */
    /* height: 6rem; */
    /* padding-right: 2rem; */
    display: none;
    float: left;
    width: 50px;
    height: 50px;
    border-bottom: 1px solid #9ca5de;
    border-right: 1px solid #9ca5de;
    /* border-bottom-right-radius: 1rem; */
    background-image: url("../images/avin-electric-vector-icons.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: -781px;
    position: relative;
    z-index: 1099;
}

.menu-mobile-close {
    float: right;
    width: 50px;
    height: 50px;
    border-bottom: 1px solid #9ca5de;
    border-left: 1px solid #9ca5de;
    /* border-bottom-left-radius: 1rem; */
    background-image: url("../images/avin-electric-vector-icons.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: -883px 0;
    position: relative;
    z-index: 1099;
}

.sub-menu {
    position: absolute;
	display: none;
    top: 0;
    background-color: #fff;
    width: 100%;
    right: 0;
    padding: 0 1.1em;
    padding-top: 7.7rem;
	overflow-y: auto;
	height: 100%;
	max-width: none;
	min-width: auto;
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
	-webkit-box-shadow: none;
	box-shadow: none;
	z-index: 500;
}

.sub-menu.active {
	display: block;
}

.sub-menu-col {
    margin-bottom: 5rem;
	padding-top: .9em;
}

.sub-menu-col dd a,
.sub-menu-col dt a {
	padding: .1em 0;
	padding-right: .2em;
	padding-right: .8em;
}

.sub-menu-col dd {
    margin-bottom: .5rem;
}

dl.sub-menu-col dt {
	margin-bottom: .6rem;
	border-bottom: 1px solid #ebd4bc;
	padding-bottom: .5em;
	padding-right: .8em;
	position: relative;
}

dl.sub-menu-col dt::before {
	position: absolute;
	content: "";
	width: 8px;
	height: 8px;
	background-color: #c4c4c4;
border-radius: 100%;
right: 11px;
top: 1.3rem;
}

/* ------------ */
/* END OF NAV */
/* ------------ */


/* ------------ */
/* BANNER */
/* ------------ */
.home-banner {
    display: block;
    margin: 0 auto 10rem;
	width: 100%;
}

/* ------------ */
/* END OF BANNER */
/* ------------ */


/* ------------ */
/* home main cat */
/* ------------ */
.home-main-cat {
	position: relative;
	width: 193px;
	margin: 0 auto 8rem;
}

.home-main-cat h1 {
    position: absolute;
    font-weight: normal;
    bottom: 2rem;
    font-size: 2.4rem;
}

.home-main-cat .product-name-wrapper h1 {
    font-size: 2.3rem;
    padding-top: 3.1em;
    color: #29378f;
}
/* ------------ */
/* END OF home main cat */
/* ------------ */




/* ------------ */
/* titles */
/* ------------ */
.title-background {
    position: relative;
    margin-bottom: 2rem;
}

.title-background::before {
	content: '';
	position: absolute;
	width: 105px;
	height: 105px;
	right: 0;
	background-image: url("../images/avin-electric-vector-icons.svg");
	background-repeat: no-repeat;
	background-position: 0;
	background-size: cover;
}



.title-container {
    position: relative;
}

.title-container .ttl-v {
	float: right;
    font-size: 2.5rem;
    color: #29378F;
    margin-top: 3.7rem;
    margin-right: 6rem;
}

.title-container a {
    float: left;
    background-color: #29378F;
    color: #fff;
    padding: .2em .6em;
    font-size: 1.7rem;
    /* border-radius: 2px; */
    margin-top: 3.7rem;
}

.title-brief p {
    position: relative;
    padding: 1rem 9rem;
    font-size: 1.4rem;
}

/* .title-background p::before {
    content: "";
    display: table;
    clear: both;
} */

/* ------------ */
/* END OF titles */
/* ------------ */


/* ------------ */
/* home single section with images */
/* ------------ */
.h-p-section {
	position: relative;
}


.c-wrapper-back {
    position: relative;
    width: 100%;
    /* height: 50vw; */
}


/* .h-p-section::before { */
.c-wrapper-back::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 110%;
    right: -10%;
    background-image: url("../images/avin-electric-vector-icons.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 10%;
}

.h-p-wrapper {
	margin-bottom: 15rem;
}

.h-p-section img {
	display: block;
	margin: 0 auto 1rem;
    max-width: 100%;
}

.c-wrapper {
    position: relative;
    padding: 13%;
    color: #29378F;
}

.c-wrapper h4 {
    font-size: 2.2rem;
    color: #29378F;
    margin-bottom: 2rem;
}

.c-wrapper .c-c {
    font-size: 1.5rem;
    line-height: 3rem;
}

/* .c-wrapper::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	background-image: url("../images/avin-electric-vector-icons.svg");
	background-repeat: no-repeat;
	background-size: cover;
    background-position: -162px 0;
} */

/* ------------ */
/* END OF home single section with images */
/* ------------ */

/* ------------ */
/* product box */
/* ------------ */
.product-row {
	margin-bottom: 6rem;
}

.sng-product-wrapper {
    position: relative;
    width: 210px;
	height: 326px;
	display: block;
}


.sng-product-wrapper.cst-layout-prd {
    margin: 0 auto 5rem;

}

.sng-product-wrapper img {
	display: block;
	width: 100%;
	margin-bottom: -30px;
}

.sng-product-wrapper .product-badge::before {
	content: '';
	position: absolute;
	width: 40px;
	height: 40px;
	left: 0;
	background-image: url("../images/avin-electric-vector-icons.svg");
	background-repeat: no-repeat;
	background-size: cover;
}


.sng-product-wrapper .top-seller-badge::before {
	background-position: -80px 0;
	top: 0;
}

/* .sng-product-wrapper .hot-offer-badge::before {
    top: 5px;
    background-position: -112px 0;
    left: -11px;
} */

.sng-product-wrapper .hot-offer-badge::before {
    top: 5px;
    background-position: -124px 0;
    left: 0px;
}


.sng-product-wrapper .product-badge .badge_nb{
    position: absolute;
    left: 17px;
    top: 10px;
    color: #29378F;
    font-size: 1rem;
}

.sng-product-wrapper .hot-offer-badge .badge_nb{
	top: 17px;
}

.sng-product-wrapper .product-badge {
	position: absolute;
	left: 0;
}

.sng-product-wrapper .hot-offer-badge {
	top: 30px;
}

.sng-product-wrapper .top-seller-badge {
	top: 0;
}

/* .sng-product-wrapper .product-name-wrapper { */
.product-name-wrapper {
    position: relative;
    margin-top: -20px;
}

/* .sng-product-wrapper .product-name-wrapper::before { */
.product-name-wrapper::before {
    content: '';
    position: absolute;
    width: 82px;
    height: 135px;
    right: 0;
    background-image: url("../images/avin-electric-vector-icons.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -162px 0;
}

/* .sng-product-wrapper .product-name-wrapper h1 { */
.product-name-wrapper h1 {
    position: relative;
    font-size: 1.5rem;
    padding: 43px 28px 11px 10px;
    font-weight: normal;
    line-height: 1.6;
    text-indent: 15px;
    color: #29378f;
}

/* ------------ */
/* END OF product box */
/* ------------ */


/* ------------ */
/* pagination */
/* ------------ */
.pagination-container {
	text-align: center;
}

.pagination-container::before {
	content: "";
	display: table;
	clear: both;
}

.pagination_nb {
	display: inline-block;
}

.pagination_nb .pagination-list {
	cursor: pointer;
    float: right;
    width: 24px;
    height: 30px;
    position: relative;
    font-size: 1.8rem;
    margin: 0 1.3rem;
    text-align: left;
}

.pagination_nb .pagination-list-content {
	position: relative;
}


.pagination_nb .pagination-list::before {
    position: absolute;
    content: "";
    background-image: url("../images/avin-electric-vector-icons.svg");
    background-position: -80px 0;
    background-repeat: no-repeat;
    background-size: cover;
    width: 40px;
    height: 40px;
    right: -40%;
    top: -20%;
}

.pagination-list.current-page::before {
    background-position: -40px 0;
}

/* ------------ */
/* END OF pagination */
/* ------------ */


/* ------------ */
/* FOOTER */
/* ------------ */
footer {
    position: relative;
	background-color: #E6E7E9;
	padding: 0 12%;
}

footer .footer-row {
    margin-bottom: 3rem;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 2rem;
}

footer .logo {
    width: 128px;
}

footer .footer-context-wrapper {
    position: relative;
    color: #29378F;
    top: -6rem;
    margin: 0 auto -6rem;
    /* width: 80%; */
}

footer .footer-context-title {
    font-size: 3rem;
    margin-bottom: 1rem;
	font-weight: bold;
}

footer .footer-context-item {
    font-size: 1.6rem;
    margin-bottom: 1rem;
}

footer .social-link-container {
    padding: 0 5%;
    margin-top: 2rem;
    /* margin-right: 12%; */
    padding: 0;
    margin-bottom: 2rem;
}

footer .social-link {
	display: inline-block;
	background-image: url("../images/avin-electric-vector-icons.svg");
	background-size: cover;
	background-repeat: no-repeat;
	width: 27px;
	height: 27px;
}


footer .social-link.telegram {
    background-position: -188px 0;
}

footer .social-link.whatsapp {
    background-position: -215px 0;
}

footer .social-link.instagram {
    background-position: -161px 0;
}

footer .social-link:not(:last-child) {
    margin-left: 1rem;
}

.copyright {
    color: #A1A1A1;
    font-size: 1.1rem;
    margin-bottom: 1.2rem;
    text-align: left;
}

/* ------------ */
/* END OF FOOTER */
/* ------------ */


/* ------------ */
/* BREADCRUMB */
/* ------------ */
.breadcrumb-container {
    /* padding: 1em 0; */
	margin: 2.5em 0;
}

.breadcrumb_nb {
    border: 1px solid #E9ECED;
}

.breadcrumb-list {
    /* float: right; */
    font-size: 1.5rem;
    padding: .5em 1em;
	position: relative;
}


.breadcrumb-list:not(:first-child) {
    margin-right: 3rem;
}

.breadcrumb-list:not(:first-child)::before {
    content: "";
    position: absolute;
    right: -3px;
    width: 8px;
    height: 3px;
    background-color: #29378F;
    top: 50%;
    /* transform: skewY(-63deg); */
    top: 18px;
}

/* ------------ */
/* END OF BREADCRUMB */
/* ------------ */


/* ------------ */
/* END OF PRODUCT FILTER */
/* ------------ */
.filter-container {
	margin-bottom: 2rem;
}

.filter-container .filter-name {
    font-size: 1.6rem;
    background-color: #29378F;
    color: #f2eef1;
    padding: .5em 1.3em;
	cursor: pointer;
    /* border-radius: 5px 5px 0 0; */
}

.filter-container .filter-values {
    border: 1px solid #eee;
    border-top: 0;
    border-radius: 0 0 3px 3px;
    padding: 1.2em 2em;
}

.filter-values .filter-value-list {
    /* padding: .7em 2.8em; */
    padding: .5em 0;
}

.filter-values .filter-value-list .cntnt {
    position: relative;
    font-size: 1.4rem;
    cursor: pointer;
	display: inline-block;
	padding-right: 1.5em;

}

.filter-values .filter-value-list .cntnt::before {
    content: "";
    background-image: url("../images/avin-electric-vector-icons.svg");
    position: absolute;
    width: 20px;
    height: 20px;
    background-position: -80px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    right: 1.1em;
    top: 0;
    right: 0;
}


.filter-values .filter-value-list .cntnt:hover::before {
    background-position: -220px 0px;
}

.filter-values .filter-value-list .cntnt.selected::before {
    background-position: -99px 0px;
}

.filter-values .adjusted-filter {
    position: relative;
	cursor: pointer;
    border: 1px solid #E9ECED;
    font-size: 1.4rem;
    padding: .2em .4em;
    padding-right: 1.5em;
    margin: 2px 1px;
    display: inline-block;
}


.filter-values .adjusted-filter:before {
    content: "";
    background-image: url("../images/avin-electric-vector-icons.svg");
    position: absolute;
    width: 25px;
    height: 25px;
    background-position: -300px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    right: 1.1em;
    top: 0;
    right: 0;
}

.sortOn-container {
    border: 1px solid #E9ECED;
    margin: 0px 0 2rem 0;
    /* padding: 0 1rem; */
    border-right: 0;
    border-left: 0;
}

.sortOn-container .sortOn {
	cursor: pointer;
    /* float: right; */
	position: relative;
    font-size: 1.4rem;
    margin: 0 1.2rem;
    padding: .3em 0;
}

.sortOn-container .sortOn:hover:before {
    content: "";
    background-image: url("../images/avin-electric-vector-icons.svg");
    position: absolute;
    width: 15px;
    height: 15px;
    background-position: -210px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    right: 1.1em;
    top: 6px;
    right: -14px;
}

.sortOn.selected {
    padding-right: 15px;
}

.sortOn-container .sortOn.selected:before {
    content: "";
    background-image: url("../images/avin-electric-vector-icons.svg");
    position: absolute;
    width: 15px;
    height: 15px;
    background-position: -195px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    right: 1.1em;
    top: 6px;
    right: 0;
}

.product-filter-btn {
    background-color: #29378F;
    background-color: #53545d;
    position: relative;
    color: #fff;
    cursor: pointer;
    /* float: right; */
    font-size: 1.4rem;
    /* margin: 0 1.2rem; */
    padding: .3em 2em .3em .7em;
	margin-bottom: 1rem;
}

.product-filter-btn.close-filters {
    /* font-size: 1.4rem; */
    margin-bottom: 2rem;
    /* background-color: #53545d; */
    /* color: #fff; */
    /* padding: .3em; */
}


.product-filter-btn::before {
    content: "";
    background-image: url("../images/avin-electric-vector-icons.svg");
    position: absolute;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    top: 4px;
    right: 5px;
}

.product-filter-btn.show-filters::before {
    background-position: -300px 0px;
}

.product-filter-btn.hide-filters::before {
    background-position: -320px 0px;
}

/* ------------ */
/* END OF PRODUCT FILTER */
/* ------------ */



/* ------------ */
/* PRODUCT PAGE */
/* ------------ */
.product-image-container img {
    width: 90%;
	max-width: 100%;
    margin: 0 auto;
    display: block;
}

.product-icons-container {}

.icon-sngl-container {
    text-align: center;
    margin-bottom: 2.2rem;
}

.icon-sngl-container .icon-sngl {
    background-image: url("../images/product-badge-icon.png");
    width: 40px;
    height: 40px;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 auto .5rem;
}

.icon-sngl.org-icon {
    background-position: 0;
}

.icon-sngl.prc-icon {
    background-position: -40px;
}

.icon-sngl.fnc-icon {
    background-position: -80px;
}

.icon-sngl.tpsl-icon {
    background-position: -120px;
}

.icon-sngl-container .icon-txt {
    color: #29378F;
    font-size: 1.3rem;
}


.product-about .ttl-v.product-name {
    font-size: 2.3rem;
    margin-top: 4rem;
    margin-right: 3.5rem;
    text-indent: 2rem;
}

.product-about .title-background::before {
    /* width: 105px;
    height: 105px; */
    background-position: -105px;
}

.product-brf-container {
    margin: 2em;
	font-size: 1.2rem;
}

.product-brf {
    margin-bottom: 3rem;
}

/* .product-brf ul li {
    position: relative;
    font-size: 1.3rem;
    padding: .7em 0;
    text-indent: 7px;
    line-height: 1.7;
    z-index: 0;
} */


.product-brf li,
.product-brf p {
    position: relative;
    font-size: 1.3rem;
    padding: .7em 0;
    text-indent: 7px;
    line-height: 1.7;
    z-index: 0;
	margin-bottom: 0px;
}

/* .product-brf ul li::before {
    position: absolute;
    content: "";
    background-image: url("../images/avin-electric-vector-icons.svg");
    width: 35px;
    height: 35px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: -70px 0px;
    right: -10px;
    top: 0px;
    z-index: -1;
} */


.product-brf p::before,
.product-brf li::before {
    position: absolute;
    content: "";
    background-image: url("../images/avin-electric-vector-icons.svg");
    width: 35px;
    height: 35px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: -70px 0px;
    right: -10px;
    top: 0px;
    z-index: -1;
}

.product-brf .product-brf-list {
    /* position: relative;
    font-size: 1.2rem;
    padding: .7em 0;
    text-indent: 7px;
    line-height: 1.7; */
}

.product-brf .brf-list-sp {
	/* position: relative; */
}

.product-brf .product-brf-list::before {
}


.prd-spec-table-wrapper {
	overflow-x: auto;
}

.prd-product-spec-table {
	width: 100%;
	font-size: 1.5rem;
}

.prd-product-spec-table td {
	padding: 1em;
	white-space: nowrap;
}

.prd-product-spec-table td:first-child {
	width: 1%;
	white-space: nowrap;
	/* border-radius: 0 5px 5px 0; */
}

.prd-product-spec-table td:last-child {
	/* border-radius: 5px 0 0 5px; */
}

.prd-product-spec-table tr {
	overflow: hidden;
	/* border-radius: 20px; */
}

.prd-product-spec-table tr:nth-child(odd) {
	background-color: #E9ECED;
}

.prd-product-spec-table tr:nth-child(even) {
	background-color: #fff;
}

.product-dsc {
    font-size: 1.7rem;
    line-height: 2;
    padding: 2em;
    padding-top: 0;
}

/* ------------ */
/* END OF PRODUCT PAGE */
/* ------------ */

/* ===============
   PRODUCT IMAGE
=============== */
.product-image-container {
	direction: ltr;
}

.prd-product-img-slider-nav img,
.prd-product-img-slider-for img {
	display: block;
	width: 100%;
	/* border: 1px solid #F2F2F2; */
	border-radius: 2px;
}

.prd-product-img-slider-nav .prd-sngl-img-nav-container {
	margin: 10px;
}

.product-image-container {
	margin-bottom: 50px;
}

/* ===============
   PRODUCT IMAGE END
=============== */





/* ------------ */
/* CAROUSEL */
/* ------------ */
.product-wrapper.carousel-12col {
    padding: 0px 15%;
}

.carousel-12col .sng-product-wrapper {
    margin: 0 1rem;
}

/* ------------ */
/* END OF CAROUSEL */
/* ------------ */


@media only screen and (min-width: 650px) {

	.home-main-cat-container {
		padding: 0 10%;
	}

	.home-main-cat {
		float: right;
		margin-right: 0;
	}

	.home-main-cat:not(:nth-child(2n+0)) {
		margin-left: calc(100% - 386px);
	}

	/* .product {
		float: right;
	}

	.product-wrapper {
		padding: 0 5%;
	}

	.product:not(:nth-child(2n+0)) {
		margin-left: calc( 100% - 420px );
	} */

	
	.product-brf {
		float: right;
		width: 80%;
	}

	.product-brf .product-brf-list {
		font-size: 1.3rem;
	}

	.product-icons-container {
		float: left;
		border-left: 1px solid #29378F;
		width: 20%;
		padding-left: 3rem;
	}

	/* .sng-product-wrapper {
		float: right;
	} */
	
	.sng-product-wrapper.cst-layout-prd {
		float: right;
	}

	
	/* .sng-product-wrapper:nth-child(2n-1) {
		margin-left: calc(100% - 420px);
	} */

	
	.sng-product-wrapper.cst-layout-prd:nth-child(2n-1) {
		margin-left: calc(100% - 420px);
	}

	.product-row {
		padding: 0px 8%;
	}

	.sortOn-container .sortOn {
		float: right;
	}



	footer .footer-context-wrapper {
		float: right;
		/* width: 44%; */
	}

	
	footer .social-link-container {
		float: left;
	}

	footer .social-link-container {
		padding: 0;
	}
}


@media only screen and (min-width: 800px) {
	
	.header-con-info {
		float: left;
		line-height: 3;
		/* padding-top: 33px;; */
		/* width: 20%; */
	}
	
	.header-con-info {
		margin-right: 0;
		width: 200px;
	}


	.disclaimer {
		float: right;
		line-height: 3;
	}

	.product-wrapper {
		/* padding: 0 1%; */
	}

	
	.breadcrumb-list {
		float: right;
	}

	.product:not(:nth-child(2n+0)) {
		/* margin-left: 0; */
	}

	.product:not(:nth-child(3n+0)) {
		/* margin-left: calc( (100% - 630px) / 2); */
	}

	.sortOn-container {
		margin-left: -10%;
	}

	.product-page-col.product-col {
		width: calc(100% - 210px);
		/* margin-right: 3%; */
		padding: 0 5%;
	}

	.product-row {
		padding: 0;
	}

	.product-page-col {
		float: right;
	}

	.filter-container {
		width: 210px;
	}

	.offcanvas-right_nb.active {
		right: 0;
	}

	.offcanvas-col-side_nb {
		position: relative;
		right: 0;
	}

	.sng-product-wrapper:nth-child(2n-1) {
		/* margin-left: 0; */
	}

	.product-page-col .sng-product-wrapper:not(:nth-child(3n+0)) {
		/* margin-left: calc((100% - 630px) / 2); */
	}
		
	.product-about .ttl-v.product-name {
		font-size: 2.6rem;
		margin-bottom: 3rem;
	}

	.product-spec {
		padding: 0 10%;
	}

	.product-filter-btn {
		display: none;
	}

	.filter-col {
		background-color: #fff;
		margin: 0;
		width: unset;
		padding: 0;
	}
	
}

@media only screen and (min-width: 1000px) {
	
	.logo {
		width: auto;
	}
	
	.header-container {
		/* box-shadow: rgb(0 0 0 / 15%) 0px -3px 11px 0px inset, rgb(0 0 0 / 15%) 0px 3px 11px 0px inset; */
		/* box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px inset, rgb(0 0 0 / 24%) 0px 0px 8px inset; */
	}

	.disclaimer {
		float: right;
		margin-top: .7rem;
		margin-left: 1rem;
		line-height: 3;
	}


	.search-form-container {
		margin-left: 0;
		margin-right: 0;
		width: 20%;
		float: left;
	}
	
	.nav {
		position: relative;
		/* top: .3rem; */
		transform: translate(0);
		height: auto;
		width: auto;
		/* background-color: #237d50; */
		background-color: transparent;
		color: #f2eef1;
	}
	
	
	
	
	.nav > .menu-section::after {
		content: "";
		display: table;
		clear: both;
	}
	
	.menu-mobile-header {
		display: none;
	}
	
	.menu-section > li {
		float: right;
	}
	
	.menu-section {
		padding: 0;
		height: auto;
		overflow: auto;
	}
	
	.menu-section > li {
		border-bottom: 0;
	}
	
	.nav-container .overlay {
		display: none;
	}
	
	.menu-section > li > a {
		padding: 1.7em 1em;
	}
	.nav-container {
		/* float: right; */
		/* margin-right: 4.8rem; */
		transform: translateX(0);
	}
	

.menu-section > .menu-item-has-children > a::after {
	content: none;
    /* color: #fff;
    background-image: url("../images/icons/icon-group-light-gray.svg");
    left: unset;
    right: .6em;
background-position: -117px -1px;
background-size: 15.6rem;
width: 4rem;
height: 4.85rem;
display: inline-block;
background-color: #237d50;
border-radius: 10px 10px 5px 5px;
padding: 0 0.2em;
box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
top: 35px;
/* transition: all .1s; */
z-index: 99999999;
height: 5.6rem; 
}

.sub-menu > .last-sub-li > a {
    font-size: 1.7rem;
}

	.menu-section > .menu-item-has-children > a {
		/* padding-right: 3em; */
		/* padding-right: 3.3em; */
	}
	
	.menu-btn-container {
		display: none;
	}
	
	
.menu-section {
  overflow: visible;
}
/* .menu-section > .menu-item-has-children > .sub-menu { */
  /* top: 100%; */
  /* overflow: visible; */
  /* z-index: 99999999999999; */
  /* width: auto; */
  /* height: auto; */
  /* color: #000; */
/* } */
.menu-section > .menu-item-has-children > .sub-menu {
  position: absolute;
  display: block;
  top: 100%;
  /* border-radius: 3px 3px 8px 8px; */
  /* padding: 0; */
}
.menu-section > .menu-item-has-children {
  position: relative;
  overflow: visible;
}
.nav {
  overflow: visible;
  /* margin-top: -5px; */
}
.sub-menu.nav-top-categories {
  width: 32rem;
  /* right: -7.15rem; */
  height: auto;
  color: #888;
  padding: 2rem 0;
  padding: 2rem 3rem;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}
/* .sub-menu.nav-top-categories > li > a { */
    /* border-bottom: #777; */
/* } */
.menu-section li {
  border-bottom: 0;
}
/* .nav-top-categories > .menu-item-has-children > .sub-menu { */
  /* display: block; */
  /* right: 100%; */
  /* overflow: visible; */
  /* border-right: 1px solid #eee; */
  /* padding: 3.5rem 4rem; */
  /* height: auto; */
/* } */

.sub-menu.nav-top-categories {
  overflow: visible;
}
.sub-menu.nav-top-categories {
  /* width: 22vw; */
  /* max-width: 30rem; */
  /* min-width: 28rem; */
  width: 30rem;
}
.nav-top-categories > .menu-item-has-children > .sub-menu {
  /* width: auto; */
  /* position: fixed; */
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
  /* right: 30rem; */
/* top: 5rem; */

/* if categories was less than 5 so remove -> */
left: 0;
/* <-  if categories was less than 5 so  */
}

.nav-top-categories > li > a {
    font-size: 1.7rem;
    /* padding: .9em 1.5em; */
}

.nav-top-categories a {
    color: #29378f;
}

.nav-top-categories > li > a:not(:last-child) {
	/* border-bottom: 1px solid #e1e1e1; */
}
.menu-item-has-children > a::after {
    background-size: cover;
    background-position: -511px 0;
    left: 0;
}

.sub-menu-col {
    float: right;
    padding-top: 0;
	font-size: 1.4rem;
/* if categories was less than 5 so remove -> */
	/* width: 16.6666%; */
}
dl.sub-menu-col dt::before {
	top: .7rem;
}
.sdt-5-col {
	width: 22%;
}
.sdt-1-col {
	width: 25%;
}
.sdt-5-col dd,
.sdt-1-col dd {
	margin-bottom: .5em;
}
dl.sub-menu-col dt {
	border-bottom: 0;
}
dl.sub-menu-col dt a {
white-space: nowrap;
border-bottom: 1px solid #e1e1e1;
padding-bottom: .6em;
padding-right: 1em;

/* if categories was less than 5 so -> */
/* padding-left: 7.48rem; */
/* <-  if categories was less than 5 so  */
}
.nav {
  transform: none;
  /*! width: 100%; */
  float: right;
}
.sub-menu.last-sub {
  transform: none;
    display: none;
  right: 100%;
  overflow: visible;
  border-right: 1px solid #eee;
  /* padding: 3.5rem 4rem; */
  padding: 2rem 3rem;
  height: auto;
}
.menu-section > li {
	transition: all .3s;
	border-radius: 3px 3px 0 0;
}
.menu-section > li:hover {
    background-color: #1a2674;
}
.menu-section > li.nav-categories:hover > a::after {
    /* background-color: #336d50; */
	transform: translateY(-24px);
}

.sub-menu.nav-top-categories {
  transform: none;
  display: none;
  margin-top: 1rem;
  opacity: 0;
  visibility: hidden;
  transition: all .2s;
}
.menu-item-has-children.nav-categories:hover > .sub-menu {
  display: block;
  margin-top: 0;
opacity: 1;
visibility: visible;
}
.sub-menu.last-sub {
  display: block;
  opacity: 0;
  visibility: hidden;
  margin-right: 3rem;
  transition: all .7s;
}
.menu-item-has-children.last-sub-container:hover > .sub-menu.last-sub {
    opacity: 1;
    visibility: visible;
    margin-right: 0;
}

/* ------------  */
/* END OF NAN	 */
/* ------------  */

	.home-main-cat {
		margin-left: 0;
	}
	
	.home-main-cat:not(:nth-child(2n+0)) {
		margin-left: 0;
	}

	.home-main-cat:not(:nth-child(4n+0)) {
		margin-left: calc( (100% - 780px) / 3 );
	}

	.title-background::after {
		content: '';
		position: absolute;
		width: 48%;
		right: 38%;
		top: 55px;
		border-top: 1px solid #29378F;
	}

	.title-background.home-ttl {
		padding: 0 3%;
	}

	.title-background.home-ttl::before {
		right: 40px;
	}

	.breadcrumb-list:not(:first-child) {
		margin-right: 0;
	}

	.product-about .title-background::after {
		content: none;
	}

	
	.product:not(:nth-child(3n+0)) {
		/* margin-left: 0; */
	}

	.product:not(:nth-child(3n+0)) {
		/* margin-left: calc( (100% - 630px) / 2); */
	}

	.product-page-col.product-col {
		padding: 0 3%;
	}

	/* .product-page-col .sng-product-wrapper {
		margin-left: calc((100% - 630px) / 3);
	} */


	
	/* .sng-product-wrapper:nth-child(2n-1) {
		margin-left: 0;
	} */

	.sng-product-wrapper.cst-layout-prd:nth-child(2n-1) {
		margin-left: 0;
	}
	
	/* .product-page-col .sng-product-wrapper:not(:nth-child(3n-0)) {
		margin-left: calc((100% - 630px) / 2);
	} */

	
	.product-page-col .sng-product-wrapper.cst-layout-prd:not(:nth-child(3n-0)) {
		margin-left: calc((100% - 630px) / 2);
	}

	.product-image-container {
		float: right;
		width: 30%;
	}

	.product-about {
		float: right;
		width: 70%;
	}

	.product-brf {
		width: 80%;
	}

	.product-icons-container {
		padding-left: 3rem;
	}

	
	.product-wrapper.carousel-12col {
		padding: 0px 8%;
	}


	.h-p-section img.f-right,
	.c-wrapper-back.f-right {
		float: right;
		width: 50%;
	}

	.h-p-section img.f-left,
	.c-wrapper-back.f-left {
		float: left;
		width: 50%;
	}

	
	.c-wrapper-back::before {
		height: 100%;
		right: 0;
		background-position: 10%;
	}

	.c-wrapper-back {
		height: 25vw;
	}

	.c-wrapper .c-c {
		font-size: 1.7rem;
		line-height: 4rem;
	}

	.c-wrapper h4 {
		font-size: 3.2rem;
	}

	footer .logo {
    	float: right;
	}

	footer .footer-context {
		float: right;
		margin-right: 3rem;
	}

	footer .footer-context-title {
		margin-bottom: 3rem;
		font-size: 3.1rem;
		padding-top: .2em;
	}
}



@media only screen and (min-width: 1200px) {
	
	/* .product-page-col .sng-product-wrapper:not(:nth-child(3n-0)) {
    	margin-left: 0;
	} */

	.product-page-col .sng-product-wrapper.cst-layout-prd:not(:nth-child(3n-0)) {
    	margin-left: 0;
	}

	/* .product-page-col .sng-product-wrapper:not(:nth-child(4n-0)) {
		margin-left: calc((100% - 840px) / 3);
	} */

	
	.product-page-col .sng-product-wrapper.cst-layout-prd:not(:nth-child(4n-0)) {
		margin-left: calc((100% - 840px) / 3);
	}


}


@font-face {
  font-family: 'iranYekan';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/iran-yekan/IRANYekan-regular.woff2') format('woff2'), /* will be preloaded */
       url('../fonts/iran-yekan/IRANYekan-medium.woff') format('woff');
       /* url('/fonts/awesome-l.ttf') format('truetype'), */
       /* url('/fonts/awesome-l.eot') format('embedded-opentype'); */
}
