html {
	overflow-x:hidden;
}

body {
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px x(0,0,0,0.004);
  margin-top:0 !important;
  color:#000;
}

a,
a:hover,
a:focus {
	color:inherit;
  outline:none !important;
}

/* general */
.btn {
	height:40px;
  display:-webkit-inline-box;
  display:-ms-inline-flexbox;
  display:inline-flex;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
  -webkit-box-pack:center;
      -ms-flex-pack:center;
          justify-content:center;
  padding:0px 30px;
  background:#aaa;
  color:#fff;
  border-radius:0px;
/*   font-size: 1.15em; */
  font-size: 1.077em;
  font-size: .95em;
  font-weight: 600;
  letter-spacing: 0.05em;
  outline:none !important;
}

.btn.open {
	border:2px solid;
  background:transparent;
}

.btn.paypal {
	background:#012169;
  color:#fff;
}
.btn.paypal i {
	margin-right:7px;
}
.btn.fastcheckout {
	background:#1ba5de;
  color:#fff;
}

.gui-payment-method-service .gui-payment-method-icon {
	opacity:0;
  background:#fff;
  border-radius:3px;
  border:1px solid rgba(0,0,0,.07);
}

.gui-payment-method-service .gui-payment-method-icon.updated {
	opacity:1;
}

.gui-form .gui-radio label,
.gui-form .gui-checkbox label {
  position: relative;
  padding-left: 30px !important;
  padding-top: 4px;
}

.gui-form .gui-radio label:before,
.gui-form .gui-checkbox label:before {
  content: '';
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  background: #fff;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border:1px solid rgba(0,0,0,.07);
}

.gui-form .gui-checkbox label:before {
  border-radius:0;
}

.gui-form .gui-radio input,
.gui-form .gui-checkbox input {
	display:none;
}

.gui-form .gui-radio input:checked ~ label:after {
  content: '';
  width: 10px;
  height: 10px;
  background: #f78d76;
  display: block;
  position: absolute;
  left: 5px;
  top: 5px;
  border-radius: 100%;
}

.gui-form .gui-checkbox input:checked ~ label:after {
  content: "\f00c";
  display: block;
  position: absolute;
  left: 4px;
  top: 4px;
  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;
}

.gui-checkout-one-step .gui-payment-method-service > label {
  padding: 15px;
  background: #fff;
  border-radius: 5px;
  margin: 0;
  margin-bottom: 10px;
  border: 2px solid transparent;
}

.gui-checkout-one-step .gui-payment-method-service.gui-is-selected > label {
  border: 2px solid #f88b71;
}

.gui-checkout-one-step .gui-payment-method-service > label input {
	display:none;
}
.ul-reset{
  padding: 0;
  margin: 0;
  list-style: none;
}
.line-height{
	line-height: 2em;
}
.block-padding{
	padding-top: 60px;
  padding-bottom: 60px;
}
.block-padding-top{
	padding-top: 60px;
}
.block-padding-bottom{
	padding-bottom: 60px;
}
@media(max-width: 991px){
	.block-padding{
		padding-top: 30px;
  	padding-bottom: 30px;
	}
  .block-padding-top{
    padding-top: 30px;
  }
  .block-padding-bottom{
    padding-bottom: 30px;
  }
}
body .fixed-pages {
	padding-bottom:50px;
}

div[class*=" col-"] {
	margin-left: -.5px;
}

.btn.btn-small {
	height:40px;
  font-size:.95em;
}

.btn.icon-left i {
	margin-right:7px;
}

.btn.icon-right i {
	margin-left:7px;
}

.btn.active {
	-webkit-box-shadow:none;
	        box-shadow:none;
}

.btn.light {
	background:#F7F7F7;
  color:#888888;
}

.btn.facebook {
	background:#3B5998;
  color:#fff;
}

.relative {
	position:relative;
}

.sm {
	vertical-align: middle;
  display: inline-block;
}

.sm:before {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}

.title-small,
.title-featured .title.title-small {
	font-size:1.6em;
}

.general-overlay {
	position:fixed;
  left:0;
  top:0;
  width:100%;
  height:100vh;
  background:rgba(0,0,0,0.4);
  z-index:999;
  opacity:0;
  visibility:hidden;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.general-overlay.active {
	opacity:1;
  visibility:visible;
}
.close-popup { /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -o-linear-gradient(top, rgba(247,247,247,0) 0%,rgba(247,247,247,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(247,247,247,0)),to(rgba(247,247,247,1)));
  background: linear-gradient(to bottom, rgba(247,247,247,0) 0%,rgba(247,247,247,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  margin-top:50px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.close-popup .close-popup-inner {
  width:100%;
  overflow:hidden;
}
.close-popup.dark { /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -o-linear-gradient(top, rgba(57, 58, 64,0) 0%,rgba(57, 58, 64,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(57, 58, 64,0)),to(rgba(57, 58, 64,1)));
  background: linear-gradient(to bottom, rgba(57, 58, 64,0) 0%,rgba(57, 58, 64,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}


.close-popup a {
	padding:0 20px;
  height:26px;
  text-transform:uppercase;
  display:inline-block;
  line-height:26px;
  border-radius:13px;
  font-size:11px;
  border: 1px solid #BABABA;
  color:#BABABA !important;
  font-weight:bold;
  letter-spacing:.05em;
  position:relative;
  text-decoration:none !important;
}

.close-popup.dark a {
  border: 1px solid #777777;
  color:#777777 !important;
}

.close-popup a:before,
.close-popup a:after {
  content: '';
  display: block;
  height: 1px;
  background: #BABABA;
  width: 1000px;
  position: absolute;
  right: 100%;
  margin-right: 15px;
  top: 50%;
}

.close-popup.dark a:before,
.close-popup.dark a:after  {
	background: #777777;
}

.close-popup a:after {
	right:auto;
  left:100%;
  margin-right:15px;
  margin-left:15px;
}

.ui.checkbox {
  display: block;
  margin: 0;
  padding: 5px 0px;
  font-size: .9em;
}

.ui.checkbox label, .ui.checkbox+label {
	color:inherit;
  font-weight:500;
  padding-top: 3px;
  padding-left:27px;
}

.ui.checkbox .box:before, .ui.checkbox label:before {
	width:20px;
  height:20px;
  border:1px solid rgba(0,0,0,.07) !important;
}

.ui.checkbox .box:after, .ui.checkbox label:after {
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
}
.ui.checkbox label span {
  font-size: 80%;
  margin-left: 5px;
  opacity: .7;
  vertical-align: text-bottom;
}

.ui.selection.dropdown {
  height: 40px;
  width: 100%;
  border: 1px solid rgba(0,0,0,.07) !important;
  padding: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 15px;
  color: inherit !important;
  border-radius:5px;
  -webkit-box-pack:justify;
      -ms-flex-pack:justify;
          justify-content:space-between;
}

select.custom-select {
	height:40px;
  opacity:0;
}

.ui.selection.dropdown .text {
	font-size:90%;
  font-weight:500;
}

.ui.selection.dropdown>.dropdown.icon {
	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;
}
.ui.selection.dropdown>.dropdown.icon:before {
	content: "\f107";
}

.ui.selection.dropdown>.dropdown.icon {
  margin:0;
  padding:0;
	position:initial;
  -webkit-box-ordinal-group:3;
      -ms-flex-order:2;
          order:2;
  margin-left:10px;
}

.ui.selection.dropdown .menu {
  color: inherit !important;
  border-color: rgba(0,0,0,.07) !important;
  font-size:90%;
}
.ui.selection.dropdown .menu>.item {
	padding:0px 15px !important;
  height:35px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
}

.home-block-padding {
	padding-bottom:60px;
}

.title-featured {
	margin-bottom:30px;
}

.title-featured .title {
	margin:0;
  font-size:2.5em;
}

.title-featured  .title-wrap {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
  -webkit-box-pack:justify;
      -ms-flex-pack:justify;
          justify-content:space-between;
}

.title-featured .link {
	margin-left:40px;
  white-space:nowrap;
}

.title-featured .link i {
	margin-left:7px;
}
.flex-row {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
  -webkit-box-align:start;
      -ms-flex-align:start;
          align-items:flex-start;
  margin:-15px;
}
.col-sidebar {
	min-width:330px;
  max-width:330px;
  padding:15px;
  margin-right:20px;
}
.col-sidebar.on-right {
	margin-right:0;
  margin-left:20px;
}
.col-main {
	-webkit-box-flex:10;
	    -ms-flex-positive:10;
	        flex-grow:10;
  padding:15px;
}
/* end general */

/* header */
#header {
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.08);
  box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.08);
}

#header .main-header.sticky {
	position:fixed;
  top:0;
  left:0;
  width:100%;
  z-index:999;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.08);
  box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.08);
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

#header .main-header.sticky .inner {
	padding:10px 0px;
}

