/*
Theme Name: lahiji
Description:  official website
Design by Farzin Mojaver
Designer URI: https://www.linkedin.com/in/farzin-mojaver-a687871a7/
Developed by Farzin Mojaver
Developer URI: https://www.linkedin.com/in/farzin-mojaver-a687871a7/
Version: 2.0
*/

@font-face {
    font-family: ray;
    font-style: normal;
    font-weight: normal;
    src: url('fonts/Ray.ttf') format('truetype');	 
}
@font-face {
    font-family: ray;
    font-style: normal;
    font-weight: normal;
    src: url('fonts/Ray-Light.ttf') format('truetype');	 
}
@font-face {
    font-family: ray;
    font-style: normal;
    font-weight: bold;
    src: url('fonts/Ray-Bold.ttf') format('truetype');	 
}

/***************************************************
				General
***************************************************/
body {
    width: 100%;
	padding:0;
	margin:0;
	-webkit-font-smoothing: antialiased;
    font-family: 'ray';
	font-size:16px;
	-webkit-text-size-adjust: 100%;
	background:#fff !important;
	direction:ltr;
    scroll-behavior: smooth;
    color: #418daf;
}
body.rtl {
 
}
* {
    cursor: none !important;
    outline: none;
}
ul {
	margin:0;
	padding:0;
}
li {
	list-style:none;
    color: #418daf;
}
a {
    font-size:16px;
    color: #418daf;
}
a:link {
	text-decoration: none;
    color:#000;
}
a:visited {
	text-decoration: none;
    color:#000;
}
a:focus,
a:hover {
	text-decoration: none;
    color:#000;
}
a:active {
	text-decoration: none;
    color:#000;
}
a[href^=tel]{
	color:inherit;
	text-decoration:none;
}
input, textarea {

    font-family: 'ray';
    font-size:1em;
}
body.rtl input,
body.rtl textarea {
 
}
textarea:focus, input:focus{
	outline: 0;
 
}
body.rtl input:focus,
body.rtl textarea:focus {
 
}
::-webkit-input-placeholder {
	color: #C1CDD8;
    font-family: 'ray';
}
:-moz-placeholder { /* Firefox 18- */
	color: #C1CDD8;
    font-family: 'ray';
}
::-moz-placeholder {/* Firefox 19+ */
	color: #C1CDD8;
    font-family: 'ray';
}
:-ms-input-placeholder {
	color: #C1CDD8;
    font-family: 'ray';
}
figure {
    margin: 0;
}
img {
	border:0;
	border:none;
    outline: none;
}
figure img {
	width: 100%;
    height: auto;
}
span,
p {
    font-size:16px;
    color: #418daf;
}
span {
 
    font-size:16px;
}
body.rtl span {
 
}
iframe {
	border:none;
}
.clear{
	clear:both;
}
.loader {
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	right:0;
	z-index:999999;
	background:#fff;
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
}
.js {
    width:100%;
    height: auto;
    display: inline-block;
    overflow: hidden;
} 
.loader-wrap {
    width: 100px;
    height: auto;
}
.loader-wrap svg {
    margin-bottom: 40px;
}
body.loaded .loader:before {
    animation: scaleIn 1.3s ease-in 0.2s forwards;
}
@keyframes scaleIn {
  100% {
      transform: scaleX(1);
  }
}
body.loaded .loader {
    animation: fadeOut 1s ease-in 1.3s forwards;
}
@keyframes fadeOut {
  100% {
      opacity: 0;
      z-index: -1;
  }
}
body.loaded .main {
    animation: fadeIn 1s ease-in 0.7s forwards;
}
@keyframes fadeIn {
  0% {
      opacity: 0;
      transform: translateY(40px);
  }
  100% {
      transform: translateY(0);
      opacity: 1;
  }
}
body.loaded .header {
    animation: slideDown 1s ease-in 0.7s forwards;
}
@keyframes slideDown {  
  0% {
      opacity: 0;
      transform: translateY(-40px);
  }
  100% {
      transform: translateY(0);
      opacity: 1;
  }
}
.cursor {
    position: fixed;
    opacity: 0;
    pointer-events: none;
    width: 21px;
    height: 21px;
    background-color: #E2DDCF;
    border:3px solid #418DAF;
    outline:  1px solid rgb(255,255,255, 0.1);
    transition: transform .3s ease, width .3s ease, height .3s ease;
    transform: translate(-50%, -50%);
    z-index: 99999;
    border-radius: 50%;
}
.cursor:after,
.cursor:before {
    content: '';
    width: 21px;
    height: 21px;
    transition: left .3s ease;
    position: absolute;
    left: 0;
}
.cursor-effect {
    width: 11px;
    height: 11px;
}
.cursor-drag {
    width: 11px;
    height: 11px;
    background-color: #fff;
    border:3px solid #E2DDCF;
    outline:  1px solid #E2DDCF;
}
.cursor-drag:after,
.cursor-drag:before {
    content: '';
    width: 26px;
    height: 21px;
    position: absolute;
    top:18px;
}

.cursor-drag:after {
    top:-10px;
    left: -40px;
    border-top: 4px solid #83BDCC;
    border-left: 4px solid #83BDCC;
    border-bottom: 4px solid #83BDCC;
    border-radius: 15px 0 0 15px  ;
}
.cursor-drag:before {
    top:-10px;
    left: 20px;
    border-top: 4px solid #418DAF;
    border-right: 4px solid #418DAF;
    border-bottom: 4px solid #418DAF;
    border-radius: 0 15px 15px 0;
}
/***************************************************
				header
***************************************************/
header {
    width: 100%;
    height: 40px;
    position: absolute;
    top:0;
    left: 0;
    background: #fff;
    z-index: 9999;
    padding-bottom: 10px;
    transition: all .1s ease;
}
header.fixed {
    position: fixed;
}
header.actv {
    position: fixed;
}
.header-wrap {
    width: -moz-calc(100% - 80px);
    width: -webkit-calc(100% - 80px);
    width: -o-calc(100% - 80px);
    width: calc(100% - 80px);
    height: 40px;
    max-width: 1015px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    padding-top: 4px;
    padding-bttom: 2px;
}
header .logo {
    display: block;
    position: relative;
    width:200px;
    margin: 5px auto 0 auto ;
    z-index: 10;
}

header .logo img {
    width: 100%;
    height: auto;
}
.lang {
    width: 40px;
    height: 40px;
	z-index:9999;
}
.lang .wpml-ls-legacy-list-vertical a {
	padding:10px;
}
.lang .wpml-ls-legacy-list-vertical a span {
	color:#418daf;
    font-size: 20px;
}
/***************************************************
				burger
***************************************************/
.burger {
    width:32px;
    height: 28px;
    overflow: hidden;
    z-index: 9999;
}

