/*
Theme Name: Aga Bibi V2
Description:  online store
Designed by Danial Mehrabian
Designer URI: 
Author: Farzin Mojaver
Author URI: www.linkedin.com/in/farzin-mojaver
Version: 2.0
*/
@font-face {
    font-family: Gulzar;
    font-style: normal;
    font-weight: normal;
    src: url('fonts/IranNastaliq.ttf') format('truetype');	 
}

@font-face {
    font-family: ITC;
    font-style: normal;
    font-weight: normal;
    src: url('fonts/ITC-Book.otf') format('opentype');	 
}

/***************************************************
				General
***************************************************/
body {
    width: 100%;
	padding:0;
	margin:0;
	-webkit-font-smoothing: antialiased;
    font-family: 'Gulzar', sans-serif;
	font-size:18px;
	-webkit-text-size-adjust: 100%;
	background:#F5F4DC !important;
	direction:rtl;
    scroll-behavior: smooth;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
	opacity:0;
}
body#ltr {
	direction:ltr;
	font-family:'ITC', sans-serif;
}
* {
    outline: none !important;
}
:root {
  accent-color:#741b16;
}
*::after,
*::before {
	box-sizing: border-box;
}
ul {
	margin:0;
	padding:0;
}
li {
	list-style:none;
    color:#000;
}
a {
    font-family: 'Gulzar', sans-serif;
    font-size:26px;
    color:#000;
}
body#ltr a{
	font-family:'ITC', sans-serif;
}
a:link {
	text-decoration: none;
    color:#000;
}
a:visited {
	text-decoration: none;
    color:#000;
}
a:focus,
a:hover {
	text-decoration: none;
    color:#d43b12;
}
a:active {
	text-decoration: none;
    color:#000;
}
a[href^=tel]{
	color:inherit;
	text-decoration:none;
}
img {
    width: 100%;
    height: auto;
}
input, textarea {
    font-family: 'Gulzar', sans-serif;
    font-size: 16px !important;
    line-height: 1 !important;
    padding: 0 10px !important;
	background:transparent  !important; 
}
body#ltr input,
body#ltr textarea { 
	font-family:'ITC', sans-serif;
    font-size:16px !important; 
}
label {
    font-size:18px;
    color: #000;
}
textarea:focus, input:focus{
	outline: 0;
    font-family: 'Gulzar', sans-serif;
}
body#ltr input:focus,
body#ltr textarea:focus { 
	font-family:'ITC', sans-serif;
}
::-webkit-input-placeholder {
	color: #000;
    font-family: 'Gulzar', sans-serif;
}
:-moz-placeholder { /* Firefox 18- */
	color: #000;
    font-family: 'Gulzar', sans-serif;
}
::-moz-placeholder {/* Firefox 19+ */
	color: #000;
    font-family: 'Gulzar', sans-serif;
}
:-ms-input-placeholder {
	color: #000;
    font-family: 'Gulzar', sans-serif;
}
figure {
    margin: 0;
}
img {
	border:0;
	border:none;
    outline: none;
}
figure img {
	width: 100%;
    height: auto;
}
span,
p {
    font-family: 'Gulzar', sans-serif;
    font-size:18px;
    color: #000;
}

button,
span {
    font-family: 'Gulzar', sans-serif;
    font-size:18px;
}
body#ltr button,
body#ltr span,
body#ltr p {
	font-family:'ITC', sans-serif;
    font-size:18px;
}
button {
    cursor: pointer;
}
iframe {
	border:none;
}
.clear{
	clear:both;
}
.loader {
	width:100%;
	height:3px;
	position:fixed;
	top:0;
	right:0;
	z-index:999999;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.loader:before {
    content: '';
    width: 100%;
    height: 3px;
    background: #000;
    position: absolute;
    top:0;
    left: 0;
    transform: scaleX(0);
}
body.loaded {
	opacity:1;
}
body.loaded .loader:before {
    animation: scaleIn .6s ease-in 0.2s forwards;
}
@keyframes scaleIn {
  100% {
      transform: scaleX(1);
  }
}
body.loaded .loader {
    animation: transY 1s ease-in .5s forwards;
}
@keyframes transY {
  100% {
      transform: translateY(-120%);
  }
}
body.loaded main {
    animation: fadeIn 1s ease-in 0.7s forwards;
}
@keyframes fadeIn {
  0% {
      opacity: 0;
  }
  100% {
      opacity: 1;
  }
}
body.loaded #header {
    animation: slideDown .3s ease-in 0.3s forwards;
}
@keyframes slideDown {  
  0% {
      opacity: 0;
      transform: translateY(-40px);
  }
  100% {
      transform: translateY(0);
      opacity: 1;
  }
}
/***************************************************
				header
***************************************************/
header {
    width: -moz-calc(100% - 120px);
    width: -webkit-calc(100% - 120px);
    width: -o-calc(100% - 120px);
    width: calc(100% - 120px);
    height: 145px;
    padding: 20px 60px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position:fixed;
	top:0;
	background:#F5F4DC;
	z-index:109;
	transition:all .3s ease;
	direction:rtl;
}
header.scrolled {
    height: 115px;
}
header.header-up {
	transform:translatey(-200%);
}
header.header-down {
	transform:translatey(0);
}
.header-center {	
    display: flex;
    justify-content: space-between;
    align-items: center;
	flex-direction:column;
	position:relative
}
.header-center .text-left,
.header-center .text-right {
	width:100%;
	font-family:'Gulzar';
	font-size:3vw;
	position:absolute;
	top:50%;
	text-align:center;
}
.header-center .text-right {
	right:0;
    transform: translate(130%, -50%);
}
.header-center .text-left {
	left:0;
    transform: translate(-130%, -50%);
}
.lang {
	transition:all .1s ease;
	position:relative;
	opacity:1;
	visibility:visible;
	display:flex;
	position:relative;
}
body#ltr .lang {
	direction:ltr;
}
.lang:after {
	content: '';
    width: 1px;
    height: 14px;
    background: #000;
    position: absolute;
    left: 50px;
    top: 21px;
    transform: rotate(10deg);
}
header.scrolled .lang {
	opacity:0;
	visibility:hidden;
	display:none;
}
body#ltr .lang:after {
	left: 101px;
	top:18px;
}
.lang span{
    font-family: 'Gulzar', sans-serif;
    font-size: 16px;
	text-transform:uppercase;
	position:relative;
	line-height:20px;
	display:block;
}
body#ltr .lang span,
.wpml-ls-native[lang="en"],
.lang .wpml-ls-item-en span {
    font-family: 'ITC', sans-serif;
    font-size: 16px;
}
body#ltr .lang .wpml-ls-item-fa span {
    font-family: 'Gulzar', sans-serif;
    font-size: 16px;
}
.lang span:hover:after {
	content:'';
	width:110%;
	height:1px;
	background:#000;
	position:absolute;
	left:-5%;
	top:100%;
}

.lang .wpml-ls-current-language span {
	color:#ccc;
}
#logo {
    width: 200px;
    display: flex;
	transition:all .1s ease;
}
#logo svg {
    width: 200px;
    cursor: pointer;
}
#news-nav.actv span,
#shop-nav.actv span,
#search.actv span,
#hsearch.actv span,
.header-left label:hover span,
.header-right label:hover span,
.header-left li.cur label span,
.header-right li.cur label span,
.header-left li.cur a span,
.header-right li.cur a span,
.header-left a:hover span,
.header-right a:hover span {
    animation: scaleIn .1s ease-in 0.1s forwards;
}
.header-right a:hover,
.header-left a:hover {
	color:#d43b12;
}

header.scrolled #hlogin,
header.scrolled #habout,
#notHome #hlogin,
#notHome #habout {
	opacity:1;	
	visibility:visible;
}
#mob-search {
    width: 60px;
    position: relative;
}
#mob-search a {
	display:flex;
}
#basket-counter {
    position: absolute;
    left: 50%;
    top: 30px;
    transform: translateX(-50%);
    font-family: 'Gulzar', sans-serif;
    font-size: 26px;
	line-height:1;
	color:#d43b12;
	background:#F5F4DC;
	padding:4px 4px 0 4px;
}
body#ltr #basket-counter {
    font-family: 'ITC', sans-serif;
    left: unset;
    right: 2px;
    top: 21px;
}

