@font-face {
	font-family: IRANSans;
	src: url('../fonts/IRANSans/IRANSansWeb_Medium.woff'),
	url('../fonts/IRANSans/IRANSansWeb_Medium.woff') format('truetype');
	font-weight: normal;
}


@font-face {
  font-family: shahr;
  src: url('../fonts/shahr/shahr.ttf');
}



@font-face {
  font-family: RomanGreek;
  src: url('../fonts/Roman Greek/Roman\ Greek.woff2 ') format('woff2'),
       url('../fonts/Roman Greek/Roman\ Greek.ttf') format('truetype');
  font-weight: bold;
}

@font-face {
  font-family: Bold;
  src: url('../fonts/Bold1/AFarzian.ttf')
}

* {
	direction: rtl;
	text-align: right;
	font-family:IRANSans;
}


/*
 -----------------------------------------------------------------------------------------------------------------------
 public styles
 -----------------------------------------------------------------------------------------------------------------------
*/

body {
    background-color: #c5c5c1;
}

.bg-gray{
	background-color: #404E67;
	color: #dcdcdc;
}

.pointer{
	cursor: pointer;
}



/*
 -----------------------------------------------------------------------------------------------------------------------
  header
 -----------------------------------------------------------------------------------------------------------------------
*/
.header {
	box-shadow: 0 7px 8px 0 rgba(122, 120, 120, 0.04);
    background-color: #363535;
}

.top-header {
	border-bottom: 1px solid #efefef;
}

.top-nav {

}


.offcanvas-title img{
  width: 50px;
  height: 50px;
 
}

.offcanvas{
  background-color: #6e6d6d;
}

.offcanvas .abc{
  background-color: #6e6d6d !important;
}

.offcanvas .abc a{
  color: #1bcc15;

}
.offcanvas-header img{
  color: #1bcc15;
}

.offcanvas .sort{
  background-color: #6e6d6d !important;

}


.offcanvas .sort a{
  color: #ced113d7;
}

.sidebar-nav-item{
  color: #1bcc15;
}

/* start search*/
.threebottom{
  /* margin-top: 10px!important; */
  margin-bottom: 10px!important;
  margin-right: 10px!important;
  margin-left: 5px!important;
}

.search-wrapper {
    /* position: relative;
    width: 50%;
    min-width: 280px;
    height: 2rem; */
    
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    /* width: 500px; */
    height: 2rem;
    /* margin-top: 35px !important; */
}

.ux{
  border-radius: 0.25rem;
  z-index: 999999;
  height: 2rem;
  width: 50%;
}

/* .search-box {
    position: absolute;
    top: 0;
    width: 25%;
    background-color: #FFFFFF;
    border-radius: 0.25rem;
    z-index: 999999;
} */

.advanced-search{
  border-radius: 0.25rem;
  z-index: 999999;
  height: 2.2rem;
  background-color: #615c5c!important;
  text-align: center;
  width: 50%;

}

.advanced{
  /* position: absolute; */
  color: #1bcc15 !important;
  text-align: center;
  padding-top: 5px;
/* right: 0; */
}

/* .advanced-a{
  color: #1bcc15 !important;
  padding: 2rem 1rem;

} */

.main-search{
  border-radius: 0.25rem;
  z-index: 999999;
  height: 2rem;
  width: 99%;
}

.main-search input {
  border: none;
  border-radius: 0.25rem;
  outline: none;
  width: 100%;
  padding: 0.4rem 1rem;

}

.search-code-er{
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  background-color: #FFFFFF;
  border-radius: 0.25rem;

}

.search-code-er-button{
  background-color: #FFFFFF;
  padding: 0.2rem 1rem;
  border: none;
  border-radius: 0.25rem;
  outline: none;
}

.search-code input{
  border: none;
  border-radius: 0.25rem;
  outline: none;
  width: 100%;
  padding: 0.4rem 1rem;

}

.agahi-sabt{
  font-size: 13px!important;
  border: none;
  border-radius: 0.25rem;
  padding: 5px 5px;
  color: #1bcc15;
  background-color: #615c5c!important;
  box-shadow: none;
  text-align: center;
}
.agahi-sabt a{
  color: #1bcc15;
}

/* .advanced-search a i{
  padding-top: 5px!important;

} */

.khaiar{
  /* position: absolute; */
  margin-right: 5px!important;

}

.border-end{

}

.search-box-active {
    background-color: #FFFFFF;
    box-shadow: 0rem 0rem 0.2rem 0.1rem rgba(0,0,0,0.4);
}

.search-textbox {
    border-radius: 0.25rem;
    width: 100%;
    font-size: 0.9rem;
    padding: 0rem 0.5rem;
    display: flex;
    justify-content: stretch;
    align-items: center;
}

.search-textbox span {
    padding: 0.3rem 0rem 0rem 0.4rem;
    flex-shrink: 1;
}

.search-textbox input {
    border: none;
    border-radius: 0.25rem;
    outline: none;
    width: 100%;
    padding: 0.4rem 0rem;
    background-color: rgba(0,0,0,0);
}

.search-textbox input:focus {
    outline: none;
}


.search-result {
    top: 100%;
    height: 300px;
    padding: 0.5rem;
    overflow: auto;
}

.search-result-title {
    font-size: 0.8rem;
    border-bottom: 1px solid #efefef;
    padding-bottom: 0.4rem;
    margin: 0.5rem 0rem 0.2rem 0rem;
}

.search-result-title .search-result-type{
    color: #0d6efd;
    margin: 0 0.3rem;
}

.search-result-title .search-words{
    color: #000000;
    font-size: 0.6rem;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
    margin: 0 0.3rem;
}

.search-result-item {
    font-size: 0.8rem;
    padding: 0.4rem;
}

.search-result-item:hover {
    background-color: rgba(0,0,0,0.05);
    transition: 0.4s;
}

.search-result-item a, .search-result-item a:hover{
    color: #666666;
    text-decoration: none;
}