.burger div {
    width: 100%;
    height: 3px;
    position: relative;
}
.burger div:nth-child(3):after,
.burger div:nth-child(3):before,
.burger div:nth-child(1):after,
.burger div:nth-child(1):before {
    width: 60%;
    height: 3px;
    content: '';
    background: #83bdcc;
    position: absolute;
    top:0;
    right:0;
    transition: all .3s ease;
}

.burger div:nth-child(3):after,
.burger div:nth-child(1):after {
    right: inherit;
    left: 0;
}
.burger div:nth-child(2) {
    margin: 9px 0;
    background: #83bdcc;
}

.burger.actv  div:nth-child(3):after,
.burger.actv  div:nth-child(3):before,
.burger.actv  div:nth-child(1):after,
.burger.actv  div:nth-child(1):before {
    transform: rotate(-45deg);
    background: #418daf;
}

.burger.actv  div:nth-child(1):after,
.burger.actv  div:nth-child(1):before {
    top:6px;
}
.burger.actv div:nth-child(3):before,
.burger.actv div:nth-child(1):after {
    transform: rotate(45deg);
}
.burger.actv div:nth-child(3):before,
.burger.actv div:nth-child(3):after {
    top:-5px;
}
.burger.actv div:nth-child(2) {
   opacity: 0;
}

/***************************************************
				nav
***************************************************/
.overlay {
    width: 100%;
    height: 0;
    position: fixed;
    top:0;
    background: #fff;
    z-index: 999;
    transition: all .3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.overlay-wrap {
    width: 277px;
    height: 370px;
    margin: 0 auto;
    max-width: 500px;
    position: relative;
	display:block;
    background-image: url('images/footer.svg');
    background-size: 1200px;
    background-position: center top;
    border: .5px solid #418daf;
    border-bottom: none;
}
.overlay.actv {
    height: 100vh;
}
.overlay .product-nav,
.overlay nav {
    width: 184px;
    height: 184px;
    overflow: hidden;
    transition: all .3s ease;
    transition-delay: .6s;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
    margin: 47px auto 0 auto;
    background: #fff;
    border: .5px solid #418daf;
}
.overlay nav.dactv,
.overlay .product-nav {
	display:none;
}
.overlay .product-nav.actv {
	display:flex;
}
.product-nav li,
nav li {
    width: 100%;
    list-style: none;
    position: relative;
    overflow: hidden;
}
.product-nav li a,
nav li label,
nav li a {
    width: fit-content;
    font-size: 20px;
    color: #418daf !important;
    text-decoration: none;
    transition: all .3s ease;
    transition-delay: 1s;
    display: block;
    margin: 0 20px 0 0 ;
    float: right;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight:bold;
}
.product-nav.rtl  li a,
body.rtl nav li a {
    font-size: 22px;
	font-weight:bold;
}
.nav-back,
.social-media{    
    width: 184px;
    height: 45px;
    position: absolute;
    left: 50%;
    bottom: 48px;
    transform: translateX(-50%);
    display: flex;
    justify-content: flex-start;
    z-index: 99;
    margin: 0;
    padding: 0;
}
.nav-back {
	display:none;
}
.nav-back.actv {
	display:flex;
}
.nav-back li,
.social-media li {
    width: 0;
    height: 0;
    width: 45px;
    height: 45px;
    background: #fff;
    border: .5px solid #418daf;
    float: right;
    list-style:none;
    overflow: hidden;
    transform-origin: center;
    transition: all .3s ease;
    transition-delay: 1s;
}
.overlay.actv .nav-back li,
.overlay.actv .social-media li {
    width: 45px;
    height: 45px;
}
.nav-back li label,
.social-media li a {
    width: 37px;
    height: 37px;
    padding: 4px;
    display: block;
}
.nav-back li label,
.social-media li a img {  
    width: 100%;
    height: auto;
    opacity: 1;
    transition: all .3s ease;
}

/***************************************************
				home
***************************************************/
.slider {
    width:100%;
    height: 100vh;
    position: relative;
    z-index: 99;
	background:#fff;
}
.slider li.item {
    width: 100%;
    height: 100vh;
	display:inline-block;
    background-size: cover;
    background-position: center bottom;
	overflow:hidden;
}
.home-about {
    width: -moz-calc(100% - 104px);
    width: -webkit-calc(100% - 104px);
    width: -o-calc(100% - 104px);
    width: calc(100% - 104px);
    height: 363px;
    margin: 80px auto 0 auto;
    padding: 32px 26px 20px 26px;
    /**max-width: 500px;**/
    max-width: 963px;
    position: relative;
	display:block;
    background-image: url('images/footer.svg');
    background-size: 1200px;
    background-position: center top;
    border: .5px solid #418daf;
    border-bottom: none;
}
body.rtl .home-about {
    height: 548px;
}
#about {
    height: auto;
}
#about figure {
    width: -moz-calc(100% - 39px);
    width: -webkit-calc(100% - 39px);
    width: -o-calc(100% - 39px);
    width: calc(100% - 39px);
	background:#fff;
    border: .5px solid #418daf;
	border-bottom:none;
	margin:0 auto;
}
#about img {
    width: -moz-calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    width: -o-calc(100% - 40px);
    width: calc(100% - 40px);
	margin:20px 21px;
}
.home-about h1 {
    background: #fff;
    width: fit-content;
    margin: 14px auto 46px auto;
    padding: 6px 12px 5px 11px;
    border: .5px solid #418daf;
    font-size: 22px;
    font-weight: bold;
    color: #418daf !important;
}
.home-about p {
    width: -moz-calc(100% - 81px);
    width: -webkit-calc(100% - 81px);
    width: -o-calc(100% - 81px);
    width: calc(100% - 81px);
    min-height: 234px;
    font-size: 20px;
    line-height: 26px;
    color: #83bdcc;
    text-align: left;
    margin: 0 auto;
    padding: 21px;
    background: #fff;
    border: .5px solid #418daf;
	border-top:none;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    color: #418daf !important;
}
#about p {
    margin-bottom: 46px;
}
#about p:last-child {
    padding-bottom: 30px;
    margin-bottom: 25px !important;
}
body.rtl .home-about p {
	direction:rtl;	
	text-align:right;
    min-height: 372px;
}
body.rtl #about p:last-child {
    min-height: 364px;
    margin-bottom: 25px;
}
/***************************************************
				home
***************************************************/
main {
    position: relative;
}
main h1 {
    text-align: center;
    margin: 80px auto 40px auto;
 
    font-size: 36px;
    color: #83bdcc;
}
body.rtl main h1  {
    padding: 6px 19px 5px 19px;
}
.section1,
.section2 {
    width:100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
}
.section1 {
    height: 110vh;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.section1 .carpet-wrap {
    max-width: 94%;
    margin-top: -7vh;
    position: relative;
    z-index: 2;
}
.section2 .carpet-wrap {
    max-width: 83vh;
}
.section2 .carpet-wrap {
    transform: rotate(-90deg);
}
.carpet-img-wrap {
    width: 100%;
    max-width: 800px;
    height: 100%;
    position: relative;
}
.carpet-img-wrap img {
    width: 100%;
    height: auto;    
}
.carpet-overlay {
    width:100%;
    height: 85%;
    position: absolute;
    bottom:0;
    left: 0;
    z-index: 1;
    background: #fff;
}
.section1 .carpet-overlay {
    height: 80%;
}
.carpet-overlay-shadowb,
.carpet-overlay-shadow {
    width:102%;
    height: 5%;
    position: absolute;
    bottom:111%;
    left: -1%;
    background-image: linear-gradient(to bottom, #ccc, #777 70%, #ccc);
    opacity: .4;
    overflow: hidden;
    z-index: 1;
    filter: blur(2px);
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,0) 41%, rgba(0,0,0,1) 77%);
}

