@charset "UTF-8";
/*
Theme Name: Leos Template
Theme URI: http://www.leos.co.il
Description: אתר בעיצוב אישי מחברת לאוס מדיה
Author: Slava First @LEOS
Version: 2.0
*/
@font-face{
	font-family:'almoni';
	font-weight:300; /*(light)*/
	font-style: normal;
	src: url('fonts/almoni/almoni-dl-aaa-300.eot');
	src: url('fonts/almoni/almoni-dl-aaa-300.eot?#iefix') format('embedded-opentype'),
		url('fonts/almoni/almoni-dl-aaa-300.ttf') format('truetype'),
		url('fonts/almoni/almoni-dl-aaa-300.woff') format('woff');
}
@font-face{
	font-family:'almoni';
	font-weight:400; /*(regular)*/
	font-style: normal;
	src: url('fonts/almoni/almoni-dl-aaa-400.eot');
	src: url('fonts/almoni/almoni-dl-aaa-400.eot?#iefix') format('embedded-opentype'),
		url('fonts/almoni/almoni-dl-aaa-400.ttf') format('truetype'),
		url('fonts/almoni/almoni-dl-aaa-400.woff') format('woff');
}
@font-face{
	font-family:'almoni';
	font-weight:700; /*(bold)*/
	font-style: normal;
	src: url('fonts/almoni/almoni-dl-aaa-700.eot');
	src: url('fonts/almoni/almoni-dl-aaa-700.eot?#iefix') format('embedded-opentype'),
		url('fonts/almoni/almoni-dl-aaa-700.ttf') format('truetype'),
		url('fonts/almoni/almoni-dl-aaa-700.woff') format('woff');
}
@font-face{
	font-family:'almoni';
	font-weight:900; /*(black)*/
	font-style: normal;
	src: url('fonts/almoni/almoni-dl-aaa-900.eot');
	src: url('fonts/almoni/almoni-dl-aaa-900.eot?#iefix') format('embedded-opentype'),
		url('fonts/almoni/almoni-dl-aaa-900.ttf') format('truetype'),
		url('fonts/almoni/almoni-dl-aaa-900.woff') format('woff');
}
* {
  margin: 0;
  padding: 0;
}
html,
body {
  font-family: Almoni;
  margin: 0;
  padding: 0;
  height: 100%;
}
#wrapper {
  min-height: 100%;
  position: relative;
}
#content {
  padding-bottom: 400px;
  -webkit-transition:all .5s linear;
  transition: all .5s linear;
}
.logo a {
  display: inline-block;
}
.container {
  width: 96%;
  max-width: 1200px;
  margin: 0 auto;
}
.center {
  text-align: center;
}
.relative {
  position: relative;
}
.circlebox {
  border-radius: 50%;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.aligncenter {
    display: block;
    margin: 0 auto;
}
.clear {
  clear: both;
}
.inrowf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.inrow {
  font-size: 0;
}
div {
  font-size: 18px;
}
.col1 {
    width: 100%;
}
.col2 {
    width: 50%;
}
.inrowf .col2 {
    width: calc(50% - 10px);
}
.col3 {
    width: calc(100%/3);
}
.inrowf .col3 {
    width: calc(100%/3 - 10px);
}
.col4 {
    width: 25%;
}
.inrowf .col4 {
    width: calc(25% - 10px);
}
.col5 {
    width: 20%;
}
.inrowf .col5 {
    width: calc(20% - 10px);
}
.col6 {
    width: calc(100%/6);
}
.inrowf .col6 {
    width: calc(100%/6 - 10px);
}
.col7 {
  width: calc(100%/7);
}
.col8 {
  width: calc(100%/8);
}
.col9 {
  width: calc(100%/9);
}
.col10 {
  width: 10%;
}
.inline {
  vertical-align: top;
  display: inline-block;
}
.inlinem {
  vertical-align: middle;
  display: inline-block;
}
.inlineb {
  vertical-align: bottom;
  display: inline-block;
}
.abscenter {
  position: absolute;
  margin: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.imgfix {
  line-height: 0;
}
h1,
h2{
	font-weight: bold;
}
h3 {
  font-weight: normal;
  margin: 0 0 0 0;
}
p {
  margin: 0 0 0 0;
}
a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
}
ul {
  margin: 0 0 0 0;
  list-style: none;
}
#MobBtns,
#MobNavBtn {
  display: none;
}
.navinfo {
	width: 200px;
}
header {
	position: relative;
	background: #fff;
}
nav {
	position: absolute;
	top:100%;
	width: 100%;
	text-align: center;
	background: rgba(255, 255, 255, 0.85);
	z-index: 30;
}
div.main_menu {
  font-size: 0;
  width: calc(100% - 220px);
}
nav div.main_menu > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0;
}
nav div.main_menu > ul > li {
    position: relative;
}
/*
nav ul li:after {
	content: "|";
	display:inline-block;
    vertical-align: middle;
    font-size:20px;
	color:#b8292f;
    margin:0 10px;
}
nav ul li:last-child:after {
	content: " ";
}
*/
nav div.main_menu > ul > li > a {
  display: inline-block;
  vertical-align: middle;
  font-family: almoni;
  font-size: 23px;
  color: #000;
  -webkit-transition:all .5s ease-out;
  transition: all .5s ease-out;
  padding: 10px 30px;
  line-height: 1;

}
nav div.main_menu ul li.current_page_item > a,
nav div.main_menu ul li.current-menu-item > a,
nav div.main_menu ul li:hover > a {
	background: #660a0a;
	color: #fff;
}
nav div.main_menu > ul > li ul.sub-menu {
    display: block;
    z-index: 999;
    width: 250px;
    position: absolute;
    top: 100%;
    right: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transition:opacity .5s ease;
    transition: opacity .5s ease;
}
.sub-menu li {
    display: block;
}
.sub-menu li a {
    display: block;
    font-size: 20px;
    padding: 5px;
    width: calc(100px - 10px);
    -webkit-transition:all .5s ease;
    transition: all .5s ease;
}
.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    z-index: 10;
    pointer-events: auto;
}
footer {
    position: absolute;
    bottom: 64px;
    left: 0;
    height: auto;
    min-height: 50px;
    width: 100%;
	background: #efefef;
	padding: 50px 0;
}
#leos {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #000;
    text-align: center;
    overflow: hidden;
}
#leos img {
    padding-top: 10px;
    height: 50px;
    width: auto;
}
#leos a {
    position: relative;
    display: inline-block;
}
#leos span {
    opacity: 0;
    position: absolute;
    right: 0;
    color: white;
    font-size: 22px;
    bottom: 10px;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-transition:.3s;
    transition: .3s;
}
#leos a:hover span {
    right: -170px;
    opacity: 1;
    -webkit-backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    backface-visibility: visible !important;
    animation-name: flipInY;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
            transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
            transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
            transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
            transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
