@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: bold;
	src: url('../fonts/IRANSans/IRANSansWeb(FaNum)_Bold.eot');
	src: url('../fonts/IRANSans/IRANSansWeb(FaNum)_Bold.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/IRANSans/IRANSansWeb(FaNum)_Bold.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../fonts/IRANSans/IRANSansWeb(FaNum)_Bold.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../fonts/IRANSans/IRANSansWeb(FaNum)_Bold.ttf') format('truetype');
}
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/IRANSans/IRANSansWeb(FaNum)_Medium.eot');
	src: url('../fonts/IRANSans/IRANSansWeb(FaNum)_Medium.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/IRANSans/IRANSansWeb(FaNum)_Medium.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../fonts/IRANSans/IRANSansWeb(FaNum)_Medium.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../fonts/IRANSans/IRANSansWeb(FaNum)_Medium.ttf') format('truetype');
}
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/IRANSans/IRANSansWeb(FaNum)_Light.eot');
	src: url('../fonts/IRANSans/IRANSansWeb(FaNum)_Light.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/IRANSans/IRANSansWeb(FaNum)_Light.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../fonts/IRANSans/IRANSansWeb(FaNum)_Light.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../fonts/IRANSans/IRANSansWeb(FaNum)_Light.ttf') format('truetype');
}
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: 200;
	src: url('../fonts/IRANSans/IRANSansWeb(FaNum)_UltraLight.eot');
	src: url('../fonts/IRANSans/IRANSansWeb(FaNum)_UltraLight.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/IRANSans/IRANSansWeb(FaNum)_UltraLight.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../fonts/IRANSans/IRANSansWeb(FaNum)_UltraLight.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../fonts/IRANSans/IRANSansWeb(FaNum)_UltraLight.ttf') format('truetype');
}
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/IRANSans/IRANSansWeb(FaNum).eot');
	src: url('../fonts/IRANSans/IRANSansWeb(FaNum).eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/IRANSans/IRANSansWeb(FaNum).woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../fonts/IRANSans/IRANSansWeb(FaNum).woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../fonts/IRANSans/IRANSansWeb(FaNum).ttf') format('truetype');
}

@font-face{
    font-family:IRANSans-en;
    src:url('../fonts/IRANSans/IRANSansWeb.eot');
    src:url('../fonts/IRANSans/IRANSansWeb.eot?#iefix') format('embedded-opentype'),
        url('../fonts/IRANSans/IRANSansWeb.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
        url('../fonts/IRANSans/IRANSansWeb.woff') format('woff'),
        url('../fonts/IRANSans/IRANSansWeb.ttf') format('truetype')
}

.en_num {
  font-family: IRANSans-en;
}

*{font-family: IRANSans, sans-serif;}

html {
    --top-spacing: 8.5rem;
    scroll-padding-top: var(--top-spacing);
}

body {
    margin: 0;
    direction: rtl;
    color: rgba(0, 0, 0, .87);
    --main-color: #00272B;
    --main-light-color: #F0ECE6;
    --main-second-color: #e01e2f;
    --main-thired-color: #BDAD9F;
    --main-forth-color: #381A14;
    --main-gray-color: #e5e7eb;
    --red-color: #DB2725;
    --blue-color: #2c5282;
    --green-color: #16AF04;
    --black-04: rgba(0, 0, 0, 0.04);
    --black-08: rgba(0, 0, 0, 0.08);
    --black-16: rgba(0, 0, 0, 0.16);
}

/*--------------------------------------Scroll-------------------------------------------*/
/* Fire-Fox Scrollbar */
*{scrollbar-width: thin!important}

:root {
    scrollbar-color: var(--main-forth-color); #f5f5f5!important;
    scrollbar-width: thin!important
}

/* Chrome Scrollbar */

::-webkit-scrollbar-track {
    /*box-shadow:inset 0 0 6px var(--main-forth-color);;*/
    border-radius: 10px;
    background-color: #f5f5f5
}

::-webkit-scrollbar {
    width: 7px;
    background-color: #f5f5f5;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    /*box-shadow:inset 0 0 6px rgba(0,0,0,.3);*/
    background-color: #2c5282
}


/*------------------------------------Bounce Btn----------------------------------------*/
@keyframes bounce {
	0%, 100%, 20%, 50%, 80% {
		-webkit-transform: translateY(0);
		-ms-transform:     translateY(0);
		transform:         translateY(0)
	}
	40% {
		-webkit-transform: translateY(-30px);
		-ms-transform:     translateY(-30px);
		transform:         translateY(-30px)
	}
	60% {
		-webkit-transform: translateY(-15px);
		-ms-transform:     translateY(-15px);
		transform:         translateY(-15px)
	}
}
.bounce_obj {  


  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
.bounce_obj:hover {
  cursor: pointer;
  animation-name: bounce;
  -moz-animation-name: bounce;
}

/*---------------------------------------------------------------------------------------*/
.black-img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

.black-img:hover {
    filter: none;
    -webkit-filter: grayscale(0);
    transition: all ease-in-out .2s;
}

/*Widget class*/

.portlet {
    width: 100%;
}

.disable-select {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input[type="password"]:focus,
textarea:focus,
input[type="text"]:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
}

input:disabled {
    background: #ccc;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url('data:image/svg+xml;charset=UTF-8,<svg width="20" height="12" viewBox="0 0 20 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.8701 0.33L0.100097 2.1L10.0001 12L19.9001 2.1L18.1301 0.329999L10.0001 8.46L1.8701 0.33Z" fill="black"/></svg>') no-repeat;
    background-color: rgba(0, 0, 0, 0);
    background-size: auto;
    background-position: 12px 18px;
    background-size: 10px;
    background-position: 11px 13px!important;
}


/*----------------------------- Tooltip ---------------------*/

.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: var(--main-forth-color);
    ;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: 135%;
    left: 50%;
    margin-left: -60px;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent var(--main-forth-color);
    transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}


/*----------------------------- Button Hover ---------------------*/

.btn-hover,
.btn-hover:after,
.btn-hover:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.btn-hover {
    display: inline-block;
    position: relative;
    background: none;
    border: none;
    color: var(--main-second-color);
    font-size: 18px;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.09);
}