.carpet-overlay-shadow-wrap {
    width:100%;
    height: 12%;
    position: absolute;
    bottom:100%;
    left: 0;
    z-index: 10;
}
.carpet-overlay-shadowb {
    height: 40%;
    bottom: -38%;
    margin-top:inherit;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0) 41%, rgba(0,0,0,1) 77%);
    opacity: .6;
    filter: blur(8px);
}
.carpet-overlay-roll {
    width:102%;
    height: 12%;
    position: absolute;
    bottom:100%;
    left: -1%;
    background-image: linear-gradient(to bottom, #333, #ccc 70%, #555);
    opacity: .5;
    overflow: hidden;
    z-index: 9;
}

.carpet-overlay-roll-in {
    width: 100%;
    height: 100%;
    background: url(images/dot.png);
    opacity: .3;
}
.carpet-overlay-roll-img {
    width:102%;
    height: 12%;
    position: absolute;
    bottom:100%;
    left: -1%;
    overflow: hidden;
    z-index: 8;
}
.carpet-overlay-roll-img img {
    transform: scaleX(-1);
    opacity: 1;
    transform: translateY(-60%);
    filter: blur(.5px);
}
.carpet-overlay-bug {
    width:102%;
    height: 5px;
    background: #fff;
    position: absolute;
    z-index: 9999;
    left: -1%;
    bottom: 0;
}
.scroll-down {
    bottom: 50px;
    height: 100px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 1;
}
.scroll-down-text {
    color: #d8d8d8;
    font-weight: bold;
}
.scroll-down-bar {
    background: #d8d8d8;
    bottom: 0;
    display: inline-block;
    height: 65px;
    left: 0;
    margin: 0 auto;
    overflow: hidden;
    position: absolute;
    right: 0;
    width: 2px;
}
.scroll-down-bar::before {
    animation: scrollDown 1.5s infinite;
    background: #83bdcc;
    content: '';
    display: inline-block;
    height: 35px;
    left: 0;
    position: absolute;
    top: 0;
    width: 2px;
    z-index: 1;
}
@-moz-keyframes scrollDown {
  0% {
    transform: translate3d(0, -32px, 0);
  }
  50% {
    animation-timing-function: ease-out;
    transform: translate3d(0, 0, 0);
  }
  100% {
    animation-timing-function: ease-in;
    transform: translate3d(0, 65px, 0);
  }
}
@-webkit-keyframes scrollDown {
  0% {
    transform: translate3d(0, -32px, 0);
  }
  50% {
    animation-timing-function: ease-out;
    transform: translate3d(0, 0, 0);
  }
  100% {
    animation-timing-function: ease-in;
    transform: translate3d(0, 65px, 0);
  }
}
@-o-keyframes scrollDown {
  0% {
    transform: translate3d(0, -32px, 0);
  }
  50% {
    animation-timing-function: ease-out;
    transform: translate3d(0, 0, 0);
  }
  100% {
    animation-timing-function: ease-in;
    transform: translate3d(0, 65px, 0);
  }
}
@keyframes scrollDown {
  0% {
    transform: translate3d(0, -32px, 0);
  }
  50% {
    animation-timing-function: ease-out;
    transform: translate3d(0, 0, 0);
  }
  100% {
    animation-timing-function: ease-in;
    transform: translate3d(0, 65px, 0);
  }
}
/***************************************************
				products
***************************************************/
.product-list-wrap {
    width: -moz-calc(100% - 120px);
    width: -webkit-calc(100% - 120px);
    width: -o-calc(100% - 120px);
    width: calc(100% - 120px);
    margin: 20px auto 80px auto; 
}
.filter {
    width: 100%;
    min-height: 138px;
    max-width: 1015px;
    margin: 100px auto 0 auto;
    position: relative;
    z-index: 3;
    background-image: url(images/footer.svg);
    background-size: 1200px;
    background-position: center top;
    border: 0.5px solid #418daf;
    border-top: none;
    margin-bottom: 40px;
}
.filter h1 {
    background: #fff;
    width: fit-content;
    margin: 0 auto 0 auto;
    padding: 6px 54px 5px 54px;
    border: 0.5px solid #418daf;
    font-size: 22px;
    font-weight: bold;
    color: #418daf !important;
    transform: translateY(-1px);
    border-top: 1px solid #fff;
}
body.rtl .filter h1 {
    padding: 6px 54px 5px 54px;
}
.filter ul {
    display: flex;
    justify-content: space-between;
    margin-top: 46px;
}
.filter li {
    width: fit-content;
    min-height: 45px;
    min-width: 92px;
    background: #fff;
    font-size: 20px;
    color:#83bdcc;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #fff;
    margin-bottom: -1px;
}
.filter li:nth-child(1) {
    border-left: 1px solid #fff;
    margin-left: -1px;
}
.filter li:nth-child(2) {
}
.filter li:nth-child(3) {
    border-right: 1px solid #fff;
    margin-right: -1px;
}
.filter div.actv {
    color:#418daf;
}
.cat-info {
    width: -moz-calc(100% - 135px);
    width: -webkit-calc(100% - 135px);
    width: -o-calc(100% - 135px);
    width: calc(100% - 135px);
    min-height: 327px;
    font-size: 20px;
    line-height: 26px;
    color: #83bdcc;
    text-align: left;
    margin: 44px auto 0 auto;
    padding: 21px;
    background: #fff;
    border: 0.5px solid #418daf;
    margin-bottom: 46px;
    display: flex;
	flex-direction:column;
    align-items: center;
    color: #418daf !important;
}
body.rtl .cat-info p {
	direction:rtl;
	text-align:right;
}
#cat-modern,
#cat-classic {
	display:none;
}
#cat-modern.actv,
#cat-classic.actv {
	display:block !important;
}
#cat-modern p ,
#cat-classic p {
    font-size: 20px;
    padding: 0 20px;
}
.product-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1015px;
    margin: 0 auto;
}
.product-list li {
    width: -moz-calc(50% - 40px);
    width: -webkit-calc(50% - 40px);
    width: -o-calc(50% - 40px);
    width: calc(50% - 40px);
    padding: 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
    transition: all .3s ease;
}
.product-list.big-list li {
	width:100%;
}
.product-list li label {
    width: 100%;
    margin-top: 10px;
    display: block;
    color:#418daf;
    text-align: center;
    opacity: 0;
}
body.rtl .product-list li label {
	direction:rtl;
}
.product-list li figure {
	position:relative;
}
.product-list li figure img {
    width:100%;
    filter: grayscale(.8);
}
.product-list li:focus figure img,
.product-list li:hover figure img {
    filter: grayscale(0);
}
.product-list li:focus label,
.product-list li:hover label {
    opacity: 1;
}