#header .main-header .inner {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
  -webkit-box-pack:justify;
      -ms-flex-pack:justify;
          justify-content:space-between;
  padding:20px 0px;
  -webkit-transition: padding .2s ease-in-out;
  -o-transition: padding .2s ease-in-out;
  transition: padding .2s ease-in-out;
}

#header .main-header .logo {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
}

#header .main-header .logo.small-logo img {
  height:30px;
}

#header .main-header .logo.medium-logo img {
  height:50px;
}

#header .main-header .logo.large-logo img {
  height:70px;
}

input.standard-input,
textarea.standard-input{
	height:40px;
  padding:0px 20px;
  outline:none;
  border-radius:5px;
  font-size: .85em;
  font-weight: bold;
  letter-spacing: 0.05em;
  background:#fff;
  border:none;
  -webkit-appearance:none;
  -moz-appearance:none;
  -ms-appearance:none;
  -o-appearance:none;
  appearance:none;
}

textarea.standard-input {
	padding:13px 20px;
  max-width:100%;
}

input.standard-input::-webkit-input-placeholder,
textarea.standard-input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #aaa;
  color:rgba(0,0,0,0.4);
}

input.standard-input:-moz-placeholder,
textarea.standard-input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #aaa;
  color:rgba(0,0,0,0.4);
   opacity:  1;
}

input.standard-input::-moz-placeholder,
textarea.standard-input::-moz-placeholder{ /* Mozilla Firefox 19+ */
   color:    #aaa;
  color:rgba(0,0,0,0.4);
   opacity:  1;
}

input.standard-input:-ms-input-placeholder,
textarea.standard-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #aaa;
  color:rgba(0,0,0,0.4);
}

input.standard-input::-ms-input-placeholder,
textarea.standard-input::-ms-input-placeholder { /* Microsoft Edge */
   color:    #aaa;
  color:rgba(0,0,0,0.4);
}

.search-bar input[type="text"] {
	height:40px;
  padding:0px 20px;
  padding-right:40px;
  border:none;
  outline:none;
  border:1px solid rgba(0,0,0,.07);
/*   width:400px; */
  width: 300px;
  border-radius: 0;
}

.search-autocomplete {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 9999;
  width: 100%;
  text-align: left;
  display: none;
}

.search-autocomplete .box {
	padding:70px;
  background:#f7f7f7;
/*   margin-top:20px; */
  border-radius:10px;
   -webkit-box-shadow: 0px 2px 40px 8px rgba(0,0,0,0.08);
    box-shadow: 0px 2px 40px 8px rgba(0,0,0,0.08);
}

.search-autocomplete .more {
  padding: 0px;
  font-weight: bold;
  text-align: center;
  margin-top:30px;
}

.search-autocomplete .more .btn {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}

.search-autocomplete .more .btn span {
	font-size:80%;
  margin-left:7px;
}

.search-autocomplete.noresults .more {
  display:none;
}

.search-autocomplete .notfound {
  display:none;
  padding: 10px 0px;
  font-size: 13px;
  font-style: italic;
}

.search-autocomplete.noresults .notfound {
  display:block;
}

.search-autocomplete.noresults .search-products {
  display:none;
}

.search-autocomplete .search-products {
  padding:20px 0px;
  margin:0;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:stretch;
      -ms-flex-align:stretch;
          align-items:stretch;
  -ms-flex-wrap:wrap;
      flex-wrap:wrap;
}

.search-autocomplete .search-products .product {
	padding:15px 0px;
}

.search-autocomplete .search-products .product .product-inner {
	padding:0px 15px;
}

.search-autocomplete .search-products .product {
	border-top:1px solid rgba(0,0,0,0.04);
}

.search-autocomplete .search-products .product:nth-child(odd)  .product-inner  {
	border-right:1px solid rgba(0,0,0,0.04);
}

.search-autocomplete .search-products .product:nth-child(1),
.search-autocomplete .search-products .product:nth-child(2) {
	border-top:0;
}

.search-autocomplete .search-products .product .product-inner {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
}

.search-autocomplete .search-products .product .image-wrap {
	min-width:75px;
  max-width:75px;
  margin-right:20px;
  position:relative;
  background:#fff;
}

.search-autocomplete .search-products .product .image-wrap:after {
	content:'';
  display:block;
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.03);
}

.search-autocomplete .search-products .product .info .title {
  font-size: 1.1em;
  font-weight: 600;
}

.search-autocomplete .search-products .product .info .brand {
  margin-bottom: 2px;
  font-size: .95em;
  opacity: .85;
}

.search-autocomplete .search-products .product .info .price {
	margin-top:5px;
  opacity: .85;
}
  
.search-autocomplete .search-products .product .image-wrap img {
	width:100%;
}

.search-autocomplete .title-small {
	margin-bottom:30px;
}

.search-autocomplete .inner-wrap {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
  -webkit-box-align:start;
      -ms-flex-align:start;
          align-items:flex-start;
  -webkit-box-pack:justify;
      -ms-flex-pack:justify;
          justify-content:space-between;
}

.search-autocomplete .side {
	min-width:270px;
  max-width:270px;
  margin-right:30px;
}

.search-autocomplete .side .filter-scroll-wrap {
	position:relative;
}

.search-autocomplete .side .filter-scroll {
	max-height:500px;
  padding-bottom:50px;
  overflow-y:scroll;
  padding-right:15px;
}