.btn-hover span {
    display: block;
    padding: 11px 60px;
}

.btn-hover::before,
.btn-hover::after {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    transition: all 0.2s linear;
    background: var(--main-second-color);
}

.btn-hover span::before,
.btn-hover span::after {
    content: "";
    width: 2px;
    height: 0;
    position: absolute;
    transition: all 0.2s linear;
    background: var(--main-second-color);
}

.btn-hover:hover::before,
.btn-hover:hover::after {
    width: 100%;
}

.btn-hover:hover span::before,
.btn-hover:hover span::after {
    height: 100%;
}

.btn-hover::before,
.btn-hover::after {
    transition-delay: 0s;
}

.btn-hover span::before,
.btn-hover span::after {
    transition-delay: 0.2s;
}

.btn-hover::before {
    right: 0;
    top: 0;
}

.btn-hover::after {
    left: 0;
    bottom: 0;
}

.btn-hover span::before {
    left: 0;
    top: 0;
}

.btn-hover span::after {
    right: 0;
    bottom: 0;
}

.btn-hover:hover::before,
.btn-hover:hover::after {
    transition-delay: 0.2s;
}

.btn-hover:hover span::before,
.btn-hover:hover span::after {
    transition-delay: 0s;
}

.hover\:shadow-product:hover {
    box-shadow: 0 0 16px 0 var(--black-16)
}

.hover\:z-40:hover {
    z-index: 40
}

.hover\:z-50:hover {
    z-index: 50
}

.hover\:opacity-100:hover {
    opacity: 1
}

.hover-action:hover {
    color: #fff;
    background-color: var(--main-color);
    transition: all ease-in-out .2s;
}

.hover-action-gray:hover {
    background-color: var(--main-gray-color);
}

.hover-action-dark:hover {
    color: #fff;
    background-color: var(--main-second-color);
    transition: all ease-in-out .2s;
}

.hover-action-red:hover {
    color: var(--red-color);
    transition: all ease-in-out .2s;
}

.hover-action-green:hover {
    color: var(--green-color);
    transition: all ease-in-out .2s;
}

.hover-action:hover {
    color: #fff;
    background-color: var(--main-color);
    transition: all ease-in-out .2s;
}

.hover-black:hover {
    color: #000;
}