/***************************************************
				contact
***************************************************/
#contact {
    width: -moz-calc(100% - 52px);
    width: -webkit-calc(100% - 52px);
    width: -o-calc(100% - 52px);
    width: calc(100% - 52px);
    min-height: 646px;
    max-width: 1015px;
    margin: 100px auto 0 auto;
    position: relative;
    z-index: 3;
    background-image: url(images/footer.svg);
    background-size: 1200px;
    background-position: center top;
    border: 0.5px solid #418daf;
    border-top: none;
}
#contact h1 {
    background: #fff;
    width: fit-content;
    margin: 14px auto 46px auto;
    padding: 7px 14px 5px 14px;
    border: 0.5px solid #418daf;
    font-size: 22px;
    font-weight: bold;
    color: #418daf !important;
    transform: translateY(-1px);
    border-top: 1px solid #fff;
}
.info-wrapper {
    width: 300px;
    min-height: 300px;
    padding: 0;
    margin-left: 70px;
    margin-top: -2px;
    float: left;
}
body.rtl .info-wrapper {
    float: right;
    margin-left: 0;
    margin-right: 70px;
}
.info-wrapper li {
    position: relative;
}
.info-wrapper li:last-child {
    margin-bottom: 0;
}
.info-wrapper p {
    color:#418daf;
    min-height: 82px;
    font-size: 19px;
    margin: -1px 0 0 22px;
    padding-left: 20px;
    padding-top: 10px;
    background-color: #fff;
    border:.5px solid #418daf;
    border-top: 1px solid #fff;
}
.info-wrapper p.address {
    padding-bottom: 37px;
    border-top:.5px solid #418daf;
    margin-top: 0;
}
body.rtl .info-wrapper p {	
    margin: -1px 22px 0 0;
    padding-right: 20px;
    padding-left: 0;
	direction:rtl;
}
.info-wrapper p a {
    color:#83bdcc;
    font-size: 19px;
    font-weight: bold;
}
.info-wrapper p i {
    width: 45px;
    height: 46px;
    position: absolute;
    top:0px;
    left: -24px;
    background-color: #fff;
    border:.5px solid #418daf;
    border-right: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
body.rtl .info-wrapper p i {	
    left: inherit;
    right: -24px;
    border-right:.5px solid #418daf;
    border-left: 1px solid #fff;
}
.info-wrapper p i img {
    width: 28px;
    height: 28px;
}
.map-wrapper {
    width: 507px;
    height: 507px;
    background: url(images/map.jpg);
    background-size: cover;
    background-position: center;
    border: 0.5px solid #418daf;
    float: left;
    margin-left: 91px;
    margin-top: -2px;
}
/***************************************************
				single
***************************************************/
div.juxtapose {
	width: 100%;
}
div.jx-slider {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	color: #f3f3f3;
}
div.jx-handle {
	position: absolute;
	height: 100%;
	width: 40px;
	cursor: col-resize;
	z-index: 15;
	margin-left: -20px;
}
.vertical div.jx-handle {
	height: 40px;
	width: 100%;
	cursor: row-resize;
	margin-top: -20px;
	margin-left: 0;
}
div.jx-control {
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	width: 3px;
	background-color: currentColor;
}
.vertical div.jx-control {
	height: 3px;
	width: 100%;
	background-color: currentColor;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
div.jx-controller {
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	height: 60px;
	width: 9px;
	margin-left: -3px;
	background-color: currentColor;
}
.vertical div.jx-controller {
	height: 9px;
	width: 100px;
	margin-left: auto;
	margin-right: auto;
	top: -3px;
	position: relative;
}
div.jx-arrow {
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	width: 0;
	height: 0;
	transition: all .2s ease;
}
.vertical div.jx-arrow {
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	width: 0;
	height: 0;
	transition: all .2s ease;
}
div.jx-arrow.jx-left {
	left: 2px;
	border-style: solid;
	border-width: 8px 8px 8px 0;
	border-color: transparent currentColor transparent transparent;
}
div.jx-arrow.jx-right {
	right: 2px;
	border-style: solid;
	border-width: 8px 0 8px 8px;
	border-color: transparent transparent transparent currentColor;
}
.vertical div.jx-arrow.jx-left {
	left: 0px;
	top: 2px;
	border-style: solid;
	border-width: 0px 8px 8px 8px;
	border-color: transparent transparent currentColor transparent;
}
.vertical div.jx-arrow.jx-right {
	right: 0px;
	top: auto;
	bottom: 2px;
	border-style: solid;
	border-width: 8px 8px 0 8px;
	border-color: currentColor transparent transparent transparent;
}
div.jx-handle:hover div.jx-arrow.jx-left,
div.jx-handle:active div.jx-arrow.jx-left {
	left: -1px;
}

div.jx-handle:hover div.jx-arrow.jx-right,
div.jx-handle:active div.jx-arrow.jx-right {
	right: -1px;
}

.vertical div.jx-handle:hover div.jx-arrow.jx-left,
.vertical div.jx-handle:active div.jx-arrow.jx-left {
	left: 0px;
	top: 0px;
}

.vertical div.jx-handle:hover div.jx-arrow.jx-right,
.vertical div.jx-handle:active div.jx-arrow.jx-right {
	right: 0px;
	bottom: 0px;
}
div.jx-image {
	position: absolute;
	height: 100%;
	display: inline-block;
	top: 0;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
}
.vertical div.jx-image {
	width: 100%;
	left: 0;
	top: auto;
}
div.jx-image img {
	height: 100%;
	width: auto;
	z-index: 5;
	position: absolute;
	margin-bottom: 0;

	max-height: none;
	max-width: none;
	max-height: initial;
	max-width: initial;
}
.vertical div.jx-image img {
	height: auto;
	width: 100%;
}
div.jx-image.jx-left {
	left: 0;
	background-position: left;
}
div.jx-image.jx-left img {
	left: 0;
}
div.jx-image.jx-right {
	right: 0;
	background-position: right;
}
div.jx-image.jx-right img {
	right: 0;
	bottom: 0;
}
.veritcal div.jx-image.jx-left {
	top: 0;
	background-position: top;
}
.veritcal div.jx-image.jx-left img {
	top: 0;
}
.vertical div.jx-image.jx-right {
	bottom: 0;
	background-position: bottom;
}
.veritcal div.jx-image.jx-right img {
	bottom: 0;
}
div.jx-image div.jx-label {
	font-size: 1em;
	padding: .25em .75em;
	position: relative;
	display: inline-block;
	top: 0;
	background-color: #000; /* IE 8 */
	background-color: rgba(0,0,0,.7);
	color: white;
	z-index: 10;
	white-space: nowrap;
	line-height: 18px;
	vertical-align: middle;
}
div.jx-image.jx-left div.jx-label {
	float: left;
	left: 0;
}
div.jx-image.jx-right div.jx-label {
	float: right;
	right: 0;
}
.vertical div.jx-image div.jx-label {
	display: table;
	position: absolute;
}
.vertical div.jx-image.jx-right div.jx-label {
	left: 0;
	bottom: 0;
	top: auto;
}
div.jx-credit {
	line-height: 1.1;
	font-size: 0.75em;
}
div.jx-credit em {
	font-weight: bold;
	font-style: normal;
}
/* Animation */
div.jx-image.transition {
	transition: width .5s ease;
}
div.jx-handle.transition {
	transition: left .5s ease;
}
.vertical div.jx-image.transition {
	transition: height .5s ease;
}
.vertical div.jx-handle.transition {
	transition: top .5s ease;
}
/* keyboard accessibility */
div.jx-controller:focus,
div.jx-image.jx-left div.jx-label:focus,
div.jx-image.jx-right div.jx-label:focus,
a.jx-knightlab:focus {
	background: #eae34a;
	color: #000;
}
a.jx-knightlab:focus span.juxtapose-name{
	color: #000;
	border: none;
}
.jx-knightlab {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
}

.product-info {
    width: 100%;
    min-height: 323px;
    max-width: 1015px;
    margin: 0 auto;
    position: relative;
    z-index: 3;
    background-image: url(images/footer.svg);
    background-size: 1200px;
    background-position: center top;
    border: 0.5px solid #418daf;
    border-bottom: none;
    border-top: none;
}
.product-info-more {
    margin: 0 auto 26px auto;
    min-height: 370px;
}
.product-info-more p {
	font-size:20px;
	padding:0 20px;
}
body.rtl .product-info {
    border-left: none;
	direction:rtl;
}
.more-margin {
	margin-bottom:40px;
}
.product-info ul {
    width: -moz-calc(100% - 92px);
    width: -webkit-calc(100% - 92px);
    width: -o-calc(100% - 92px);
    width: calc(100% - 92px);
    min-height: 277px;
    background: #fff;
    border: 0.5px solid #418daf;
    margin: 46px 0 0 46px;
    display: block;
    float: left;
}
.product-info ul li {
    margin-left: 20px;
    margin-right: 20px;
}
.product-info ul li:first-child {
    font-weight: bold;
    font-size: 24px;
    margin-top: 10px;
}
.product-info li p,
.product-info li {
    color: #418daf;
    font-size: 20px;
}
.product-info li p {
    color:#83bdcc;
}

/***************************************************
				carsoul
***************************************************/
.similar-products {
    width: -moz-calc(100% - 120px);
    width: -webkit-calc(100% - 120px);
    width: -o-calc(100% - 120px);
    width: calc(100% - 120px);
    margin: 0 auto 80px auto;
}
.title-wrap {
    width: 100%;
    min-height: 45px;
    max-width: 1015px;
    margin: -41px auto 40px auto;
    position: relative;
    z-index: 3;
    background-image: url(images/footer.svg);
    background-size: 1200px;
    background-position: center top;
    border: 0.5px solid #418daf;
    border-top: none;
}
.title-wrap h4 {
    background: #fff;
    width: fit-content;
    margin: 14px auto 0 auto;
    padding: 5px 21px 5px 21px;
    border: 0.5px solid #418daf;
    font-size: 22px;
    font-weight: bold;
    color: #418daf !important;
    transform: translateY(1px);
    border-bottom: 1px solid #fff;
}
body.rtl .title-wrap h4 {
    padding: 5px 28px 5px 27px;
}
.similar-products .product-carousel {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
	position:relative;
}
.similar-products .product-carousel .slick-list {
	overflow:hidden;
}
.similar-products .product-carousel a {
	display:inline-block;
}
.similar-products .product-carousel a figure {
    margin: 20px 0 20px 0;
    padding: 0 20px;
    text-align: center;
	position:relative;
}
.similar-products .product-carousel a figure img {
    transform-origin: center;
}
.similar-products .product-carousel a label {
    display: block;
    text-align: center;
    color:#83bdcc;
    margin-top: 20px;
}

.slick-next,
.slick-prev {
    width:48px;
    height: 48px;
    position: absolute;
    top:50%!important;
    left:-40px!important;
    margin-top: -24px!important;
    overflow: hidden;
    cursor: none !important;
    z-index: 9;
	font-size:0;
}
.slick-next {
    left:inherit!important;
    right:-40px!important;
    transform: translateY(-20px) rotate(180deg);
}
[dir='rtl'] .slick-next {
    margin-top: -42px !important;
}
.slick-next:before,
.slick-next:after,
.slick-prev:before,
.slick-prev:after {
    content: '';
    width:25px;
    height: 4px;
    background:#83bdcc;
    transform: rotate(-45deg);
    position: absolute;
    top:17px;
    left: 14px;
}
.slick-next:before,
.slick-prev:before {
    transform: rotate(45deg);
    top:32px;
}
/***************************************************
				single
***************************************************/
.singular {
    width: -moz-calc(100% - 240px);
    width: -webkit-calc(100% - 240px);
    width: -o-calc(100% - 240px);
    width: calc(100% - 240px);
    max-width: 1100px;
    margin: 80px auto 0 auto;
    position: relative;
}
.single-sold {
	width:160px;
	height:auto;
	margin:0 auto 40px auto;
}
.sold svg,
.single-sold svg {
	width:100%;
	height:auto;
}
.sold {
	width:160px;
	height:auto;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	z-index:4;
}
.cq-hotspot-tooltip {
    width:40px !important;
    height: 40px !important;
    border:3px solid #efefef !important;
    border-radius: 0 !important;
    background: transparent !important;
    transition: all .3s ease;
    cursor: none !important;
    opacity: 0.6 !important;
	transform:translateX(-5px) translateY(-8px);
}
.cq-hotspot-tooltip:focus,
.cq-hotspot-tooltip:hover {
    transform: scale(1.1) translateX(-5px) translateY(-8px);
    transform-origin: center;
}
.cq-hotspot-icon-medium i.cq-hotspot-icon {
    display: none !important;
}
.lity {
    z-index: 9999!important;
    background-color: rgba(255, 255, 255, .7) !important;
    -webkit-backdrop-filter: blur(8px) !important;
    backdrop-filter: blur(8px) !important;
}
.lity-close {
    width: 45px !important;
    height: 45px !important;
    text-shadow: none  !important;
    color:#418daf !important;
    font-size: 55px !important;
    right: 50% !important;
    margin-right: -23px !important;
    cursor: none !important;
}
/***************************************************
				footer
***************************************************/
footer {
    width: -moz-calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    width: -o-calc(100% - 40px);
    width: calc(100% - 40px);
    min-height: 369px;
    max-width: 1015px;
    margin: 0 auto 40px auto;
    position: relative;
    z-index: 3;
    background-image: url('images/footer.svg');
    background-size: 1200px;
    background-position: center top;
    border: .5px solid #418daf;
    border-top: none;
}
#top {
    width: 45px;
    height: 45px;
    position: absolute;
    right: 46px;
    bottom: 92px;
    border: .5px solid #83bdcc;
    background: #fff;
}
body.rtl #top {
    right: inherit;
    left: 46px;
}
#top:before,
#top:after {
    content: '';
    width: 18px;
    height: 2px;
    transform: rotate(45deg);
    background: #418daf;
    position: absolute;
    top:50%;
    left: 50%;
    z-index: 9;
    margin: -3px 0 0 -3px;
}