.search-result-item .search-no-result {
    color: #999999;
}




/* end search*/


/* start header profile link part */
.profile-button {
    font-size: 13px!important;
    border: none;
    color: #1bcc15;
    background-color: #615c5c!important;
    box-shadow: none;
}

.profile-button:focus, .profile-button:hover {
    outline: none;
    border: none;
    box-shadow: none;
}

.taghvim{
  position: absolute;
  left: 0!important;
  top: 20px!important;
  padding-left: 0;
}

.custom-drop-down {
    box-shadow: 0rem 0rem 0.2rem 0.1rem rgba(0,0,0,0.1)!important;
    border-radius: 0.25rem!important;
    border: none!important;
}

.custom-drop-down  .dropdown-item {
    font-size: 0.8rem;
    padding: 0.3rem;
    color: #333333;
}

.dropdown-item i{
    padding: 0.2rem 0.5rem 0rem 0.5rem;
    font-size: 1rem;
}
/* end header profile link part */

/* start cart */
.header-cart-link {
    font-size: 1.2rem;
    border: none;
    box-shadow: none;
}

.header-cart-link  span{
    font-size: 0.5rem;
    padding-top: 0.4rem;
}

.header-cart:hover .header-cart-link, .header-cart-link:focus, .header-cart-link:hover {
    outline: none;
    background-color: #f7f7f7;
    border: none;
    box-shadow: none;
}

.header-cart-dropdown {
    position: absolute;
    top: 125%;
    left: 0;
    width: 240px;
    max-height: 320px;
    overflow: auto;
    background-color: #FFFFFF;
    visibility: hidden;
    z-index: 9999;
    padding: 0.3rem;
    font-size: 0.8rem;
}

.header-cart {

}

.header-cart:hover .header-cart-dropdown{
    visibility: visible;
    box-shadow: 0rem 0rem 0.2rem 0.1rem rgba(0,0,0,0.1);
    border-radius: 0.25rem;
}



.header-cart-dropdown-body {
    padding: 0.6rem 0.3rem;
}

.header-cart-dropdown-body-item {
    padding: 0.5rem 0;
    border-bottom: 1px solid #efefef;
}

.header-cart-dropdown-body-item:last-of-type {
    border: none;
}

.header-cart-dropdown-body-item img{
    max-width: 2rem;
    max-height: 2rem;
    margin-left: 0.4rem;
}

.header-cart-dropdown-footer {
    font-size: 0.7rem;
}



/* end cart */


@media screen and (max-width: 680px) {

  .lightbox .img-box .lightbox-img{
    width: 100% !important;
    height: 100% !important;
  }
  /* .search-wrapper {
    margin-bottom: -6%;
    position: relative;
    width: 50%;
    min-width: 100px;
    height: 1.5rem;
} */

.main-search{
  border-radius: 0.25rem;
  z-index: 999999;
  height: 2rem;
  width: 98%;
}


.search-textbox {
  border-radius: 0.25rem;
  width: 100%;
  font-size: 13px;
  padding: 0rem 0.5rem;
  color: #000!important;
  display: flex;
  justify-content: stretch;
  align-items: center;
}

.search-textbox text{
  color: #000!important;
}

/* .advanced-search{
  position: relative;
  background-color: #FFFFFF;
  border-radius: 0.25rem;
  width: 60%;
  right: 76%;
  font-size: 13px;
  display: flex;
  margin-bottom: 100px;
  margin-top: 100px;
  padding-right: 4%;
  padding-top: 3%;
  z-index: 999999;
  height: 2rem;
  color: #1bcc15;
  cursor: pointer;
  background-color: #575a59;
} */


.card-footer img{
  display: block;
  }
  

.sabteagahi{
  display: none !important;
}

/* .profile-button{
  margin-top: -2%!important;
} */

.search-textbox {
  border-radius: 0.25rem;
  width: 100%;
  font-size: 13px;
  padding: 0rem 0.5rem;
  color: #000!important;
  display: flex;
  justify-content: stretch;
  align-items: center;
}

.search-textbox text{
  color: #000!important;
}

/* .advanced-search{
  position: relative;
  background-color: #FFFFFF;
  border-radius: 0.25rem;
  width: 60%;
  right: 76%;
  font-size: 13px;
  display: flex;
  margin-bottom: 100px;
  margin-top: 100px;
  padding-right: 4%;
  padding-top: 3%;
  z-index: 999999;
  height: 2rem;
  color: #1bcc15;
  cursor: pointer;
  background-color: #575a59;
} */

/* .profile-button {
  margin-top: -1%;
  font-size: 4px;
  border: none;
  color: #1bcc15;
  background-color: #969696;
  box-shadow: none;
  z-index: 1000000;
} */

.search-box {
  min-width: 140px!important;

}

 .profile-button {
  font-size: 4px;
  padding: 10px 10px;
  border: none;
  color: #1bcc15;
  background-color: #969696;
  box-shadow: none;
  z-index: 1000000;
  width:50% !important;
} 

.agahi-sabt{
  width:50% !important;
}

.sabteagahi-cart{
  display: flex;
  margin-top: 5%;
  }
.top-nav .navbar-item a{
color: #eeeeee !important;
background-color: #dcdcdc !important;
}
/* 
.productspropertice .city{
  position: absolute;
  margin-left: 50%!important;
  margin-top: -21px!important;
}

.productspropertice .code{
  position: absolute;
  margin-right: -100px!important;
  margin-top: -21px!important;
} */

}
/*start super nav item*/
.super-navbar-item {
    color: #333;
    font-size: 0.8rem;
    border-bottom: 2px solid rgba(0,0,0,0);
}

.super-navbar-item:hover {
    border-bottom: 2px solid #ff253a;
    transition: 0.4s;
}

.super-navbar-item-toggle {
    padding: 0.8rem 0rem 0.6rem 0rem;
    font-weight: bold;
}

