/*!/wp-content/themes/beatrix/css/screen.css*/@import url(https://fonts.googleapis.com/css?family=Fira+Sans:400,300,300italic,400italic,700,700italic,500italic,500|Roboto+Slab:400,300,100,700&display=swap);/* Main Screen CSS - Table of contents */

/**
  * == Core CSS ==
  *
  * Base ................ Global classes, wp defaults
  * Colors .............. Define defaul colors
  * Typography .......... (H1-6), code, span, etc
  * Form ................ Form builder, search, submition, etc.
  * Tables .............. Simple and Fancy tables like pricing tables
  * Buttons ............. All kind of buttons, social links
  * Animations .......... Define animations (keyframes)
  *
  * == Components ==
  *
  * Header .............. Base header elements: logo, menu
  * Footer .............. Big and Small area in footer
  * Boxes ............... All models of boxes
  * Sidebar ............. All widgets
  * Icons ............... Define the icons used in the project
  * UI .................. Elements used as shortcode & custom posts
  * JS plugins .......... Css helper for javascripts plugins
  * Responsivness ....... Css for site responsivness

*/

/* Base
   ========================================================================== */
@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: top;
}
body {
    font-size: 14px;
    background: #fff;
    font-family: 'Fira Sans', sans-serif;
    color: #000;
    line-height: 1.5em;
}
a {
	outline: none;
}
a:focus {
	text-decoration: none;
	outline: none;
}
.site-title {
	text-align: center;
	margin: 40px 0;
}
.site-title h2 {
	color: #54616a;
	font-size: 30px;
	line-height: 1.5em;
	margin: 0 auto;
	position: relative;
	display: inline-block;
}
.site-title h2:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 1px;
	width: 30px;
	margin: 20px 0 0 -50px;
	background: #8badba;
}
.site-title h2:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	height: 1px;
	width: 30px;
	margin: 20px -50px 0 0;
	background: #8badba;
}
.site-title p {
	text-transform: uppercase;
	color: #54616a;
	font-size: 14px;
	display: block;
	font-weight: 400;
	margin-bottom: 0;
	line-height: 1.5em;
}
.align-center {
	text-align: center !important;
}l
.align-right {
	text-align: right !important;
}
.align-left {
	text-align: left !important;
}
.container-fluid .container {
    width: auto;
}
.container .container {
    width: auto;
}
.float-right {
	float: right;
}
.responsive-menu {
	 display: none;
}
.tesla-carousel-items {
	overflow: hidden;
}
.tesla-carousel-arrows {
	position: absolute;
	margin: auto;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}
.tesla-carousel-arrows li {
	list-style: none;
	position: absolute;
	text-align: center;
	top: 50%;
	cursor: pointer;
	opacity: 1;
}
.tesla-carousel-arrows li img {
	width: 40px;
	opacity: 0.3;
}
.tesla-carousel-arrows li img:hover {
	opacity: 0.7;
}
.tesla-carousel-arrows li.disabled {
	opacity: 0;
	cursor: default;
}
.tesla-carousel-arrows li.prev {
	left: 0;
	margin-left: -50px;
}
.tesla-carousel-arrows li.next {
	right: 0;
	margin-right: -50px;
}
img {
	max-width: 100%;
	height: auto;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto Slab', serif;
}

input.input-error {
	border-color: red !important;
	color: red;
}
form select {
	max-width: 100%
}
.blog-section table,
.blog-section td,
.blog-section th,
.widget table,
.widget td,
.widget th {
  border: 1px solid #C1C1C1;
}

.blog-section table,
.widget table {
  table-layout: fixed;
  text-align: left;
  margin: 0 0 25px;
  width: 100%;
}
.blog-section table td,
.blog-section table th,
.widget table td,
.widget table th {
  padding: 5px 12.5px;
}
.blog-section table thead th,
.widget table thead th {
  background: #6d6d6d;
  color: #ffffff;
}
.blog-section table thead tr th:not(:first-of-type):not(:last-of-type),
.widget table thead tr th:not(:first-of-type):not(:last-of-type) {
  border-right: 1px solid #C1C1C1;
  border-left: 1px solid #C1C1C1;
}
.blog-section table thead tr th:first-of-type,
.widget table thead tr th:first-of-type {
  border-right: 1px solid #C1C1C1;
}
.blog-section table thead tr th:last-of-type,
.widget table thead tr th:last-of-type {
  border-left: 1px solid #C1C1C1;
}
code,
pre {
  background: #6d6d6d;
  color: #fff;
}

code {
  padding: 2.5px 5px;
}

pre {
  padding: 12.5px 22.5px;
  margin: 0 0 20px;
}

dl {
  margin: 0 0 25px;
}
dl dt {
  font-weight: 700;
}
dl dd {
  margin-bottom: 10px;
  padding-left: 12.5px;
}

address {
  border: 2px dashed rgba(129, 121, 109, 0.3);
  display: block;
  max-width: 400px;
  line-height: 1.65em;
  font-style: italic;
  padding: 12px 20px;
  font-size: 18px;
  margin-bottom: 20px;
}
.blog-post ul,
.blog-post ol {
  padding: 0 0 0 20px;
  margin: 0 0 20px;
}

figure.alignleft,
img.alignleft {
	padding: 0 15px 15px 0;
}
figure.alignright,
img.alignright {
	padding: 0 0 15px 15px;
}

figure {
	padding-bottom: 15px;
}
img.size-full, img.size-large {
  max-width: 100%;
  width: auto;
  height: auto;
}
.wp-caption {
  max-width: 100%;
  position: relative;
}
.wp-caption img {
  margin: 0 !important;
}
.wp-caption-text {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 12px;
  text-align: center;
  text-transform: uppercase;
  color: #6d6d6d;
  font-weight: 400;
}
.alignright {
  float: right;
}

.alignleft {
  float: left;
}
.aligncenter {
  display: table;
  margin: 0 auto;
}
.text-uppercase {
  text-transform: uppercase;
}
.no-padding {
  padding: 0 !important;
}
.no-margin {
  margin: 0 !important;
}
.no-bottom {
	margin-bottom: 0 !important;
}
.uppercase {
	text-transform: uppercase;
}
html .row-fit,
html .vc-row-fit {
  margin: 0;
}
html .row-fit [class*="col-"],
html .row-fit .vc_column_container > .vc_column-inner,
html .vc-row-fit .vc_column_container > .vc_column-inner {
  padding: 0;
}
html .row-fit [class*="col-"] .vc_row,
html .row-fit .vc_column_container > .vc_column-inner .vc_row,
html .vc-row-fit .vc_column_container > .vc_column-inner .vc_row {
  margin: 0 !important;
}
.white-bg,
.bg-white {
  background: #fff !important;
}

.text-white {
	color: #fff !important;
}

.ovh {
  overflow: hidden;
}