#support {
	width:60px;
	height:60px;
	position:fixed;
	left:20px;
	bottom:20px;
	background: rgb(255,0,0);
	background: linear-gradient(180deg, rgba(255,0,0,1) 0%,
		rgba(255,103,0,1) 46%,
		rgba(255,150,0,1) 55%,
		rgba(255,150,0,1) 64%,
		rgba(209,137,19,1) 72%,
		rgba(0,76,104,1) 87%);
	border-radius:50px;
	display:flex;
	justify-content:center;
	align-items:center;
	z-index:5;
}
#support svg  {
	width:45px;
	height:45px;
}
/***************************************************
				mob nav
***************************************************/
.news-nav,
.shop-nav {
    width: -moz-calc(100% - 120px);
    width: -webkit-calc(100% - 120px);
    width: -o-calc(100% - 120px);
    width: calc(100% - 120px);
	padding:140px 60px 20px 60px;
	transform:translatey(-200%);
	display:flex;
	justify-content:space-between;
    position: fixed;
    top: 0;
    background: #fff;
	z-index:7;
	transition:all .3s ease;
}
.news-nav.actv,
.shop-nav.actv {
	transform:translatey(0%);
}
.shop-nav .nav-col {
	display:flex;
}
.news-nav ul,
.shop-nav ul {
	width:110px;
	margin-left:10px;
}
.news-nav ul {
	margin-right:210px;
}
body#ltr .news-nav ul,
body#ltr .shop-nav ul {
	margin-left:0;
	margin-right:10px;
}
.news-nav ul label,
.shop-nav ul label {
    font-family: 'Gulzar', sans-serif;
    font-size: 20px;
	margin-bottom:10px;
}
.news-nav ul a,
.shop-nav ul a {
    font-family: 'Gulzar', sans-serif;
    font-size: 18px;
	margin-bottom:10px;
	text-transform:capitalize;
}
#menu {
	width:32px;
	height:32px;
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	align-items:center;
	margin-left:28px;
}
#menu span {
	width:32px;
	height:2px;
	background:#000;
}
#mob-nav {
	display:none;
	width:0;
	margin-left:0;
}
#mob-nav label,
#mob-nav a {
    font-family: 'Gulzar', sans-serif;
    font-size: 18px;
	text-transform:capitalize;
}
#mob-nav label {
	width:100%;
	display:block;
}
#mob-nav  ul li {
	clear:both;
}
#mob-nav  ul li:first-child {
	margin-top:0px;
    display: flex;
    height: auto;
    flex-direction: column;
}
#mob-nav  ul li:nth-child(2) {
	margin-bottom:30px;
}
#mob-nav li ul  {
    width: 100%;
	margin:5px 0 0 0;
	float:right;
}
#mob-nav li ul li {
	margin:0;
}
#mob-nav  li ul li:nth-child(2) {	
	margin-bottom:0;
}
#mob-nav li.collab-nav  ul,
#mob-nav li.products-nav  ul {
    width: -moz-calc(100% - 20px);
    width: -webkit-calc(100% - 20px);
    width: -o-calc(100% - 20px);
    width: calc(100% - 20px);
	display:none;
	margin:5px 20px 5px 0;
}
body#ltr #mob-nav li.collab-nav  ul,
body#ltr #mob-nav li.products-nav  ul {
	margin:5px 0 5px 20px;
}
#mob-nav.actv {
	width: 360px;
	height: -moz-calc(100vh - 200px);
	height: -webkit-calc(100vh - 200px);
	height: -o-calc(100vh - 200px);
	height: calc(100vh - 200px);
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	background: #F5F4DC;
	z-index: 102;
	padding: 180px 60px 20px 60px;
}
body#ltr #mob-nav.actv {
	height: -moz-calc(100vh - 220px);
	height: -webkit-calc(100vh - 220px);
	height: -o-calc(100vh - 220px);
	height: calc(100vh - 220px);
	padding: 200px 60px 20px 60px;
}
body#ltr #mob-nav ul{
	direction:rtl;
}
body#ltr #mob-nav label,
body#ltr  #mob-nav a {
    font-size: 24px;
}
}
body#ltr #mob-nav label {
	margin-bottom:10px;
}
/***************************************************
				home
***************************************************/
main {
    width: -moz-calc(100% - 120px);
    width: -webkit-calc(100% - 120px);
    width: -o-calc(100% - 120px);
    width: calc(100% - 120px);
    min-height: -moz-calc(100vh - 160px);
    min-height: -webkit-calc(100vh - 160px);
    min-height: -o-calc(100vh - 160px);
    min-height: calc(100vh - 160px);
    margin: 180px auto 20px auto;
}
.alert {
    width: -moz-calc(100% - 120px);
    width: -webkit-calc(100% - 120px);
    width: -o-calc(100% - 120px);
    width: calc(100% - 120px);
	margin:180px auto 20px auto;
	display:none;
}
.alert p {
	text-align:center;
	border:1px solid #000;
	padding: 10px 10px;
	margin:0;
}
.slider-wrap {
	height: -moz-calc(100vh - 180px);
    height: -webkit-calc(100vh - 180px);
    height: -o-calc(100vh - 180px);
    height: calc(100vh - 180px);
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
	overflow:hidden;
	margin-top:180px;
}
.slider-wrap a {
	width:100%;
	height: -moz-calc(100vh - 180px);
    height: -webkit-calc(100vh - 180px);
    height: -o-calc(100vh - 180px);
    height: calc(100vh - 180px);
	text-align:center;
}
.slider-wrap a img {    
	width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.slider-txt {
    width: fit-content;
	position:absolute;
	right:100px;
	bottom:60px;
	z-index:2;
}
.slider-txt label {
    font-family: 'Gulzar';
    font-size: 8vw;
	color:#fff;
	line-height:1;
	-webkit-text-stroke: 1px black;
}
.slider-txt span {
    font-family: 'Gulzar';
    font-size: 2vw;
	padding:10px 50px 5px 50px;
	color:#000;
	background:url(images/btn-bg.svg) no-repeat;
	background-size:cover;
	display:inline-flex;
	justify-content:center;
	text-align:center;
	line-height:1.5;
    transform: translate(-60px, 20px);
}
body#ltr .slider-txt {
	top:210px;	
	left:100px;
}
body#ltr .slider-txt label {
    font-family: 'ITC', sans-serif;
}
body#ltr .slider-txt span {
    width: fit-content;
	line-height:1;
	padding:10px 30px;
	display:flex;
	margin:20px auto 0 auto;
	transform:translate(0,0);
    font-size: 24px !important;
}
body#ltr .slider-wrap {
	flex-direction:row-reverse;
}
#home-login,
#home-about {
	width:35px;
    font-family: 'Gulzar', sans-serif;
    font-size: 20px;
}
.product-list,
.best-seller,
.new-collection,
.slider {
    width: -moz-calc(100% - 180px);
    width: -webkit-calc(100% - 180px);
    width: -o-calc(100% - 180px);
    width: calc(100% - 180px);
    margin: 0 auto 20px auto;
    display: flex;
    position: relative;
}
.slider {
	width:100%;
	direction:ltr;
	margin-bottom:40px;
}
.new-collection {
	width:100%;
	margin-bottom:0 !important;
	position:relative;
}
.attention {
    width: -moz-calc(100% - 10px);
    width: -webkit-calc(100% - 10px);
    width: -o-calc(100% - 10px);
    width: calc(100% - 10px);
	height:40px;
	display:flex;
	justify-content:space-around;
	align-items:center;
	background:#93c77e;
	border:2px solid #000;
	-webkit-box-shadow: 0px 0px 0px 5px #93c77e; 
	box-shadow: 0px 0px 0px 5px #93c77e;
	margin:5px auto;
    padding-top: 25px;
    padding-bottom: 14px;
}
body#ltr .attention {
    padding-top: 14px;
    padding-bottom: 14px;
}
.attention label {
    font-family: 'Gulzar', sans-serif;
    font-size: 40px;
    min-width: 60px;
	color:#ffff00;
	animation: blink-alt 1s steps(1, end) infinite;
	animation-fill-mode: both;
	animation-delay: 0s;
	text-align:center;
}
body#ltr .attention label {
    font-family: 'ITC', sans-serif;
    font-size: 24px;  
}

.attention span {
	width:30px;
	animation: blink-alt 1s steps(1, end) infinite;
	animation-fill-mode: both;
	animation-delay: .5s; 
}
@keyframes blink-alt {
  0%, 49.999% { opacity: 1; visibility: visible; }
  50%, 100%    { opacity: 0; visibility: hidden; }
}

.home-product-title {
    width: -moz-calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    width: -o-calc(100% - 40px);
    width: calc(100% - 40px);
	max-width:460px;
	margin:40px auto 0 auto;
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.home-product-cat-title {
	justify-content:center;
}
.home-product-title label {
    font-family: 'Gulzar', sans-serif;
    font-size: 50px;
    line-height: 1;
	transform:translatey(10px);
}
body#ltr .home-product-title label {
    font-family: 'ITC', sans-serif;
    font-size: 24px;
	transform:translatey(0);
}
.home-product-title span {
	width:60px;
	height:60px;
}
.home-product-title span:last-child img{
  transform: scaleX(-1);
}
.home-product-list {
    width:100%;
	margin:30px auto 40px auto;
    overflow: hidden;
    position: relative;
}
.home-product-list ul {
    display: flex;
    width: max-content;
    flex-direction: row-reverse;
	float:left;
	direction:rtl;
	margin-left:-100vw;
}
.home-product-list li {
	width:25vw;
	aspect-ratio:1;
}
.home-product-list li a {
	aspect-ratio:1;
	position:relative;
    display: block;
	direction:rtl;
}
.home-product-list li a figure {
	aspect-ratio:1;
	display:flex;
	justify-content:center;
	align-items:center;
	transition:all .3s ease;
	position:relative;
	z-index:2;
	margin:0 auto;
}
.home-product-list li a:hover figure {
    width: -moz-calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    width: -o-calc(100% - 40px);
    width: calc(100% - 40px);
	aspect-ratio:unset;
}
.home-product-list li a figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block; 
	transition:all .3s ease;
	transform-origin:top center;
}
.home-product-list li .hpinfo {
	position:absolute;
	z-index:1;
    bottom: 0;
    width: -moz-calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    width: -o-calc(100% - 40px);
    width: calc(100% - 40px);
    height: 100%;
    display: flex;
	flex-direction:column;
    align-items: flex-start;
    justify-content: end;
	padding:0 20px 10px 20px;
} 