.acf-map {
  width: 100%;
  height: 366px;
  pointer-events: none;
}
.entry {
  font-size: 25px;
  line-height: 1.4;
  color: #000;
}
.entry img {
  max-width: 100%;
  height: auto;
}
.entry ul {
  margin: 0 20px;
  list-style: inherit;
}
.entry table {
  border: 1px solid #000;
}
.entry table td {
  border: 1px solid #000;
}
.entry table tr:nth-child(1) > td {
  text-align: center;
  background: #ccc;
}
div.wpcf7 img.ajax-loader {
  display: none;
}
svg * {
  fill: inherit !important;
}
.bgimg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.overh {
    overflow: hidden;
}
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.aic {
    -webkit-box-align: center;
        -ms-flex-align: center;
                -ms-grid-row-align: center;
            align-items: center;
}
.aifs {
    -webkit-box-align: start;
        -ms-flex-align: start;
                -ms-grid-row-align: flex-start;
            align-items: flex-start;
}
.aife {
    -webkit-box-align: end;
        -ms-flex-align: end;
                -ms-grid-row-align: flex-end;
            align-items: flex-end;
}
.jcsb {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.jcsa {
    -ms-flex-pack: distribute;
        justify-content: space-around;
}
.jcc {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.fdc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.jcfe {
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
.fw {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.anim {
	-webkit-transition:all .5s ease;
	transition: all .5s ease;
}
#FloatSocials {
	position: fixed;
	display: block;
	top:30%;
	left:10px;
	z-index: 90;
}
#FloatSocials div {
	margin-bottom: 5px;
}
#FloatSocials div a {
	display: inline-block;
}
#FloatSocials img,
#FloatSocials svg {
    width: 40px;
    height: 40px;
	fill:#000;
	-webkit-transition:all .5s ease;
	transition: all .5s ease;
}
a.facebook_icon:hover svg {
	fill: #3b5998 !important;
}
a.google_icon:hover svg {
	fill: #dd4b39 !important;
}
a.twitter_icon:hover svg {
	fill: #00aced !important;
}
a.youtube_icon:hover svg {
	fill: #bb0000 !important;
}
a.instagram_icon:hover svg {
	fill: #e95950 !important;
}
a.pinterest_icon:hover svg {
	fill: #cb2027 !important;
}
a.linkedin_icon:hover svg {
	fill: #007bb6 !important;
}
/* Contact form style Start */
span.wpcf7-form-control-wrap {
	width: 100%;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
/* Red Ballons CSS */
span.wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
	position: absolute;
	bottom: 100%;
	background: #f00;
	border-radius: 5px;
	color: #fff;
	padding: 8px 15px;
	font-size: 16px;
	white-space: nowrap;
	left: 5%;
	-webkit-animation: formerror 400ms;
	        animation: formerror 400ms;
}
span.wpcf7-form-control-wrap span.wpcf7-not-valid-tip.tip_out {
	-webkit-transition: all 400ms;
	transition: all 400ms;
	opacity: 0;
	-webkit-transform: translate3d(0,100%,0);
	        transform: translate3d(0,100%,0);
}
span.wpcf7-form-control-wrap span.wpcf7-not-valid-tip:after {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	top:100%;
	left: 10%;
	border-left: 0 solid transparent;
	border-right: 15px solid transparent;
	border-top: 10px solid #f00;
}
@-webkit-keyframes formerror {
	from {
		opacity: 0;
		bottom: 0;
	}
	to {
		opacity: 1;
		bottom: 100%;
	}
}
@keyframes formerror {
	from {
		opacity: 0;
		bottom: 0;
	}
	to {
		opacity: 1;
		bottom: 100%;
	}
}
/* Input Syles */
div.wpcf7 input,
div.wpcf7 textarea,
div.wpcf7 input[type=submit] {
	font-family: almoni;
}
div.wpcf7 input[type=tel],
div.wpcf7 input[type=text],
div.wpcf7 input[type=email],
div.wpcf7 textarea {
	font-size: 20px;
	width: calc(100% - 12px);
	background: #FFFFFF;
	border:1px solid #ebebeb;
	padding: 8px 5px;
}
div.wpcf7 textarea { height: 188px; }
div.wpcf7 input[type=submit] {
	display: block;
	margin: 0 auto 0 auto;
	padding: 10px 50px;
	background: #ccc;
	cursor: pointer;
}
/* Bubble animation for replacing ajax img */
@-webkit-keyframes bubbles {
	0% {
		-webkit-transform: scale(1);
		opacity: 1; }

	45% {
		-webkit-transform: scale(0.1);
		opacity: 0.7; }

	80% {
		-webkit-transform: scale(1);
		opacity: 1; } }
@keyframes bubbles {
	0% {
		-webkit-transform: scale(1);
		        transform: scale(1);
		opacity: 1; }

	45% {
		-webkit-transform: scale(0.1);
		        transform: scale(0.1);
		opacity: 0.7; }

	80% {
		-webkit-transform: scale(1);
		        transform: scale(1);
		opacity: 1;
	}
}
/* Errors Msgs */

div.wpcf7-response-output {
	position: fixed;
	margin: 0 !important;
	border: none;
	padding: 10px 15px;
    bottom:-100%;
    z-index:9999;
    font-size:22px !important;
    left:50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-transition:all 1s ease;
    transition: all 1s ease;
}
div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ok {
	-webkit-animation: form_msg_error 500ms;
	        animation: form_msg_error 500ms;
    bottom:0;
    color: black;
}
@-webkit-keyframes form_msg_error {
	from {
		bottom:-100%;
	}
	to {
		bottom:0;
	}
}
@keyframes form_msg_error {
	from {
		bottom:-100%;
	}
	to {
		bottom:0;
	}
}
div.wpcf7-mail-sent-ok {
	background: #398f14;
}
div.wpcf7-validation-errors {
	background: #f7e700;
}
.form_msg_error_out {
	-webkit-transition: all 500ms;
	transition: all 500ms;
	-webkit-transform: translate3d(100%,0,0);
	        transform: translate3d(100%,0,0);
}
@-webkit-keyframes form_msg_out {
	from {
		bottom: 0;
	}
	to {
		bottom: -300px;
	}
}
@keyframes form_msg_out {
	from {
		bottom: 0;
	}
	to {
		bottom: -300px;
	}
}

