@import url(./modules/fonts.css);
@import url(./modules/variables.css);
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
*, :after, :before {
  box-sizing: inherit;
}
a{
    text-decoration: none;
}
ol, ul {
    list-style: none;
  }

body {
    font-family: var(--primary-font);
    background-color: #F4F7F8;
    overflow-x: hidden;
}
header{
  position: relative;
  z-index: 20;
}
.header{
    width: 100%;
    height:11.5rem;
    background-color: var(--light-gray-color);
    display: flex;
    align-items: center;
    position: relative;
    background-color: #F8F9FB;   
}
.right_part{
    width: 38%;
    height: inherit;
    background-image: url(/theme/front/images/png/header-bg-right.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    flex-direction: column;
    padding-right: 0.5rem;
}
.right_part_top{
  display: flex;
  align-items: center;
  margin:1rem 0;
  height: 70px;
}
.right_part_top .logo_container{
  width: 25%;
  height: inherit ;
}
.right_part_top .logo_container img{
  width: 100%;
  height: inherit;
  object-fit: contain;
}
.right_part_top .language_container{
  width: 70%;
  position: relative;
}
/*********************/
.select-ctr {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 60%;
  background-color: #92e5bf;
  height: 50px;
  padding: 1rem;
  box-sizing: border-box;
  border-radius: 0.7rem;
  font-family: var(--english-font);
}
.select-ctr > a {
  padding: 15px 20px;
  position: absolute;
  width: 100%;
  font-size: 1.1rem;
  cursor: pointer;
}
.select-ctr .input-5 {
  top: 300px;
}
.select-ctr .input-4 {
  top: 240px;
}
.select-ctr .input-3 {
  top: 180px;
}
.select-ctr .input-2 {
  top: 120px;
}
.select-ctr .input-1 {
  top: 60px;
}
.select-ctr > .input {
  background: #92e5bf;
  color: rgb(41, 41, 41);
  box-shadow: 0 2px 15px 3px rgba(0, 0, 0, 0.1);
  right: 0;
  border-radius: 0.7rem;
  font-weight: 600;
  z-index: 1;
}
.select-ctr > .input img{
  padding-left: 0.5rem;
}
.select-ctr > .input.active {
  color: var(--primary-color);
}
.select-ctr > .input-preview {
  color: rgb(53, 53, 53);
  position: relative;
  transition: 0.3s all ease;
  font-weight: 600;
}
.select-ctr > .input-preview img{
  padding-left: 1rem;
}
.select-ctr > .input-preview.active {
  color: white;
}
.select-ctr > .input-preview:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 15px;
  background: rgb(78 78 78 / 75%);
  -webkit-clip-path: polygon(50% 73%, 0 0, 100% 0);
  clip-path: polygon(50% 73%, 0 0, 100% 0);
  padding: 8px;
  box-sizing: border-box;
  transition: 0.3s all ease;
}
.select-ctr > a.input-preview.active:before {
  background: rgb(4, 224, 158);
  -webkit-clip-path: polygon(50% 0, 0 73%, 100% 73%);
  clip-path: polygon(50% 0, 0 73%, 100% 73%);
}
/*********************/
hr {
  margin: 0.5rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}