.home-product-list li .hpinfo .product-cart {
	position:absolute;
    left: 20px;
    bottom: 15px;
    height: 20px;
    line-height: 1;
}
body#ltr .home-product-list li .hpinfo .product-cart {
    left: unset;
    right: 20px;
}
.home-product-list li .hpinfo .product-cart .thwvsf_fields {
	display:none;	
}
.home-product-list .variations li {
	width:100%;
	aspect-ratio:unset;
}
.home-product-list li .hpinfo label {
	line-height:1;
    margin-bottom: 20px;
    font-size: 20px;
}
.home-product-list li .hpinfo .pprice {
	line-height:1;
    font-size: 20px;
}
.home-product-list li .hpinfo .pprice span {
    float: right;
    font-family: 'Gulzar', sans-serif;
    font-size: 20px;
}
.product-list .variation-option,
.home-product-list li .hpinfo .product-cart .variation-option {
    font-family: 'Gulzar', sans-serif;
    font-size: 23px;
}
.home-more {
	width:fit-content;
    font-family: 'Gulzar', sans-serif;
    font-size: 24px;
	margin:0 auto;
	display:block;
}

body#ltr .home-more {
    font-family: 'ITC', sans-serif;
    font-size: 16px;
}

.home-product-category {
    width:100%;
	margin:30px auto 40px auto;
    overflow: hidden;
    position: relative;
}
.home-product-category ul{
    display: flex;
    width: max-content;
    flex-direction: row-reverse;
	float:left;
	direction:rtl;
	margin-right:-100vw;
}
.home-product-category li {
	width:25vw;
	aspect-ratio:1;
}
.home-product-category li a {
	position:relative;
	margin:0 auto;
	display:block;
}
.home-product-category li a .home-cat-figure {
    width: 100%;
	margin:0 auto;
}
.home-product-category li a span.home-cats-label {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
	color:#fff;
	font-size:70px;
	line-height:1;
	-webkit-text-stroke: 1px black;
	display:flex;
	justify-content:center;
	align-items:center;
}
body#ltr  .home-product-category li a span.home-cats-label {
	font-size:40px;
	right:unset;
	left:0;
}

[dir='rtl'] .home-product-category .slick-next {
    width: 30px;
    height: 30px;
	right: 10px;
}
.home-product-category .slick-next {
    width: 30px;
    height: 30px;
	right: unset;
	left: 10px;
}

[dir='rtl'] .home-product-category .slick-prev {
    width: 30px;
    height: 30px;
	left: 10px;
}
.home-product-category .slick-prev {
    width: 30px;
    height: 30px;
	left: unset;
	right: 10px;
}
.home-product-category .slick-next:before,
[dir='rtl'] .home-product-category .slick-next:before {
    content: '<';
}
.home-product-category .slick-prev:before,
[dir='rtl'] .home-product-category .slick-prev:before {
    content: '>';
}
.collabz {
	width:100%;
	height:60px;
	background-image: url(https://agabibi.com/wp-content/uploads/2025/12/collab-scaled.jpg);
	background-position:center;
	background-size: auto 100%;
	display:flex;
	padding-top:40px;
	justify-content:center;
	align-items:center;
	cursor:pointer;
}
.collabz2 {	
	margin-top:40px;
	padding-top:0;
	height:auto;
	background-image:none;
}
.collabz label,
.collab-title {
	width:100%;
	height:80px;
	color:#fff;
	font-size:50px;
	line-height:1;
	-webkit-text-stroke: 1px black;
}
.collabz label {
	text-align:center;
}
.collab-list {	
	display:none;
	justify-content:space-around;
	align-items:center;
	margin-top:40px;
}
.collab-list.actv {
	display:flex;
}
.collab-list li a {
	width:100%;
    display: inline-block;
	text-align:center;
}
body#ltr .collab-list li a {
	margin-bottom:20px;
}
/***************************************************
				product list
***************************************************/
.cat-img,
.cat-info {
	width:100%:
}
.cat-img.cat-img-desk {
	margin-bottom:40px;
}
.cat-img.cat-img-mob {
    display: none;
}
.cat-info {
	height:220px;
	margin: 20px auto;
	overflow:hidden;
	position:relative;
}
body#ltr .cat-info {
	height:120px;
}
body#ltr .cat-info.actv, 
.cat-info.actv {
	height:auto;
}
#rmore {
	float:left;
	margin-bottom:80px;
	cursor:pointer;
}
body#ltr #rmore {
	float:right;
}
.rless {
	display:none;
}
#rmore span,
.cat-info p {
    font-family: 'Gulzar', sans-serif;
    font-size: 24px;
    line-height: 2.2;
}
body#ltr #rmore span,
body#ltr .cat-info p {
    font-family: 'ITC', sans-serif;
    font-size: 18px;
    line-height: 1.4;
}
#rmore span {
	cursor:pointer;
	color:#1B75BB;
}
#shop {
	display:flex;
	position:relative;
}
#shop .product-list {
    width: -moz-calc(100% -  60px);
    width: -webkit-calc(100% - 60px);
    width: -o-calc(100% - 60px);
    width: calc(100% - 60px);
}
.product-list {
    flex-wrap: wrap;
    justify-content: space-between;
}
.product-list div,
.product-list li {
    flex: 0 0 calc(33.33% - 20px);
}
.product-list div label {
    font-family: 'Gulzar', sans-serif;
    font-size: 20px;
	width:100%;
	display:block;
	margin-top:5px;
}
.product-list .pprice {
	width:fit-content;
	margin-bottom:20px;
    display: block;
    height: 20px;
	display:flex;
	flex-direction:column;
}

.thwvsf-wrapper-ul li {
    flex: 0 0 15px !important;
}
.thwvsf-wrapper-ul .thwvsf-wrapper-item-li {
	width:15px !important;
	height:25px !important;
	box-shadow:unset !important;
}
.thwvsf-wrapper-ul li {
	float:left;
	margin-right:10px;
}

.thwvsf-wrapper-ul .thwvsf-wrapper-item-li.deactive::after,
.thwvsf-wrapper-ul .thwvsf-wrapper-item-li.out_of_stock::after,
.thwvsf-wrapper-ul .thwvsf-wrapper-item-li.deactive::before,
.thwvsf-wrapper-ul .thwvsf-wrapper-item-li.out_of_stock::before {
	display:none !important;
	visibility:hidden !important;
}
.variations label.label {
	display:none !important;
}
.product-list div label.value {
	display:block;
	height:20px;
	margin-top:-20px;
}
body#ltr .product-list div label.value {
	margin-top:30px;
}
.product-list div label.value span {
	display:block;
    float: left;
    margin-right: 8px;
}
body#ltr .product-list div label.value span {
    float: right;
    margin-left: 8px;
}
.product-list .thwvsf_fields {
	display:none;
}
.xstock {
	opacity:0.2;
}
.product-list .vari {
	clear:both; 
    transform: translateY(-38px);
}
.pprice span {
	width: fit-content;
	float:left;
    font-family: 'Gulzar', sans-serif;
    font-size: 20px;
	line-height:1;
	position:relative;
}
.pprice del span:after{
	content:'';
	display:block;
	width:100%;
	height:2px;
	background:#000;
	position:absolute;
	top:40%;
	right:0,
}
.pprice ins span span,
.pprice ins span {	
    color: #d43b12 !important;
}
/***************************************************
				single product 
***************************************************/
.product-content {
    width: -moz-calc(100% - 120px);
    width: -webkit-calc(100% - 120px);
    width: -o-calc(100% - 120px);
    width: calc(100% - 120px);
    min-height: -moz-calc(100vh - 140px);
    min-height: -webkit-calc(100vh - 140px);
    min-height: -o-calc(100vh - 140px);
    min-height: calc(100vh - 140px);
	margin:200px auto 40px auto;
    clear: both;
    margin-bottom: 40px;
    transition: all .3s ease;
}
.product-content .product-info {
    width: -moz-calc(50% - 80px);
    width: -webkit-calc(50% - 80px);
    width: -o-calc(50% - 80px);
    width: calc(50% - 80px);
	margin-right:40px;
	padding:20px;
    margin-bottom: 25px;
	float:right;
    background: #ebe8cf;
}
.product-content .product-info.product-info-chart {
    background: transparent;
	float:left;
	display:flex;
    flex-direction: column;
    justify-content: center;
}
.product-content .product-info.product-info-chart p {
	text-align:left;
}
.product-content .product-info h1 {
    margin: 0;
	font-weight:normal;
	font-family: 'Gulzar', sans-serif;
    font-size: 30px;	
}
body#ltr .product-content .product-info h1 {
	font-family:'ITC', sans-serif;
    font-size: 20px;	
}
.product-content .product-info p a,
.product-content .product-info p {
    font-weight: normal;
    font-family: 'Gulzar', sans-serif;
    font-size: 20px;
	line-height:2;
}
.product-content .product-info ul {
    margin: 60px auto 20px auto;
	display:block;
}
.product-content .product-info ul li{
	flex: 0 0 20px;
    margin: 0 auto 5px auto;
    font-size: 1.1vw;
	list-style:inside;
}
.product-content .product-info ul li span {
    font-size: 16px;
    font-weight: bold;
}
.product-content .product-info ul li label {
    font-weight: normal;
}
.product-content .product-img {
	width:50%;
    height: auto;
    position: relative;
	float:right;
}
.product-content .product-img .product-slider {
	direction:ltr;
}
.product-content .slick-slide {
	float:right;
}
.product-content .slick-slide video {
	width:100%;
	height:auto;
}
.slick-slide img {
	margin: 0 !important;
}

