
html, body {
        direction:rtl; /* rtl*/
	background-color:#ffffff;
        font-family:'FbAbsoluti', sans-serif;;
	color:#000000;
	overflow-x:clip;
        text-align:right;
        font-size:14px;
}

    
p{
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
}

.footericons .fab {
    font-size:25px;
    color:#fff;
}


.footericon {
    margin:0 5px;
}


.footericons {
    display:flex;
    align-items:Center;
}

.brands_slider h2 {
    font-size: 25px;
    font-weight: Bold;
}

.brands_slider {

    margin: 0 auto;
    text-align: center;
    margin-top:15px;
}

.footer_row .row {
    justify-content: space-around;
    align-items: center;
}

.psticker {
    
    width: 85px;
    margin-right: 15px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin-bottom:5px;
   
}
.pstickers {
    position:absolute;
    bottom:2px;
    z-index:99;
    pointer-events: none;
}

.error_msg {
    font-size:1.2em;
}

.finish_cart {
    font-size: 2em;
}

.finish_cart h1 {
    font-size: 3em;
}

.roundedsticker {
    border-radius:15px;
 }
.circlesticker {
    padding-top: 15px;
    width: 60px;
    padding-bottom: 15px;
    border-radius: 50%;
}
.squaresticker {
    width:60px;
    height:60px;
    display:flex;
    justify-content:center;
    align-items:center;
 
}
 .heart {
    position: relative;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@keyframes pulse_animation {
    0% { transform: scale(1); }
    30% { transform: scale(1); }
    40% { transform: scale(1.08); }
    50% { transform: scale(1); }
    60% { transform: scale(1); }
    70% { transform: scale(1.05); }
    80% { transform: scale(1); }
    100% { transform: scale(1); }
}

@keyframes wiggle {
    0% { transform: rotate(0deg); }
   80% { transform: rotate(0deg); }
   85% { transform: rotate(5deg); }
   95% { transform: rotate(-5deg); }
  100% { transform: rotate(0deg); }
}

.rounded-xl {
    border-radius: 4rem !important;
}

.placeholder-dark::placeholder {
    color: #000000;
}

.form-control-xl {
    height: calc(2em + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.4rem;
    line-height: 1.5;
    border-radius: 0.4rem;
}

.bg-max-green {
    background-color: #21b504;
}

.btn-group-xl>.btn, .btn-xl {
    padding: 0.5rem 1rem;
    font-size: 2rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.wiggle {
  animation: wiggle 1.5s infinite; 
}

.rubberband {
  animation:rubberband 2.5s infinite;
 }
  @-webkit-keyframes rubberband {
  0% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  30% {
  -webkit-transform: scale3d(1.25, 0.75, 1);
  transform: scale3d(1.25, 0.75, 1);
  }
  40% {
  -webkit-transform: scale3d(0.75, 1.25, 1);
  transform: scale3d(0.75, 1.25, 1);
  }
  50% {
  -webkit-transform: scale3d(1.15, 0.85, 1);
  transform: scale3d(1.15, 0.85, 1);
  }
  65% {
  -webkit-transform: scale3d(.95, 1.05, 1);
  transform: scale3d(.95, 1.05, 1);
  }
  75% {
  -webkit-transform: scale3d(1.05, .95, 1);
  transform: scale3d(1.05, .95, 1);
  }
  100% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  }
  @keyframes rubberBand {
  0% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  30% {
  -webkit-transform: scale3d(1.25, 0.75, 1);
  transform: scale3d(1.25, 0.75, 1);
  }
  40% {
  -webkit-transform: scale3d(0.75, 1.25, 1);
  transform: scale3d(0.75, 1.25, 1);
  }
  50% {
  -webkit-transform: scale3d(1.15, 0.85, 1);
  transform: scale3d(1.15, 0.85, 1);
  }
  65% {
  -webkit-transform: scale3d(.95, 1.05, 1);
  transform: scale3d(.95, 1.05, 1);
  }
  75% {
  -webkit-transform: scale3d(1.05, .95, 1);
  transform: scale3d(1.05, .95, 1);
  }
  100% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  } 

  .tada {
      animation: tada 1.5s infinite; 
  }
  @-webkit-keyframes tada {
  0% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  10%, 20% {
  -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
  -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
  -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  }
  @keyframes tada {
  0% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  10%, 20% {
  -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
  -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
  -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  } 



.pulse {
    
    animation-name: pulse_animation;
    animation-duration: 800ms;
    transform-origin:70% 70%;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}


@-webkit-keyframes bounce {
    0% { transform: translateY(-10px)  }
    50% { transform: translateY(8px) }
    100% { transform: translateY(-10px) }
}

@keyframes bounce {
    0% { transform: translateY(-10px)  }
    50% { transform: translateY(8px) }
    100% { transform: translateY(-10px) }
}

.bounce {
    -webkit-animation: bounce 2s infinite ease-in-out;    -o-animation: bounce 1s infinite ease-in-out;
    -ms-animation: bounce 2s infinite ease-in-out; 
    -moz-animation: bounce 2s infinite ease-in-out; 
    animation: bounce 2s infinite ease-in-out;
}


.heart:before,
.heart:after {
   position: absolute;
   content: "";
   left: 40px;
   width: 40px;
   height: 60px;
   background: red;
   border-radius: 50px 50px 0 0;
   transform: rotate(-45deg);
   transform-origin: 0 100%;
}
.heart:after {
      left: 0;
      transform: rotate(45deg);
      transform-origin: 100% 100%;
}
.heart span {
    position:absolute;
    z-index:3;
    margin-bottom:10px;
}
.productslider {
    max-width:1400px;
    margin:0 auto;
}
.productslider .product_b {
    margin:5px;
}
@media(max-width:960px) {
    .psticker {
        font-size:12px;
       
    }
    .pstickers {
        bottom: 12px;
        right: -3px;
    }
}
/*
body {
	background-color:#ffffff;
	/*margin:0; 
	 font-family:"Open Sans Hebrew", Arial;* /
	
	color:#000000;
	-webkit-transform:scale(1);
}*/ 
input, textarea {
	color:#000000;
}
/*--- Loading Icon ---*/
.no-js #loader {
	display:none;
}
img[src=""], img[src="undefined"] {
    content:url("data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==");
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE 8 */
    filter:alpha(opacity=50); /* IE 5-7 */
    -moz-opacity:0; /* Netscape */
    -khtml-opacity:0; /* Safari 1.x */
    opacity:0;/* Good browsers */
}
/*
.header_1 .menu-plus{
float: left;
}*/
.js #loader {
	display:block;
	position:absolute;
	top:0;
	left:100px;
}
.se-pre-con {
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:#ffffff;
	z-index:9999;
}
.se-pre-con img {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 250px;
}
.packagecontainer {
   position: absolute;
    width: fit-content;
    z-index: 3;
    left: 10px;
    bottom: 10px;
    background-color: #eeca02;
    border-radius: 10px;
    box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.3);
    border: 2px solid #fff;
}
#loading_products {
    display:none;
}
.packagecontainer .arrowup {
  width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    position: absolute;
    left: 0;
    right: 28px;
    top: -15px;
    border-bottom: 15px solid #eeca02
}
.packageindicator {
    font-weight: bold;
    padding:5px;
    font-size: 14px;
}
html::-webkit-scrollbar {
	width:12px;
}
html::-webkit-scrollbar-track {
	-webkit-box-shadow:inset 0 0 6px rgba(0, 0, 0, 0.3);
	-webkit-border-radius:10px;
	border-radius:10px;
}
html::-webkit-scrollbar-thumb {
	-webkit-border-radius:10px;
	border-radius:10px;
	background:rgba(0, 0, 0, 0.8);
	-webkit-box-shadow:inset 0 0 6px rgba(0, 0, 0, 0.5);
}
html::-webkit-scrollbar-thumb:window-inactive {
	background:rgba(0, 0, 0, 0.4);
}
body.fixed.header.first {
	padding-top:90px;
}
body.fixed.header.second {
	padding-top:110px;;
}
body.fixed.header.no_cats.second {
	padding-top:110px;
}
body.fixed.header.third {
	padding-top:105px;
}
body.fixed.header.fourth {
	padding-top:105px;
}
body.fixed.header.fifth {
	padding-top:145px;
}
/*
div {
	vertical-align:top;
}
form {
	margin:0;
	padding:0;
}*/
input, textarea {
    font-size:18px;
	color:#000000;
}
select[name="group"] {
    font-size: 18px;
}
/*
input, textarea, img, label {
	vertical-align:middle;
}
*/
img {
	border:0;
         max-width:100%;
}
label {
	cursor:pointer;
}
a:hover {
	text-decoration:none;
}
div.floats {
	width:100%;
	overflow:hidden;
}
div.clear {
	clear:both;
	font-size:0;
}
.row.half-height1 {
    min-height:50vh;
    display:block;
    height:50vh;
    overflow:hidden;
}
.product_wrapper.each {
    float:right;
   /* padding:0; */
       padding:1%;
}
@media only screen and (max-width:700px) {
.product_wrapper.each {
    width:50% !important;
} 
}
/*--- Loading CSS3:---*/
.sk-wandering-cubes {
	margin:auto;
	width:100px;
	height:100px;
	position:relative;
}
.sk-wandering-cubes .sk-cube {
	background-color:#333333;
	width:30px;
	height:30px;
	position:absolute;
	top:0;
	left:0;
	-webkit-animation:sk-wanderingCube 1.8s ease-in-out -1.8s infinite both;
	animation:sk-wanderingCube 1.8s ease-in-out -1.8s infinite both;
}
.sk-wandering-cubes .sk-cube2 {
	-webkit-animation-delay:-0.9s;
	animation-delay:-0.9s;
}
@-webkit-keyframes sk-wanderingCube {
	0% {
		-webkit-transform:rotate(0deg);
		transform:rotate(0deg); }
	25% {
		-webkit-transform:translateX(30px) rotate(-90deg) scale(0.5);
		transform:translateX(30px) rotate(-90deg) scale(0.5); }
	50% {
		/* Hack to make FF rotate in the right direction */
		-webkit-transform:translateX(30px) translateY(30px) rotate(-179deg);
		transform:translateX(30px) translateY(30px) rotate(-179deg); }
	50.1% {
		-webkit-transform:translateX(30px) translateY(30px) rotate(-180deg);
		transform:translateX(30px) translateY(30px) rotate(-180deg); }
	75% {
		-webkit-transform:translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
		transform:translateX(0) translateY(30px) rotate(-270deg) scale(0.5); }
	100% {
		-webkit-transform:rotate(-360deg);
		transform:rotate(-360deg); }
}
@keyframes sk-wanderingCube {
	0% {
		-webkit-transform:rotate(0deg);
		transform:rotate(0deg); }
	25% {
		-webkit-transform:translateX(30px) rotate(-90deg) scale(0.5);
		transform:translateX(30px) rotate(-90deg) scale(0.5); }
	50% {
		/* Hack to make FF rotate in the right direction */
		-webkit-transform:translateX(30px) translateY(30px) rotate(-179deg);
		transform:translateX(30px) translateY(30px) rotate(-179deg); }
	50.1% {
		-webkit-transform:translateX(30px) translateY(30px) rotate(-180deg);
		transform:translateX(30px) translateY(30px) rotate(-180deg); }
	75% {
		-webkit-transform:translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
		transform:translateX(0) translateY(30px) rotate(-270deg) scale(0.5); }
	100% {
		-webkit-transform:rotate(-360deg);
		transform:rotate(-360deg); }
}
/*--- Main page images bar:---*/
/*.container {
	width:100%;
	padding:0;
}
*/
#popup {
	position:fixed;
	top:0;
	right:0;
	width:100%;
	height:100%;
	background-color:rgba(0, 0, 0, 0.7);
	text-align:center;
	font-size:0;
	line-height:100%;
	z-index:125;
}
#popup .close {
	position:fixed;
	top:10%;
	right:10%;
	
font-size:30px;
	color:#f22b2b;
	opacity:1;
	filter:alpha(opacity=100);
        text-shadow:0 1px 0 #f22b2b;
}
#popup .helper {
	display:inline-block;
	height:100%;
	vertical-align:middle;
}
#popup img {
	max-width:95%;
	max-height: 90%;
}
 
header.fixed {
	position:fixed;
	top:0;
	right:0;
	width:100%;
	background-color:#ffffff;
                    border-top:3px solid #575757;
	z-index:99;
        /*height:55px;*/
        vertical-align:middle;
        line-height:55px;
}
nav.mainnav {
	background-color:#4db7ff;
}
nav.mainnav.fixed {
	position:fixed;
	right:0;
	width:100%;
	/* background-color:#4db7ff;*/
	/*background-color:#ffffff;
	 overflow:hidden;*/
	z-index:95;
}
@media(max-width:960px) {
.creditmaxshop {
    
    height:135px;
}
.packagecontainer {
    bottom:35px;
}
.packageindicator {
    
font-size:10px;
}
.packagecontainer .arrowup {
    right:16px;
}
}
nav.mainnav.first.fixed {
	top:90px;
}
nav.mainnav.second.fixed {
	top:110px;
}
nav.mainnav.third.fixed {
	top:55px;
}
nav.mainnav.fourth.fixed {
	top:57px;
}
nav.mainnav.fifth.fixed {
	top:95px;
}
    
i.fas.fa-bars.menu {
    font-size:22pt;
    vertical-align:middle;
    color:black;
}
nav.mainnav.fourth .sub:hover i.fas.fa-bars.menu { 
    color:#4db7ff; /*red;*/
}
#sac {
	display:none;
	position:fixed;
	background-color:#ffffff;
	z-index:100;
	border:1px solid #dedede;
	-webkit-border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-bottomleft:5px;
	border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;
}
#sac > div a {
    
	display:block;
	width:100%;
	padding:5px;
	text-decoration:none;
}
#sac > div a:hover {
	background-color:#3399ff;
	color:#ffffff;
}
#sac > div a img {
	max-width:30px;
	max-height:30px;
	border:2px solid #e3e3e3;
}
#products_info {
	display:none;
	position:fixed;
	top:0;
	right:0;
	width:100%;
	height:100%;
	background-color:rgba(0, 0, 0, 0.7);
	z-index:123;
}
#products_info .content-wrapper {
	position:relative;
	top:8%;
	margin: 0 auto;
	width:95%;
	height:80%;
	background-color:#ffffff;
	padding:5px;
	border-radius:15px;
}
#products_info .content {
    overflow:hidden;
    overflow-y: auto;
    height: 100%;
}
#products_info .content .sk-wandering-cubes {
	top:40%;
}
#products_info .close {
	position:absolute;
	top:10%;
	left:5%;
	margin-left:20px;
	z-index:90;
	font-size: 50px;
	cursor: pointer;
}
#products_info .product_page {
    margin-bottom: 2em;
}
#products_info .fixed-bottom-button {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}
#products_info .fixed-bottom-button .fixed-addtocart { 
    left: 50%;
    transform: translate(-50%, 0%);
    position: fixed;
    width: 50% !important;
    border-radius: 50rem!important;
    font-size: 1.75rem;
}
#products_info .fixed-bottom-button .addtocart {
    width: auto;
    font-weight: bold;
    border-radius: 6px;
}
#products_info .fixed-bottom-button .quantity {
    font-size: 1.7em;
    border: 3px solid #fff;
    background-color: #e3e3e3;
    width: auto;
}
#products_info .fixed-bottom-button .quantity .plus,
#products_info .fixed-bottom-button .quantity .minus {
    border-radius: 50%;
    cursor: pointer;
    background: #000;
    color: #fff;
    outline: 3px solid #fff;
    width: 1.7em;
    height: 1.7em;
    text-align: center;
    font-size: 2em;
}
#products_info .fixed-bottom-button .quantity .product_amount {
    max-width: 4ch;
    border: none;
    text-align: center;
    font-size: 2em;
    background-color: #e3e3e3;
}
@media(max-width:960px) {
#products_info .close {
	top:3%;
	left:0;
	color: red;
    background: white;
    border-radius: 50%;
    opacity: 1;
}
#products_info .breadcrumbs {
    display: none;
}
#special_discounts .container {
    padding:0px !important;
}
    
}
.max-icon svg {
    display:inline-block;
    font-size:inherit;
    text-rendering:auto;
    fill: currentColor;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale
}
#products_info.products_style4 {
    height: calc(100% - 6rem);
}
#products_info.products_style4 .fixed-bottom-button .addtocart {
    border-radius: 2.5rem;
}
#products_info.products_style4 .content-wrapper {
    top: 0;
    height: 100%;
    width: 100%;
    border-radius: 0;
}
#products_info.products_style4 .product_page .innerproduct {
    min-height: 100%;
}
#products_info.products_style4 .left-panel.position-sticky {
    top: 0;
    background-color: #ffffff;
}
@media(min-width:576px) {
    #products_info.products_style4 .left-panel.position-sticky {
        top: 50%;
        transform: translateY(-50%);
        background-color: unset;
    }
    #products_info.products_style4 .product_page {
        height: 100%;
        margin-bottom: 0;
    }
}

/*--- Main Page ---*/
.main_text {
	margin-top:10px;
	padding-left:5px;
}
.main_text > div {
	background-color:#efefef;
	padding:10px;
}
.main_text h1 {
	display:block;
	margin:0;
	padding:0 0 10px 0;
	font-weight:bold;
font-size:15px;
	color:#000000;
}
.main_text .image {
	text-align:center;
}
.main_text .image img {
	max-width:100%;
}
.main_form {
	margin-top:10px;
	padding-right:5px;
}
.main_form .w {
	background-color:#ff6011;
	padding-bottom:10px;
}
.main_form .title {
	width:100%;
	padding-top:10px;
	text-align:center;
	
font-size:20px;
	color:#000000;
}
#mf_name, #mf_phone {
	display:block;
	width:90%;
	height:43px;
	background-color:#ffffff;
	margin:10px auto 0 auto;
	padding:0 10px 0 10px;
	text-align:center;
	
	line-height:43px;
	color:#000000;
	border:1px solid #dcdcdc;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.main_form .submit {
	display:block;
	width:90%;
	height:43px;
	background-color:#000000;
	margin:10px auto 0 auto;
	padding:0 10px 0 10px;
	text-align:center;
	font-weight:bold;
font-size:25px;
	line-height:43px;
	color:#ffffff;
	border:0;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
/*--- Categories list fast search ---*/
.fast_search {
	margin-top:10px;
}
.fast_search .title {
    display:inline-block;
	padding-left:0;
}
.fast_search .title > div {
    margin:6%;
    /* height:50px; */
    /* background-color:#464646; */
    /* margin-top:10px; */
    text-align:center;
    font-weight:bold;
font-size:18px;
    line-height:50px;
    /* color:#ffffff; */
}
.fast_search .select {
    display:inline-block;
	/*padding-right:0;*/
}
.fast_search .select > div {
	/*height:70px;*/
	/*background-color:#464646;*/
	padding-top:10px;
}
.fast_search .select .fs_selectbox {
	width:90%;
	height:50px;
	background:#242424 url("../images/select_closed.png") 95% center no-repeat;
	text-align:center;
	font-weight:bold;
font-size:16px;
	line-height:50px;
	color:#ffffff;
	cursor:pointer;
}
.fast_search .select .fso {
	display:none;
	position:absolute;
	width:90%;
	max-height:250px;
	cursor:pointer;
	overflow:auto;
	z-index:9;
}
.fast_search .select .fso input {
	display:none;
}
.fast_search .select .fso > div {
	width:100%;
	height:30px;
	background-color:#f3f3f3;
	text-align:center;
	
font-size:15px;
	line-height:30px;
	color:#000000;
	cursor:pointer;
	z-index:9;
}
.fast_search .select .fso > div.active {
	background-color:#d7d7d7;
}
.fast_search .select .fso > div:hover {
	-webkit-transition:all 150ms ease;
	-moz-transition:all 150ms ease;
	-o-transition:all 150ms ease;
	-ms-transition:all 150ms ease;
	transition:all 150ms ease;
}
/*--- Categories list ---*/
#categories_list .w {
	background:url("../images/cats_list_bg.png");
	/*padding:15px;*/
}
#categories_list .w > div > div {
	/*padding:0;*/
}
.category_block {
    float:right;
            padding:1%;
            padding-right: 0;
           /*   padding:0;
      
padding:0.5%; padding:0 0 5px 5px;*/
}
.category_block .image_product {
    height:100%;
    width:100%;
     margin:0 auto;
    background-repeat:no-repeat;
    background-size:100%;
    background-position:center;
}
/* sub_cat display */
.category_block .sub {
	display:none !important;
}

@media(min-width:961px) {
.menu-item-category-text {
    font-size: 18px !important;
}
.menu-item-text {
    font-size: 18px !important;
}
.cat.first:hover .sub{
	display:block !important;
}
.sidebarcats {
	display:none;
}
}
/* sub_cat display end */
@media only screen and (max-width:960px) {
.category_block {
    width:50%;
    
}
.carousel.part2 {
  display:none !important;
}
.first-cat {
	width:50%;
}
.cat.first > div .sub {
	display:none !important;
}
}
.category_block .cat  {
    width:98%;
}
.category_block:nth-child(4n+1){
    clear:both
}
.product_block .title {
 
    width:85%;
    margin:0 auto;
    text-align:Center;
}
.product_block:nth-child(4n+1){
    clear:both
}
@media only screen and (max-width:960px) {
.category_block:nth-child(2n+1){
    clear:both
}
.product_block:nth-child(2n+1){
    clear:both
}
}

@media(min-width:961px) {

    .product_block9,.product_block9:hover {
        border-radius:0px !important;
        border:1px solid #b5b5b5 !important;
        height:410px !important;
    }

    .product_block9 .bottom_container .row {
        width:auto;
        right:0px !important;
        margin-left:5px;
        margin-right:0px !important;
    }

}


.product_block9 .price span {
    font-size:10px;
    margin-right:3px;
}

.product_block9 small {
    margin-left:3px;
    font-size:12px;
    font-weight:bold;
}

.product_block9 .price {
    display:flex;
    align-items:center;
    flex-direction:row-reverse;
    font-size:20px !important;
}

.brands_filter label {
    font-size:16px;
}

.form-check-inline .form-check-input {
    margin-left:4px;
}

.brand-container {
    width:120px;
    margin-top:15px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    margin:10px;
}

.brand-container img {
 
    transition:all 0.3s;
    max-width:100%;
    max-height:100%;
}

.brand-container .sub_contain {
       border:1px solid #ececec;
       width:120px;
       transition:all 0.3s;
       height:120px;
    border-radius:200px;
        display: flex;
        justify-content: center;
        align-items: center;
}

.brand-container:hover .sub_contain {
    transform:scale(1.05);
}

.brand-container span {
    color: #454f5b;
    width: 100%;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    line-height: 1.618;
    padding-top: 8px;
    height:35px;
    touch-action: manipulation;
    text-rendering: optimizeLegibility;
}

.brands_container {
    display:flex;
    align-items:center;
    justify-content: center;
    margin:10px;
    flex-wrap:wrap;
    
    
}

@media(max-width:960px) {
    
    .brands_container {

        height: 100%;
        display: flex;
        padding: 8px 0px;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        justify-content: flex-start;
        max-width: 100%;
        width:auto !important;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        padding: 0;
        -webkit-overflow-scrolling: touch;

    }
    
    .brand_container {
        width:100%;
    }
    
    .sub_contain {
        width:100px;
        height:125px;
        display:flex;
        flex-direction:column;
        justify-content:center;
    }

}

.product_block9 .main_image {
    width:100%;
    max-height:200px;
    background:#ececec;
}

.product_block9 .price {
    margin-left:5px;
}

.product_block9 .amount_selector {
    display:flex;
    justify-content:center;
    align-items:center;
    width:100%;
    position:absolute;
    text-align:Center;
    top:0;
    bottom:0;
    left:0;
    right:0;
    visibility:hidden;
    opacity:0;
    transition:all 0.3s;
    font-size:20px;
    font-weight:bold;
}