.right_part_menu{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
a.extra{
  color: var(--menu-color);
  transition: all 0.3s ease;
  position: relative;
  z-index: 2;
}
a.extra:hover{
  color: var(--primary-color);
}
.category-dropdown{
  width: 30%;
}
.middle_part{
    display: flex;
    flex-direction: column;
    width: 24%;
}
.logo_title{
  height: 200px;
    color: #647a78;
    font-weight: 600;
    font-family: var(--primary-font-nastaliq);
    font-size: 6rem;
    text-align: center;
}
.left_part{
    width: 38%;
    height: inherit;
    background-image: url(/theme/front/images/png/header-bg-left.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    flex-direction: column;
    padding-left: 0.5rem;
}
.left_part .left_part_top{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin:1rem 0;
}
.left_part .search_form{
  width:40%;
  margin-top: 1rem;
}
.left_part .search_form .serach-input{
    width:100%;
    box-shadow: 0px 3px 0px 0px rgba(156.4092391304348, 168.3, 167.2190217391304, 0.3);
    background-color: #FFFFFF;
    padding: 15px 0.5rem;
    box-sizing: border-box;
    color: #7A7A7A;
    border-color: #EAEAEA;
    border-width: 0px 0px 0px 0px;
    border-radius: 70px;
    cursor: pointer;
    outline: 0;
}
.left_part .left_part_basket{
  width: 15%;
  display: flex;
  align-items: center;
  margin: 1rem 0px 0px 16px;
}
.basket_container{
  margin: 0 auto 0 0;
  width: fit-content;
  position: relative;
}
.basket_container a{
  width: 54px;
  height: 54px;
  display: block;
  padding: 7px;
  box-sizing: border-box;
  background-color: #FFFFFF;
  border-radius: 50px 50px 50px 50px;
  box-shadow: 0px 0px 30px 0px rgba(95, 106, 105, 0.3);
}
.left_part .left_part_basket img{
  width: 35px;
  height: 35px;
  margin: auto;
  display: block;
}
.left_part_login{
  width: 37%;
  margin-top: 1rem;
}
.left_part_login a{
  background-color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  fill: #838383;
  color: #838383;
  border-radius: 70px 70px 70px 70px;
  box-shadow: 0px 0px 30px 0px rgba(95, 106, 105, 0.3);
  padding: 12px 10px 12px 10px;
  box-sizing: border-box;
  text-align: center;
  width: 100%;
  display: block;
}
.categorymenu ul{
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding-right: 1rem;
}
.categorymenu ul li {
  padding:1rem 0.8rem;
}
.categorymenu ul li a{
  color: var(--menu-color);
  text-align: center;
  transition: all 0.3s ease;
}
.categorymenu ul li a:hover{
  color:#65A49B;
}
.off-canvas .dropdown-box {
  position: fixed;
  top: 0;
  left: -34rem;
  max-width: 34rem;
  width: 100%;
  height: 100vh;
  min-width: auto;
  padding: 2.9rem 3rem;
  opacity: 1;
  visibility: visible;
  transition: left 0.3s;
  transform: none;
  z-index: 2999;
  box-shadow: none;
  overflow-x: hidden;
  overflow-y: auto;
  background: #fff;
}
.off-canvas.opened .dropdown-box {
  left: 0;
}

.dropdown-box {
  position: fixed;
  top: 0;
  /* left: -34rem; */
  left: 0;
  max-width: 27rem;
  width: 100%;
  height: 100vh;
  min-width: auto;
  padding: 2.9rem 1rem;
  opacity: 1;
  visibility: visible;
  transition: left 0.3s;
  transform: none;
  z-index: 2999;
  box-shadow: none;
  overflow-x: hidden;
  overflow-y: auto;
  background: #fff;
  display: none;
  box-sizing: border-box;
}
.dropdown-box.active {
  display: block;
}
.toggle-btn-main {
  width: 0.5rem;
  display: block;
  position: absolute;
  padding: 6px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.6;
}

.canvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #dadada;
  padding-bottom: 1.3rem;
}
.canvas-header a{
  color: var(--text-color);
  transition: all 0.5s ease;
}
.canvas-header a:hover{
  color: var(--primary-color);
}
.canvas-title {
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.018em;
}
.btn-close {
  font-size: 12px;
  font-weight: 600;
  color: #999;
}
.btn.btn-link {
  padding: 0;
}
.dropdown a {
  display: flex;
  align-items: center;
}
.btn-icon-right {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn {
  display: inline-block;
  border: 2px solid #e4eaec;
  background-color: #e4eaec;
  color: #333;
  outline: 0;
  padding: 1.22em 2.78em;
  font-weight: 700;
  font-size: 1rem;
  font-family: vazir;
  line-height: 1.2;
  text-align: center;
  transition: color 0.3s, border-color 0.3s, background-color 0.3s, box-shadow 0.3s;
  white-space: nowrap;
  cursor: pointer;
}
.btn-dark {
  color: #fff;
  border-color: #222;
  background-color: #222;
}
.btn-link {
  padding: 0;
  color: #222;
  border: 0;
  background-color: transparent;
}
.off-canvas .btn-close i {
  font-size: 1.9rem;
}
.btn-icon-right i {
  margin-left: 0.8rem;
  font-size: 1.8rem;
}
.btn-icon-right i {
  margin-right: 0.7rem;
}
.btn i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  line-height: 0;
  font-size: 1.9rem;
}
.btn i:before {
  margin: 0;
}
.product-media {
    position: relative;
    margin-bottom: 0;
    transition: box-shadow 0.3s;
}
.product-media img:first-child {
  position: relative;
}
.product-media img {
  display: block;
  transition: all 0.5s;
}
.dropdown-box a {
  font-weight: 400;
  padding: 0.6rem 1rem;
}
/******/
.basket_unit{
  box-shadow: 0px 3px 20px 5px rgba(0, 0, 0, 0.07);
  border-radius: 25px;
  width: 98%;
  margin: 0.5rem auto;
  display: flex;
  flex-direction: column;
}
.basket_unit_info{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1rem;
}
.basket_unit_info p{
  font-size: 0.9rem;
  color:var(--text-color);
  margin-bottom: unset;
  font-weight: 600;
}
.basket_unit_info a{
  font-size: 1.1rem;
  color:var(--red-color);
  padding-left: 0.5rem;
}
.selected_product{
  display: flex;
  width: 98%;
  margin: 0 auto 0.5rem;
  overflow-x: auto;
  align-items: center;
  justify-content: flex-start;
  padding: 0.5rem;
  box-sizing: border-box;
}
.selected_product .basket_img{
  border-left: 1px solid #ccc;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.selected_product .basket_img a {
  padding: 0;
}
.selected_product .basket_img i{
  font-size: 1.3rem;
  color:var(--red-color);
}
.left_part .left_part_basket .selected_product .basket_img img {
  width: 40px;
  height: 40px;
  margin: auto;
  display: block;
}
.selected_product .basket_img:last-child{
  border-left: unset;
}
.selected_product::-webkit-scrollbar {
  width: 4px; 
  height: 4px; 
}
.selected_product::-webkit-scrollbar-thumb {
  background-color: var(--primary-color); 
  border-radius: 10px; 
}
.selected_product::-webkit-scrollbar-thumb:hover {
  background-color: #555; 
}
.selected_product::-webkit-scrollbar-track {
  background: #f1f1f1; 
  border-radius: 10px; 
}
.basket_action{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
  color: var(--text-color);
}
.basket_action a{
  color: #fff;
  background-color: var(--red-color);
  border-radius: 15px;
  text-align: center;
  padding: 0.5rem;
  font-size: 0.8rem;
}
.basket_action p{
  margin: 0;
  font-size: 0.8rem;
}
.basket_action p span{
  font-size: 0.7rem;
}
.empty_cart{
  padding: 2rem 1rem;
  color: var(--text-color);
  font-size: 1rem;
}
#basketCount{
  position: absolute;
  top: -0.5rem;
  left: -0.7rem;
  color: #fff;
  background-color: var(--primary-color);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  text-align: center;
  font-size: 0.7rem;
  padding: 0.3rem;
}
/*****/
.product-name {
  margin-bottom: 0.3rem;
  font-family: inherit;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.price-box {
  flex: 1;
  justify-content: space-between;
}

.btn-dark.btn-link {
  background-color: transparent;
  color: var(--primary-color);
  font-weight: 900;
}
.btn-gradient {
  position: relative;
  color: #fff;
  border: none;
  overflow: hidden;
  transition: background 0.25s, color 0.25s, border 0.25s;
}
.btn-gradient.btn-dark {
  background: linear-gradient(135deg, #c2f6f6, #47a2a2);
}
.category-dropdown > a {
  transition: background-color 0.3s, color 0.3s;
}
.category-dropdown > a {
  padding: 1rem 0rem 1rem 2rem;
  width: 10rem;
  font-weight: 600;
  color: var(--menu-color);
  margin-right: 1rem;
}
.category-dropdown span.titlecat{
  padding: 0 0.7rem;
}
.category-dropdown .dropdown-category {
  padding: 0;
    right: 0;
    min-width: 10rem;
    box-shadow: none;
    transition: opacity 0.2s, z-index 0s, transform 0.2sease-out;
    /* top: 115%; */
    CONTAIN-INTRINSIC-BLOCK-SIZE: AUTO 100PX;
    position: absolute;
    margin: 0;
    color: #666;
    box-shadow: 0 5px 30px 2px rgba(0, 0, 0, 0.2);
    display: none;
    opacity: 0;
    visibility: hidden;
    z-index: 19;
    transition: transform 0.2sease-out, opacity 0.2s, visibility 0.2s;
    transform: translate3d(0, -10px, 0);
    border-radius: 10px;
}
.category-dropdown:hover > .dropdown-category {
  display: inline-block !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.category-menu {
  background: #f9f9f9;
  padding-top: 1.1rem;
  padding-bottom: 0.9rem;
  border-radius: 10px;
}
.vertical-menu {
  display: block;
  min-width: 21rem;
}
.vertical-menu > li {
  margin-left: 0;
  padding: 0 2rem;
}
.menu li {
  position: relative;
  line-height: 1.5;
}
.menu > li > a {
  position: relative;
  padding: 1.3rem 0;
  font-weight: 600;
  letter-spacing: inherit;
  line-height: 1;
}
.category-menu i {
    vertical-align: middle;
    line-height: 1;
    margin-left: 0.8rem;
    padding-right: 0.2rem;
    font-size: 1rem;
    color: var(--primary-color);
    margin-bottom: 0.2rem;
    width: 1.8rem;
}
.category-menu > li:not(:last-child) > a {
  border-bottom: 1px solid #bbbbbb70;
}
.menu > .submenu > a {
  z-index: 10;
}
.menu .submenu > a {
  position: relative;
  display: block;
}
.category-menu > li > a {
  display: block;
  padding: 1.1rem;
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 1.46;
  color: #222;
}
.category-menu i {
  vertical-align: middle;
  line-height: 1;
  margin-left: 0.8rem;
  padding-right: 0.2rem;
  font-size: 1rem;
  color: var(--primary-color);
  margin-bottom: 0.2rem;
  width: 1.8rem;
}
.category-menu .submenu > a:after {
  font-size: 1rem;
  margin-left: 5px;
}
.menu > li > a:after {
  margin-right: 0.8rem;
}
.vertical-menu > li.show .megamenu, .vertical-menu > li.show > ul, .vertical-menu > li:hover .megamenu, .vertical-menu > li:hover > ul {
  right: 100%;
  top: -1rem;
}
.menu .show .megamenu, .menu .show > ul, .menu li:hover .megamenu, .menu li:hover > ul {
  visibility: visible;
  opacity: 1;
  top: -1rem;
  transform: translate3d(0, 0, 0);
}
.category-menu .submenu .megamenu {
  min-width: 92.5rem;
  padding: 0 0.9rem 0 0;
  flex-wrap: wrap;
}
.menu li .megamenu, .menu li > ul {
  position: absolute;
  top: -9999px;
  right: 100%;
  margin: 0;
  box-shadow: 0 2px 35px rgba(0, 0, 0, 0.1);
  z-index: 1041;
  visibility: hidden;
  opacity: 0;
  transition: transform 0.2sease-out;
  transform: translate3d(0, -10px, 0);
}
.menu li > ul {
  min-width: 63rem;
  background: #f9f9f9;
  border-radius: 10px;
}
.category-menu ul {
  padding: 2rem 0;
  font-family: vazir;
  font-size: 0.8rem;
  line-height: 1.5;
  color: #666;
}
.megamenu {
  display: flex;
  padding: 1rem;
  min-width: 94rem;
  background: #f9f9f9;
}
.category-menu .submenu .megamenu .menu-title a {
  font-weight: 600;
  font-size: 1.4rem;
}
.category-menu .submenu .megamenu .divider {
  height: 1px;
  width: 100%;
  margin: 0;
}
.divider {
  display: inline-block;
  vertical-align: middle;
  margin-left: 1.5rem;
  height: 2.5rem;
  width: 1px;
  background-color: #bbbbbb70;
}
.category-menu > li:not(:last-child) > a {
  border-bottom: 1px solid #bbbbbb70;
}
.dropdown li.active > a, .dropdown li:hover > a {
  color: #222 !important;
}
.menu > .submenu > a {
  z-index: 10;
}
.category-menu .submenu .megamenu .menu-title {
  padding: 2.7rem 0rem 0.2rem;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0em;
  width: 100px;
  height: 50px;
  line-height: 1;
  color: #222;
}
 .menu ul{
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding-left: 0;
}
.menu ul li {
  padding:1rem 0.9rem;
} 
.megamenu  li{
  display: flex;
}
.menu ul li a{
  color: var(--text-color);
  font-size: 0.9rem;
  text-align: center;
  transition: all 0.3s ease;
}
.menu ul li a:hover{
  color:#65A49B;
}

.category-menu .submenu .megamenu .menu-title a {
  font-weight: 600;
  font-size: 1.4rem;
}
.menu li a {
  padding: 0.7rem 0 0.7rem 1rem;
}
.menu a {
  display: inline-block;
}
/********** footer ****************/
footer {
  width: 100%;
  font-size: 1.3rem;
  background: url(/theme/front/images/png/footer-bg.png) rgb(26, 26, 26) no-repeat;
  background-size: contain;
  color: #fff;
}
.container_footer{
  width: 90%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
.footer-top {
  padding: 2rem 0 5rem;
}
.logo-footer-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.logo-footer, .logo-footer img {
  display: block;
  height: 100px;
}
.footer-top-info {
  font-size: 16px;
  text-align: center;
  margin: 20px auto;
  justify-content: center;
}
.footer p {
  color: #afafaf;
}
.footer-middle {
  font-weight: 400;
  border: 1px solid #353535;
  position: relative;
  margin-bottom: 3rem;
  border-radius: 5px;
}
.footer-social {
  padding: 0;
  display: inline-flex;
  gap: 1rem;
  justify-content: space-between;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  top: -20px;
  z-index: 1;
  background: rgb(26, 26, 26);
  margin: 0 auto;
  border-radius: 25px;
}
.social-links {
  flex-wrap: wrap;
  align-items: center;
}
.footer .social-link {
  color: var(--primary-color);
  border: 0;
  width: 50px;
  height: 50px;
  font-size: 1.8rem;
  line-height: 50px;
  background-color: #252525;
  border-radius: 50%;
  text-align: center;
  transition: all 0.3s ease;
}
.footer .social-link:hover {
  color: #fff;
}
.row_footer {
  display: flex;
  flex-wrap: wrap;
}
.row_footer > * {
  position: relative;
  width: 100%;
}
.col_footer{
  width: 25%;
}
.footer-middle .widget {
  padding: 4rem 2rem 5rem;
}
.footer-middle .widget-info, .footer-middle .widget-about {
  background: rgba(255, 255, 255, 0.07);
}
.footer-middle .widget {
  text-align: center;
  height: 70%;
}
.footer-middle .widget-body {
  padding: 0.4rem 0 0;
  color: #afafaf;
  justify-content: center;
}
.footer-middle .widget-body li {
  line-height: 1.2;
  margin-bottom: 1.5rem;
  font-size: 1rem;
}
.footer-middle .widget-body li a{
  font-weight: 500;
  color: #afafaf;
  transition: all 0.3s linear;
}
.footer-middle .widget-body li a:hover{
  color: var(--primary-color);
}
.footer-middle i {
  font-size: 15px;
  color: var(--primary-color);
  margin-left: 5px;
}
.footer-middle label {
  font-weight: 500;
  text-transform: none;
  color: #afafaf;
}
.widget.widget-info a {
  font-weight: 500;
  color: #afafaf;
}
.footer-middle .widget-title {
  padding: 0.6rem 0;
  margin-bottom: 1.3rem;
  font-size: 1.2rem;
  font-weight: 600;
  color: #afafaf;
}
.footer .widget-title {
  border-bottom: none;
}
.nemad-box {
  margin-bottom: 0px;
  float: left;
  background-color: #2c2c2c;
  border-radius: 5px;
  padding: 5px;
  margin-left: 10px;
  width: 100px;
  height: 110px;
  border: 1px solid #2a2a2a;
}
.nemad-box img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  display: block;
  margin: 0px auto;
  float: none;
}
.footer-bottom, .footer-bottom .container, .footer-bottom .container-fluid {
  display: flex;
  align-items: center;
  width: 100%;
}
.footer-bottom {
  padding: 0.5rem 0;
  background: var(--primary-color);
}
.footer .copyright {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  color: #2a2a2a;
  line-height: 1.5;
}
.footer .design {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  color: #fff56a;
  line-height: 1.5;
}
.footer-left{
  width: 46%;
  text-align: left;
}
/******* scroll top **************/
.scroll-top {
  position: fixed;
  text-align: center;
  bottom: 50px;
  right: auto;
  left: 30px;
  width: 50px;
  height: 50px;
  opacity: 0;
  visibility: hidden;
  transition: transform 0.3s, visibility 0.3s, opacity 0.3s;
  color: #2a2a2a;
  transform: translateY(40px);
  border-radius: 50%;
  z-index: 13;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  line-height: 50px;
  background-color: var(--primary-color);
}

.scroll-top:after,
.scroll-top:before {
  content: "";
  border: 3px solid var(--primary-color);
  position: absolute;
  z-index: 12;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  animation: zoomBig 3.25s linear infinite;
}

.scroll-top:after {
  animation-delay: 0s;
}

.scroll-top:before {
  animation-delay: 0.75s;
}

@keyframes zoomBig {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
    border-width: 3px;
}

40% {
    opacity: 0.5;
    border-width: 2px;
}
65% {
    border-width: 1px;
}
100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 1px;
}
}

.scroll-top i {
  color: #2a2a2a;
  font-weight: 900;
  font-size: 20px;
  line-height: inherit;
}

.mobile-menu-wrapper {
    width: 296px;
    visibility: hidden;
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    left: auto;
    bottom: 0;
    z-index: 10000;
    transition: visibility 0.4s;
}
.mobile-menu-overlay {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  background: #000;
  opacity: 0.8;
  transition: opacity 0.4s;
}
.mmenu-active {
  visibility: visible;
  display: flex;
}
.mobile-menu-overlay .mmenu-active {
  opacity: 0.8;
}
.mobile-menu-container {
  position: relative;
  max-width: 296px;
  padding: 2rem 1.5rem;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background: #222529;
  box-shadow: 1px 0 5px rgba(0, 0, 0, 0.5);
  /* transform: translateX(296px); */
  transition: transform 0.4s;
  direction: rtl;
}
.mobile-menu-container .input-wrapper {
  display: flex;
  margin-bottom: 0.6rem;
  height: 2rem;
}
.mobile-menu-close {
    position: fixed;
    right: calc(100vw - 50px);
    top: 25px;
    z-index: 10001;
    transition: opacity 0.3s;
    /* opacity: 0; */
    opacity: 1;
}
.mmenu-active .mobile-menu-close {
    opacity: 1;
}
.mobile-menu-close i {
  font-size: 2rem;
  color: #dadada;
}
.mobile-menu-container .input-wrapper .form-control {
  min-height: 1.8rem;
  color: #9aa2ac;
  border: 1px solid;
  border-color: #dee0e2;
  border-left: 0;
  background-color: transparent;
}

.input-wrapper input.form-control {
  flex: 1;
  min-width: 40px;
  font-size: 1.2rem;
}
.mobile-menu-container .input-wrapper .btn-search {
  padding: 0;
  width: 2rem;
  min-height: 1.8rem;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
  font-size: 1.4rem;
  border-radius: 3px;
}
.mobile-menu-container .input-wrapper .btn-search i {
  margin: 0 0 0.5rem;
  font-size: inherit;
}
.mobile-menu-container .tab {
  margin-top: 3rem;
}
.mobile-menu-container .nav {
  border-width: 2px;
}
.nav-tabs {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #ebebeb;
}
.tab-nav-boxed .nav-item {
  margin-left: 0;
}
.nav-fill .nav-item {
  flex: 1;
}
.tab-content > .active {
  position: relative;
  height: auto !important;
  opacity: 1;
  z-index: auto;
  align-items: center;
}
.mobile-menu .tab-pane.active > ul {
  display: block;
}
.nav-item:not(:last-child) {
  margin-left: 2.5rem;
}
.mobile-menu-container .nav-item .nav-link.active, .mobile-menu-container .nav-item.show .nav-link {
  color: var(--primary-color);
  border-color: var(--primary-color);
}
.tab-nav-simple .nav-item .nav-link.active, .tab-nav-simple .nav-item.show .nav-link, .tab-nav-simple .nav-item:hover .nav-link {
  border-bottom-color: var(--primary-color);
}
.nav-tabs .nav-item .nav-link.active, .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-item:hover .nav-link {
  color: var(--primary-color);
}
.mobile-menu-container .nav-link {
  margin-bottom: -2px;
  color: #fff;
  font-size: 13px;
  padding: 10px;
}
.tab-nav-simple .nav-link {
  border-bottom: 2px solid transparent;
  background-color: transparent;
  color: #fff;
}
.mmenu-active .mmenu-anim, .mmenu-active .mmenu-anim > li {
  opacity: 1;
  transform: translateY(0);
}
.mobile-menu-container .tab-content {
  background-color: transparent;
}
.mmenu-anim, .mmenu-anim > li {
  transition: transform 0.4s, opacity 0.3s;
  transition-timing-function: cubic-bezier(0.5, 0, 0.3, 1);
}
.mobile-menu-container .mobile-menu {
  margin-bottom: 0.5rem;
  background: #222529;
}
.mobile-menu .tab-pane {
  color: #fff;
}
.mobile-menu-container .tab-pane {
  padding-top: 10px;
}
.tab-content > .tab-pane {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  height: 0 !important;
  opacity: 0;
  z-index: -1;
  transition: visibility 0.3s, opacity 0.3s;
}
.tab-content > .active {
  position: relative;
  height: auto !important;
  opacity: 1;
  z-index: auto;
  align-items: center;
}
.tab-content > .tab-pane:not(.active) {
  overflow: hidden;
  visibility: hidden;
}
.mobile-menu ul {
  display: none;
  width: 100%;
}
.mobile-menu li{
  position: relative;
}
.mobile-menu li a {
  display: block;
  position: relative;
  padding: 1.3rem 0.6rem 1.3rem 1rem;
  color: #fff;
}
.mobile-menu li:not(:last-child) {
  border-bottom: 1px solid #2e3237;
}
.toggle-btn {
  display: block;
  position: absolute;
  padding: 6px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.6;
}
.mobile-menu-hidden{
  display: none;
}
.mobile-menu-toggle {
  display: none;
  margin-left: 2rem;
  font-size: 2rem;
  color: #222;
}
/********** sticky footer ***************/
.sticky-content-wrapper{
  animation: fixedBottom 0.4s;
  display:none;
}
@keyframes fixedBottom{
0% {
  transform: translateY(100%);
  transform-origin: center top 0px;
}
100% {
  transform: translateY(0);
}
}
.sticky-content.fixed {
  position: fixed;
  display: flex;
  width: 100%;
  left: 0;
  background-color: var(--primary-color);
  z-index: 11;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
}
.sticky-content.fix-bottom {
  bottom: 0;
}
.sticky-footer {
  display: flex;
}
.sticky-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0.3rem 0 0.2rem;
}
.sticky-footer > * {
  flex: 1;
}
.sticky-link i {
  width: 2.3rem;
  height: 2.4rem;
  text-align: center;
  font-size: 2rem;
  line-height: 1;
  transform: translateY(0);
  transition: transform 0.35s ease;
  color: #fff;

}
.sticky-link span {
  margin-top: 0.5rem;
  font-size: 0.8rem;
  line-height: 1;
  counter-reset: #fff;
  color: #fff;
  text-align: center;
}
.sticky-footer .search-toggle {
  padding: 0;
  color: inherit;
}
.sticky-link:hover {
  color: #e3d88b;
}
.sticky-footer .hs-toggle .input-wrapper {
  min-width: 29rem;
  left: 1.5rem;
  margin-bottom: 2rem;
}
.hs-toggle.dir-up .input-wrapper {
  top: auto;
  bottom: 100%;
  transform: translate3d(0, 10px, 0);
}
.header-search {
  position: relative;
}
.header-search .input-wrapper {
  display: flex;
  position: relative;
}
.header-search.hs-toggle .form-control {
  padding: 0.5rem;
  background-color: #f4f4f4;
}
.header-search input.form-control {
  flex: 1;
  min-width: 40px;
  border: 0;
  font-size: 1rem;
  letter-spacing: inherit;
  padding: 1rem;
  background-color: #f4f4f4;
}
.header-search.hs-toggle .btn-search {
  background-color: var(--primary-color);
  min-width: 3rem;
  font-size: 1.5rem;
  color: #fff;
  border-radius: 10px;
  margin-right: 2px;
}
.header-search .btn-search {
  padding: 0;
  min-width: 40px;
  background-color: var(--primary-color);
  border: 0;
  color: #fff;
  font-size: 1rem;
}
.header-search.hs-toggle .input-wrapper {
  position: absolute;
  display: none;
  min-width: 15rem;
  left: 1.5rem;
  margin-bottom: 1rem;
  bottom: 100%;
  padding: 0.5rem;
  height: auto;
  background-color: #fff;
  box-shadow: 0 2px 35px rgba(0, 0, 0, 0.1);
  transform: translate3d(0, -10px, 0);
  z-index: 14;
  transition: transform 0.4s 0.2s, visibility 0.4s 0.2s, opacity 0.4s 0.2s;
}
.header-search.hs-toggle .btn-search i {
  font-size: inherit;
}
#toast-container>.toast-success {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==)!important;
}
#toast-container>div {
  position: relative;
  pointer-events: auto;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999;
  -webkit-box-shadow: 0 0 12px #999;
  box-shadow: 0 0 12px #999;
  color: #fff;
  opacity: 1!important;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  filter: alpha(opacity=90);
}
.toast-success {
  background-color: #51a351!important;
}
.toast-error {
  background-color: #BD362F!important;
}
.sticky-icon-links {
  position: fixed;
  left: 10px;
  top: 183px;
  z-index: 10;
}
.sticky-icon-links ul {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  list-style: none;
  padding: 0;
  margin: 0;
}
.sticky-icon-links li:not(:last-child) {
  margin-bottom: 5px;
}
.sticky-icon-links li a {
  display: flex;
  align-items: center;
  border-radius: 10px;
  background: #f9f9f9;
  color: var(--primary-color);
  overflow: hidden;
  transition: color .3s, background-color .3s;
  border: 1px solid #ddd;
  box-shadow: 0 2px 22px rgba(0, 0, 0, 0.1);
}
.sticky-icon-links li i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  font-size: 20px;
}
.sticky-icon-links li span {
  display: inline-block;
  white-space: nowrap;
  width: 0;
  text-transform: capitalize;
  font-weight: 600;
  transition: width .3s;
  color: #333 !important;
}
.sticky-icon-links li:nth-child(1) a:hover span {
  width: 62px;
}
.sticky-icon-links li a:hover span {
  width: 125px;
  padding-left: 10px;
}