#top:before {
    left: inherit;
    right: 50%;
    transform: rotate(-45deg);
    margin: -3px -3px 0 0;
}
body.rtl #top:before {
    right: inherit;
    left: 7px;
}
.footer-social-media {
    width: 46px;
    height: 138px;
    position: absolute;
    right: 46px;
    bottom: 92px;
    display: flex;
    flex-direction: column;
}
body.rtl .footer-social-media  {
    right: inherit;
    left: 46px;
}
.footer-social-media li {
    width: 45px;
    height: 45px;
    border: .5px solid #83bdcc;
    cursor: pointer;
    float: right;
    list-style:none;
    background: #fff;
}
body.rtl .footer-social-media li {
    float: left;
    margin-left: 0;
    margin-right: 20px;
}
.footer-social-media li a {
    width: 37px;
    height: 37px;
    padding: 4px;
    display: block;
} 
.footer-social-media li a img {  
    width: 100%;
    height: auto;
}
.footer-nav {
    float: left;
    width: 185px;
    padding: 20px 17px;
    position: absolute;
    left:46px;
    bottom: 92px;
    background: #fff;
    border: .5px solid #418daf;
}
body.rtl .footer-nav {
    float: right;
    left:inherit;
    right:46px;
}
.footer-nav li {
    list-style: none;
    color: #83bdcc;
    float: right;
    clear: right;
}
body.rtl .footer-nav li  {
    float: left;
    clear: left;
}
.footer-nav li a {
    width: fit-content;
    font-size: 20px;
    color: #83bdcc;
    text-decoration: none;
    transition: all .3s ease;
    display: block;
    float: right;
    margin-right: 3px;
    font-weight: bold;
    color: #418daf !important;
}
body.rtl .footer-nav li a   {
	font-weight:bold;
    float: left;
	font-size: 20px;
}
.tag-line {
    width: 276px;
    background: #fff;
    margin: 0 auto;
    padding: 13px 0 12px 0;
    clear: both;
    color: #418daf;
    position: absolute;
    left:50%;
    bottom:-1px;
    transform: translateX(-50%);
    border-left: .5px solid #418daf;
    border-right: .5px solid #418daf;
    border-top: .5px solid #418daf;
    border-bottom: 1px solid #fff;
	text-align:center;
    font-size: 13px;
}
body.rtl .tag-line {
	text-align:center;
    font-size: 13px;
    width: 368px;
}
@media screen and (max-width: 1240px) {
    .singular {
        width: -moz-calc(100% - 80px);
        width: -webkit-calc(100% - 80px);
        width: -o-calc(100% - 80px);
        width: calc(100% - 80px);
        margin: 80px auto 0 auto;
        position: relative;
    }
}
@media screen and (max-width: 1150px) {
    #contact,
    .product-info,
    .filter,
    .title-wrap,
    footer {
        width: 738px
    }
    body.rtl footer {
        height: 300px;
    }
    .footer-nav {
        width: 185px;
        left: 46px;
    }
    .info-wrapper {
        width: 253px;
    }
    .map-wrapper {
        width: 322px;
        margin-left: 46px;
    }
	.home-about {
		width:686px;
	}
}
@media screen and (max-width: 1024px) {
	.section2 .carpet-wrap {
		max-width:45vh;
		transform: rotate(0deg);
	}
	.carpet-img-wrap {
		max-width:inherit;
	}
}
@media screen and (max-width: 960px) {
	.product-list-wrap {
		width: -moz-calc(100% - 80px);
		width: -webkit-calc(100% - 80px);
		width: -o-calc(100% - 80px);
		width: calc(100% - 80px);
	}
	.product-list li {
		width: -moz-calc(50% - 20px);
		width: -webkit-calc(50% - 20px);
		width: -o-calc(50% - 20px);
		width: calc(50% - 20px);
		padding:10px;
	}
	.section2 .carpet-wrap {
		max-width: 33vh;
	}
}
@media screen and (max-width: 790px) {
    #contact,
    .product-info,
    .filter,
    .title-wrap,
    footer {
        max-width: 554px;
    }
	.home-about {
		width:502px;
	}
    .footer-nav {
        width: 185px;
        left: 46px;
    }
    .info-wrapper {
        width: 253px;
    }
    .map-wrapper {
        width: 368px;
    }
    #contact {
        height: 1246px;
    }
    .map-wrapper {    
        width: 461px;
        margin-top: 46px;
    }
	.cat-info {
		min-height:420px;
	}
}
@media screen and (max-width: 720px) {
	.header-wrap {
		width: -moz-calc(100% - 40px);
		width: -webkit-calc(100% - 40px);
		width: -o-calc(100% - 40px);
		width: calc(100% - 40px);
	}
}