.product_block9 .rowtotal  {
    flex-direction:row-reverse;
    width:65%;
    align-items:Center;
    justify-content:center;
}

.showplusminus {
    visibility:visible !important;
    opacity:1 !important;
}


.product_block9 .addtocart_button {
    position:relative;
    background-color:#EFEFEF;
    
}


.product_block9 .a_selector {
    cursor: pointer;
    font-size: 26px;
    width: 55px;
    height: 41px;
    padding: 0!important;
    color:#fff;
    background: #000;
}

.product_block9:hover .price, .product_block9:hover  .price_old {
    visibility:visible !important;
    opacity:1 !important;
}

.product_block9 #product_amount {
    font-weight:bold;
}


.product_block9 .kg-quantity input[type=radio]:checked + label.kg-quantity-item {
    border-radius:0px !important;

}



.product_block9 .bottom_container {
    display:flex;
    align-items:Center;
    justify-content:space-around;
    position: absolute;
    bottom: 52px;
    left: 0;
    right: 0;
}


 .product_block9 .price_old {
    font-size:14px !important;
}


.product_block9 .kg-quantity {
    border-radius:0px !important;
    margin:0px !important;
}

.product_block9 #product_amount {
    background:none;
    width:70%;
    display:inline-block;
}

.product_block9 .addtocart_text {
    width: 100%;
    border: 0;
    padding: 5px;
    font-size: 21px;
    cursor:pointer;
    transition:all 0.3s;
    color:#fff;
    background: #000;

}

.hidebutton {
    visibility:hidden !important;
    opacity:0 !important;
}

.product_block9 .addtocart_container {
    position:absolute;
    bottom:0;
    left:0;
    right:0;
}

.cat.first > div {
	/*width:90%;
	margin:0 auto;
        min-height:325px;
	padding:1%; 10px 5px 10px 5px;*/
	/*background-color:#ffffff;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;*/
	border-radius:5px;
	border:1px solid #ececec;
}

.cat.first > div .image {
/*	display:block;
	width:100%;
	text-align:center;
	font-size:0;
	 line-height:230px; 
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;*/
}
.cat.first > div .image img {
	max-width:100%;
	/*max-height:230px;*/
}
.cat.first > div .title {
    display: block;
    text-align: center;
    top: 88px;
    font-size:25px;
    left: 0;
    line-height:35px;
    font-weight: bold;
    right: 0;
    text-shadow: 3px 3px 7px rgba(0, 0, 0, 1);
    color: #fff;
    position: absolute;
    /* padding: 10px 0 10px 0; */
    padding: 0 5%;
    margin-top: 20px;
    /* padding-bottom: 20px; */
    text-align: center;
}
.cat.first > div .sub,.cat.first > div .hidden_sub {
	 
}
.cat.first > div .sub {
	/*width:100%;*/
	/*padding-bottom:20px;*/
	text-align:center;
}
/*, .cat.first > div .sub * , .cat.first > div .sub_toggle div * */
.cat.first > div .sub,.cat.first > div .sub_toggle div {
	 
            font-size:15px; 
	color:#8c8c8c;
}
.cat.first .sub_closed {
	display:none;
}
.load {
	display:none;
	
}

.catproducts {
    margin-top:25px;
}
.catproducts .maintitle {
    max-width:1000px;
    margin:7px 5px;
    font-size:25px;
    font-weight:Bold;
    
}
.catproducts .cat_title a {
    margin-top:3px;
    font-size:16px;
    margin-right:15px;
    color:#000000;
}
.catproducts .cat_title {
    display:Flex;
    align-items:Center;
     margin-top:20px;
}
.prodacts_home .category_title {
    border-radius: 16px;
    border: 2px solid white;  
}
.swiper-wrapper {
    align-items:center;
}
.swiper-button-next::after, .swiper-button-prev::after {
    font-size:25px !important;
}
.swiper-button-next, .swiper-button-prev {
    background-color:#000000;
    color:#ffffff !important;
}
.catproducts .swiper-container {
    padding-bottom:35px;
}
.prodacts_home .swiper-container .product_b , .catproducts .swiper-container .product_b {
    width:270px;
    height:410px !important;
}
#special_discounts .product_block ,.related_products .product_block {
    width:300px;
}

#special_discounts .owl-item .product_block , .related_products .owl-item .product_block {
    width:100%;
    max-width: 100%;
}

.related_products {
    margin-top:25px;
}
    #special_discounts .swiper-container , .related_products .swiper-container {
        max-width:1200px;
        height: 100%;
    }
   .prodacts_home .swiper-container , .catproducts .swiper-container {
      max-width:1080px;
      height: 100%;
    }
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
.cat.first .toggle {
	display:block;
	width:19px;
	height:19px;
	margin:0 auto;/*5px auto */
	color:#000000;
	line-height:19px;
	cursor:pointer;
}
.nav > ul > li.sub .toggle span {
	margin:13px 0 0 0;
}
nav.mainnav.first .nav > ul > li > a img.top_icon {
	display:table;
	margin:0 auto -15px auto;
}
/*
.cat.first .toggle span, .cat.first .toggle span:before, .cat.first .toggle span:after {
	display:block;
	position:absolute;
	width:19px;
	height:2px;
	background:#000000;
	border-radius:1px;
	cursor:pointer;
	content:"";
}
.cat.first .toggle span:before {
	top:-6px;
}
.cat.first .toggle span:after {
	bottom:-6px;
}
*/
/*
.cat.first .toggle.active span {
	background-color:transparent;
}
.cat.first .toggle.active span:before, .cat.first .toggle.active span:after {
	top:0;
}
.cat.first .toggle span, .cat.first .toggle span:before, .cat.first .toggle span:after {
	transition:all 250ms ease-in-out;
}
.cat.first .toggle.active span:before {
	transform:rotate(45deg);
}
*/
.cat.first .toggle i.fa-times{
	     display:none;
}
.cat.first .toggle.active i.fa-times{
	 display:inline-block;
}
.cat.first .toggle i.fa-bars{
             	 display:inline-block;
}
.cat.first .toggle.active i.fa-bars{
	     display:none;
}
.cat.first .toggle i{
	transition:all 250ms ease-in-out;
}
.cat.first .toggle.active i {
	transform:rotate(90deg);
}
.cat.first.nsec .sub_closed a {
	display:inline-block;
            color:#8c8c8c;
}
.cat.first .toggle.active span:after {
	transform:rotate(-45deg);
}
.cat.second .round {
	position:relative;
	width:100%;
	height:240px;
	margin-top:25px;
	text-align:center;
	z-index:1;
}
.cat.second .round img {
	position:relative;
	width:80%;
	max-height:240px;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	-webkit-box-shadow:0 10px 20px 0 rgba(0, 0, 0, 0.5);
	-moz-box-shadow:0 10px 20px 0 rgba(0, 0, 0, 0.5);
	box-shadow:0 10px 20px 0 rgba(0, 0, 0, 0.5);
	z-index:2;
}
.cat.second .round .title {
	display:block;
	position:absolute;
	top:50%;
	width:100%;
	margin-top:-12px;
	text-align:center;
	font-weight:bold;
font-size:24px;
	color:#ffffff;
	text-shadow:3px 3px 7px rgba(0, 0, 0, 1);
	z-index:3;
}
.cat.second .sub {
	width:100%;
	text-align:center;
	margin-top:10px;
}
/* , .cat.second .sub **/
.cat.second .sub {
	
font-size:15px;
	color:#ffffff;
}
.cat.third > div {
	width:90%;
	margin:auto;
	padding:10px 5px 10px 5px;
	background-color:#ffffff;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-box-shadow:0 10px 20px 0 rgba(0, 0, 0, 0.5);
	-moz-box-shadow:0 10px 20px 0 rgba(0, 0, 0, 0.5);
	box-shadow:0 10px 20px 0 rgba(0, 0, 0, 0.5);
}
.cat.third > div .title {
	display:block;
	width:100%;
	text-align:center;
	padding:0 0 10px 0;
	font-weight:bold;
font-size:16px;
	color:#000000;
}
.cat.third > div .image {
	display:block;
	position:relative;
	width:100%;
	text-align:center;
	font-size:0;
	line-height:230px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.cat.third > div .image img {
	max-width:100%;
	max-height:230px;
}
.cat.third > div .sub {
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
	background-color:rgba(0, 0, 0, 0.5);
	padding-top:10px;
	opacity:0;
	filter:alpha(opacity=0);
}
.cat.third:hover > div .sub {
	opacity:1;
	filter:alpha(opacity=100);
	-webkit-transition:all 150ms ease;
	-moz-transition:all 150ms ease;
	-o-transition:all 150ms ease;
	-ms-transition:all 150ms ease;
	transition:all 150ms ease;
}
.cat.first:hover > div .sub_closed {
	display:block;
}
.cat.third > div .sub a {
	display:block;
	
font-size:15px;
	line-height:32px;
	color:#ffffff;
}
.cat.cat-18 a.btn {
    font-size: 2em;
    border-radius: 4rem;
    border: 2px solid rgba(0,0,0, 0.25);
    box-shadow: 0 1px 8px 0 #000000;
    height: 100%;
    display: flex !important
;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.cat.cat-18 a.btn:hover {
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
    box-shadow: 0 1px 5px 0 #000000;
}
.circle-cat {
box-shadow: rgb(0 0 0 / 16%) 0px 10px 36px 0px, rgb(0 0 0 / 6%) 0px 0px 0px 1px;
max-height:220px;
object-fit: scale-down;
aspect-ratio: 1;
}
.click-effect{
transition: all 0.2s ease-out;
}
.click-effect:active {
transform: scale(0.95);
}

/*--- Last Products List ---*/
.lpl {
	width:100%;
	height:50px;
	background-color:#ff6011;
	margin-top:10px;
	text-align:center;
}
.lpl a {
	display:inline-block;
	height:50px;
	padding:0 20px 0 20px;
	font-weight:bold;
font-size:17px;
	line-height:50px;
	color:#ffffff;
}
.lpl a.active {
	background-color:#000000;
	color:#ffffff;
	border-right:2px solid #ffffff;
	border-left:2px solid #ffffff;
}
.products_wrap {
	position:relative;
	overflow:hidden;
            padding:1%;
}
.products_bg {
	//background:url("../images/products_list_bg.png") repeat;
	padding:20px;
}
.total_row {
	background:url("../images/products_list_bg.png") repeat;
	padding:20px 10% 20px 10%;
	text-align:center;
	font-weight:bold;
font-size:17px;
}
.total_row > span {
	padding-left:30px;
}
.products_wrap .owl-prev, .products_wrap .owl-next {
	position:absolute;
	top:140px;
	right:16px;
	width:45px;
	height:45px;
	background:url("../images/icon_products_right.png") no-repeat;
	font-size:0;
	cursor:pointer;
	z-index:90;
}
.products_wrap .owl-next {
	right:auto;
	left:-12px;
	// left:-30px;
	background:url("../images/icon_products_left.png") no-repeat;
}
.products_wrap .pages {
	width:100%;
	height:15px;
	text-align:center;
	font-size:0;
	z-index:90;
	overflow:hidden;
}
.products_wrap .pages span {
	display:inline-block;
	width:15px;
	height:15px;
	background-color:#000000;
	margin:0 5px 0 5px;
	font-size:0;
	cursor:pointer;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
}
.products_wrap .pages .cycle-pager-active {
	background-color:#ff6011;
}
.products_wrap > .content > .cycle-carousel-wrap > .cycle-slide {
	display:block;
	float:right;
}
.product_b {
	position:relative;
	background-color:#ffffff;
	border:1px solid #cfcfcf;
        border-color:#cfcfcf !important;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
           /*	width:100%;
	margin:0 15px 15px 0;
	padding-bottom:10px;
            padding:1%;*/
            height: 350px;
}
.product_b .sticker {
	position:absolute;
	top:0;
	left:0;
	font-size:0;
	z-index:90;
}
.product_b .info {
	display:block;
	position:absolute;
	top:0;
	right:0;
	width:40px;
	height:40px;
	background:url('../uploads/4964e6c9298dee8/16608097154058.png') no-repeat;
	background-size:100% 100%; 
	cursor:pointer;
        z-index: 1;
}
.sixth .info {
    background-image:none;
}
.product_b .images {
    overflow: hidden;
    position: relative;
    width: 100%;
    max-height: 200px;
    margin: auto;
    text-align: center;
    display: inline-block;
    white-space: nowrap;
    overflow-x: auto;
}
.product_b .images > a {
    display: inline-block;
}
.product_b.third .images {
	font-size:0;
	line-height:110px;
}
.product_b .images .owl-item {
	font-size:0;
	line-height:230px;
}
.product_b .images img {
	max-width:100%;
	max-height:200px;
}
.product_b .images .owl-nav {
	display:none;
}
.product_b .images .owl-dots {
	position:absolute;
	bottom:0;
	width:100%;
	height:10px;
	text-align:center;
	z-index:90;
}
.product_b .images .owl-dots .owl-dot {
	display:inline-block;
	width:10px;
	height:10px;
	background-color:#c3c3c3;
	margin:0 5px 0 5px;
	font-size:0;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.product_b .images .owl-dots .owl-dot.active {
	background-color:#656565;
}
.product_b .title {
	display:block;
	width:100%;
	//height:80px;
	padding:10px 0 10px 0;
	text-align:center;
	font-weight:bold;
font-size:15px;
	color:#000000;
	overflow:hidden;
}
.product_b.third .title {
	padding:10px 0 0 0;
}
.product_b .desc {
	height:58px;
	padding:5px;
	
font-size:15px;
	line-height:24px;
	color:#878787;
	overflow:hidden;
	-webkit-transition:all 250ms ease;
	-moz-transition:all 250ms ease;
	-o-transition:all 250ms ease;
	-ms-transition:all 250ms ease;
	transition:all 250ms ease;
}
.product_b .desc:hover {
	height:130px;
	-webkit-transition:all 250ms ease;
	-moz-transition:all 250ms ease;
	-o-transition:all 250ms ease;
	-ms-transition:all 250ms ease;
	transition:all 250ms ease;
}
.product_b .price {
    text-align:center;
	/*padding:0;
	padding-right:25px;*/
	font-weight:bold;
font-size:18px;
}
.product_b.fourth .price {
	line-height:35px;
}
.product_b .price_old {
    text-align:center;
	/*text-align:left;*/
	/*padding:0;
	padding-left:30px;*/
	
font-size:18px;
	color:#959595;
	text-decoration:line-through;
}
.product_b.first .buttons {
	width:100%;
	height:40px;
	margin-top:10px;
	text-align:center;
}
.product_b.first .buttons a {
	display:inline-block;
	width:40px;
	height:40px;
	margin:0 5px 0 5px;
	text-align:center;
	font-size:0;
	line-height:32px;
	border:3px solid #dddddd;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
}
.product_b.first .buttons a span {
	position:absolute;
	display:none;
	width:80px;
	height:48px;
	background:url("../images/pb_pop.png") no-repeat;
	margin:-48px -23px 0 0;
	text-align:center;
	
font-size:16px;
	line-height:40px;
	color:#000000;
	z-index:50;
}
.product_b.first .buttons a:hover span {
	display:block;
}
.product_b.second {
	overflow:hidden;
}
.product_b.second .buttons {
	position:absolute;
	top:60px;
	right:-80px;
	width:80px;
	background-color:#ffffff;
	border:1px solid #cfcfcf;
	border-right:0;
	z-index:99;
}
.product_b.second .buttons a {
	display:block;
	width:100%;
	height:50px;
	text-align:center;
	font-weight:bold;
font-size:13px;
	line-height:50px;
	color:#000000;
	border-bottom:1px solid #cfcfcf;
}
.product_b.second .buttons a:nth-child(2) {
	color:#ff6011;
}
.product_b.second .buttons a:last-child {
	color:#2db807;
	border:0;
}
.product_b.third .buttons {
	width:100%;
	z-index:90;
}
.product_b.third .buttons a {
	display:block;
	width:100%;
	height:40px;
	background-color:#ff6011;
	margin-top:5px;
	text-align:center;
	font-weight:bold;
font-size:16px;
	line-height:40px;
	color:#ffffff;
}
/*
.product_b.fourth .add_link {
	padding-right:0;
}
*/
.product_b.fifth  {
	
	position:relative;
	border-radius:0;
	padding:5px;
}
.product_b.fifth .add_link a {
	
	background-color:#cc0000;
	font-size:15px;
	line-height:35px;
	color:#ffffff;
	border-color:#e8e8e8;
	visibility:hidden;
	opacity:0;
	position:absolute;
	margin: 0px 50px;
	text-align:Center;
	top:50%;
	right:0;
	left:0;
	transition: all 0.3s;
	transform:scale(0);
	z-index:1;
}
.product_b.fifth:hover .bg-overlay {
	
	visibility:visible;
	opacity:1;
}

.bgcolor_dontshow .bg-overlay {
    
    background:unset !important;

}

.product_b.fifth .bg-overlay {
	
	position:absolute;
	height:100%;
	width:100%;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:1;
	background:rgba(255,255,255,0.6);
	visibility:hidden;
	opacity:0;
}
.product_b.fifth:hover .add_link a {
	
	visibility:visible;
	opacity:1;
	transform:scale(1);
}
@media(max-width:960px) {
.product_b.fifth .add_link a {
	top:unset;
	    bottom: 15px;
	visibility:visible;
	opacity:1;
	transform:scale(1);
}

.product_block9 .a_selector {
    width:30%;
}
    .prodacts_home .swiper-container , .catproducts .swiper-container {
      max-width:100%;
      height: 100%;
      margin-top:5px;
    }
.catproducts .maintitle {
    margin-top:0px;
}
.catproducts .swiper-container .product_b , .prodacts_home .swiper-container .product_b {
    width:270px;
    height:400px !important;
}
.swiper-container .product_b:nth-child(odd) {
    border-right:0px;
}
.product_b.fifth .images img ,.product_b.fifth .title  {
	
	padding-left:10px;
}
.product_b.fifth {
	
	margin:9px 11px -18px -20px;
	padding:16px;
}
.product_b.fifth .bg-overlay  {
	
	display:None;
}
.product_b .rowtotal {
    width:auto !important;
}
	
}
.product_b.fourth .add_link a {
	display:block;
	width:95%;
	height:35px;
	background-color:#f0f0f0;
	margin:auto;
	text-align:center;
	font-weight:bold;
font-size:15px;
	line-height:35px;
	color:#424242;
	border:1px solid #e8e8e8;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.product_b.third .buttons a:last-child {
	background-color:#292929;
}
.product_b .rowtotal{
        margin-bottom: 1%;
    position: relative;
    bottom: 0;
    width: 100%;
} 
/*--- 2 Main Banners Section ---*/
.main_banners {
	margin-top:20px;
        margin-bottom:30px;
}
@media(max-width:960px) {
    
    .main_banners {
	margin-top:5px;
        margin-bottom:7px;
}
}
.main_banners a {
	display:block;
	width:100%;
	text-align:center;
	font-size:0;
}
.main_banners a img {
	width:100%;
	max-height:400px;
}
/*--- Icons List Section ---*/
.icons_list {
	margin-top:20px;
	padding:10px 0 10px 0;
	text-align:center;
}
.icons_list a {
	font-weight:bold;
font-size:20px;
	line-height:60px;
	color:#ffffff;
}
.icons_list a:after {
	display:inline-block;
	padding:0 20px 0 20px;
	font-size:36px;
	line-height:60px;
	content:"|";
}
.icons_list a:last-child:after {
	display:none;
}
.icons_list a img {
	max-height:60px;
	margin-left:20px;
}
/*--- Clients Section ---*/
.clients {
	height:125px;
	text-align:center;
	font-size:0;
	line-height:125px;
}
.clients img {
	display:inline !important;
	width:auto !important;
	max-width:90% !important;
	max-height:100px;
	margin:0 15px 0 15px;
	filter:url("data:image/svg+xml;utf8,&lt;svg xmlns=\"http://www.w3.org/2000/svg\"&gt;&lt;filter id=\"grayscale\"&gt;&lt;feColorMatrix type=\"matrix\" values=\"0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\"/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); /* Firefox 10+, Firefox on Android */
	filter:gray; /* IE6-9 */
	-webkit-filter:grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
	-webkit-transition:all 150ms ease;
	-moz-transition:all 150ms ease;
	-o-transition:all 150ms ease;
	-ms-transition:all 150ms ease;
	transition:all 150ms ease;
}
.clients img:hover {
	filter:url("data:image/svg+xml;utf8,&lt;svg xmlns=\"http://www.w3.org/2000/svg\"&gt;&lt;filter id=\"grayscale\"&gt;&lt;feColorMatrix type=\"matrix\" values=\"1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\"/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
	-webkit-filter:grayscale(0%);
	-webkit-transition:all 150ms ease;
	-moz-transition:all 150ms ease;
	-o-transition:all 150ms ease;
	-ms-transition:all 150ms ease;
	transition:all 150ms ease;
}
.clients .owl-prev, .clients .owl-next, .about_us .owl-prev, .about_us .owl-next {
	position:absolute;
	top:50px;
	right:15px;
	width:14px;
	height:22px;
	background:url("../images/clients_right.png") no-repeat;
	font-size:0;
	cursor:pointer;
}
.clients .owl-next, .about_us .owl-next {
	right:auto;
	left:15px;
	background:url("../images/clients_left.png") no-repeat;
}
/*--- About Us Section ---*/
#about_us{
background:url("") center top repeat;
}
.about_us {
	width:100%;
	
	padding:15px 0 15px 0;
}
.about_us > .title {
	width:100%;
	text-align:center;
	font-weight:bold;
font-size:18px;
}
.about_us .col-md-20p {
    flex:none;
	width:20%;
}
.about_us .each {
	text-align:center;
}
.about_us .each .image {
	width:100%;
	height:70px;
	text-align:center;
	font-size:0;
	line-height:70px;
}
.about_us .each .image img {
	max-width:100%;
	max-height:70px;
	-webkit-transition:-webkit-transform 1s ease-in-out;
	transition:transform 1s ease-in-out;
}
.about_us .each .image img:hover {
	-webkit-transform:rotate(360deg);
	transform:rotate(360deg);
}
.about_us .each .title {
	padding:3px 0 5px 0;
	font-weight:bold;
font-size:18px;
	color:#000000;
}
.about_us .each .text {
	
	line-height:22px;
	color:#000000;
}
/*--- Last Articles Section ---*/
#last_articles .mtitle {
	width:100%;
	min-height:37px;
	margin-top:30px;
	padding:5px 0 5px 0;
	text-align:center;
	font-weight:bold;
    font-size:18px;
	line-height:45px;
	display:flex;
	justify-content:center;
}
#last_articles .mtitle .cat {
	display:inline-block;
	color:#000000;
	padding:0 20px 0 20px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
#last_articles .mtitle .cat:hover {
	background-color:#ff9f42;
	-webkit-transition:all 150ms ease;
	-moz-transition:all 150ms ease;
	-o-transition:all 150ms ease;
	-ms-transition:all 150ms ease;
	transition:all 150ms ease;
}
#last_articles .right, #last_articles .left {
	display:inline-block;
	width:35px;
	height:37px;
	background:url("../images/icon_right.png") no-repeat;
	vertical-align:middle;
	margin:0 5px;
	font-size:0;
	cursor:pointer;
}
#last_articles .left {
	background:url("../images/icon_left.png") no-repeat;
}
#last_articles .articles {
	margin-top:10px;
}
#last_articles .articles .row {
	margin:0;
}
#last_articles .articles .row > div {
	position:static;
}
.article_block {
	position:relative;
	width:100%;
	margin-bottom:10px;
	padding:10px;
	border:1px solid #e8e8e8;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.article_block .details {
	padding-top:5px;
}
.article_block .text {
	padding-top:5px;
}
.article_block .link {
	bottom:10px;
	display:block;
	width:200px;
	max-width:70%;
	height:40px;
	margin-top:10px;
	text-align:center;
	font-weight:bold;
font-size:15px;
	line-height:40px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.article_block .link:hover {
	-webkit-transition:all 150ms ease;
	-moz-transition:all 150ms ease;
	-o-transition:all 150ms ease;
	-ms-transition:all 150ms ease;
	transition:all 150ms ease;
}
.article_block .image {
	display:block;
	text-align:center;
	font-size:0;
	line-height:180px;
}
.article_block .image img {
	max-width:100%;
	max-height:180px;
}
/*--- Footer ---*/
.footer {
            padding-top:1%;
	background:url("../images/footer_bg.jpg") center top;
	/*padding:10px 0 10px 0;*/
}
.footer_links {
	padding:1%;
	/*padding-right:25px;*/
}
.footer_links .title {
	font-weight:bold;
font-size:18px;
	color:#ffffff;
}
.footer_links ul {
	display:block;
	margin:15px 0 0 0;
	padding:0;
	list-style:none;
}
.footer_links ul li a {
	display:block;
	
font-size:16px;
	line-height:24px;
	color:#ffffff;
}
.footer_links .text {
	margin-top:15px;
	
font-size:16px;
	line-height:24px;
	color:#ffffff;
}
 
footer .secured_payments {
	text-align:center; 
    line-height:63px; 
}
 
footer .secured_payments img { 
display:inline-block; 
    vertical-align:middle;
    /* margin:5px 0 5px 0; */
    max-width:100%;
    /* margin:5% 0 0 0; */
}

.mobile-app-platforms {
    align-items: center;
    justify-content: center;
    padding: 1rem 0;
}
.mobile-app-platforms img {
    height: 40px;
    width: 135px;
    margin: 0 0.4rem;
}

.footer_row {
    height:55px;
    line-height:55px;
    background-color:#2c2c2c; 
}
.footer_row .text {
    font-size:16px; 
    color:#ffffff;
            
}
.footer_row .row > div:first-child .text {
	padding-right:10px;
	
}
.footer_row .row > div:last-child .text {
	/*padding-left:10px;
	text-align:left;*/
}
.footer_row .row > div:last-child .text img {
	margin:0 5px 0 5px;
}

.footer_row .payment-gateways > img {
    height: 2rem;
    margin: 2px;
}

#lang_tab {
	position:fixed;
	bottom:200px;
	left:0;
	width:54px;
	background-color:#ffffff;
	border:1px solid #f4f4f4;
	z-index:104;
}
#lang_tab a {
	display:block;
	width:90%;
	margin:3px auto 3px auto;
	padding:5px 0 5px 0;
	text-align:center;
	font-size:0;
}
#lang_tab a.active {
	background-color:#f7f7f7;
	border:1px solid #f0f0f0;
}
#facebook_tab {
	position:fixed;
	bottom:0;
        top:25%;
        margin:0 auto !important;
	left:0;
        right:0;
	width:560px;
        visibility:hidden;
        transform:scale(0);
        opacity:0;
	height:500px;
	z-index:105;
	-webkit-transition:all 400ms ease;
	-moz-transition:all 400ms ease;
	-o-transition:all 400ms ease;
	-ms-transition:all 400ms ease;
	transition:all 400ms ease;
}
#facebook_tab .content{
 display:None;
}
.openfacebook {
    
    visibility:visible !important;
    transform:scale(1) !important;
    opacity:1 !important;
}
.openfacebook .content {
display:block !important;
}
#facebook_tab .tab .fab {
	
	margin-top:7px;
	margin-left:5px;
	font-size:19px;
}
.tab {
   
    padding-top: 6px;
    padding-left: 3px;
    width: 42px;
    border-radius: 6px;
    text-align: center;
    height: 42px;
    font-size: 1.5em;
    background: #1877f2;
    color: #fff;
    cursor:pointer;
}