.hover-blue:hover {
    color: var(--main-color);
}

.hover-title:hover h3 {
    color: var(--main-color);
}

.roll-navigate-btns:hover {
    background-color: #ffffff;
    color: #222222;
    transition: all ease-in-out .2s;
}

.hover-btn:hover {
    background-color: var(--main-second-color)!important;
    color: #fff;
    transition: all ease-in-out .2s;
}

.hover-icon:hover {
    color:#C0EDEA;
    transition: all ease-in-out .2s;
}


/*************************BOX SCroller*******************************/

.owl-prev,
.owl-next {
    position: absolute;
    top: 48%;
    transform: translateY(-50%);
}

.owl-prev {
    right: -18px;
}

.owl-next {
    left: -18px;
}


/********************************Main****************************/
/*Gradient for contact bar*/
.gradient-border {
  --border-width: 3px;
  position: relative;
  display: flex;
  border-radius: var(--border-width);
}
.gradient-border::after {
  position: absolute;
  content: "";
  top: calc(-1 * var(--border-width));
  left: calc(-1 * var(--border-width));
  z-index: -1;
  width: calc(100% + var(--border-width) * 2);
  height: calc(100% + var(--border-width) * 2);
  background: linear-gradient(60deg, #5f86f2, #a65ff2, #f25fd0, #f25f61, #f2cb5f, #abf25f, #5ff281, #5ff2f0);
  background-size: 300% 300%;
  background-position: 0 50%;
  border-radius: calc(5 * var(--border-width));
  animation: moveGradient 4s alternate infinite;
}

@keyframes moveGradient {
  50% {
    background-position: 100% 50%;
  }
}

.bg-color {
    background-color: var(--main-color);
}

.bg-second-color {
    background-color: var(--main-second-color);
}

.bg-thired-color {
    background-color: var(--main-thired-color);
}

.bg-search {
    background-color: #F0F0F0
}

.bg-yellow {
    background-color: #FFCB00;
}

.bg-black-2 {
    background-color: rgba(0, 0, 0, .02)
}

.bg-wish-btn {
    background-color: #F09E00;
}

.bg-wish-btn:hover {
    background-color: #CB8603;
}

.text-color {
    color: var(--main-color);
}

.text-second-color {
    color: var(--main-second-color);
}

.text-thired-color {
    color: var(--main-thired-color);
}

.text-gray {
    color: #757575
}

.text-gray-light {
    color: #A3A3A3;
}

.text-red {
    color: var(--red-color);
}

.text-green {
    color: var(--green-color);
}

.border-color {
    border-color: var(--main-color);
}

.border-second-color {
    border-color: var(--main-second-color);
}

.border-thired-color {
    border-color: var(--main-thired-color);
}

.border-gray-color {
    border-color: rgba(33, 33, 33, 0.12);
}

.basket-count {
    top: -10px;
    right: -10px;
    min-width: 20px;
}

.more_brand:hover {
    background-color: #fff !important;
}

.go-up:hover {
    margin-top: 8px!important;
    transition: all ease-in-out .2s;
}

.w-42 {
    width: 42px;
}

.w-144 {
    width: 144px
}

.w-250 {
    width: 250px
}

.w-280 {
    width: 280px
}

.w-341 {
    width: 341px
}

.w-344 {
    width: 344px
}

.max-w-1146 {
    max-width: 1146px
}

.max-w-100 {
    max-width: 100px;
}

.max-w-200 {
    max-width: 200px;
}

.max-w-457 {
    max-width: 457px;
}

.min-w-500 {
    min-width: 500px;
}

.h-18 {
    height: 18px;
}

.h-42 {
    height: 42px;
}

.min-h-56 {
    min-height: 56px;
}

.min-h-180 {
    min-height: 180px;
}

.h-188{height: 188px;}

.pagging-add-css a {
    min-width: 40px;
    padding: 9px;
    display: block
}

.slider .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 16px
}

.autocomplete-active {
    background: #cbdff9;
}

.overlay,
.overlay-modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.noti-count {
    top: -10px;
    right: -10px;
    min-width: 20px;
}


/*************MENU***************/

#main-nav .logo {
    width: 165px
}

#main-nav a.active {
    color: #000;
}