.full-height {
  height: calc(100vh - 100px);
  padding-bottom: 0;
  overflow-y: auto;
  padding-top: 0;
}
.middle-content {
  position: relative;
}
.middle-content > div:not(.vc_parallax-inner) {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.paralax-section {
  position: relative;
  overflow: hidden;
}
.paralax-section > div:not(.vc_parallax-inner) {
  position: relative;
  z-index: 1;
}
.paralax-section .vc_parallax-inner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.box-map {
  position: relative;
  overflow: hidden;
  min-height: 500px;
}
.box-map > div:not(#map-canvas) {
  z-index: 1;
  position: relative;
}
.box-map > div:not(#map-canvas) .container {
  pointer-events: none;
}
.box-map > div:not(#map-canvas) .container #map-canvas {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  pointer-events: all;
}
.italic {
  font-style: italic;
}
.sticky,
.gallery-caption,
.bypostauthor,
.screen-reader-text {}

/* start log box */
.log-box {
	border: 1px solid #d3d3d3;
	padding: 20px;
	background: #fff;
	position: absolute;
	top: 0;
	width: 320px;
	text-align: left;
	right: 0;
	z-index: 9;
	margin: 41px 0 0;
	opacity: 0;
	visibility: hidden;
	webkit-transition: all 325ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -moz-transition: all 325ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 325ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.login-wrapper.visible,
.register-wrapper.visible {
	opacity: 1;
	visibility: visible;
}
.log-box h4 {
	color: #262e31;
	font-weight: 600;
	font-size: 14px;
	font-family: 'Fira Sans', sans-serif;
	margin: 0 0 15px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.log-box p {
	color: #54616a;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 400;
	margin: 0;
	line-height: 1.5em;
}
.log-box input[type="text"],
.log-box input[type="password"] {
	padding: 8px 0;
	margin-bottom: 15px;
	width: 100%;
	border-bottom: 2px solid #d1d1d1;
}
.log-box input[type="text"]:focus,
.log-box input[type="password"]:focus {
	border-bottom: 2px solid #fcb66b;
}
.log-box input[type="submit"] {
	background: #51c6d4;
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: 600;
	color: #fff;
	line-height: 1.5em;
	text-transform: uppercase;
	margin-top: 5px;
	border-radius: 25px;
	padding: 8px 20px 6px;
}
.log-box input[type="submit"]:hover {
	background: #8badba;
}
.r-box-b, .l-box-b {
	display: none;
}
.r-box-b:hover, .l-box-b:hover {
	display: block !important;
}
header {
	-webkit-transition: all 325ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-moz-transition: all 325ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 325ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
header.sticky.fill .main-nav {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	padding: 15px 0 2px;
	background: #fff;
	z-index: 999;
}
header .top-header .header-ul-right .shopping-cart-wrapper .cart-box {
  -webkit-transition: all 325ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 325ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 325ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  visibility: hidden;
  position: absolute;
  opacity: 0;
}

header .top-header .header-ul-right .shopping-cart-wrapper.active .cart-box {
	opacity: 1;
	visibility: visible;
}

header .top-header .header-ul-right .cart-box ul {
	margin: 0;
	padding: 0;
}
header .top-header .header-ul-right .cart-box ul li {
	list-style: none;
	position: relative;
	display: block;
	border: 0;
	margin: 0;
	padding-left: 70px;
	min-height: 70px;
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
	overflow: hidden;
}
header .top-header .header-ul-right .cart-box ul li h5 {
	margin: 5px 0 5px;
	font-weight: 400;
}
header .top-header .header-ul-right .cart-box ul li h5 a {
	text-transform: none;
	color: inherit;
	font-size: inherit;
	text-align: left;
	font-weight: inherit;
}

header .top-header .header-ul-right .cart-box ul li p {
	color: #8badba;
}
header .top-header .header-ul-right .cart-box ul li .delete-cart-product {
	float: right;
	color: #333;
	font-size: 11px;
	cursor: pointer;
}
header .top-header .header-ul-right .cart-box ul li img {
	position: absolute;
    top: 0;
    left: -70px;
    height: 50px;
    width: 50px;
    margin: 0;
}
header .top-header .header-ul-right .cart-box .cart-totals a {
	background: #51c6d4;
	border-radius: 25px;
	padding: 8px 14px 6px;
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	display: inline-block;
	line-height: 1.5em;
	letter-spacing: 1px;
}
header .top-header .header-ul-right .cart-box .cart-totals p {
	margin: 0 0 10px;
	color: #262e31;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
}
header .top-header .header-ul-right .cart-box .cart-totals p span {
	color: #fcb66b;
}
/* end log box */

/* Transition */
.product-box .product-image .product-hover,
.the-slider .slider-dots li,
.the-slider .slide-arrows li,
.the-slider .slide-arrows .slide-right,
.the-slider .slide-arrows .slide-left,
.tesla-carousel-arrows li,
.category-box .category-box-title,
.category-box .category-box-numbers,
.blog-section .blog-post .post-cover .hover-bg-back,
.widget ul li a:before,
.search-container,
i,
input,
textarea,
a,
button {
    outline: none;
    -webkit-transition: ease-in-out 0.2s;
    -moz-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
    transition: ease-in-out 0.2s;
}

/* header */
header {
	margin-bottom: 10px;
}
header .site-logo {
	text-align: center;
	margin: 0 auto 20px;
}
header .site-logo a {
	text-align: inherit !important;
}
header .top-header {
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 10px;
	padding: 10px 0;
}
header .top-header .header-ul-left {
	margin: 0;
	padding: 0;
	text-align: left;  
}
header .top-header .header-ul-left li {
	display: inline-block;
	list-style: none;
	*zoom: 1;
	*display: inline;
}
header .top-header .header-ul-left li:first-child {
	width: 42px;
	height: 42px;
	color: #333;
	font-size: 14px;
	text-align: center;
	line-height: 1.5em;
	padding-top: 13px;
	margin-right: 50px;
	cursor: pointer;
}
header .top-header .header-ul-left li:first-child:hover {
	color: #51c6d4;
}
header .top-header .header-ul-left li a {
	display: block;
	width: 42px;
	height: 42px;
	border: 1px solid #fff;
	color: #333;
	font-size: 16px;
	text-align: center;
	line-height: 1.5em;
	padding-top: 11px;
	border-radius: 100%;
}
header .top-header .header-ul-left li a:hover {
	border: 1px solid #e7edf0;
	color: #222;
}
header .top-header .header-ul-right {
	margin: 0;
	padding: 11px 0 0;
	text-align: right;
}
header .top-header .header-ul-right li {
	display: inline-block;
	list-style: none;
	margin-left: 20px;
	position: relative;
	*zoom: 1;
	*display: inline;
}
header .top-header .header-ul-right li:last-child {
	border-left: 1px solid #ebebeb;
	padding-left: 20px;
}
header .top-header .header-ul-right li .cart-toggle {
	position: relative;
}
header .top-header .header-ul-right li .cart-toggle span {
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 100%;
	background: #fcb66b;
	font-size: 13px;
	line-height: 1em;
	color: #fff;
	width: 17px;
	height: 17px;
	margin: -7px -10px 0 0;
	padding-top: 2px;
}
header .top-header .header-ul-right li a {
	position: relative;
	display: block;
	border: 1px solid transparent;
	color: #333;
	font-size: 14px;
	text-align: center;
	border-radius: 100%;
	text-transform: uppercase;
	font-weight: 300;
}
header .top-header .header-ul-right li.tt-logged-in a {
	display: inline-block;
}
header .top-header .header-ul-right li.tt-logged-in .separator {
    font-size: 12px;
    color: #BDBDBD;
    line-height: 23px;
}
header .top-header .header-ul-right .log-button {
	padding-left: 18px;	
}
header .top-header .header-ul-right .reg-button {
	padding-left: 22px;
}
header .top-header .header-ul-right .reg-button:before,
header .top-header .header-ul-right .log-button:before {
	content: "";
    position: absolute;
    left: 0;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAQCAYAAADAvYV+AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEwAACxMBAJqcGAAAAMRJREFUKJGN0rtqAkEYxfGfl1ZEQqwkoASxTRmSRp/BdxBiI5gnCASCj2VhaS+ksg/BIiCut2K3GJcd44FhhnP+3zcXhkuN8Y09VhiJ6Au/mKKPd2zwkQe7SPCc818zvx2aE8wjOy7wBuXMuMM6Aq9xH8KlCCjMqxighyaGBWAra9ov4YgfHK50rqAOJzz+c4we9uVI+FRkFsENLFG7Ba7k5qtwIr1scgu8wQP+8kFV+sNepO8ZqhusO9jBDNusKDa2+DwDaKMntdHix0IAAAAASUVORK5CYII=);
    width: 11px;
    height: 16px;
}
header .top-header .header-ul-right .reg-button:before {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEwAACxMBAJqcGAAAAMNJREFUOI2l07FKwlEUB+Dvb+HU6gvkGC5h+QD2Xr1FoIOWaC4NzaGvIEFbUIOog4M4m0ND94oI9r/qgQOXA9/vnuWQXtcYY4LaAW6DF2ijgeUhIRG3UECGhxBym4rXqG7NMzQxPs/BA7yiiDfcYRQ2ucAqde0zdMPsJrznqKTgWDFknYLbOzgG9E7Bzyn48Rh8dQqGe7zvwf08DE/oHIsLuMTXDu6hHvrjv4AMMwz9XVo5/FhKwTFgih98b/ULPvMw/AJlJDxMqk/zJgAAAABJRU5ErkJggg==);
	width: 16px;
}
header .top-header .header-ul-right .lost-pwd {
	display: inline-block;
    float: right;
    font-size: 12px;
    margin: 10px 0 0;
}
header .top-header .header-ul-right li a:hover {
	text-decoration: none;
	color: #51c6d4;
}
header .top-header .header-ul-right li a img {
	margin-right: 4px;
	margin-top: -3px;
}
header .main-nav {
	padding: 5px 0 1px;
	margin: 0 0 0;
}
header nav ul {
	text-align: center;
	margin: 0;
	padding: 0;
}
header nav ul li {
	position: relative;
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
header nav ul li a {
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 2px;
	color: #8badba;
}
header nav ul li.current-page a,
header nav ul li a:hover {
	text-decoration: none;
	color: #51c6d4;
}
header nav>ul>li {
	margin-right: 35px;
	padding: 10px 0;
}
header nav>ul>li:last-child {
	margin-right: 0;
}
header nav ul li ul li ul,
header nav ul li>ul {
	display: none;
	position: absolute;
	background: #0f161c;
	min-width: 180px;
	z-index: 999;
	padding: 5px;
}
header nav ul li ul li a {
	color: #78828b;
	font-weight: 300;
	letter-spacing: 0px;
}
header nav ul li ul li {
	padding: 5px 15px;
	display: block;
	text-align: left;
}
header nav ul li ul li:first-child {
	margin-top: 5px;
}
header nav ul li ul li:last-child {
	margin-bottom: 5px;
}
header nav ul li ul li:hover > ul {
	display: block;
	z-index: 4;
	left: 100%;
	margin-left: 3px;
	top: 0;
}
header nav ul li ul li:hover > ul li:first-child {
	margin-top: 0;
}
header nav ul li:hover>ul {
	display: block;
	z-index: 999;
	margin: 10px 0 0;
	-webkit-animation: fadein 1s; /* Safari and Chrome */
    -moz-animation: fadein 1s; /* Firefox */
    -ms-animation: fadein 1s; /* Internet Explorer */
    -o-animation: fadein 1s; /* Opera */
    animation: fadein 1s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari and Chrome */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* header */

/* start search container */
.search-container.open {
    visibility: visible !important;
    -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -ms-transform: scale(1);
   -o-transform: scale(1);
   transform: scale(1);
   opacity: 1;
}
.search-container {
   -webkit-transform: scale(.9);
   -moz-transform: scale(.9);
   -ms-transform: scale(.9);
   -o-transform: scale(.9);
   transform: scale(.9);
   opacity: 0;
   visibility: hidden;
   background: rgba(57, 127, 235, 0.7);
   position: fixed;
   top: 0;
   width: 100%;
   height: 100%;
   z-index: 999;
}
.search-container .close-icon {
  position: absolute;
  right: 60px;
  top: 60px;
  width: 32px;
  height: 32px;
  cursor: pointer;
}
.search-container .close-icon:before, .search-container .close-icon:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 3px;
  background-color: #fff;
}
.search-container .close-icon:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.search-container .close-icon:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.search-container .search-box {
    position: relative;
    opacity: 1;
    display: block;
    top: 50%;
    -webkit-transform: tranlateY(-50%);
    -moz-transform: tranlateY(-50%);
    -ms-transform: tranlateY(-50%);
    -o-transform: tranlateY(-50%);
    transform: tranlateY(-50%);
    margin: auto;
    width: 85%;
    max-width: 460px;
}
.search-container .search-box h4 {
    padding-top: 25px;
    text-align: center;
    color: #fff;
    position: relative;
    top: -8px;
    opacity: 0;
}
.search-container .search-box .search-form.has-value + h4 {
    top: 0;
    opacity: 1;
}
.search-container .search-box .search-form .search-submit {
    display: none;
}
.search-container .search-box .search-form .search-input {
    font-family: 'Lato', sans-serif;
    border-bottom: 1px solid #fff;
    background: none;
    color: #fff;
    font-size: 25px;
    width: 100%;
    font-weight: bold;
    line-height: 1.8em;
}
.search-container .search-box .search-form input::-webkit-input-placeholder {
    color: #fff;
}
.search-container .search-box .search-form input:-moz-placeholder {
    color: #fff;
}
/* end search container */
 
/* start category section */
.category-box {
	position: relative;
	margin-bottom: 60px;
	overflow: hidden;
	z-index: 1;
}
.category-box .category-box-title {
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 40px;
	font-weight: 700;
	z-index: 2;
	margin: 20px;
}
.category-box a {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 3;
}
.category-box:hover .category-box-title {
	color: #0f161c;
}
.category-box:hover .category-box-numbers {
	color: #0f161c;
	background: #ffffff;
}
.category-box .category-box-numbers {
	position: absolute;
	display: inline-block;
	color: #ffffff;
	font-size: 14px;
	z-index: 2;
	line-height: 1.5em;
	background: #0f161c;
	padding: 6px 12px 4px;
	margin: 20px;
	top: 0;
	left: 0;
	letter-spacing: 1px;
	text-transform: uppercase;
}
/* end category section */

/* start blog section */
.blog-section {
	padding-bottom: 20px;
}
.blog-section.post-page {
	padding-top: 20px;
}
.blog-section .archive-title {
	color: #262e31;
    font-size: 22px;
    line-height: 1em;
    letter-spacing: 2px;
    font-weight: 700;
    font-family: 'Fira Sans', sans-serif;
    text-transform: uppercase;
    margin: 0 0 20px;
}
.blog-section.post-page .blog-post .post-header ul li,
.blog-section.blog-page .blog-post.aligned .post-header ul li {
	margin: 0 10px 0 0;
	padding-top: 10px;
}
.blog-section.post-page .blog-post .post-footer,
.blog-section.post-page .blog-post .post-content p,
.blog-section.post-page .blog-post .post-header h2,
.blog-section.post-page .blog-post .post-header ul,
.blog-section.blog-page .blog-post.aligned .post-footer,
.blog-section.blog-page .blog-post.aligned .post-content p,
.blog-section.blog-page .blog-post.aligned .post-header h2,
.blog-section.blog-page .blog-post.aligned .post-header ul {
	text-align: left;
}
.blog-post.sticky .post-header {
	position: relative;
}
.blog-post.sticky .post-header:before {
	content: "\f0c6";
    font-family: FontAwesome;
    position: absolute;
    right: 10px;
    top: 8px;
    opacity: 0.3;
    font-size: 35px;
}
.blog-section.post-page .blog-post .post-header h2 {
	font-size: 35px;
	text-transform: uppercase;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 100;
	line-height: 1.3em;
}
.blog-section.blog-page {
	padding-top: 20px;
}
.blog-section.blog-page .blog-post {
	margin: 0 15px 40px;
}
.blog-section .blog-post {
	margin-bottom: 20px;
}
.blog-section .blog-post .post-cover {
	margin-bottom: 20px;
	position: relative;
	min-height: 50px;
}
.blog-section .blog-post:hover .post-cover .hover-bg-back {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.blog-section .blog-post .post-cover .hover-bg-back {
	background: #000;
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9;
}
.blog-section .blog-post .post-cover .post-time {
	position: absolute;
	top: 0;
	left: 0;
	margin: 20px;
	background: #fff;
	width: 70px;
	height: 70px;
	text-align: center;
	text-transform: uppercase;
	font-size: 36px;
	line-height: 1em;
	font-weight: 100;
	color: #54616a;
	padding-top: 8px;
}
.blog-section .blog-post .post-cover .post-time:after {
	position: absolute;
	width: 26px;
	height: 2px;
	background: #fcbb78;
	content: '';
	margin: 0 auto 25px;
	bottom: 0;
	left: 0;
	right: 0;
}
.blog-section .blog-post .post-cover .post-time span {
	display: block;
	font-size: 14px;
	line-height: 1.4em;
	padding-top: 3px;
}
.blog-section .blog-post .post-header {
	margin-bottom: 12px;
}
.blog-section .blog-post .post-header ul {
	margin: 0 0 10px;
	padding: 0;
	text-align: center;
}
.blog-section .blog-post .post-header ul li {
	list-style: none;
	color: #8badba;
	font-weight: 400;
	margin: 0 5px;
	font-size: 14px;
	line-height: 1.5em;
	text-transform: uppercase;
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
.blog-section .blog-post .post-header ul li a {
	color: inherit;
}
.blog-section .blog-post .post-header ul li a:hover {
	color: #333;
	text-decoration: none;
}
.blog-section .blog-post .post-header h2 {
	color: #54616a;
	font-size: 21px;
	text-align: center;
	margin: 0;
	font-weight: 400;
	line-height: 1.5em;
}
.blog-section .blog-post .post-header h2 a {
	color: inherit;
}
.blog-section .blog-post .post-footer a:hover,
.blog-section .blog-post .post-header h2 a:hover {
	text-decoration: none;
	color: #5bc9d7;
}
.blog-section .blog-post .post-content p {
	color: #54616a;
	font-size: 14px;
	line-height: 2em;
	font-family: 'Roboto Slab', serif;
}
.blog-section .blog-post .tags {
	text-align: left;
    color: #54616a;
    padding: 10px 0 0;
}
.blog-section .blog-post .tags a {
	color: inherit;
}
.blog-section .blog-post .post-footer {
	text-align: center;
	padding-top: 6px;
}
.blog-section .blog-post .post-footer a {
	color: #54616a;
	font-size: 14px;
	line-height: 1.5em;
	text-transform: uppercase;
}
.blog-section .blog-post .post-footer a i {
	color: #676767;
	padding-right: 5px;
	line-height: 1.3em;
}
.blog-section .blog-post .post-footer a:hover i {
	padding-right: 0;
	color: #5bc9d7;
}
.blog-section .blog-post .post-footer .socials {
	margin: 20px 0 0;
	padding: 12px 0 0;
}
.blog-section .blog-post .post-footer .socials li {
	display: inline-block;
	list-style: none;
	text-transform: uppercase;
	color: #54616a;
	margin-right: 5px;
	font-size: 14px;
	line-height: 1.5em;
	*display: inline;
	*zoom: 1;
}
.blog-section .blog-post .post-footer .socials li a {
	display: block;
	margin-top: -12px;
}
.blog-section .blog-post .post-footer .socials li a:hover {
	margin-top: -20px;
}
.blog-section .blog-post .post-footer .socials li a i {
	padding: 0;
	margin: 0;
	display: block;
	border-radius: 100%;
	border: 2px solid #ccc;
	position: relative;
	text-align: center;
	width: 45px;
	height: 45px;
	padding-top: 9px;
	font-size: 26px;
	line-height: 1em;
}
.blog-section .blog-post .post-footer .socials li a i.fa-facebook {
	border-color: #344c8a;
	color: #344c8a;
}
.blog-section .blog-post .post-footer .socials li a i.fa-twitter {
	border-color: #469ae9;
	color: #469ae9;
}
.blog-section .blog-post .post-footer .socials li a i.fa-google-plus {
	border-color: #c1211d;
	color: #c1211d;
}
.blog-section .blog-post .post-footer .socials li a i.fa-instagram {
	border-color: #2a527a;
	color: #2a527a;
}
.blog-section .blog-post .post-footer .socials li a i.fa-pinterest {
	border-color: #bc001c;
	color: #bc001c;
}
.blog-section .blog-post .post-footer .socials li a i.fa-behance {
	border-color: #107bf4;
	color: #107bf4;
}
.interesting-section {
	padding: 40px 0 20px;
}
.interesting-section h4 {
	text-transform: uppercase;
	font-size: 14px;
	margin: 0 0 30px;
	letter-spacing: 1px;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 700;
}
.blog-section.interesting-section .blog-post .post-header h2 {
	font-size: 14px;
	color: #54616a;
	font-weight: 400;
	margin: -10px 0 -2px;
}
.blog-section.interesting-section .blog-post {
	margin-right: 30px;
}
/* end blog section */

/* start main sidebar */
.widget ul li {
	list-style-type: none;
}
.widget ul li a {
	color: inherit;
}
.main-sidebar .widget {
	border: 1px solid #ebebeb;
	padding: 30px;
	margin-bottom: 1px;
}
.main-sidebar .widget .widget-title {
	color: #262e31;
	font-size: 14px;
	line-height: 1em;
	letter-spacing: 2px;
	font-weight: 700;
	font-family: 'Fira Sans', sans-serif;
	text-transform: uppercase;
	margin: 0 0 15px;
}
.main-sidebar .widget.widget-topsell {
	padding-bottom: 10px;
}
.main-sidebar .widget.widget-topsell .product-box {
	margin-bottom: 20px;
}
.main-sidebar .widget.widget-price-filter .price-slider {
  position: relative;
  display: block;
  margin: 40px 0 10px;
}
.main-sidebar .widget.widget-price-filter .price-slider .values-wrapper {
  -webkit-transition: all 285ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 285ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 285ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transform: translate(calc(-50% + 4.5px), -160%);
  -ms-transform: translate(calc(-50% + 4.5px), -160%);
  transform: translate(calc(-50% + 4.5px), -160%);
  display: inline-block;
  position: absolute;
  line-height: 1em;
  font-size: 0;
  top: 0;
}
.main-sidebar .widget.widget-price-filter .price-slider .values-wrapper span {
  display: inline-block;
  line-height: 1em;
  font-weight: 500;
  font-size: 12px;
  color: #424242;
}
.main-sidebar .widget.widget-price-filter .price-slider .values-wrapper span:before {
  content: attr(data-currency);
  display: inline-block;
}
.main-sidebar .widget.widget-price-filter .price-slider .values-wrapper span:first-of-type:after {
  display: inline-block;
  margin: 0 2.5px;
  content: "-";
}
.main-sidebar .widget.widget-price-filter .price-slider .slider {
  -webkit-box-shadow: none;
  background: #d6d6d6;
  box-shadow: none;
  border-radius: 0;
  height: 3px;
  border: 0;
}
.main-sidebar .widget.widget-price-filter .price-slider .slider .noUi-origin {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #d6d6d6;
  border-radius: 0;
  line-height: 1em;
}
.main-sidebar .widget.widget-price-filter .price-slider .slider .noUi-connect {
  background: #fcb66b;
}
.main-sidebar .widget.widget-price-filter .price-slider .slider .noUi-background {
  background: #d6d6d6;
}
.main-sidebar .widget.widget-price-filter .price-slider .slider .noUi-handle {
  -webkit-transition: all 275ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 275ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 275ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  display: inline-block;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 50%;
  background: #fcb66b;
  cursor: pointer;
  height: 9px;
  width: 9px;
  border: 0;
  left: -5px;
  top: -3px;
}
.main-sidebar .widget.widget-price-filter .price-slider .slider .noUi-handle.noUi-active {
  -webkit-transform: scale(1.185);
  -ms-transform: scale(1.185);
  transform: scale(1.185);
}
.main-sidebar .widget.widget-price-filter .price-slider .slider .noUi-handle:after, .main-sidebar .widget.widget-price-filter .price-slider .slider .noUi-handle:before {
  display: none;
}
.main-sidebar .widget.widget_search form {
	position: relative;
	z-index: 1;
}
.main-sidebar .widget.widget_search form i {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	color: #666;
}
.main-sidebar .widget.widget_search input[type="text"] {
	width: 100%;
	background: none;
	border: 0;
	display: block;
	padding-right: 35px;
	outline: none;
}
.main-sidebar .widget.widget_search input[type="submit"] {
	position: absolute;
	top: 0;
	right: 0;
	background: none;
	width: 30px;
	height: 30px;
	z-index: 3;	
	margin: -5px -5px 0 0;
} 
.main-sidebar .widget.widget_tag_cloud ul,
.main-sidebar .widget.widget_product_tag_cloud ul,
.main-sidebar .widget.widget_categories ul,
.main-sidebar .widget.widget_product_categories ul,
.main-sidebar .widget.widget_archive ul {
	margin: 0;
	padding: 0;
}
.main-sidebar .widget.widget_categories ul li,
.main-sidebar .widget.widget_product_categories ul li,
.main-sidebar .widget.widget_archive ul li {
	list-style: none;
	color: #54616a;
	text-transform: uppercase;
	padding-bottom: 5px;
	margin-bottom: 5px;
	font-size: 14px;
	line-height: 1.5em;
	border-bottom: 1px solid #ebebeb;
}
.main-sidebar .widget.widget_categories ul li:last-child,
.main-sidebar .widget.widget_product_categories ul li:last-child,
.main-sidebar .widget.widget_archive ul li:last-child {
	border-bottom: 0px solid #ccc;
	padding-bottom: 0;
	margin-bottom: 0;
}
.main-sidebar .widget.widget_categories ul li a,
.main-sidebar .widget.widget_product_categories ul li a,
.main-sidebar .widget.widget_archive ul li a {
	position: relative;
	color: inherit;
}
.main-sidebar .widget.widget_categories ul li a:before,
.main-sidebar .widget.widget_product_categories ul li a:before,
.main-sidebar .widget.widget_archive ul li a:before {
	content: "\f178";
	font: normal normal normal 14px/1 FontAwesome;
	margin-right: 7px;
	line-height: 1.3em;
}
.main-sidebar .widget.widget_categories ul li a:hover,
.main-sidebar .widget.widget_product_categories ul li a:hover,
.main-sidebar .widget.widget_archive ul li a:hover {
	text-decoration: none;
	color: #9ca4a9;
}
.main-sidebar .widget.widget_categories ul li a:hover:before,
.main-sidebar .widget.widget_product_categories ul li a:hover:before,
.main-sidebar .widget.widget_archive ul li a:hover:before {
	margin-right: 2px;
	margin-left: 5px;
}

.main-sidebar .widget.widget_tag_cloud a,
.main-sidebar .widget.widget_product_tag_cloud a {
	display: inline-block;
	margin-left: 1px;
	margin-bottom: 5px;
	color: #8badba;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1.5em;
	padding: 3px 6px 1px;
	font-weight: 500;
	font-size: 10px !important;
	text-decoration: none;
	border: 1px solid #8badba;
}
.main-sidebar .widget.widget_product_tag_cloud a:hover,
.main-sidebar .widget.widget_tag_cloud a:hover {
	color: #51c6d4;
	border: 1px solid #51c6d4;
	text-decoration: none;
}
.main-sidebar .widget-related ul {
	margin: 0;
	padding: 0; 
}
.main-sidebar .widget-related ul li {
	list-style: none;
	padding-left: 60px;
	min-height: 60px;
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 5px;
	position: relative;
	margin-bottom: 8px;
	line-height: 1.3em;
}
.main-sidebar .widget-related ul li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0 solid #ebebeb;
}
.main-sidebar .widget-related ul li a {
	font-size: 12px;
	text-transform: uppercase;
	color: #54616a;
}
.main-sidebar .widget-related ul li a:hover {
	text-decoration: none;
	color: #51c6d4;
}
.main-sidebar .widget-related ul li img {
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: auto;
}
.woocommerce .widget_shopping_cart .cart_list li a.remove, 
.woocommerce.widget_shopping_cart .cart_list li a.remove {
	font-size: 18px;
    background: none;
    opacity: 0.8;
    color: #333 !important;
    left: auto;
    right: -2px;
    top: -4px;
    width: auto;
    height: auto;
}
.woocommerce .widget_shopping_cart .cart_list li , 
.woocommerce.widget_shopping_cart .cart_list li {
	padding: 0 7px 12px 0;
}
.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
	font-weight: normal;
}
.woocommerce .widget_shopping_cart .cart_list li .quantity, 
.woocommerce.widget_shopping_cart .cart_list li .quantity {
	color: #8badba;
    font-size: 12px;
}
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
	float: left;
	margin: 0 4px 0 0;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
	background: #fcb66b;
}
.woocommerce .widget_price_filter .ui-slider-horizontal {
	height: 3px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	background: #fcb66b;
    top: -3px;
    width: 10px;
    height: 10px;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
	background: #D6D6D6;
}
.woocommerce ul.product_list_widget li img {
	width: 40px;
	margin: 0 6px 0 0;
}
.woocommerce ul.product_list_widget li .amount {
	color: #8badba;
	font-size: 11px;
}
/* end main sidebar */

/* start page cover */
.page-cover {
	background: url(/wp-content/themes/beatrix/css/../images/about-bg.jpg) no-repeat top center;
	text-align: center;
	padding: 100px 0 400px;
}
.page-cover h1 {
	text-transform: uppercase;
	font-size: 100px;
	line-height: 1em;
	font-family: 'Fira Sans', sans-serif;
	color: #fff;
	font-weight: 100;
}

/* start pagination */
.posts-pagination ul.page-numbers {
	margin: 10px 0 50px;
	padding: 0; 
}
.posts-pagination ul.page-numbers li {
	list-style: none;
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
.shop-page-2 .the-pagination li a {
	font-size: 12px;
	width: 34px;
	height: 34px;
	padding-top: 8px;
}
.woocommerce .woocommerce-pagination ul.page-numbers li, 
.woocommerce-page .woocommerce-pagination ul.page-numbers li {
	margin: 0 0 0 4px;
}
.woocommerce nav.woocommerce-pagination ul li a, 
.woocommerce nav.woocommerce-pagination ul li span,
.posts-pagination ul.page-numbers li a,
.posts-pagination ul.page-numbers li span {
	display: block;
	width: 44px;
	height: 44px;
	text-align: center;
	color: #54616a;
	font-size: 14px;
	line-height: 1.5em;
	padding-top: 12px;
	border-radius: 100%;
	border: 1px solid rgba(255,255,255,0);
}
.posts-pagination ul.page-numbers li a:hover,
.posts-pagination ul.page-numbers li.active a,
.woocommerce nav.woocommerce-pagination ul li a:focus, 
.woocommerce nav.woocommerce-pagination ul li a:hover, 
.woocommerce nav.woocommerce-pagination ul li span.current,
.posts-pagination ul.page-numbers li span.current {
	border: 1px solid #ccc;
	text-decoration: none;
	background: none;
}
.woocommerce nav.woocommerce-pagination {
	text-align: right;
}
.woocommerce nav.woocommerce-pagination ul {
	margin: 30px 0 50px;
	border: none;
}
.woocommerce nav.woocommerce-pagination ul li {
	border: none;
}
/* end pagination */

/* start offer section */
.offer-section {
	background: #f0f0f0;
	padding: 10px 30px;
}
.offer-section .offer-item {
	position: relative;
	text-align: center;
}
.offer-section .offer-item span {
	font-size: 26px;
	text-align: center;
	width: 80px;
	height: 80px;
	border-radius: 100%;
	position: absolute;
	top: 0;
	right: 0;
	font-weight: 100;
	line-height: 1.5em;
	padding-top: 22px;
	background: #5bc9d7;
	color: #fff;
	margin: 50px 10px 0 0;
}
.offer-section h3 {
	color: #54616a;
	line-height: 1em;
	font-size: 74px;
	font-weight: 100;
	font-family: 'Fira Sans', sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 65px 0 0;
	padding-left: 30px;
}
.offer-section h4 {
	color: #54616a;
	padding-left: 30px;
	line-height: 1em;
	font-size: 21px;
	font-weight: 300;
}
.offer-section a {
	color: #333;
	display: inline-block;
	text-align: center;
	margin: 110px auto 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.5em;
}
.offer-section .view-product {
	position: relative;
	padding: 0 0 0 27px;
}
.offer-section .view-product:before {
	content: "";
	position: absolute;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEwAACxMBAJqcGAAAAUdJREFUOI2l1L0uRFEUxfHfEA2NKFRGQaeTiFaFahKv4AG0Ev2Uep6CREslkchEFCSEUBmdgsaEiFHsPQni3vmwklOcj/zP2vuse/mpaWzjGm85LlHHpD61jld84gQ72MUZ2njGWj+wNhqY+2N/EVf4QK0bbDqdNTBacm4CN3jCeBlwW5T5l7PfWhKVbJYduhY961X3OC7aHMIMLvoAXmC2DAiVPoDDokWFwFss9AirYF48TqHqotGLPQBreXaj7NCkCO2ViEaRqmjmGOt285oI7Y2IxndV0lkz3e3lWte+10Ro2yIa+zjAQ641E9b5ot5xns4LNS5Ce4zHhB2Jno2lq0ZCD9HKy0uhZaqks0ORkOWE3mFqUOh5QpZzvvJfaFWU2UoYrOb8dFCX1XTUStiI+B+8DAokyutAT8RDbf0H2IGeprMt+AIV/VgVB8xV9gAAAABJRU5ErkJggg==);
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
}
.offer-section a:hover {
	color: #5bc9d7;
	text-decoration: none;
}
.offer-section img {
	max-width: 205px;
}
/* end offer section */

/* start products section */
.products-section {
	border-bottom: 1px solid #ebebeb;
}
.filter-ul {
	text-align: center;
	margin: 0 auto 40px;
	padding: 0;
}
.filter-ul li {
	list-style: none;
	display: inline-block;
	color: #8badba;
	font-size: 14px;
	margin: 0 14px;
	line-height: 1.5em;
	font-weight: 500;
	letter-spacing: 2px;
	text-transform: uppercase;
	*zoom: 1;
	*display: inline;
}
.filter-ul li a {
	color: inherit;
	line-height: 1.5em;
	font-size: 14px;
	display: block;
	position: relative;
}
.filter-ul li a span {
	font-size: 13px;
	text-align: center;
	display: inline-block;
	letter-spacing: 0;
	margin: -14px -14px 0 0;
	top: 0;
	font-weight: 400;
	right: 0;
	position: absolute;
}
.filter-ul li a:hover,
.filter-ul li a.active {
	color: #fcb66b;
	text-decoration: none;
}
.woocommerce.woocommerce-single [class*="col-"] {
	width: 100% !important;
}
.product-box {
	position: relative;
	margin-bottom: 40px !important;
}
.products-section .products-list {
	padding: 60px 0 0 0;
}
.product-box .product-image {
	position: relative;
}
.product-box:hover .product-image .product-hover {
	opacity: 1;
}
.product-box .product-image .product-hover {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: rgba(0,0,0,0.6);
	opacity: 0;
}
.product-box .product-image .product-hover .fa-search {
	color: #fff;
	border: 1px solid rgba(255,255,255,0.5);
	border-radius: 100%;
	position: absolute;
	margin: -40px auto 0;
	left: 0;
	right: 0;
	font-size: 16px;
	padding-top: 26px;
	line-height: 1.5em;
	bottom: 0;
	cursor: pointer;
	width: 80px;
	text-align: center;
	height: 80px;
	top: 50%;
}
.product-box .product-image .product-hover .fa-search:hover {
	background: rgba(255,255,255,0.7);
	color: #333;
}
.product-box .product-image .product-hover .fa-reply {
	color: #fff;
	border: 1px solid rgba(255,255,255,0.5);
	border-radius: 100%;
	position: absolute;
	margin: -40px auto 0;
	left: 0;
	right: 0;
	font-size: 25px;
	padding-top: 22px;
	line-height: 1.5em;
	bottom: 0;
	cursor: pointer;
	width: 80px;
	text-align: center;
	height: 80px;
	top: 50%;
}
.product-box .product-image .product-hover .fa-reply:hover {
	background: rgba(255,255,255,0.7);
	color: #333;
}
.product-box .product-image .product-hover .bottom-hover {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.6);
	padding: 5px 10px;
}
.product-box .product-image .product-hover .bottom-hover .star-rating {
	float: left;
	font-size: 12px;
}

.product-box .product-image .product-hover .bottom-hover .star-rating span {
	color: #fff;
}

.product-box .product-image .product-hover .bottom-hover ul li {
	display: inline-block;
	list-style: none;
	line-height: 2em;
	margin: 0 4px;
	color: #ccc;
	font-size: 12px;
	*zoom: 1;
	*display: inline;
}
.woocommerce .product-box img {
	width: 100%;
}
.woocommerce .product-box .product-price {
	text-align: center;
	padding: 7px 0;
	margin: 0;
	line-height: 1.5em;
}
.woocommerce .product-box .product-price .amount {
	color: #8badba;
	font-size: 13px;
}
.woocommerce .product-box a h2,
.woocommerce .related.products a h2{
	text-align: center;
	line-height: 1.5em;
	margin: 0;
	color: #262e31;
	font-weight: 400;
	font-size: 14px;
}
.woocommerce .related.products a h2{
	position: initial;
	padding: initial;
	display: initial;
}
.woocommerce .related.products a h2::after,
.woocommerce .related.products a h2::before{
	display: none;
}
.woocommerce .product-box a:hover {
	text-decoration: none;
}
.woocommerce .product-box a:hover h3 {
	color: #51c6d4;
}
.woocommerce .product-box .product-buy {
	text-align: center;
	margin: 6px auto 0;
	padding-left: 15px;
}
.woocommerce .product-box .product-buy .add_to_cart_button {
	position: relative;
	font-size: 0px;
	font-weight: 500;
	letter-spacing: 1px;
	display: inline-block;
	padding: 9px 10px 6px 40px;
	min-height: 36px;
	line-height: 1.5em;
	text-transform: uppercase;
	color: #fff;
	background: none;
}
.woocommerce .product-box .product-buy .add_to_cart_button:hover {
	font-size: 14px;
	background: #51c6d4;
	border-radius: 20px;
	text-decoration: none;
}
.woocommerce .product-box .product-buy .add_to_cart_button:before {
	position: absolute;
    top: 3px;
    left: 3px;
    content: "";
    border: 1px solid #60cad8;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAPCAYAAADtc08vAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEMEY4RDlCREMwMjAxMUU1QjY2Mjg1MkE3MEZDQTJFQSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEMEY4RDlCRUMwMjAxMUU1QjY2Mjg1MkE3MEZDQTJFQSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQwRjhEOUJCQzAyMDExRTVCNjYyODUyQTcwRkNBMkVBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQwRjhEOUJDQzAyMDExRTVCNjYyODUyQTcwRkNBMkVBIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+e1wEiAAAAQBJREFUeNpijD55/SkDA4MUEJ8FYhMGEgELEFsAcTQQ55FhwEeQAY+B+AkQSwLxERI0MwPxNxYkgYdArECCAdVA7MPEQD4AefcsJQYYU2KAGBDLUmIAyPbvQHwVORAFgDiDSAN8gPgkEP9FNoAdiOOBmJEIA94AcRYsIcHAWyBuAOKvONKDNDTkzwPxI5ggE5qCpUC8HYhXoml2AuI7QDwJiG8BsRdyUgaB/0D8AZqQQPniJtTAP1B5DSBeCA2jPiAuAeJtyAbcA2JuIHaHRs9vIF4LpUEgEIj1gNgKiI2A+Dm6C44DcSMQz4VGTyLUOzCwBoiXAfEBqNpSmARAgAEANvszCxG1bG0AAAAASUVORK5CYII=) no-repeat center center;
    display: inline-block;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
	color: #8badba;
}
.woocommerce span.onsale {
    text-transform: uppercase;
    padding: 1px 0 0 0;
    font-size: 13px;
    background: #8badba;
    z-index: 1;
}
.shop-page-2,
.shop-page {
	padding-top: 30px;
}

.woocommerce .woocommerce-result-count {
	color: #54616a;
	font-size: 14px;
	padding: 5px 0;
	text-transform: uppercase;
	line-height: 1.5em;
}

.woocommerce .woocommerce-ordering select {
	background: none;
	color: #54616a;
	outline: none;
	text-transform: uppercase;
	font-size: 14px;
	width: 250px;
	line-height: 1.5em;
	padding: 5px 0;
	border-bottom: 2px solid #d1d1d1;
}
/* end products section */

/* start instagram section */
.tt-instagram {
	padding: 0 0 40px;
}
.tt-instagram .tt-instagram-feed {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.tt-instagram .tt-instagram-feed:before {
	display: table;
    content: " ";
}
.tt-instagram .tt-instagram-feed:after {
	display: table;
    content: " ";
    clear: both;
}
.tt-instagram .tt-instagram-feed li {
	display: inline-block;
	width: 16.66666667%;
	float: left;
	position: relative;
	padding: 0 10px;
}
.tt-instagram .tt-instagram-feed li a {
	display: inline-block;
}
.tt-instagram .tt-instagram-feed:hover a {
	opacity: 1;
}
.tt-instagram .tt-instagram-feed li .tt-instagram-caption,
.tt-instagram .tt-instagram-feed li .tt-instagram-likes {
	display: none;
}
/* end instagram section */

/* comments */
.comments-area {
	padding: 20px 0 0;
}

.comments-area .comment-respond a {
	color: inherit;
}
.comments-area h4 {
	font-size: 14px;
	letter-spacing: 1px;
	font-family: 'Fira Sans', sans-serif;
	color: #262e31;
	margin: 0 0 20px;
	line-height: 1em;
	text-transform: uppercase;
}
.comment-form {
	margin-bottom: 40px;
}
.comment-form textarea,
.comment-form input[type="text"] {
	width: 100%;
	border-bottom: 2px solid #d1d1d1;
	margin-bottom: 20px;
	padding: 8px 0;
}
.comment-form textarea {
	resize: none;
	height: 80px;
}
.comment-form textarea:focus,
.comment-form input[type="text"]:focus {
	border-bottom: 2px solid #fcb66b;
}
.comment-form span {
	display: block;
	color: #54616a;
	font-size: 14px;
	line-height: 1.5em;
	text-transform: uppercase;
	vertical-align: top;
}
.comment-form input[type="submit"] {

}
.comment-form input[type="submit"] {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1px;
	display: inline-block;
	padding: 9px 14px 5px 40px;
	line-height: 1.5em;
	text-transform: uppercase;
	color: #fff;
	border-radius: 20px;
	background: #51c6d4 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo5MTgxOTNGOTI2OUZFNTExQTg2M0IxQkZDMzhCMkM4NiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0NDEyQTM3Q0M1QkYxMUU1OUU4MkYzMTRFQzA3QzA0NiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0NDEyQTM3QkM1QkYxMUU1OUU4MkYzMTRFQzA3QzA0NiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjVBMTRGMTc5NUJCOEU1MTFBODczRjI5NDMzMzMzRURCIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjkxODE5M0Y5MjY5RkU1MTFBODYzQjFCRkMzOEIyQzg2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+m0cxDQAAAmpJREFUeNq0ljts01AUhn8nJSCIIC1qyqMkHQoSj4kFVroUCYkV2omFsWoR3RAgKEgICcHEQhEDjwhGxJAulAUGYEKUlkcT27JIqGigeVATx76ca11HbuQkdkSP9EmWY33n3nPuIxJjDC0iQYwSx4gDRC9hEBqhEK+Ip0S2qYEn8CBBPCFqrH2Y4tuEl8tLfpIosuBRIkbaJRgXI+o0LOKc2ym5enCKSBESfIRhMdzL5vDbqCGnV3G8rxsndm63q06MiN4g5GrmdBD5nW8ajvZsBQ0Z44O77UQvcssQjmnhrJfosd8aVE2L3fyssveFIpv6JDO1otvv5coqu/Ax4/405fQg6bfujvz1zxV2eS67Rs6TlYxa4+pK8hKddpWqZTynEgz1xpDOF0AqxCJdUP7oeKj8wMTefkS7wu7PbTdvcpoehv0kKNdM3P6q4UxyB0JU6buL3xEJhTC5rx9b1sqdmOFZDgWV79m80Z5BWJIwNrirmRy2m2agt91BVNurDQ2dmpdZ2Wi70f+2TcDlVzqT1xNo6yTnofEEM81+vUhLMVtercuvzStB5DzSvMkvGzvz7lcJ1xdU6KaFB0oemYqOR+oSJmjHtmioV8zyGQy4N9pK1WA3FhRmWharEZMfFu0yBRy5s9EG+Axk4pmT8s1yEUfojLkv5+1DZduGMC7tTwYdOYRTdk5TfjDNEdFbXzQUqgaG4jG8LZQw3NeDw93RoPIycZBQnSNCJc6KoxbxTRH7YYxq3oGcCZfqdWX+jwvn/HpemaN+7mTn0k/5nI0pvvW89KUAf1t40+Li/ZJYFLNitWSaCf4JMADaZRS0TvikyAAAAABJRU5ErkJggg==) no-repeat 6px 6px;
}
.comment-form input[type="submit"]:hover {
	background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo5MTgxOTNGOTI2OUZFNTExQTg2M0IxQkZDMzhCMkM4NiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0NDEyQTM3Q0M1QkYxMUU1OUU4MkYzMTRFQzA3QzA0NiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0NDEyQTM3QkM1QkYxMUU1OUU4MkYzMTRFQzA3QzA0NiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjVBMTRGMTc5NUJCOEU1MTFBODczRjI5NDMzMzMzRURCIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjkxODE5M0Y5MjY5RkU1MTFBODYzQjFCRkMzOEIyQzg2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+m0cxDQAAAmpJREFUeNq0ljts01AUhn8nJSCIIC1qyqMkHQoSj4kFVroUCYkV2omFsWoR3RAgKEgICcHEQhEDjwhGxJAulAUGYEKUlkcT27JIqGigeVATx76ca11HbuQkdkSP9EmWY33n3nPuIxJjDC0iQYwSx4gDRC9hEBqhEK+Ip0S2qYEn8CBBPCFqrH2Y4tuEl8tLfpIosuBRIkbaJRgXI+o0LOKc2ym5enCKSBESfIRhMdzL5vDbqCGnV3G8rxsndm63q06MiN4g5GrmdBD5nW8ajvZsBQ0Z44O77UQvcssQjmnhrJfosd8aVE2L3fyssveFIpv6JDO1otvv5coqu/Ax4/405fQg6bfujvz1zxV2eS67Rs6TlYxa4+pK8hKddpWqZTynEgz1xpDOF0AqxCJdUP7oeKj8wMTefkS7wu7PbTdvcpoehv0kKNdM3P6q4UxyB0JU6buL3xEJhTC5rx9b1sqdmOFZDgWV79m80Z5BWJIwNrirmRy2m2agt91BVNurDQ2dmpdZ2Wi70f+2TcDlVzqT1xNo6yTnofEEM81+vUhLMVtercuvzStB5DzSvMkvGzvz7lcJ1xdU6KaFB0oemYqOR+oSJmjHtmioV8zyGQy4N9pK1WA3FhRmWharEZMfFu0yBRy5s9EG+Axk4pmT8s1yEUfojLkv5+1DZduGMC7tTwYdOYRTdk5TfjDNEdFbXzQUqgaG4jG8LZQw3NeDw93RoPIycZBQnSNCJc6KoxbxTRH7YYxq3oGcCZfqdWX+jwvn/HpemaN+7mTn0k/5nI0pvvW89KUAf1t40+Li/ZJYFLNitWSaCf4JMADaZRS0TvikyAAAAABJRU5ErkJggg==) no-repeat 6px 6px;
	color: #51c6d4;
}
.comments-area-ul {
	margin: 30px 0 40px;
	padding: 0;
}
.comments-area-ul .comment-li {
	list-style: none;
	padding-left: 85px;
	position: relative;
	margin-bottom: 20px;
	min-height: 60px;
}
.comments-area-ul .comment-li .comment-li-avatar {
	position: absolute;
	top: 0;
	left: 0;
	width: 65px;
}
.comments-area-ul .comment-li h6 {
	color: #262e31;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Fira Sans', sans-serif;
	margin: 0 0 8px;
}

.comments-area-ul .comment-li h6 a {
	color: inherit;
}

.comments-area-ul .comment-li h6 span {
	color: #bdbdbd;
	font-size: 14px;
	padding-left: 10px;
}
.comments-area-ul .comment-li .comment-reply-link {
	color: #999;
	float: right;
	text-transform: uppercase;
	font-size: 11px;
	margin-top: -5px;
}
.comments-area-ul .comment-li p {
	font-size: 13px;
	line-height: 1.7em;
	color: #757575;
}
.comments-area-ul .comment-li .comment-reply-link:hover {
	text-decoration: none;
	color: #51c6d4;
}
/* comments */



/* slider */
.the-slider {
    position: relative;
    overflow: hidden;
}
.the-slider ul {
    margin: 0;
    padding: 0;
}
.the-slider ul li {
    list-style: none;
}
.the-slider .slide-text {
    position: absolute;
    z-index: 4;
    margin: 50px 50px 0;
    left: 0;
    display: inline-block;
    right: 0;
}
.the-slider .slide-text h2 {
    color: #fff;
    line-height: 1.2em;
    font-size: 100px;
    font-weight: 100;
    font-family: 'Fira Sans', sans-serif;
    display: block;
    text-align: center;
    margin: 0 0 30px;
    text-transform: uppercase;
}
.the-slider .slide-text p {
    font-size: 16px;
    color: #b8b7b7;
    font-weight: 400;
    margin: 0 0 40px;
    width: 50%;
    line-height: 1.8em;
}
.the-slider .slide-text .site-title {
    margin: 0 auto 10px;
}
.the-slider .the-bullets-dots {
    bottom: 0;
    margin: 0 0 15px;
    position: absolute;
    z-index: 5;
    background: rgba(0,0,0,0);
}
.the-slider .the-bullets-dots li {
    margin: 0 6px;
    display: inline-block;
    background: rgba(255,255,255,0.4);
    width: 7px;
    height: 7px;   
    cursor: pointer;
    border-radius: 100%;
}
.the-slider .the-bullets-dots li.active {
    background: rgba(255,255,255,1);
}
.the-slider .slide-arrows {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 60px;
    right: 0;
    z-index: 6;
    margin: auto;
}
.the-slider .slide-arrows .slide-left {
    width: 60px;
    display: block;
    height: 60px;
    line-height: 1em;
    font-size: 30px;
    position: absolute;
    cursor: pointer;
    left: 0;
    color: #fff;
    background: rgba(0,0,0,0.8);
    text-align: center;
    margin-left: 30px;
    opacity: 0.3;
    padding-top: 13px;
    border-radius: 100%;
}
.the-slider .slide-arrows .slide-right {
    width: 60px;
    display: block;
    height: 60px;
    cursor: pointer;
    right: 0;
    border-radius: 100%;
    line-height: 1em;
    font-size: 30px;
    position: absolute;
    background: rgba(0,0,0,0.8);
    color: #fff;
    text-align: center;
    margin-right: 30px;
    opacity: 0.3;
    padding-top: 13px;
}
.the-slider .slide-arrows .slide-right:hover,
.the-slider .slide-arrows .slide-left:hover {
    opacity: 0.7;
}
/* slider */

/* start single-product section */
.single-product .product-details {
	padding-left: 30px;
	border-left: 1px solid #ededed;
}
.single-product .product-details ul{
    line-height: 1.5em;
    font-size: 14px;
    color: #54616a;
    padding: 0 0 0 30px;
    margin: 0 0 20px;
}
.single-product .product-details .tab-content {
	margin-bottom: 20px;
}
.single-product .product-details .product_title {
	color: #262e31;
	font-size: 32px;
	line-height: 1.2em;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 400;
	margin: 0 0 20px;
}
.single-product .product-details p {
	color: #54616a;
	font-size: 14px;
	line-height: 1.5em;
}
.single-product .product-details p.price span {
	color: #8badba;
	font-size: 35px;
	line-height: 1em;
	padding-top: 15px;
	margin: 0 0 15px;
	letter-spacing: 1px;
	font-weight: 400;
}
.single-product .product-details .woocommerce-product-rating {
	display: inline-block;
	float: right;
}
.single-product .product-details .woocommerce-product-rating .star-rating {
	font-size: 12px;
	color: #f2c641;
	margin: 10px 4px 0 0;
}
.single-product .product-details .woocommerce-product-rating .woocommerce-review-link {
	position: absolute;
	visibility: hidden;
}
.single-product .product-details .product-rate {
	text-align: right;
	float: right;
	padding: 15px 0;
	margin: 0;
}
.single-product .product-details .product-rate li {
	display: inline-block;
	list-style: none;
	color: #f2c641;
	font-size: 12px;
	*zoom: 1;
	*display: inline;
}
.single-product .product-details .product_meta span {
	display: block;
	color: #54616a;
	padding: 0 0 6px;
}
.single-product div.product form.cart .variations select {
	border-bottom: 2px solid #d1d1d1;
	padding: 7px 0;
	margin: 0 10px 8px 0px;
	font-size: 14px;
	text-transform: uppercase;
	outline: none;
	color: #54616a;
	line-height: 1.5em;
	width: 280px;
}
.single-product div.product form.cart .variations label {
	text-transform: uppercase;
	color: #54616a;
	font-weight: 300;
	font-size: 15px;
}
.single-product div.product form.cart .variations td.label {
	display: inline-block;
    padding: 6px 0 0 0;
    margin-right: -10px;
}
.single-product .flex-viewport {
    position: relative;
    width: 75%;
    float: left;
}
.single-product  .flex-control-nav {
    float: right;
    width: 25%;
    display: grid;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.woocommerce div.product div.images .flex-control-thumbs li {
    margin: 0 0 6px !important;
    width: 100% !important;
}
.woocommerce div.product p.stock {
	color: #8badba;
	font-size: 15px;
	margin: 0;
}
.woocommerce div.product div.images .flex-control-thumbs {
    float: right;
    width: 25%;
    display: grid;
    padding-right: 15px;
    padding-left: 15px;
    max-height: 600px;
    overflow: hidden;
}
.woocommerce div.product form.cart .variations {
	margin: 0 0 15px;
}
.woocommerce div.product form.cart div.quantity {
	margin: 0 8px 0 0;
}
.woocommerce div.product form.cart div.quantity .qty {
	border: none;
	border-bottom: 2px solid #ccc;
	padding: 9px 0px 4px 10px;
}
.woocommerce div.product form.cart {
	padding-top: 10px;
}
.woocommerce-cart .wc-proceed-to-checkout {
	text-align: right;
}
.thanks-box a,
.cart-section .proceed-button,
.woocommerce div.product form.cart .single_add_to_cart_button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	display: inline-block;
	background: #51c6d4;
	color: #fff;
	border-radius: 20px;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1px;
	padding: 10px 14px 5px 5px;
	line-height: 1.5em;
	text-transform: uppercase;
	outline: none;
}

.woocommerce div.product form.cart .single_add_to_cart_button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	position: relative;
	padding: 9px 10px 6px 40px;
}