.rightposition .tab {

    padding-left: 0px !important;
    padding-right:3px;

}
#facebook_tab .content {
	width:500px;
	height:500px;
	background-color:#ffffff;
	margin-left:60px;
	-webkit-box-shadow:0 0 20px 0 rgba(0, 0, 0, 0.5);
	-moz-box-shadow:0 0 20px 0 rgba(0, 0, 0, 0.5);
	box-shadow:0 0 20px 0 rgba(0, 0, 0, 0.5);
}
#go_up {
	display:none;
	position:fixed;
	right:5%;
	bottom:30px;
	width:61px;
	height:41px;
	background:url("../images/icon_go_up.png") no-repeat;
	font-size:0;
	cursor:pointer;
	opacity:0.5;
	filter:alpha(opacity=50);
	z-index:98;
	-webkit-transition:all 200ms ease;
	-moz-transition:all 200ms ease;
	-o-transition:all 200ms ease;
	-ms-transition:all 200ms ease;
	transition:all 200ms ease;
}
#go_up:hover {
	opacity:1;
	filter:alpha(opacity=100);
	-webkit-transition:all 200ms ease;
	-moz-transition:all 200ms ease;
	-o-transition:all 200ms ease;
	-ms-transition:all 200ms ease;
	transition:all 200ms ease;
}
/*--- jQuery Cycle 2 Fix:---*/
.cycle-slideshow {
	overflow:hidden;
}
.overflow_hidden {
	overflow:hidden;
}
/*--- Inner Pages ---*/
.cover_image {
	text-align:center;
	/*font-size:0;*/
        min-height: 50px;
}
 
.cover_image img {
	max-width:100%;
} 
/*--- Sign Up ---*/
#signup {
min-height:400px;
    
	margin-top:50px;
	padding-bottom:20px;
}
#signup .row > div {
	padding-bottom:20px;
	float:left;
}
#signup .row > div:last-child {
	border-left:1px solid #d3d3d3;
}
#signup .title {
	height:50px;
	background-color:#e7e7e7;
	padding:0 20px 0 20px;
	font-weight:bold;
font-size:18px;
	line-height:50px;
	color:#000000;
}
#signup .input {
	display:block;
	width:80%;
	height:44px;
	background-color:#ffffff;
	margin:10px auto 0 auto;
	padding:0 10px 0 10px;
	
	line-height:44px;
	color:#000000;
	border:1px solid #dcdcdc;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
#forgot_password {
	display:none;
	width:80%;
	margin:-10px auto 20px auto;
	overflow:hidden;
}
#forgot_email {
	width:67% !important;
	float:right;
}
#forgot_submit {
	display:block;
	width:30%;
	height:44px;
	background-color:#b9b9b9;
	margin:10px auto 0 auto;
	padding:0;
	text-align:center;
	font-weight:bold;
font-size:18px;
	line-height:44px;
	color:#ffffff;
	border:0;
	float:left;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
#signup .bday_title {
	display:block;
	width:80%;
	height:44px;
	margin:0 auto -20px auto;
	
	line-height:44px;
	color:#000000;
}
#signup .forgot {
	display:block;
	width:80%;
	height:44px;
	margin:auto; 
	font-weight:bold;
	line-height:44px;
	color:#000000;
	font-size: 17px;
}
#signup .login_submit {
	display:block;
	width:70%;
	height:44px;
	background-color:#b9b9b9;
	margin:10px auto 0 auto;
	padding:0;
	text-align:center;
	font-weight:bold;
font-size:18px;
	line-height:44px;
	color:#ffffff;
	border:0;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-box-shadow:2px 3px 0 0 rgba(0, 0, 0, 0.5);
	-moz-box-shadow:2px 3px 0 0 rgba(0, 0, 0, 0.5);
	box-shadow:2px 3px 0 0 rgba(0, 0, 0, 0.5);
}
#signup .facebook_title {
	display:block;
	width:80%;
	height:44px;
	margin:30px auto 0 auto;
	text-align:center;
	font-weight:bold;
	line-height:44px;
	color:#000000;
}
#facebook_login {
	width:200px;
	height:56px;
	background:url("../images/button_facebook.png") no-repeat;
	font-size:0;
	margin:20px auto 0 auto;
	font-size:0;
	cursor:pointer;
}
#signup .newsletter {
	margin-top:20px;
	text-align:center;
	
	color:#000000;
}
#signup .newsletter input {
	margin-left:10px;
	vertical-align:top;
}
#signup .signup_submit {
	display:block;
	width:70%;
	height:44px;
	background-color:#2a2a2a;
	margin:20px auto 0 auto;
	padding:0;
	text-align:center;
	font-weight:bold;
font-size:18px;
	line-height:44px;
	color:#ffffff;
	border:0;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	// -webkit-box-shadow:2px 3px 0 0 #ffffff;
	// -moz-box-shadow:2px 3px 0 0 #ffffff;
	// box-shadow:2px 3px 0 0 #ffffff;
}
/*--- Profile Page ---*/
#profile .top {
    padding: 1rem 0;
	background-color:#eeeeee;
}
#profile .menu-child .icon-box.selected {
    position: relative;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
#profile .menu-child .icon-box.selected + span {
    font-weight: bold;
}
#profile .menu-child .icon-box.selected::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: black;
    border-radius: 50%;
}
#profile .menu-child .icon-box.selected .icon {
    filter: invert(1);
    transform: scale(0.9);
}
#profile .top {
    font-size:16px;
	color:#000000;
}
#profile .points span {
	display:inline-block;
	min-width:35px;
	height:35px;
	background-color:#ff8a00;
	margin-right:10px;
	padding:0 10px 0 10px;
	text-align:center;
        
	
font-size:18px;
	line-height:35px;
	color:#ffffff;
	-webkit-border-radius:18px;
	-moz-border-radius:18px;
	border-radius:18px;
}
#profile .mtitle {
	height:50px;
	background-color:#ff6011;
	padding:0 20px 0 20px;
	text-align:center;
	font-weight:bold;
font-size:18px;
	line-height:50px;
	color:#ffffff;
}
/*--- Coupons Page ---*/
#coupons {
	padding-bottom:10px;
}
#coupons .mtitle {
	width:100%;
	min-height:37px;
	background-color:#f0f0f0;
	margin-top:5px;
	padding:5px 0 5px 0;
	text-align:center;
	font-weight:bold;
font-size:18px;
	line-height:45px;
	color:#000000;
}
#coupons .mtitle .cat {
	display:inline-block;
	color:#000000;
	padding:0 20px 0 20px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
#coupons .mtitle .cat:hover {
	background-color:#ff9f42;
	-webkit-transition:all 150ms ease;
	-moz-transition:all 150ms ease;
	-o-transition:all 150ms ease;
	-ms-transition:all 150ms ease;
	transition:all 150ms ease;
}
#coupons .mtitle .right, #coupons .mtitle .left {
	display:inline-block;
	width:35px;
	height:37px;
	background:url("../images/icon_right.png") no-repeat;
	vertical-align:middle;
	margin:0 5px 0 0;
	font-size:0;
	cursor:pointer;
}
#coupons .mtitle .left {
	background:url("../images/icon_left.png") no-repeat;
}
#coupons .main_text {
	width:60%;
	margin:30px auto 30px auto;
	
font-size:16px;
	line-height:24px;
	color:#000000;
}
.coupon_block {
	width:100%;
}
.coupon_block .images {
	position:relative;
	width:100%;
	height:200px;
	background-color:#ffffff;
	//padding:10px;
	text-align:center;
	font-size:0;
	line-height:200px;
	border:1px solid #cfcfcf;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.coupon_block .images img {
	max-width:100%;
	max-height:180px;
}
.coupon_block .images .owl-nav {
	display:none;
}
.coupon_block .images .owl-dots {
	position:absolute;
	bottom:110px;
	width:100%;
	height:10px;
	text-align:center;
	z-index:90;
}
.coupon_block .images .owl-dots .owl-dot {
	display:inline-block;
	width:10px;
	height:10px;
	background-color:#c3c3c3;
	margin:0 5px 0 5px;
	font-size:0;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.coupon_block .images .owl-dots .owl-dot.active {
	background-color:#656565;
}
.coupon_block .details {
	position:relative;
	width:100%;
	background-color:#ffffff;
	margin-top:5px;
	padding:10px;
	border:1px solid #cfcfcf;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.coupon_block .title {
	display:block;
	width:100%;
	padding:0;
	text-align:center;
	font-weight:bold;
font-size:15px;
	color:#000000;
}
.coupon_block .desc {
	height:40px;
	padding:5px 0 5px 0;
	
	line-height:16px;
	color:#878787;
	overflow:hidden;
	-webkit-transition:all 150ms ease;
	-moz-transition:all 150ms ease;
	-o-transition:all 150ms ease;
	-ms-transition:all 150ms ease;
	transition:all 150ms ease;
}
.coupon_block .desc:hover {
	height:120px;
	-webkit-transition:all 150ms ease;
	-moz-transition:all 150ms ease;
	-o-transition:all 150ms ease;
	-ms-transition:all 150ms ease;
	transition:all 150ms ease;
}
.coupon_block .discount {
	width:100%;
	min-height:50px;
	background-color:#fff68d;
	margin-top:5px;
	text-align:center;
	
	line-height:25px;
	color:#000000;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.coupon_block .discount span {
	color:#1832f5;
}
.ccode_wrap {
	padding-left:0;
}
.coupon_block .code {
	height:35px;
	background-color:#cfcfcf;
	margin-top:5px;
	text-align:center;
	font-weight:bold;
	line-height:35px;
	color:#000000;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.coupon_block .add {
	display:block;
	height:35px;
	background-color:#c19d0b;
	margin-top:5px;
	text-align:center;
	font-weight:bold;
	line-height:35px;
	color:#000000;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.coupon_block .valid {
	margin-top:10px;
	
	color:#676767;
}
.coupon_block .left {
	margin-top:5px;
	text-align:left;
	font-weight:bold;
font-size:16px;
	color:#000000;
}
.coupon_block .touch {
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
	background:url("../images/scratch.png") center center repeat;
	background-size:100% 100%;
	font-size:0;
	cursor:pointer;
	z-index:90;
}
.coupons .owl-prev, .coupons .owl-next {
	position:absolute;
	top:140px;
	right:30px;
	width:35px;
	height:37px;
	background:url("../images/icon_right.png") no-repeat;
	font-size:0;
	cursor:pointer;
	z-index:90;
	-webkit-box-shadow:0 0 10px 0 rgba(0, 0, 0, 0.5);
	-moz-box-shadow:0 0 10px 0 rgba(0, 0, 0, 0.5);
	box-shadow:0 0 10px 0 rgba(0, 0, 0, 0.5);
}
.coupons .owl-next {
	right:auto;
	left:0;
	background:url("../images/icon_left.png") no-repeat;
}
.coupons .pages {
	width:100%;
	height:15px;
	text-align:center;
	font-size:0;
	z-index:90;
	overflow:hidden;
}
.coupons .pages span {
	display:inline-block;
	width:15px;
	height:15px;
	background-color:#000000;
	margin:0 5px 0 5px;
	font-size:0;
	cursor:pointer;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
}
/*--- Categories Page ---*/
#categories {
	padding-bottom:20px;
}
#categories h1 {
	display:block;
	width:100%;
	height:50px;
	background-color:#ff6011;
	margin:0 0 10px 0;
	padding:0;
	text-align:center;
	font-weight:bold;
font-size:18px;
	line-height:50px;
	color:#ffffff;
}
#categories .categories_list {
	width:100%;
	margin-bottom:10px;
	border:1px solid #cecece;
	-webkit-border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-bottomleft:5px;
	border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;
}
#categories .categories_list .title {
	width:100%;
	height:45px;
	background-color:#000000;
	text-align:center;
	font-weight:bold;
font-size:16px;
	line-height:45px;
	color:#ffffff;
}
#categories .categories_list .cat {
	
	display:block;
	width:100%;
	height:38px;
	background-color:#ffffff;
	padding-right:10px;
	
	line-height:38px;
	color:#000000;
	border-bottom:1px solid #dddddd;
}
#categories .categories_list .cat.active {
	background-color:#eae8e6;
}
#categories .categories_list .cat:last-child {
	border:0;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
#categories .categories_list div.sub {
	display:none;
}
#categories .categories_list div.sub .cat {
	padding-right:20px;
	border:0;
}
#categories .categories_list div.sub .cat:last-child {
	border-bottom:1px solid #dddddd;
}
#categories .main_text {
	width:80%;
	margin:30px auto 30px auto;
	
font-size:16px;
	line-height:24px;
	color:#000000;
}
.categories_filters {
	width:100%;
	margin-bottom:30px;
	
	line-height:30px;
	color:#000000;
	overflow:hidden;
}
.categories_filters .title {
	padding-left:60px;
	float:right;
}
.categories_filters a {
	display:block;
	
	line-height:30px;
	color:#000000;
	float:right;
}
.categories_filters .price_max {
	padding-right:60px;
	float:right;
}
#prices_budget {
	width:200px;
	margin:10px 20px 0 0;
	padding-right:30px;
	float:right;
}
.categories_filters .price_min {
	padding-right:20px;
	float:right;
}
.categories_filters .total {
	font-weight:bold;
	float:left;
}
/*--- Text Pages ---*/
#text_pages {
	padding-bottom:20px;
}
#text_pages h1 {
	display:block;
	width:100%;
	height:50px;
	background-color:#ff6011;
	margin:0 0 10px 0;
	padding:0;
	text-align:center;
	font-weight:bold;
font-size:18px;
	line-height:50px;
	color:#ffffff;
}
#text_pages .text {
    
	width:100%;
	margin:30px auto 30px auto;
	padding:0 40px 0 40px;
	
font-size:16px;
	line-height:24px;
}
/*--- Contact Page ---*/
#contact {
	margin-top:12px;
	padding-bottom:20px;
}
#contact .row > div {
	padding-bottom:20px;
}
#contact .row > div:not(:last-child) {
	border-left:1px solid #d3d3d3;
}
#contact .title {
	height:50px;
	background-color:#e7e7e7;
	padding:0 20px 0 20px;
	font-weight:bold;
    font-size:18px;
	line-height:50px;
	color:#000000;
}
#contact .input {
	display:block;
	width:80%;
	background-color:#ffffff;
	margin:10px auto 0 auto;
	padding:0 10px 0 10px;
	line-height:44px;
	color:#000000;
	border:1px solid #dcdcdc;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
#contact .input[type="file"] {
    padding:10px;
    line-height:24px;
}
#contact .textarea {
	display:block;
	width:80%;
	height:150px;
	background-color:#ffffff;
	margin:10px auto 0 auto;
	padding:10px;
	
	line-height:20px;
	color:#000000;
	border:1px solid #dcdcdc;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
#contact .submit {
	display:block;
	width:70%;
	height:44px;
	background-color:#52d652;
	margin:20px auto 0 auto;
	padding:0;
	text-align:center;
	font-weight:bold;
    font-size:18px;
	line-height:44px;
	color:#ffffff;
	border:0;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-box-shadow:2px 3px 0 0 #9bff86;
	-moz-box-shadow:2px 3px 0 0 #9bff86;
	box-shadow:2px 3px 0 0 #9bff86;
}
@media only screen and (max-width:768px) {
    #contact .row > div:not(:last-child) {
        border:none;
    }
}
/*--- Gallery Page ---*/
.gallery_main_image .each {
	width:100%;
	text-align:center;
	font-size:0;
}
.gallery_main_image .each img {
	max-width:100%;
	max-height:800px;
}
.gallery_thumbnails .each {
	text-align:center;
	font-size:0;
	line-height:150px;
	cursor:pointer;
}
.gallery_thumbnails .each img {
	max-width:95%;
	max-height:150px;
}
/*--- Product Page ---*/
.imagezoom-cursor, .imagezoom-cursor:hover {
	cursor:-moz-zoom-in !important;
	cursor:-webkit-zoom-in !important;
	cursor:zoom-in !important;
	-webkit-border-radius:40%;
	-moz-border-radius:40%;
	border-radius:40%;
	box-shadow:0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
}
.product_page .breadcrumbs {
	width:100%;
	height:50px;
	background-color:#ff6011;
	margin:0 0 20px 0;
	padding:0;
	text-align:center;
}
.product_page .buttons_block {
	
	display:flex;
	justify-content:space-between;
}
/*
.product_page .fixed-btns-cart .add_to_cart , .product_page .fixed-btns-cart .buy_now   , .product_page .fixed-btns-cart .extra-addcart{
	
	width:200px;
}
*/
.product_page .fixed-btns-cart .top ,.product_page .fixed-btns-cart .bottom {
	display:flex;
	flex-direction:row;
	justify-content:center;
	flex-wrap:wrap;
	font-size:1.5em;
	margin:0 auto;
}
.fixed-btns-cart .qi {
	margin:0px 6px 15px 15px !important;
}
.product_page .top {
	
	display:none;
}
.product_page .bottom  {
	
	display:flex;
	justify-content:center;
	margin-bottom:10px;
}
.product_page .fixed-btns-cart .container_btns_cart {
 
	max-width: 1200px;
    margin: 0 auto;
}
.product_page  .inner_btns {
	width:auto;
}
@media(max-width:1280px) {
.product_page .bottom {
	
	flex-direction:column;
}
.product_page .inner_btns {
	
	width:100% !important; 
}
.product_page .fixed-btns-cart .add_to_cart , .product_page .fixed-btns-cart .buy_now  {
	
	width:48%;
}
.product_page .fixed-btns-cart .container_btns_cart  {
	width:85%;
}
.fixed-btns-cart .inner_btns {
	
	width:85% !important;
}
.fixed-btns-cart .top, .fixed-btns-cart .bottom {
	margin:unset;
	width:100%;
}
}
.printprofile:focus {
    box-shadow:none !important;
}
.printprofile {
    outline:none;
    display:block;
    font-size:16px;
}
.deliverytimeprofile {
    text-align:Center;
}
.product_page .buttons_block .btns_cart {
	
	width:85%;
	flex-direction:column;
	transition:all 0.8s;
}
.product_page .top div {
	margin:12px;
}
.product_page .buttons_block .btns_cart {
	
	display:flex;
	justify-content:center;
	flex-direction:column;
	
	
	
}
.disclaimer {
	font-weight:bold;
}
.fixed-checkout .row {
	
	max-width:1200px;
	margin:0 auto;
	justify-content:center;
}
.fixed-checkout {
	
	position:fixed;
	width:100% !important;
	visibility:hidden;
	opacity:0;
	transition:all 0.8s;
	transform:translateY(100%);
	left:0;
	right:0;
	background:#fff;
	padding:10px;
	z-index:998;
	bottom:0;
	box-shadow: 3px 1px 3px 2px rgba(0,0,0,0.3);
}
.product_page .products_details .qi {
    display: table;
    width: auto;
	background:#DFDFDF;
	padding:4px;
	border-radius:200px;
    margin: 0px auto 15px auto;
}
/* Updated .qi .b */
.desktophide {
	display:none;
}
@media(max-width:980px) {
	
.product_page .top div {
	margin:8px;
	}
	
	.fixed-checkout  .disclaimer {
		
		font-size:12px !important;
		margin:0!important;
		padding:0px 0 10px 0 !important;
	}
	
	.fixed-checkout .check-btn {
		
		width:50% !important;
		margin:0 auto;
	}
	
	.fixed-btns-cart .inner_btns {
		
		width:70% !important;
	
	}
	
	
	.fixed-btns-cart .qi {
		margin: 0px auto 15px auto !important;
	}
	
	.desktophide {
		display:block;
	}
	
	.product_page .fixed-btns-cart .container_btns_cart {
		width:100%;
	}
	.product_page .fixed-btns-cart .top, .product_page .fixed-btns-cart .bottom {
		margin:unset;
		
	}
	
	
	
}
.product_page .buttons_block .fixed-btns-cart {
	
	position:fixed;
	visibility:hidden;
	opacity:0;
	transform:translateY(100%);
	background:#fff;
	left:0;
	right:0;
	bottom:0;
	z-index:2;
	justify-content:Center;
	width:100%;
	padding:0px 10px;
	box-shadow: 3px 1px 3px 2px rgba(0,0,0,0.3);
}
.product_page .squares_productpage {
	
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:center;
}
.product_page .square .fas , .product_page .square .far {
	
	color:#000000;
	font-size:22px;
	transition:all 0.3s;
}
.product_page .square:hover .fas , .product_page .square:hover .far {
	
	color:#ffffff;
}