.sublist-wrapper {
    visibility: hidden;
    top: 120%;
    z-index: 999;
    /*min-height: 20rem;*/
    max-width: 50%;
    background-color: #efefef;
    border-radius: 0.25rem;
    box-shadow: 0 7px 8px 0 rgba(0,0,0,0.04);
    box-shadow: 0rem 0.1rem 0.2rem 0.1rem rgba(0,0,0,0.1);
}

.super-navbar-item:hover > .sublist-wrapper {
    visibility: visible;
    top: 100%;
    transition: 0.4s;
}

.sublist-item-toggle {
    width: 14rem;
    border-right: 2px solid rgba(0,0,0,0);
    padding: 0.4rem 0.6rem;
    cursor: pointer;
    border-bottom: 1px solid rgba(0,0,0,0.06);
}

.sublist-item-toggle:hover {
    color: #ff2c25;
    background-color: rgba(255,255,255,1);
    border-right: 2px solid #ff3425;
    font-weight: bold;
    transition: 0.4s;
}

.sublist-item-active > .sublist-item-toggle {
    color: #ff2525;
    background-color: rgba(255,255,255,1);
    border-right: 2px solid #ff3425;
    font-weight: bold;
    transition: 0.4s;
}

.sublist-item:first-of-type > .sublist-item-toggle {
    margin-top: 1rem;
    border-top: 1px solid rgba(0,0,0,0.06);
}

.sublist-item:last-of-type > .sublist-item-toggle {
    margin-bottom: 1rem;
}

.sublist-item-sublist {
    position: absolute;
    top: -1rem;
    right: 14rem;
    width: Calc(100% - 14rem);
    height: Calc(100% + 2rem);
    z-index: 9999;
    visibility: hidden;
    background-color: rgba(255,255,255,1);
    padding: 0.8rem;
    overflow: hidden;
    border-radius: 0.25rem;
}

.sublist-item-active > .sublist-item-sublist {
    visibility: visible;
}

.sublist-item-sublist-wrapper {

}

.sublist-column {

}

.sub-category {
    display: block;
    text-decoration: none;
    font-weight: bold;
    /*color: #ff0062;*/
    /*color: #330733;*/
    /*color: #ff0062;*/
    /*color: #9f00ff;*/
    color: #000000;
    padding: 0.3rem 0.1rem 0.2rem 0.1rem;
}

.sub-category:hover {
    color: #00b5fe;
    transition: 0.4s;
}

.sub-sub-category {
    font-size: smaller;
    font-weight: bold;
    display: block;
    text-decoration: none;
    padding: 0.1rem;
    color: #888888;
}

.sub-sub-category:hover {
    color: #ff253a;
    transition: 0.4s;
}


/*
 * navbar item
*/
/* .navbar-item {
    color: #333;
    font-size: 0.8rem;
    
} */

.nav-menu{
  background-color: #575757 !important;
}

.navbar-item > a {
    color: #f1ebeb;
    text-decoration: none;
    padding: 0.8rem 0.6rem 0.6rem 0.6rem;
    display: block;
    border-bottom: 2px solid rgba(0,0,0,0);
    font-weight: bold; 
    font-size: 10px;
}

.navbar-item > a:hover {
    cursor: pointer !important;
    background-color: #1bcc15  !important;
    /* border-bottom: 2px solid #ff253a; */
    transition: 0.4s;
}


.menubala{
  position: absolute;
  float: left!important;
  left: 0!important;
  padding-left: 0;
  margin-left: 0;
}

.menubala a:hover{
  color: #0ebaee  !important;
}



/*
    start slideshow
*/


#slideshow .owl-dots{
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 5px;
}

#slideshow .owl-dots button:focus {
    outline: none;
}

#slideshow .owl-dots button.owl-dot span{
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 0.25rem;
    display: inline-block;
    background: #f7f7f7;
    margin: 0 0.2rem;
    transition: 0.4s;
}

#slideshow .owl-dots button.owl-dot.active span {
    width: 1.4rem;
    background-color: #000;
    transition: 0.4s;
}

/*
    start lazy load
*/
.light-owl-nav .owl-nav .owl-prev {
    right: 0;
    position: absolute;
    top: Calc(50% - 2rem);
    width: 2rem;
    height: 4rem;
    text-align: center;
    font-size: 3rem!important;
    background-color: rgba(255,255,255,.6)!important;
    color: #000000!important;
    box-shadow: 0rem 0rem 0.2rem 0.1rem rgba(0,0,0,0.2)!important;
    margin: 0 auto;
    transition: 0.4s;
}

.light-owl-nav .owl-nav .owl-next {
    left: 0;
    position: absolute;
    top: Calc(50% - 2rem);
    width: 3rem;
    height: 4rem;
    text-align: center;
    font-size: 3rem!important;
    background-color: rgba(255,255,255,.6)!important;
    color: #000000!important;
    box-shadow: 0rem 0rem 0.2rem 0.1rem rgba(0,0,0,0.2)!important;
    margin: 0 auto;
    transition: 0.4s;
}

.light-owl-nav .owl-nav .owl-prev:hover , .light-owl-nav .owl-nav .owl-next:hover {
    background-color: rgba(255,255,255,0.95)!important;
    box-shadow: 0rem 0rem 0.2rem 0.1rem rgba(0,0,0,0.4)!important;
}


.dark-owl-nav .owl-nav .owl-prev {
    right: 0;
    position: absolute;
    top: Calc(50% - 2rem);
    width: 2rem;
    height: 4rem;
    text-align: center;
    font-size: 3rem!important;
    background-color: rgba(0,0,0,.4)!important;
    color: #FFFFFF!important;
    box-shadow: 0rem 0rem 0.2rem 0.1rem rgba(0,0,0,0.2)!important;
    margin: 0 auto;
    transition: 0.4s;
}