[dir='rtl'] .slick-prev {
	width:40px;
	height:20px;
    right: auto;
    left: 20px;
	z-index:8;
	transform:rotate(180deg);
}
[dir='rtl'] .slick-next {
	width:40px;
	height:20px;
    left: auto;
    right: 20px;
	z-index:8;
	transform:rotate(180deg);
}
.slick-prev {
    left: 20px;
    z-index: 9;
}
.slick-next {
    right: 40px;
    z-index: 9;
}
.slick-prev:before {
    font-size: 40px;
    color: #000;
}
.slick-next:before {
    font-size: 40px;
    color: #000;
}
.similar-product-wrap {
    width: 100%;
	margin:40px auto;
}
.thwvsf-wrapper-ul .thwvsf-wrapper-item-li.thwvsf-label-li.attr_swatch_design_2 {
	background:transparent !important;
}
.thwvsf-wrapper-ul .thwvsf-label-li.attr_swatch_design_2 .thwvsf-item-span.item-span-text {
	font-size:20px !important;    
	font-weight: normal;
    font-family: 'Gulzar', sans-serif;
    line-height: 1;
    padding: 0 10px 4px 10px;
	margin-right:10px;
}
body#ltr .thwvsf-wrapper-ul .thwvsf-label-li.attr_swatch_design_2 .thwvsf-item-span.item-span-text {	
    font-family: 'ITC', sans-serif;
	font-size:18px !important;
}
.thwvsf-wrapper-ul .thwvsf-label-li.attr_swatch_design_2 .thwvsf-item-span.item-span-text:hover {
	color:#d43b12;
}
.qib-button-wrapper button.qib-button {
	width:20px !important;
	background:none !important;
	border:none !important;
	color:#000 !important;
	padding: 5px 0 !important;
	font-size:28px !important;
}
.qib-button-wrapper .quantity input.input-text.qty.text {
	width:40px !important;
	padding: 0 4px !important;
	font-size:26px !important;
	border:none !important;
	font-weight:normal;
	background:transparent !important;
}
.product-content .pprice,
.product-content .qib-button-wrapper {
    float: right;
    clear: both;
    font-family: 'Gulzar', sans-serif;
	line-height:1;
}
.product-content .pprice {
	margin-top:20px;
}
.single_add_to_cart_button,
.product-content .pprice,
.product-content .qib-button-wrapper {
    float: left;
}
.product-content .qib-button-wrapper {
	border:none;
	margin-top:20px;
}
.product-content .pprice {
	display:flex;
	justify-content:space-between;
}
.single_add_to_cart_button {
	color:#000 !important;
	background:#ebe8cf;
	border:none;
	font-family: 'Gulzar', sans-serif;
    font-size: 20px;
	padding:4px 10px 0px 10px;
    float: left;
    clear: both;
	margin-top:20px;
	display:block;
	letter-spacing:0 !important;
}
body#ltr .product-info .qib-button-wrapper,
body#ltr .single_add_to_cart_button {	
    float: left;
}
.similar-product-wrap label.stitle {
	display:block;
	font-family: 'Gulzar', sans-serif;
    font-size: 20px;
	border-bottom:1px solid;
	margin-bottom:40px;
	padding-bottom:10px;
}
.similar-product {
	width:100%;	
	margin-top:40px;
}

.thwvsf-wrapper-ul {
	direction:ltr;
}
.product-content .product-info ul li span {
	font-weight:normal;
}
.thwvsf-selected span{
	color:#d43b12;
	font-family: 'Gulzar', sans-serif;
	border-bottom:1px solid #d43b12;
	line-height:1;
} 
.woocommerce-variation-availability .in-stock {
	clear:both;
}
.thwvsf-wrapper-item-li[data-attribute_name="attribute_pa_weight"] {
    min-width: 100px!important;
}
.thwvsf-wrapper-item-li[data-attribute_name="attribute_pa_weight"] .item-span-text{
    font-size: 24px !important;
    direction: rtl !important;
	margin-bottom:40px;
}
.woocommerce-variation-price {
	clear:both;
}
.size-chart {
	float:left;
}
.product-info .in-stock {
	text-align:left;	
}
.size-chart-ltr {
	direction:ltr;
}
.size-chart td {
    width: 120px;
    border: 1px solid #ebe8cf;
    text-align: center;
	font-size:20px;
	padding:10px 0 4px 0;
	line-height:1;
	font-family: 'Gulzar', sans-serif;
    background: #ebe8cf;
}
.size-chart-ltr thead td{
	font-size:20px;
	font-family: 'Gulzar', sans-serif;
}
body#ltr .size-chart td {
	font-size:15px;
}
.thwvsf-wrapper-ul .thwvsf-wrapper-item-li.thwvsf-label-li {
	width:fit-content !important;
}
/***************************************************
				filter
***************************************************/
aside {
	width:95px;
}
#filter input {
	display:none;
}
.ajax-loading {
	width:100px;
	margin:0 auto;
	display:none;
	position:absolute;
	top:0;
	left:50%;
	transform:translatex(-50%);
	z-index:2;
}
#filter-button {
    font-family: 'Gulzar', sans-serif;
    font-size: 24px;
	display:none;
    line-height: 1;
    padding-top: 20px;
}
body#ltr #filter-button {
    padding-top: 0px;
}
.sub-filter-label {
	margin:10px 0 5px 0;
	display:block;
    font-family: 'Gulzar', sans-serif;
    font-size: 20px;
	text-transform:capitalize;
}
body#ltr .sub-filter li {
	margin-top:15px;
}
aside input:checked + label {
	font-weight:bold;
}
aside li label {
	position:relative;
	display:inline-block;
	text-transform:capitalize;
	font-size:20px;
	line-height:1;
}
body#ltr aside li label {
	font-size:16px;
	text-transform:capitalize;
}
aside li label:hover {
	color:#d43b12;
}
aside li label:after {
	content:'';
	display:block;
	width:110%;
	height:1px;
	background:#000;
	position:absolute;
	right:-5%;
	top:50%;
	visibility:hidden;
}
aside input:checked + label:after {
	visibility:visible;
}
.sub-filter ul {
    padding-right: 10px;
    border-right: 1px solid #000;
	display:none;
}
body#ltr .sub-filter ul {
    padding-right: 0;
    border-right: none;
    padding-left: 10px;
    border-left: 1px solid #000;
}
#response {
    width: -moz-calc(100% - 190px);
    width: -webkit-calc(100% - 190px);
    width: -o-calc(100% - 190px);
    width: calc(100% - 190px);
	margin:0 0 95px;
	position:relative;
}
.error-404 {
    width: 100%;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
}
.image-404 {
	width:240px;
	margin-bottom:20px
}
.title-404 {
    font-family: 'Gulzar', sans-serif;
    font-size: 24px;
	font-weight:normal;
}
/***************************************************
				login
***************************************************/
.loginz {
	display:flex;
	justify-content:center;
	align-items:center;
	flex-direction:column;
}
.loginz img {
	max-width:400px;
}
.digits_ui {
	border:none;
}
.digits-form_tab-bar {
	justify-content:space-between;
}

.digits-form_container {
	background:transparent !important;    
    font-family: 'Gulzar', sans-serif!important;  
	font-size:22px;
}
.digits_embed-form .digits_site_footer_box,
.protected_by_digits_text {
	display:none  !important;
	opacity:0  !important;;
	visibility:hidden  !important;
	z-index:-1;
}
.digits_embed-form {
	display:flex !important;
	justify-content:center !important;
}
.digits-form_tab-bar .digits-form_tab-item {
	border-bottom:1px solid #101a29 !important;
}
.digits-form_button,
.digits-form_button[type="submit"] {
    border: none !important;
    width: fit-content !important;
    padding: 4px !important;
    color: #000 !important;
	border-radius: 0 !important;
    font-family: 'Gulzar', sans-serif;
    font-size: 16px !important;
	background:transparent!important;
}
.digits-form_button-text {
	color: #000 !important;
	margin-top: 4px !important;
}
.dig_login_signup_bar {
	font-size:16px!important;
	font-weight:normal !important;
}
.digits-form_tab-bar .digits-form_tab-item {
    font-family: 'Gulzar', sans-serif!important; 
	font-size:22px !important;
	font-weight:normal !important;
}
.digits-form_input input,
.digits-form_input input[type='tel'],
.digits-form_input input[type='text'] {
	height:35px !important;
	line-height:35px !important;
	background:transparent !important;
	border:none !important;
}
.digits2_box .digits-form_input input,
.digits2_box .digits-form_input textarea,
.digits2_box .digits-form_input input[type='text'] {
	border-radius: 0 !important;
}
.digits-form_countrycode .digits-field-country_flag {
	top:2px !important;
}
.digits-form_input_row,
.digits-form_border.digits-row_active,
.digits-form_input textarea:focus,
.digits-form_input input:focus {
	border: none;
	border-color: transparent !important;
	border-radius: 0 !important;
}
.digits-form_border.digits-row_active,
.digits-form_input_row {
	border-bottom: 1px solid #000!important;
	border-color:#000!important;
}
.digits-form_rememberme {
	border-bottom: none !important;
	border-color: transparent !important;
}
.loginz {
    width: -moz-calc(100% - 120px);
    width: -webkit-calc(100% - 120px);
    width: -o-calc(100% - 120px);
    width: calc(100% - 120px);
	max-width:320px;
	margin: 40px auto;
	background: #ebe8cf;
	padding:40px 40px 20px 40px;
}
.digits_form_index_section {
    width: -moz-calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    width: -o-calc(100% - 40px);
    width: calc(100% - 40px);
	margin: 0 auto;
}
.action_type,
.digits_secure_modal_box, 
.digits_ui, 
.digits_secure_modal_box *, 
.digits_ui *, 
.digits_font, .dig_ma-box, 
.dig_ma-box input, 
.dig_ma-box input::placeholder, 
.dig_ma-box ::placeholder, 
.dig_ma-box label, 
.dig_ma-box button, 
.dig_ma-box select, 
.dig_ma-box * {
    font-family: 'Gulzar', sans-serif!important; 
	font-weight:normal!important;
	font-size:22px !important;
}

