/* 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";
@import url("https://fonts.googleapis.com/css?family=Fira+Sans:400,300,300italic,400italic,700,700italic,500italic,500|Roboto+Slab:400,300,100,700");
* {
    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: #f70014;
}
.site-title h2:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	height: 1px;
	width: 30px;
	margin: 20px -50px 0 0;
	background: #f70014;
}
.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: #fe979c;
	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: #f70014;
}
.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: #f70014;
}
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: #fe979c;
	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: #fe979c;
}
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(../images/login-icon.png);
    width: 11px;
    height: 16px;
}
header .top-header .header-ul-right .reg-button:before {
	background: url(../images/register-icon.png);
	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: #fe979c;
}
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: #f70014;
}
header nav ul li.current-page a,
header nav ul li a:hover {
	text-decoration: none;
	color: #fe979c;
}
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: #f70014;
	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: #fe979c;
}
.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: #fe979c;
}
.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: #f70014;
	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 #f70014;
}
.main-sidebar .widget.widget_product_tag_cloud a:hover,
.main-sidebar .widget.widget_tag_cloud a:hover {
	color: #fe979c;
	border: 1px solid #fe979c;
	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: #fe979c;
}
.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: #f70014;
    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: #f70014;
	font-size: 11px;
}
/* end main sidebar */

/* start page cover */
.page-cover {
	background: url('../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: #fe979c;
	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(../images/offer-link.png);
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
}
.offer-section a:hover {
	color: #fe979c;
	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: #f70014;
	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 .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: #f70014;
	font-size: 13px;
}
.woocommerce .product-box a h3 {
	text-align: center;
	line-height: 1.5em;
	margin: 0;
	color: #262e31;
	font-weight: 400;
	font-size: 14px;
}
.woocommerce .product-box a:hover {
	text-decoration: none;
}
.woocommerce .product-box a:hover h3 {
	color: #fe979c;
}
.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: #fe979c;
	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('../images/cart-icon-2.png') no-repeat center center;
    display: inline-block;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
	color: #f70014;
}
.woocommerce span.onsale {
    text-transform: uppercase;
    padding: 1px 0 0 0;
    font-size: 13px;
    background: #f70014;
    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: #fe979c url('../images/submit-bg.png') no-repeat 6px 6px;
}
.comment-form input[type="submit"]:hover {
	background: #fff url('../images/submit-bg.png') no-repeat 6px 6px;
	color: #fe979c;
}
.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: #fe979c;
}
/* 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: #f70014;
	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;
}
.woocommerce div.product p.stock {
	color: #f70014;
	font-size: 15px;
	margin: 0;
}
.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: #fe979c;
	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('../images/cart-icon-2.png') 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('../images/cart-icon-2.png') 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: #fe979c;
}
.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 h3,
.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 h3 {
	font-size: 18px;
	margin: 15px 0 10px;
}
.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: #f70014;
}
.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('../images/cart-icon-2.png') 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: #f70014;
	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('../images/check.png') 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('../images/check.png') 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: #f70014;
	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: #f70014;
	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: #f70014;
	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: #fe979c;
}
.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: #f70014;
	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('../images/delete-item.png') 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('../images/delete-item.png') 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('../images/payment-bg.png') 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('../images/check.png') no-repeat center center;
	color: #fff;
	top: 0;
	font-size: 10px;
	right: 0;
	border: 2px solid #fe979c;
	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: #fe979c;
    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: #f70014;
}
.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('../images/thanks-yes.png') 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('../images/testimonial-bg.png') 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('../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: #fe979c;
}
.error-404 a:hover {
	text-decoration: none;
	background: #fff;
	color: #fe979c;
}
.error-404 a i {
	border: 1px solid #60cad8;
	margin: -6px 6px 0 0;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	background: #fff url('../images/house-icon.png') no-repeat center center;
	display: inline-block;
}
/* end error-404 section */

/* start contact section */
.contact-section {
	padding-top: 358px;
	background: url('../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('../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: #fe979c;
}
.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: #f70014;
	line-height: 1.5em;
}
.contact-form textarea {
	border-bottom: 2px solid #d1d1d1;
	padding: 15px 0;
	font-size: 14px;
	margin-bottom: 30px;
	width: 100%;
	color: #f70014;
	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: #fe979c url('../images/submit-bg.png') no-repeat 6px 6px;
}
.contact-form input[type="submit"]:hover {
	background: #fff url('../images/submit-bg.png') no-repeat 6px 6px;
	color: #fe979c;
}
/* 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: #fe979c;
}
.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: #fe979c;
	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: #f70014;
    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;
}