.woocommerce div.product form.cart .single_add_to_cart_button:before,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:before {
	position: absolute;
    top: 3px;
    left: 3px;
    content: "";
    border: 1px solid #60cad8;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAPCAYAAADtc08vAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEMEY4RDlCREMwMjAxMUU1QjY2Mjg1MkE3MEZDQTJFQSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEMEY4RDlCRUMwMjAxMUU1QjY2Mjg1MkE3MEZDQTJFQSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQwRjhEOUJCQzAyMDExRTVCNjYyODUyQTcwRkNBMkVBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQwRjhEOUJDQzAyMDExRTVCNjYyODUyQTcwRkNBMkVBIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+e1wEiAAAAQBJREFUeNpijD55/SkDA4MUEJ8FYhMGEgELEFsAcTQQ55FhwEeQAY+B+AkQSwLxERI0MwPxNxYkgYdArECCAdVA7MPEQD4AefcsJQYYU2KAGBDLUmIAyPbvQHwVORAFgDiDSAN8gPgkEP9FNoAdiOOBmJEIA94AcRYsIcHAWyBuAOKvONKDNDTkzwPxI5ggE5qCpUC8HYhXoml2AuI7QDwJiG8BsRdyUgaB/0D8AZqQQPniJtTAP1B5DSBeCA2jPiAuAeJtyAbcA2JuIHaHRs9vIF4LpUEgEIj1gNgKiI2A+Dm6C44DcSMQz4VGTyLUOzCwBoiXAfEBqNpSmARAgAEANvszCxG1bG0AAAAASUVORK5CYII=) no-repeat center center;
    display: inline-block;
}
.thanks-box a i,
.cart-section .proceed-button i {
	border-radius: 100%;
	width: 30px;
	margin-right: 6px;
	margin-top: -5px;
	height: 30px;
	display: inline-block;
	background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAPCAYAAADtc08vAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEMEY4RDlCREMwMjAxMUU1QjY2Mjg1MkE3MEZDQTJFQSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEMEY4RDlCRUMwMjAxMUU1QjY2Mjg1MkE3MEZDQTJFQSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQwRjhEOUJCQzAyMDExRTVCNjYyODUyQTcwRkNBMkVBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQwRjhEOUJDQzAyMDExRTVCNjYyODUyQTcwRkNBMkVBIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+e1wEiAAAAQBJREFUeNpijD55/SkDA4MUEJ8FYhMGEgELEFsAcTQQ55FhwEeQAY+B+AkQSwLxERI0MwPxNxYkgYdArECCAdVA7MPEQD4AefcsJQYYU2KAGBDLUmIAyPbvQHwVORAFgDiDSAN8gPgkEP9FNoAdiOOBmJEIA94AcRYsIcHAWyBuAOKvONKDNDTkzwPxI5ggE5qCpUC8HYhXoml2AuI7QDwJiG8BsRdyUgaB/0D8AZqQQPniJtTAP1B5DSBeCA2jPiAuAeJtyAbcA2JuIHaHRs9vIF4LpUEgEIj1gNgKiI2A+Dm6C44DcSMQz4VGTyLUOzCwBoiXAfEBqNpSmARAgAEANvszCxG1bG0AAAAASUVORK5CYII=) no-repeat 7px 8px;
}
.thanks-box a:hover,
.cart-section .proceed-button:hover,
.woocommerce div.product form.cart .single_add_to_cart_button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
	text-decoration: none;
	background: #fff;
	color: #51c6d4;
}
.woocommerce div.product .woocommerce-tabs {
	padding: 25px 0 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
	padding-left: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
	border-color: #ccc;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
	display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	background: none;
	border: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before {
	display: block;
    width: 100%;
    height: 3px;
    bottom: -1px;
    left: 0;
    background: #333;
    box-shadow: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	display: inline-block;
    margin: 0 20px 0 0;
    list-style: none;
    padding: 5px 0 5px;
    background: none;
    border: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 2px;
	line-height: 1.5em;
	color: #333;
}
.woocommerce #reviews #reply-title,
.woocommerce div.product .woocommerce-tabs .panel h2 {
    margin: 10px auto 15px;
    font-size: 20px;
    font-family: 'Fira Sans', sans-serif;
    color: #262e31;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
}
.woocommerce #reviews #reply-title {
	font-size: 18px;
	margin: 15px 0 10px;
	display: block;
}
.woocommerce p.stars a,
.woocommerce .star-rating span {
	color: #f2c641;
}
.woocommerce div.product .woocommerce-tabs p {
	color: #54616a;
}
.woocommerce .related.products {
	text-align: center;
}
.woocommerce .related.products h2 {
	color: #54616a;
	font-size: 30px;
	line-height: 1.5em;
	font-weight: 400;
	text-align: center;
	padding: 15px 50px 15px;
	margin: 0;
	position: relative;
	display: inline-block;
}
.woocommerce .related.products h2:after,
.woocommerce .related.products h2:before {
	content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 0;
    height: 1px;
    width: 30px;
    background: #8badba;
}
.woocommerce .related.products h2:before {
	left: auto;
	right: 0;
}
.woocommerce .related.products .products-list {
	padding: 15px 0 0;
}
.woocommerce #review_form label .required {
	display: inline-block;
}
.thanks-box a:hover i,
.cart-section .proceed-button:hover i {
	background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAPCAYAAADtc08vAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEMEY4RDlCREMwMjAxMUU1QjY2Mjg1MkE3MEZDQTJFQSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEMEY4RDlCRUMwMjAxMUU1QjY2Mjg1MkE3MEZDQTJFQSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQwRjhEOUJCQzAyMDExRTVCNjYyODUyQTcwRkNBMkVBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQwRjhEOUJDQzAyMDExRTVCNjYyODUyQTcwRkNBMkVBIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+e1wEiAAAAQBJREFUeNpijD55/SkDA4MUEJ8FYhMGEgELEFsAcTQQ55FhwEeQAY+B+AkQSwLxERI0MwPxNxYkgYdArECCAdVA7MPEQD4AefcsJQYYU2KAGBDLUmIAyPbvQHwVORAFgDiDSAN8gPgkEP9FNoAdiOOBmJEIA94AcRYsIcHAWyBuAOKvONKDNDTkzwPxI5ggE5qCpUC8HYhXoml2AuI7QDwJiG8BsRdyUgaB/0D8AZqQQPniJtTAP1B5DSBeCA2jPiAuAeJtyAbcA2JuIHaHRs9vIF4LpUEgEIj1gNgKiI2A+Dm6C44DcSMQz4VGTyLUOzCwBoiXAfEBqNpSmARAgAEANvszCxG1bG0AAAAASUVORK5CYII=) no-repeat 7px 8px;
}
.single-product .product-details .quantity-block {
	display: inline-block;
}
.single-product .product-show ul {
	margin: 0;
	padding: 0;
}
.single-product .product-show ul li {
	list-style: none;
	display: block;
	margin: 0 0 6px;
	cursor: pointer;
}
.alsolike-section {
	padding-bottom: 20px;
}
/* start single-product section */