.digits-form_input_row .digits-field-type_checkbox .dig_input_wrapper::before,
.digits-form_input_row .digits-field-type_radio .dig_input_wrapper::before,
.digits-form_input_row .digits-field-type_tac .dig_input_wrapper::before,
.digits-form_input_row .digits-field-type_checkbox .dig_input_wrapper::after,
.digits-form_input_row .digits-field-type_radio .dig_input_wrapper::after,
.digits-form_input_row .digits-field-type_tac .dig_input_wrapper::after {
	left:unset;
	right:0;
	border: 2px solid #000;
}

.dig_opt_mult .selected .dig_input_wrapper::before{
	background:#49ff18 !important;
	border-radius:0 !important;
	border: 2px solid #49ff18 !important;
}
.digits-form_input_row .digits-field-type_tac .selected .dig_input_wrapper::after {
	background-color:#fff !important;
}
.digits-form_button_ic {
	display:none  !important;
	visibility:hidden  !important;
}
.digits-form_heading_text {
	font-size:32px!important; 
	text-align:center;
    width: 100%;
    display: block;
}
.dig_popmessage {
	border-radius:0!important; 
}
.dig_popmessage_contents {
    filter: sepia(1);
	border: 1px solid #000!important;
}
.dig_lase_snap,
.dig_lase_message {
    font-family: 'Gulzar', sans-serif!important; 
	font-weight:normal!important;
    font-size: 18px !important;
    line-height: 2.2;
}
.digits_back_icon {
    top: 30px !important;
    left: 0px !important;
}
/***************************************************
				account
***************************************************/
.woocommerce-MyAccount-navigation {
    width: 90px;
    float: right;
    display: flex;
}
body#ltr .woocommerce-MyAccount-navigation {
    float: left;
}
.woocommerce-MyAccount-navigation ul {
    display: flex;
	
	flex-direction:column;
}
.woocommerce-MyAccount-navigation li a {
    float: right;
	font-family: 'Gulzar', sans-serif;
    font-size: 20px;
}
body#ltr .woocommerce-MyAccount-navigation li a {
    float: left;
}
.woocommerce-MyAccount-navigation-link--payment-methods, 
.woocommerce-MyAccount-navigation-link--downloads {
    display: none;
    height: 0;
    opacity: 0;
}
.woocommerce-MyAccount-content {
    width: -moz-calc( 100% - 180px);
	width: -webkit-calc( 100% - 180px);
	width: -o-calc( 100% - 180px);
	width: calc( 100% - 180px);
    float: left;
	margin-left:90px;
}
.woocommerce-MyAccount-content a {
	font-family:'gulzar';
	font-size:20px;
}
#account .woocommerce-button {
    background: #ebe8cf !important;
    padding:10px 10px 0px 10px !important;
    line-height: 1.5;
}
body#ltr .woocommerce-MyAccount-content a {
	font-size:16px;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
	background:#ebe8cf;
    border:none !important;
    border: 1px solid #000 !important;
	border-radius:0 !important;
}

.woocommerce-MyAccount-content fieldset{
    border:none !important;
    margin: 0 !important;
    padding: 0 !important;
    margin-top: 30px !important;
}
.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
    top: 50% !important;
}

.woocommerce-MyAccount-content .woocommerce-Button {
    margin-top: 20px !important;
    margin-bottom: 30px !important;
}
.woocommerce .col2-set .col-2,
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
.addresses header {
    width:100% !important;
    padding: 0 !important;
    margin-bottom: 30px !important;
}
.addresses header {
    height: auto;
}
.addresses header h3 {
    font-weight: normal;
    border-bottom: 2px dotted #b0b0b0;
    padding-bottom: 8px;
}
.addresses header a {
    margin-bottom: 20px;
}
.cancel:hover,
.view:hover,
.pay:hover,
.addresses header a:hover {
    color:#b0b0b0 !important;
}
.woocommerce .col2-set .col-2 {
    float: right;
    clear: both;
    display: block;
}
.cancel,
.view,
.pay {
	background:#fff !important;
	margin:0  !important;
	padding:4px 0 0 0 !important;
	color:#000 !important;
	font-family: 'Gulzar', sans-serif;
    font-size: 16px;
}
.view {
	margin:0 10px !important;
}
/***************************************************
				woo
***************************************************/
.woocommerce-notices-wrapper {
	margin-bottom:40px;
}
.woocommerce-notices-wrapper .woocommerce-info,
.woocommerce-notices-wrapper .woocommerce-message  {
    background: #93c77e !important;
    border: 2px solid #000 !important;
    -webkit-box-shadow: 0px 0px 0px 5px #93c77e;
    box-shadow: 0px 0px 0px 5px #93c77e;
}
.woocommerce-notices-wrapper .woocommerce-error {
    background: #d43b12 !important;
    border: 2px solid #000 !important;
    -webkit-box-shadow: 0px 0px 0px 5px #d43b12;
    box-shadow: 0px 0px 0px 5px #d43b12;
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
	padding:10px 30px 10px 10px;
	color:#000 !important;
}
.woocommerce-info .wc-forward {
	display:none !important;
}
body#ltr .woocommerce-error,
body#ltr .woocommerce-info,
body#ltr .woocommerce-message {
	padding:10px 0 10px 25px !important;
	font-size:16px;
}
.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
	top:20px !important;
	right:10px !important;
	color:#000;
}
body#ltr .woocommerce-error::before,
body#ltr .woocommerce-info::before,
body#ltr .woocommerce-message::before {
	right:unset !important;
	left:7px !important;
}
.woocommerce-error a:focus,
.woocommerce-error a:hover {
	color:#000 !important;
}
.wc-forward {
	font-family: 'Gulzar', sans-serif;
    font-size: 18px;
	font-weight:normal;
}
.woocommerce-message {
	font-family: 'Gulzar', sans-serif;
    font-size: 16px;
	font-weight:normal;
}
.woocommerce-Button {
	background:#fff;
	border:none;
	font-family: 'Gulzar', sans-serif;
    font-size: 18px;
}
.wc-block-components-checkout-step__description,
.wc-block-components-form .wc-block-components-text-input label,
.wc-block-components-text-input label,
.wc-blocks-components-select .wc-blocks-components-select__label,
.wc-block-components-form .wc-block-components-text-input label {
    font-size: 24px !important;
	line-height:inherit !important;
}
.wc-block-components-totals-coupon__input.is-active,
.wc-block-components-order-summary .wc-block-components-order-summary-item__quantity {
	border:none !important;
}
.wc-block-components-shipping-rates-control__package__description--free {
	display:none !important;
}