.search-autocomplete .side .filter-scroll-wrap:after {
	content:'';
  display:block;
  position:absolute;
  height:50px;
  width:100%;
  bottom:0;
  background: -o-linear-gradient(top, rgba(247,247,247,0) 0%,rgba(247,247,247,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(247,247,247,0)),to(rgba(247,247,247,1)));
  background: linear-gradient(to bottom, rgba(247,247,247,0) 0%,rgba(247,247,247,1) 100%);
}

.search-autocomplete .results {
	width:100%;
  max-width:670px;
}

.search-autocomplete .subtitle {
	font-size:1.4em;
  margin-bottom:20px;
}

.search-autocomplete .feat-categories {
	padding:25px;
  background:#fff;
  border-radius:5px;
  margin-bottom:30px;
}

.search-autocomplete .feat-categories .cats ul {
	margin:-5px;
  list-style:none;
  padding:0;
  font-weight:500;
}

.search-autocomplete .feat-categories .cats ul li {
	padding:5px;
  display:inline-block;
  vertical-align:top;
  width:33%;
}

.search-bar .icon {
	position:absolute;
  height:40px;
  width:40px;
  right:0;
  top:0;
  line-height:40px;
  text-align:center;
}

#header .main-header {
	position:relative;
  z-index:9999;
}

#header .main-header .icons ul {
	margin:0;
  padding:0;
  list-style:none;
  margin:0px -15px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
}

#header .main-header .icons ul li {
	padding:0px 15px;
}

#header .main-header .icons ul li  i {
	font-size:18px;
}

#header .main-header .icons ul li .icon-wrap {
	display:block;
  position:relative;
}

#header .main-header .icons ul li .items {
  position: absolute;
  right: -10px;
  top: -5px;
  width: 15px;
  height: 15px;
  line-height: 15px;
  font-size: 10px;
  text-align: center;
  font-weight: bold;
  background: #f6836b;
  color: #fff;
  border-radius: 100%;
}

#header .main-header .icons ul li .items:empty {
	display:none;
}

#header .main-header .hallmark.small img {
  height:30px;
}

#header .main-header .hallmark.medium img {
  height:50px;
}

#header .main-header .hallmark.large img {
  height:70px;
}

#header .main-menu {
	border-top:1px solid rgba(0,0,0,.07);
  position:relative;
  z-index:99;
}

#header .main-menu ul {
	margin:0;
  padding:0;
  list-style:none;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;  
  white-space:nowrap;
  -ms-flex-wrap:wrap;
      flex-wrap:wrap;
}

#header .main-menu ul::-webkit-scrollbar { 
    display: none; 
} 

#header .main-menu ul li {
	height:47px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:stretch;
      -ms-flex-align:stretch;
          align-items:stretch;
}

#header .main-menu ul li > a {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
  font-weight:600;
  padding:0px 20px;
  text-decoration:none;
}

#header .main-menu ul li:first-child > a {
	padding-left:0;
}

.usp-bar {
	padding-top:20px;
  padding-bottom:20px;
}

.usp-spacer {
	height:20px;
}

.usp-bar ul {
	margin:0;
  padding:0;
  list-style:none;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
  -webkit-box-pack:justify;
      -ms-flex-pack:justify;
          justify-content:space-between;
  font-size:.85em;
  height: 50px;
  border-top:1px solid rgba(0,0,0,.07);
  border-bottom:1px solid rgba(0,0,0,.07);
/*   padding:0px 30px; */
  font-weight:500;
}

.usp-bar ul li i {
	margin-right:10px;
  font-size:.9em;
}

#header .main-menu ul li .mega-menu {
	position:absolute;
  left:0;
  top:0;
  width:100%;
  top:100%;
  background:#fff;
  padding:30px 0px;
  border-top:1px solid rgba(0,0,0,.07);
  border-bottom:1px solid rgba(0,0,0,.07);
  display:none;
/*   background:#f7f7f7; */
/*   -webkit-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.08);
  -moz-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.08);
  box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.08);
  z-index:-1; */
}

#header .main-menu ul li:hover .mega-menu {
	display:block;
}

#header .main-menu ul li .mega-menu .menus {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
  -webkit-box-align:start;
      -ms-flex-align:start;
          align-items:flex-start;
  -ms-flex-wrap:wrap;
      flex-wrap:wrap;
  margin:-30px;
}

#header .main-menu ul li .mega-menu .menus .menu {
	padding:30px;
  width:20%;
}

#header .main-menu ul li .mega-menu .menus .menu ul {
	display:block;
  font-size:.95em;
  line-height:1.7em;
}

#header .main-menu ul li .mega-menu .menus .menu ul li {
	display:block;
  height:auto;
}

#header .main-menu ul li .mega-menu .menus .menu ul li a {
	padding:0;
  font-weight:normal;
}

#header .main-menu ul li .mega-menu .menus .menu .title {
	font-size:1.15em;
  font-weight:600;
  display:block;
  margin-bottom:7px;
}

#header .main-menu ul ul.simple-menu {
	position:absolute;
  left:0;
  min-width:100%;
  top:100%;
  display:none;
}

#header .main-menu ul li:hover ul.simple-menu {
	display:block;
}

#header .main-menu ul li ul.simple-menu li {
	position:relative;
}

#header .main-menu ul li ul.simple-menu li ul {
	display:none;
  left:100%;
  top:0;
  position:absolute;
}

#header .main-menu ul li ul.simple-menu li:hover ul {
	display:block;
}

#header .main-menu ul ul.simple-menu li {
	display:block;
  height:40px;
  line-height:40px;
}

#header .main-menu ul ul.simple-menu li a {
	padding:0;
  white-space:nowrap;
  padding:0px 20px;
}

#header .vertical-menu-btn {
  height: 45px;
  font-size: .95em;
}

/* #header .vertical-menu-btn.active {
  border-radius:5px 5px 0 0;
} */

#header .vertical-menu-btn i {
  margin-left:7px;
}

#header .vertical-menu-wrap .btn-wrap {
	position:relative;
}

#header .vertical-menu-wrap.active .btn-wrap {
  z-index:9999;
}

#header .vertical-menu  {
	position:absolute;
  left:-5px;
  top:100%;
  color:#000;
  font-weight:500;
  font-size:.95em;
  padding:5px;
  opacity:0;
  visibility:hidden;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

#header .vertical-menu.active {
	opacity:1;
  visibility:visible;
}

#header .vertical-menu a {
	color:inherit;
  text-decoration:none;
}

#header .vertical-menu ul {
	margin:0;
  padding:0;
  list-style:none;
  width:100%;
  width:300px;
  padding:15px 0px;
  background:#fff;
  border-radius:5px;
}

#header .vertical-menu ul li {
  padding:0px 15px;
  position:relative;
  -webkit-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
  opacity:.85;
}

#header .vertical-menu ul li.subs-title {
	font-weight:bold;
}

#header .vertical-menu ul li:hover {
	opacity:1;
}

#header .vertical-menu ul li:last-child > a {
	padding-bottom:0px;
  margin-bottom:0px;
  border-bottom:none;
}

#header .vertical-menu ul li a {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
  -webkit-box-pack:justify;
      -ms-flex-pack:justify;
          justify-content:space-between;
  border-bottom:1px solid rgba(0,0,0,.07);
  padding-bottom:10px;
  margin-bottom:10px;
}