@media(max-width:980px) {
	
.product_page .square {
	
	white-space:normal;
	flex:1 75%;
	
}
}
.product_page .square:hover {
	
	background-color:#b4a7d6;
	color:#000000;
}
.product_page .breadcrumbs a {
	padding:0 5px 0 5px;
}
/* , .product_page .breadcrumbs * */
.product_page .breadcrumbs {
	font-weight:bold;
font-size:15px;
	line-height:50px;
	color:#ffffff;
}
/*
.pd_wrap > div {
	float:left;
}*/
.product_page #main_image {
	position:relative;
	width:95%;
	height:400px;
	background-color:#ffffff;
	margin:auto;
	text-align:center; 
	line-height:400px;
	border:1px solid #d9d9d9;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px; 
}
.product_page #main_image a {
	display:block;
	width:100%;
	height:400px;
	font-size:0;
	line-height:400px;
}
.product_page #main_image a img {
	max-width:100%;
	max-height:380px;
}
.product_page .thumbs {
	width:95%;
	height:75px;
	margin:10px auto 10px auto;
	text-align:center;
	font-size:0;
	line-height:75px;
}
.product_page .thumbs img {
	max-width:100%;
	max-height:100%;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	cursor:pointer;
}
.product_page .thumbs .owl-nav {
	font-size:0;
}
.product_page .thumbs .owl-prev, .product_page .thumbs .owl-next {
	position:absolute;
	top:50%;
	right:0;
	width:14px;
	height:75px;
	background:url("../images/pimages_right.png") center center no-repeat;
	margin-top:-37px;
	font-size:0;
	cursor:pointer;
	z-index:90;
}
.product_page .thumbs .owl-prev {
	right:auto;
	left:0;
	background:url("../images/pimages_left.png") center center no-repeat;
}
.product_page .thumbs .owl-dots {
	display:none;
}
.product_page h1 {
	display:inline-block;
	margin:0;
	padding:0;
	font-weight:bold;
font-size:22px;
	line-height:30px;
	color:#121212;
}
.product_page .sku {
	display:inline-block;
	margin:0;
	padding:0 10px 0 0;
	
	line-height:30px;
	color:#121212;
}
.product_page .products_details {
    
	width:95%;
	margin:auto;
}
.product_page .products_details .desc {
	margin-bottom:30px;
	
font-size:16px;
	line-height:30px;
	color:#787878;
}
.product_page .products_details .youtube {
	margin-bottom:30px;
	width:100%;
	overflow:hidden;
}
@media(max-width:960px) {
.product_page .products_details .youtube iframe {
		
		max-width:100% !important;
}
.footer_row {
 display:none;
}
}
.product_page .products_details .price {
        font-size:19px;
	line-height:40px;
	color:#3e3e3e;
}
.product_page .products_details .price span {
	padding-right:15px;
}
.product_page .products_details .qi {
	display:table;
	height:30px;
	margin:5px auto 0 auto;
	overflow:hidden;
}
.product_page .products_details .qi .b {
	width:25px;
	height:30px;
	background-color:#e0e0e0;
	text-align:center;
	
font-size:20px;
	line-height:30px;
	color:#000000;
	float:right;
	cursor:pointer;
	user-select: none;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.product_page .products_details .qi .amount {
	width:40px;
	height:30px;
	background-color:#ffffff;
	margin:0 5px 0 5px;
	text-align:center;
	
font-size:20px;
	line-height:30px;
	color:#000000;
	float:right;
	border:1px solid #d8d8d8;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-box-shadow:inset 3px 3px 8px 0 rgba(0, 0, 0, 0.4);
	-moz-box-shadow:inset 3px 3px 8px 0 rgba(0, 0, 0, 0.4);
	box-shadow:inset 3px 3px 8px 0 rgba(0, 0, 0, 0.4);
}
#product_amount {
	display:block;
	width:100%;
	height:30px;
	margin-top:0;
	padding:0;
	text-align:center;
	background:#fff;
font-size:20px;
	line-height:30px;
	color:#000000;
	border:0;
}
.product_page .add_to_cart , .product_page .extra-addcart {
	display:inline-block;
	width:130px;
	height:40px;
	background-color:#f47712;
	text-align:center;
	font-weight:bold;
font-size:18px;
	line-height:40px;
	color:#ffffff;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	transition:all 300ms ease;
}
.product_page .add_to_cart:hover , .product_page .extra-addcart:hover{
	background-color:#ff4800;
}
.product_page .buy_now {
	display:inline-block;
	width:130px;
	height:40px;
	background-color:#199d26;
	margin-right:10px;
	text-align:center;
	font-weight:bold;
font-size:18px;
	line-height:40px;
	color:#ffffff;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	transition:all 300ms ease;
}
.product_page .buy_now:hover {
	background-color:#1d7c00;
}
.product_page .delivery {
	display:table;
	margin:15px auto 0 auto;
	
font-size:16px;
	line-height:30px;
	color:#000000;
}
.product_page .delivery .star {
	color:#ff0000;
}
.product_page .delivery select {
	display:inline-block;
	margin-right:10px;
	padding:0 5px 0 5px;
	height:30px;
	
font-size:16px;
	line-height:30px;
	color:#000000;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.product_page .delivery .time {
	height:30px;
	
	line-height:30px;
	color:#000000;
	float:left;
}
.product_page .coupon_row {
	position:relative;
	background:#d4d7d4;
	margin-top:20px;
	padding:10px;
	
	line-height:22px;
	color:#000000;
	background:-moz-linear-gradient(45deg, #aaaaaa 0%, #d4d7d4 100%);
	background:-webkit-linear-gradient(45deg, #aaaaaa 0%, #d4d7d4 100%);
	background:linear-gradient(45deg, #aaaaaa 0%, #d4d7d4 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="aaaaaa", endColorstr="#d4d7d4", GradientType=1);
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	cursor:pointer;
}
.product_page .coupon_row.active {
	background:#ffe35c;
	background:-moz-linear-gradient(45deg, #d3b426 0%, #ffe35c 100%);
	background:-webkit-linear-gradient(45deg, #d3b426 0%,#ffe35c 100%);
	background:linear-gradient(45deg, #d3b426 0%,#ffe35c 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#d3b426", endColorstr="#ffe35c", GradientType=1);
	cursor:default;
}
.product_page .coupon_row .scratch_title {
	display:block;
	position:absolute;
	top:50%;
	right:50%;
	width:134px;
	height:34px;
	background:url("../images/scratch_title.png") center center no-repeat;
	margin:-17px -67px 0 0;
	font-size:0;
}
.product_page .coupon_row.active .scratch_title {
	display:none;
}
.product_page .coupon_row .title {
	font-weight:bold;
	line-height:22px;
	color:#000000;
}
.product_page .coupon_row .cdesc {
	display:none;
	font-weight:bold;
	line-height:22px;
	color:#000000;
}
.product_page .coupon_row.active .cdesc {
	display:block;
}
.product_page .coupon_row .cdesc .text {
	
	line-height:22px;
	color:#000000;
}
.product_page .coupon_row .code {
	display:none;
	width:100%;
	background-color:#cad7ce;
	padding:10px 0 10px 0;
	text-align:center;
	font-weight:bold;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.product_page .coupon_row.active .code {
	display:block;
}
.product_page .coupon_row .add {
	display:none;
	width:100%;
	background-color:#000004;
	padding:10px 0 10px 0;
	text-align:center;
	font-weight:bold;
	color:#ffffff;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.product_page .coupon_row.active .add {
	display:block;
}
.product_page .comments {
	display:block;
	width:100%;
	height:50px;
	background-color:#ffffff;
	margin:20px 0 0 0;
	padding:0 10px 0 10px;
	text-align:center;
	
	line-height:50px;
	color:#8a8a8a;
	border:1px solid #e5e5e5;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-box-shadow:inset 3px 3px 8px 0 rgba(0, 0, 0, 0.4);
	-moz-box-shadow:inset 3px 3px 8px 0 rgba(0, 0, 0, 0.4);
	box-shadow:inset 3px 3px 8px 0 rgba(0, 0, 0, 0.4);
}
.product_page .compare_link {
	display:block;
	width:100%;
	height:50px;
	margin-top:20px;
	text-align:center;
	font-weight:bold;
	line-height:50px;
	color:#565656;
}

.mobileblocks {
    display:Flex;
    align-items:center;
    justify-content:center;
    flex-direction:row-reverse;
    margin:15px;
}
.mobileblocks .block .fas , .mobileblocks .block .far {
    text-align:Center;
    font-size: 2.2em;
    margin-bottom: 14px;
    color:#000
}
.mobileblocks .block {
    width:50%;
    margin:0 auto;
   font-size:16px;
    text-align:center;
    height:150px;
    padding:25px;
    background:#999999;
    margin:5px;
    border-top: 10px solid #000;
}
.mobileblocks .block span {
    color:#ffffff;
}
.mobileblocks .block {  
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
@keyframes floating {
    from { transform: translate(0,  0px); }
    65%  { transform: translate(0, 15px); }
    to   { transform: translate(0, -0px); }    
}
@media(min-width:960px) {
    
    .mobileblocks {
        display:None;
    }
}
.product_page .why_ys {
	margin-top:40px;
	
	color:#000000;
}
.product_page .why_ys .title {
	padding-bottom:5px;
	font-weight:bold;
font-size:16px;
	color:#000000;
}
.product_page .why_ys span {
	padding:0 10px 0 10px;
}
.product_page .banner_pci {
	width:178px;
	height:30px;
	background:url("../images/banner_pci.png") no-repeat;
	margin-top:35px;
	font-size:0;
}
.product_page .social_plugins {
	width:100%;
	height:40px;
	margin-top:30px;
	text-align:center;
}
#special_discounts {
	width:100%;
	margin-top:15px;
}
#special_discounts > .title {
	width:100%;
	height:50px;
	background:#d7bb00 url("../images/icon_minus_big.png") 95% center no-repeat;
	text-align:center;
	font-weight:bold;
font-size:18px;
	line-height:50px;
	color:#ffffff;
}
#special_discounts > .content {
	width:100%;
}
.toggle_next {
	cursor:pointer;
}
#special_discounts .sd_sign {
	position:absolute;
	top:50%;
	/*left:-40px;*/
	width:48px;
	height:49px;
	background:url("../images/icon_add_green.png") no-repeat;
	margin-top:-24px;
	font-size:0;
	z-index:90;
}
#special_discounts .packages_input {
        display:flex;
        justify-content:space-between;
        align-items:center;
        margin-bottom:3px;
        font-size:15px;
}
#special_discounts .row {
    justify-content:center;
}
.product_block {
    float:right;
    padding:1%;
}

.product_block10 {
    border:0px !important;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.product_block10 .price_row {
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom: 0.5em;
}

.product_block10 .old_price {
    text-decoration:line-through;
    margin-left:5px;
    color: grey !important;
}

.product_block10 .main_image {
    position:relative;
    height: 80%;
    overflow: hidden;
    background-color: #dfdfdf;
}

.product_block10 .main_image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.product_block10 .main_content {
    text-align: center;
}

.product_block10 .load {
    position: absolute;
    top: 5px;
    left: 20px;
}

.product_block10 .action-buttons {
    display: flex;
    bottom: 0;
    justify-content: flex-end;
    padding: 0 0.85em;
    transform: translateY(-50%);
}

.product_block10 .action-button {
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 5px;
    border-radius: 50%;
    cursor: pointer;
}

.product_block10 .action-button:hover {
    background: #f8f8f8;
}

.product_block10 .action-button:not(:last-of-type) {
    margin-left: 0.35em;
}

.product_block10 .action-button.action-button-right {
    margin-left: auto;
}

.product_block10 .action-button .icon {
    width: 30px;
    height: 30px;
    padding: 3px;
}

.product_block11 {
    border:0px !important;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.product_block11 .main_image {
    position:relative;
    height: 80%;
    overflow: hidden;
    background-color: #dfdfdf;
}

.product_block11 .main_image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.product_block11 .product-info {
    display: flex;
    align-items: center;
}

.product_block11 .product-info .title {
    height: auto;
    text-align: right;
}

.product_block11 .product-info .title a {
    color: black;
}

.product_block11 .subproducts {
    text-align: right;
}

.product_b.product_block11 .subproducts .color-select label {
    width: 20px;
    height: 20px;
}

.product_b.product_block11 .subproducts input[type=radio].disabled + label::after {
    top: 40%;
}

.product_block12 {
    border:0px !important;
    display: flex;
    flex-direction: column;
    border-radius: 15px;
    overflow: hidden;
    height: 100%;
    cursor: pointer;
    box-shadow: rgb(0 0 0 / 16%) 0px 10px 36px 0px, rgb(0 0 0 / 6%) 0px 0px 0px 1px;
}

.product_block12 .main_image {
    position:relative;
    height: 230px;
    flex-shrink: 0;
}

.flying-element {
    margin: auto;
}

.flying-element img {
    max-width: unset;
    width: 100%;
}

.product_block12 .main_image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.product_block12 .main_content {
    text-align: center;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.product_block12 .title,
.product_block12 .price {
    font-size: 22px !important;
    height: auto;
    margin: auto;
}

.product_block12 .price {
    padding: 0.2em 0.5em;
    border-radius: 2em;
    background-color: #cc0000 !important;
    margin: 0.5em 1em;
    color: #ffffff !important;
}

.product_b.product_block12 .subproducts .color-select label {
    width: 20px;
    height: 20px;
}

.product_b.product_block12 .subproducts input[type=radio].disabled + label::after {
    top: 40%;
}

.product_block14 {
    border:0px !important;
    display: flex;
    flex-direction: column;
    border-radius: 15px;
    overflow: hidden;
    height: 100%;
    cursor: pointer;
}

.product_block14 .main_image {
    position:relative;
    height: 300px;
    flex-shrink: 0;
}

.product_block14 .main_image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.product_block14 .main_content {
    text-align: center;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.product_block14 .title,
.product_block14 .price {
    font-size: 29px !important;
    height: auto;
    margin: auto;
}

.product_block14 .price {
    padding: 0.2em 0.5em;
    border-radius: 2em;
    background-color: #cc0000 !important;
    margin: 0.5em 1em;
    color: #ffffff !important;
}

.product_b.product_block14 .subproducts .color-select label {
    width: 20px;
    height: 20px;
}

.product_b.product_block14 .subproducts input[type=radio].disabled + label::after {
    top: 40%;
}

.product_block15 {
    border:0px !important;
    display: flex;
    border-radius: 15px;
    height: 100%;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 0px 0.125rem 0px, rgba(0, 0, 0, 0.12) 0px 0.125rem 0.125rem 0px;
}

.product_block15 .main_image {
    position:relative;
    height: 130px;
    width: 135px;
    flex-shrink: 0;
    padding: 0.5em;
}

.product_block15 .main_image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 15px;
}

.product_block15 .main_content {
    padding: 0.5em 1em;
    text-align: center;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.product_block15 .title,
.product_block15 .price {
    text-align: right;
}

.product_block15 .title {
    font-size:22px !important;
}

.product_block15 .price {
    font-size: 22px !important;
}

.product_block15 .description {
    text-align: right;
    font-size: 20px !important;
    line-height: 20px;
    color:#ffffff;
}

.product_block15 .price_row {
    margin-top: auto;
}

.product_block15 .price {
    padding: 0.2em 2em;
    border-radius: 2em;
    background-color: #cc0000 !important;
    color: #ffffff !important;
    width: max-content;
    margin-right: auto;
}

.product_b.product_block15 .subproducts .color-select label {
    width: 20px;
    height: 20px;
}

.product_b.product_block15 .subproducts input[type=radio].disabled + label::after {
    top: 40%;
}

.product_b.product_block15 .info {
    right: -3px;
    bottom: -3px;
    top: unset;
    border-radius: 50%;
}

.prodacts_home .swiper-container .product_b.product_block15, .catproducts .swiper-container .product_b.product_block15 {
    height: auto !important;
    width: 95% !important;
}

@media(min-width:767px) {
    .product_block15 .main_image {
        width: 220px;
        height: 200px;
    }
}

.product_b .subproducts .color-select label {
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 0 1px #ccc;
    border: 2px solid #fff;
    cursor: pointer;
    margin: 0.2em;
}

.product_b .subproducts .color-select label {
    height: 28px;
    width: 28px;
    border-radius: 50%;
}

.product_page .subproducts .color-select {
    line-height: 1;
}

.product_b .subproducts input[type=radio]:not(.disabled) + label:hover {
    box-shadow: 0 0 0 1px #333;
}

.product_b .subproducts input[type=radio]:checked + label {
    box-shadow: 0 0 0 0.15rem #000 !important;
}

.product_b .subproducts input[type=radio].disabled + label {
    /*cursor: not-allowed;*/
    filter: alpha(opacity=5);
    opacity: .5;
}

.product_b .subproducts input[type=radio].disabled + label::after {
    position: absolute;
    top: 45%;
    left: -.1rem;
    content: "";
    width: 110%;
    -webkit-transform: rotate(
            45deg);
    transform: rotate(
            45deg);
    height: 4px;
    background-color: rgb(0,0,0);
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.product_b .subproducts input[type=radio] {
    display: none;
}

.smoke-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 25%;
}

.smoke {
  animation: smoke1 3s linear infinite;
  animation-delay: 0.5s;
}

.smoke2 {
  animation: smoke2 3s linear infinite;
  animation-delay: 1.5s;
}

.smoke3 {
  width: 500px;
  animation: smoke3 4s linear infinite;
  animation-delay: 2.5s;
}

@keyframes smoke1 {
  0% {
    transform: translateY(0px) scale(-1, 1);
    opacity: 0;
  }

  25% {
    transform: translateY(-10px) scale(-1, 1.05);
    opacity: 0.5;
  }

  50% {
    transform: translateY(-20px) scale(-1, 1.1);
    opacity: 1;
  }

  75% {
    transform: translateY(-30px) scale(-1, 1.15);
    opacity: 0.5;
  }

  100% {
    transform: translateY(-40px) scale(-1, 1.2);
    opacity: 0;
  }
}

@keyframes smoke2 {
  0% {
    transform: translateY(0px) scale(1);
    opacity: 0;
  }

  25% {
    transform: translateY(-10px) scale(1.05);
    opacity: 0.5;
  }

  50% {
    transform: translateY(-20px) scale(1.1);
    opacity: 1;
  }

  75% {
    transform: translateY(-30px) scale(1.15);
    opacity: 0.5;
  }

  100% {
    transform: translateY(-40px) scale(1.2);
    opacity: 0;
  }
}

@keyframes smoke3 {
  0% {
    transform: translateY(0px) scale(1);
    opacity: 0;
  }

  25% {
    transform: translateY(-20px) scale(1.05);
    opacity: 0.5;
  }

  50% {
    transform: translateY(-40px) scale(1.1);
    opacity: 1;
  }

  75% {
    transform: translateY(-60px) scale(1.15);
    opacity: 0.5;
  }

  100% {
    transform: translateY(-80px) scale(1.2);
    opacity: 0;
  }
}

.related_products {
	width:100%;
}
.related_products > .title {
	width:100%;
	height:50px;
	background:#2b2b2b url("../images/icon_minus_big.png") 95% center no-repeat;
	text-align:center;
	font-weight:bold;
font-size:18px;
	line-height:50px;
	color:#ffffff;
}
.related_products > .content {
	width:100%;
}
 .props {
	width:100%;
}
 .props > .title {
	width:100%;
	height:50px;
	background:#ff6011 url("../images/icon_minus_big.png") 95% center no-repeat;
	text-align:center;
	font-weight:bold;
font-size:18px;
	line-height:50px;
	color:#ffffff;
}
.props > .content {
	width:100%;
}
 .props .plist {
	width:100%;
	height:370px;
	overflow:auto;
}
 .props .plist > div {
	width:100%;
	height:35px;
	padding-right:40px;
	
	line-height:35px;
	color:#000000;
}
 .props .plist > div:nth-child(odd) {
	background-color:#ffffff;
}
 .props .plist > div:nth-child(even) {
	background-color:#f1f1f1;
}
.props .mobile_title {
	width:100%;
	height:50px;
	background-color:#ff6011;
	text-align:center;
	font-weight:bold;
font-size:18px;
	line-height:50px;
	color:#ffffff;;
}
 .contact_block {
	width:100%;
	padding:20px 0 20px 0;
	text-align:center
}
 .contact_block .title {
	width:100%;
	text-align:center;
	font-weight:bold;
font-size:16px;
	color:#333333;
}
 .contact_block input {
	display:block;
	width:80%;
	height:44px;
	background-color:#ffffff;
	margin:10px auto 0 auto;
	padding:0 10px 0 10px;
	
	line-height:44px;
	color:#333333;
	border:1px solid #e3e3e3;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
 .contact_block textarea {
	display:block;
	width:80%;
	height:80px;
	background-color:#ffffff;
	margin:10px auto 0 auto;
	padding:10px;
	
	line-height:20px;
	color:#333333;
	border:1px solid #e3e3e3;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
 .contact_block .submit {
	display:block;
	width:80%;
	height:44px;
	background-color:#888888;
	margin:10px auto 0 auto;
	padding:0;
	text-align:center;
	font-weight:bold;
	line-height:44px;
	color:#ffffff;
	border:0;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	cursor:pointer;
	-webkit-box-shadow:4px 4px 1px 0 rgba(0, 0, 0, 0.4);
	-moz-box-shadow:4px 4px 1px 0 rgba(0, 0, 0, 0.4);
	box-shadow:4px 4px 1px 0 rgba(0, 0, 0, 0.4);
}
 .contact_block .submit:hover {
	background-color:#b0b0b0;
	-webkit-transition:all 150ms ease;
	-moz-transition:all 150ms ease;
	-o-transition:all 150ms ease;
	-ms-transition:all 150ms ease;
	transition:all 150ms ease;
}
/*--- Cart ---*/
#cart h1 {
	display:block;
	width:100%;
	height:50px;
	background-color:#ff6011;
	margin:0;
	padding:0;
	text-align:center;
	font-weight:bold;
font-size:18px;
	line-height:50px;
	color:#ffffff;
}
#checkout_page {
    position: relative;
    background:#fff;
}
#checkout_page.loading::after {
    content: "";
    background: white url(/images/cartloading.png) center center no-repeat;
    background-attachment: fixed;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    height: 100%;
    opacity: 0.7;
}
#cart .cart {
	width:80%;
	margin:20px auto 0 auto;
	padding:10px;
	border:1px solid #e7e7e7;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
#cart .cart  .title {
	text-align:center;
	font-weight:bold;
font-size:15px;
	color:#000000;
}
#cart .cart .sep {
	width:100%;
	height:1px;
	background-color:#ffffff;
	margin:20px 0 20px 0;
	font-size:0;
	border-bottom:1px dashed #bdbdbd;
}
#cart .cart .image {
	display:block;
	width:100%;
	height:85px;
	text-align:center;
	font-size:0;
	line-height:85px;
	border:2px solid #bfbfbf;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
#cart .cart .image img {
	max-width:97%;
	max-height:78px;
}
#cart .cart a.title {
    text-align:center;
	display:block;
	font-weight:bold;
	line-height:24px;
	color:#000000;
}
#cart .cart .desc {
	display:block;
	
font-size:12px;
	line-height:16px;
	color:#000000;
}
#cart .cart .qi {
	display:table;
	width:auto;
	height:30px;
	margin:5px auto 0 auto;
	overflow:hidden;
}
#cart .cart .qi .b {
	width:25px;
	height:30px;
	background-color:#e0e0e0;
	text-align:center;
	
font-size:20px;
	line-height:30px;
	color:#000000;
	float:right;
	cursor:pointer;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
#cart .cart .qi .amount {
	width:40px;
	height:30px;
	background-color:#ffffff;
	margin:0 5px 0 5px;
	text-align:center;
	