::-webkit-input-placeholder {
	color: black;
	font-family:
}
:-moz-placeholder {
	color: black;
	font-family: Almoni;
}
::-moz-placeholder {
	color: black;
	font-family: Almoni;
}
:-ms-input-placeholder {
	color: black;
	font-family: Almoni;
}
footer ::-webkit-input-placeholder {
	color: #12426d;
	font-family:
}
footer :-moz-placeholder {
	color: #12426d;
	font-family: Almoni;
}
footer ::-moz-placeholder {
	color: #12426d;
	font-family: Almoni;
}
footer :-ms-input-placeholder {
	color: #12426d;
	font-family: Almoni;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
	color: transparent;
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
	color: transparent;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
	color: transparent;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
	color: transparent;
}
/* Contact form style End */
.fronttop {
	min-height: 400px;
	width: 100%;
	-webkit-transition:all .5s ease;
	transition: all .5s ease;
}
.fronttop .overlay {
	position: relative;
	overflow: hidden;
}
.fronttop .overlay .container {
	position: relative;
	height: 100%;
}
.fronttop .overlay .box {
	width: 100%;
	max-width: 700px;
	padding: 60px 0 90px 0;
	color: #fff;
}
.fronttop .overlay .box h1 {
	font-size: 70px;
	font-size: 3.8vw;
	font-weight: bold;
	line-height: 1;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
.fronttop .overlay .box h2,
.fronttop .overlay .box h4 {
	font-size: 45px;
	font-size: 2.5vw;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
	font-weight: bold;
	line-height: 1;
	margin-bottom: 15px;
}
.fronttop .overlay .box h2 strong,
.fronttop .overlay .box h4 strong{
	font-size: 80px;
	font-size: 4vw;
}
.spagination svg {
	width: 20px;
	height: 20px;
	fill:#fff;
}
.spagination {
	position: absolute;
	bottom: 50px;
	right: 0;
	width: 100%;
}
.spagination .dots {
	margin: 0 5px;
}
.spagination .dots .dot {
	background: rgba(255, 255, 255, 0.5);
	-webkit-transition:all .5s ease;
	transition: all .5s ease;
	width: 10px;
	height: 10px;
	margin: 0 2px;
	cursor: pointer;
}
.spagination .nbtn {
	opacity: .5;
	-webkit-transition:all .5s ease;
	transition: all .5s ease;
	cursor: pointer;
}
.spagination .nbtn:hover {
	opacity: 1;
}
.spagination .dots .dot:hover,
.spagination .dots .dot.active {
	background: rgba(255, 255, 255, 1);
}
.gthumbs .gslide {
	width: 100%;
	margin: 0 2px;
	position: relative;
}
.gthumbs .gslide:after {
	content: '';
	position: absolute;
	top:50%;
	left:50%;
	-webkit-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
	border: 2px solid #fff;
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	-webkit-transition:all .5s ease;
	transition: all .5s ease;
	cursor: pointer;
}
.gthumbs .gslide:hover:after,
.gthumbs .gslide.active:after {
	border: 4px solid #fff;
	width: calc(100% - 8px);
	height: calc(100% - 8px);
}
.fronttop .floatimg {
	position: absolute;
	top:0;
	left:0;
	-webkit-transform: translateX(-30%);
	        transform: translateX(-30%);
	max-height: calc(100% - 40px);
	width: auto;
	height: auto;
	pointer-events: none;
}
.fronttop .rm {
	margin-top: 30px;
}
.stdbtn {
	width:calc(100% - 40px);
	padding: 7px 20px;
	line-height: 1;
	font-size: 25px;
	color:#fff;
	text-align: center;
	background: #660a0a;
	max-width: 280px;
	-webkit-transition:all .5s ease;
	transition: all .5s ease;
}
.stdbtn:hover {
	background: #0a4624;
}
.stdbtn svg {
	width: 15px;
	height: 15px;
	fill:#fff;
	margin-right: 20px;
	-webkit-transition:all .5s ease;
	transition: all .5s ease;
}
.stdbtn:hover svg {
	margin-right: 30px;
}
.filters {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	-webkit-transform: translateY(50%);
	        transform: translateY(50%);
	z-index: 31;
}
.filters .filtersbox {
	background: #084778;
	padding: 15px 20px;
	width:calc(100% - 40px);
}
.filters .filtersbox h2,
.filters .filtersbox h4 {
	font-size: 40px;
	color:#fff;
	font-weight: bold;
	width: 210px;
}
.filters .filtersbox .box {
	width: calc(100% - 210px);
}
.searchwrap input[type=text] {
	font-size: 25px;
	padding: 3px 8px;
}
.sclose {
	width: 39px;
	height: 39px;
	background-color: #660a0a;
	background-image: url(images/close.svg);
	background-position: center center;
	background-size: 50%;
	background-repeat: no-repeat;
	cursor: pointer;
	-webkit-transition:all .5s ease;
	transition: all .5s ease;
}
.searchwrap input[type=submit],
footer .footcf .cpcfb input,
.cpageinfo .cfbox .cpcfb input,
.abcfbox .box div.wpcf7 .fcfb input,
.filters .filtersbox input[type=submit] {
	border: 0;
	color:#fff;
	font-size: 25px;
	padding: 7px 30px 7px 65px;
	background-color: #660a0a;
	background-position: 30px center;
	background-repeat: no-repeat;
	background-size: 20px;
	cursor: pointer;
	-webkit-transition:all .5s ease;
	transition: all .5s ease;
	line-height: 1;
	font-family: almoni;
}
.searchwrap input[type=submit],
.filters .filtersbox input[type=submit] {
	background-image: url(images/search.svg);
}
footer .footcf .cpcfb input,
.cpageinfo .cfbox .cpcfb input,
.abcfbox .box div.wpcf7 .fcfb input {
	background-image: url(images/wleftarrow.svg);
}
.sclose:hover,
.searchwrap input[type=submit]:hover,
footer .footcf .cpcfb input:hover,
.cpageinfo .cfbox .cpcfb input:hover,
.abcfbox .box div.wpcf7 .fcfb input:hover,
.filters .filtersbox input[type=submit]:hover {
	background-color: #0a4624;
}
.filters .filtersbox .sbox {
	width: calc(100% - 160px);
}
.filters .filtersbox .sbox .sel {
	width: calc(100%/3);
	position: relative;
}
.filters .filtersbox .sbox select {
	width: 100%;
	border: 0;
	font-size: 25px;
	line-height: 1;
	padding: 7px;
	font-family: almoni;
	position: relative;
	cursor: pointer;
}
.filters .filtersbox .sbox select {
	-moz-appearance: none;
	-webkit-appearance:none;
}
.filters .filtersbox .sbox select::-ms-expand {
    display: none;
}
.filters .filtersbox .sbox .sel:after {
	content: '';
	position: absolute;
	left:-1px;
	height: 70%;
	width: 1px;
	background: #000;
	top:15%;
	z-index: 5;
}
.filters .filtersbox .sbox .sel:before {
	content: '';
	position: absolute;
	width: 16px;
	height: 16px;
	background: url(images/leftarrow.svg) center center no-repeat;
	background-size: contain;
	left: 15px;
	top:50%;
	-webkit-transform: translateY(-50%) rotate(-90deg);
	        transform: translateY(-50%) rotate(-90deg);
	z-index: 5;
}
.filters .filtersbox .sbox .sel:last-child:after {
	display: none;
}
.swipenav {
	bottom: 45px;
	position: absolute;
	width: 100%;
	z-index: 20;
}
.swipenav .swiper-pagination {
	position: relative;
}
.fronttop .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #fff;
    opacity: .6;
	-webkit-transition:all .5s ease;
	transition: all .5s ease;
	position: relative;
	margin: 0 2px;
}
.fronttop .swiper-pagination-bullet:hover,
.fronttop .swiper-pagination-bullet-active {
	opacity:1;
}
.swipebtn {
	position: absolute;
	width: 20px;
	height: 20px;
	display: block;
	background: url(images/wleftarrow.svg) center center no-repeat;
	background-size: contain;
	top:0;
	cursor: pointer;
	opacity: .6;
	-webkit-transition:all .5s ease;
	transition: all .5s ease;
}
.swipebtn:hover {
	opacity: 1;
}
.swipebtn.button-prev {
	left: -30px;
}
.swipebtn.button-next {
	right: -30px;
	-webkit-transform: scaleX(-1);
	        transform: scaleX(-1);
}
.about {
	padding: 60px 0;
}
.about > .container {
	padding-top: 60px;
}
.wbg {
	background-image: url(images/swirl.png);
}
.about > .container > .text {
	width: calc(100% - 470px);
}
.abcfbox {
	width: 100%;
	max-width: 420px;
	background: url(images/abcfbg.jpg) center center no-repeat;
	background-size: cover;
	text-align: center;
	color:#fff;
}
.abcfbox .overlay {
	background: rgba(0, 0, 0, 0.75);
	padding: 10px;
}
.abcfbox .overlay .stroke {
	border: 1px solid #fff;
	padding: 20px 40px;
}
.abcfbox h2,
.abcfbox h4{
	font-size: 40px;
	font-weight: bold;
}
.abcfbox h3,
.abcfbox h5{
	font-size: 30px;
	margin-bottom: 15px;
}
.abcfbox .box div.wpcf7 .fcfd {
	margin-bottom: 10px;
}
.abcfbox .box div.wpcf7 .fcfd input {
	font-weight: bold;
	border-radius: 6px;
}
.about > .container > .text h2 {
	font-size: 45px;
	font-weight: bold;
}
.about > .container > .text > span {
	display: block;
	font-size: 25px;
	line-height: 1.4;
	margin-bottom: 30px;
}
.catalogwrap {
	background-attachment: fixed;
}
.catalogwrap .overlay {
	padding: 60px 0;
	background: rgba(0, 0, 0, 0.75);
}
.catalogwrap .onepcat {
	width: calc(20% - 10px);
	background-position: center;
	background-size: auto 100%;
	margin-bottom: 15px;
	-webkit-transition:all .5s ease;
	transition: all .5s ease;
}
.catalogwrap .onepcat:hover {
	background-size: auto 120%;
}
.catalogwrap .onepcat h3,
.catalogwrap .onepcat h5{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	background: rgba(255, 255, 255, 0.8);
	text-align: center;
	font-size: 25px;
	-webkit-transition:all .5s ease;
	transition: all .5s ease;
	padding: 10px 0;
}
.catalogwrap .onepcat:hover h3,
.catalogwrap .onepcat:hover h5{
	background: rgba(102, 10, 10, 0.8);
	color: #fff;
}