/* start path area */
.path-area {
	background: #f9f9f9;
	padding: 30px 0;
	margin-bottom: 60px;
	text-align: center;
}
.path-area .box-status {
	text-align: center;
}
.path-area .box-status h3 {
	color: #8badba;
	font-size: 30px;
	line-height: 1.2em;
	margin: 0;
	font-weight: 400;
}
.path-area .box-status.box-status-active h3 {
	color: #262e31;
}
.path-area .box-status p {
	color: #acb0b2;
	font-size: 14px;
	text-transform: uppercase;
	margin: 0 auto 10px;
	font-weight: 100;
	line-height: 1.5em;
}
.path-area .box-status .circle-status {
	background: #e4f8ff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEwAACxMBAJqcGAAAAGdJREFUOI3tzrENgzAURdGDKGjokaiyBVOwBMswEbBAMkS2QKJHaVK4sZRgV8i3ffpHn1Ip1iM21BewAS9UeP561GKMYDve6P/5YsaJKQcGDbYATcJCdP2iRyoWoksuLES7XFjpDn0AUoIR/4nIEuwAAAAASUVORK5CYII=) center center no-repeat;
	position: relative;
	border: 4px solid #fff;
	display: block;
	margin: 0 auto -50px;
	width: 38px;
	border-radius: 100%;
	height: 38px;
}
.path-area .box-status.box-status-active .circle-status {
	border: 4px solid #86e4cd;
	background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEwAACxMBAJqcGAAAAGdJREFUOI3tzrENgzAURdGDKGjokaiyBVOwBMswEbBAMkS2QKJHaVK4sZRgV8i3ffpHn1Ip1iM21BewAS9UeP561GKMYDve6P/5YsaJKQcGDbYATcJCdP2iRyoWoksuLES7XFjpDn0AUoIR/4nIEuwAAAAASUVORK5CYII=) center center no-repeat;
}
.path-area .box-status.box-status-active .circle-status:before,
.path-area .box-status.box-status-active .circle-status:after {
	background: #86e4cd;
}
.path-area .box-status .circle-status:before,
.path-area .box-status .circle-status:after {
	position: absolute;
	height: 3px;
	width: 44px;
	content: '';
	position: absolute;
	top: 0;
	background: #fff;
}
.path-area .box-status .circle-status:before {
	left: 0;
	margin: 14px 0 0 -48px;
}
.path-area .box-status .circle-status:after {
	right: 0;
	margin: 14px -48px 0 0;
}
/* end path area */