#main-nav .nav-link.current .title{
    border-bottom: solid 4px var(--main-color)!important;
    color: var(--main-color);
}
#main-nav .nav-link .title{
    border-bottom: solid 4px #ffffff;
    padding-bottom: 7px;
}

#main-nav .nav-link:hover .title{
    border-bottom: solid 4px var(--main-second-color);
    transition: all ease-in-out .2s;
}

.nav-dropdown {
    margin-right: -9px;
}

.nav-dropdown a.active,
.nav-dropdown a:hover {
    color: var(--main-color);
}

.nav-dropdown a.active i,
.nav-dropdown a:hover i {
    --text-opacity: 1;
    color: #0a5abd;
    color: rgba(10, 90, 189, var(--text-opacity))
}

#mobile-main-nav .logo {
    max-height: 25px
}

.menu-item.active {
    color: var(--main-thired-color);
}

.menu-item.active i {
    transform: rotate(90deg);
}


/************************** dropdown ***************************************/

.dropdown {
    position: relative
}

.dropdown-options {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0
}

.dropdown-options div a:hover {
    background-color: var(--black-04)
}

.dropdown-options div a.active {
    background-color: var(--black-08)
}


/************************** checkbox ***************************************/

.checkbox {
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.checkbox input {
    display: none
}

.checkbox .checkmark {
    position: absolute;
    top: 0;
    right: 0;
}

.checkbox input:not(:checked)~.checkmark {
    background-color: transparent
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.checkbox input:checked~.checkmark {
    border-style: none
}

.checkbox input:checked~.checkmark:after {
    display: block
}

.checkbox .checkmark:after {
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%) rotate(45deg)
}




/************************** search ***************************************/
#search-modal{
    height: 0px;
    overflow: hidden;
    -webkit-transition: height 0.5s linear;
       -moz-transition: height 0.5s linear;
        -ms-transition: height 0.5s linear;
         -o-transition: height 0.5s linear;
            transition: height 0.5s linear;
}

#search-modal.open{
    height: 530px;
     -webkit-transition: height 0.5s linear;
        -moz-transition: height 0.5s linear;
         -ms-transition: height 0.5s linear;
          -o-transition: height 0.5s linear;
             transition: height 0.5s linear;
    
}

#search-keywordautocomplete-list {
    position: absolute;
    background-color: #fff;
    width: 100%;
    border-radius: 8px;
    right: 0px;
    top: 34px;
}



/************************** radio ***************************************/

.radio {
    display: flex
}

.radio input {
    display: none
}

.radio span.circle {
    position: relative;
    display: flex;
    border-radius: 9999px;
    border-width: 2px;
    border-color: rgba(0, 0, 0, .6)
}

.radio span.circle:not([class*=ml-]) {
    margin-left: .5rem
}

.radio input:checked~span.circle {
    --border-opacity: 1;
    border-color: #0a5abd;
    border-color: rgba(10, 90, 189, var(--border-opacity))
}

.radio span.circle:not([class*=h-]) {
    height: 1.25rem
}

.radio span.circle:not([class*=w-]) {
    width: 1.25rem
}

.radio input:checked~span.circle:after {
    content: '';
    position: absolute;
    top: 2px;
    right: 2px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    --bg-opacity: 1;
    background-color: #0a5abd;
    background-color: rgba(10, 90, 189, var(--bg-opacity));
    border-radius: 9999px
}

.radio .notice {
    display: none
}

.radio input:checked~span.notice {
    display: block
}


/********************************Blog****************************/

.blog_archive .post>div {
    bottom: -137px;
    transition: .5s ease bottom
}

.similar .post>div {
    bottom: -65px;
    transition: .5s ease bottom
}

.post>img {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content
}

.post {
    height: 320px
}

.post:hover>div {
    bottom: 0;
    transition: .5s ease bottom
}

.desc * {
    font-size: 14px;
    line-height: 26px;
}

.desc h1 {
    font-weight: bold;
    font-size: 32px;
    line-height: 2.5rem;
    margin-bottom: 8px;
    margin-top: 30px;
    color: var(--main-color);
}

.desc h2 {
    font-weight: bold;
    font-size: 24px;
    line-height: 2.5rem;
    margin-bottom: 8px;
    margin-top: 30px;
    color: var(--main-color);
}