/***************************************************
				cart
***************************************************/
#cart .wp-block-product-new,
.wp-block-woocommerce-empty-cart-block h2 {
	display:none;
}
h2.wc-block-cart__empty-cart__title {
	font-family: 'Gulzar', sans-serif;
    font-size: 40px;
	font-weight:normal;
	display:block;
}
body#ltr h2.wc-block-cart__empty-cart__title {
    font-size: 24px;
}
.wc-block-cart__empty-cart__title.with-empty-cart-icon:before {        
	width: 100%;
	max-width: 400px;
	height:300px;
    background-image: url(https://agabibi.com/wp-content/uploads/2025/12/eye2.svg)!important;
	background-position:center;
	background-repeat:no-repeat;
	background-color:transparent !important;
    mask-image: unset !important;
    background-size: contain;
}
.wp-block-woocommerce-checkout-order-summary-totals-block,
.wc-block-cart__totals-title,
.wc-block-components-totals-wrapper,
.wp-block-woocommerce-cart-order-summary-totals-block,
.wc-block-cart-items {
    border-color: #000 !important;
}
.wc-block-cart-items__header {
    border-bottom: 1px solid #000 !important;
}
.wc-block-components-checkout-place-order-button span,
.wc-block-components-radio-control__label,
.wc-block-components-title,
.wc-block-components-order-summary__button-text,
.wc-block-cart__submit-button span,
.wc-block-components-totals-item__label,
.wc-block-components-panel__button,
.wc-block-cart__totals-title,
#cart th span {
	font-family: 'Gulzar', sans-serif !important;
    font-size: 18px!important;
	font-weight:normal !important;
}
.wc-block-components-checkout-place-order-button,
.wc-block-components-totals-coupon__button {
	background:#fff;
	border:none;
	font-family: 'Gulzar', sans-serif;
    font-size: 18px;
}
.wc-block-components-product-price__value {
	font-family: 'Gulzar', sans-serif;
    font-size: 16px;
}
.wp-block-woocommerce-checkout-order-summary-block {
	border:none !important;
}
.terms {
	max-width:640px;
	margin: 0 auto;
}
.woocommerce-terms-and-conditions-checkbox-text a,
.woocommerce-terms-and-conditions-checkbox-text {
    font-family: 'Gulzar', sans-serif;
	font-size:30px;
}
#checkout h1 {
	display:none;
}
.wc-blocks-components-select .wc-blocks-components-select__select {
	border-radius:0 !important;
}
.wc-block-components-form .wc-block-components-text-input input[type=email],
.wc-block-components-form .wc-block-components-text-input input[type=number],
.wc-block-components-form .wc-block-components-text-input input[type=password],
.wc-block-components-form .wc-block-components-text-input input[type=tel],
.wc-block-components-form .wc-block-components-text-input input[type=text],
.wc-block-components-form .wc-block-components-text-input input[type=url],
.wc-block-components-text-input input[type=email],
.wc-block-components-text-input input[type=number],
.wc-block-components-text-input input[type=password],
.wc-block-components-text-input input[type=tel],
.wc-block-components-text-input input[type=text],
.wc-block-components-text-input input[type=url],
.wc-blocks-components-select__container {
	border:none !important;
	border-bottom:1px solid #000 !important;
	border-radius:0 !important;
}
.wc-block-components-totals-shipping .wc-block-components-totals-item__value strong,
.wc-block-checkout__shipping-option--free {
	display:none;
}
.wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted,
.wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted {
	box-shadow:unset !important;
}
.wc-block-components-product-name {	
	font-family: 'Gulzar', sans-serif;
    font-size: 16px;
}
.wc-block-components-product-details__ span,
.wc-block-formatted-money-amount,
.wc-block-formatted-money-amount span,
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
	font-family: 'Gulzar', sans-serif;
    font-size: 20px;
	font-weight:normal !important;
}
.wc-block-components-product-details__ span.wc-block-components-product-details__name {
	display:none;
}
/***************************************************
				Cart/Check out
***************************************************/
.select2-container--default .select2-selection--single,
.woocommerce table.shop_table th,
.woocommerce table.shop_table td,
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th,
.woocommerce table.shop_table tbody:first-child tr:first-child td,
.woocommerce table.shop_table tbody:first-child tr:first-child th,
.woocommerce table.shop_table {
    border:none !important;
}
.woocommerce table.woocommerce-checkout-review-order-table tr {
    border-bottom: 1px dotted #b0b0b0 !important;
    display: block;
    width: 100% !important;
}
.woocommerce table.shop_table td.actions {
	 border-bottom:none !important;
}
.woocommerce table.shop_table th {
    padding: 5px !important;
}
.product-subtotal {
    text-align: left;
}
#cart .product-name a[rel="tag"] {
	display:none;
}
.product-price,
.product-quantity {
    text-align: center;
}
.woocommerce a.remove:hover {
    color: red !important;
    background: transparent !important;
}
.woocommerce table.shop_table th {
    font-weight: normal !important;
}
.product-quantity .quantity .qty {
    border:none !important;
    border-bottom: 1px dotted #b0b0b0 !important;
    font-size: 20px !important;
    margin: 0 auto !important;
}
.coupon {
    float: right !important;
    margin-right: 50px;
}
.coupon #coupon_code {
    border:none !important;
    border-bottom: 1px dotted #b0b0b0 !important;    
    font-size: 20px;
    width: 120px;
}
.coupon .button {
    background: none !important;
    font-family: 'Gulzar' !important;
    color:#000 !important;
    font-weight: normal !important;
}
.woocommerce-additional-fields h3,
#order_review_heading,
.cart-collaterals h2 {
    text-align: left !important;
    font-weight: normal !important;
    margin: 0 0 30px 10px !important;
    font-size: 1.3em !important;
}
.woocommerce-checkout-review-order-table {
    padding: 20px;
    background: #ebe8cf;
}
.woocommerce-checkout-review-order-table .product-total {
    text-align: left !important;
    width: 10%;
}
.woocommerce-checkout-review-order-table .order-total th,
.woocommerce-checkout-review-order-table .cart-subtotal th {
    text-align: right !important;
}
.woocommerce-checkout-review-order-table .cart-subtotal span,
.woocommerce-checkout-review-order-table .product-total span {
    float: left !important;
}
.woocommerce-checkout-review-order-table td {
    padding: 10px 0 !important;
}
#order_review {
    float: left;
	width:100%;
}
.order-total td strong {
    float: left;
    font-weight: normal !important;
}
.woocommerce table.shop_table tbody th, 
.woocommerce table.shop_table tfoot td, 
.woocommerce table.shop_table tfoot th {
    font-weight: normal !important;
}
.woocommerce table.shop_table tfoot th,
.woocommerce table.shop_table tbody:first-child tr:first-child td, 
.woocommerce table.shop_table tbody:first-child tr:first-child th {
    text-align: right;
}
#place_order,
.woocommerce-MyAccount-content .woocommerce-Button,
.checkout-button {
    background: transparent !important;
    float:left !important;
    color:#000 !important;
    font-weight: normal !important;
    padding: 0 !important;
    margin: 0 0 0 10px !important;
    font-size: 1.1em !important;
    font-family: 'Gulzar';
}
#place_order:hover,
.woocommerce-MyAccount-content .woocommerce-Button:hover,
.checkout-button:hover {
    color:#b0b0b0 !important; 
}
#payment .place-order {
    padding: 0 !important;
    margin: 20px 0 60px 0!important;
}
#place_order {
    margin: 0!important;
    letter-spacing: 0 !important;
}
.not-login {
	text-align:center;
}
.not-login a:hover {
	color:#b0b0b0;
}
.required {
	color:#d43b12 !important;
}
.wp-block-woocommerce-checkout-order-summary-totals-block,
.wc-block-cart__totals-title, .wc-block-components-totals-wrapper,
.wp-block-woocommerce-cart-order-summary-totals-block, .wc-block-cart-items {
	border-color:transparent !important;
}
.wc-block-cart .wp-block-woocommerce-cart-order-summary-block {
    background: #ebe8cf !important;
    padding: 20px;
}
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header th,
table.wc-block-cart-items .wc-block-cart-items__header th {
	font-family:'Gulzar';
	font-size:20px;
}
/***************************************************
				Woo2
***************************************************/
.woocommerce-result-count,
.woocommerce-ordering {
	display:none !important;
}
.woocommerce-Tabs-panel--additional_information {
	display:block !important;
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    padding: 1em 2em 1em 0 !important;    
	font-family: 'Gulzar', sans-serif;
	font-size:20px;
    filter: sepia(1);
}
.woocommerce-error a,
.woocommerce-info a,
.woocommerce-message a{
	font-family: 'Gulzar', sans-serif;
	font-size:20px;
}
.wc-backward,
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button {
    float: left !important;
    margin-top: 0 !important;
    margin-left: 0 !important;
	background:#fff !important;
	color:#000 !important;
	padding:0 !important;
	margin:0 !important;
}
.wc-backward {
	    float: right !important;
}
.wc-backward:hover,
.woocommerce .woocommerce-error .button:hover,
.woocommerce .woocommerce-info .button:hover,
.woocommerce .woocommerce-message .button:hover,
.woocommerce-page .woocommerce-error .button:hover,
.woocommerce-page .woocommerce-info .button:hover,
.woocommerce-page .woocommerce-message .button:hover {
    color:#b0b0b0 !important;
	background:#fff !important;
}
.woocommerce-error .woocommerce-Button ,
.woocommerce-info .woocommerce-Button ,
.woocommerce-message .woocommerce-Button {
    font-size: 20px !important;
    
}

.woocommerce {
    margin-top: 60px;
    display: block;
}
.woocommerce-notices-wrapper {
    font-family: 'Gulzar', Helvetica, sans-serif !important;
    font-weight: 200;
}
.product-update {
    width: 2px;
    outline: none;
}
#update_cart {
    width:28px;
    height:28px;
    border: none;
    background: none;
    cursor: pointer;
}
#update_cart img{
    width:100%;
    height: auto;
}
.product-remove {
    width: 30px;
    padding: 0 10px;
}
.remove {
    width: 15px;
    height: 15px;
    background: url('images/delet.svg');
    background-size: contain;
    background-repeat: no-repeat;
    outline: none;
}
.product-thumbnail {
    width: 30% !important; 
}
.product-quantity {
    width:100px;
    margin: 0 20px;
}
.quantity input[type="number"]{
    width: 50px;
    padding: 5px 2px 5px 5px;
    margin: 0 auto;
    float: none;
    display: block;    
}
.product-price {
    width: -moz-calc(70% - 192px);
    width: -webkit-calc(70% - 192px);
    width: -o-calc(70% - 192px);
    width: calc(70% - 192px);
}
.shop_table {
    float: right;
}
.cart-collaterals {
    border-top: 1px solid #ccc;
    margin: 40px 0 0 0;
}
.woocommerce-Price-amount,
.order-total th,
.cart-subtotal,
.cart-subtotal th {
    text-align: right;
    font-weight: normal;
    font-family: 'Gulzar', sans-serif;
    font-size: 20px;
    line-height: 1;
}
.shop_table .woocommerce-Price-amount,
.shop_table .order-total th,
.shop_table .cart-subtotal,
.shop_table .cart-subtotal th {
    text-align: right;
}
.shop_table .woocommerce-Price-amount {
	float:left;
	
}
.cart .woocommerce-shipping-totals {
	display:none;	
}
.woocommerce-Price-currencySymbol {
	margin:0 5px 0 0;	
}

.woocommerce-error, 
.woocommerce-info, 
.woocommerce-message {
	padding:10px 40px!important;
}
.woocommerce-breadcrumb {
    display: none;
}
.info .addbutton {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; 
    min-width:  90px;
    display: block;
    background: #000;
    padding: 4px 8px 6px 8px;
    margin: 10px 0 0 0;
    float: left;
    clear: both;
    text-align: center;
    color: #fff;
    font-weight: bold;
}
.woocommerce-error li{
    width: 100% !important;
    display: inline-block;
}
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background: none !important;
    border-radius: 0 !important;
}
.woocommerce-error::before {
    margin-top: 13px;
}
.woocommerce table.shop_table {
    border: none !important;
}
.payment_method_WC_ZPal p {
	display:none !important;
}
.payment_method_WC_ZPal img{
    width:32px !important;
    height:32px !important;
}
.woocommerce-checkout .col-2 .shipping_address,
.woocommerce-additional-fields__field-wrapper{
    display: none;
}

.select2-container--default .select2-selection--single {
    border: none !important;
    border-bottom: 1px solid #000 !important;
    border-radius: 0 !important;
}
.select2-search--dropdown .select2-search__field {
    padding: 6px 4px !important;
}
.select2-search--dropdown {
    padding: 10px 4px !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected], 