#header .vertical-menu ul li .category-wrap {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
}

#header .vertical-menu ul li img {
	width:40px;
  margin-right:10px;
  height:auto;
  border-radius:3px;
}

#header .vertical-menu ul li .arrow-right {
	font-size:.75em;
  -webkit-transform: translate(-2px, 0px);
      -ms-transform: translate(-2px, 0px);
          transform: translate(-2px, 0px);
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: -webkit-transform .2s ease-in-out;
  -o-transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
  margin-left:10px;
}

#header .vertical-menu ul li:hover > a > .arrow-right {
	-webkit-transform: translate(0px, 0px);
	    -ms-transform: translate(0px, 0px);
	        transform: translate(0px, 0px);
}

#header .vertical-menu ul .subs {
  position:absolute;
  visibility:hidden;
  opacity:0;
	left:100%;
  top:-15px;
  padding:0px 5px;
/*   display:none; */
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

#header .vertical-menu ul li:hover > .subs {
	opacity:1;
  visibility:visible;
}

#header .vertical-menu ul .subs .subs-title a {
  border: none;
  color: #f6836b;
  font-size: 1.2em;
  margin-bottom: 5px;
}

.mobile-bar {
	display:none;
}
/* end header */

/* filters */
.filter-wrap {
	margin-bottom:20px;
}
.filter-wrap:last-child {
	margin-bottom:0;
}
.filter-wrap:first-child {
	margin-bottom:20px;
}
.filters-top .filter-wrap {
	margin-bottom:0;
}
.filter-wrap .filter-title {
	font-size:1.14em;
  margin-bottom:10px;
}
/* end filters */

/* cart popup */
.cart-wrap .title-small {
	margin-bottom:30px;
}
.cart-popup {
	display:none;
}

.cart-popup .cart-wrap {
/* 	filter:blur(5px); */
  opacity:0;
}

.cart-popup.loaded .cart-wrap {
	-webkit-filter:none;
	        filter:none;
  opacity:1;
  -webkit-transition: opacity .5s ease-in-out;
  -o-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
/*   transition-delay:.3s; */
}

.fancybox-is-open .fancybox-bg {
  opacity: .4;
  -webkit-transition-timing-function: none;
       -o-transition-timing-function: none;
          transition-timing-function: none;
}

.fancybox-bg {
  background: #000;
  opacity: 0;
  -webkit-transition-duration: inherit;
       -o-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: none;
       -o-transition-timing-function: none;
          transition-timing-function: none;
}

.fancybox-slide .cart-popup {
  width:calc(100% - 60px);
  max-width:1400px;
  margin:30px;
  padding:70px;
  border-radius:10px;
  background:#f7f7f7;
  -webkit-box-shadow: 0px 2px 40px 8px rgba(0,0,0,0.08);
    box-shadow: 0px 2px 40px 8px rgba(0,0,0,0.08);
}

.cart-popup .fancybox-close-small {
	display:none;
}

.cart-wrap {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
  -webkit-box-align:start;
      -ms-flex-align:start;
          align-items:flex-start;
  -webkit-box-pack:justify;
      -ms-flex-pack:justify;
          justify-content:space-between;
}

.cart-wrap .totals-wrap {
	min-width:420px;
  max-width:420px;
}

.cart-wrap .totals {
  background: -o-linear-gradient(right, #313237 0%, #3D3E45 100%);
  background: -webkit-gradient(linear, right top, left top, from(#313237), to(#3D3E45));
  background: linear-gradient(-90deg, #313237 0%, #3D3E45 100%);
  color:#fff;
  padding:44px 50px;
  border-radius:10px;
  -webkit-box-shadow: 0px 2px 40px 8px rgba(0,0,0,0.08);
  box-shadow: 0px 2px 40px 8px rgba(0,0,0,0.08);
}

.cart-wrap .totals .title-small {
	color:#fff;
  text-align:center;
}

.cart-wrap .totals table {
	font-size:1.15em;
  font-weight:600;
  width:100%;
}

.cart-wrap .totals table tr td {
	padding-top:10px;
}

.cart-wrap .totals table tr td:last-child {
	text-align:right;
}

.cart-wrap .totals table tr:last-child td {
	padding-top:20px;
  border-top:1px solid #555555;
  font-size:1.1em;
}

.cart-wrap .totals table tr:nth-last-child(2) td {
	padding-bottom:20px;
}

.cart-wrap .totals .buttons {
	margin-top:120px;
  margin-top:80px;
}

.cart-wrap .totals .buttons .btn {
	margin-bottom:10px;
  width:100%;
}

.cart-wrap .totals .buttons .btn:last-child {
	margin-bottom:0;
}

.cart-wrap .totals-wrap .payments {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
  -webkit-box-pack:center;
      -ms-flex-pack:center;
          justify-content:center;
  -ms-flex-wrap:wrap;
      flex-wrap:wrap;
  margin-top:35px;
}

.cart-wrap .totals-wrap .payments img {
	height:37px;
}

.cart-wrap .table {
	padding-right:80px;
}

.cart-wrap .table table {
	width:100%;
}

.cart-wrap .table table .price-td {
	text-align:right;
  white-space:nowrap;
}

.cart-wrap .table table .image-wrap img {
	width:100%;
}

.cart-wrap .table table .image-wrap {
	position:relative;
  width:100px;
  border-radius:5px;
  overflow:hidden;
  background:#fff;
}

.cart-wrap .table table .image-wrap:after {
	content:'';
  display:block;
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.03);
}

.cart-wrap .table table td {
	padding:25px 0px;
  border-bottom:1px solid rgba(0,0,0,.07);
}

.cart-wrap .table table .info-td {
	width:100%;
}

.cart-wrap .table table .info {
	padding-left:30px;
}

.cart-wrap .table table .info .title {
	font-size:1.15em;
  font-weight:600;
}

.cart-wrap .table table .cart-delete {
  font-size: 120%;
  display: block;
  margin-left: 20px;
  color: #f78d76;
}

.cart-wrap .table table .info .extra-info ul {
  font-size: 90%;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 5px;
  line-height:1.5em;
}

.cart-wrap .table table .info .brand {
	margin-bottom:5px;
  font-size:.95em;
  opacity:.85;
}

.cart-wrap .table table .bundled ul {
	margin:0;
  padding:0;
  list-style:none;
  margin:-3px 0px;
  padding-top:10px;
}

.cart-wrap .table table .bundled ul li {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
  padding:3px 0px;
}

.cart-wrap .table table .bundled .plus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 18px;
  max-width: 18px;
  height: 18px;
  background: #eee;
  color: #fff;
  border-radius: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 10px;
}

.cart-wrap .table table .bundled .title {
	font-size:.95em;
}

.cart-wrap .table table .bundled img {
	width:50px;
  margin:0px 5px;
  border-radius:3px;
}

.cart-wrap .table table .price {
	padding-left:50px;
  font-size:1.3em;
  font-weight:600;
}

.cart-wrap .table .input-wrap input {
	border:none;
  background:#fff;
  width:50px;
  height:50px;
  border-radius:5px;
  margin:0px 10px;
  padding:0;
  text-align:center;
}
#cart-page .cart-wrap .table .input-wrap input {
	background:rgba(0,0,0,0.03);
}
.cart-wrap .table .input-wrap .change {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
}
.cart-wrap .totals table .delete-discount {
  font-size: 70%;
  opacity: .5;
  display: block;
  margin-top: -1px;
}
#shipping-costs-popup {
	display:none;
}
.fancybox-slide #shipping-costs-popup {
  margin: 30px 0px;
  padding: 40px 50px;
  background: #f7f7f7;
  width: 100%;
  max-width: 420px;
  border-radius: 10px;
  text-align: center;
  -webkit-box-shadow: 0px 2px 40px 8px rgba(0,0,0,0.08);
  box-shadow: 0px 2px 40px 8px rgba(0,0,0,0.08);
}
#shipping-costs-popup .fancybox-close-small {
	display:none;
}
#shipping-costs-popup .input-wrap {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
  -webkit-box-pack:justify;
      -ms-flex-pack:justify;
          justify-content:space-between;
  margin-top:10px;
}
#shipping-costs-popup .input-wrap input {
	-webkit-box-flex:10;
	    -ms-flex-positive:10;
	        flex-grow:10;
  margin-right:10px;
}
#shipping-costs-popup  .title-small {
	margin-bottom:50px;
}
#shipping-costs-popup .methods-block,
 #shipping-costs-popup .no-shipments{
  	margin-top:20px;
  }
  #shipping-costs-popup .methods-title {
  	font-size:1.1em;
    margin-bottom:10px;
  }