/****************************************/
/*             responsive               */
/****************************************/
@media (max-width: 991px) {
  .mobile-menu-toggle {
      display: block;
  }
  .right_part_menu .dropdown,.right_part_menu .extra,.left_part .search_form,.left_part_category,.right_part hr,.left_part hr{
    display:none;
  }
  .right_part_top .language_container {
    width: 91%;
    position: relative;
    top: 4.5rem;
    left: 0;
  }
  .left_part .left_part_top {
    margin-top: 4.5rem;
  }
  .middle_part {
    margin-top: -1rem;
}
  .left_part_login {
    width: 60%;
  }
  .footer-top .logo-footer {
    margin-bottom: 2.7rem;
  }
  .footer-top .logo-footer img {
    margin-right: auto;
    margin-left: auto;
  }
  p {
    font-size: 0.9rem;
  }
  .footer-middle {
    padding: 3rem 0 3rem;
  }
  .col_footer{
    width: 50%;
  }
  .footer-middle .widget-body {
    padding: 0;
  }
  
}
@media (max-width: 850px) {
  .logo_title{
    font-size: 5rem;
  }
  
}
@media (max-width: 768px) {
  .left_part_login a {
    padding: 12px 18px 12px 18px;
  }
  .left_part_login {
    width: 65%;
  }
  .logo_title{
    font-size: 4.5rem;
  }
  .container {
    flex-direction: column;
    gap:0.5rem;
    max-width: 100%!important;
  }
  .footer .copyright {
    font-size: 0.9rem;
  }
  .footer-left {
    text-align: center;
    width: 100%;
  }
  .footer .design {
    font-size: 0.9rem;
  }
  .left_part .left_part_top {
    justify-content: space-between;
  }
}
@media (max-width: 578px) {
  .basket_container,.left_part_login{
    display: none;
  }
  .right_part,.middle_part {
    width: 50%;
  }
  .middle_part {
    width: 50%;
    position: relative;
    top: 0.5rem;
    left: 26%;
  }
  .logo_title{
    font-size: 4.8rem;
  }
  .left_part{
    width: 0;
  }
  .mobile-menu-toggle {
    display: block;
    margin-right: 1rem;
  }
  .right_part_top .language_container {
    width: 91%;
    position: relative;
    top: 4.5rem;
    right: 100%;
  }
  .select-ctr {
    width: 85%;
  }
  .sticky-content-wrapper {
    display: block;
  }
  .scroll-top {
    bottom: 152px;
  }
  .footer-middle .widget{
    height: 83%;
  }
  .footer-middle .widget-info {
    margin-bottom: 0;
  }
  .col_footer{
    width: 100%;
  }
  .footer-middle .widget {
    padding: 0 2rem 2rem;
  }
  .footer{
    margin-bottom: 0.5rem;
  }
  .sticky-icon-links{
    display: none;
  }
  .dropdown-box {
    max-width: 24rem;
  }
}
@media (max-width: 450px) {
  .dropdown-box {
    max-width: 85%;
  }
}
@media (max-width: 406px) {
  .footer-social {
    left: unset;
  }
}