.select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: #ccc !important;
    color:#000 !important;
}
#shipping_state,
#shipping_country,
.woocommerce form .form-row select, 
.woocommerce-page form .form-row select,
.select2-container--open .select2-dropdown--below {
    border-radius: 0 !important;
    margin: 4px 0 0 0 !important;
}
#shipping_state {
	border:none;
	border-bottom:1px solid #000 !important
}
.woocommerce-privacy-policy-text {
    display: none !important;
}
.woocommerce-checkout #payment ul.payment_methods {
    border: none !important;
}
.woocommerce-checkout #payment ul.payment_methods li {
    width: -moz-calc(50% - 40px);
    width: -webkit-calc(50% - 40px);
    width: -o-calc(50% - 40px);
    width: calc(50% - 40px);
    min-width:280px;
    float: right !important;
}
.woocommerce form .form-row input.input-text {
    padding: 8px 5px;
    border: 1px solid #000;
}
.woocommerce form .form-row textarea {
	min-height:150px;
    resize: none;
	padding: 8px 5px;
    border: 1px solid #000;
}
select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 8px 0 8px 5px;
    outline: none;
    border-radius: 0;
    background-color: #fff;
    background-image: url('images/down.svg');
    background-repeat: no-repeat;
    background-size:  16px 16px;
    background-position: 98% center;
    border: 1px solid #000;
    
}
.woocommerce-checkout #payment ul.payment_methods li {
    direction: rtl;
}
.woocommerce-checkout #payment ul.payment_methods li input {
    margin: 11px 1em 0 1em !important;
    float: right;
}
.payment_method_WC_ZPal label {
    float: right;
}
.woocommerce-checkout #payment div.payment_box {
    margin: 10px 0 !important;
    border-radius: 0 !important;
    background-color: transparent !important;
    color: #000 !important;
    text-align: right;
    max-width: 260px !important;
    padding: 0 !important;
    float: right;
    clear: both;
}
.payment_box.payment_method_WC_ZPal::before {
    display: none !important;
}
.woocommerce-checkout-review-order-table .product-name {
    width:20% !important;
}
.woocommerce-checkout-review-order-table .product-total {
    text-align: right;
}
.woocommerce-checkout-review-order-table .woocommerce-Price-amount {
    text-align: right;
    float: right;
}
.woocommerce ul#shipping_method span {
    float: none !important;
}
.woocommerce ul#shipping_method li {
    width:100%;
    float: left;
    clear: left;
    direction:rtl;
    text-align: right !important;
}
.woocommerce ul#shipping_method li input {
    margin: 5px 0 0 .4375em !important;
}

.cart_totals .cart-subtotal td,	
.cart_totals .order-total td {	
    width: 168px;
    text-align: right;
}
.g-recaptcha {
	float:right !important;	
	clear:both !important;	
}
.wc-proceed-to-checkout a,
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    letter-spacing: 1px;
    font-weight: bold;
}
input[name='update_cart'] {
display: none !important;
}
button[name='update_cart'] {
display: none !important;
}
.woocommerce ul#shipping_method {
	display:inline-block !important;
	height:auto;
	float:left;
}
.woocommerce ul#shipping_method li label {
	float:left !important;
	text-align:left !important;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
	width:100% !important;
}
.woocommerce ul#shipping_method li input {
	float:left !important;
	margin:4px 10px 0 0 !important;
}
.woocommerce-shipping-destination {
	display:none !important;
}
.cart_totals .shop_table td,
.cart_totals .cart-subtotal td,
.cart_totals .order-total td {
	width:70% !important;
}
.shipping-calculator-button {
	float:left !important;
	display:none !important;
}
.shop_table .product-thumbnail {
	position:relative;
} 
.cart-slabel {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	right:0;
	z-index:2;
	display:flex;
	justify-content:center;
	justify-items:center;
	align-items:center;
	font-family: 'Gulzar';
    padding-top: 9%;
    padding-right: 4%;
    font-size: 24px;
}
.fee .woocommerce-Price-amount {
	float:left !important;
}
.single_add_to_cart_button,
.wc-block-components-button {
    background: #ebe8cf;
    border: 2px solid #000;
    -webkit-box-shadow: 0px 0px 0px 5px #ebe8cf;
    box-shadow: 0px 0px 0px 5px #ebe8cf;
    margin: 5px auto;
    padding-top: 25px;
    padding-bottom: 14px;
    color: #000 !important;
	line-height:1;
}
.single_add_to_cart_button {
	margin-top:20px;
	padding-right:20px;
	padding-left:20px;
}
/***************************************************
				news
***************************************************/
.news-list {
    width: -moz-calc(100% - 120px);
    width: -webkit-calc(100% - 120px);
    width: -o-calc(100% - 120px);
    width: calc(100% - 120px);
	margin:0 auto;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	max-width:460px;
}
.news-list div {
	flex: 0 0  100%;
	margin-bottom:50px;
	padding-bottom:40px;
	border-bottom:1px solid #000;
}
.news-list div:last-child {
	border-bottom:none;
}
	