/* start cart area */
.cart-section {
	border-bottom: 1px solid #ededed;
}
.coupon-cart {
	border: 1px solid #e3e3e3;
	padding: 10px;
	text-align: center;
	margin-bottom: 30px;
}
.coupon-cart span {
	color: #8badba;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	display: inline-block;
	line-height: 1.5em;
	padding-top: 18px;
	font-weight: 600;
	padding-right: 25px;
}
.coupon-cart input[type="text"] {
	border: 3px solid #ec7171;
	padding: 14px 8px;
	width: 270px;
}
.coupon-cart input[type="submit"] {
	background: #ec7171;
	color: #fff;
	text-transform: uppercase;
	padding: 18px 30px;
	font-size: 13px;
	line-height: 1.5em;
	font-weight: 600;
	letter-spacing: 1px;
}
.coupon-cart input[type="submit"]:hover {
	background: #d46060;
	color: #fff;
}
.proceed-checkout {
	padding-top: 20px;
	margin-bottom: 40px;
}
.proceed-checkout p {
	color: #8badba;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.5em;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.proceed-checkout p span {
	color: #272f32;
}
.proceed-checkout .proceed-button {
	margin-top: -10px;
}
.woocommerce p {
	font-family: 'Fira Sans', sans-serif !important;
}
.woocommerce table.shop_table img {
	width: 62px;
	height: auto;
}
.woocommerce table.shop_table {
	border: 0;
	border-collapse: collapse;
}
.woocommerce table.shop_table td {
	 border-top: 0;
}
.woocommerce table.shop_table thead tr {
	background: #f9f9f9;
	border: 1px solid #e3e3e3;
}
.woocommerce table.shop_table th {
	color: #8badba;
	font-size: 13px;
	line-height: 1.5em;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 600;
}
.woocommerce .quantity .qty {
	border: 1px solid #eee;
	padding: 5px 3px;
}
.woocommerce table.shop_table td.product-name a {
	color: #262e31;
}
.woocommerce table.shop_table td.product-name a:hover {
	text-decoration: none;
	color: #51c6d4;
}
.woocommerce .cart .button, .woocommerce .cart input.button {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 12px;
	padding-top: 10px;
	color: #999;
}
.woocommerce .cart-collaterals .cart_totals h2, 
.woocommerce-page .cart-collaterals .cart_totals h2 {
 	text-align: left;
	color: #8badba;
	font-weight: 600;
	font-size: 22px;
	line-height: 1.5em;
	letter-spacing: 2px;
	text-transform: uppercase;	

}
.woocommerce-cart .cart-collaterals .cart_totals table th {
	padding-left: 0px;
}
.woocommerce table.shop_table td.product-thumbnail,
.woocommerce table.shop_table td.product-remove {
	text-align: center;
}
.woocommerce a.remove {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEwAACxMBAJqcGAAAAa1JREFUWIXtlb1uU0EQhb8ZIdkS4hIklLyACyoX3uL6YSAdouGnAJ4C3iANeQOUOqJEMWZtVxbiCRJRIEUubLBnabyWcezcH8eE4p5qNbs75+ycI62QgUajUUuS5L2IPAb2ss4DmNkl8GEymbwdDoe/rjt7J6tZkiTvROR5HuIIVU2Al7VaDeDVVgJE5Ml8mXrvv+QR0Gq1UhE5U9XDLAGao98eQF5ygF6v11m+ex0kLsp4XRRmdikix+Px+E3MxsKCMl4XxTwbL+r1+m/g9V8C5i+HAl4XRcxGCOEwCljOwAMo5nVRxGyo6sNYyxPCnWJhgZldqOqBcy7smtTMLuJ6MQFVfWZm5/+I/OnGA865sIspbOr7/2RgE5xzXwEHYGadfr/fLlMvLQBw3nuZNw9b1Nfi1i2oBFQCKgGVgErArQvI/IzMrBM/lRDC57L1TZDVgnNuBNydzWb7g8HgR65nZCBN04PpdHoOjLz395b31lnwCUBVj5rN5v4NkR8BmNnp6v66CTwCzoD725Kv4Keqtrvd7vfl4pUJeO+/Ae0QwgkwugHikZl9XEcO8AeQ1sSp5qWsfQAAAABJRU5ErkJggg==) no-repeat center center;
	display: inline-block;
	width: 32px;
	height: 32px;
	opacity: 0.2;
	border-radius: 0;
	font-size: 0;
}
.woocommerce a.remove:hover {
	opacity: 0.8;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEwAACxMBAJqcGAAAAa1JREFUWIXtlb1uU0EQhb8ZIdkS4hIklLyACyoX3uL6YSAdouGnAJ4C3iANeQOUOqJEMWZtVxbiCRJRIEUubLBnabyWcezcH8eE4p5qNbs75+ycI62QgUajUUuS5L2IPAb2ss4DmNkl8GEymbwdDoe/rjt7J6tZkiTvROR5HuIIVU2Al7VaDeDVVgJE5Ml8mXrvv+QR0Gq1UhE5U9XDLAGao98eQF5ygF6v11m+ex0kLsp4XRRmdikix+Px+E3MxsKCMl4XxTwbL+r1+m/g9V8C5i+HAl4XRcxGCOEwCljOwAMo5nVRxGyo6sNYyxPCnWJhgZldqOqBcy7smtTMLuJ6MQFVfWZm5/+I/OnGA865sIspbOr7/2RgE5xzXwEHYGadfr/fLlMvLQBw3nuZNw9b1Nfi1i2oBFQCKgGVgErArQvI/IzMrBM/lRDC57L1TZDVgnNuBNydzWb7g8HgR65nZCBN04PpdHoOjLz395b31lnwCUBVj5rN5v4NkR8BmNnp6v66CTwCzoD725Kv4Keqtrvd7vfl4pUJeO+/Ae0QwgkwugHikZl9XEcO8AeQ1sSp5qWsfQAAAABJRU5ErkJggg==) no-repeat center center;
}
.woocommerce form .form-row input.input-text, 
.woocommerce form .form-row textarea,
.woocommerce .woocommerce-checkout select,
.woocommerce .woocommerce-checkout input {
	border: 0;
	border-bottom: 2px solid #d1d1d1 !important;
	padding: 10px 0;
	outline: none;
	margin-bottom: 15px !important;
}
.woocommerce .woocommerce-checkout select {
	width: 47% !important;
}
.woocommerce .woocommerce-checkout select:focus,
.woocommerce .woocommerce-checkout input:focus {
	border-bottom: 2px solid #fcb66b !important;
}
.woocommerce form .form-row label {
	color: #54616a;
	font-size: 14px;
	font-weight: 400;
	margin: 0;
	line-height: 1.5em;
	text-transform: uppercase;
}
.woocommerce .woocommerce-checkout {
	margin: 0 24% 30px;
}
.woocommerce .woocommerce-checkout .col2-set .col-1,
.woocommerce .woocommerce-checkout .col2-set .col-2 {
	width: 100%;
	float: none;
}
.woocommerce .woocommerce-checkout .woocommerce-billing-fields h3,
.woocommerce .woocommerce-checkout .woocommerce-shipping-fields h3,
.woocommerce .woocommerce-checkout  #order_review_heading {
	text-align: center;
	margin: 0 auto 20px;
	font-size: 14px;
	font-family: 'Fira Sans', sans-serif;
	color: #262e31;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 2px;
}
.woocommerce .woocommerce-checkout .woocommerce-shipping-fields h3 {
	margin: 30px 0 20px;
}
.woocommerce .woocommerce-checkout #payment {
	background: none;
	border-radius: 0;
	border: none;
}
.woocommerce .woocommerce-checkout #payment ul.payment_methods li {
	text-align: center;
}
.woocommerce-checkout #payment ul.payment_methods li input {
	margin-bottom: 0 !important;
}
.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method.payment_method_paypal label a,
.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method.payment_method_paypal label img {
	display: none;
}
.woocommerce .woocommerce-checkout  #order_review_heading {
	margin: 38px 0 20px;
}
.woocommerce .payment_methods {
	margin: 0 auto 30px;
	text-align: center;
	padding: 0;
	font-size: 0;
	border: none !important;
}
.woocommerce .payment_methods li {
	display: inline-block;
	list-style: none;
	font-size: 14px;
	line-height: 1.5em;
	width: 25%;
	text-align: center;
	position: relative;
	border: 1px solid #eee;
	font-weight: 100;
	padding: 15px 5px 10px;
	margin: 0 0 0 -1px;
	*zoom: 1;
	*display: inline;
}
.woocommerce .payment_methods li label {
	font-size: 12px;
	font-weight: 400;
}
.woocommerce .payment_methods li input {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 40px;
	cursor: pointer;
}
.woocommerce .payment_methods li input:after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	content: '';
	bottom: 0;
	background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAdcAAAAmCAYAAACWPdHJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2lpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo5MTgxOTNGOTI2OUZFNTExQTg2M0IxQkZDMzhCMkM4NiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoyRTUyN0I1NkQ3MTMxMUU1ODlDMkEzRDkzREYzMERCNiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoyRTUyN0I1NUQ3MTMxMUU1ODlDMkEzRDkzREYzMERCNiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MTgyZTBkNGYtOWFkNS1lYjRhLTllMTUtYTJiZTY3M2YwM2M2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjkxODE5M0Y5MjY5RkU1MTFBODYzQjFCRkMzOEIyQzg2Ii8+IDwvcmRmOkRlc2Ny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) no-repeat 0 0;
}
.woocommerce .payment_methods li.payment_method_bacs input:after {
	background-position: 54px 0;
}
.woocommerce .payment_methods li.payment_method_paypal input:after {
	background-position: -94px 0;
}
.woocommerce .payment_methods li.payment_method_cheque input:after {
	background-position: -386px 0;
}
.woocommerce .payment_methods li.payment_method_cod input:after {
	background-position: -242px 0;
}
.woocommerce .payment_methods li input[type="radio"]:checked:before {
	position: absolute;
	z-index: 3;
	content: '';
	width: 26px;
	height: 26px;
	border-radius: 100%;
	background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEwAACxMBAJqcGAAAAGdJREFUOI3tzrENgzAURdGDKGjokaiyBVOwBMswEbBAMkS2QKJHaVK4sZRgV8i3ffpHn1Ip1iM21BewAS9UeP561GKMYDve6P/5YsaJKQcGDbYATcJCdP2iRyoWoksuLES7XFjpDn0AUoIR/4nIEuwAAAAASUVORK5CYII=) no-repeat center center;
	color: #fff;
	top: 0;
	font-size: 10px;
	right: 0;
	border: 2px solid #51c6d4;
	margin: -10px 5px 0 0;
}
.woocommerce .woocommerce-checkout #payment div.payment_box {
	background: none;
	padding: 0 5px;
}
.woocommerce .woocommerce-checkout #payment div.payment_box:before {
	display: none;
}
.woocommerce .woocommerce-checkout #payment div.payment_box p {
	font-size: 11px;
}
.woocommerce-checkout-payment {
	padding-bottom: 50px;
}
.woocommerce #payment .place-order {
	padding-top: 30px !important;
	text-align: center;
}
.woocommerce #payment #place_order {
	float: none;
	display: inline-block;
    background: #51c6d4;
    color: #fff;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
    padding: 10px 20px 8px;
    line-height: 1.5em;
    text-transform: uppercase;
}
.woocommerce #payment #place_order:hover {
	background: #8badba;
}
.woocommerce header a {
	text-align: left;
	display: block
}
.woocommerce-account .woocommerce h3,
.woocommerce-account .woocommerce header.title h3,
.woocommerce-account .woocommerce address, 
.woocommerce-checkout .woocommerce header.title h3,
.woocommerce-checkout .woocommerce address {
	text-align: left;
}
.woocommerce-account .woocommerce h3,
.woocommerce-account .woocommerce header.title h3,
.woocommerce-account .woocommerce h2,
.woocommerce-checkout .woocommerce header.title h3,
.woocommerce-checkout .woocommerce h2 {
	text-align: left;
	margin: 0 auto 10px;
	padding-top: 15px;
	font-size: 14px;
	font-family: 'Fira Sans', sans-serif;
	color: #262e31;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 2px;
}
.woocommerce-account .woocommerce table.shop_table tr:first-child td {
	padding-top: 10px;
}
.woocommerce-checkout .woocommerce table.shop_table.customer_details th {
	padding-left: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
	list-style-type: none;
	padding: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li{
	padding: 5px 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul a {
	color: #54616a;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1.5em;
    margin: 0 0 10px;
    font-family: 'Fira Sans', sans-serif;
    letter-spacing: 2px;
    font-weight: 400;
}
.thanks-box .thanks-yes {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHgAAAB4CAYAAAA5ZDbSAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo5MTgxOTNGOTI2OUZFNTExQTg2M0IxQkZDMzhCMkM4NiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NzRCOEZFM0Q3MTgxMUU1QTkxODk0QUUyRTY2QkNDQyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NzRCOEZFMkQ3MTgxMUU1QTkxODk0QUUyRTY2QkNDQyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjZENjU1RkM0NDhCOEU1MTFBODczRjI5NDMzMzMzRURCIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjkxODE5M0Y5MjY5RkU1MTFBODYzQjFCRkMzOEIyQzg2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+VsgjHgAADbhJREFUeNrsXQuUVlUV3iOTDJUkDPaSZAgUzWZGpUQtDUGIMRNEBB+hKYgiuJDSWLhsIStXNS0NdDULE0lSUR4Z8RBQwlyTWCJkAwEiIlKCPWCQV/IIp/159w8/4///c/a5j/++9lrfYjHr3vufe767zzl7n733KWlqaqJU4iulbh8watyEML1PW0ZnRgXj84xyAf5+vAByULCbsYOxnfEuY7NgT1QIrKud6C/BRZTPMb7GOJdRzahifNajZ4Ps1YwGxgrGcsY/E6nBAconGb0ZNYw+jC/6/PEA38z62ybGUsZixjLGvpRg9/IJxuWMIYx+jNZFbEsXwa2M/UL0LMYCxn9TgnVyDmME41rGCSFsXxnjCsEuxlOMqYzXwtbQ40LWFnTYS4xVjFtCSm5z+RRjJOMvjHpGf0ZJSvCxbYCmrmP8VhZOUZULGb9jrGUMDgPRxSb4W7JancHoFiPz8wyZn//abKGWGILRAUsYCxlnxtjPUJX1nqcmgWA4Gu4Nw5ddhJFqDeMexsfiSvDZshCZQEc9SkkSmHg/YqwUzY6NmYSFxl3ycn4S+57M52vEKQGX41ZyXJGNjAPkuCczIwk6vD2jA+NkctybXRmVghN9HLbhHRvPmMxoijLB7WQBVePDs+E/fo7xAjmuxA2Ke98X4KN4K89H2U1W9L1kOin3WJt/zujJuF5s6cgRjC91LnnrUoRGzmHMZrzC+MCntkOrXhdMk6nsPDF9riJnI8MLgZfuVcYAMRMjMwf3E4eFF+SCxPmMyxinMMYy/uQjufna8DLjDmnDt8lxUXrRhlPl2b2jQvAweXm3Xij4e+sYp5HjHXo2YFLzyWExe6B9pzOmyPzuRuANWyzDdagJxhf+qMuh/5B0Ghz7o2XBFFbZyLhNFme/ZPzPxbNgPk2X54WS4HGMSS6fsVhWsHjJbREygd4hZ5epWhZ+biwOjFrfDxvBYxg/dXE/NtMHMS5VrobDJutk/YHtzX+5eM79XmmyFwQPE3vOVmYyvsR4JkZOjdnyTnNcPOMXjKFFJXjUuAn4Wh+2vB2b5DcwrmHspPhJo5hVN4nNbTNcTxM7PHiCmdwq+VJtFlRvil35OMVfHmOcn8ehYrLwwhbqGYESzOS2EyeGjSmETfEe5LgUkyIN8s7LLU0o7DG3DYRgJhdDxwxLJwY0vo8MX0mT7eLMsFlrwBfwa7IIILDR4DvJzrf8mMy3Bym5ckBW2DZTE9yZt/tKMGsvtvzusyQXq+0PKBV4wr5rSXIt48u+EMzkYovtCdJv+WFYHk4+b4tFTJpkda0drsuEg1I/NPhu0ofX1Istl2pubk3+DjkbDRo5S6ZJ7whm7cUyfbyFKXRFwufclgQbKthI2ay8D1ExXbzU4EnKoRlOjIEJXS3brK4HKp0hGKof8IRg1l4EjGkD5EYmzM51KwhCHK28pz8Z7CGXFMoPZnLxAaxWzr0zxRxKRS/wXQ9SXI9Ume51tRObbDV4iJJc7ArdlvJkLUjX+bfi+rNlnaMfokV7tdndGGZ2pjxZC9YsY5T33CveRbUGY4zXpJMspnht+RVLMMUtVVyPAIkaG4I1UQUIsxmbcuOZjBU72VTuVBHMKo/8XE2WH+KwNqS8eCbITvyV4vqLmbNKjQaPUBrr96WceC7oU42TaLgRwfwloGzCtYoHI+pgW8qH5/J3cjZpTGUoc1dmosGI9zXdyIePeVLKhW+C9BbTTZp2uRZbx+WxfU0FAeCbUh58kzcYixTXDylIMKs4ShX1UzzwkZQD32Wq4trLmg/TzTUYvk3TUkVbxfZNxV9Byo5pETasn3oWIlgTijOnrnZikvZ5W2GQI8f/e0ish5eUU5qNIB1G40CqKURwH8WDZieIXGgGam0gGB0b7qUy0sFXMFNsVj8r6sxSXNs3J8E8dqN0n2mk5H8Yf04QuRgmLylwzY2k9yFrBFEfpj7+bsxleS4N1niuni+0RRVDcr9hcO3d5F9CPdyWzxtei5HkglwEn6v4wRdScj8iJ5G/JaE0fd4jF8HVigcsT8nNKSf62CZNn1fmIti0tM97PDxvSMnNKW/52C6kpu42vLbqGIJ5Ukbei2kx7dUxJvfjLsjFovMfPrYNax7TOLdOGYdHRoM7K35oTYzJXWRJLnZ97gigjaZ9j4VWp2yCKxQ/sikl9xiB0+Nqcso6+S2avu+cTbCm7tPmlNxjyIUna25AbdX0/YecZuw2TRW3rUUgoSM5JYbOkv/DXYh0ym0ekPtsRMjV9n0HW4J3BEwukrTgImyT9TdUm0PlVgTYP+6S3J4RIVfb9x2yh2hN9niQ6SjIiX20GbnZBE0XkpNArrbvT8gmWJN3dCCgl0HbJlNhJ36mrtTIBJAL0eQvHW9LcFDZgt0zS30Dk8CU5CiTq1Wu1tkEh1FOUVxrQjLIXRhhcq2HQa1WBlWtXZsCU4jkDLkXR5zc1lpttyE4qNPH4DjY6wHJcSGX8iw2C06lGYJ3K25sH9DL4GzAn1ncl01ynMjV9v2ebILV9lVA8mOyq/eYIXlVjMjV+iu2ZxO8XXHjyQG+ECIZkGXxG0uST4/ZgqqjLcHvKm6sCPilEFV4jSXJcVsta/p+WzbBGid21yK8WBAkR8EU6qK4drMtwZVFejk/SY6KnWsadYPggC1HCK6rnbhHMUxXFioZEEGSo0Iu+ty0jOHbzOn+bA2GmIbiILCsmCeFeklylDxUiNg03RQ6EvmRTXCD4seKfcavFyRHzf2o6fPVuQheoXhArxC8sBuSo+hb1vT5ilwEa+Ju+0qZpSiSHEVykfhmmjfWlM3lEZJ4UkaKomlQF7xZ54Xk5TUkR3VXCMNzO8Nr1zOXjbk0GKKpzzQ4RB2QIbmQW/NgRMkl0qWoHpPD1JxgTUL3VTxMtwoZyQhfxQlszX3r2Jm6KKLkIm7uSsX1iwsRvIycxGYTQVhmTcg6Awnp2IFCKuxXyKlYUCHTySsUTcGpq58xvBbbq/V5Ceaxe59Si0eEtFMw12InCRl5WyjaMlxx7YKMgyOfBkM02eSoJd2VUvFL4FC6VHH9R7jLRTDO/jUNAMD930t58E1QL9TULYx1x5IWCWYVRzn+pxSNQGB6x5QLzwURpTcorn+SuTtgosEQTf0rxGjdk/LhufyQdAGOOetp5S3pzybQH/mfrytMFGxlrU958USwJYv8K1MzdBlr7yX55tB8cr/SVktrVnonkxXkFuSqEMHzlRqJk1kGp9y4FsSgaTYWGlh7l6gJljJJE5WNe4iCC6uNo5ST/jT1CS2ZOYUE1ew0NTngcXk45clasFA6SXH9SlbEedYEixb/QNlI5O7emHKllpuphSNycshdJo4KaoHk58jJyNMIgs6rU86MpbtMbxrB0e8vuiZYBKeAaFIX20gDylPuWhQMyagmW6a4B84ooxNIjQhmLd5I+oM3UNh0HgWXrBZFaSPWSiflfVhYbfaMYJFa0hdBQyTCDKVNlxSB7+Bp0kfGrNL4HIwJZi3GFtxQ0pdwwGa13/WUoybo9+nknC6nkfeFg8OeEywkQ4PHW7zQ9fJCqSY7movKQNdZ3IvdpfXaL0krk2XesCF5VsLnZMy5cyzJxX1TbIYKUmpxk5C10aKRGK6XJXR1jdUyIkwGWNyLSrM32c4FZEHyLjHKd1ncjoXXq3S0al0S5Bx5Z5tQ40bp672BESwkrxWNPGRxOwplvmz7VUZM4KFabmEKQQ4KuW+4Wc2RC5Ix3CIozOb8BsxH02RuieMGRbk4MB5ROjEygghRRHTUu12uuxWsCG93cf8gWRleHSNyr5N3GujiGbeSc2QPFZvgD5WZDF1neeTTYvQjKv/MCBOLSIzfM54k3a5Qc0Fx8aleNMjLBLIHGKMth+uMIMGqQYa1L0SIWMyvKJqKMJveLp6DYRmx5g966VHxUupk3jjk4hmtZGHyJjl7y6eFmNhu8jFiETSM3DlyDsrQPtXLBvqRAvoEOSeY7nL5HEQU3sJ4nZxiZpdTODxhpWLLLpR59mZyX96xUUavmV431q8cXxj057tZ3mcJfNjIoMDO1DvkFAe/MGCy8VsXyQiFNsyVNnnhX18nfVXv19fol+Dr/io5pfcHePRMHP0zSoCvfql8TMulo7w6bq9EFntwyvQS7WrnQx/NEV/AXj+HGz9lt5gKMKNqLe3BfALbeQgdzZ3Fb60RIJEd+6U442CHfAzYicnshLUWO7y92KvIzKggpw4V4rtRzaatj/2CtmDjYIrfQ4/fBJNo1UOiaZif/XJRthWNK3aBmJYE+7lDKaAkgSDrbPxNhmyc0rmfkicIs0GQXA8KMAMk6EIqSHH5iQyB8xNE7jPyzshAOBzkDxerUg7myP6yeHktxsSuJKec8SAq0oFixS6FBLceQkavpHididgglgOmpBeL2ZAw1LrCIgwhttViW/4hwsRid61GFpLzwtCgMJ26AqIXid1ZJSvvnREgFWbYgzLHIoVzSZgaF9ZjdTBcjyGnkg/saMRy7QtR++CYeFqGYVTAx+7P2jB2ZGnItQPm1FwBnCQ9ZQjsS3bl+t2MLjBtsJ2JKkT1UTH1Sik6sl+Gv8wQCA/UBWJXVsqwjm27Eg/IfFtGEYQJo7AnXKGNFEEppegK5r4FgoyUCcmdZXjvIMBBjdjxyYTswmWJ7TkUQt8u2CamzBaKkSMmb42OVOIh/xdgABQDEuySeKioAAAAAElFTkSuQmCC) no-repeat center center;
	width: 120px;
	height: 120px;
	margin: 50px auto;
}
.thanks-box {
	text-align: center;
	margin-bottom: 60px;
}
.woocommerce .address-woo {
	margin-bottom: 50px;
}
.woocommerce .address-woo .woo-parag {
	text-align: center;
	color: #54616a;
	font-weight: 400;
	line-height: 1.5em;
	margin-top: -15px;
	font-family: 'Roboto Slab', serif;
	font-size: 14px;
	margin-bottom: 30px;
}
.woocommerce .address-woo h4 {
	color: #54616a;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 1.5em;
	margin: 0 0 10px;
	font-family: 'Fira Sans', sans-serif;
	letter-spacing: 2px;
	font-weight: 400;
}
.woocommerce .address-woo h4 a {
	float: right;
	letter-spacing: 0;
}
/* end cart area */
 

/* start testimonials section */
.testimonials-section {
	position: relative;
}
.testimonials-section .container {
	padding-bottom: 30px;
	border-bottom: 1px solid #e8e8e8;
}
.testimonials-slider .the-bullets-dots {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAXCAYAAAAYyi9XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo5MTgxOTNGOTI2OUZFNTExQTg2M0IxQkZDMzhCMkM4NiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpFQjYyRTQ1NUNFNDAxMUU1QTE5OTgwQjgzRkI2MTIyQyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpFQjYyRTQ1NENFNDAxMUU1QTE5OTgwQjgzRkI2MTIyQyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjZGNjU1RkM0NDhCOEU1MTFBODczRjI5NDMzMzMzRURCIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjkxODE5M0Y5MjY5RkU1MTFBODYzQjFCRkMzOEIyQzg2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+42Q9rwAAAZVJREFUeNqclstxgzAQhhWN7wmX5JJcnBJwCaQEUwIugZQAJZgSoAS7hFACvuTkC6QDssssjJBXL3ZmR0bSx6+VVovFOI7Cx59f3zPw2ne+wuXgxfzsCxXgI3kRIFYrXI59T5OqxV7ePi7QJFr36e/+W23g0t0GaABvLUwEDXKxNnRDTgaKIXSA6FrLOmtGDOd/AXfbGcTOBrEJsiyytnC4M0IyUA5Nxmxj6hBD7mgTQ1slDUB7aDrmfSjWWMRwC3+YoYft1yM8M1BpE7Nw39xZS2WVmSEjS0cmZ1xGghjLqRFmhugGR3Q5x5kmS+UMYma8dUSHSbJnhq5WQSa7ZrvASwtKJs4SQ3+HWUtFgBWMHVvWUdr7CqIV4D1wqznTtYDOHn5Hwm3L9aDV98LPlusxRxh5gmqUvsyKkyLMYu5cPCzZKhga2QMjfdKfKQaC6uoQwqiCjSfYaoXAl2t0wYoqu8tK5nkI4SRtz/T5cYie9CJO25o6xFbfUKnAeI4HrPIaUNE9Yv/DQP+VuIqJ6pPGF/sXYACfezKTWAysIQAAAABJRU5ErkJggg==) top center no-repeat;
	margin: -20px 0 10px;
	padding: 60px 0 0;
	font-size: 0;
	text-align: center;
}
.testimonials-slider .the-bullets-dots li {
	display: inline-block;
	width: 100px;
	opacity: 0.5;
	list-style: none;
	cursor: pointer;
	*zoom: 1;
	*display: inline;
}
.testimonials-slider .the-bullets-dots li.active {
	width: 140px;
	opacity: 1;
	margin-top: -25px;
}
.testimonials-slider .the-bullets-dots li h6 {
	color: #54616a;
	text-transform: uppercase;
	display: block;
	padding: 10px 0 0;
	font-family: 'Fira Sans', sans-serif;
	margin: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5em;
}
.testimonials-slider .slide-wrapper {
	margin: 0;
	padding: 0;
	text-align: center;
}
.testimonials-slider .slide-wrapper li {
	list-style: none;
	padding: 0 20%;
	margin-bottom: 10px;
}
.testimonials-slider .slide-wrapper li p {
	font-size: 14px;
	font-family: 'Roboto Slab', serif;
	line-height: 2.2em;
	color: #54616a;
}
/* end testimonials section */

/* start team section */
.team-box {
	margin-bottom: 40px;
}
.team-box img {
	margin-bottom: 20px;
	text-align: center;
	display: block;
}
.team-box h4 {
	color: #262e31;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5em;
	margin: 0 auto 10px;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
}
.team-box p {
	text-align: center;
	font-size: 14px;
	line-height: 2em;
	font-family: 'Roboto Slab', serif;
	padding: 0 10px;
	color: #54616a;
	font-style: italic;
}
.team-box ul {
	margin: 0;
	padding: 10px 0 0;
	text-align: center;
}
.team-box ul li {
	display: inline-block;
	list-style: none;
	*zoom: 1;
	*display: inline;
}
.team-box ul li a {
	display: block;
	color: #262e31;
}
.team-box ul li a i {
	color: inherit;
	display: block;
	width: 40px;
	height: 40px;
	padding-top: 7px;
	font-size: 18px;
	line-height: 1.5em;
	border-radius: 100%;
	border: 1px solid #fff;
}
.team-box ul li a:hover {
	text-decoration: none;
}
.team-box ul li a:hover i {
	border: 1px solid #e6ecef;
}
/* end team section */

/* start services section */
.services-section {
	padding-bottom: 10px;
}
.service-box {
	position: relative;
	margin-bottom: 30px;
	min-height: 70px;
	padding-left: 85px;
}
.service-box img {
	position: absolute;
	top: 0;
	margin-top: 40px;
	left: 0;
	max-width: 65px;
}
.service-box h2 {
	color: #fff;
	font-size: 14px;
	font-weight: 100;
	font-family: 'Fira Sans', sans-serif;
	text-transform: uppercase;
	background: #0f161c;
	line-height: 1.5em;
	letter-spacing: 1px;
	margin: 0 0 10px;
	display: inline-block;
	padding: 5px 10px 2px 10px;
}
.service-box p {
	line-height: 2em;
	font-family: 'Roboto Slab', serif;
	font-size: 14px;
	color: #54616a;
	margin: 0;
}
.service-box h2:after {
	display: block;
	clear: both;
	content: '';
}
/* end services section */

/* start we are section */
.weare-section {
	position: relative;
	margin-bottom: 120px;
}
.weare-section .container {
	background: #ebebeb;
}
.weare-section img {
	margin: 30px 0 -80px -30px;
}
.weare-section h3 {
	color: #262e31;
	font-size: 46px;
	line-height: 1.5em;
	margin: 100px 0 20px;
}
.weare-section p {
	color: #54616a;
	font-family: 'Roboto Slab', serif;
	font-size: 14px;
	line-height: 2.2em;
}
/* end we are section */

/* calendar */
.calendar-section {
	background: #ededed;
	padding: 40px 0 60px;
}
#calendar .ui-datepicker-header {
	display: block;
	position: relative;
	text-align: center;
	font-size: 40px;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 30px;
	line-height: 1em;
	color: #444;
	height: 50px;
	text-transform: uppercase;
}
#calendar .ui-datepicker-header .ui-datepicker-prev {
	display: block;
	top: 0;
	left: 0;
	position: absolute;
	font-size: 0;
	cursor: pointer;
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0px;
}
#calendar .ui-datepicker-header .ui-datepicker-prev:after {
	content: "\f104";
	font-size: 45px;
	color: #777;
}
#calendar .ui-datepicker-header .ui-datepicker-next {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 0;
	cursor: pointer;
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 0px;
}
#calendar .ui-datepicker-header .ui-datepicker-next:after {
	content: "\f105";
	font-size: 45px;
	color: #777;
}
#calendar .ui-datepicker-header .ui-datepicker-prev:hover,
#calendar .ui-datepicker-header .ui-datepicker-next:hover {
	text-decoration: none;
	color: #f2522e;
}
#calendar .ui-datepicker-calendar {
	width: 100%;
	text-align: center;
}
#calendar .ui-datepicker-calendar thead tr th {
	text-align: center;
	color: #888888;
	font-weight: 700;
	text-transform: uppercase;
	padding: 10px;
}
#calendar .ui-datepicker-calendar thead tr th.ui-datepicker-week-end {
	color: #f2522e;
}
#calendar .ui-datepicker-calendar tbody tr td {
	background: #fff;
	padding: 20px 10px;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	color: #616161;
	position: relative;
	font-size: 19px;
	line-height: 1em;
	border: 5px solid #ededed;
}
#calendar .ui-datepicker-calendar tbody tr td a {
	color: #616161;
}
#calendar .ui-datepicker-calendar tbody tr td a:hover {
	text-decoration: none;
	color: #f2522e;
}
#calendar .ui-datepicker-calendar tbody tr td.ui-datepicker-current-day {
	background: #f1f1f1;
	color: #f2522e;
}
#calendar .ui-datepicker-calendar tbody tr td.ui-datepicker-current-day a {
	color: #f2522e;
}
#calendar .ui-datepicker-calendar tbody tr td.ui-datepicker-current-day:before {
	content: "*";
	position: absolute;
	color: #f2522e;
	top: 0;
	right: 0;
	margin: 8px;
}
#calendar .ui-datepicker-calendar tbody tr td.ui-datepicker-current-day:after {
	content: " ";
	border: 2px solid #fff;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: 2px;
	position: absolute;
}
#calendar .ui-state-disabled:after {
	content: "-";
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}
/* calendar */