.dark-owl-nav .owl-nav .owl-next {
    left: 0;
    position: absolute;
    top: Calc(50% - 2rem);
    width: 2rem;
    height: 4rem;
    text-align: center;
    font-size: 3rem!important;
    background-color: rgba(0,0,0,.4)!important;
    color: #FFFFFF!important;
    box-shadow: 0rem 0rem 0.2rem 0.1rem rgba(0,0,0,0.2)!important;
    margin: 0 auto;
    transition: 0.4s;
}

.dark-owl-nav .owl-nav .owl-prev:hover , .dark-owl-nav .owl-nav .owl-next:hover {
    background-color: rgba(0,0,0,0.95)!important;
    box-shadow: 0rem 0rem 0.2rem 0.1rem rgba(0,0,0,0.4) !important;
    transition: 0.4s;
}

.content-wrapper {
    box-shadow: 0rem 0rem 0.2rem 0.1rem rgba(0,0,0,0.1);
}

.lazyload-wrapper{

}

.lazyload {
    padding: 1rem 0rem 0rem 0rem;
}

.lazyload-item-wrapper {
    padding: 2rem;
    height: 100%!important;
    width: 100%!important;
}

/*
    start brand lazy load
*/


.brand-part {
  /* background-color: #96e4a0; */
  background-color: #c5c5c1;
}

.donbal{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}


/* .circle{
  background-color: rgb(24, 224, 57);
  padding: 4px 5px;
} */

.cc{
  /* border: 5px solid red; */
  border-style: solid;
  border-width: 3px;
  border-color: #f03e08;
}

.brand-item  img{
  max-width: 9rem!important;
  max-height: 9rem!important;
  border-radius: 50%;
}

.brand-item h4{
text-align: center;
font-size: 1rem;
color: #000000;
}


/*
 *----------------------------------------------------------------------------------------------------------------------
 * header content
 *----------------------------------------------------------------------------------------------------------------------
 */

.content-header {
    border-bottom: 1px solid #efefef;
}

.content-header-title {
    font-size: 1rem;
    font-weight: bold;
}

.content-header-title-small {
    font-size: 0.8rem;
}

.content-header-title span{
    border-bottom: 2px solid #ff253a;
    padding: 0.3rem;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.3);
}


.content-header-link *{
    text-decoration: none;
    color: #666666;
}

.content-header-link a:hover{
    text-decoration: none;
    color: #111111;
    transition: 0.4s;
}


/*
 *----------------------------------------------------------------------------------------------------------------------
 * product
 *----------------------------------------------------------------------------------------------------------------------
 */

.product-wrapper {

}

.filters span{
    font-size: 0.8rem;
}

.filters .badge {
    font-size: smaller;
    padding-top: 0.4rem;
}

.sort {

}

.sort .btn {
    font-size: 0.8rem;
}

.sort span{
    font-size: 0.8rem;
}


.main-product-wrapper > section {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    border-bottom: 1px solid #efefef;
    border-right: 1px solid #efefef;
    border: 1px solid #efefef;
}

.main-product-wrapper .pagination {

}

.main-product-wrapper .page-item {
    margin: auto 0.4rem;
}

.main-product-wrapper .page-link {
    border-radius: 0.25rem;
    border: none;
    color: #111111;
    background-color: #efefef;
}

.main-product-wrapper .active .page-link {
    background-color: #0dcaf0;
}

.product {
    height: 100%;
    position: relative;
    border-radius: 0.25rem;
    background-color: #FFFFFF;
    transition: 0.4s;
}

.swal2-html-container {
  text-align: center;
}


/* toast wrapper */
.toast-wrapper {
		position: fixed;
		z-index: 9999;
		top: 3rem;
		left: 0;
		width: 26rem;
		max-width: 80%;
		padding: 2rem;
}

.toozih a:hover{
  color: #3dbbec!important;
  padding-top : 100px !important;
}

.product:hover {
    z-index: 99;
    box-shadow: 0rem 0rem 0.4rem 0.1rem rgba(0,0,0,0.1);
    transition: 0.4s;
}

.product-link {
    text-decoration: none;
    display: block;
    color: #000000;
    padding: 0.6rem;
}

.product-link:hover {
    color: #000000;
}

.product-image {
  display: flex;
  justify-content: center;
  justify-items: center;
  max-height: 170px;
  overflow: hidden;
  margin-bottom: 1rem;
  padding: 0rem;
  background-size: cover;

}

.product-image img {
  display: block;
  width: 100%;
  max-width: 320px;
  border-radius: 0.25rem;
  background-size: cover;
}


.product-colors {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.2rem;
}

.product-colors-item {
    display: block;
    width: 0.6rem;
    height: 0.6rem;
    margin-bottom: 0.2rem;
    border-radius: 50%;
    border: 1px solid #dedede;
}


.product-name {
    /*text-align: center;*/
    padding: 0rem;
    margin-bottom: 1rem;
    line-height: 1.5rem;
    height: 1.5rem;
    overflow: hidden;
}

.product-name * {
    font-size: 1rem;
    text-decoration: none;
    line-height: 1.5rem;
}

.product-price-wrapper {
    height: 3.2rem;
    justify-items: center;
}

.product-price {
    margin-top: 10px!important;
    margin-bottom: 20px!important;
    padding: 0rem;
    font-size: 1rem;
    text-align: right;
}

.product-discount {
    padding: 0rem;
    text-align: left;
    margin-bottom: 0.4rem;
}

.product-discount-amount {
    font-size: 0.7rem;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #ff253a;
    padding: 0.4rem 0.2rem 0.2rem 0.4rem;
    margin: 0rem 0.4rem 0rem 0rem;
    border-radius: 0.25rem;
}

.product-old-price {
    text-decoration: line-through;
    font-size: 0.7rem;
    color: #888888;
    padding: 0.2rem;
}

.product-add-to-compare{
    position: absolute;
    top: 2.5rem;
    left: 0.5rem;  
    padding-top: 0.7rem;
}