font-size:20px;
	line-height:30px;
	color:#000000;
	float:right;
	border:1px solid #d8d8d8;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-box-shadow:inset 3px 3px 8px 0 rgba(0, 0, 0, 0.4);
	-moz-box-shadow:inset 3px 3px 8px 0 rgba(0, 0, 0, 0.4);
	box-shadow:inset 3px 3px 8px 0 rgba(0, 0, 0, 0.4);
}
#cart .cart .kg-quantity,
 .sixth .kg-quantity , .cartpoup .kg-quantity , .searchautocomlete-li .kg-quantity{
    text-align: center;
    background: #efedea;
    border-radius: 20px;
    display: flex;
    margin: 10px auto 0 auto;
    border: 1px solid #aaa;
    width: 80%;
    color:#000
}
.sixth .kg-quantity {
    width: 50%;
}


.product_block9 .kg-quantity {
    width:35%;
}

.seven .b , .eigth .b{
    border-radius: 50% !important;
    z-index: 2;
    height: 36px;
    width: 36px;
    font-size: 21px;
    background: #000 !important;
    color: #fff !important;
    box-shadow: 0px 1px 3px 1px rgba(0,0,0,0.3);
}
.seven .desblock , .eigth .desblock{
    text-align:center;
    padding:5px;
    overflow-x: hidden;
    margin-left: 15px;
    margin-right: 8px;
}

 ::-webkit-scrollbar {
    width: 5px !important;
    height:2px;
    -webkit-overflow-scrolling: auto;

 }

::-webkit-scrollbar-track {
   -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3) !important;
   -webkit-border-radius: 5px !important;
   border-radius: 5px !important;
 }

 ::-webkit-scrollbar-thumb {
   -webkit-border-radius: 5px !important;
   border-radius: 5px !important;
   background: #41617D !important; 
   -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5) !important; 

 }
 ::-webkit-scrollbar-thumb:window-inactive {
   background: #41617D !important; 
 }


.seven .b.plus ,.eigth .b.plus {
    
    margin-left: -12px;
}
.seven .b.minus , .eigth .b.minus {
    
    margin-right: -12px;
}
.seven .b , eigth .b {
    text-align:Center;
    padding:0px !important;
    padding-top:5px !important;
}
.seven #product_amount  {
    
    border:none;
    background: #b5b5b5;
    width: 64px;
    padding: 5px 18px;
    margin: 8px;
    margin: 0 auto;
    height: 61px;
    color: #fff;
    border-radius: 50%;    
}
.seven .amountblock , .eigth .amountblock  {
    border:none !important;
}
.eigth #product_amount {
    border: none;
    background:unset;
    width: 64px;
    font-size:14px;
    padding: 5px 18px;
    margin: 8px;
    margin: 0 auto;
    height:auto;
    color: #000;
    pointer-events: none;
}
.eigth {
    position:relative;
 }
.commentsadd textarea {
    height: 50%;
    margin-top: 15px;
    width: 95%;
    font-size:15px;
    color:#000;
}
.closecomments {
    /* margin: 10px; */
    float: right;
    margin-top: -11px;
    /* padding-left: 15px; */
    /* margin-left: 25px; */
    font-size: 17px;
    color: #fff;
    background: #000;
    cursor: pointer;
    border-radius: 50%;
    padding: 0px 6px;
}
.commentsproduct {
    display:None;
}
.commentsadd {
    position:fixed;
    top:200px;
    text-align:center;
    left:0;
    right:0;
    background:#fff;
    border:1px solid #ececec;
    border-radius:20px;
    box-shadow:1px 2px 1px -1px rgba(0,0,0,0.5);
    z-index:999;
    margin:0 auto;
    width:250px;
    height:250px;
    visibility:hidden;
    transition:all 0.3s;
    transform:scale(0);
    opacity:0;
}
.opencomments {
    visibility:visible;
    opacity:1;
    transform:scale(1);
}
.commentsadd button {
    border: 0px;
    cursor: pointer;
    padding: 5px 25px;
    font-size: 17px;
    transition:all 0.3s;
    border-radius: 25px;
    background: #cc0000;
   color:#ffffff;
    outline:none;
    position:absolute;
    bottom:10px;
    left:0;
    right:0;
    text-align:center;
    margin:0 auto;
}
.commentsadd button:hover {
     background: #0b0b0b;
    color:#ffffff;
}
.eigth .addtocartbtn {
    background: #cc0000;
    color:#ffffff;
    padding: 4px 4px;
    width: 70%;
    margin:0 auto;
    margin-top:15px;
    font-weight: bold;
    font-size: 16px;
    border-radius: 25px;
    text-align: center;
    transition:all 0.3s;
}
.eigth .addtocartbtn:hover {
    background: #0b0b0b;
    color:#ffffff;
        
}
.eigth .containeramount {
    
    flex-direction:row-reverse !important;
    width:85% !important;
    
}
.eigth .kg-quantity {
  margin-left:10px;
  padding-left: 1px;
  
}
.eigth {
    height:410px !important;
    border-color:#cfcfcf !important;
}
.eigth .containeramount {
    
    position:relative !important;
    visibility:visible !important;
    opacity:1 !important;
    
}
#cart .cart .kg-quantity .kg-quantity-item,
 .sixth .kg-quantity .kg-quantity-item , .cartpopup .kg-quantity .kg-quantity-item  , .searchautocomlete-li .kg-quantity .kg-quantity-item{
    width: 50%;
    margin-bottom: inherit;
    border-radius: 35px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    font-size: 16px;
}
.eigth .kg-quantity .kg-quantity-item  {
    border-radius:15px 0px 0px 15px;
    margin: 2px !important;
    padding-top: 2px;
}
.eigth .kg-quantity-item:first-of-type  {
    border-radius:0px 15px 15px 0px !important;
     margin: 2px 2px 2px 3px !important;
}
#cart .cart .kg-quantity .kg-quantity-item:first-of-type,
 .sixth .kg-quantity .kg-quantity-item:first-of-type  , .cartpoup  .kg-quantity .kg-quantity-item:first-of-type , .searchautocomlete-li  .kg-quantity .kg-quantity-item:first-of-type{
    margin: 5px 5px 5px 0;
}
#cart .cart .kg-quantity .kg-quantity-item:last-of-type,
 .sixth .kg-quantity .kg-quantity-item:last-of-type , .cartpopup .kg-quantity .kg-quantity-item:last-of-type , .searchautocomlete-li .kg-quantity .kg-quantity-item:last-of-type {
    margin: 5px 0 5px 5px;
}
#cart .cart .kg-quantity input[type=radio]:checked + label.kg-quantity-item,
 .sixth .kg-quantity input[type=radio]:checked + label.kg-quantity-item  , .cartpopup 
 .kg-quantity input[type=radio]:checked + label.kg-quantity-item , .searchautocomlete-li
 .kg-quantity input[type=radio]:checked + label.kg-quantity-item {
    background-color: #000;
    color: #fff;
    font-weight: bold;
}
#cart .cart .kg-quantity input[type=radio],
 .sixth .kg-quantity input[type=radio] ,.cartpopup  .kg-quantity input[type=radio]  , .searchautocomlete-li  .kg-quantity input[type=radio]{
    display: none;
}
#cart .cart .price {
	text-align:center;
	
font-size:16px;
	line-height:60px;
	color:#000000;
}
#cart .cart .delete {
	display:block;
	width:100%;
	height:85px;
	text-align:center;
	font-size:0;
	line-height:60px;
	color:#000000;
}
#cart .cart .coupons {
	width:100%;
	overflow:hidden;
}
#cart .cart .coupons .title {
	display:inline-block;
	margin-left:10px;
	
font-size:16px;
	line-height:44px;
	color:#000000;
}
#cart .cart .coupons .coupon {
	display:inline-block;
	width:220px;
	height:44px;
	background-color:#ffedbb;
	margin:0;
	padding:0 10px 0 10px;
	
font-size:16px;
	line-height:44px;
	color:#000000;
	border:1px solid #c6c6c6;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
#cart .cart .coupons .submit {
	display:inline-block;
	height:44px;
	background-color:#ffedbb;
	margin:0 10px 0 0;
	padding:0 10px 0 10px;
	
font-size:16px;
	line-height:44px;
	color:#000000;
	border:1px solid #c6c6c6;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	cursor:pointer;
}
#cart .cart .coupons .submit:hover {
	background-color:#ffda75;
	-webkit-transition:all 150ms ease;
	-moz-transition:all 150ms ease;
	-o-transition:all 150ms ease;
	-ms-transition:all 150ms ease;
	transition:all 150ms ease;
}
#cart .cart .total {
	width:100%;
	margin: 0.5em 0;
    font-size:16px;
	color:#000000;
}
.cart_options .content_wrap {
	/*width:80%;
	margin:auto;
	overflow:hidden;*/
}
.cart_options .back_store {
	display:block;
	width:100%;
	padding:20px 0 10px 0;
	text-align:left;
	
font-size:20px;
	line-height:44px;
	color:#000000;
}
.cart_options  .select_delivery {
   
}
.cart_options .select_delivery .title {
vertical-align:top;
	display:inline-block;
	height:44px;
	margin-left:10px;
	
font-size:16px;
	line-height:44px;
	color:#000000;
}
.cart_options .select_delivery .delivery {
	display:inline-block;
}
.cart_options .select_delivery select {
	display:block;
	height:44px;
	margin:0;
	padding:0 10px 0 10px;
	
font-size:16px;
	line-height:44px;
	color:#000000;
	border:1px solid #c6c6c6;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	cursor:pointer;
}
#select_delivery_date {
	width:100%;
	height:30px;
	background-color:#f3f3f3;
	margin-top:10px;
	text-align:center;
	
	line-height:30px;
	color:#818181;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	cursor:pointer;
}
#selected_delivery_time {
	display:none;
	padding-top:10px;
}
#delivery_date {
	width:1px;
	height:1px;
	overflow:hidden;
	opacity:0;
	filter:alpha(opacity=0);
}
.cart_options .payments {
	float:right;
}
.cart_options .payments .title {
	display:inline-block;
	height:44px;
	margin-left:10px;
	
font-size:16px;
	line-height:44px;
	color:#000000;
}
.cart_options .payments .delivery {
	display:inline-block;
}
.cart_options .payments select {
	display:inline-block;
	height:44px;
	margin:0;
	padding:0 10px 0 10px;
	
font-size:16px;
	line-height:44px;
	color:#000000;
	border:1px solid #c6c6c6;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	cursor:pointer;
}
.cart_options .payments .paypal_note {
	width:100%;
	height:30px;
	margin-top:10px;
	text-align:center;
	
	line-height:30px;
	color:#000000;
}
#cart_form .title {
	width:100%;
	height:50px;
	background-color:#e7e7e7;
	margin:20px 0 0 0;
	padding:0;
	text-align:center;
	
font-size:16px;
	line-height:50px;
	color:#000000;
}
#cart_form .form {
	width:100%;
}
#cart_form .form input[type=text], #cart_form .form input[type=tel], #cart_form .form input[type=email] {
	display:block;
	width:90%;
	height:44px;
	background-color:#ffffff;
	margin:10px auto 0 auto;
	padding:0 10px 0 10px;
	
	line-height:44px;
	color:#000000;
	border:1px solid #dcdcdc;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
#cart_form .form .cart_nl {
	display:block;
	width:90%;
	height:44px;
	margin:15px auto 0 auto;
	
	line-height:20px;
	color:#000000;
}
#cart_form .form .cart_nl input {
	vertical-align:top;
	margin-left:5px;
}
#cart_form .form textarea {
	display:block;
	width:90%;
	height:90px;
	background-color:#ffffff;
	margin:10px auto 0 auto;
	padding:10px;
	
	line-height:20px;
	color:#000000;
	border:1px solid #dcdcdc;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
#cart_form .final {
	padding:20px 0 20px 0;
	text-align:center;
	font-weight:bold;
font-size:16px;
	color:#000000;
}
#cart_form .final br {
	display:none;
}
#cart_form .buttons {
	width:90%;
	margin:30px auto 0 auto;
}
#cart_form .buttons .row {
	justify-content: center;
}
#cart_form .buttons button {
	display:flex;
	justify-content: space-between;
	align-items: center;
	width:95%;
	font-size: 40px;
	margin: 10px auto;
    padding: 0rem 1rem;
	text-align:center;
	font-weight:bold;
	line-height:44px;
	color:#ffffff;
	border:0;
	cursor:pointer;
	-webkit-transition:all 150ms ease;
	-moz-transition:all 150ms ease;
	-o-transition:all 150ms ease;
	-ms-transition:all 150ms ease;
	transition:all 150ms ease;
}
#cart_form .buttons button .payment_gateway_text {
    display: flex;
    flex-direction: column;
    line-height: 1;
}
#cart_form .buttons button .payment_gateway_text small {
    font-size: 60%;
}
#cart_form .buttons button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
#cart_form .buttons button img {
    height: 9rem;
    object-fit: contain;
    max-width: 50%;
}
#cart_form .buttons button.cc,
#cart_form .buttons button.meshulam {
	background-color:#1846af;
	-webkit-box-shadow:3px 3px 0 0 rgba(155, 255, 134, 1);
	-moz-box-shadow:3px 3px 0 0 rgba(155, 255, 134, 1);
	box-shadow:3px 3px 0 0 rgba(155, 255, 134, 1);
}
#cart_form .buttons button.cc:hover,
#cart_form .buttons button.meshulam:hover {
	background-color:#022981;
	-webkit-transition:all 150ms ease;
	-moz-transition:all 150ms ease;
	-o-transition:all 150ms ease;
	-ms-transition:all 150ms ease;
	transition:all 150ms ease;
}
#cart_form .buttons button.pp {
	background-color:#4899d2;
	-webkit-box-shadow:3px 3px 0 0 rgba(46, 42, 202, 1);
	-moz-box-shadow:3px 3px 0 0 rgba(46, 42, 202, 1);
	box-shadow:3px 3px 0 0 rgba(46, 42, 202, 1);
}
#cart_form .buttons button.pp:hover {
	background-color:#2a7bb4;
	-webkit-transition:all 150ms ease;
	-moz-transition:all 150ms ease;
	-o-transition:all 150ms ease;
	-ms-transition:all 150ms ease;
	transition:all 150ms ease;
}
#cart_form .buttons button.zcredit,
#cart_form .buttons button.icredit,
#cart_form .buttons button.cardcom,
#cart_form .buttons button.pelecard{
	background-color:#1846af;
	-webkit-box-shadow:3px 3px 0 0 rgba(46, 42, 202, 1);
	-moz-box-shadow:3px 3px 0 0 rgba(46, 42, 202, 1);
	box-shadow:3px 3px 0 0 rgba(46, 42, 202, 1);
}
#cart_form .buttons button.zcredit:hover,
#cart_form .buttons button.icredit:hover,
#cart_form .buttons button.cardcom:hover,
#cart_form .buttons button.pelecard:hover{
	background-color:#022981;
	-webkit-transition:all 150ms ease;
	-moz-transition:all 150ms ease;
	-o-transition:all 150ms ease;
	-ms-transition:all 150ms ease;
	transition:all 150ms ease;
}
#cart_form .buttons button.bit,
#cart_form .buttons button.meshulam-bit {
	background-color:#00acbb;
	-webkit-box-shadow:3px 3px 0 0 #1c6163;
	-moz-box-shadow:3px 3px 0 0 #1c6163;
	box-shadow:3px 3px 0 0 #1c6163;
}
#cart_form .buttons button.bit:hover,
#cart_form .buttons button.meshulam-bit:hover {
	background-color:#08818c;
	-webkit-transition:all 150ms ease;
	-moz-transition:all 150ms ease;
	-o-transition:all 150ms ease;
	-ms-transition:all 150ms ease;
	transition:all 150ms ease;
}
#cart_form .buttons button.cibus {
	background-color:#cb1480;
	-webkit-box-shadow:3px 3px 0 0 #1c6163;
	-moz-box-shadow:3px 3px 0 0 #1c6163;
	box-shadow:3px 3px 0 0 #99312e;
}
#cart_form .buttons button.cibus:hover {
	background-color:#ac0d6b;
	-webkit-transition:all 150ms ease;
	-moz-transition:all 150ms ease;
	-o-transition:all 150ms ease;
	-ms-transition:all 150ms ease;
	transition:all 150ms ease;
}
#cart_form .buttons button.phone {
	background-color:#8d05c5;
	-webkit-box-shadow:3px 3px 0 0 rgba(94, 94, 94, 1);
	-moz-box-shadow:3px 3px 0 0 rgba(94, 94, 94, 1);
	box-shadow:3px 3px 0 0 rgba(94, 94, 94, 1);
}
#cart_form .buttons button.phone:hover {
	background-color:#760fa1;
	-webkit-transition:all 150ms ease;
	-moz-transition:all 150ms ease;
	-o-transition:all 150ms ease;
	-ms-transition:all 150ms ease;
	transition:all 150ms ease;
}
#cart_form .buttons button.nayax {
	background-color:#1846af;
	-webkit-box-shadow:3px 3px 0 0 #7e710f;
	-moz-box-shadow:3px 3px 0 0 #7e710f;
	box-shadow:3px 3px 0 0 #7e710f;
}
#cart_form .buttons button.nayax:hover {
	background-color:#022981;
	-webkit-transition:all 150ms ease;
	-moz-transition:all 150ms ease;
	-o-transition:all 150ms ease;
	-ms-transition:all 150ms ease;
	transition:all 150ms ease;
}
#cart_form .buttons button.caspit {
	background-color: #1846af;
	-webkit-box-shadow:3px 3px 0 0 #484ec7;
	-moz-box-shadow:3px 3px 0 0 #484ec7;
	box-shadow:3px 3px 0 0 #484ec7;
}
#cart_form .buttons button.caspit:hover {
	background-color: #022981;
	-webkit-transition:all 150ms ease;
	-moz-transition:all 150ms ease;
	-o-transition:all 150ms ease;
	-ms-transition:all 150ms ease;
	transition:all 150ms ease;
}
#cart_form .buttons button.balamuth {
	background-color: #18af1f;
	-webkit-box-shadow:3px 3px 0 0 #219756;
	-moz-box-shadow:3px 3px 0 0 #219756;
	box-shadow:3px 3px 0 0 #219756;
}
#cart_form .buttons button.balamuth:hover {
	background-color: #0a8e10;
	-webkit-transition:all 150ms ease;
	-moz-transition:all 150ms ease;
	-o-transition:all 150ms ease;
	-ms-transition:all 150ms ease;
	transition:all 150ms ease;
}
#cart_form .buttons button.balamuth-credit {
	background-color: #1846af;
	-webkit-box-shadow:3px 3px 0 0 #21977d;
	-moz-box-shadow:3px 3px 0 0 #21977d;
	box-shadow:3px 3px 0 0 #21977d;
}
#cart_form .buttons button.balamuth-credit:hover {
	background-color: #022981;
	-webkit-transition:all 150ms ease;
	-moz-transition:all 150ms ease;
	-o-transition:all 150ms ease;
	-ms-transition:all 150ms ease;
	transition:all 150ms ease;
}
#cart_form .buttons button.credit_wallet {
	background-color: #000000;
	-webkit-box-shadow:3px 3px 0 0 #a6a6a6;
	-moz-box-shadow:3px 3px 0 0 #a6a6a6;
	box-shadow:3px 3px 0 0 #a6a6a6;
}
#cart_form .buttons button.credit_wallet:hover {
	background-color: #2a2828;
	-webkit-transition:all 150ms ease;
	-moz-transition:all 150ms ease;
	-o-transition:all 150ms ease;
	-ms-transition:all 150ms ease;
	transition:all 150ms ease;
}
#cart_form .buttons button.tenbis {
	background-color: #ff7700;
	-webkit-box-shadow:3px 3px 0 0 #b84705;
	-moz-box-shadow:3px 3px 0 0 #b84705;
	box-shadow:3px 3px 0 0 #b84705;
}
#cart_form .buttons button.tenbis:hover {
	background-color: #ff7700;
	-webkit-transition:all 150ms ease;
	-moz-transition:all 150ms ease;
	-o-transition:all 150ms ease;
	-ms-transition:all 150ms ease;
	transition:all 150ms ease;
}
#cart_form .disclaimer {
    font-weight:normal;
	margin:10px 0 10px 0;
	padding:10px 0 10px 0;
    margin-right:5px;
	text-align:center;
	font-size:16px;
	color:#000000;
}
#cart_form .secured {
	display:block;
	width:100%;
	margin:20px 0 0 0;
	padding:10px 0 50px 0;
	text-align:center;
	font-size:0;
}
#cart_form .secured img {
	margin:0 5px 0 5px;
}
/*--- Credit Wallet ---*/
.wallet-cards {
    max-height: 300px;
    aspect-ratio: 1.63;
    width: 100%;
    position: relative;
}
#canvas-wallet-qr-wrapper {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 8rem;
    height: 52%;
    margin: 0 auto;
    width: min(80%, 370px);
    z-index: 5;
    background: white;
    text-align: center;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 1) 25%);
    border-radius: 10px;
    display: none;
}
.wallet-card {
    background: url(/images/credit_wallet.png) no-repeat center center;
    background-size: contain;
    text-align: center;
    height: min(270px, 100% - 30px);
    max-height: 270px;
    max-width: 100%;
    aspect-ratio: 1.63;
    position: relative;
    margin: 0 auto;
}
.wallet-card .wallet-card-name {
    position: absolute;
    right: 3rem;
    color: white;
    top: 0.5rem;
    text-overflow: ellipsis;
    max-width: 9rem;
    overflow: hidden;
    white-space: nowrap;
}
.wallet-card .wallet-card-alias {
    position: absolute;
    left: 3rem;
    color: white;
    top: 0.5rem;
}
.wallet-card .wallet-card-balance h1 {
    position: absolute;
    bottom: 3rem;
    right: 0;
    left: 0;
    color: white;
}
.wallet-card .wallet-card-balance h2 {
    position: absolute;
    bottom: 1rem;
    color: white;
    right: 0;
    left: 0;
}
.wallet-cards .wallet-info {
    text-align: center;
}
.wallet-packages {
    display: grid;
    align-items: center;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, min(130px));
    margin: 2px;
    justify-content: center;
}
.wallet-packages .wallet-package {
    min-height: 110px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    line-height: 0.9;
}
.wallet-packages .wallet-package .amount {
    font-weight: bold;
}
.wallet-packages .wallet-package label {
    background-color: white;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 0 1px #ccc;
    border: 2px solid #fff;
    cursor: pointer;
}
.wallet-packages .wallet-package input[type=radio] {
    display: none;
}
.wallet-packages .wallet-package label {
    padding: 0.25em 0.4em;
    font-size: 1.85em;
    min-width: 8ch;
    border-radius: 15px;
    text-align: center;
}
.wallet-packages .wallet-package input[type=radio]:not(.disabled) + label:hover,
.wallet-packages .wallet-package input[type=checkbox]:not(.disabled) + label:hover {
    box-shadow: 0 0 0 1px #333;
}

.wallet-packages .wallet-package input[type=radio]:checked + label,
.wallet-packages .wallet-package input[type=checkbox]:checked + label {
    box-shadow: 0 0 0 0.15rem #000 !important;
    background-color: #b7f4ba;
}
.wallet-disclaimer {
    text-align: center;
}
.wallet-actions {
    text-align: center;
    
}
/*--- Article page ---*/
#article_page {
	margin-top:50px;
}
.article .top_row .row.details div { 
    font-size: 12px; 
}
#article_page .article {
	border:1px solid #e6e6e6;
}
#article_page .article .top_row {
    overflow: hidden;
 line-height:40px; 
	/*height:40px;*/
	background-color:#e0e0e0;
	padding:0 1% /*15px 0 0;*/
}
#article_page .article .top_row, #article_page .article .top_row a { 
	
	color:#000000;
}
#article_page .article .top_row .details {
	text-align:center;
    justify-content: space-around;
}
#article_page .article .top {
	width:100%;
	padding:15px;
	border-bottom:1px solid #e6e6e6;
}
#article_page .article .top .right {
	display:block;
	width:100%;
	height:70px;
	background:#a7a7a7 url("../images/icon_right_white.png") center 10px no-repeat;
	padding-top:40px;
	text-align:center;
	