.desc h3 {
    font-weight: bold;
    font-size: 19px;
    line-height: 2.5rem;
    margin-bottom: 8px;
    margin-top: 30px;
    color: var(--main-color);
}

.desc h4 {
    font-weight: bold;
    font-size: 16px;
    line-height: 2.5rem;
    margin-bottom: 8px;
    margin-top: 10px;
    color: var(--main-color);
}

.desc h5 {
    font-weight: bold;
    font-size: 12px;
    line-height: 2.5rem;
    margin-bottom: 8px;
    margin-top: 10px;
    color: var(--main-color);
}

.desc h6 {
    font-weight: bold;
    font-size: 10px;
    line-height: 2.5rem;
    margin-bottom: 8px;
    margin-top: 10px;
    color: var(--main-color);
}

.desc strong {
    font-weight: bold;
    font-size: 16px;
}

.desc img,
.desc video {
    margin: 30px 0px;
    border-radius: 8px;
}

.desc a {
    color: var(--main-color);
}

.desc a:hover {
    color: var(--main-forth-color);
    text-decoration: underline;
}

.desc p {
    margin: 15px 0px;
}

.desc ul li {
    margin-right: 30px;
}

.desc ul li::before {
    content: "\2022";
    /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: var(--blue-color);
    /* Change the color */
    font-weight: bold;
    /* If you want it to be bold */
    display: inline-block;
    /* Needed to add space between the bullet and the text */
    width: 1em;
    /* Also needed for space (tweak if needed) */
    margin-left: 0em;
    /* Also needed for space (tweak if needed) */
}

.desc ol {
    list-style: decimal;
    margin-right: 30px;
}

.desc ol li::marker {
    color: var(--blue-color);
    /* Change the color */
    display: inline-block;
    /* Needed to add space between the bullet and the text */
    width: 1em;
    /* Also needed for space (tweak if needed) */
    margin-left: 0em;
    /* Also needed for space (tweak if needed) */
}

blockquote {
    border: 1px solid;
    border-color: var(--main-color);
    background-color: rgba(0, 0, 0, .02);
    border-radius: 8px;
    padding: 2rem;
    position: relative;
    margin: 0.5em auto;
}

.tag {
    background-color: #ACE2E5;
}

.tag:hover {
    background-color: #74AFB2
}



/***********************************Profile***********************************/

.menu-link {
    border-right: 2px solid #fff;
}

.menu-link:hover,
.menu-link.active {
    font-weight: bold;
    color: var(--main-color);
    background: var(--d-blue-100);
}


/********************************Product****************************/

#breadcrumbs a:last-child {
    color: var(--main-color);
}

.tab-handle:not(.active):hover {
    cursor: pointer
}

.tab-handle.active,
.tab-handle:hover {
    color: var(--main-color);
    font-weight: 700;
    cursor: auto;
}

.pro_tab .tab-handle.active,
.pro_tab .tab-handle:hover {
    border-bottom: 2px solid var(--main-color);
}

.brand_tab .tab-handle.active,
.brand_tab .tab-handle:hover {
    background: var(--black-08);
}

.related-products {
    display: none !important
}

.related-products .owl-stage,
.related-products .owl-stage .owl-item {
    display: flex
}

.more-images {
    position: absolute;
    width: 60%;
    height: 60%;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%)
}

.more-images span {
    margin: 0 2px
}

#gallary-modal {
    min-width: 60vw;
    max-width: 800px
}

.rank-slice {
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #D3D3D3;
}

.product_desc ul li{display: flex; vertical-align: middle; align-items: center; font-size: 14px;}
.product_desc ul li:before {
    content:"·";
    font-size:90px;
    padding-top: 20px;
    line-height: 10px;
    color: var(--main-light-color);
}

.dropdown-property {
  position: relative;
}
.dropdown-options-property {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
}

/********************************Share & rating Popover****************************/

[data-popper-arrow],
[data-popper-arrow]:before {
    background: inherit;
    height: 8px;
    position: absolute;
    width: 8px
}

[data-popper-arrow] {
    visibility: hidden
}

[data-popper-arrow]:after,
[data-popper-arrow]:before {
    content: "";
    transform: rotate(45deg);
    visibility: visible
}

[data-popper-arrow]:after {
    background: inherit;
    height: 9px;
    position: absolute;
    width: 9px
}