.favorite-products button i{
  margin-left: 0.2rem!important;
  margin-right: 0.2rem!important;
}
.product-add-to-cart a{
    text-decoration: none;
    background-color: rgba(255,255,255, 0.2);
    padding: 0.2rem 0.4rem 0rem 0.4rem;
    color: rgba(0,0,0,1);
    box-shadow: 0rem 0rem 0.4rem 0.1rem rgba(0,0,0,0.1);
    border-radius: 0.25rem;
    transition: 0.4s;
}

.product-add-to-cart-active, .product-add-to-cart a:hover {
    background-color: rgba(255,255,255, 1)!important;
    color: #ff253a!important;
    text-decoration: none;
    transition: 0.4s;
}

.product-add-to-favorite {
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
    padding-top: 0.5rem;
}

.product-add-to-favorite button i{
  margin-left: 0.1rem;
  margin-right: 0.1rem;
}

.product-add-to-favorite a{
    text-decoration: none;
    background-color: rgba(255,255,255, 0.2);
    padding: 0.2rem 0.4rem 0rem 0.4rem;
    color: rgba(0,0,0,1);
    box-shadow: 0rem 0rem 0.4rem 0.1rem rgba(0,0,0,0.1);
    border-radius: 0.25rem;
    transition: 0.4s;
}

.product-add-to-favorite-active, .product-add-to-favorite a:hover {
    background-color: rgba(255,255,255, 1)!important;
    color: #ff253a!important;
    text-decoration: none;
    transition: 0.4s;
}


.city{
  font-size: 12px;
  position: absolute;
  top: 11rem;
  left: 0;
  padding: 0.2rem;
  background-color:  rgb(154, 231, 1); 
  color: #000;
}

.code{
  padding: 0.2rem;
  position: absolute;
  top: 10.8rem;
  right : 0;
  padding: 0.2rem;
  background-color: rgb(154, 231, 1);
}

.discount{
  position: absolute ;
  width: 30%;
  top: 1rem;
  left: 0;
  padding-left: 0;
  overflow: hidden;
  /* transform: skewY(-50deg); */
  /* -webkit-transform: skewX(20deg);
  -moz-transform: skewX(20deg);
  -ms-transform: skewX(20deg);
  -o-transform: skewX(20deg); */
}

.propertice .city{
  margin-left: 10px!important;
  margin-top: -20px!important; 
}

.propertice .code{
  margin-top: -23px!important;
  margin-right: 10px!important;
}

.productspropertice .city{
  margin-left: 5px!important;
  margin-top: -21px!important;
}

.productspropertice .code{
  margin-right: 5px!important;
  margin-top: -21px!important;
}


/*
 *----------------------------------------------------------------------------------------------------------------------
 * footer
 *----------------------------------------------------------------------------------------------------------------------
 */


.footer {
    border-top: 1px solid #dedede;
}

.footer-shop-features {
    padding-bottom: 3rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid #dedede;
}

.footer-shop-features-item {
    text-align: center;
}

.footer-shop-features-item img {
    height: 3.5rem;
}

.footer-shop-features-item section {
    margin-top: 1.4rem;
    font-size: 0.8rem;
}

.footer-intro{
    line-height: 2rem;
    font-size: 0.8rem;
}

.contact-with a:hover{
  color: #12dbdb !important;
}

.footer-touckan{
  /* font-family: AFSANEH!important; */
  word-spacing: 2px;
  font-size: 13px;
}

.footer-intro a::hover{
  color: #12dbdb !important;
}

.contact-with-us a:hover{
  color: #12dbdb !important;
}


/* شروع خانه رویایی */
  
 li {
  list-style-type: none;
} 
a {
  text-decoration: none;
  color: #333;
}

 html{
  scroll-behavior: smooth;
}

.container{
    max-width: 1240px;
    margin: auto;
    padding: 0 8px;
}  


/* start top bar */


/* .top-bar{
  width: 100%;
  height: 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  border-bottom: 1px solid #eeeeee;
}

.top-bar .intro{
  grid-column: 2;
  justify-self: center;
}

.top-bar p{
  justify-self: end;
} */

/* end top bar */

/* start bnavbar */

/* .navbar{
  width: 100%;
  min-height: 80px;
  border-bottom: 1px solid #eee;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
} */

.top-header h1{
  font-family: shahr!important;
  word-spacing: 2px;
  font-size: 35px;
  /* font-weight: bolder!important; */
  /* margin-top: 0.6rem; */
  margin-right: 0.5rem;
  margin-top: -10%;
  color: #1bcc15;
}

.top-header h2{
  font-family: shahr!important;
  font-size: 30px;
  font-weight: bold;
  word-spacing: 2px;
  letter-spacing: 2px;
  margin-right: 0.5rem;
  margin-top: -5px;
  color: #ffffff;
}

.humberger{
  color: #13d152 !important;
  text-decoration: none;
  border-style: none;
  left: 0;
  margin-left: 0;
  padding-left: 0;
  float: left;
}

.jalali{
  font-size: 12px;
}


.call{
  position: fixed;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color:  #d61d1d  ;
  cursor: pointer;
  z-index: 10000;
  bottom: 15%;
  margin-right: 13px;

}

.call i{
  margin-top: 8px;
  margin-right: 13px;
  font-size: 50px;
  color: #e4d8d8;
  z-index: 1000;
  cursor: pointer;
   /* transform: skewY(180deg);  */
}

.customercall{
position: fixed;
background-color: #aaadab;
width: 250px;
height: 250px;
z-index: 1000000;
}
.customercall .icon{
  padding-left: 10px;
}

.customercall img{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 2px;
}

.headCall{
  background-color: #ecf0ed;
}

.insta{
  /* border: 5px solid red; */
  border-style: solid;
  border-width: 2px;
  border-color: #f03e08;
  margin-right: 5px; 
  z-index: 1000000;

}

.customerinfo{
  padding-top: 5px!important;
}

.line{
  padding-top: 0px;
  padding-bottom: 0px;
  color: #f8f9fa !important;
}