.news-list div label {
    font-family: 'Gulzar', sans-serif;
    font-size: 20px;
}
#single {
	max-width:460px;
	margin:0 auto;
}
/***************************************************
				about
***************************************************/
#about-page {
    min-height: -moz-calc(100dvh - 140px);
    min-height: -webkit-calc(100dvh - 140px);
    min-height: -o-calc(100dvh - 140px);
    min-height: calc(100dvh - 140px);
	margin-bottom:30px;
}
.about-wrap {
	width:100%;
	height: -moz-calc(100dvh - 140px);
    height: -webkit-calc(100dvh - 140px);
    height: -o-calc(100dvh - 140px);
    height: calc(100dvh - 140px);
	display:flex;
	justify-content:center;
	align-items:center;
	z-index:999;
}
.about p {
    font-family: 'Gulzar', sans-serif;
    font-size: 6vw;
    line-height:16vw;
	color:#000;
}
body#ltr .about p {
    font-size: 4vw;
    line-height:1;
}
.spotify-wrap {
	width:100%;
	height:100vh;
	display:flex;
	justify-content:center;
	align-items:center;
	background:url(https://agabibi.com/new/wp-content/uploads/2025/12/spotify-bg.jpg) no-repeat;
	background-size:cover;
}
.spotify {
	margin-top:80px;
}
/***************************************************
				404
***************************************************/
.e404 {
    width: -moz-calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    width: -o-calc(100% - 40px);
    width: calc(100% - 40px);
    height: -moz-calc(100vh - 200px);
    height: -webkit-calc(100vh - 200px);
    height: -o-calc(100vh - 200px);
    height: calc(100vh - 200px);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.e404-msg {
    width: -moz-calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    width: -o-calc(100% - 40px);
    width: calc(100% - 40px);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.e404-msg span {
    font-family: 'Gulzar', sans-serif;
    font-size: 28px;
}
body#ltr .e404-msg span {
}
/***************************************************
				footer
***************************************************/
footer {
    width: -moz-calc(100% - 120px);
    width: -webkit-calc(100% - 120px);
    width: -o-calc(100% - 120px);
    width: calc(100% - 120px);
    padding: 20px 0 10px 0;
    margin: 20px auto 5px auto;
    border-top:1px solid #000;
	display:flex;
	justify-content:center;
	align-items:center;
	flex-direction:column;
	position:relative;
}
.footer-text-right,
.footer-text-left {
	width:260px;
	height:auto;
	position:absolute;
	top:80px;
}
.footer-text-right {
	right:0;
}
.footer-text-left {
	left:0;
}
footer .footer-logo {
	width:220px;
	height:auto;
	margin-bottom:20px;
}
footer .smedia {
	width:220px;
	display:flex;
	justify-content:space-between;
	align-items:center;
	margin-bottom:20px;
}
footer .smedia li {
	width:32px;
	height:32px;
}
footer .smedia li a {
	width:32px;
	height:32px;
	overflow:hidden;
	display:flex;
	justify-content:center;
	align-items:center;
}
footer figure {
	width:100%;
}
.footer-text {
	width:100%;
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.footer-text span {
    font-family: 'Gulzar';
    font-size: 3vw;
}
body#ltr .footer-text span {
    font-family: 'Gulzar';
}
/***************************************************
				landscape
***************************************************/
.landscape {
	width:100%;
	height:100vh;
	position:fixed;
	top:0;
	right:0;
	z-index:999999;
	display:none;
	justify-content:center;
	align-items:center;
	background:#F5F4DC !important;
}
.landscape-in {
	text-align:center;
}
.landscape-in p {
    margin: 20px 0 0 0;
}

@media screen and (max-width: 1024px) {
	header {
		padding: 20px 40px;
	}
	.alert,
	#nav,
	.product-content,
	footer,
	header,
	main {
		width: -moz-calc(100% - 80px);
		width: -webkit-calc(100% - 80px);
		width: -o-calc(100% - 80px);
		width: calc(100% - 80px);
	}
	#nav {
	    padding: 140px 40px 20px 40px;
	}
	#home-about,
	#home-login {
		display:none !important;
		visibility:hidden !important;
	}
	.product-list,
	.best-seller,
	.new-collection,
	.slider {
		width:100%;
	}
	.product-content .product-info {
		width: -moz-calc(50% - 60px);
		width: -webkit-calc(50% - 60px);
		width: -o-calc(50% - 60px);
		width: calc(50% - 60px);
	}
	.header-center .text-left, 
	.header-center .text-right {
    	width: 100px;
	}
	#shop {
	    flex-direction: column;
	}
	#response {
		width:100%;
		margin:10px auto;
	}
	#shop .product-list {
		width:100%;
	}
	aside {
		margin-bottom:40px;
	}
	#filter-button {
		display:block;
	}
	#filter {
		display:none;
	}
	.product-content .product-img {
		width: 100%;
		max-width: 640px;
		float: none;
		margin: 0 auto;
	}
	.product-content .product-info {
		width: -moz-calc(100% - 40px);
		width: -webkit-calc(100% - 40px);
		width: -o-calc(100% - 40px);
		width: calc(100% - 40px);
		max-width: 600px;
		float: none;
		margin: 0 auto;
		margin-top:20px;
	}
	.product-content .product-info.product-info-chart {
		width: -moz-calc(100% - 40px);
		width: -webkit-calc(100% - 40px);
		width: -o-calc(100% - 40px);
		width: calc(100% - 40px);
		max-width: 600px;
		float: none;
		margin: 0 auto;
		margin-top:20px;
	}
	.product-content .product-info.product-info-chart p {
		text-align: center;
	}
	aside {
		width: -moz-calc(100% - 40px);
		width: -webkit-calc(100% - 40px);
		width: -o-calc(100% - 40px);
		width: calc(100% - 40px);
		padding:20px;
		background: #ebe8cf;
	}
	
	aside#nofilter {	
		background: transparent !important;
	}
	.sub-filter {
        width: 50%;
        float: right;
    }
	.slider-txt {
		right:40px;
	}
	.slider-txt label {
		font-size:80px;
	}
	.slider-txt span{
		font-size:40px;
	}
	body#ltr .slider-txt {
		left:40px;
	}
	
}
@media screen and (max-width: 880px) {
	.footer-text-right,
	.footer-text-left {
    	width: 200px;
	}
	.home-product-category li,
	.home-product-list li {
		width: 50vw;
	}
	.tavajoh label:nth-child(13) ,
	.tavajoh span:nth-child(12),
	.tavajoh label:nth-child(11) ,
	.tavajoh span:nth-child(10),
	.tavajoh label:nth-child(9) ,
	.tavajoh span:nth-child(8) {
		display:none;
	}
}
@media screen and (max-width: 768px) {
	.header-right,
	.header-left {
    	width: 120px;
	}
	.header-right,
	.header-left {
		display:none;
	}
	.about-wrap {
		flex-direction:column;
	}
	#mob-nav.actv {
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 102;
        padding: 200px 20px 20px 20px;
		width: -moz-calc(100% - 40px);
		width: -webkit-calc(100% - 40px);
		width: -o-calc(100% - 40px);
		width: calc(100% - 40px);
		height: -moz-calc(100vh - 220px);
		height: -webkit-calc(100vh - 220px);
		height: -o-calc(100vh - 220px);
		height: calc(100vh - 220px);
	}
	#mob-nav label,
	#mob-nav a {
    	font-size: 22px;
	}
	.about-wrap {
		height: auto;
		position: relative;
		top: unset;
	}
	.about p {
		color:#000;
		margin-top:80px;
	}
	.collab-list {
	    flex-wrap: wrap;
	}
	.collab-list li {
		width:50%;	
	}
	.footer-text {
		margin-bottom:80px;
	}
	.footer-text span {
		font-size:26px;
	}
	.woocommerce-MyAccount-navigation {
		width: 100%;
		float: right;
		display: flex;
		justify-content: center;
	}
	.woocommerce-MyAccount-navigation ul {
		flex-direction:row;
		justify-content: space-between;
		width: 100%;
	}
	.woocommerce-MyAccount-content {
		width: 100%;
		margin-left: 0px;
	}
}
@media screen and (max-width: 640px) {
	.news-nav, 
	.shop-nav {
		display:none;
	}
	header {
		padding: 20px;
	}
	body#ltr .lang:after {
		left: 93px;
	}
	.alert,
	.product-content,
	#nav,
	footer,
	header,
	main {
		width: -moz-calc(100% - 40px);
		width: -webkit-calc(100% - 40px);
		width: -o-calc(100% - 40px);
		width: calc(100% - 40px);
	}
	main {
	    margin: 190px 20px 20px 20px;
	}
	#nav {
	    padding: 140px 20px 20px 20px;
	}
	#nav ul {
		width: 70px;
		margin-left: 20px;
	}
	#nav ul label,
	#nav ul a {
		width:fit-content;
		display:block;
		margin:0 auto;
	}
	body#ltr .slider-txt label {
        font-size: 60px;
	}
	.tavajoh label:nth-child(7) ,
	.tavajoh span:nth-child(6) {
		display:none;
	}
	body#ltr .tavajoh label:nth-child(5) ,
	body#ltr .tavajoh span:nth-child(4) {
		display:none;
	}
	[dir='rtl'] .home-product-category .slick-next,
	.home-product-category .slick-prev {
		right:0;
		left:unset;
	}
	[dir='rtl'] .home-product-category .slick-prev,
	.home-product-category .slick-next {
		left:0;
		right:unset;
	}
	.home-product-category li,
	.home-product-list li {
        width: 75vw;
    }
	.product-list div,
	.product-list li {
		flex: 0 0 100%;
	}
	.product-content .product-img {
		width:100%;
	}
	.product-content .product-info{
		margin-top:20px;
	}
	.similar-product-wrap .attention label {
		display:block;
	}
	.similar-product-wrap .attention label:last-child {
		display:none;
	}
	.similar-product-wrap .home-product-list {
		width: -moz-calc(100% - 40px);
		width: -webkit-calc(100% - 40px);
		width: -o-calc(100% - 40px);
		width: calc(100% - 40px);
		flex-direction:column;
	}
	footer ul {
		justify-content:space-between;
	}
	footer a {
		margin:0;
	}
	.footer-text-right,
	.footer-text-left {
	    width: 260px;
        display: block;
        position: relative;
        top: unset;
		margin-top:10px;
		margin-bottom:10px;
	}
	footer .footer-logo,
	footer .smedia {
    	width: 180px;
	}
	.footer-text {
		flex-direction:column;
	}
	[dir='rtl'] .slick-next {
		width:24px;
		right:10px;
	}
	[dir='rtl'] .slick-prev {
		width:24px;
		left:10px;
	}
	
	[dir='rtl'] .slick-next:before,
	[dir='rtl'] .slick-prev:before {
		font-size:25px;
	}
	table.wc-block-cart-items .wc-block-cart-items__row {
		display:flex !important;
		flex-direction:column !important;
	}
	.about p {
		font-size:10vw;
	}
	.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image,
	.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image,
	.is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image {
		padding-left:0 !important;
	}
    .cat-img.cat-img-desk {
        display: none;
    }
    .cat-img.cat-img-mob {
        display: block;
    }
	aside {
        margin-top: 80px;
	}
}
@media screen and (max-width: 580px) {
	.header-center .text-left,
	.header-center .text-right {
		display:none;
	}
}
@media only screen and (max-device-width: 680px) and (orientation: landscape) {
	.landscape {
		display:flex;
	}
}
.fancybox-button--play,
.fancybox-button--thumbs {
	display:none !important;
	visibility:hidden !important;
}
.js-fancybox-index,
.js-fancybox-count {
	color:#fff;	
}

body#ltr legend,
body#ltr .woocommerce form .form-row label {
	font-size:16px;
	font-family:'ITC', sans-serif;
}
body#ltr .wc-block-components-product-badge,
.wp-block-list li,
body#ltr .woocommerce form .form-row input.input-text,
body#ltr .woocommerce form .form-row textarea {
	font-size:16px !important;
	font-family:'ITC', sans-serif;
}

body#ltr .wc-block-components-product-name {
	font-size:18px !important;
	font-family:'ITC', sans-serif;
}
body#ltr .wc-block-components-product-badge{
	font-size:14px !important;
	font-weight:normal;
	font-family:'ITC', sans-serif;
}
body#ltr .wc-block-components-product-details__name {
	display:none !important;
}
body#ltr .new-collection label,
body#ltr #mob-nav label,
body#ltr #mob-search,
body#ltr #menu,
body#ltr #search {
	font-family: 'ITC', sans-serif;
}
body#ltr .sub-filter-label,
body#ltr #filter-button,
body#ltr .wc-block-components-product-name,
body#ltr .wc-block-components-button:not(.is-link) .wc-block-components-button__text,
body#ltr .wc-block-components-totals-shipping .wc-block-components-totals-shipping__via,
body#ltr .wc-block-components-checkout-place-order-button span,
body#ltr .wc-block-components-radio-control__label,
body#ltr .wc-block-components-title,
body#ltr .wc-block-components-order-summary__button-text,
body#ltr .wc-block-cart__submit-button span,
body#ltr .wc-block-components-totals-item__label,
body#ltr .wc-block-components-panel__button,
body#ltr .wc-block-cart__totals-title, #cart th span,
body#ltr button, 
body#ltr span, 
body#ltr p,
body#ltr p a,
body#ltr .product-content .product-info h1,
body#ltr .similar-product-wrap label.stitle,
body#ltr .best-seller label,
body#ltr .product-list div label {
	font-family: 'ITC', sans-serif !important;
    font-size: 16px !important;
}
body#ltr .footer-text span {
    font-family: 'Gulzar' !important;
    font-size: 3vw !important;
}
body#ltr .about p {
	font-size: 4vw!important;
    line-height: 1;
}
.cart-discount th {
    font-size: 16px !important;
}

body#ltr .best-seller label {
	font-size: 30px !important;
}

body#ltr .product-list .pprice {
	opacity:0 !important;
}
body#ltr .single_variation_wrap,
#countdown li:first-child,
.woocommerce-form-coupon-toggle {
	display:none !important;
}
body#ltr .wc-block-components-address-card__address-section,
body#ltr .wc-block-components-checkout-return-to-cart-button,
body#ltr .wc-block-components-checkbox__label a,
#radio-control-wc-payment-method-options-WC_ZPal__content {
    font-size: 16px !important;
}