/* start error-404 section */
.error-404 {
	background: url(/wp-content/themes/beatrix/css/../images/error-bg.png) no-repeat top center;
	text-align: center;
	padding-top: 110px;
	padding-bottom: 60px;
	text-transform: uppercase;
	margin-bottom: 50px;
}
.error-404 h1 {
	font-size: 114px;
	line-height: 1em;
	color: #fff;
	font-family: 'Fira Sans', sans-serif;
	margin: 0 auto 190px;
	font-weight: 500;
}
.error-404 a {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1px;
	display: inline-block;
	padding: 9px 10px 3px 3px;
	line-height: 1.5em;
	text-transform: uppercase;
	color: #fff;
	border-radius: 20px;
	background: #51c6d4;
}
.error-404 a:hover {
	text-decoration: none;
	background: #fff;
	color: #51c6d4;
}
.error-404 a i {
	border: 1px solid #60cad8;
	margin: -6px 6px 0 0;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo5QkY5MzNENkM1QUIxMUU1OERBRDg3QkIzM0YzQ0JEOSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo5QkY5MzNEN0M1QUIxMUU1OERBRDg3QkIzM0YzQ0JEOSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjlCRjkzM0Q0QzVBQjExRTU4REFEODdCQjMzRjNDQkQ5IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjlCRjkzM0Q1QzVBQjExRTU4REFEODdCQjMzRjNDQkQ5Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Oan+XQAAAKJJREFUeNpi/P//PwMlgAmfZNDxq4VAnIdPDSMuFwA1VgCpRCh39jpL7R6iXQDVnADEDkDsCMSpQLESogxA0uwItPU5ED/DZwgTFs3xMM0wcXyGwMMATfMLHF6TAlJPgbgUFiZMxGpGcgkDsktgXtCGOtGXyOgHqdUBs0BegOHAY1f+I/OxYXQ1TAwUgmFgAAsa/zMweghlz49EZSZiAUCAAQDjkHk5/kIoJQAAAABJRU5ErkJggg==) no-repeat center center;
	display: inline-block;
}
/* end error-404 section */