.relation{
font-size: 15px;
padding-top: 10px;
padding-right: 40px;
}

.customername{
  margin-right: 10px;
  font-size: 15px;
}

.zarbdar{
  margin-left: 5px;
  margin-top: 5px;
  float: left;
  font-size: 30px;
  z-index: 989565656;
  cursor: pointer;
}

.zarbdar::hover{
  cursor: pointer;
}

.customercall button{
  left: 0!important;
  margin-right: 100%;
}

.contact{
bottom: 0;
display: flex;
position: fixed;
width: 100%;
height: 80px;
background-color: #302e2e;
z-index: 99999;
}

.contact a{
  color: #13d152;
  display: block;
}

.contact i{
  font-size: 1.5rem;
  margin-right: 30%;
  margin-left: 30%;
  color: #f4f8f5;
}

.contact .AB{
  margin-right: 3px;
}

.contact .AD{
  margin-left: 5%;
}

.wrapper {
  min-height : calc(100vh - 30px);
  padding: 10px;
}

/* start logo */

.logo img {
  width: 60px;
  height: 60px;
  /* background-color: #13d152; */

}

/* end logo */

/* .search{
  justify-self: center;
  width: 100%;
}
.search form{
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 300px;
  margin: auto;
  width: 100%;
  padding: 8px 12px;
  border-radius: 15px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
}

.search input{
  background: transparent;
  border: none;
  font-size: 1rem;
}

.search input:focus{
  outline: none;
}

.search i{
  font-style: 1rem;
  color: #ff385c;
}

.search button{
    border: none;
    background: transparent;
}

.menu{
  justify-self: end;
}

.nav-menu{
  display: flex;
}

.nav-menu li{
  padding-right: 1rem;
  font-size: .8rem;
}

.mobile{
  display: none;
  cursor: pointer;
} */

/* sort */

/* .sort-bar{
  display: flex;
  justify-content: space-between;
  padding: 1rem 0;
  color: #5e5e5e;
}

.sort-bar div{
  text-align: center;
}

.sort-bar i{
  font-size: 1.2rem;
}

.sort-bar p{
  font-size: 12px;
} */

/* listings */


.listings{
    margin: 1rem 1rem;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}
.listings .card{
  width: 100%;
  font-size: .9rem;
  border-radius: 15px;
  background-size: cover;
  background-position: center; 
  background-color: #ffffff!important;
}

.listings .card a{
margin: 0%;
padding: 0%;
}

.listings .card-title{
  display: flex;
  justify-content: space-between;
  font-size: 11px;
}

.listings .card-title .earth{
  font-size: 15px;
}

.listings .card-title .instroctionyear{
  font-size: 15px;
}

.card-title{
  margin-bottom: 2px!important;
}

.card-title{
  margin-top: 2px!important;
}

.listings img{
  width: 100%;
  height: 200px;
  /* object-fit: cover; */
  border-radius: 15px 15px 0px 0px;
}

.listings p{
  padding-bottom: 4px;
}


/* featured */
/* 
.featured{
  width: 100%;
  padding: 4rem 0;
}

.featured .title{
    padding: 1rem 0;
}

.featured h1{
  border-bottom: 4px solid #ff385c;
  display: inline;
}

.featured-wrapper{
  --gap:1rem;
  --num-cols: 5;
  --row-height:200px;
  display: grid;
  grid-template-columns: repeat(var(--num-cols),1fr);
  grid-auto-rows: var(--row-height);
  gap: var(--gap);
}

.featured img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

.featured .main{
  grid-column: span 3;
  grid-row: span 2;
}

/* center */
.center{
  display: flex;
}

.center a{
  margin: auto;
  font-size: 2rem;
} */

/* footer */
/* 
.footer{
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #eee;
  padding: 1rem 0;
}

.footer .right-menu, .footer .left-menu{
  display: flex;
}

.footer .right-menu li{
  padding-left: 1rem;
}

.footer .left-menu li{
  padding-right: 1rem;
} */

@media screen and (max-width: 940px){

  .lightbox .img-box .lightbox-img{
    width: 100% !important;
    height: 100% !important;
  }

  .card-footer img{
    display: block;
    }
    
      /* .top-bar{
        display: flex;
        align-items: center;
        justify-content: space-between;
      } */

      /* .navbar{
        grid-template-columns: repeat(2, 1fr);
        border-bottom: none;
      } */
/*       
      .navbar .search{
        width: 100%;
        padding: 10px 0;
        order: 3;
        grid-column: span 2;
      }
      .search form{
        max-width: 100%;
      }
      .nav-menu{
        position: fixed;
        left: -100%;
        background-color: #fff;
        flex-direction: column;
        top: 80px;
        height: 100%;
        width: 100%;
        transition-duration: .3s;
        padding-top: 1rem;
      }

      .mobile{
        display: block;
      }
      .nav-menu.active{
        left: 0;
      }
      .nav-menu li{
        font-size: 1.2rem;
        padding: 1rem;
      } */
      .sabteagahi{
        display: none !important;
      }
      
      .fav-price{
        display: none !important;
        }
      .compare-products{
        position: absolute;
        top: 2.5rem;
        left: 0.1rem;  
        padding-top: 0.7rem;
      }
      .foooooo{
        margin-bottom : 100px;
      }

      .listings{
        grid-template-columns: repeat(3, 1fr);
      }
      .taghier{
        display: none;
      }
      .listings{
        margin-top: -5%;
      }

      .taghier-taghier{
        display: none;
      }
      .saleproduct{
        position: absolute;
        top: 21rem!important;
        left: 30%!important;
        padding: 0px;
        border: 8px solid red;
        border-radius: 5px;
        transform: skewY(-15deg);
        background: none !important;
      }
}