[role=tooltip]>[data-popper-arrow]:before {
    border-color: #e5e7eb;
    border-style: solid
}

.dark [role=tooltip]>[data-popper-arrow]:before {
    border-color: #4b5563;
    border-style: solid
}

[role=tooltip]>[data-popper-arrow]:after {
    border-color: #e5e7eb;
    border-style: solid
}

.dark [role=tooltip]>[data-popper-arrow]:after {
    border-color: #4b5563;
    border-style: solid
}

[data-popover][role=tooltip][data-popper-placement^=top]>[data-popper-arrow]:after,
[data-popover][role=tooltip][data-popper-placement^=top]>[data-popper-arrow]:before {
    border-bottom-width: 1px;
    border-right-width: 1px
}

[data-popover][role=tooltip][data-popper-placement^=right]>[data-popper-arrow]:after,
[data-popover][role=tooltip][data-popper-placement^=right]>[data-popper-arrow]:before {
    border-bottom-width: 1px;
    border-left-width: 1px
}

[data-popover][role=tooltip][data-popper-placement^=bottom]>[data-popper-arrow]:after,
[data-popover][role=tooltip][data-popper-placement^=bottom]>[data-popper-arrow]:before {
    border-left-width: 1px;
    border-top-width: 1px
}

[data-popover][role=tooltip][data-popper-placement^=left]>[data-popper-arrow]:after,
[data-popover][role=tooltip][data-popper-placement^=left]>[data-popper-arrow]:before {
    border-right-width: 1px;
    border-top-width: 1px
}

[data-popover][role=tooltip][data-popper-placement^=top]>[data-popper-arrow] {
    bottom: -5px
}

[data-popover][role=tooltip][data-popper-placement^=bottom]>[data-popper-arrow] {
    top: -5px
}

[data-popover][role=tooltip][data-popper-placement^=left]>[data-popper-arrow] {
    right: -5px
}

[data-popover][role=tooltip][data-popper-placement^=right]>[data-popper-arrow] {
    left: -5px
}

[role=tooltip].invisible>[data-popper-arrow]:after,
[role=tooltip].invisible>[data-popper-arrow]:before {
    visibility: hidden
}


/********************************Products****************************/
.colors.selected{border-color: var(--main-color);}
.colors.selected span{display: block;}

.yiiPager {
    display: inline-flex;
    direction: ltr;
}

.items_width {
    min-width: 40px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 25px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.switch-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: -5px;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch-slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.switch-slider {
    background-color: #2196F3;
}

input:focus+.switch-slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.switch-slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}


/* Rounded sliders */

.switch-slider.round {
    border-radius: 34px;
}

.switch-slider.round:before {
    border-radius: 50%;
}

/*panel Fade Txt*/

.readall {
    position: relative;
    text-align: right;
    box-sizing: border-box
}

.readall-wrapper {
    text-align: center;
    margin-bottom: 50px;
}

.readall-button {
    margin-bottom: 5px;
    display: inline-block;
    width: 150px;
    padding: 10px 0;
    text-align: center;
    cursor: pointer;
    color: var(--main-color);
}

.readall-hide:after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 46px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, .1), #fff 75%)
}

.category-describtion strong {
    margin: 6px 0px;
    display: block;
}

.products-tabs .tab-handle.active {
    background: #fff;
    border-right: 2px solid var(--main-color);
}


/************************ Price Range *****************************/


/*  This line can be removed it was just for display on CodePen:  */

.container {
    margin-top: 125px;
}

.slider-labels {
    margin-top: 10px;
}


/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */

.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.noUi-target {
    position: relative;
    direction: ltr;
}

.noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    /* Fix 401 */
}

.noUi-origin {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}

.noUi-handle {
    position: relative;
    z-index: 1;
}

.noUi-stacking .noUi-handle {
    /* This class is applied to the lower origin when
   its values is > 50%. */
    z-index: 10;
}

.noUi-state-tap .noUi-origin {
    -webkit-transition: left 0.3s, top .3s;
    transition: left 0.3s, top .3s;
}

.noUi-state-drag * {
    cursor: inherit !important;
}


/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */

.noUi-base,
.noUi-handle {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}


/* Slider size and handle placement;
 */

.noUi-horizontal {
    height: 4px;
}