/* start contact section */
.contact-section {
	padding-top: 358px;
	background: url(/wp-content/themes/beatrix/css/../images/contact-bg.png) no-repeat top center;
}
.contact-section #map {
	height: 450px;
	margin-bottom: 60px;
	border: 1px solid #ccc;
}
.map-area {
	position: relative;
}
.map-area .map-pin {
	background: url(/wp-content/themes/beatrix/css/../images/contact-pin.png);
	width: 140px;
	height: 142px;
	position: absolute;
	z-index: 999;
	margin: 100px auto 0;
	left: 0;
	right: 0;
}
.contact-section .contact-box {
	margin-bottom: 50px;
	text-align: center;
}
.contact-section .contact-box a {
	color: inherit;
}
.contact-section .contact-box a:hover {
	color: #51c6d4;
}
.contact-section .contact-box img {
	margin-bottom: 20px;
}
.contact-section .contact-box p {
	text-transform: uppercase;
}
.contact-form {
	padding: 0 260px;
	margin-bottom: 70px;
	padding-bottom: 40px;
}
.contact-form h4 {
	text-transform: uppercase;
	text-align: center;
	color: #262e31;
	font-size: 14px;
	line-height: 1.5em;
	font-family: 'Fira Sans', sans-serif;
	letter-spacing: 2px;
	margin-bottom: 50px !important;
}
.contact-form span {
	color: #54616a;
	font-size: 14px;
	display: block;
	line-height: 1.5em;
	text-transform: uppercase;
}
.contact-form input[type="text"] {
	border-bottom: 2px solid #d1d1d1;
	padding: 15px 0;
	font-size: 14px;
	margin-bottom: 30px;
	width: 100%;
	color: #8badba;
	line-height: 1.5em;
}
.contact-form textarea {
	border-bottom: 2px solid #d1d1d1;
	padding: 15px 0;
	font-size: 14px;
	margin-bottom: 30px;
	width: 100%;
	color: #8badba;
	line-height: 1.5em;
	resize: none;
}
.contact-form input[type="submit"] {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1px;
	display: block;
	padding: 9px 14px 5px 40px;
	margin: 0 auto;
	line-height: 1.5em;
	text-transform: uppercase;
	color: #fff;
	border-radius: 20px;
	background: #51c6d4 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo5MTgxOTNGOTI2OUZFNTExQTg2M0IxQkZDMzhCMkM4NiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0NDEyQTM3Q0M1QkYxMUU1OUU4MkYzMTRFQzA3QzA0NiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0NDEyQTM3QkM1QkYxMUU1OUU4MkYzMTRFQzA3QzA0NiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjVBMTRGMTc5NUJCOEU1MTFBODczRjI5NDMzMzMzRURCIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjkxODE5M0Y5MjY5RkU1MTFBODYzQjFCRkMzOEIyQzg2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+m0cxDQAAAmpJREFUeNq0ljts01AUhn8nJSCIIC1qyqMkHQoSj4kFVroUCYkV2omFsWoR3RAgKEgICcHEQhEDjwhGxJAulAUGYEKUlkcT27JIqGigeVATx76ca11HbuQkdkSP9EmWY33n3nPuIxJjDC0iQYwSx4gDRC9hEBqhEK+Ip0S2qYEn8CBBPCFqrH2Y4tuEl8tLfpIosuBRIkbaJRgXI+o0LOKc2ym5enCKSBESfIRhMdzL5vDbqCGnV3G8rxsndm63q06MiN4g5GrmdBD5nW8ajvZsBQ0Z44O77UQvcssQjmnhrJfosd8aVE2L3fyssveFIpv6JDO1otvv5coqu/Ax4/405fQg6bfujvz1zxV2eS67Rs6TlYxa4+pK8hKddpWqZTynEgz1xpDOF0AqxCJdUP7oeKj8wMTefkS7wu7PbTdvcpoehv0kKNdM3P6q4UxyB0JU6buL3xEJhTC5rx9b1sqdmOFZDgWV79m80Z5BWJIwNrirmRy2m2agt91BVNurDQ2dmpdZ2Wi70f+2TcDlVzqT1xNo6yTnofEEM81+vUhLMVtercuvzStB5DzSvMkvGzvz7lcJ1xdU6KaFB0oemYqOR+oSJmjHtmioV8zyGQy4N9pK1WA3FhRmWharEZMfFu0yBRy5s9EG+Axk4pmT8s1yEUfojLkv5+1DZduGMC7tTwYdOYRTdk5TfjDNEdFbXzQUqgaG4jG8LZQw3NeDw93RoPIycZBQnSNCJc6KoxbxTRH7YYxq3oGcCZfqdWX+jwvn/HpemaN+7mTn0k/5nI0pvvW89KUAf1t40+Li/ZJYFLNitWSaCf4JMADaZRS0TvikyAAAAABJRU5ErkJggg==) no-repeat 6px 6px;
}
.contact-form input[type="submit"]:hover {
	background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo5MTgxOTNGOTI2OUZFNTExQTg2M0IxQkZDMzhCMkM4NiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0NDEyQTM3Q0M1QkYxMUU1OUU4MkYzMTRFQzA3QzA0NiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0NDEyQTM3QkM1QkYxMUU1OUU4MkYzMTRFQzA3QzA0NiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjVBMTRGMTc5NUJCOEU1MTFBODczRjI5NDMzMzMzRURCIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjkxODE5M0Y5MjY5RkU1MTFBODYzQjFCRkMzOEIyQzg2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+m0cxDQAAAmpJREFUeNq0ljts01AUhn8nJSCIIC1qyqMkHQoSj4kFVroUCYkV2omFsWoR3RAgKEgICcHEQhEDjwhGxJAulAUGYEKUlkcT27JIqGigeVATx76ca11HbuQkdkSP9EmWY33n3nPuIxJjDC0iQYwSx4gDRC9hEBqhEK+Ip0S2qYEn8CBBPCFqrH2Y4tuEl8tLfpIosuBRIkbaJRgXI+o0LOKc2ym5enCKSBESfIRhMdzL5vDbqCGnV3G8rxsndm63q06MiN4g5GrmdBD5nW8ajvZsBQ0Z44O77UQvcssQjmnhrJfosd8aVE2L3fyssveFIpv6JDO1otvv5coqu/Ax4/405fQg6bfujvz1zxV2eS67Rs6TlYxa4+pK8hKddpWqZTynEgz1xpDOF0AqxCJdUP7oeKj8wMTefkS7wu7PbTdvcpoehv0kKNdM3P6q4UxyB0JU6buL3xEJhTC5rx9b1sqdmOFZDgWV79m80Z5BWJIwNrirmRy2m2agt91BVNurDQ2dmpdZ2Wi70f+2TcDlVzqT1xNo6yTnofEEM81+vUhLMVtercuvzStB5DzSvMkvGzvz7lcJ1xdU6KaFB0oemYqOR+oSJmjHtmioV8zyGQy4N9pK1WA3FhRmWharEZMfFu0yBRy5s9EG+Axk4pmT8s1yEUfojLkv5+1DZduGMC7tTwYdOYRTdk5TfjDNEdFbXzQUqgaG4jG8LZQw3NeDw93RoPIycZBQnSNCJc6KoxbxTRH7YYxq3oGcCZfqdWX+jwvn/HpemaN+7mTn0k/5nI0pvvW89KUAf1t40+Li/ZJYFLNitWSaCf4JMADaZRS0TvikyAAAAABJRU5ErkJggg==) no-repeat 6px 6px;
	color: #51c6d4;
}
/* end contact section */