@media screen and (max-width: 640px) {
    .home-about,
    #contact,
    .product-info,
    .filter,
    .title-wrap,
    footer {
        max-width: 461px;
    }
	.home-about {
		width:409px;
        height: 456px;
    }
   .home-about p {
        min-height: 280px;
    }
    #about p:last-child {
        padding-bottom: 64px;
    }
    .footer-nav {
        width: 185px;
        left: 46px;
    }
    #contact {
        min-height: 1246px;
    }
    .map-wrapper {
        width: 368px;
        margin-top: 45px;
    }
    body.rtl .info-wrapper {
        margin-right: 70px;
    }
    .info-wrapper {
        width: 253px;
    }
	.slick-prev{
	    left: -20px!important;
	}
	.slick-next {
	    right: -20px!important;
	    transform: translateY(-20px) rotate(180deg);
	}
	.slider .slick-prev{
	    left: 0px!important;
	}
	.slider .slick-next {
	    right: 0px!important;
	    transform: translateY(-20px) rotate(180deg);
	}
}
@media screen and (max-width: 540px) {
    #contact,
    .product-info,
    .filter,
    .title-wrap,
    footer {
        max-width: 416px;
    }
    .home-about {
        width: 364px;   
        height: 548px;
    }
   .home-about p {
        width: -moz-calc(100% - 38px);
        width: -webkit-calc(100% - 38px);
        width: -o-calc(100% - 38px);
        width: calc(100% - 38px);
        transform: translateX(-2px);
    }
    #about p:last-child {
        padding-bottom: 64px;
    }
    .footer-nav {
        width: 185px;
        left: 23px;
    }
    #top,
    .footer-social-media {
        right: 23px;
    }
    #contact {
        min-height: 1246px;
    }
    .map-wrapper {    
        width: 369px;
        margin-top: 45px;
        margin-left: 19px;
    }
    body.rtl .map-wrapper {
        width: 369px;
        margin-top: 46px;
        margin-left: 23px;
    }
    .info-wrapper {
        width: 254px;
        margin-left: 43px;
    }
    body.rtl .info-wrapper {
        margin-right: 47px;
    }
    body.rtl .footer-nav {
        right: 23px;
    }
    body.rtl .footer-social-media,
    body.rtl #top {
        left: 23px;
    }
    .product-info ul {
        width: -moz-calc(100% - 46px);
        width: -webkit-calc(100% - 46px);
        width: -o-calc(100% - 46px);
        width: calc(100% - 92px);
        margin: 46px 0 0 46px;
    }
    .product-info ul li:first-child {
        font-size: 20px;
    }
    .title-wrap,
    .product-info {
        width: 369px;
    }
	.cat-info {
		width: -moz-calc(100% - 90px);
		width: -webkit-calc(100% - 90px);
		width: -o-calc(100% - 90px);
		width: calc(100% - 90px);
		min-height: 512px;
	}
	#about figure {
		width: 100%;
		background: #fff;
		padding: 2px;
		transform: translateX(-2px);
	}
}
@media screen and (max-width: 440px) {
	* {
    	cursor: default !important;
	}
	.cursor {
		display:none;
		visibility:hidden;
	}
	.loader-wrap {
		width:120px;	
	}
	header {
		width: 100%;
		height: 55px;
		top: 0px;
	}
	.header-wrap {
		height: 75px;
	}
	.lang {
		top: 29px;
		left: -10px;
	}
	.burger {
		width: 34px;
		height: 40px;
		bottom:-3px;
	}
	.burger div,
	.burger div:nth-child(3):after,
	.burger div:nth-child(3):before,
	.burger div:nth-child(1):after,
	.burger div:nth-child(1):before {
    	height: 4px;
	}
	.burger div:nth-child(2) {
    	margin: 10px 0;
	}
	.burger.actv div:nth-child(1):after,
	.burger.actv div:nth-child(1):before {
		top: 10px;
	}
    .header-wrap {
        width: -moz-calc(100% - 40px);
        width: -webkit-calc(100% - 40px);
        width: -o-calc(100% - 40px);
        width: calc(100% - 40px);
    }
	body.rtl nav li a {
	    font-size: 22px;
	}
    .home-about {
        max-width: 271px;
    }
    .home-about h1 {
        margin: 14px auto 46px auto;
        padding: 6px 13px 5px 12px;
    }
	.section2 .carpet-wrap {
    	transform: rotate(0);    
		max-width: inherit;
    	max-width: 60%;
		max-width: 80vw;
		transform:translatey(5vh);
	}
	.section1 .carpet-wrap {
    	max-width: inherit;
    	width: 100%;
    	margin-top: -2vh;
	}
	.carpet-img-wrap {
		display:flex;
		justify-content:center;
	}
	.section1 .carpet-img-wrap img {
		width: 96vh;
	}
    .singular {
        width: -moz-calc(100% - 40px);
        width: -webkit-calc(100% - 40px);
        width: -o-calc(100% - 40px);
        width: calc(100% - 40px);
        margin: 120px auto 0 auto;
        position: relative;
    }
    .divider-desk {
        display: none;
    }
    .divider-mob {
		width:100%;
        display: block;
    }
    #contact { 
        min-height: 1246px;;
        max-width: 323px;
    }
    .info-wrapper {
        width: 254px;
        margin-left: 46px;
    }
    .map-wrapper {
        width: 253px;
        margin-left: 23px;
    }
    body.rtl .info-wrapper {
        margin-right: 47px;
    }
	main h1 {
		margin:180px auto 40px auto;
		font-size:28px;
	}
	nav li a {
		font-size:22px;
	}
	.home-about p {
        width: -moz-calc(100% - 36px);
        width: -webkit-calc(100% - 36px);
        width: -o-calc(100% - 36px);
        width: calc(100% - 36px);
        min-height: 418px;
        transform: translateX(-3px);
	}
    #about p:last-child {
        padding-bottom: 21px;
        margin-bottom: 17px !important;
    }
    body.rtl #about p:nth-child(2) {
        padding-bottom: 44px;
    }
    body.rtl #about p:last-child {
        padding-bottom: 30px;
        margin-bottom: 25px !important;
    }
    .filter {
        max-width: 323px;
    }
    .filter li:nth-child(1),
    .filter li:nth-child(3) {
        min-width: 69px;
    }
    
    .filter li:nth-child(1) {
        justify-content: flex-start;
    }
    .filter li:nth-child(3) {
        justify-content: flex-end;
    }
	.filter div {
	    font-size: 24px;
	}
	.product-list-wrap {
		width: -moz-calc(100% - 40px);
		width: -webkit-calc(100% - 40px);
		width: -o-calc(100% - 40px);
		width: calc(100% - 40px);
	}
	.product-list li {
    	width: 100%;
		padding:10px 0;
	}
	.product-list li figure img {
	    filter: grayscale(0);
	}
    .product-info {
        max-width: 323px;
    }
    .product-info ul {
        width: -moz-calc(100% - 46px);
        width: -webkit-calc(100% - 46px);
        width: -o-calc(100% - 46px);
        width: calc(100% - 46px);
        min-height: 231px;
        margin: 46px 0 0 23px;
    }
    .similar-products {
        width: -moz-calc(100% - 40px);
        width: -webkit-calc(100% - 40px);
        width: -o-calc(100% - 40px);
        width: calc(100% - 40px);
    }
     .title-wrap {
        max-width: 323px;
    }
    body.rtl footer {
        height: 300px;
    }
    body.rtl #contact h1 {
        padding: 7px 22px 5px 22px
    }
    footer {
        max-width: 323px;
    }
    .map-wrapper {
        width: 276px;
    }
    body.rtl .map-wrapper {
        width: 276px;
        margin-left: 23px;
    }
    .footer-nav {
        width: 185px;
        left: 23px;
        bottom: 92px;
    }
    body.rtl .footer-nav {        
        right: 23px;
        bottom: 92px;
    }
	#top {
    	right: 23px;
	}
	body.rtl #top { 
    	right: inherit;
        left: 23px;
        bottom: 92px;
	}
    .footer-social-media {
        right: 23px;
    }
    body.rtl .footer-social-media {
        right: inherit;
        left: 23px;
        bottom: 92px;
    }
    .footer-social-media li {
        float: left;
        margin-left: 0;
        margin-right: 20px;
    }
    body.rtl .tag-line {
        width: 303px;
    }
	.cq-hotspot-tooltip {
		width: 20px !important;
		height: 20px !important;
		border: 1px solid #efefef !important;
		transform:translateX(-1px) translateY(-2px);
	}
	.cq-hotspot-tooltip:focus,
	.cq-hotspot-tooltip:hover {
    	transform: scale(1.1) translateX(-1px) translateY(-2px);
	}
}
@media screen and (max-width: 380px) {
    .home-about,
    #contact,
    .product-info,
    .filter,
    .title-wrap,
    footer {
        max-width: 296px;
    }
    .home-about { 
        width: 244px;
    }
   .home-about p {
        width: -moz-calc(100% - 9px);
        width: -webkit-calc(100% - 9px);
        width: -o-calc(100% - 9px);
        width: calc(100% - 9px);
        min-height: 418px;
        transform: translateX(-17px);
    }
    #about p:last-child {
        padding-bottom: 64px;
    }
    .footer-nav {
        width: 185px;
        left: 8px;
    }
    #top,
    .footer-social-media {
        right: 9px;
    }
    body.rtl .footer-nav {
        right: 9px;
    }
    body.rtl .footer-social-media,
    body.rtl #top {
        left: 9px;
    }
    #contact {
        min-height: 1246px;
    }
    .map-wrapper {    
        width: 276px;
        margin-left: 10px;
    }
    body.rtl .map-wrapper {
        margin-left: 9px;
    }
    body.rtl .info-wrapper {
        margin-right: 34px;
    }
    .info-wrapper {
        width: 254px;
        margin-left: 33px;
    }
    body.rtl .tag-line {
        width: 276px;
        font-size: 11px;
        padding: 14px 0;
    }
    .product-info ul {
        width: -moz-calc(100% - 18px);
        width: -webkit-calc(100% - 18px);
        width: -o-calc(100% - 18px);
        width: calc(100% - 18px);
        margin: 46px 0 0 9px;
    }
    .title-wrap {
        transform: translateX(0px);
    }
	.cat-info {
		width: -moz-calc(100% - 62px);
		width: -webkit-calc(100% - 62px);
		width: -o-calc(100% - 62px);
		width: calc(100% - 62px);
	}
}
.rotate {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999999;
    background: #fff;
    top:0;
    left: 0;
    display: none;
    justify-content: center;
    align-items: center;
}
body.rtl .rotate {
    direction: rtl;
}
@media only screen and (max-width: 660px) and (orientation: landscape) {
	.landscape {
		display:flex;
	}
}
.lity-content {
	width: -moz-calc(100% - 40px) !important;
	width: -webkit-calc(100% - 40px) !important;
	width: -o-calc(100% - 40px) !important;
	width: calc(100% - 40px) !important;
    height: -moz-calc(100vh - 60px) !important;
	height: -webkit-calc(100vh - 60px) !important;
	height: -o-calc(100vh - 60px) !important;
	height: calc(100vh - 60px) !important;
	margin:40px 20px 20px 20px !important;
	display:flex;
	justify-content:center;
	align-items:center;
}
.lity-image img {
    max-width:100%;
    max-height: -moz-calc(100vh - 90px) !important;
	max-height: -webkit-calc(100vh - 90px) !important;
	max-height: -o-calc(100vh - 90px) !important;
	max-height: calc(100vh - 90px) !important;
    -webkit-box-shadow: 0 0 8px rgb(0 0 0 / 60%);
    box-shadow: 0 0 8px rgb(0 0 0 / 60%);
}
.lity-content:after {
	display:none !important;
	visibility:hidden !important;
}
.popover-image {
	height:auto;
}