.noUi-horizontal .noUi-handle {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    left: -7px;
    top: -7px;
    background-color: var(--main-color);
}


/* Styling;
 */

.noUi-background {
    background: #D6D7D9;
}

.noUi-connect {
    background: var(--main-color);
    -webkit-transition: background 450ms;
    transition: background 450ms;
}

.noUi-origin {
    border-radius: 2px;
}

.noUi-target {
    border-radius: 2px;
}


/* Handles and cursors;
 */

.noUi-draggable {
    cursor: w-resize;
}

.noUi-vertical .noUi-draggable {
    cursor: n-resize;
}

.noUi-handle {
    cursor: default;
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
}

.noUi-handle:active {
    border: 8px solid #345DBB;
    border: 8px solid rgba(53, 93, 187, 0.38);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    left: -14px;
    top: -14px;
}


/* Disabled state;
 */

[disabled].noUi-connect,
[disabled] .noUi-connect {
    background: #B8B8B8;
}

[disabled].noUi-origin,
[disabled] .noUi-handle {
    cursor: not-allowed;
}


/************************** Brands ***************************************/
.brand-logobox:hover .title {
  display: block;
}

.brand-desc {
    background: linear-gradient(80deg, #88C5E4 0%, rgba(207, 21, 45, 0) 80%);
}

.box-title-color {
    color: #212121
}

.more-link {
    color: #757575
}




/********************************Basket****************************/

.cart-progress:after {
    content: '';
    display: block;
    height: 4px;
    background: var(--main-second-color);
    width: 99%;
    position: absolute;
    top: 32px;
    z-index: 20;
    right: 1;
}

.cart-progress a:first-child span:first-child:after,
.cart-progress a:last-child span:first-child:after {
    content: '';
    display: block;
    height: 4px;
    background: var(--gray-fa);
    width: calc(50% - 16px);
    position: absolute;
    top: 15px;
    right: 0;
    z-index: 30;
}

.cart-progress a:last-child span:first-child:after {
    right: initial;
    left: 0;
}

@media screen and (min-width:768px) {
    .related-products {
        display: block !important
    }
}

@media only screen and (max-width:768px) {
    video {
        width: 100%;
        height: 486px
    }
    .category {
        min-height: 158px
    }
    .about-img {
        width: 100%
    }
    .modal:not(.custom) {
        width: 100%;
        height: 100%;
    }
    .switch {
        position: absolute;
        left: 18px;
    }
    .post {
        height: auto
    }
}

@media screen and (min-width:768px) {
    .category {
        min-height: 255px
    }
    .text-15-px {
        font-size: 1vw;
    }
    .category-width {
        max-width: 255px
    }
    .category-width-big {
        max-width: 550px
    }
    .category:last-child {
        display: block
    }
    .testimonials .owl-item {
        transform: scale(.85)
    }
    .testimonials .owl-item:not(.active)+.owl-item.active+.owl-item.active {
        transform: scale(1)
    }
    #compare-modal {
        height: 70%
    }
}

@media only screen and (min-width:768px) and (max-width:992px) {
    .text-17-px {
        font-size: 11px
    }
    .w-344 {
        width: 150px
    }
    .category {
        min-height: 174px;
    }
    .first_blog_title {
        width: 370px;
        display: block;
        margin: 0 auto;
    }
    .other_blog_title {
        width: 567px;
        display: block;
        margin: 0 auto;
    }
}

@media only screen and (min-width:992px) and (max-width:1024px) {
    .w-344 {
        width: 200px
    }
    .h-176 {
        height: 160px
    }
    .text-17-px {
        font-size: 12px
    }
}

@media only screen and (min-width:1024px) and (max-width:1200px) {
    video {
        width: 324px
    }
    .text-17-px {
        font-size: 12px
    }
    .w-344 {
        width: 320px
    }
    .h-176 {
        height: 175px
    }
}

@media only screen and (min-width:1100px) and (max-width:1500px) {
    .text-15-px {
        font-size: 1vw;
    }
}

@media only screen and (min-width:1500px) and (max-width:2000px) {
    .text-15-px {
        font-size: 0.80vw;
    }
}

@media only screen and (min-width:2000px) and (max-width:3000px) {
    .text-15-px {
        font-size: 0.70vw;
    }
}