font-size:12px;
	line-height:20px;
	color:#ffffff;
	-webkit-border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomright:5px;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
}
#article_page .article .top .left {
	display:block;
	width:100%;
	height:70px;
	background:#a7a7a7 url("../images/icon_left_white.png") center 10px no-repeat;
	padding-top:40px;
	text-align:center;
	
font-size:12px;
	line-height:20px;
	color:#ffffff;
	-webkit-border-top-left-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-bottomleft:5px;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
}
#article_page .article .top h1 {
	display:block;
	width:100%;
	margin:0;
	padding:0;
	text-align:center;
	font-weight:bold;
font-size:30px;
	line-height:35px;
	color:#000000;
}
#article_page .article .top h2 {
	display:block;
	width:100%;
	margin:0;
	padding:0;
	text-align:center;
	
font-size:16px;
	line-height:35px;
	color:#000000;
}
#article_page .article .social {
	display:block;
	width:100%;
	height:40px;
	margin-top:20px;
	overflow:hidden;
}
#article_page .article .tags {
	background:url("../images/icon_tags.png") right 1px no-repeat;
	margin-top:20px;
	padding-right:20px;
}
#article_page .article .tags, #article_page .article .tags a {
	
font-size:16px;
	line-height:20px;
	color:#656363;
}
#article_page .article .image a {
	display:table;
	position:relative;
	max-width:95%;
	max-height:300px;
	margin:0 auto 0 auto;
	padding:10px;
	text-align:center;
	border:1px solid #e3e3e3;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	z-index:1;
}
#article_page .article .image a img {
	display:inline-block;
	position:relative;
	top:0;
	right:0;
	max-width:100%;
	max-height:280px;
	z-index:2;
}
#article_page .article .image a .bigger {
	display:block;
	position:absolute;
	right:20px;
	bottom:20px;
	width:80px;
	height:32px;
	background:url("../images/icon_bigger.png") no-repeat;
	font-size:0;
	opacity:0;
	filter:alpha(opacity=0);
	z-index:3;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	transition:all 300ms ease;
}
#article_page .article .image a:hover .bigger {
	opacity:1;
	filter:alpha(opacity=100);
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	transition:all 300ms ease;
}
#article_page .article .text {
	width:95%;
	margin:0 auto 0 auto;
	padding:20px 0 10px 0;
	
font-size:16px;
	line-height:24px;
	color:#000000;
}
#article_page .article .bottom_social {
	display:table;
	margin:20px auto 10px auto;
}
#article_page .facebook_comments {
	width:100%;
	margin-top:20px;
}
#article_page .mtitle {
	width:100%;
	height:40px;
	background-color:#e2e2e2;
	text-align:center;
	
font-size:16px;
	line-height:40px;
	color:#000000;
}
#article_page .recs {
	width:100%;
	margin-bottom:10px;
	padding:10px 10px 0 10px;
	border:1px solid #e1e1e1;
}
#article_page .recs .image {
	display:block;
	width:100%;
	max-height:80px;
	text-align:center;
	font-size:0;
}
#article_page .recs .image img {
	max-width:100%;
	max-height:80px;
}
#article_page .recs .title {
	display:block;
	width:100%;
	margin:5px 0 20px 0;
	text-align:center;
	font-weight:bold;
	line-height:18px;
	color:#000000;
}
#article_page .lasts {
	width:100%;
	margin-bottom:10px;
	padding:10px;
	border:1px solid #e1e1e1;
}
#article_page .lasts .item {
	width:100%;
	margin-bottom:10px;
	padding-bottom:10px;
	overflow:hidden;
	border-bottom:1px solid #d2d2d2;
}
#article_page .lasts .image {
	display:block;
	width:100%;
	max-height:80px;
	text-align:center;
	font-size:0;
}
#article_page .lasts .image img {
	max-width:100%;
	max-height:80px;
}
#article_page .lasts .title {
	display:block;
	width:100%;
	text-align:center;
	font-weight:bold;
	line-height:18px;
	color:#000000;
}
#article_page .lasts .details {
	display:block;
	width:100%;
	text-align:center;
	
font-size:12px;
	line-height:18px;
	color:#464646;
}
#article_page .lasts .all {
	display:block;
	width:100%;
	text-align:center;
	
	line-height:20px;
	color:#464646;
}
#article_page .most_viewed {
	width:100%;
	padding:10px 10px 0 10px;
	border:1px solid #e1e1e1;
}
#article_page .most_viewed .item {
	width:100%;
	margin-bottom:10px;
	padding-bottom:10px;
	
	line-height:18px;
	color:#464646;
	overflow:hidden;
}
#article_page .most_viewed .item .number {
	width:100%;
	height:50px;
	background-color:#ffffff;
	text-align:center;
	font-weight:bold;
font-size:20px;
	line-height:50px;
	color:#5b5b5b;
	border:1px solid #d7d7d7;
	-webkit-box-shadow:inset 7px -7px 20px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow:inset 7px -7px 20px 0 rgba(0, 0, 0, 0.2);
	box-shadow:inset 7px -7px 20px 0 rgba(0, 0, 0, 0.2);
}
#article_page .most_viewed .item .number.first {
	background-color:#ffc500;
	color:#ffffff;
}
#article_page .most_viewed .item .number.second {
	background-color:#e5e4e5;
	color:#ffffff;
}
#article_page .most_viewed .item .number.third {
	background-color:#d56430;
	color:#ffffff;
}
#article_page .most_viewed .image {
	display:block;
	width:100%;
	max-height:80px;
	text-align:center;
	font-size:0;
}
#article_page .most_viewed .image img {
	max-width:100%;
	max-height:80px;
}
#article_page .most_viewed .title {
	display:block;
	width:100%;
	font-weight:bold;
	line-height:18px;
	color:#000000;
}
/*--- Compare Page ---*/
#compare {
	padding-bottom:50px;
}
#compare .mtitle {
	width:100%;
	margin:60px 0 10px 0;
	text-align:center;
	
font-size:24px;
	line-height:30px;
	color:#000000;
}
#compare .compare_row {
	width:100%;
	margin-top:20px;
	text-align:center;
	overflow:hidden;
}
#compare .compare_row .stitle {
	display:inline-block;
	height:30px;
	
font-size:20px;
	line-height:30px;
	color:#000000;
}
#compare .compare_row .product {
	display:inline-block;
	height:30px;
	margin-right:10px;
	padding:0 5px 0 25px;
	
font-size:16px;
	line-height:28px;
	color:#000000;
	border:1px solid #e0e0e0;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
#compare .compare_row .product span {
	display:block;
	width:20px;
	height:20px;
	margin:4px 0 0 20px;
	text-align:center;
	
font-size:16px;
	line-height:19px;
	color:#000000;
	border:1px solid #e0e0e0;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	cursor:pointer;
	float:right;
}
/*--- Compare page ---*/
.compare {
	width:95%;
	margin:20px auto 0 auto;
	padding:0;
	//border:1px solid #d1d1d1;
	border:0;
	border-collapse:collapse;
}
.compare, .compare th, .compare td {
	border:1px solid #d1d1d1;
}
.compare tr td {
	padding:10px;
	text-align:center;
}
.compare .title a {
	font-weight:bold;
	color:#000000;
}
.compare td.image {
	height:130px;
}
.compare td.image a {
	display:block;
	width:100%;
	height:110px;
	text-align:center;
	font-size:0;
}
.compare .image img {
	max-width:150px;
	max-height:110px;
}
/*--- Side Cart:---*/
.main_side_cart {
	padding:0;
	margin:0;
}
.side_cart {
    
	width:100%;
	margin-top:10px;
}
.body {
	position:fixed;
}
@media(min-width:961px) {
.side_cart , .categories_list {
	display:none;
}
.seven:hover {
    height:410px !important;
}
}
.side_cart .top {
	width:100%;
	background-color:#d9d9d9;
	padding:6px 0 6px 0;
}
.side_cart .top .menu {
	width:100%;
	padding-bottom:6px;
	text-align:center;
	border-bottom:1px solid #cecece;
}
/* , .side_cart .top .menu * */
.side_cart .top .menu {
	
	color:#ffffff;
}
.side_cart .top .title {
	width:100%;
	padding-top:5px;
	overflow:hidden;
}
.side_cart .top .title .icon {
	width:20%;
	height:60px;
	background:url("../images/icon_side_cart.png") center center no-repeat;
	font-size:0;
	float:right;
}
.side_cart .top .title .counter {
	width:20%;
	height:60px;
	float:right;
}
.side_cart .top .title .counter span {
	display:block;
	width:40px;
	height:40px;
	background-color:#c1c1c1;
	margin-top:10px;
	text-align:center;
	font-weight:bold;
font-size:18px;
	line-height:40px;
	color:#ffffff;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
}
.side_cart .top .title .text {
	width:60%;
	height:60px;
	text-align:center;
	
font-size:16px;
	color:#ffffff;
	float:right;
}
.side_cart .top .title .text strong {
	display:block;
	width:100%;
	
font-size:20px;
	color:#ffffff;
}
.side_cart .top .gt_cart {
	display:block;
	width:90%;
	height:30px;
	background-color:#ffffff;
	margin:auto;
	text-align:center;
	font-weight:bold;
font-size:18px;
	line-height:30px;
	color:#000000;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.side_cart .products {
	width:100%;
	height:300px;
	background-color:#ffffff;
	overflow:auto;
	overflow-x:hidden;
	border:1px solid #cecece;
	border-top:0;
	-webkit-border-bottom-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-bottomleft:10px;
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
}
.side_cart .products .each {
	width:100%;
	height:90px;
	padding:5px 0 5px 0;
	border-bottom:1px dotted #b0b0b0;
	overflow:hidden;
}
.side_cart .products .each .amount {
	width:13%;
	height:80px;
	background-color:#ffffff;
	padding:5px 0 5px 0;
	overflow:hidden;
	float:right;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-transition:all 150ms ease;
	-moz-transition:all 150ms ease;
	-o-transition:all 150ms ease;
	-ms-transition:all 150ms ease;
	transition:all 150ms ease;
}
.side_cart .products .each .amount:hover {
	background-color:#c1c1c1;
	-webkit-transition:all 150ms ease;
	-moz-transition:all 150ms ease;
	-o-transition:all 150ms ease;
	-ms-transition:all 150ms ease;
	transition:all 150ms ease;
}
.side_cart .products .each .amount .plus, .side_cart .products .each .amount .minus {
	width:100%;
	height:20px;
	text-align:center;
	font-weight:bold;
font-size:16px;
	line-height:20px;
	color:#ffffff;
	cursor:pointer;
}
.side_cart .products .each .amount .counter {
	width:90%;
	height:35px;
	background-color:#ffffff;
	margin:auto;
	text-align:center;
	font-weight:bold;
font-size:16px;
	line-height:35px;
	color:#000000;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.side_cart .products .each .image {
	display:block;
	width:28%;
	height:80px;
	margin-right:2%;
	text-align:center;
	font-size:0;
	line-height:80px;
	border:1px solid #c1c1c1;
	float:right;
}
.side_cart .products .each .image img {
	max-width:100%;
	max-height:76px;
}
.side_cart .products .each .content {
	display:block;
	width:55%;
	height:80px;
	margin-right:2%;
	float:right;
}
.side_cart .products .each .content a {
    
	display:block;
	padding-right:10px;
	
	color:#080a0e;
}
.side_cart .products .each .content .price {
    
	width:100%;
	margin-top:10px;
	text-align:left;
	
font-size:16px;
	color:#080a0e;
}
.side_cart .products .each .content .price strong {
	padding-left:10px;
	color:#2e2e2e;
}
.side_cart .bottom_text {
	width:100%;
	padding-top:10px;
	text-align:center;
	
	color:#080a0e;
}
/*--- jScrollPane Starts:---*/
.jspContainer {
	overflow:hidden;
	position:relative;
}
.jspPane {
	position:absolute;
}
.jspVerticalBar {
	position:absolute;
	top:0;
	right:0;
	width:16px;
	height:100%;
	background:red;
}
.jspHorizontalBar {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:16px;
	background:red;
}
/*
.jspVerticalBar *, .jspHorizontalBar * {
	margin:0;
	padding:0;
}*/
.jspCap {
	display:none;
}
.jspHorizontalBar .jspCap {
	float:left;
}
.jspTrack {
	background:#dde;
	position:relative;
}
.jspDrag {
	background:#bbd;
	position:relative;
	top:0;
	left:0;
	cursor:pointer;
}
.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag {
	float:left;
	height:100%;
}
.jspArrow {
	background:#50506d;
	text-indent:-20000px;
	display:block;
	cursor:pointer;
}
.jspArrow.jspDisabled {
	cursor:default;
	background:#80808d;
}
.jspVerticalBar .jspArrow {
	height:16px;
}
.jspHorizontalBar .jspArrow {
	width:16px;
	float:left;
	height:100%;
}
.jspVerticalBar .jspArrow:focus {
	outline:none;
}
.jspCorner {
	background:#eeeef4;
	float:left;
	height:100%;
}
/*--- jScrollPane Facebook Like CSS:---*/
.jspVerticalBar {
	right:10px;
	width:8px;
	background:transparent;
}
.jspHorizontalBar {
	bottom:5px;
	width:100%;
	height:8px;
	background:transparent;
}
.jspTrack {
	background:transparent;
}
.jspDrag {
	background-color:rgba(0, 0, 0, 0.8);
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag {
	height:100%;
	float:left;
}
.jspCorner {
	display:none;
}
/*--- jScrollPane Ends. ---*/
#floatBtns {
    position:fixed;
    bottom:30%;
    left:-8px;
    z-index:100;
}

.rightposition {
    right:-8px;
    left:unset !important;
}

#floatBtns div {
    margin:5px 0px;
}
#acl {
	
	width:41px;
	z-index:104;
        height:38px;
        font-size:1.7em;
}
#acl .top {
    padding:8px 13px !important ;
    font-size: 19px;
}
.floatwhatsapp,.floatinsta,.floatwaze,.floatyoutube, .floatcart {
	
  
    padding-top: 3px;
    width: 42px;
    padding-left:3px;
    border-radius: 6px;
    height: 38px;
    text-align: center;
    color: #fff;
    font-size: 1.6em;
    z-index: 2;
}


.rightposition .floatwhatsapp, .rightposition .floatinsta, .rightposition .floatwaze, .rightposition .floatyoutube, .floatcart {
	
    padding-left:0px !important;
    padding-right:3px;
}

.floatcart {
    background: #ffffff;
    position: relative;
}

.floatcart div.icon {
    margin-left: 10px !important;
}

.floatcart svg.icon {
    margin-bottom: 7px;
}

.floatcart .num_bable {
    position: absolute;
    top: 0;
    right: 3px;
    color: #000;
    font-size: 1rem;
}

.floatwhatsapp {
    background: #25d366;
}

.floatwaze {
    background: #E4E7E8;
    padding-top:0px;
}

.floatyoutube {
    background:#e00d0d;
}

.floatwaze img {
    width:75%;
}

.floatinsta{
    background: #BD32B3;
}

.bottomsection {
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
}
@media(max-width:960px) {
  #floatBtns {
    position:fixed;
    bottom:65px;
    left:-8px;
}

.product_block9 .kg-quantity .kg-quantity-item {
    font-size:14px;
}

.eigth .kg-quantity .kg-quantity-item {
    font-size:13px;
    margin-left:5px;
}
.eigth #product_amount {
    width:63px;
}
.eigth .b {
    padding:2px 9px 4px 16px !important;
    height: 25px;
    width: 17px;
    font-size:13px !important;
}
.sixth .kg-quantity {
    width: 85%;
}


.product_block9 .kg-quantity {
    width:35%;
}


.product_block9 .amount_selector {
    margin: 0 auto;
}

.product_block9 .price {
    font-size:17px !important;
}

.product_block9 .row{
   margin-left:0px !important;
   margin-right:0px !important;
}

.eigth .containeramount {
    justify-content:center;
}
.eigth .kg-quantity {
    margin:0px;
    margin-top:13px;
    margin-left:6px;
}
}
#acl .top .fab {
	
	color:#fff;
	font-weight:400;
}
#acl .top {
	background:#464646;
	padding:10px 20px;
	border-radius:6px;
	font-weight:bold;
        font-size:18px;
	line-height:22px;
	color:#000000;
        height:38px;
	cursor:pointer;
	-webkit-border-top-left-radius:10px;
	//-webkit-border-bottom-right-radius:10px;
	-moz-border-radius-topleft:10px;
	//-moz-border-radius-topright:10px;
	border-bottom-top-radius:10px;
	//border-bottom-right-radius:10px;
}
#acl .top img {
	margin-left:5px;
}
#acl .acl {
    display: none;
	position:fixed;
	left:0;
	bottom:40px;
	width:220px;
	height:0;
	margin:0;
	background-color:#ffffff;
	padding:0;
	opacity:0;
	overflow:hidden;
	border:2px solid #505050;
	list-style:none;
	-webkit-transition:opacity 150ms ease;
	-moz-transition:opacity 150ms ease;
	-o-transition:opacity 150ms ease;
	-ms-transition:opacity 150ms ease;
	transition:opacity 150ms ease;
}
#acl .acl.active {
    display: block;
	height:auto;
	opacity:1;
}
#acl .acl > span {
	display:block;
	padding:10px 20px;
	text-decoration:none;
	
font-size:16px;
	line-height:16px;
	color:#000000;
	cursor:pointer;
}
#acl .acl > span:hover, #acl .acl > span:focus {
	text-decoration:underline;
}
#acl .acl > span.active {
	display:inline-block;
	padding-left:10px;
	content:"? ";
}
#acl .acl > span.active {
	font-weight:bold;
}
/*--- Gradient support for IE9 ---*/
@media screen and (min-width:0\0) {
	.gradient {
		filter:none;
	}
}
header.mobile {
    display:none;
}
@media only screen and (max-width:960px) {
header.mobile {
    display:block;
}
.product_page .breadcrumbs {
	margin-top:25px;
}
}
.carousel .carousel-control-next-icon:before , .carousel .carousel-control-prev-icon:before{
 
    font-size:21px !important;
    color:#000 !important;
}
.carousel .carousel-control-next-icon, .carousel .carousel-control-prev-icon {
    background:transparent !important;
}
/*--- Mobile Phones and Tablets---*/
@media only screen and (max-width:1030px) {
	body {
		position:relative;
	}
	body.mobile_header {
		padding-top:116px;
	}
/*
	*.row {
		margin:0;
	}*/
	/*.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
		padding-right:0 !important;
		padding-left:0 !important;
	}*/
	nav.mainnav.second.fixed {
		top:105px;
	}
	/*--- Latest Mobile Header CSS ---*/
	header.mobile {
		position:fixed;
		top:0;
		right:0;
		width:100%;
		margin:0;
		padding:0;
		z-index:100;
	}
	header.mobile .top {
		width:100%;
		background-color:#ffffff;
	}
	header.mobile .logo {
		position:relative;
		width:100%;
		background-color:#ffffff;
		padding:10px 0 10px 0;
		text-align:center;
		font-size:0;
		border-bottom:1px solid #ebebeb;
	}
	header.mobile .logo img {
/*		max-width:90%;*/ /*max-*/
		height:45px;
	}
	header.mobile .social {
		position:absolute;
		top:50%;
		left:5px;
		margin-top:-13px;
		font-size:0;
	}
	header.mobile .social img {
		width:26px;
		height:26px;
		margin-right:5px;
	}
	header.mobile .buttons {
		width:100%;
		height:50px;
		background-color:#4db7ff;
		padding:5px 0 5px 0;
		border-bottom:1px solid #ebebeb;
		overflow:hidden;
	}
	header.mobile .buttons .button {
		width:25%;
		height:40px;
		float:right;
	}
	header.mobile .buttons .button a {
		display:block;
		width:100%;
		height:40px;
		text-align:center;
		font-size:0;
		line-height:40px;
		border-left:1px solid #ebebeb;
	}
	header.mobile .buttons .button:last-child a {
		border-left:0;
	}
	header.mobile .toggle {
		display:block;
		width:29px;
		height:19px;
		margin:5px auto 0 auto;
		color:#000000;
		line-height:19px;
		cursor:pointer;
	}
	header.mobile .toggle span {
		margin:13px 0 0 0;
	}
	header.mobile .toggle span, header.mobile .toggle span:before, header.mobile .toggle span:after {
		display:block;
		position:absolute;
		width:19px;
		height:2px;
		background:#414141;
		border-radius:1px;
		cursor:pointer;
		content:"";
	}
	header.mobile .toggle span:before {
		top:-6px;
	}
	header.mobile .toggle span:after {
		bottom:-6px;
	}
	header.mobile .toggle span, header.mobile .toggle span:before, header.mobile .toggle span:after {
		transition:all 250ms ease-in-out;
	}
	header.mobile .toggle.active span {
		background-color:transparent;
	}
	header.mobile .toggle.active span:before, header.mobile .toggle.active span:after {
		top:0;
	}
	header.mobile .toggle.active span:before {
		transform:rotate(45deg);
	}
	header.mobile .toggle.active span:after {
		transform:rotate(-45deg);
	}
	header.mobile .buttons .button a img {
		max-width:90%;
		max-height:25px;
	}
	header.mobile .search {
		display:none;
		width:100%;
		background-color:#ffffff;
		padding:10px 0 10px 0;
		border-bottom:1px solid #ebebeb;
	}
	header.mobile .search .content {
		width:95%;
		margin:auto;
		overflow:hidden;
	}
	header.mobile .search .content .input {
		display:block;
		width:65%;
		height:40px;
		background-color:#ededed;
		margin:0;
		padding:0 10px 0 5px;
		
		line-height:40px;
		color:#000000;
		border:0;
		float:right;
		-webkit-border-top-right-radius:5px;
		-webkit-border-bottom-right-radius:5px;
		-moz-border-radius-topright:5px;
		-moz-border-radius-bottomright:5px;
		border-top-right-radius:5px;
		border-bottom-right-radius:5px;
	}
	header.mobile .search .content .submit {
		display:block;
		width:20%;
		height:40px;
		background:#ededed url("../images/icon_search.png") center center no-repeat;
		margin:0;
		padding:0;
		font-size:0;
		cursor:pointer;
		border:0;
		float:right;
		-webkit-border-top-left-radius:5px;
		-webkit-border-bottom-left-radius:5px;
		-moz-border-radius-topleft:5px;
		-moz-border-radius-bottomleft:5px;
		border-top-left-radius:5px;
		border-bottom-left-radius:5px;
	}
	header.mobile .search .content .close {
		display:block;
		width:10%;
		height:30px;
		background-color:#ededed;
		margin:5px 0 0 0;
		padding:0;
		text-align:center;
		
		line-height:30px;
		color:#525252;
		cursor:pointer;
		float:left;
		-webkit-border-radius:50%;
		-moz-border-radius:50%;
		border-radius:50%;
	}
	nav.mainnav.mobile {
		position:fixed;
		display:none;
		width:100%;
		height:100%;
		background-color:#d9d9d9;
		overflow:auto;
	}
	nav.mainnav.mobile .nav {
		width:100%;
	}
	nav.mainnav.mobile .nav > ul {
		display:block;
		width:100%;
		margin:0;
		padding:0;
		list-style:none;
	}
	nav.mainnav.mobile .nav > ul > li {
		display:block;
		width:100%;
		height:36px;
		border-bottom:1px solid #d4d4d4;
	}
	nav.mainnav.mobile .nav > ul > li.more_pages {
		display:none;
	}
	nav.mainnav.mobile .nav > ul > li > a {
		display:block;
		width:100%;
		height:34px;
		padding:5px 20px 5px 20px;
		text-align:center;
		
font-size:18px;
		line-height:26px;
		color:#000000;
	}
	nav.mainnav.mobile .nav > ul > li > a.down {
		background:url("../images/icon_mobile_down.png") 10px center no-repeat;
		background-size:auto 10px;
	}
	nav.mainnav.mobile .nav > ul > li > a > img {
		max-height:15px;
		margin-left:5px;
	}
	/*--- Latest Mobile Header CSS ---*/
      
	.main_text h1 {
		text-align:center;
	}
	.main_text {
		padding-left:15px;
	}
	.main_text .text {
		padding:0 30px 0 30px;
	}
	.main_form {
		padding-right:15px;
	}
	.main_text .image {
		text-align:center;
	}
.fs_selectbox .title {
    line-height:50px;
}
	/*.fast_search .title {
            line-height:70px;
		padding-left:15px;
	}*/
	.fast_search .title > div {
		height:50px;
		background:#464646 url("../images/select_closed.png") 95% center no-repeat;
		line-height:50px !important;
	}
	.fast_search .select {
		display:none;
	}
/*
	.fast_search .select > div .row {
		height:200px;
		margin:0 0 50px 0;
	}*/
	#categories_list {
		margin-top:20px;
	}
	.fast_search .select > div .row > div {
		width:50%;
		margin:0;
		    padding:1%;
	}
	.fast_search .select > div {
		background-color:transparent;
		padding:0;
	}
	.fast_search .select .fs_selectbox {
		width:100%;
		background-position:90% center;
	}
	.categories_filters .title, .categories_filters .total {
		display:block;
		width:100%;
		margin-top:5px;
		padding:0;
		text-align:center;
		font-weight:bold;
		float:none;
		border-top:1px solid #f0f0f0;
	}
	.categories_filters a, .categories_filters .price_max, .categories_filters .price_min {
		width:100%;
		padding:0;
		text-align:center;
		float:none;
	}
	#prices_budget {
		width:80%;
		margin:auto;
		text-align:center;
		float:none;
	}
	#categories_list .w .cat.first, #categories_list .w .cat.second, #categories_list .w .cat.third {
		margin-bottom:15px;
	}
	/*.cat.first > div .title {
		padding:0 0 5px 0;
	}*/
	/*.main_cats {
		padding:20px 0 0 0;
	}*/
	.cat.third > div .sub {
		opacity:1;
		filter:alpha(opacity=100);
	}
	.cat.second .round {
		height:auto;
	}
	.cat.second .round img {
		max-height:none;
	}
	.cat.second .round .title {
		font-size:20px;
	}