.cart-wrap .shipping-discount {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
  -webkit-box-pack:justify;
      -ms-flex-pack:justify;
          justify-content:space-between;
  margin-top:20px;
  -ms-flex-wrap:wrap;
      flex-wrap:wrap;
}
.cart-wrap .discount-block .btn {
	margin-left:5px;
  width:40px;
  padding:0;
}
.cart-wrap .discount-block input {
  border: 1px solid rgba(0,0,0,.07);
}
/* end cart popup */


/* login popup */
#login-popup {
  display:none;
}

.fancybox-slide #login-popup {
	margin:30px;
  padding:40px 50px;
  background:#f7f7f7;
  width:100%;
  max-width:420px;
  border-radius:10px;
  text-align:center;
  -webkit-box-shadow: 0px 2px 40px 8px rgba(0,0,0,0.08);
    box-shadow: 0px 2px 40px 8px rgba(0,0,0,0.08);
}

#login-popup .fancybox-close-small {
	display:none;
}

#login-popup .title-small {
	margin-bottom: 40px;
}

#login-popup form input {
	height:50px;
  margin-bottom:10px;
    width:100%;
}

#login-popup form input:last-child {
	margin-bottom:10px;
}

#login-popup .buttons {
	margin-top:30px;
}

#login-popup .buttons .btn {
	margin-bottom:10px;
  width:100%;
}

#login-popup .buttons .btn:last-child {
	margin-bottom:0;
}

#login-popup .options {
	margin-top:70px;
  font-size:.9em;
}

#login-popup .options .or {
	display:block;
  opacity:.85;
  margin:3px 0px;
}

#login-popup .options a {
	font-weight:bold;
}
/* end login popup */

/* messages */
.message-wrap {
	position:fixed;
  left:30px;
  bottom:30px;
  z-index:99999999999;
  display:none;
}

.message-wrap.active {
  display:block;
}