.block {
	display: block;
	height: calc(100% - 20px);
	padding: 10px;
}
.title {
	margin-bottom: 40px;
}
.title h2,
.title h4{
	font-size: 45px;
	font-weight: bold;
	position: relative;
	line-height: 1;
}
.title h2:after,
.title h2:before,
.title h4:after,
.title h4:before{
	content: '';
	position: absolute;
	top:50%;
	height: 1px;
	width: 1000px;
	background: #000;
}
.title.wt h2:after,
.title.wt h2:before,
.title.wt h4:after,
.title.wt h4:before{
	background: #fff;
}
.title h2:after,
.title h4:after{
	right:115%;
}
.title h2:before,
.title h4:before{
	left:115%;
}
.title.wt h2,
.title.wt h4{
	color: #fff;
}
.hotsales {
	padding: 60px 0;
}
.hotsales .rm {
	margin-top: 20px;
}
.hotsales .onesell {
	background: #e7e5e6;
	padding: 20px;
	text-align: center;
}
.hotsales .onesell h3,
.hotsales .onesell h5{
	font-size: 30px;
	font-weight: bold;
	margin-top: 10px;
}
.hotsales .onesell > span {
	display: block;
	font-size: 25px;
}
.onesale .price,
.hotsales .onesell .price {
	font-size: 35px;
}
.onesale .price {
	margin-top: 10px;
}
.hotsales .onesell .price {
	margin-top: 30px;
}
.onesale .price span,
.hotsales .onesell .price span {
	color: #660a0a;
}
.mpsingle .sbbtns,
.hotsales .sbbtns {
	width: 20px;
	height: 20px;
	background: url(images/leftarrow.svg) center center no-repeat;
	background-size: contain;
	position: absolute;
	top:calc(50% - 10px);
	-webkit-transition:all .5s ease;
	transition: all .5s ease;
}
.mpsingle .sbbtns:hover,
.hotsales .sbbtns:hover {
	opacity: .5;
}
.mpsingle .sbbtns.swiper-button-next,
.hotsales .sbbtns.swiper-button-next {
	right: -40px;
	-webkit-transform: scaleX(-1);
	        transform: scaleX(-1);
}
.mpsingle .sbbtns.swiper-button-prev,
.hotsales .sbbtns.swiper-button-prev {
	left: -40px;
}
footer .container > div {
	width: 100%;
	max-width: 280px;
}
footer h2,
footer h4{
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid #000;
	margin-bottom: 20px;
}
footer .footcf .cpcfd input,
footer .footcf .cpcfd input,
footer .footcf .cpcft textarea {
	background: #c1d4ec;
	border:1px solid #98ccf1;
	padding: 8px;
	width: calc(100% - 18px);
	color: #12426d;
	font-size: 20px;
	border-radius: 4px;
	max-height: 80px;
}
footer .footcf .cpcfd,
footer .footcf .cpcft {
	width: 100%;
	margin-bottom: 10px;
	line-height: 0;
}
footer .footcf div.wpcf7 .cpcfb {
	width: 100%;
}
footer .footcf div.wpcf7 .cpcfb input {
	text-align: center;
	width: 100%;
	background-position: calc(50% - 40px) center;
}
footer .footinfo svg {
	width: 20px;
	height: 20px;
	margin-left: 20px;
	fill:#000;
}
footer .footinfo .r180 svg {
	margin-left: 0;
	margin-right: 20px;
}
footer ul.sub-menu {
	display: none;
}
footer ul li {
	font-size: 18px;
	margin-bottom: 10px;
}
.topinfo {
	width: calc(100% - 320px);
}
.topinfo svg {
	width: 26px;
	height: 26px;
	fill:#000;
	margin: 0 15px;
}
footer .footmenu ul li a {
	-webkit-transition:all .5s ease;
	transition: all .5s ease;
}
footer .footmenu ul li a:hover,
footer .footmenu ul li.current-menu-item a {
	color:#660a0a;
}
nav svg {
	width: 25px;
	height: 25px;
	fill:#000;
	margin-right: 15px;
	-webkit-transition:all .5s ease;
	transition: all .5s ease;
}
nav a:hover svg {
	fill:#660a0a;
}
.r180 {
	-webkit-transform: scaleX(-1);
	        transform: scaleX(-1);
}
.pagestop {
	height: 20vw;
	min-height: 300px;
}
.pagestop > h1,
.pagestop > h2 {
	font-size: 45px;
	font-weight: bold;
	padding: 10px 20px;
	line-height: 1;
	background: #fff;
}
.pageswrap {
	padding: 40px 0;
}
.sidebar {
	width:260px;
}
.pagesbox {
	width: calc(100% - 300px);
}
.pagesbox h2 {
	font-size: 45px;
	font-weight: bold;
}
.floatthumb {
	float: left;
	max-width: 300px;
	width: 100%;
	height: auto;
	margin: 0 30px 30px 0;
}
.floatthumb img {
	max-width: 100%;
	height: auto;
}
.abcont {
	width: 100%;
}
.abcont.hf {
	width: calc(100% - 320px);
}
.abface {
	width: 300px;
}
#breadcrumbs {
	font-size: 18px;
	color: #660a0a;
}
#breadcrumbs a {
	-webkit-transition:all .5s ease;
	transition: all .5s ease;
}
#breadcrumbs a:hover,
#breadcrumbs .breadcrumb_last {
	color:#000;
}
.sidemenu ul li a {
	display: block;
	font-size: 24px;
	color:#000;
	padding: 10px 10px 10px 30px;
	width: calc(100% - 40px);
	line-height: 1;
	-webkit-transition:all .5s ease;
	transition: all .5s ease;
	background-image: url(images/leftarrow.svg);
	background-position: 10px center;
	background-size: 20px;
	background-repeat: no-repeat;
}
.sidemenu ul li:nth-child(odd) a {
	background-color: #eaeaea;
}
.sidemenu ul li a:hover,
.sidemenu ul li.current-menu-item a {
	background-color: #660a0a;
	color: #fff;
	background-image: url(images/wleftarrow.svg);
}
.pagebtns {
	width: 270px;
}
.pagebtns svg {
	width: 25px;
	height: 25px;
	fill:#fff;
	margin-right: 10px;
}
.pagebtns span {
	font-size: 25px;
	color:#fff;
}
.pagebtns > div {
	padding: 5px 10px;
	background: #660a0a;
	cursor: pointer;
	-webkit-transition:all .5s ease;
	transition: all .5s ease;
}
.pagebtns > div:hover {
	background: #0a4624;
}
.pagesbox .inrowf h2 {
	width: calc(100% - 300px);
	min-width: 300px;
}
.pagesbox > .inrowf {
	margin-bottom: 15px;
}
.arcdesc {
	font-size: 25px;
	line-height: 1.3;
}
.arcproduct {
	margin-top: 40px;
}
.arcproduct .product {
	margin-bottom: 15px;
}
.product a {
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	-webkit-transition:all .5s ease;
	transition: all .5s ease;
	height: 215px;
}
.product a:hover {
	background-size: auto 120%;
}
.product h3,
.product h5{
	position: absolute;
	bottom: 0;
	right: 0;
	width: calc(100% - 20px);
	text-align: center;
	padding: 10px;
	line-height: 1;
	background: rgba(255, 255, 255, 0.8);
	-webkit-transition:all .5s ease;
	transition: all .5s ease;
	font-size: 23px;
}
.product a:hover h3 {
	background: rgba(102, 10, 10, 0.8);
	color: #fff;
}
.ptypes {
	margin-top: 40px;
}
.ptypes .onep {
	background: #f4f4f4;
	margin-bottom: 15px;
	text-align: center;
	padding: 15px 0;
}
.ptypes .onep h3,
.ptypes .onep h5 {
	margin-top: 10px;
	font-size: 18px;
}
.ptypes .onep .thumb {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	width: calc(100% - 30px);
	margin: 0 auto;
}
.ptypes .onep .thumb img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}
.ablock {
	display: block;
	height: 100%;
}
.ptypes .onep .new {
	position: absolute;
    width: 160px;
    text-align: center;
    padding: 2px 0;
    font-size: 18px;
    color: #fff;
    background: #660a0a;
    top: 7px;
    right: -60px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
	pointer-events: none;
}
.catwrap {
	margin-top: 40px;
}
.catwrap .onepost {
	margin-bottom: 40px;
}
.catwrap .onepost .thumb {
	width: calc(40% - 10px);
}
.catwrap .onepost .postcont {
	width: calc(60% - 10px);
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.catwrap .onepost .postcont h3 {
	font-size: 35px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 10px;
}
.catwrap .onepost .postcont .postexc {
	font-size: 25px;
	line-height: 1.2;
}
.catwrap .onepost .postcont .rm a {
	width: auto;
}
.pagesbox.w100 {
	width: 100%;
}
.salewrap {
	margin-top: 40px;
}
.salewrap .onesale {
	background: #e7e5e6;
	padding: 15px;
	margin-bottom: 15px;
}
.salewrap .onesale .thumbbox {
	width: calc(30% - 10px);
}
.salewrap .onesale .salecont {
	width: calc(70% - 10px);
}
.salewrap .onesale .salecont h3 {
	font-size: 35px;
	font-weight: bold;
	margin-bottom: 10px;
}
.salewrap .onesale .salecont .saletext {
	font-size: 25px;
	line-height: 1.3;
	max-width: 700px;
	width: 100%;
}
.single-product .pageswrap,
.tax-product_cat .pageswrap {
	padding-top: 70px;
}
.cpagewrap {
	margin-top: 60px;
}
.cpageinfo,
.cpagemap {
	width: calc(50% - 40px);
}
.cpageinfo .entry {
	margin-bottom: 40px;
	font-size: 40px;
}
.cpagemap .map_wrap,
.cpagemap .acf-map {
	height: 100%;
}
.cpageinfo .cfbox .cpcfd {
	width: calc(50% - 15px);
}
.cpageinfo .cfbox .cpcft {
	width: 100%;
}
.cpageinfo .cfbox .cpcfd,
.cpageinfo .cfbox .cpcft {
	margin-bottom: 17px;
	line-height: 0;
}
.cpageinfo .cfbox .cpcfd input,
.cpageinfo .cfbox .cpcft textarea {
	background: #fffaee;
	border:1px solid #363636;
	max-height: 100px;
}
.cpcinfo svg {
	width: 20px;
	height: 20px;
	margin-left: 10px;
	fill:#000;
}
.cpcinfo .r180 svg {
	margin-left: 0;
	margin-right: 10px;
}
.cpcinfo {
	margin-top: 20px;
	padding-top: 15px;
	border-top: 1px dashed #000;
}
.cpcinfo h3,
.cpcinfo h5{
	font-size: 40px;
}
.cpcinfo ul li span {
	font-size: 22px;
}
.cpcinfo ul li {
	margin-top: 20px;
}
.mpsingle {
	margin-top: 40px;
}
.mpsingle .product {
	background: #e7e5e6;
	padding: 15px;
}
.floatcf {
	position: fixed;
	left:-420px;
	bottom:10%;
	z-index: 90;
	-webkit-transition:all .5s ease;
	transition: all .5s ease;
}
.floatcf.active {
	left:0;
}
.flcfbtn {
	position: absolute;
	left: calc(100% + 7px);
	white-space: nowrap;
	color: #fff;
	padding: 10px;
	top:0;
	background: #1a120d;
	cursor: pointer;
	-webkit-transition:all .5s ease;
	transition: all .5s ease;
}
.flcfbtn:hover {
	opacity: .6;
}
.flcfbtn h2 {
	font-size: 20px;
}
.flcfbtn svg {
	display: block;
	width: 30px;
	height: 30px;
	fill:#fff;
	margin: 0 auto;
}
.searchwrap {
	position: absolute;
	top:100%;
	width: 100%;
	background: rgba(255, 255, 255, 0.8);
	padding: 0;
	height: 0;
	overflow: hidden;
	-webkit-transition:all .5s ease;
	transition: all .5s ease;
}
.searchwrap.active {
	padding: 10px 0;
	height: 40px;
}
.sbtn {
	cursor: pointer;

}
.sbtn.active svg,
.sbtn:hover svg {
	fill:#660a0a;
}
nav .sbtn svg {
	margin-right: 0;
}
.sidebtn {
	display: none;
}
.sideboxe {
	margin-top: 40px;
}
.sideboxe h2,
.sideboxe h4{
	font-size: 35px;
	margin-bottom: 15px;
}
.sideboxe svg {
	width: 25px;
	height: 25px;
	fill:#000;
	margin-left: 10px;
}
.sideboxe .box > span {
	display: block;
	font-size: 24px;
}
.sideboxe .rm {
	margin-top: 10px;
}
.sideboxe .rm a {
	display: block;
	padding: 7px 20px 7px 40px;
	font-size: 25px;
	color: #fff;
	background-color: #660a0a;
	background-image: url(images/wleftarrow.svg);
	background-position: 20px center;
	background-repeat: no-repeat;
	background-size: 20px;
	-webkit-transition:all .5s ease;
	transition: all .5s ease;
	text-align: center;
}
.sideboxe .rm a:hover {
	background-color: #0a4624;
	background-position: 10px center;
}
@media (max-width:1333px) and (min-width:800px) {
	.mpsingle .sbbtns.swiper-button-prev,
	.hotsales .sbbtns.swiper-button-prev {
		left: 0;
	}
	.mpsingle .sbbtns.swiper-button-next,
	.hotsales .sbbtns.swiper-button-next {
		right: 0;
	}
}
@media (max-width:1200px) and (min-width:800px) {

}
@media (max-width:1024px) and (min-width:800px) {

}
@media (max-width:800px) , (max-device-width:800px){
	.catwrap .onepost .postcont .rm {
		margin-top: 15px;
	}
	.salewrap .onesale .salecont h3 {
		text-align: center;
	}
	.cpagemap {
		height: 360px;
		margin-top: 20px;
	}
	.cpageinfo .cfbox .cpcfb,
	.cpageinfo, .cpagemap,
	.salewrap .onesale .thumbbox,
	.salewrap .onesale .salecont,
	.catwrap .onepost .postcont,
	.catwrap .onepost .thumb {
		width: 100%;
	}
	.cpageinfo .entry {
	    margin-bottom: 20px;
	    font-size: 35px;
	    line-height: 1.2;
	    text-align: center;
	}
	#sidebar {
		overflow-x: hidden;
		overflow-y: auto;
		height: 100vh;
	}
	.mpsingle .title h2 {
		font-size: 25px;
	}
	.inrowf .col4 {
	    width: calc(50% - 5px);
	}
	.pagesbox h2 {
    	font-size: 35px;
	}
	.cpagewrap,
	.arcproduct {
	    margin-top: 20px;
	}
	.sideboxe {
		color:#fff;
	}
	.sideboxe svg {
		fill:#fff;
	}
	.sidebar {
		position: fixed;
	    right: 0;
	    background: #0a4624;
	    height: 100vh;
	    top: 0;
		z-index: 20;
		right: -260px;
		-webkit-transition:all .5s ease;
		transition: all .5s ease;
	}
	.sidebar.active {
		right: 0;
		z-index: 99999999;
	}
	.sideboxe {
		margin-top: 0;
		padding: 20px 0;
	}
	.sidebtn {
		display: block;
		position: absolute;
		top:85px;
		right: 100%;
		width: 45px;
		height: 45px;
		background: #0a4624 url(images/catsicon.svg) center center no-repeat;
		background-size: 70%;
	}
	.sidemenu {
		background: #fff;
	}
	.pagestop > h1, .pagestop > h2 {
    	font-size: 30px;
		text-align: center;
	}
	.pagestop {
	    min-height: 230px;
	}
	.searchwrap {
		position: fixed;
		top:0;
		right: 0;
		left: 0;
		width: 100vw;
		z-index: 999999;
	}
	.searchwrap input[type=submit] {
		width: 90px;
	    text-align: right;
	    padding: 7px;
	    background-position: calc(50% - 24px) center;
	}
	.searchwrap input[type=text] {
		width: calc(100% - 150px);
	}
	.navinfo {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.fronttop .overlay .container {
		text-align: center;
	}
	.gthumbs {
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	    -webkit-box-pack: justify;
	        -ms-flex-pack: justify;
	            justify-content: space-between;
	}
	.gthumbs .gslide {
	    width: calc(100%/3 - 5px);
	    margin: 0;
		margin-bottom: 10px;
	}
	.spagination {
		display: none;
	}
	.abcont.hf,
	.pagesbox {
		width: 100%;
	}
	footer .container > div.footcf {
		max-width: 560px;
		margin-bottom: 20px;
	}
	.filters .filtersbox {
		padding: 10px;
		width: calc(100% - 20px);
	}
	.filters .filtersbox .box {
	    width: calc(100% - 150px);
	}
	.filters .filtersbox h2 {
	    font-size: 30px;
	    width: 150px;
	}
	.mpsingle .sbbtns.swiper-button-prev,
	.hotsales .sbbtns.swiper-button-prev {
		left: 0;
	}
	.mpsingle .sbbtns.swiper-button-next,
	.hotsales .sbbtns.swiper-button-next {
		right: 0;
	}
	.catalogwrap .onepcat {
		width: calc(50% - 5px);
		margin-bottom: 10px;
	}
	.pageswrap,
	.catalogwrap .overlay {
		padding: 20px 0;
	}
	.title h2 {
    	font-size: 34px;
	}
	.title h2:after {
	    right: 105%;
	}
	.title h2:before {
	    left: 105%;
	}
	nav,
	header {
		background: #0a4624;
	}
	.logo img {
		height: 80px;
		width: auto;
	}
	.fronttop .overlay .box {
		padding: 20px 0 90px 0;
	}
	header .container.inrowf,
	footer .container.inrowf {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.about > .container > .text {
		width: 100%;
		margin-bottom: 20px;
		text-align: center;
	}
	.abcfbox,
	.stdbtn {
		margin: auto;
	}
	footer .footcf .cpcfb input,
	.cpageinfo .cfbox .cpcfb input,
	.abcfbox .box div.wpcf7 .fcfb input {
		width: 100%;
		background-position: calc(50% - 30px) center;
	}
	.fronttop .overlay .box {
		position: relative;
	}
	.fronttop .overlay .box h1 {
		font-size: 11vw;
	}
	.fronttop .overlay .box h2 {
		font-size: 9vw;
	}
	.fronttop .overlay .box h2 strong {
		font-size: 13vw;
	}
    #content {
    	padding-bottom:0;
    }
	#leos {
        position:static;
	}
	footer {
		position:static;
		padding: 20px 0;
	}
	.about {
	    padding: 60px 0 20px 0;
	}
    .nomobile {
        display:none;
    }
	.mfw {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
    #MobNavBtn {
        display: block;
        position: absolute;
        top:16px;
        right:100%;
        width:45px;
        height:45px;
        background:inherit;
        z-index: 9999;
    }
    #MobNavBtn span {
		display: block;
		height:4px;
		width: 70%;
		background: #fff;
		position: absolute;
		top:50%;
		left:50%;
		margin:0 auto;
		-webkit-transition:all .5s ease;
		transition: all .5s ease;
		opacity: 1;
	}
	#MobNavBtn span:nth-child(1) {
		-webkit-transform: translate(-50%,-280%);
		        transform: translate(-50%,-280%);
	}
	#MobNavBtn span:nth-child(2) {
		-webkit-transform: translate(-50%,-50%);
		        transform: translate(-50%,-50%);
	}
	#MobNavBtn span:nth-child(3) {
		-webkit-transform: translate(-50%,180%);
		        transform: translate(-50%,180%);
	}
    nav.active #MobNavBtn span:nth-child(2) {
        opacity: 0;
        visibility: hidden;
    }
    nav.active #MobNavBtn span:nth-child(1) {
		-webkit-transform: translate(-50%,-50%) rotate(-45deg);
		        transform: translate(-50%,-50%) rotate(-45deg);
    }
	nav.active #MobNavBtn span:nth-child(3) {
		-webkit-transform: translate(-50%,-50%) rotate(45deg);
		        transform: translate(-50%,-50%) rotate(45deg);
	}
    #FloatSocials {
        display:none;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		width:calc(100% - 4px);
        max-width:200px;
        bottom:2px;
        right:2px;
        top:auto;
    }
    #FloatSocials div {
        margin: 2px 5px;
    }
    #FloatSocials svg {
        width:30px;
        height:30px;
    }
	#FloatSocials.replaced {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	div.main_menu {
		width: 100%;
	}
	nav {
		display:block;
		position:fixed;
		height:auto;
		width:60%;
        max-width:200px;
		z-index:999;
		bottom:0;
		top:0;
        right:0;
        height:100vh;
        -webkit-transition:all .5s ease;
        transition: all .5s ease;
        -webkit-transform: translateX(100%);
                transform: translateX(100%);
		text-align: right;
	}
    nav.active {
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
	nav div.main_menu > ul {
		display: block;
        margin-top: 10px;
        height: calc(100vh - 50px);
        overflow-x: hidden;
        overflow-y: auto;
    }
	nav div.main_menu > ul > li > a {
		color:#fff;
		padding:10px 5px;
		width:calc(100% - 10px);
	}
	nav ul li:after {
		display:none;
	}
	nav svg {
		fill:#fff;
	}
	.back-to-menu,
	nav div.main_menu ul li.menu-item-has-children {
		padding: 0 0 0 30px;
		width: calc(100% - 30px);
	}
	nav div.main_menu ul.active .back-to-menu:after,
	nav div.main_menu ul li.menu-item-has-children:after {
		display: block;
		content: '';
		position: absolute;
		top:50%;
		left: 5px;
	    -webkit-transform: translateY(-50%);
	            transform: translateY(-50%);
	    width: 16px;
	    height: 16px;
		background: url(images/svg/mob-menu-arrow.svg) center center no-repeat;
		background-size:contain;
		-webkit-transition:all .5s ease;
		transition: all .5s ease;
		-webkit-transform-origin: 50% 0;
		        transform-origin: 50% 0;
	}
	nav div.main_menu ul.active .back-to-menu:after {
		-webkit-transform: rotate(90deg) translateY(-50%);
		        transform: rotate(90deg) translateY(-50%);
	}
	nav div.main_menu ul.active li.menu-item-has-children {
		padding: 0;
		width: 100%;
	}
	nav div.main_menu ul.active li.menu-item-has-children:after {
		display: none;
	}
	nav  ul.menu li a {
		padding:10px 5px;
		width:calc(100% - 10px);
	}
	ul.sub-menu {
		display: none;
	}
	nav div.main_menu > ul > li > ul.sub-menu {
		display: block;
		position: absolute;
		top:0;
		width:100%;
		opacity: 0;
		overflow: hidden;
		-webkit-transition:all .5s ease;
		transition: all .5s ease;
		pointer-events: none;
	}
	nav div.main_menu > ul > li > ul.sub-menu.chekd {
		height:0;
		position: relative;
	}
	ul.sub-menu li {
    	display: block;
    	width: calc(100% - 10px);
		margin: 0 auto 0 0;
		padding: 0;
		position: relative;
	}
	.sub-menu li:nth-child(1),
	.sub-menu li:nth-child(2) {
		margin: 0;
		width: 100%;
	}
	nav div.main_menu > ul.menu > li.active > ul.sub-menu {
		opacity: 1;
	}
	nav div.main_menu > ul.menu.active > li > a {
		position: absolute;
		opacity: 0;
		pointer-events: none;
		visibility: hidden;
	}
	nav div.main_menu ul li.current_page_item > a,
	nav div.main_menu ul li.current-menu-item > a {
		color:#fff;
	}
	.back-to-menu {
		cursor: pointer;
	}
    #MobBtns {
        display: block;
        position: fixed;
        bottom:3px;
        left:2.5px;
        z-index: 99999;
    }
    #MobBtns div {
        width:40px;
        height:40px;
        border-radius: 50%;
        margin: 0 2.5px;
        background: #660a0a;
        position: relative;
    }
    #MobBtns div a {
        display:block;
        height:100%;
    }
    #MobBtns div svg {
        position: absolute;
        top:50%;
        left:50%;
        -webkit-transform: translate(-50%,-50%);
                transform: translate(-50%,-50%);
        fill: #fff;
        max-width:60%;
        max-height:60%;
        width:auto;
        height: auto;
    }
}
@media (max-width:500px) , (max-device-width:500px) {
	.single-product #wrapper:not(.sellcatwrap) .pagestop h2,
	.tax-product_cat #wrapper:not(.sellcatwrap) .pagestop h2 {
		top:60px;
	}
	.single-product #wrapper:not(.sellcatwrap) .pageswrap,
	.tax-product_cat #wrapper:not(.sellcatwrap) .pageswrap {
		padding-top: 115px;
	}
	#wrapper.sellcatwrap .pageswrap {
		padding-top: 20px;
	}
	.filters .filtersbox h2,
	.filters .filtersbox .box,
	.filters .filtersbox .sbox,
	.filters .filtersbox .sbox .sel {
		width: 100%;
		text-align: center;
	}
	.filters .filtersbox .sbox .sel:after {
		left: 0;
		height: 1px;
		width: 100%;
		top: 100%;
	}
	.filters .filtersbox input[type=submit] {
		width: 100%;
		background-position: calc(50% - 30px) center;
	}
	.fronttop .overlay .box {
	    padding: 20px 0 120px 0;
	}
}