/*, .cat.second .sub * */
	.cat.second .sub{
		font-size:18px;
	}
	.products_wrap .row {
		margin-right:0 !important;
		margin-left:0 !important;
	}
	.products_wrap .owl-prev, .products_wrap .owl-next {
		right:0;
	}
	.products_wrap .owl-next {
		right:auto;
		left:10px;
	}
	.product_b .images {
		height:120px;
	}
	.product_b .images img {
		max-height:120px;
	}
	.product_b.third .images img {
		max-height:110px;
	}
	.product_b.first .buttons a {
		margin:0;
	}
	.side_cart {
		margin-top:0;
	}
	.side_cart .products {
		height:185px;
	}
	.side_cart .bottom_text {
		padding-bottom:10px;
	}
	.side_cart .products .each .amount {
		background-color:#c1c1c1;
	}
	.lpl_wrap {
		padding-right:15px !important;
	}
	.lpl {
		height:auto;
		margin-top:0;
		text-align:center;
		overflow:hidden;
	}
	.lpl a {
		display:inline-block;
		width:25%;
		margin:auto;
		padding:0;
		font-size:15px;
		line-height:50px;
		//float:right;
	}
	.products_bg {
		padding:20px 0 20px 0;
	}
	.product_b.second .buttons {
		right:0;
	}
	.product_b .price, .product_b .price_old {
		text-align:center;
	}
	.article_block .title {
		display:block;
		min-height:44px;
	}
	.article_block .link {
		position:static;
		bottom:0;
		margin:10px auto 10px auto;
	}
	.about_us {
		background-size:auto 100%;
	}
	.about_us .col-md-20p {
		width:90%;
		margin:auto;
		float:none;
	}
	.article_block {
		width:98%;
		margin:0 auto 10px auto;
	}
	.article_block .details {
		min-height:45px;
		max-height:50px;
	}
	.article_block .text {
		height:100px;
	}
	
	
	.footer_links {
		margin-bottom:20px;
	}
	footer .secured_payments {
	        width:100%;
                margin:0 auto;
               margin-top:30px;
	}
        

        #fb-root {
            display: none;
        }

        /* To fill the container and nothing else */

        .fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
            width: 100% !important;
        }
	#facebook_likebox {
		display:block !important;
		width:95%;
		height:190px;
		margin:0 auto 0 auto;
	}
	.footer_row {
		height:auto;
	}
	.footer_row .text {
                    text-align: center;
		/*padding:0 3px 0 3px !important;
		text-align:center !important;
		line-height:30px;*/
	}
	.tab {
		display:none;
	}
	#text_pages .text {
		padding:0 10px 0 10px;
	}
	/*--- Coupons Page ---*/
	.coupons {
		width:90%;
		margin:20px auto 0 auto;
		float:none;
	}
	#coupons .main_text {
		width:95%;
		margin:10px auto 10px auto;
		padding:0;
		text-align:center;
	}
	.coupon_block .code {
		padding-left:15px;
	}
	/*--- Login Page ---*/
	#forgot_email {
		border-right:2px solid #dcdcdc !important;
	}
	/*--- Product Page ---*/
	.product_page .products_details .price {
		text-align:center;
	}
	.product_page .products_details .qi {
		display:table;
		width:auto;
		margin:10px auto 15px auto;
	}
	.product_page .compare_link {
		height:30px;
		line-height:30px;
	}
	.product_page .props .plist {
		height:auto;
		max-height:300px;
	}
	.imagezoom-cursor {
		display:none;
	}
	/*--- Cart Page ---*/
	#cart .cart {
		width:100%;
	}
	#cart .cart .image {
		width:80%;
		height:80px;
		margin:0 25px 5px 0;
		line-height:80px;
	}
	#cart .cart .image img {
		max-height:71px;
	}
	#cart .cart a.title {
		padding:0 5px 0 10px;
	}
	#cart .cart .desc {
		padding-right:5px;
	}
	#cart .cart .price, #cart .cart .delete {
		height:30px;
		margin-top:5px;
		line-height:30px !important;
	}
	#cart .cart .coupons {
		margin-top:0;
	}
	#cart .cart .coupons .title {
		display:block;
		width:100%;
		height:20px;
		margin:0 0 20px 0;
		text-align:center;
		line-height:20px;
	}
	#cart .cart .coupons .coupon {
		display:block;
		width:65%;
		float:right;
	}
	#cart .cart .coupons .submit {
		display:block;
		width:30%;
		float:left;
	}
	#cart .cart .total {
		height:auto;
		padding:0 0 10px 0;
		line-height:24px;
	}
	#cart .cart .total strong {
		display:block;
		width:100%;
	}
	#cart .select_delivery .delivery, #cart .select_delivery select, #cart .payments, #cart .payments select {
		display:block;
		width:100%;
	}
	#ui-datepicker-div {
		right:50%;
		margin-right:-9em;
	}
	.cart_options .content_wrap .select_delivery, .cart_options .content_wrap .payments {
		margin-right:15px;
	}
	#cart .payments .paypal_note {
		height:auto;
		padding-bottom:20px;
	}
	#cart_form .title {
		margin-top:0;
	}
	#cart_form .form textarea {
		margin-bottom:20px;
	}
	#cart_form .final br {
		display:block;
	}
	#cart_form .final > div > div {
		padding:10px 0 10px 0;
	}
	#cart_form .buttons {
		margin-top:0;
	}
	#cart_form .secured img {
		max-width:95%;
		margin-bottom:10px;
	}
	.coupon_block .add {
		margin-right:10px;
	}
/*
	.cats_page_wrap {
		padding-right:15px !important;
	}
	.product_b {
		width:98%;
		margin-right:auto;
		margin-left:auto;
	}*/
}
/*--- Mobile Only Phones Only ---*/
@media only screen and (max-width:960px) {
	.icons_list a {
		display:block;
		padding:5px 0 5px 0;
		text-align:center;
	}
	.icons_list a:after {
		display:none;
	}
.main_cats .cat.first .sub_closed{
/*display:block;*/
}
.main_cats .cat.first .toggle{
display:none;
}
	.lpl_wrap {
		padding-right:0 !important;
	}
	#facebook_likebox {
        text-align: center;
		margin-top:20px;
	}
	#profile .top {
		height:auto;
	}
/*
	.cats_page_wrap {
		padding-right:0 !important;
	}*/
	#cart .cart .price, #cart .cart .delete {
		margin-top:0;
	}
	.cart_options .payments .title, .cart_options .select_delivery .title {
		width:140px;
	}
	.cart_options .select_delivery select, .cart_options .payments select {
		width:250px;
	}
}
/*
html {
	background-color:#ffffff;
}
body {
	background-color:#ffffff;
	color:#000000;
}*/
input, textarea {
	color:#000000;
}
/*--- New Header Cart ---*/
  .cart_popup .products {
    
}
  .cart_popup {
	display:none;
	position:absolute;
	width:350px;
	z-index:999;
	left:0;
}
  .cart_popup .arrow {
	width:100%;
	height:8px;
	background:url('../images/cart_arrow.png') 50px center no-repeat;
}
  .cart_popup > .content {
	width:100%;
	background-color:#f3f3f3;
	padding:5px;
	-webkit-box-shadow:8px 8px 13px -5px rgba(2, 2, 2, 0.4);
	-moz-box-shadow:8px 8px 13px -5px rgba(2, 2, 2, 0.4);
	box-shadow:8px 8px 13px -5px rgba(2, 2, 2, 0.4);
}
  .cart_popup > .content > .title {
	width:100%;
	height:37px;
	text-align:center;
	
font-size:16px;
	line-height:37px;
	color:#000000;
	overflow:hidden;
	border-bottom:1px dashed #b0b0b0;
}
  .cart_popup > .content > .title span {
	display:block;
	width:26px;
	height:26px;
	background:#434343 url('../images/icon_cart_close.png') center center no-repeat;
	margin:4px 10px 0 0;
	font-size:0;
	cursor:pointer;
	float:right;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	opacity:1;
	filter:alpha(opacity=100);
}
  .cart_popup > .content > .title span:hover {
	background-color:#c5c5c5;
    -webkit-transition:all 150ms linear;
    -moz-transition:all 150ms linear;
    -o-transition:all 150ms linear;
    -ms-transition:all 150ms linear;
    transition:all 150ms linear;
}
  .cart_popup > .content > .products {
	width:100%;
	height:300px;
	overflow:auto;
}
  .cart_popup > .content > .products .product {
	width:100%;
	padding:10px 0 10px 0;
	overflow:hidden;
	border-bottom:1px dashed #b0b0b0;
}
  .cart_popup > .content > .products .product .image {
	display:block;
	width:68px;
	height:68px;
	text-align:center;
	font-size:0;
	line-height:67px;
	float:right;
}
  .cart_popup > .content > .products .product .image img {
	max-width:68px;
	max-height:68px;
	border:1px solid #929292;
}
  .cart_popup > .content > .products .product .content {
	width:170px;
	margin-right:5px;
	
font-size:13px;
	color:#000000;
	float:right;
}
  .cart_popup > .content > .products .product .content .title {
	display:block;
	font-weight:bold;
font-size:15px;
	color:#000000;
}
  .cart_popup > .content > .products .product .act {
	width:70px;
	float:left;
}
  .cart_popup > .content > .products .product .act .delete {
	display:block;
	width:16px;
	height:22px;
	background:url('../images/icon_trash.png') no-repeat;
	margin:10px auto 0 auto;
	cursor:pointer;
}
  .cart_popup > .content > .products .product .act .price {
	width:100%;
	margin-top:10px;
	text-align:center;
	font-weight:bold;
	color:#000000;
}
  .cart_popup > .content > .total {
	width:100%;
	padding:10px 0 10px 0;
	text-align:center;
	font-weight:bold;
	color:#000000;
	border-bottom:1px dashed #b0b0b0;
}
 .cart_popup > .content > .link {
	display:block;
	width:90%;
	height:35px;
	background-color:#2dd10c;
	margin:10px auto 0 auto;
	text-align:center;
	font-weight:bold;
	line-height:35px;
	color:#ffffff
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
  .cart_popup > .content > .link:hover {
	background-color:#3fd000;
	color:#000000
    -webkit-transition:all 150ms linear;
    -moz-transition:all 150ms linear;
    -o-transition:all 150ms linear;
    -ms-transition:all 150ms linear;
    transition:all 150ms linear;
}
/*--- Mobile Phones ---*/
@media only screen and (max-width:700px) {
.main_cats_block {
    width:50% !important;
}
	  .cart {
		width:30%;
	}
	  .cart_popup {
		width:90%;
		margin:auto;
	}
}
/*--- Main Page ---*/
.main_text > div {
	background-color:#efefef;
}
.main_text h1 {
	font-size:15px;
	color:#000000;
}
.main_text .text {
	
	line-height:24px;
	color:#000000;
}
.main_form .w {
	background-color:#ff6011;
}
.main_form .title {
	font-size:20px;
	color:#000000;
}
#mf_name, #mf_phone {
	background-color:#ffffff;
	
	line-height:43px;
	color:#000000;
	border-color:#dcdcdc;
}
.main_form .submit {
	background-color:#000000;
	font-size:25px;
	line-height:43px;
	color:#ffffff;
}
/*--- Categories list fast search ---*/
.fast_search .title > div {
	background-color:#464646;
	font-size:18px;
	line-height:50px;
	color:#ffffff;
}
/*
.fast_search .select > div {
	background-color:#464646;
}*/
.fast_search .select .fs_selectbox {
	background:#ffffff url("../images/select_closed.png") 95% center no-repeat;
	font-size:16px;
	line-height:50px;
	color:#000000;
}
.fast_search .select .fso > div {
	background-color:#efefef;
	font-size:15px;
	line-height:30px;
	color:#0a2a7b;
}
.fast_search .select .fso > div.active {
	background-color:#108dd4;
	color:#ffffff;
}
.fast_search .select .fso > div:hover {
	background-color:#108dd4;
	color:#ffffff;
}
/*--- Categories list ---*/
#categories_list .w {
	background:url("../images/cats_list_bg.png");
}
.main_cats {
	padding:1% 0;
	/*padding:15px 0 0 0;*/
}
.main_cats_side {
    padding-top: 1%;
}
.main_cats_block {
    display:inline-block;
    width:25%;
    padding:1%;
        vertical-align:top;
}
.cat.first > div {
    height:220px;
    line-height:20px;
    background-color:#ececec;
    background-size:cover; 
    background-position: center center;
}

.cat.first > div .hidden_sub {
	width:100%;
	height:19px;
	font-size:0;
}
/*, .cat.first > div .sub_toggle div * , .cat.first > div .sub *, */
.cat.first > div .sub,.cat.first > div .sub_toggle div ,.cat.first .sub a,.cat.second .sub a{
	font-size:15px;
	color:#8c8c8c;
        min-height:1em;
        text-align:center;
} 
.cat.second .round .title {
	font-size:24px;
	color:#ffffff;
}
/* , .cat.second .sub **/
.cat.second .sub {
	font-size:15px;
	color:#ffffff;
}
.cat.third > div {
	background-color:#ffffff;
}
.cat.third > div .title {
	font-size:16px;
	color:#000000;
}
.cat.third > div .sub a {
	font-size:15px;
	line-height:32px;
	color:#ffffff;
}
.filter_wrapper .filter-widget {
    margin-bottom: 0.5em;
    border-bottom: 1px solid #000;
}
.filter_wrapper .filter-widget:last-of-type {
    border-bottom: none;
}
.filter_wrapper .filter-widget .title {
    line-height: 30px;
}
.filter_wrapper .filter-widget ul {
    list-style-type:none;
    padding: 0;
}
.filter_wrapper .filter-widget ul li {
    margin-bottom: .4rem;
}
.filter_wrapper .filter-widget ul li input {
    display: inline-block;
    vertical-align: middle;
}
.filter_wrapper .filter-widget ul li label {
    margin-bottom: 0;
    vertical-align: middle;
}
@media(max-width:576px) {
    .filter_wrapper {
        position: fixed;
        top: 0;
        right: 0;
        left: 10%;
        bottom: 0;
        z-index: 999;
        padding: 2em;
        background: white;
        box-shadow: 2px 2px 5px 2px rgb(0 0 0 / 50%);
        overflow-y: scroll;
        transform: translateX(100%);
        transition: transform 0.5s;
    }
    .filter_wrapper.open {
        transform: translateX(0);
    }
}
/*
.main_cats > .row > .col-xs-1, .main_cats > .row > .col-xs-10, .main_cats > .row > .col-xs-11, .main_cats > .row > .col-xs-12, .main_cats > .row > .col-xs-2, .main_cats > .row > .col-xs-3, .main_cats > .row > .col-xs-4, .main_cats > .row > .col-xs-5, .main_cats > .row > .col-xs-6, .main_cats > .row > .col-xs-7, .main_cats > .row > .col-xs-8, .main_cats > .row > .col-xs-9 {
	padding-right:0 !important;
	padding-left:0 !important;
	padding-bottom:15px !important;
}*/
/*--- Last Products List ---*/
.lpl {
	background-color:#ff6011;
}
.lpl a {
	font-size:17px;
	line-height:50px;
	color:#ffffff;
}
.lpl a.active {
	background-color:#000000;
	color:#ffffff;
	border-right:2px solid #ffffff;
	border-left:2px solid #ffffff;
}
.products_bg {
	background-color:#ffffff;
}
.total_row {
	background:url("../images/products_list_bg.png") repeat;
}
.products_wrap .owl-prev, .products_wrap .owl-next {
	background:url("../images/icon_products_right.png") no-repeat;
}
.products_wrap .owl-next {
	background:url("../images/icon_products_left.png") no-repeat;
}
.products_wrap .pages span {
	background-color:#000000;
}
.products_wrap .pages .cycle-pager-active {
	background-color:#ff6011;
}
.product_b {
	background:#000000 url('../uploads/19481.gif') center center repeat;
}
.product_b .images .owl-dots .owl-dot {
	background-color:#c3c3c3;
}
.product_b .images .owl-dots .owl-dot.active {
	background-color:#656565;
}
.product_b .title {
	font-size:15px;
	color:#ffffff;
}
.product_b .desc {
	font-size: 15px;
	line-height:24px;
	color:#ffffff;
}
.product_b .price {
	font-size:17px;
	color:#101010;
}
.product_b .price_old {
	font-size:18px;
	color:#bbbbbb;
}
.product_b.first .buttons a {
	border-color:#dddddd;
}
.product_b.second .buttons {
	background-color:#ffffff;
	border-color:#cfcfcf;
}
.product_b.second .buttons a {
	font-size:13px;
	line-height:50px;
	color:#000000;
	border-bottom:1px solid #cfcfcf;
}
.product_b.second .buttons a:nth-child(2) {
	color:#ff6011;
}
.product_b.second .buttons a:last-child {
	color:#2db807;
}
.product_b.third .buttons a {
	background-color:#cc0000;
	font-size:16px;
	line-height:40px;
	color:#ffffff;
}
.product_b.fourth .add_link a {
	background-color:#f0f0f0;
	font-size:15px;
	line-height:35px;
	color:#424242;
	border-color:#e8e8e8;
}
.sixth {
	
	border-radius:0px !important;
	height:350px;
	transition:all 0.3s;
}
@media(min-width:961px) {
.desktophidden {
    display:none;
}
}
@media(max-width:960px) {
    .mobilehidden {
        display:none;
    }
    
    .mobile-block {
        height:150px;
        display:flex;
    }
}
.nine {
    
    border-bottom-left-radius:15px !important;
    border-bottom-right-radius:15px !important;
}
.boxnine {
    display:flex;
    align-items:center;
    justify-content:center;
}
.images:hover .containeramount {
    visibility:visible;
    opacity:1;
    
}
.nine:hover {
    height:350px !important;
}
.nine:hover .price {
    visibility:visible !important;
    opacity:1 !important;
    
}
.nine .amount {
    width:25%;
}
.nine .b {
    background:none !important;
    font-size:35px !important; 
}
.nine #product_amount {
    background:none;
    color:#fff !important;
    font-size:35px !important;
}
.nine .containeramount {
    width:100% !important;
    top:0;
    background:rgba(0,0,0,0.3);
    height:100%;
    
}
.nine .amountblock {
    margin:25px !important;
    border:0px !important;
}
.nine .kg-quantity {
    margin:0px;
}
.nine .rowtotal {
    width:50%;
}
.closefbpopup {
    background: #000;
    color: #fff;
    width: fit-content;
    padding: 1px 9px;
    border-radius: 200px;
    font-size: 23px;
    cursor: pointer;
}
.sixth,.seven,.fifth {
  z-index:0;
}
.sixth .info {
    position:relative;
    height:auto;
    width:auto;
   
}
.sixth .rowtotal {
	right:14px;
}
.sixth .price {
	visibility:visible;
	opacity:1;
}
.sixth .amountblock, .searchautocomlete-li .amountblock{
	
	 display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin: 0 auto;
    margin-top: 15px;
	border: 1px solid #ececec;
	
}
.searchautocomlete-li .containeramount {
    
	transition:all 0.3s;
	display:Flex;
	flex-direction:column;
	align-items:center;
	width:95%;
	margin:0 auto;
	z-index: 10;
}
.searchautocomlete-li a {
    background-color:#cc0000;
    font-size:15px;
    line-height:35px;
    color:#ffffff;
    border-color: #e8e8e8;
    margin: 15px 50px;
    text-align: Center;
    transition: all 0.3s;
    z-index: 1;
    padding:3px 9px;
}
.sixth .containeramount {
	position: absolute;
    left: 0;
	transition:all 0.3s;
    right: 0;
	visibility:hidden;
	opacity:0;
	display:Flex;
	flex-direction:column;
	align-items:center;
	width:65%;
	margin:0 auto;
	z-index: 10;
}
@media(min-width:960px) {
.sixth:hover {
	height:410px;
	border:1px solid #000;
}
.fifth {
    height:410px;
}

.sixth:hover .containeramount{
	
	visibility:visible;
	opacity:1;
}
.sixth:hover .price ,.sixth:hover .price_old { 
	
	visibility:hidden;
	opacity:0;
}
}
.eigth:hover {
	height:410px;
}

#signup .container {
    color:#000000;
    font-size: 22px;
}