.message-wrap .message {
	background:#fff;
  border-radius:10px;
  padding:20px;
  width:350px;
  -webkit-box-shadow: 0px 2px 40px 8px rgba(0,0,0,0.08);
  box-shadow: 0px 2px 40px 8px rgba(0,0,0,0.08);
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
  font-size:1.1em;
  opacity:0;
  visibility:hidden;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.message-wrap.active .message {
	-webkit-animation: jump 1s ease 0s 1 normal ;
 	animation: jump 1s ease 0s 1 normal ;
  opacity:1;
  visibility:visible;
  -webkit-transform: translate(0px, 0);
      -ms-transform: translate(0px, 0);
          transform: translate(0px, 0);
}

.message-wrap .message .icon {
	min-width:40px;
  max-width:40px;
  height:40px;
  background:#aaa;
  color:#fff;
  border-radius:100%;
  text-align:center;
  line-height:40px;
  margin-right:20px;
}
/* .message-wrap .message .icon.error {
	background:#eb5265;
}
.message-wrap .message .icon.success {
	background:#26c879;
}
.message-wrap .message .icon.info {
	background:#2980b9;
} */
.message-wrap .text ul {
	margin:0;
  padding:0;
  list-style:none;
}
/* end messages */

/* mobile menu*/
.mobile-menu {
	display:none;
}
.mobile-popup.mobile-menu {
	background: -o-linear-gradient(right, #313237 0%, #3D3E45 100%);
	background: -webkit-gradient(linear, right top, left top, from(#313237), to(#3D3E45));
	background: linear-gradient(-90deg, #313237 0%, #3D3E45 100%);
  color:#fff;
  overflow-x:hidden;
}

.mobile-popup.mobile-menu .title-font {
	color:#fff;
}

.mobile-popup.mobile-menu .subs .subs-back i {
	font-size:.75em;
  margin-right:10px;
}

.mobile-menu .menu ul {
	margin:0;
  padding:0;
  list-style:none;
  text-align:left;
  font-weight:bold;
  margin-bottom:50px;
}

.mobile-menu .menu ul li {
  border-top:1px solid rgba(255,255,255,0.1);
}
.mobile-menu .menu ul li:last-child {
	border-bottom:1px solid rgba(255,255,255,0.1);
}
.mobile-menu .menu ul li a {
	-webkit-box-flex:10;
	    -ms-flex-positive:10;
	        flex-grow:10;
  padding:15px 20px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
  -webkit-box-pack:justify;
      -ms-flex-pack:justify;
          justify-content:space-between;
  position:relative;
}

.mobile-menu .menu ul li.active > a {
	margin-bottom:15px;
  margin-top:15px;
  border-radius:5px;
}

.mobile-menu .menu ul li .more-cats {
	font-size:.85em;
  position:absolute;
  right:0;
  top:0;
  padding:0px 20px;
  height:100%;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
}

.mobile-menu .menu ul li.active > a .more-cats {
	color:#fff;
}

.mobile-menu .menu > ul:last-child li:last-child {
	border-bottom:none;
}

.mobile-menu .menu ul li.highlight a {
	margin-bottom:15px;
  margin-top:15px;
  border-radius:5px;
  background:#505050;
  background: rgba(255,255,255,0.05);
  -webkit-box-pack:start;
      -ms-flex-pack:start;
          justify-content:flex-start;
}
.mobile-menu .menu ul li .user-circle {
	margin-right:10px;
}
.mobile-menu .menu ul li .subs {
  position: absolute;
  left: 100%;
  top: 0;
/*   padding: 25px 20px; */
  padding-bottom: 60px;
  background: -o-linear-gradient(right, #313237 0%, #3D3E45 100%);
  background: -webkit-gradient(linear, right top, left top, from(#313237), to(#3D3E45));
  background: linear-gradient(-90deg, #313237 0%, #3D3E45 100%);
  width: 100%;
  height: 100%;
  z-index:9;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.mobile-menu .menu ul li .subs.active {
	-webkit-transform:translate(-100%, 0);
	    -ms-transform:translate(-100%, 0);
	        transform:translate(-100%, 0);
}
.mobile-menu .breads {
	font-weight:normal;
  font-size:10px;
  text-align:center;
  margin-bottom:2px;
  opacity:.3;
}

@media (max-width:991px) and (min-width:768px) {
	.mobile-popup.mobile-menu {
  	position:fixed;
	  top: 80px;
    width: 100%;
    height: calc(100% - 80px);
    display: block;
    z-index: 999;
   	right: 100%;
    width: 100%;
    z-index: 99;
    text-align: center;
    display: block;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .mobile-popup.open {
    -webkit-transform: translate(100%, 0px);
    -ms-transform: translate(100%, 0px);
    transform: translate(100%, 0px);
	}
  .mobile-menu .close-popup {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    z-index: 99;
    padding: 0px 20px;
	}
  .mobile-menu .popup-inner {
  	padding:30px;
    position:relative;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .mobile-menu .popup-inner .menu-wrap {
    position: relative;
    overflow: hidden;
  }
  .mobile-popup.mobile-menu .title-small {
  	text-align:center;
    margin-bottom:20px;
  }
}
/* end */
/* Start Home Intro Block */
.home-intro .inner{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home-intro .title{
  font-size: 2.769em;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.home-intro ul.toggles {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 45px;
  padding: 5px;
  border: 1px solid #eee;
}
.home-intro .toggle-wrap ul.toggles li.toggle a {
	padding: 9px 50px;
  letter-spacing: 1px;
  font-weight: bold;
  color: #000;
  -webkit-transition: .15s all ease-in-out;
  -o-transition: .15s all ease-in-out;
  transition: .15s all ease-in-out;
  text-decoration: none;
}
.home-intro .toggle-wrap ul.toggles li.toggle.active a {
	background: #468364;
  color: #fff;
}
.home-intro .product-tab{
	display: none;
}
.home-intro .product-tab.active{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.home-intro .product-featured-wrap .inner .left{
	width: calc(100% - 430px);
  padding-right: 308px;
}
.home-intro .middle{
  font-size: 1.077em;
  margin-top: 30px;
}
.home-intro .general-content strong{
	color: #000;
  font-weight: bold;
}
.home-intro .product-featured-wrap .inner .right{
  width: 430px;
}
.home-intro .product-featured-wrap .right img{
  width: 100%;
}
.home-intro .product-tab .bottom{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 15px;
/*   border-top: 1px solid #eee; */
}
.home-intro .product-tab .price{
	font-size: 1.385em;
  font-weight: bold;
  color: #000;
}
.home-intro .product-tab .btn{
  background: #ff9f68;
  border-radius: 0;
  font-weight: bold;
  font-size: 1.231em;
  padding: 0 65px;
  line-height: 1.231em;
}
@media(max-width: 1800px){
	.home-intro .product-featured-wrap .inner .left{
  	padding-right: 150px;
  }
}
@media(max-width: 1200px){
	.home-intro .product-featured-wrap .inner .left{
  	padding-right: 50px;
  }
}
@media(max-width: 991px){
  .home-intro .inner{
  	-ms-flex-wrap: wrap;
  	    flex-wrap: wrap;
  }
	.home-intro .product-featured-wrap .inner .left{
  	padding-right: 0;
    width: 100%;
  }
  .home-intro .product-featured-wrap .inner .right img{
    height: 300px;
    width: 300px;
  }
}
@media(max-width: 767px){
	.home-intro .product-featured-wrap .inner .left{
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .home-intro .product-featured-wrap .inner .right{
  	-webkit-box-ordinal-group: 2;
  	    -ms-flex-order: 1;
  	        order: 1;
  }
  .home-intro .product-featured-wrap .inner .right{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .home-intro .product-featured-wrap .inner .right img{
  	height: 250px;
    width: 250px;
  }
}
/* End Home Intro Block */
/* Start Home Wide Banner */
.home-wide-banner .banner{
  min-height: 400px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.home-wide-banner .inner{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home-wide-banner .banner a{
  height: 100%;
  width: 100%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.home-wide-banner .inner .title{
  color: #fff;
  font-weight: bold;
  font-size: 2.462em;
  text-transform: uppercase;
}
/* End Home Wide Banner */
/* Start Home USPs */
.home-usps .usp-wrap{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.home-usps .usp-wrap .usp{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.home-usps .usp-wrap .usp .text{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home-usps .usp-wrap .usp .title{
	font-size: 1.846em;
  color: #000;
}
.home-usps .usp-wrap .usp .subtitle{
	color: #888;
  line-height: 1.5em;
}
.home-usps .usp-wrap .usp .icon{
	font-size: 5em;
  color: #468364;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 15px;
}
/* End Home USPs */
/* Start Home Hallmarks */
.home-hallmarks{
	background: #F9F9F9;
}
.home-hallmarks .inner{
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.home-hallmarks .inner .title{
	font-size: 2.769em;
  text-transform: uppercase;
  margin-bottom: 50px;
}
.home-hallmarks ul.hallmarks-wrap{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.home-hallmarks ul.hallmarks-wrap li.item{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home-hallmarks ul.hallmarks-wrap li.item img{
	height: 30px;
  width: unset;
}
.home-hallmarks ul.hallmarks-wrap li.item .image{
  position: relative;
  margin-bottom: 20px;
}
.home-hallmarks ul.hallmarks-wrap li.item .image:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.02);
}
.home-hallmarks ul.hallmarks-wrap li.item .quote{
  font-size: 0.923em;
  color: #666;
  line-height: 1.538em;
  text-align: center;
  padding: 0 50px;
}
.home-hallmarks .owl-prev{
  left: 0;
}
.home-hallmarks .owl-next{
  right: 0;
}
.home-hallmarks .owl-prev,
.home-hallmarks .owl-next{
	position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 2.154em;
  padding: 20px;
  color: #468364;
}
@media(max-width: 767px){
	.home-hallmarks .inner{
  	padding: 20px 0;
  }
  .home-usps .usp-wrap{
    margin: -15px;
    width: unset;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .home-usps .usp-wrap .usp{
  	-webkit-box-pack: center;
  	    -ms-flex-pack: center;
  	        justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 15px;
  }
  .home-usps .usp-wrap .usp .text{
  	text-align: center;
  }
}
/* End Home Hallmarks */
/* Start Home Newsletter Block */
.home-testimonial .testimonial-row{
  margin: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home-testimonial .testimonial-row > .col{
  padding: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.home-testimonial .testimonial-row .col .inner{
  padding: 30px;
  background: #F9F9F9;
  height: 100%;
}
.home-testimonial .testimonial-row .col .inner .title{
	font-weight: bold;
  letter-spacing: 1px;
  color: #000;
  font-size: 1.385em;
  margin-bottom: 10px;
}
.home-testimonial .testimonial-row .col .inner .text{
	color: #666;
  font-size: 1.2em;
  margin-bottom: 20px;
}
.home-testimonial .newsletter{
	-webkit-box-flex: 10;
	    -ms-flex-positive: 10;
	        flex-grow: 10;
}
.home-testimonial .testimonial-image{
	max-width: 445px;
  min-width: 445px;
}
.home-testimonial .testimonial-text{
	max-width: 445px;
  min-width: 445px;
}
.home-testimonial .testimonial-text .inner-row{
	margin: -10px;
}
.home-testimonial .testimonial-text .inner-row > .col{
	padding: 10px;
}
.owl-carousel .owl-dots.disabled .owl-dot{
  display: none;
}
.home-usps .owl-carousel .owl-dots,
.home-testimonial .owl-carousel .owl-dots{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}
.home-testimonial .owl-dot,
.home-usps .owl-dot{
	height: 12px;
  width: 12px;
  background: #D8D8D8;
  border-radius: 50%;
}
.home-testimonial .owl-dot.active,
.home-usps .owl-dot.active{
	background: #468364;
}
.home-testimonial .owl-dot:not(:last-child),
.home-usps .owl-dot:not(:last-child){
	margin-right: 10px;
}
.home-testimonial input.standard-input, 
.home-testimonial textarea.standard-input{
	width: 100%;
  font-size: 1em;
  margin-bottom: 20px;
  height: 45px;
}
.home-testimonial input.standard-input::-webkit-input-placeholder{
	color: #CCCCCC;
  font-weight: normal;
  letter-spacing: 1px;
}
.home-testimonial input.standard-input::-moz-placeholder{
	color: #CCCCCC;
  font-weight: normal;
  letter-spacing: 1px;
}
.home-testimonial input.standard-input:-ms-input-placeholder{
	color: #CCCCCC;
  font-weight: normal;
  letter-spacing: 1px;
}
.home-testimonial input.standard-input::-ms-input-placeholder{
	color: #CCCCCC;
  font-weight: normal;
  letter-spacing: 1px;
}
.home-testimonial input.standard-input::placeholder{
	color: #CCCCCC;
  font-weight: normal;
  letter-spacing: 1px;
}
.home-testimonial .testimonial-row .col .inner .btn{
  background: #ff9f68;
  height: 45px;
  font-size: 1.154em;
}
.home-testimonial .testimonial-image .col .col-inner{
  background: #F9F9F9;
}
.home-testimonial .testimonial-image .image{
  min-height: 400px;
  position: relative;
}
.home-testimonial .testimonial-image .image > a{
	position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  display: block;
}
.home-testimonial .testimonial-text .image .inner{
  min-height: 190px;
  background: #f9f9f9;
  position: relative;
}
.home-testimonial .testimonial-text .image .inner > a{
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.home-video{
  position: relative;
  min-height: 200px;
  max-height: 200px;
}
.home-video .video-wrapper{
	position: absolute;
  height: 100%;
  width: 100%;
  background: #eee;
}
.video-wrapper video{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
}
.video-wrapper a{
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 5em;
  color: #ccc;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity .15s ease-in-out;
  -o-transition: opacity .15s ease-in-out;
  transition: opacity .15s ease-in-out;
  z-index: 9;
  text-decoration: none;
}
.video-wrapper .play-button{
  color: #fff;
}
.video-wrapper a.pause {
	opacity: 0;
  visibility: hidden;
}

.video-wrapper:hover a.pause {
	opacity: 1;
  visibility: visible;
}
.video-wrapper i.icon{
	font-size: 1.5em;
  opacity: 0.8;
  color: #fff;
}
.video-wrapper a.pause i:before {
  content: "\f04c";
}
@media(max-width: 1199px){
  .home-testimonial .testimonial-row{
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
	.home-testimonial .testimonial-row .newsletter,
  .home-testimonial .testimonial-row .testimonial-image{
  	min-width: 50%;
    max-width: 50%;
  }
  .home-testimonial .testimonial-text{
  	min-width: 100%;
    max-width: 100%;
  }
  .home-testimonial .testimonial-text .inner-row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .home-testimonial .testimonial-text .text,
  .home-testimonial .testimonial-text .image{
    width: 50%;
  }
  .home-testimonial .testimonial-text .text .testimonial{
    text-align: center;
  }
}
@media(max-width: 767px){
	.home-testimonial .testimonial-row .newsletter,
  .home-testimonial .testimonial-row .testimonial-image{
  	min-width: 100%;
    max-width: 100%;
  }
  .home-testimonial .testimonial-text .inner-row{
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .home-testimonial .testimonial-text .text,
  .home-testimonial .testimonial-text .image{
    width: 100%;
  }
  .home-testimonial .testimonial-image .image{
  	min-height: 180px;
    padding: 30% 0;
  }
  .home-testimonial #homeNewsletter{
  	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
  }
  .home-testimonial input.standard-input{
  	-webkit-box-flex: 10;
  	    -ms-flex-positive: 10;
  	        flex-grow: 10;
  }
  .home-testimonial .testimonial-row .col .inner .btn{
  	width: 45px;
    padding: 0 14px;
  }
}
/* End Home Newsletter Block */
/* banners */
.grid-row {
	margin:-10px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
    flex-wrap:wrap;
  -webkit-box-flex:1;
      -ms-flex:1;
          flex:1;
  min-width:100%;
}

.grid-col {
	padding:10px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
  -webkit-box-align:stretch;
      -ms-flex-align:stretch;
          align-items:stretch;
}

.home-banners .banner a {
	text-decoration:none;
}

.home-banners .banner {
	background:#aaa;
  overflow:hidden;
/*   height:100%; */
  color:#fff;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  position:relative;
  -webkit-box-align:stretch;
  -ms-flex-align:stretch;
    align-items:stretch;
  width:100%;
}

.home-banners .banner .vid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:#eee;
}

.home-banners .banner .vid video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow:hidden;
}

.home-banners .banner .overlay {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
      -ms-flex-direction:column;
          flex-direction:column;
  -webkit-box-pack:justify;
      -ms-flex-pack:justify;
          justify-content:space-between;
  padding:30px;
  width:100%;
  position:relative;
}

.home-banners .banner .overlay.text-place-left {
	-webkit-box-align:start;
	    -ms-flex-align:start;
	        align-items:flex-start;
}
.home-banners .banner .overlay.text-place-right {
	-webkit-box-align:end;
	    -ms-flex-align:end;
	        align-items:flex-end;
}
.home-banners .banner .overlay.text-place-center {
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
}
.home-banners .banner .overlay.align-top {
	-webkit-box-pack:start;
	    -ms-flex-pack:start;
	        justify-content:flex-start;
}
.home-banners .banner .overlay.align-bottom{
	-webkit-box-pack:end;
	    -ms-flex-pack:end;
	        justify-content:flex-end;
}
.home-banners .banner .overlay.align-middle {
	-webkit-box-pack:center;
	    -ms-flex-pack:center;
	        justify-content:center;
}
.home-banners .banner .overlay.align-justify {
	-webkit-box-pack:justify;
	    -ms-flex-pack:justify;
	        justify-content:space-between;
}

.home-banners .banner .overlay.top-to-bottom {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+33,000000+100&0.59+0,0+33,0+100 */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -o-linear-gradient(top, rgba(0,0,0,0.59) 0%,rgba(0,0,0,0) 33%,rgba(0,0,0,0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.59)),color-stop(33%, rgba(0,0,0,0)),to(rgba(0,0,0,0)));
  background: linear-gradient(to bottom, rgba(0,0,0,0.59) 0%,rgba(0,0,0,0) 33%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#96000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

.home-banners .banner .overlay.bottom-to-top {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+66,000000+100&0+0,0+66,0.59+100 */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 66%,rgba(0,0,0,0.59) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)),color-stop(66%, rgba(0,0,0,0)),to(rgba(0,0,0,0.59)));
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 66%,rgba(0,0,0,0.59) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#96000000',GradientType=0 ); /* IE6-9 */
}

.home-banners .banner .overlay.left-to-right {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+60,000000+100&0.7+0,0.3+60,0+100 */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -o-linear-gradient(left, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.3) 60%,rgba(0,0,0,0) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0.7)),color-stop(60%, rgba(0,0,0,0.3)),to(rgba(0,0,0,0)));
  background: linear-gradient(to right, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.3) 60%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
}

.home-banners .banner .overlay.right-to-left {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+40,000000+100&0+0,0.3+40,0.7+100 */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -o-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 40%,rgba(0,0,0,0.7) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0)),color-stop(40%, rgba(0,0,0,0.3)),to(rgba(0,0,0,0.7)));
  background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 40%,rgba(0,0,0,0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b3000000',GradientType=1 ); /* IE6-9 */
}

.home-banners .banner .overlay.filling {
	background:rgba(0,0,0,0.3);
}

.home-banners .banner .subtitle {
	font-size:.9em;
  text-transform:uppercase;
  font-weight:900;
  letter-spacing: .2em;
  margin-bottom:7px;
}

.home-banners .banner .title {
/* 	font-size:1.8em; */
  font-size: 1.385em;
  color:#fff;
  font-weight: bold;
  letter-spacing: 1px;
}

.home-banners .banner .title.with-timer {
	margin-bottom:15px;
}

.home-banners .banner .button {
	margin-top:40px;
  max-width:100%;
}

.home-banners .banner .btn {
	background:#fff;
  color:#000;
  height:40px;
  width:auto;
  font-size:.9em;
  max-width:100%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.home-banners.grid-v1 .grid-1 {
  width: 22%;
}
.home-banners.grid-v1 .grid-2 {
  width: 50%;
}
.home-banners.grid-v1 .grid-3 {
  width: 28%;
}

.home-banners.grid-v1 .banner-1 {
	height:590px;
}

.home-banners.grid-v1 .banner-2,
.home-banners.grid-v1 .banner-3,
.home-banners.grid-v1 .banner-4,
.home-banners.grid-v1 .banner-5,
.home-banners.grid-v1 .banner-6 {
	height:295px;
}

.home-banners.grid-v1 .banner-1 {
	width:100%;
}

.home-banners.grid-v1 .banner-2 {
	width:100%;
}

.home-banners.grid-v1 .banner-3,
.home-banners.grid-v1 .banner-4 {
	width:50%;
}

.home-banners.grid-v1 .banner-5,
.home-banners.grid-v1 .banner-6 {
	width:100%;
}

.home-banners.grid-v2 .grid-1 {
  width: 38%;
}
.home-banners.grid-v2 .grid-2 {
  width: 22%;
}
.home-banners.grid-v2 .grid-3 {
  width: 40%;
}

.home-banners.grid-v2 .banner-1,
.home-banners.grid-v2 .banner-2,
.home-banners.grid-v2 .banner-4,
.home-banners.grid-v2 .banner-5,
.home-banners.grid-v2 .banner-6 {
	height:295px;
}

.home-banners.grid-v2 .banner-3 {
	height:590px;
}

.home-banners.grid-v2 .banner-1,
.home-banners.grid-v2 .banner-2 {
	width:100%;
}

.home-banners.grid-v2 .banner-3 {
	width:100%;
}

.home-banners.grid-v2 .banner-4 {
	width:100%;
}

.home-banners.grid-v2 .banner-5,
.home-banners.grid-v2 .banner-6 {
	width:50%;
}

.home-banners.grid-v3 .grid-1 {
  width: 30%;
}
.home-banners.grid-v3 .grid-2 {
  width: 70%;
}

.home-banners.grid-v3 .banner-2,
.home-banners.grid-v3 .banner-3,
.home-banners.grid-v3 .banner-4,
.home-banners.grid-v3 .banner-5,
.home-banners.grid-v3 .banner-6 {
	height:295px;
}

.home-banners.grid-v3 .banner-1 {
	height:590px;
}

.home-banners.grid-v3 .banner-1 {
	width:100%;
}

.home-banners.grid-v3 .banner-2,
.home-banners.grid-v3 .banner-3 {
	width:50%;
}

.home-banners.grid-v3 .banner-4,
.home-banners.grid-v3 .banner-5,
.home-banners.grid-v3 .banner-6 {
	width:33.3333%;
}

.home-banners.grid-second-block .banner-7,
.home-banners.grid-second-block .banner-8 {
	height:350px;
  width:50%;
}



.grid-20 {
	width:20%;
}

.grid-25 {
	width:25%;
}

.grid-30 {
	width:30%;
}

.grid-33 {
	width:33.33333%;
}

.grid-66 {
	width:66.66666%;
}

.grid-50 {
	width:50%;
}

.grid-75 {
	width:75%;
}

.banner-timer {
	display:-webkit-inline-box;
	display:-ms-inline-flexbox;
	display:inline-flex;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
  margin:0px -3px;
  font-size:18px;
  font-weight:bold;
}

.banner-timer .block {
	padding:0px 2px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
  position:relative;
}

.banner-timer .block .digit {
	width:20px;
  height:30px;
  background:#fff;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
  -webkit-box-pack:center;
      -ms-flex-pack:center;
          justify-content:center;
  margin:1.5px;
  border-radius:3px;
  color:#000;
  padding-top:2px;
}

.banner-timer .block .time-title {
	position:absolute;
  top:100%;
  left:0;
  width:100%;
  text-align:center;
  text-transform:uppercase;
  font-size:6.5px;
  margin-top:3px;
}
/* end banners */

/* categories */
.categories {
	margin:-10px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
      flex-wrap:wrap;
  -webkit-box-align:stretch;
      -ms-flex-align:stretch;
          align-items:stretch;
}

.categories .category {
	padding:10px;
}

.categories .categories-slider .category.layout-2 {
	height:100%;
}

.categories .category img {
	width:100%;
}

.categories .category .cat-inner {
	border-radius:10px;
  overflow:hidden;
  position:relative;
}

.categories .category.layout-2 .cat-inner {
	height:100%;
}

.categories .category.layout-2 .cat-inner {
  padding: 30px;
  text-align: center;
  -webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,0.10);
  box-shadow: 0 0 6px 0 rgba(0,0,0,0.10);
}

.categories .category.layout-2 img {
  width:100%;
}