@media screen and (max-width: 680px) {

  .lightbox .img-box .lightbox-img{
    width: 100% !important;
    height: 100% !important;
  }

  .sabteagahi{
    display: none !important;
  }
  
  /* .team .team-item .team-item-img img{
    left: -22%!important;
  } */

  .fav-price{
    display: none !important;
  }

  .compare-products{
    position: absolute;
    top: 2.5rem;
    left: 0.1rem;  
    padding-top: 0.7rem;
  }

  .top-bar .intro{
    font-size: .8rem;
  }
  .foooooo{
    margin-bottom : 100px;
  }
  .top-bar p{
    font-size: .8rem;
  }
  .listings{
    margin-top: -10%;
    grid-template-columns: repeat(1, 1fr);
  }
  .listings .card{
    margin-top: -4%;
    border-radius: 0px;
  }
  
  .taghier{
    display: none;
  }

  .taghier-taghier{
    display: none;
  }

  .product-add-to-favorite {
    top: 1rem;
}

/* .favorite{ 
    margin-top: -100px!important;
} */
  .listings img{
    width: 30%;
    height: 70%;
    float: left;
    margin-top: 20px;
    margin-left : 10px;
    /* object-fit: cover; */
    border-radius: 5px 5px 5px 5px;
    background-size: cover !important;
  }

  .product .self{
    position: absolute;
    width: 30%;
    height: 80%;
    object-fit: cover;
    float: left!important;
    left: 0;
}

.product-add-to-favorite{
  z-index: 100;
  left: 2%;
}


.namesize{
  font-size: 14px!important;
}
  .featured-wrapper{
    --gap:1rem;
    --num-cols: 2;
    --row-height:200px;
  }
  .featured .main{
    grid-column: span 2;
  }
  .footer .left-menu, .right-menu{
    flex-direction: column;
  }
  .saleproduct{
    position: absolute;
    top: 28rem!important;
    left: 30%!important;
    padding: 0px;
    border: 8px solid red;
    border-radius: 5px;
    transform: skewY(-15deg);
    background: none !important;
  }
  
  .saleproduct button{
    color: #ff253a!important;
    font-size: 10px;
    font-family: Bold !important;
    font-weight: bold;
    }

    .sale{
      position: absolute;
      left: 30%!important;
    }

    .sale button{
    color: #ff253a!important;
    font-size: 20px;
    font-weight: bold;
    font-family: Bold !important;

    }

    .selfsale{
      position: absolute;
      left: 2%!important;
      z-index: 10000;
      top: 3rem!important;
      padding: 0px;
      border: 4px solid red;
      border-radius: 5px;
      transform: skewY(-15deg);
      background: none !important;
    }
    
    .selfsale button{
      font-family: Bold !important;
      color: #ff253a!important;
      font-size: 12px;
      font-weight: bold;
      }

    .saleproooo{
    display: none;    
    }

}

@media screen and (max-width: 400px) {

  .lightbox .img-box .lightbox-img{
    width: 100% !important;
    height: 100% !important;
  }

  .card-footer img{
    display: block;
    }
    
  .sabteagahi{
    display: none !important;
  }
  
  .fav-price{
    display: none !important;
  }

  .compare-products{
    position: absolute;
    top: 2.5rem;
    left: 0.1rem;  
    padding-top: 0.7rem;
  }

  .taghier{
    display: none;
  }

  .foooooo{
    margin-bottom : 100px;
  }

  .saleproduct{
    position: absolute;
    top: 28rem!important;
    left: 30%!important;
    padding: 0px;
    border: 8px solid red;
    border-radius: 5px;
    transform: skewY(-15deg);
    background: none !important;
  }

  /* .listings{
    grid-template-columns: repeat(1, 1fr);
  }
  .featured-wrapper{
    --num-cols: 1;
  }
  .featured .main{
    grid-column: span 1;
  } */
} 



/* پایان بخش خانه رویایی */



/* start team */

/* team */
.team{
    background: #f8f8f8;
  }
  .team .team-item{
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    background: #f8f8f8;
    box-shadow: 0 0 10px #f8f8f8;
    border-radius: 5px;
    /* -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px; */
  }
  
  .team .team-item .team-item-img img{
    text-align: center;
    bottom: -20px;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    /* -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0; */
  }
  
  .team .team-item .team-item-img ul{
  position: relative;
  display: inline-flexbox;
  float: left;
  /* right: 55%;  */
  bottom: -1px;
  opacity: 0;
  visibility: hidden;
  }
  
  .team .team-item:hover .team-item-img ul{
    opacity: 1;
    visibility: visible;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
  }

  .team .team-item:hover .team-item-img ul li{
    margin-top: 5px;
  }

  
  /* .team .team-item:hover{
    background: rgba(172, 129, 131, 0.616);
  } */
  .team .team-item .team-item-img ul li i{
    color: #fff;
    width: 30px;
    height: 30px;
    background: rgba(71, 7, 7, 0.986);
    padding: 8px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
  }



/* end team */

.card-text{
	font-weight: bolder;
	color: #1db851;
}

.useranswer{
	font-size: 15px;
	color: #0d0e0d!important;
}

.sale{
  position: absolute;
  font-family: Bold !important;
  letter-spacing: 1px;
  top: 4rem;
  left: 20%;
  padding: 0px;
  border: 8px solid red;
  border-radius: 5px;
  transform: skewY(-15deg); 
  background: none !important;
}

.sale button{
color: #ff253a!important;
font-size: 20px;
font-weight: bold;
}

.saleproduct{
  position: absolute;
  top: 21rem;
  left: 75%;
  padding: 0px;
  border: 8px solid red;
  border-radius: 5px;
  transform: skewY(-15deg); 
  background: none !important;
}

.saleproduct button{
  font-family: Bold !important;
  color: #ff253a!important;
  font-size: 25px;
  font-weight: bold;
  }

.sidebar-brand-wrapper
{
  width: 100%;
  height: 120px;
  overflow-y: scroll;
}

.main-body{
 background-color : #c5c5c1 !important;
}

.page-contact{
 width: 100%;
 height:100%;
}