/*SEO*/
.h2{font-size: 1.5em;}
.abcfbox h5{
    font-size: 30px;
    margin-bottom: 15px;
}
.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] { direction: rtl!important; }
.entry p
{
	margin-bottom: 1em;
}
.entry ul
{
	margin-right: 2rem;
}
.entry ul li
{
	margin-bottom: 0.5em;
}
 footer {
    position: relative;
}
#content {
    padding-bottom: 60px;
}

/* Toast Styles */
#message-toast {
    display: none;
    z-index: 9999;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.7);
    max-width: 450px;
    text-align: center;
    color: #505050;
}

.toast-timer {
    height: 8px;
    width: 100%;
    margin: 0;
    border-radius: 4px;
}

.toast-content {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
    font-size: clamp(18px, 1.5vw, 28px);
}

.toast-icon {
    margin-inline: 10px;
    font-size: clamp(20px, 1.5vw, 35px);
}

@media screen and (width < 768px) {
    #message-toast {
        max-width: 90%;
    }
  .grecaptcha-badge {
    opacity: 0;
    pointer-events: none;
  }
}
/* End Toast Styles */

@media screen and (width < 768px) {
  .abcfbox {
    max-width: 80vw;
  }
  .flcfbtn {
      font-size: 10px;
        padding: 5px;
  }
  .flcfbtn svg {
    width: 22px;
    height: 22px;
  }
  .floatcf {
    left: -82vw;
    bottom: 15%;    
  }
}