.eigth:hover .containeramount{
	
	visibility:visible;
	opacity:1;
}
.eigth:hover .price ,.eigth:hover .price_old { 
	
	visibility:visible;
	opacity:1;
}
.sixth .b , .searchautocomlete-li .b{
	
   background: #000;
    padding: 4px 15px 4px 16px;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
	
}
.sixth .b.plus , .searchautocomlete-li .b.plus{
	
	border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.sixth .b.minus , .searchautocomlete-li .b.minus {
	
	border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
@media(max-width:960px) {
	
	
.sixth .containeramount {
	position:relative;
	visibility:visible;
	opacity:1;
}
.sixth .rowtotal {
    right:0;
}
.seven .amountblock {
    margin-top:0px;
}
.seven .desblock {
  
    margin-right:13px;
}
.seven,.sixth , .eigth,.fifth {
  height:400px !important;
}
.seven .title {
    padding:9px 0 0px 0;
}
.categories_filters {
    margin-top:5px;
    margin-bottom:5px;
}
	
}
.product_b.third .buttons a:last-child {
	background-color:#cc0000;
	color:#ffffff
}
/*--- Icons List Section ---*/
.icons_list {
	background-color:#e5e5e5;
}
.icons_list a {
	font-size:20px;
	line-height:60px;
	color:#6e81a1;
}
/*--- Clients Section ---*/
.clients {
	background-color:#efefef;
}
/*--- About Us Section ---*/
.about_us > .title {
	font-size:18px;
	color:;
}
.about_us .each .title {
	font-size:18px;
	color:;
}
.about_us .each .text {
	
	line-height:22px;
	color:;
}
/*--- Last Articles Section ---*/
#last_articles .mtitle {
	background-color:#3d85c6;
	padding-top:0;
	font-size:18px;
	line-height:36px;
	color:#fefff8;
}
#last_articles .mtitle .cat {
	color:#fefff8;
}
#last_articles .mtitle .cat:hover {
	background-color:#ff9f42;
}
#last_articles .right, #last_articles .left {
	background:url("../images/icon_right.png") no-repeat;
}
#last_articles .left {
	background:url("../images/icon_left.png") no-repeat;
}
.article_block {
	border-color:#e8e8e8;
}
.article_block .title {
	font-weight:bold;
	font-size:16px;
	color:#2e2a2a;
}
.article_block .details {
	
	line-height:20px;
	color:#2e2a2a;
}
.article_block .text {
	font-size:13px;
	line-height:20px;
	color:#2e2a2a;
    overflow-wrap: break-word;
}
.article_block .link {
	background-color:#224070;
	font-size:15px;
	line-height:40px;
	color:#ffffff;
}
.article_block .link:hover {
	background-color:#ffffff;
	color:#2b4879;
}
/*--- Footer ---*/
.footer {
	background:url("../images/footer_bg.jpg") center top;

}
/*
.footer_links .title {
	font-size:18px;
	color:#ffffff;
}*/
.footer_links ul li a {
	font-size:16px;
	line-height:24px;
	color:#ffffff;
}
.footer_links .text {
	font-size:16px;
	line-height:24px;
	color:#ffffff;
}
.footer_row {
	background-color:#2c2c2c; 
}
.footer_row .text {
	font-size:16px; 
	color:#ffffff;
}
/*--- Sign Up ---*/
#signup .row > div:last-child {
	border-left:1px solid #d3d3d3;
}
#signup .title {
	background-color:#e7e7e7;
	font-size:18px;
	line-height:50px;
	color:#000000;
}
#signup .input {
	background-color:#ffffff;
	line-height:44px;
	color:#000000;
	border-color:#dcdcdc;
}
#forgot_password {
	margin:-10px auto 20px auto;
}
#forgot_submit {
	background-color:#b9b9b9;
	font-size:18px;
	line-height:44px;
	color:#ffffff;
}
#signup .bday_title {
	line-height:44px;
	color:#000000;
}
#signup .forgot {
	line-height:44px;
	color:#000000;
}
#signup .login_submit {
	background-color:#b9b9b9;
	font-size:18px;
	line-height:44px;
	color:#ffffff;
}
#signup .facebook_title {
	line-height:44px;
	color:#000000;
}
#signup .newsletter {
	
	color:#000000;
}
/*--- Profile Page ---*/
#profile .top {
	background-color:#eeeeee;
}
/* , #profile .top *  */
#profile .top{
	font-size:16px;
	color:#000000;
}
#profile .points span {
	background-color:#ff8a00;
	font-size:18px;
	line-height:35px;
	color:#ffffff;
        
}
#profile .mtitle {
	background-color:#ff6011;
	font-size:18px;
	line-height:50px;
	color:#ffffff;
}
/*--- Coupons Page ---*/
#coupons .mtitle {
	background-color:#f0f0f0;
	font-size:18px;
	line-height:45px;
	color:#000000;
}
#coupons .mtitle .cat {
	color:#000000;
}
#coupons .mtitle .cat:hover {
	background-color:#ff9f42;
}
.coupon_block .images {
	background-color:#ffffff;
	border-color:#cfcfcf;
}
.coupon_block .images .owl-dots .owl-dot {
	background-color:#c3c3c3;
}
.coupon_block .images .owl-dots .owl-dot.active {
	background-color:#656565;
}
.coupon_block .details {
	background-color:#ffffff;
	border-color:#cfcfcf;
}
.coupon_block .title {
	font-size:15px;
	color:#000000;
}
.coupon_block .desc {
	line-height:16px;
	color:#878787;
}
.coupon_block .discount {
	background-color:#fff68d;
	line-height:25px;
	color:#000000;
}
.coupon_block .discount span {
	color:#1832f5;
}
.coupon_block .code {
	background-color:#cfcfcf;
	line-height:35px;
	color:#000000;
}
.coupon_block .add {
	background-color:#c19d0b;
	line-height:35px;
	color:#000000;
}
.coupon_block .valid {
	
	color:#676767;
}
.coupon_block .left {
	font-size:16px;
	color:#000000;
}
/*--- Categories Page ---*/
#categories h1 {
	background-color:#ff6011;
	font-size:18px;
	line-height:50px;
	color:#ffffff;
}
#categories .categories_list {
	border-color:#cecece;
	margin-top:25px;
}
#categories .categories_list .title {
	background-color:#000000;
	font-size:16px;
	line-height:45px;
	color:#ffffff;
}
#categories .categories_list .cat {
	background-color:#ffffff;
	line-height:38px;
	color:#000000;
	border-bottom:1px solid #dddddd;
}
#categories .categories_list .cat.active {
	background-color:#eae8e6;
}
#categories .categories_list div.sub .cat:last-child {
	border-bottom:1px solid #dddddd;
}
#categories .main_text {
	font-size:16px;
	line-height:24px;
	color:#000000;
}
.categories_filters {
	line-height:30px;
	color:#000000;
}
.categories_filters a {
	line-height:30px;
	color:#000000;
}
/*--- Text Pages ---*/
#text_pages h1 {
	background-color:#ff6011;
	font-size:18px;
	line-height:50px;
	color:#ffffff;
}
#text_pages .text {
	font-size:16px;
	line-height:24px;
	color:#000000;
}
/*--- Product Page ---*/
.product_page .breadcrumbs {
	background-color:#ff6011;
}
/* , .product_page .breadcrumbs * */
.product_page .breadcrumbs {
	font-size:15px;
	line-height:50px;
	color:#ffffff;
}
.product_page #main_image {
	background-color:#ffffff;
	border-color:#d9d9d9;
}
.product_page .thumbs img {
	border-color:#d9d9d9;
}
.product_page h1 {
	font-size:22px;
	line-height:30px;
	color:#121212;
}
.product_page .sku {
	line-height:30px;
	color:#121212;
}
.product_page .products_details .desc {
	font-size:16px;
	line-height:30px;
	color:#787878;
}
.product_page .products_details .price {
	font-size:19px;
	line-height:40px;
	color:#3e3e3e;
}
.product_page .products_details .price span {
	line-height:40px;
	color:#9c9c9c;
}
.product_page .products_details .qi .b {
	font-size:20px;
	line-height:30px;
	color:#000000;
}
.product_page .products_details .qi .amount {
	background-color:#ffffff;
	font-size:20px;
	line-height:30px;
	color:#000000;
	border-color:#d8d8d8;
}
#product_amount {
	font-size:20px;
	line-height:30px;
	color:#000000;
}
.product_page .add_to_cart , .product_page .extra-addcart {
	background-color:#cc0000;
	font-size:18px;
	line-height:40px;
	color:#ffffff;
}
.product_page .add_to_cart:hover , .product_page .extra-addcart:hover {
	background-color:#0b0b0b;
	color:#f3f3f3;
	border-radius:0px;
}
.product_page .buy_now {
	background-color:#6c6c6c;
	font-size:18px;
	line-height:40px;
	color:#ffffff;
}
.product_page .buy_now:hover {
	background-color:#f1dd00;
	color:#f3f3f3;
	border-radius:0px;
}
.product_page .delivery {
	font-size:16px;
	line-height:30px;
	color:#000000;
}
.product_page .delivery .star {
	color:#ff0000;
}
.product_page .delivery select {
	font-size:16px;
	line-height:30px;
	color:#000000;
}
.product_page .delivery .time {
	
	line-height:30px;
	color:#000000;
}
.product_page .comments {
	background-color:#ffffff;
	
	line-height:50px;
	color:#8a8a8a;
	border-color:#e5e5e5;
}
.product_page .compare_link {
	
	line-height:50px;
	color:#565656;
}
.product_page .why_ys {
	
	color:#000000;
}
.product_page .why_ys .title {
	font-size:16px;
	color:#000000;
}
#special_discounts > .title {
	background-color:#d7bb00;
	font-size:18px;
	line-height:50px;
	color:#ffffff;
}
.related_products > .title {
	background-color:#2b2b2b;
	font-size:18px;
	line-height:50px;
	color:#ffffff;
}
 .props > .title {
	background-color:#000000;
	font-size:18px;
	line-height:50px;
	color:#ffffff !important;
}
 .props .plist > div {
	
	line-height:35px;
	color:#000000;
}
 .props .plist > div:nth-child(odd) {
	background-color:#ffffff;
}
 .props .plist > div:nth-child(even) {
	background-color:#f1f1f1;
}
 .props .mobile_title {
	background-color:#ff6011;
	font-size:18px;
	line-height:50px;
	color:#ffffff;;
}
 .contact_block .title {
	font-size:16px;
	color:#333333;
}
 .contact_block input {
	background-color:#ffffff;
	
	line-height:44px;
	color:#333333;
	border-color:#e3e3e3;
}
 .contact_block textarea {
	background-color:#ffffff;
	
	line-height:20px;
	color:#333333;
	border-color:#e3e3e3;
}
 .contact_block .submit {
	background-color:#ffffff;
	
	line-height:44px;
	color:#333333
}
 .contact_block .submit:hover {
	background-color:#b4a7d6;
	color:#000000
}
/*--- Cart ---*/
#cart h1 {
	background-color:#ff6011;
	font-size:18px;
	line-height:50px;
	color:#ffffff;
}
#cart .cart {
	border-color:#e7e7e7;
}
#cart .cart  .title {
	font-size:15px;
	color:#000000;
}
#cart .cart .sep {
	background-color:#ffffff;
	border-bottom:1px dashed #bdbdbd;
}
#cart .cart .image {
	border-color:#bfbfbf;
}
#cart .cart a.title {
	
	line-height:24px;
	color:#000000;
}
#cart .cart .desc {
	font-size:12px;
	line-height:16px;
	color:#000000;
}
#cart .cart .price {
	font-size:16px;
	line-height:60px;
	color:#000000;
}
#cart .cart .delete {
	color:#000000;
}
#cart .cart .coupons .title {
	font-size:16px;
	line-height:44px;
	color:#000000;
}
#cart .cart .coupons .coupon {
	background-color:#ffedbb;
	font-size:16px;
	line-height:44px;
	color:#000000;
	border-color:#c6c6c6;
}
#cart .cart .coupons .submit {
	background-color:#ffedbb;
	font-size:16px;
	line-height:44px;
	color:#000000;
	border-color:#c6c6c6;
}
#cart .cart .coupons .submit:hover {
	background-color:#ffda75;
}
#cart .cart .total {
	font-size:16px;
	color:#000000;
}
.cart_options .back_store {
	font-size:20px;
	line-height:44px;
	color:#000000;
}
.cart_options .select_delivery .title {
	font-size:16px;
	line-height:44px;
	color:#000000;
}
.cart_options .select_delivery select {
	font-size:16px;
	line-height:44px;
	color:#000000;
	border-color:#c6c6c6;
}
#select_delivery_date {
	background-color:#f3f3f3;
	
	line-height:30px;
	color:#818181;
}
.cart_options .payments .title {
	font-size:16px;
	line-height:44px;
	color:#000000;
}
.cart_options .payments select {
	font-size:16px;
	line-height:44px;
	color:#000000;
	border-color:#c6c6c6;
}
.cart_options .payments .paypal_note {
	
	line-height:30px;
	color:#000000;
}
#cart_form .title {
	background-color:#e7e7e7;
	font-size:16px;
	line-height:50px;
	color:#787878;
}
#cart_form .form input[type=text], #cart_form .form input[type=tel], #cart_form .form input[type=email] {
	background-color:#ffffff;
	
	line-height:44px;
	color:#000000;
	border-color:#dcdcdc;
}
#cart_form .form .cart_nl {
    
	
	line-height:20px;
	color:#000000;
}
#cart_form .form textarea {
	background-color:#ffffff;
	
	line-height:20px;
	color:#000000;
	border-color:#dcdcdc;
}
#cart_form .final {
	font-size:16px;
	color:#000000;
}
#cart_form .disclaimer {
	font-size:16px;
	color:#000000;
}
#cart_form .buttons button[class*="custom"] {
    background-color: #6aa84f;
    box-shadow: 3px 3px 0 0 #000000;
}
#cart_form .buttons button[class*="custom"]:hover {
    background-color: #e51515;
    transition: all 150ms ease;
}
/*--- Article page ---*/
#article_page .article {
	border-color:#e6e6e6;
}
#article_page .article .top_row {
	background-color:#e0e0e0;
}
#article_page .article .top_row, #article_page .article .top_row a {
	
	/*line-height:40px;*/
	color:#000000;
}
#article_page .article .top {
	border-bottom:1px solid #e6e6e6;
}
#article_page .article .top h1 {
	font-size:30px;
	line-height:35px;
	color:#000000;
}
#article_page .article .top h2 {
	font-size:16px;
	line-height:35px;
	color:#000000;
}
#article_page .article .tags, #article_page .article .tags a {
	font-size:16px;
	line-height:20px;
	color:#656363;
}
#article_page .article .image a {
	border-color:#e3e3e3;
}
#article_page .article .text {
	font-size:16px;
	line-height:24px;
	color:#000000;
}
#article_page .mtitle {
	background-color:#e2e2e2;
	font-size:16px;
	line-height:40px;
	color:#000000;
}
#article_page .recs {
	border-color:#e1e1e1;
}
#article_page .recs .title {
	
	line-height:18px;
	color:#000000;
}
#article_page .lasts {
	border-color:#e1e1e1;
}
#article_page .lasts .item {
	border-bottom:1px solid #d2d2d2;
}
#article_page .lasts .title {
	
	line-height:18px;
	color:#000000;
}
#article_page .lasts .details {
	font-size:12px;
	line-height:18px;
	color:#464646;
}
#article_page .lasts .all {
	
	line-height:20px;
	color:#464646;
}
#article_page .most_viewed {
	border-color:#e1e1e1;
}
#article_page .most_viewed .item {
	
	line-height:18px;
	color:#464646;
}
#article_page .most_viewed .item .number {
	background-color:#ffffff;
	font-size:20px;
	line-height:50px;
	color:#5b5b5b;
	border-color:#d7d7d7;
}
#article_page .most_viewed .image {
	display:block;
	width:100%;
	max-height:80px;
	text-align:center;
	font-size:0;
}
#article_page .most_viewed .title {
	
	line-height:18px;
	color:#000000;
}
/*--- Compare Page ---*/
#compare .mtitle {
	font-size:24px;
	line-height:30px;
	color:#000000;
}
#compare .compare_row .stitle {
	font-size:20px;
	line-height:30px;
	color:#000000;
}
#compare .compare_row .product {
	font-size:16px;
	line-height:28px;
	color:#000000;
	border-color:#e0e0e0;
}
#compare .compare_row .product span {
	font-size:16px;
	line-height:19px;
	color:#000000;
	border-color:#e0e0e0;
}
/*--- Compare page ---*/
.compare, .compare th, .compare td {
	border-color:#d1d1d1;
}
.compare .title a {
	
	color:#000000;
}
/*--- Manage CSS:---*/
/*--- Main Page ---*/
.main_text > div {
	background-color:#f3f3f3;
}
.main_form .w {
	background-color:#f3f3f3;
}
.main_form .title {
	color:#ffffff;
}
#mf_name, #mf_phone {
	background-color:#f3f3f3;
	color:#000000;
	border-color:#434343;
}
.main_form .submit {
	background-color:#ffffff;
	color:#000000;
}
/*--- Categories list fast search ---*/
.fast_search .title > div {
	background-color:#ffffff;
	margin-right:10px;
	margin-left:10px;
	color:#000000;
}
.fast_search .select > div {
	background-color:#4563b0;
}
.fast_search {
    background-color:#4563b0;
}
/*--- Categories list ---*/
#categories_list .w {
	background:url('../uploads/19367.gif');
}
/*--- Last Products List ---*/
.lpl {
	background-color:#91acd9;
}
/*--- Footer ---*/
.footer {
	background:url('../uploads/1609686320756.jpg') center top;
        background-color:#fff;

}
.footer_links .title, .footer_links ul li a, .footer_links .text {
	color:#000000;
}
.footer_row {
	background-color:#000000;
}
/*--- Sign Up ---*/
#signup .login_submit {
	background-color:#38a907;
	color:#ffffff;
}
.face_btn {display: inline-block;background-position: center center;background-repeat: no-repeat; line-height: 45px;/* margin-bottom: 0; */cursor: pointer;border: 1px solid rgb(57,95,175);width: 43%;margin: 0 3%;.Rounded_Rectangle_14_copy_2 {border-style: solid;border-width: 1px;border-color: rgb(205, 205, 205);border-radius: 10px;background-image: -moz-linear-gradient( 90deg, rgb(57,95,175) 51%, rgb(57,95,175) 100%);background-image: -webkit-linear-gradient( 90deg, rgb(57,95,175) 51%, rgb(57,95,175) 100%);background-image: -ms-linear-gradient( 90deg, rgb(57,95,175) 51%, rgb(57,95,175) 100%);position: absolute;left: 13px;top: 1199px;width: 417px;height: 105px;z-index: 16; }border-style: solid;border-width: 1px;border-color: rgb(57,95,175);border-radius: 10px;background-color: rgb(57,95,175);background-image: -ms-linear-gradient( 90deg, rgb(57,95,175) 51%, rgb(57,95,175) 100%);color: rgb(255, 255, 255);/* font-weight: bold; */text-align: center;font-size: 20px;vertical-align: middle;}
.google_btn {display: inline-block;background-position: center center;background-repeat: no-repeat; line-height: 45px;color: #FFF;font-size: 20px;margin-bottom: 0;cursor: pointer;border: 1px solid rgb(245,61,61);width: 43%;margin: 0 3%;border-style: solid;border-width: 1px;border-color: rgb(245,61,61);border-radius: 10px;background-color: rgb(245,61,61);vertical-align: middle;}
/*--- Profile Page ---*/
#profile .points span {
	background-color:#ff4b4b;
	color:#ffffff;
        display:none;
}
#profile .mtitle {
	background-color:#ffffff;
	color:#000000;
}
/*--- Categories Page ---*/
#categories h1 {
	background-color:#ffffff;
	color:#000000;
}
#categories .categories_list {
	border-color:#ffffff;
}
#categories .categories_list .title {
	background-color:#000000;
	color:#efefef;
}
#categories .categories_list .cat {
	background-color:#ffffff;
	color:#434343;
}
#categories .categories_list .cat.active {
	background-color:#f3f3f3;
}
/*--- Text Pages ---*/
#text_pages h1 {
	background-color:#ffffff;
	color:#000000;
}
/*--- Product Page ---*/
.product_page .breadcrumbs {
	background-color:#ffffff;
}
/* , .product_page .breadcrumbs *  */
.product_page .breadcrumbs a , .product_page .breadcrumbs .fa{
	color:#575757;
}
/*--- Cart ---*/
#cart h1 {
	background-color:#ffffff;
	color:#000000;
}
.package_discount {
	color:#202020;
}
/*--- Mobile Phones (Another) ---*/
@media only screen and (max-width:1030px) {
	.cat.third > div .title {
		height:42px;
		padding:0;
	}
	.product_page .breadcrumbs {
		height:auto;
		padding:5px;
	}
/* , .product_page .breadcrumbs * */
	.product_page .breadcrumbs {
		line-height:20px;
	}
}
/*--- Small Desktops ---*/
@media only screen and (max-width:1170px) {
	.icons_list a {
		font-size:16px;
		line-height:60px;
	}
	.icons_list a img {
		max-height:40px;
		margin-left:15px;
	}
	.qi_parent {
		padding:0;
	}
	.product_page .add_to_cart , .product_page .extra-addcart{
		display:block;
		width:48%;
		font-weight:bold;
font-size:16px;
		line-height:40px;
		float:right;
	}
	.product_page .buy_now {
		display:block;
		width:48%;
		margin:0;
		font-weight:bold;
font-size:16px;
		line-height:40px;
		float:left;
	}
	.product_page .delivery .time {
		display:block;
		float:none;
	}
        .inc152_Columns0_wp_outer {
    height:initial !important;
}
}

/* Checkout popups */
.user_choices {
    display: grid;
    gap: 1em;
    padding: 2rem 0;
}
.user_choices svg {
    color: inherit;
    fill: currentColor;
    stroke: currentColor;
}
.user_choices > button.btn {
    padding: 0.5rem 1rem;
    font-size: 1.5rem;
    background-color: #d7d7d7;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
}
.user_choices > button.btn > * {
    margin-left: auto;
    font-weight: bold;
}
.user_choices > button.btn small {
    font-size: 0.9em;
    display: block;
}
.user_choices > button:hover {
    background-color: #b5b5b5;
}
.user_choices > button[data-popup="delivery"] {
    color: ;
    background-color: ;
}
.user_choices > button[data-popup="delivery"]:hover {
    background-color: ;
}
.user_choices > button[data-popup="pickup"] {
    color: #ff0000;
    background-color: #000000;
}
.user_choices > button[data-popup="pickup"]:hover {
    background-color: ;
}
.user_choices > button[data-popup="eathere"] {
    color: #000000;
    background-color: #ff0000;
}
.user_choices > button[data-popup="eathere"]:hover {
    background-color: ;
}

.creditcardpay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: white;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    text-align: center;
}

.creditcardpay h1 {
    font-weight: bold;
    font-size: 3.5rem;
}

.creditcardpay button {
    font-size: 3.5rem;
}

.creditcardpay img {
    margin-top: 2em;
    max-height: 30vh;
}

.creditcardpay > img:first-of-type {
    animation: 1s bounce linear infinite;
}

/* Stand by screen */
.standby_screen {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
    align-items: center;
    padding: 2em;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: white url("") no-repeat top center / cover;
    z-index: 124;
}
.standby_screen > h2 {
    font-size: 4rem;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 3px 3px 5px black;
    animation: wiggle 2s infinite;
}
.standby_screen .user_choices {
    min-width: min(50em, 100%);
}
.standby_screen .user_choices > button.btn {
    font-size: 2.5rem;
    border-radius: 4rem;
    min-height: 4em;
    border: 2px solid rgba(0,0,0, 0.25);
    box-shadow: 0 3px 10px 0;
}
.standby_screen .user_choices > button.btn > img {
    height: 150px;
    max-width: 150px;
}
.standby_screen iframe {
    border: none;
    pointer-events: none;
    user-select: none;
}
.standby_screen .translate-buttons {
    display: flex;
    gap: 1em;
    user-select: none;
    flex-wrap: wrap;
    justify-content: center;
}
.standby_screen .translate-buttons .language-btn {
    background-color: #ffffff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    border-radius: 4rem;
    border: 2px solid rgba(0,0,0, 0.25);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.5em 1em;
    gap: 0.5em;
    font-weight: bold;
    cursor: pointer;
}
.standby_screen .translate-buttons .language-btn.active {
    background-color: #2dd10c;
}
.standby_screen .translate-buttons .flag {
    width: 3em;
}
@media screen and (max-width: 768px) {
    .standby_screen > h2 {
        font-size: 2rem;
    }
    .standby_screen .user_choices {
        min-width: min(40em, 100%);
    }
    .standby_screen .user_choices > button.btn {
        font-size: 1.5rem;
        min-height: 4em;
    }
    .standby_screen {
        background-image: url("../uploads/4964e6c941898dee8/17144767955511.png");
    }
    .standby_screen .user_choices > button.btn > img {
        height: 70px;
        max-width: 70px;
    }
}