.page{
  width: 100%;
  height: 200px;
  margin-top: 20px !important;
  padding-top: 20px !important;
  /* background: #f8f8f8; */
  box-shadow: 0rem 0rem 0.2rem 0.1rem rgba(0,0,0,0.2)!important;
  border-radius: 5px ;
  -webkit-border-radius: 5px ;
  -moz-border-radius: 5px ;
  -ms-border-radius: 5px ;
  -o-border-radius: 5px ;
}

.page img{
  width: 100px;
  height: 100px;
  border-radius:100%;
  -webkit-border-radius:100%;
  -moz-border-radius:100%;
  -ms-border-radius:100%;
  -o-border-radius:100%;
  margin-right: 0px !important;
}

.page-map{
  width: 100%;
  height: 400px;
  padding-bottom: 50px !important;
}

/* page-about */

/* .page-discription{
height: 500px;
} */

.zero-price{
  font-size: 10px!important;
} 

.azikhmakh{
  width: 26rem;
  max-width: 80%;
  position: fixed;
  /* z-index: 100000000; */
  bottom:30%;
  left: 0%;
}


/* .azikhmakh2 a{
  display: inline-block;
  pointer-events: none;
} */

/* a {
  display: inline-block;
  pointer-events: none;
} */


.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Create four equal columns that floats next to eachother */
.column {
  float: left;
  width: 25%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1000000000000;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}


/* .tanzim{
  background-repeat: no-repeat;
  background-size: contain;
} */

/* Hide the slides by default */
.mySlides {
  height: 100% !important;
   display: none;
 }
 
 .mySlides img{
   /*height: 500px !important;*/
   height: 100% !important;
   /* background-repeat: no-repeat !important;
   background-size: 100% !important; */
   background-size: cover !important; 
 }
/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  left: 0;
  border-radius: 3px 0 0 3px;
}

.prev {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Caption text */
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

img.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* .bozorgnamayee i{
  position: absolute;
  top: -10px;
  left: 10px;
  color: #d81616;
  font-size: 25px;
  opacity: 0;
} */

.bozorgnamyee{
  margin-top: -10%;
  margin-right: 10px;
  color:rgb(230, 227, 227);
  z-index:100000000000;
  position: relative;
 
}

.bozorgnamyee.close{
display: none !important;
}

/* .content-wrapper{
  width: 100% !important;  
  height: 400px !important;  
} */

.last{
  width: 100% !important;  
  height: 250px !important;  
  background-size: cover;
}



/* work */

.work{
  width: 100%;
}

/* .work h4{
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 10px;
  font-weight: bold;
} */

/* .work h4::before{
  content: '';
  position: absolute;
  bottom: 0;
  width: 50px;
  height: 2px;
  background: #FF8F00;

} */

.work .work-item{
  margin-top: 20px;
}
.work .work-item-inner {
  position: relative;
  margin-top: 20px;
  height: 300px;
  /* overflow: hidden; */
}
.work .work-item .work-item-inner{
  height: 300px;
  width: 100%;
}

.work .work-item img{
  width: 100% !important;
  height: 100% !important;
}

/* .work .work-item:hover img{
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
} 

/* .work .work-item span{
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
} */
/* .work .work-item:hover span{
  background: rgba(0, 0, 0, 0.8);
} */
/* .work .work-item span svg{
  position: absolute;
  top: 10px;
  left: 10px;
  color: #fff;
  font-size: 25px;
  opacity: 0;
  transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
} */

/* .work .work-item span p{
  position: absolute;
  bottom: 10px;
  right: 150px;
  color: #fff;
  font-size: 20px;
  opacity: 0;
  transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
} */

/* .work .work-item:hover svg,
.work .work-item:hover p{
  opacity: 1;
} */

/* .work .work-item:hover p{
  transform: translateX(80px);
  -webkit-transform: translateX(80px);
  -moz-transform: translateX(80px);
  -ms-transform: translateX(80px);
  -o-transform: translateX(80px);
} */


/* lightbox */

.lightbox{
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgb(0, 0, 0);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 100000000;
  overflow: hidden; 
}

.lightbox.open{
  display: inline-flex;
}

.lightbox .img-box{
  width: 100%;
  height: 100%;
  /* padding: 60px 0; */
  padding-top: 60px;
  position: relative;
  display: flex;

}

.lightbox .img-box .close{
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100000000;
}
.lightbox .img-box .close svg{
  font-size: 25px;
  color: #fff;
  cursor: pointer;
}
.lightbox .img-box .lightbox-img{
  width: 400px;
  height: 500px;
  margin: 60px auto !important;

  /* background-size: cover; 
  overflow: hidden; 
  background-repeat: no-repeat;  */
}


/* .lightbox .img-box .lightbox-caption{
  display: flex;
  justify-content: space-between;
  align-items: center;
 color: #fff;
}
.lightbox .img-box .lightbox-control{
  position: absolute;
  top: 10%;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  color: #Fff;
  
  font-size: 30px;
 
} */

/* .lightbox .img-box .lightbox-control .next{
  position: absolute;
  right: 30px;
  cursor: pointer;
  width: 20%;

  height: 100%;
  display: flex;
  align-items: center;
}

.lightbox .img-box .lightbox-control .prev{
  position: absolute;
  left: 30px;
  cursor: pointer;
  width: 20%;
  height: 100%;
  justify-content: flex-end;
  display: flex;
  align-items: center;
} */

/* .lightbox .img-box .lightbox-control .next svg,
.lightbox .img-box .lightbox-control .prev svg{
  width: 40px;
  height: 40px;
}

.lightbox .img-box .lightbox-control .next:hover svg,
.lightbox .img-box .lightbox-control .prev:hover svg{
  background: rgba(0, 0, 0, 0.7);
} */

.grabbing {
  cursor : grabbing;
}


.notfound{
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}

.notfound img{
  width: 50%;
  height: 50%;
}