/* start footer area */
footer {
	border-top: 1px solid #ebebeb;
	margin-top: -1px;
	padding: 29px 0 41px;
}
footer .widget {
	margin-bottom: 40px;
}
footer .widget h3.widget-title {
	color: #54616a;
	font-size: 14px;
	font-family: 'Fira Sans', sans-serif;
	line-height: 1.5em;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0 0 21px;
}
footer .widget ul {
	margin: 0;
	padding: 0;
}
footer .widget ul li {
	margin-bottom: 10px;
	color: #54616a;
	font-size: 14px;
	line-height: 1.5em;
	list-style: none;
	text-transform: uppercase;
}
footer .widget ul li a {
	color: inherit;
}
footer .widget ul li a:hover {
	text-decoration: none;
	color: #5bc9d7;
}
.widget.widget-subscription {
	padding: 40px 12% 0;
}
.widget.widget-subscription .result_container {
	position: absolute;
	bottom: 0;
	left: 21px;
	font-size: 12px;
	color: red;
}
.widget.widget-subscription ul {
	margin: 0;
	padding: 0;
}
.widget.widget-subscription ul li {
	display: inline-block;
	text-align: center;
	*zoom: 1;
	*display: inline;
}
.widget.widget-subscription ul li a {
	display: block;
	width: 42px;
	height: 42px;
	border: 1px solid #fff;
	color: #333;
	font-size: 17px;
	line-height: 1.5em;
	padding-top: 11px;
	border-radius: 100%;
}
.widget.widget-subscription ul li a:hover {
	border: 1px solid #e7edf0;
	color: #222;
}
.widget.widget-subscription form {
	position: relative;
	margin-bottom: 24px;
}
.widget.widget-subscription form input[type='text'] {
	border: 1px solid #d1d1d1;
	padding: 20px 120px 20px 20px;
	width: 100%;
	font-size: 14px;
	color: #54616a;
	text-transform: uppercase;
}
.widget.widget-subscription form input[type='submit'] {
	position: absolute;
	top: 0;
	background: none;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 500;
	color: #51c6d4;
	border-bottom: 2px solid;
	padding-bottom: 2px;
	margin: 20px 20px 0 0;
	font-size: 14px;
	line-height: 1.5em;
	right: 0;
}
.widget.widget-subscription form input[type='submit']:hover {
	color: #333;
	border-bottom: 2px solid;
}
.widget.woocommerce.widget_product_search form {
	position: relative;
}
.widget.woocommerce.widget_product_search form:before {
	position: absolute;
	content: "\f002";
	font-family: FontAwesome;
	top: -4px;
	right: 0;
	z-index: 2;
	color: #666;
}
.widget.woocommerce.widget_product_search .screen-reader-text {
	display: none;
}
.widget.woocommerce.widget_product_search .search-field {
    width: 100%;
    background: none;
    border: 0;
    display: block;
    padding-right: 35px;
    outline: none;
    text-transform: uppercase;
}
.widget.woocommerce.widget_product_search input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    width: 30px;
    height: 30px;
    z-index: 3;
    margin: -5px -5px 0 0;
    font-size: 0;
}
footer .footer-bottom {
	padding-top: 20px;
}
footer .footer-bottom p {
	margin: 0;
	text-align: center;
	color: #54616a;
	font-size: 14px;
	line-height: 1.5em;
	text-transform: uppercase;
}
footer .footer-bottom p a {
	color: inherit;
}

@media (max-width: 992px) {
	.offer-section a {
		margin: 20px auto;
		display: block;
		text-align: center;
	}
	.offer-section h3,
	.offer-section h4 {
		text-align: center;
		padding: 0;
		margin: 10px 0;
	}
	.instagram-section ul li {
		width: 32%;
		margin-right: 1%;
		margin-bottom: 1%;
	}
	.the-slider .slide-text {
		 display: none; /* REMOVE THIS IF YOU WANT TO SHOW SLIDER TEXT ON MOBILE AND TABLET */
	}
    header .main-nav .responsive-menu {
        display: block;
        color: #333;
        cursor: pointer;
        position: absolute;
        font-size: 20px;
        z-index: 9;
        top: 0;
        right: 0;
        margin-top: -100px;
    }
    header .main-nav ul {
    	position: absolute;
    	top: 0;
    	right: 0;
    	background: #fff;
    	margin-top: -80px;
	    border: 1px solid #eee;
	    padding: 20px;
	    z-index: 11;
	    display: block;
    }
    header .main-nav ul li {
    	display: block;
    	text-align: left;
    }
    header nav ul li ul li:hover > ul,
    header .main-nav ul li ul li ul,
    header .main-nav ul li ul {
    	position: relative;
    	margin: 0;
    	padding: 0;
    	left: 0;
    	border: 0;
    	text-align: left;
    }
    header .main-nav .responsive-menu:hover i {
        color: #337ab7;
    }
    header .main-nav .responsive-menu i {
        color: #333;
        font-size: 20px;
    }
    header .main-nav>ul {
        display: none;
    }
    .main-nav {
    	position: relative;
    }
    header .header-bar .main-nav ul {
    	position: absolute;
    	top: 0;
    	left: 0;
    	margin-top: 20px;
    	background: #333;
    	padding: 10px 20px;
    	width: 100%;
    	z-index: 10;
  
    	border-radius: 0 0 5px 5px;
    } 
    header .header-bar .main-nav ul>li>ul>li>ul,
    header .header-bar .main-nav ul>li>ul {
    	padding: 0 0 0 20px;
    	margin: 0;
    	display: block;
    	position: relative;
    }
    header .header-bar .main-nav ul>li>ul>li>ul>li:before,
    header .header-bar .main-nav ul>li>ul>li:before {
    	    content: "\f103";
    	    position: absolute;
    	    top: 0;
    	    left: 0;
    	    margin: 3px 0 0 -15px;
    	    color: #737272;
    	    display: inline-block;
		    font: normal normal normal 14px/1 FontAwesome;
		    font-size: inherit;
		    text-rendering: auto;
		    -webkit-font-smoothing: antialiased;
		    -moz-osx-font-smoothing: grayscale;
    }
    header nav ul li ul li:first-child {
    	margin-top: 0;
    }
    header nav ul li ul li:last-child {
    	margin-bottom: 0;
    }
    header nav ul li ul li:hover > ul {
    	border-left: 0;
    }
    .path-area .box-status .circle-status {
    	display: none;
    }
    .woocommerce .woocommerce-checkout-payment, .woocommerce .woocommerce-checkout {
    	margin: 0 0 30px;
    }
    .product-show {
    	margin-bottom: 40px;
    }
    .products-section .product-box,
    .main-sidebar .widget.widget-topsell .product-box {
    	display: inline-block;
    }
    .main-sidebar {
    	padding-bottom: 50px;
    }
    .contact-form {
    	padding: 0;
    }
}
@media (min-width: 993px) {
    .main-nav>ul {
        display: block !important;
    }
}

@media (max-width: 600px) {
	.log-box {
		max-width: 100%;
	}
	header .top-header .header-ul-left li:first-child {
		margin-right: 0;
	}
	.instagram-section ul li {
		width: 49%;
	}
	.site-title h2 {
		margin-bottom: 10px;
	}
	.filter-ul li {
		margin-bottom: 15px;
	}
	header .main-nav ul {
		max-width: 100%; 
	}
	.error-404 h1 {
		font-size: 55px;
	}
	.blog-section .blog-post .post-cover img {
		width: 100%;
	}
	.single-product .product-details {
		padding-left: 0;
	}
	header .top-header .header-ul-right li {
		position: initial;
	}
	header .top-header .header-ul-left,
	header .top-header .header-ul-right {
		position: relative;
		text-align: center;
	}
	.log-box {
		z-index: 20;
	}
	.products-section .row>div,
	.category-section .row>div {
		text-align: center;
	}
	.products-section .product-box,
	.category-section .category-box {
		display: inline-block;
	}
	.blog-section .blog-post .post-cover img {
		width: 100%;
	}
	.shop-page .category-select-2 {
		text-align: center;
	}
}

/* Woocommerce */
.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {
	background-color: #8badba;
    color: #fff;
}

/* NOUI */
/* -------- NoUI Slider -------- */
.noUi-target {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  direction: ltr;
}
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

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

.noUi-stacking .noUi-handle {
  z-index: 10;
}

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

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

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

.noUi-horizontal {
  height: 18px;
}
.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px;
}

.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}

.noUi-background {
  background: #FAFAFA;
  box-shadow: inset 0 1px 1px #f0f0f0;
}

.noUi-connect {
  background: #3FB8AF;
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
  -webkit-transition: background 450ms;
  transition: background 450ms;
}

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

.noUi-target {
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}
.noUi-target.noUi-connect {
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45), 0 3px 6px -5px #BBB;
}

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

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

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}

.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}

.noUi-handle:after, .noUi-handle:before {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}
.noUi-handle:after {
  left: 17px;
}

.noUi-vertical .noUi-handle:after, .noUi-vertical .noUi-handle:before {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}
.noUi-vertical .noUi-handle:after {
  top: 17px;
}

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

.noUi-pips {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  color: #999;
}
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-value {
  width: 40px;
  position: absolute;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

.noUi-marker {
  position: absolute;
  background: #CCC;
}

.noUi-marker-large, .noUi-marker-sub {
  background: #AAA;
}

.noUi-pips-horizontal {
  padding: 10px 0;
  height: 50px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  margin-left: -20px;
  padding-top: 20px;
}
.noUi-value-horizontal.noUi-value-sub {
  padding-top: 15px;
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  width: 15px;
  margin-left: 20px;
  margin-top: -5px;
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  padding: 5px;
  left: -9px;
  text-align: center;
  width: 50px;
}

.noUi-handle-lower .noUi-tooltip {
  top: -32px;
}

.noUi-handle-upper .noUi-tooltip {
  bottom: -32px;
}

.woocommerce-page div.product div.images {
    width: 100% !important;
}