@charset "UTF-8";
/*-------------------------------------------------------*/
/* Table of Content

Import
General
Homepage
About us
Category
Product Details
Cart Page
Checkout Page
Contact Page
Login Page
Create Account Page
Recovery Page
Account Page
Edit Account Page
Orders List Page
Order Details
Footer
Responsive

/*-------------------------------------------------------*/

/*-------------------------------------------------------*/
/* Import
/*-------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
@import url('https://fonts.googleapis.com/css?family=Karla:400,400i,700,700i&subset=latin-ext');

/*-------------------------------------------------------*/
/* General
/*-------------------------------------------------------*/
.clearfix {
  *zoom: 1;
}

.clearfix:before, .clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

.clear {
  clear: both;
}

.container {
	display:block;
	width:100%;
	max-width:100%;
	margin:0px;
	padding:0px;
}

.row {
	display:block;
	max-width:1200px;
	margin:0px auto;
}

.mobile section {
  background-attachment: scroll !important;
}

.valign {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

::-moz-selection,
::-webkit-selection,
::selection {
  color: #fff;
  background-color: #1a1a1a;
}

:focus {
  outline: none;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  background: #fff;
  outline: 0;
  overflow-x: hidden;
  overflow-y: auto;
  color: #979797;
}

/* Preloader
-------------------------------------------------------*/
.loader-mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 99999;
}

.loader {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  font-size: 0;
  color: #00c9d0;
  display: inline-block;
  margin: -25px 0 0 -25px;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

.loader div {
  background-color: #00c9d0;
  display: inline-block;
  float: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  opacity: .5;
  border-radius: 50%;
  -webkit-animation: ballPulseDouble 2s ease-in-out infinite;
  animation: ballPulseDouble 2s ease-in-out infinite;
}

.loader div:last-child {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes ballPulseDouble {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes ballPulseDouble {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.row.row-4 {
  margin: 0 -2px;
}

.row.row-4 > div {
  padding: 0 2px;
}

.row.row-10 {
  margin: 0 -5px;
}

.row.row-10 > div {
  padding: 0 5px;
}

.row.row-12 {
  margin: 0 -6px;
}

.row.row-12 > div {
  padding: 0 6px;
}

.row.row-16 {
  margin: 0 -8px;
}

.row.row-16 > div {
  padding: 0 8px;
}

.row.row-20 {
  margin: 0 -10px;
}

.row.row-20 > div {
  padding: 0 10px;
}

/* Row multiple items
-------------------------------------------------------*/
.items-grid .col-xs-6:nth-child(2n + 3) {
  clear: left;
}

.items-grid .col-xs-4:nth-child(3n + 4) {
  clear: left;
}

.items-grid .col-xs-3:nth-child(4n + 5) {
  clear: left;
}

.items-grid .col-xs-2:nth-child(6n + 7) {
  clear: left;
}

.items-grid .col-xs-1:nth-child(12n + 13) {
  clear: left;
}

@media (min-width: 768px) {
  .items-grid .col-xs-6:nth-child(2n + 3) {
    clear: none;
  }
  .items-grid .col-xs-4:nth-child(3n + 4) {
    clear: none;
  }
  .items-grid .col-xs-3:nth-child(4n + 5) {
    clear: none;
  }
  .items-grid .col-xs-2:nth-child(6n + 7) {
    clear: none;
  }
  .items-grid .col-xs-1:nth-child(12n + 13) {
    clear: none;
  }
  .items-grid .col-sm-6:nth-child(2n + 3) {
    clear: left;
  }
  .items-grid .col-sm-4:nth-child(3n + 4) {
    clear: left;
  }
  .items-grid .col-sm-3:nth-child(4n + 5) {
    clear: left;
  }
  .items-grid .col-sm-2:nth-child(6n + 7) {
    clear: left;
  }
  .items-grid .col-sm-1:nth-child(12n + 13) {
    clear: left;
  }
}

@media (min-width: 992px) {
  .items-grid .col-sm-6:nth-child(2n + 3) {
    clear: none;
  }
  .items-grid .col-sm-4:nth-child(3n + 4) {
    clear: none;
  }
  .items-grid .col-sm-3:nth-child(4n + 5) {
    clear: none;
  }
  .items-grid .col-sm-2:nth-child(6n + 7) {
    clear: none;
  }
  .items-grid .col-sm-1:nth-child(12n + 13) {
    clear: none;
  }
  .items-grid .col-md-6:nth-child(2n + 3) {
    clear: left;
  }
  .items-grid .col-md-4:nth-child(3n + 4) {
    clear: left;
  }
  .items-grid .col-md-3:nth-child(4n + 5) {
    clear: left;
  }
  .items-grid .col-md-2:nth-child(6n + 7) {
    clear: left;
  }
  .items-grid .col-md-1:nth-child(12n + 13) {
    clear: left;
  }
}

@media (min-width: 1200px) {
  .items-grid .col-md-6:nth-child(2n + 3) {
    clear: none;
  }
  .items-grid .col-md-4:nth-child(3n + 4) {
    clear: none;
  }
  .items-grid .col-md-3:nth-child(4n + 5) {
    clear: none;
  }
  .items-grid .col-md-2:nth-child(6n + 7) {
    clear: none;
  }
  .items-grid .col-md-1:nth-child(12n + 13) {
    clear: none;
  }
  .items-grid .col-lg-6:nth-child(2n + 3) {
    clear: left;
  }
  .items-grid .col-lg-4:nth-child(3n + 4) {
    clear: left;
  }
  .items-grid .col-lg-3:nth-child(4n + 5) {
    clear: left;
  }
  .items-grid .col-lg-2:nth-child(6n + 7) {
    clear: left;
  }
  .items-grid .col-lg-1:nth-child(12n + 13) {
    clear: left;
  }
}

/* 5 columns
-------------------------------------------------------*/
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-5ths {
  width: 20%;
  float: left;
}

@media (min-width: 767px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}

/* Hover Overlays
-------------------------------------------------------*/
.hover-overlay {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(25, 25, 25, 0.5);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hover-overlay.light {
  background-color: rgba(255, 255, 255, 0.9);
}

.hover-trigger:hover .hover-overlay {
  opacity: 1;
  visibility: visible;
}

/* Hover Scale
-------------------------------------------------------*/
.hover-scale img {
  -webkit-transition: all 3s ease-in-out !important;
  -moz-transition: all 3s ease-in-out !important;
  -ms-transition: all 3s ease-in-out !important;
  -o-transition: all 3s ease-in-out !important;
  transition: all 3s ease-in-out !important;
}

.hover-scale:hover img {
  -webkit-transform: scale(1.5, 1.5) !important;
  -moz-transform: scale(1.5, 1.5) !important;
  -ms-transform: scale(1.5, 1.5) !important;
  -o-transform: scale(1.5, 1.5) !important;
  transform: scale(1.5, 1.5) !important;
}

/* List Items
-------------------------------------------------------*/
.list-dividers > li {
  position: relative;
  padding: 10px 0;
  border-bottom: 1px solid #ebebeb;
}

.list-no-dividers > li {
  position: relative;
  padding: 4px 0 !important;
}

/*-------------------------------------------------------*/
/* Typography
/*-------------------------------------------------------*/
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.section-headings p {
  margin-bottom: 30px;
}

.heading {
  position: relative;
  margin-bottom: 0;
}

.heading-row {
  margin-bottom: 70px;
}

a {
  text-decoration: none;
  color: #00c9d0;
  outline: none;
  -webkit-transition: color 0.1s ease-in-out;
  -moz-transition: color 0.1s ease-in-out;
  -ms-transition: color 0.1s ease-in-out;
  -o-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
}

a:hover {
  text-decoration: none;
  color: #171717;
  outline: none;
}

a:focus {
  color: #00c9d0;
  text-decoration: none;
  outline: none;
}

b, strong {
  color: #444444;
}

.lead-heading.white strong {
  color: #fff;
}

.list-inline {
  margin: 0;
}

@media (min-width: 768px) {
  .lead {
    font-size: 18px;
  }
}

.lead {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

p.large {
  font-size: 120%;
  line-height: 1.8;
}

blockquote {
  padding: 0 0 20px;
  margin: 0;
  border: none;
}

blockquote > p {
  font-size: 18px;
  line-height: 28px;
  font-family: "Maven Pro", sans-serif;
  margin-bottom: 5px !important;
  color: #444444;
  position: relative;
}

blockquote > span {
  color: #00c9d0;
  font-size: 15px;
}

.blockquote-style-1 {
  padding: 40px;
  background-color: #f7f7f7;
}

.blockquote-style-1 span {
  font-family: "Maven Pro", sans-serif;
  color: #00c9d0;
}

.blockquote-style-2 {
  padding: 40px;
  border-left: 3px solid #00c9d0;
}

.dropcap {
  font-family: "Maven Pro", sans-serif;
}

.dropcap.style-1 {
  float: left;
  color: #00c9d0;
  font-size: 47px;
  line-height: 48px;
  padding-right: 10px;
}

.dropcap.style-2 {
  float: left;
  color: #fff;
  text-align: center;
  background-color: #00c9d0;
  width: 38px;
  height: 38px;
  font-size: 24px;
  line-height: 38px;
  margin: 7px 10px 0 0;
}

.highlight {
  padding: 3px 5px;
  color: #fff;
  background-color: #00c9d0;
}

.list li {
  line-height: 24px;
}

.list li i {
  line-height: 21px;
}

.bullets li,
.arrows li,
.checks li,
.numbers li {
  margin-bottom: 13px;
  color: #979797;
}

.bullets li {
  position: relative;
  padding-left: 15px;
}

.bullets li:before {
  content: "\2022";
  font-size: 20px;
  color: #444444;
  position: absolute;
  left: 0;
}

.arrows i {
  margin-right: 5px;
}

.arrows i,
.checks i {
  color: #444444;
}

.checks i {
  font-size: 10px;
  margin-right: 7px;
  vertical-align: middle;
}

ol.numbers {
  padding-left: 20px;
}

.section-columns p {
  margin-bottom: 40px;
}

/*-------------------------------------------------------*/
/* Homepage
/*-------------------------------------------------------*/

.delivery-text{
	display:block;
	background-color:#9FD6D2;
}

.delivery-text p{
	display:block;
	margin:0px auto;
	padding:4px 0px;
	text-align:center;
	font-size:12px;
	font-weight:200;
	color:#FFFFFF;
}

input[type="search"] {
  height: 40px;
  border: 1px solid #ebebeb;
  background-color: #fcfcfc;
  width: 100%;
  margin-bottom: 30px;
  font-size: 14px;
  font-weight:200;
  padding: 0px 30px 0px 15px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

input[type="search"]:focus {
  border-color: #F48D3E;
  background-color: #fff;
  outline: none;
  box-shadow: none !important;
}

/*-------------------------------------------------------*/
/* Navigation
/*-------------------------------------------------------*/
@media (max-width: 991px) {
  .navbar-header {
    float: none;
  }
  .navbar-left, .navbar-nav, .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-nav {
    margin-top: 7.5px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in {
    display: block !important;
  }
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.navbar {
  margin-bottom: 0;
  border: none;
  //min-height: 165px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 120;
}

.navigation {
  width: 100%;
}

.navigation.offset {
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navigation.scrolling {
  -webkit-transform: translate3d(0, 0px, 0);
  -moz-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  -o-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
}

.navigation.sticky {
  position: fixed;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  height: 60px;
  top: 0;
  z-index: 120;
}

.navigation.sticky.scrolling {
  opacity: 1;
  visibility: visible;
}

.navigation.sticky .menu-socials a {
  color: #444444;
}

.navigation.sticky .nav-right {
  color: #444444;
}

.navigation.sticky #nav-icon span {
  background-color: #444444;
}

.header-wrap {
  width: 100%;
  padding: 0 15px;
  background-color:#FFFFFF;
}

.header-wrap-holder {
  display: table;
  width: 100%;
  //border-bottom: 1px solid #ebebeb;
}

.nav-search,
.nav-cart-wrap {
  width: 33.333%;
}

.logo-container {
	float: none;
	display: block;
	margin:0px auto;
	vertical-align: middle;
}
.logo-wrap {
	display: block;
	margin:5px 0px;
	width: 100%;
}
.logo-wrap > a {
	margin:0px auto;
	height: 118px;
}
.logo-wrap img {
	margin:10px 0px;
	max-width:50%;
}
.logo-wrap.shrink .logo {
	height: 80px;
}
.logo-wrap.shrink > a {
	height: 60px;
}

.logo {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.logo,
.logo-dark {
  max-height: 120px;
}

.navbar-header {
  padding-right: 15px;
}

.nav-wrap {
  padding: 0px;
  width: 100%;
  background: #fff;
}

/* barra menu principal */
.navbar-nav {
  float: none;
  margin: 0;
  text-align: center;
  border-bottom: 4px solid #F48D3E;
  //background-color:#F48D3E;
}

.navbar-nav > li {
  float: none;
  display: inline-block;
}

.navbar-nav > li > a {
  text-transform: uppercase;
  font-weight: 700;
  color: #F48D3E;
  font-size: 100%;
  padding: 0 17px;
  line-height: 45px;
  /*border-bottom: 2px solid transparent;*/
    -webkit-transition: border-bottom 0.3s;
    transition: border-bottom 0.3s;
}

.navbar-nav > li > a:hover {
  color: #F48D3E;
  /*border-bottom: 2px solid #F48D3E;*/
  -webkit-transition: border-bottom 0.3s;
  transition: border-bottom 0.3s;
}

.navbar-nav > .active > a {
  color: #F48D3E;
}

.navbar-nav > li:last-child > a {
  padding-right: 0;
}

.navbar-collapse {
  border: none;
  padding-left: 0;
  padding-right: 0;
  max-height: 100% !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}

.navbar-collapse.in {
  overflow-x: hidden;
}

.navbar-nav > .open > a,
.navbar-nav > .open > a:focus,
.navbar-nav > .open > a:hover {
  background-color: transparent;
  color: #F48D3E;
  
  /*border-bottom: 2px solid #F48D3E;
  -webkit-transition: border-bottom 0.3s;
  transition: border-bottom 0.3s;*/
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover,
.nav > li > a:focus,
.nav > li > a:hover {
  background-color: transparent;
  border-color: #ebebeb;
  text-decoration: none;
  
  /*border-bottom: 2px solid #F48D3E;
  -webkit-transition: border-bottom 0.3s;
  transition: border-bottom 0.3s;*/
}

.navbar-nav .dropdown-menu {
  left: 0;
}

.navbar-nav .dropdown-menu.menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu {
  min-width: 230px;
  margin: 0;
  padding: 20px 0;
  border:none;
  //border: 1px solid #ebebeb;
  border-radius: 0;
  //box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  box-shadow:none;
  background-color:#F48D3E;
}

.dropdown-menu li > a {
  padding: 5px;
  font-size:14px;
  font-weight:300;
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.dropdown-menu.megamenu, .dropdown-menu.megamenu-wide {
  padding: 40px;
  float:left;
}

.dropdown-menu .megamenu-wrap ul > li > a {
  display: block;
  clear: both;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color:#FFFFFF;
}

.dropdown-menu .megamenu-wrap ul > li > a:hover {
  display: block;
  clear: both;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color:#FFFFFF;
  text-decoration:underline;
}

.dropdown-menu .megamenu-wrap ul > li > a i {
  margin-right: 6px;
  width: 16px;
  text-align: center;
}

.dropdown-menu .megamenu-wrap > div > a {
  display: block;
  margin-bottom:10px;
  clear: both;
  font-size:30px;
  font-weight:400;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color:#FFFFFF;
}

.dropdown-menu .megamenu-wrap > div > a:hover {
  display: block;
  clear: both;
  font-size:30px;
  font-weight:400;
  text-decoration:underline;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color:#FFFFFF;
}

.dropdown-menu .megamenu-wrap > div {
  display: block;
  margin:0px;
  padding:20px;
}

.menu-list li > a {
  border: none;
}

/* links sub menu */
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover,
.megamenu .menu-list > li > a:hover,
.megamenu-wide .menu-list > li > a:hover {
  background-color: transparent;
  color: #FFFFFF;
}

.megamenu-item {
  //border-right: 1px solid #ebebeb;
  padding: 40px 30px 40px;
}

.megamenu-item h6 {
	color:#FFFFFF;
	font-size:25px;
	font-weight:700;
	text-transform:uppercase;
}

.megamenu-item:last-child {
  border-right: none;
}

.megamenu-item.no-headings {
  padding: 30px;
}

.megamenu-wrap .menu-list > li > a {
  padding: 3px 0;
}

.megamenu-wrap .menu-list > li:last-child > a {
  border-bottom: none;
}

.megamenu-item span {
  display: block;
  margin-bottom: 15px;
  color: #444444;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.navbar .dropdown-menu {
  margin-top: 0;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  top: -20px;
  left: 100%;
  margin-top: -2px;
}

.dropdown-submenu > a:after {
  font-family: "FontAwesome";
  position: absolute;
  content: "\f105";
  font-size: 16px;
  right: 20px;
  line-height: 1;
  color: #979797;
}

.navbar-nav .dropdown > i,
.navbar-nav .dropdown-submenu > i {
  display: none;
}

@media (min-width: 992px) {
  .dropdown-menu,
  .dropdown-submenu > .dropdown-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
  }
  .dropdown:hover > .dropdown-menu,
  .dropdown-submenu:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}

.navbar-nav .mobile-links {
  display: none;
}

.navbar-nav .mobile-links li:last-child a {
  border-bottom: none;
}

.navbar-nav .mobile-links li > a {
  padding: 15px 0 15px 15px;
  line-height: 1;
  border-bottom: 1px solid #ebebeb;
  color: #979797;
  display: block;
}

.navbar-nav .mobile-links li > a:hover {
  color: #00c9d0;
}

/* Navigation Toggle
-------------------------------------------------------*/
.navbar-toggle {
  margin-top: 13px;
  border: none;
  z-index: 50;
  margin-right: 5px;
}

.navbar-toggle .icon-bar {
  background-color: #444444;
  width: 18px;
}

.navbar-toggle:focus .icon-bar,
.navbar-toggle:hover .icon-bar {
  background-color: #00c9d0;
}

.navbar-toggle:focus, .navbar-toggle:hover {
  background-color: transparent;
}

/* Menu Search
-------------------------------------------------------*/
.nav-search,
.nav-cart-wrap {
  display: table-cell;
  vertical-align: middle;
  padding:0px 25px;
}

.nav-search input[type="search"] {
  margin-bottom: 0;
}

.nav-search form {
  width: 220px;
  position: relative;
}

.nav-search .search-button {
  height: 100%;
  border: 0;
  cursor: pointer;
  background-color: transparent;
}

/* Menu Cart
-------------------------------------------------------*/
.nav-cart {
  position: relative;
  float:right;
}

.nav-cart-outer {
  display: table;
  position: relative;
  width: 20px;
  height: 100%;
}

.nav-cart-inner {
  display: table-cell;
  vertical-align: middle;
}

.nav-cart-icon {
  display: block;
  position: relative;
  width: 20px;
  height: 20px;
  font-size: 10px;
  text-align: center;
  line-height: 16px;
  font-weight: 700;
  color: #FFFFFF;
  border: 2px solid #F48D3E;
  border-radius: 2px;
  background-color:#F48D3E;
}

.nav-cart-icon:hover {
  color: #FFFFFF;
}

.nav-cart-icon:before {
  content: '';
  display: block;
  width: 10px;
  height: 6px;
  top: -7px;
  left: 3px;
  position: absolute;
  border: 2px solid #F48D3E;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom: 0;
}

.menu-cart-amount {
  padding-right: 10px;
  //text-transform: uppercase;
  font-size: 14px;
  float:right;
}

.menu-cart-amount a {
  color: #999999;
  font-weight:300;
}

/* Menu Cart Dropdown
-------------------------------------------------------*/
.nav-cart-container {
  opacity: 0;
  visibility: hidden;
  min-width: 250px;
  max-width: 300px;
  position: absolute;
  top: 40px;
  left: auto;
  right: -15px;
  background-color: #fff;
  padding: 40px 30px;
  line-height: 1;
  border: 7px solid #ebebeb;
  text-align: left;
  /*-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);*/
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 201;
}

.nav-cart-container:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 30px;
  display: block;
  top: -30px;
  left: 0;
}

.nav-cart-items {
  position: relative;
}

.nav-cart-item {
  margin-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
}

.nav-cart-item:first-child {
  margin-top: 0;
}

.nav-cart-item .nav-cart-img {
  float: left;
  margin-right: 20px;
}

.nav-cart-item .nav-cart-price {
  color: #979797;
  font-size: 13px;
}

.nav-cart-title {
  position: relative;
  overflow: hidden;
  margin-right: 30px;
}

.nav-cart-title > a {
  position: relative;
  color: #000000;
  font-size: 12px;
  vertical-align: top;
  line-height: 1.5;
}

.nav-cart-title > a:hover {
  color: #000;
}

.nav-cart-price {
  margin-top: 5px;
}

.nav-cart-remove {
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #f7f7f7;
}

.nav-cart-remove a {
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  display: block;
  color: #444444;
}

.nav-cart-remove i {
  font-size: 16px;
}

.nav-cart-remove:hover {
  background-color: #000000;
}

.nav-cart-remove:hover i {
  color: #fff;
}

.nav-cart-summary {
  margin-top: 10px;
  font-weight: 200;
  color: #444444;
  font-size: 12px;
}

.nav-cart-summary .total-price {
  float: right;
}

.nav-cart-summary .total-price {
  font-size: 25px;
  font-weight: 700;
}

.nav-cart-actions a {
  width: 100%;
}

.nav-cart:hover .nav-cart-container {
  opacity: 1;
  visibility: visible;
}

.mobile-cart {
  float: right;
  height: 100%;
  margin-right: 12px;
  color: #444444;
}

/* Go to Top
-------------------------------------------------------*/
#back-to-top {
  display: block;
  z-index: 100;
  width: 32px;
  height: 32px;
  text-align: center;
  font-size: 20px;
  position: fixed;
  bottom: -40px;
  right: 20px;
  line-height: 28px;
  border: 1px solid #ebebeb;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  -webkit-box-shadow: 1px 1.732px 12px 0px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 1px 1.732px 12px 0px rgba(0, 0, 0, 0.03);
  -ms-box-shadow: 1px 1.732px 12px 0px rgba(0, 0, 0, 0.03);
  box-shadow: 1px 1.732px 12px 0px rgba(0, 0, 0, 0.03);
}

#back-to-top i {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#back-to-top a {
  width: 32px;
  height: 32px;
  display: block;
  color: #979797;
}

#back-to-top.show {
  bottom: 20px;
}

#back-to-top:hover {
  background-color: #F48D3E;
}

#back-to-top:hover i {
  color: #fff;
}

/*-------------------------------------------------------*/
/* Top Bar
/*-------------------------------------------------------*/
.top-bar {
  width: 100%;
  position: relative;
  height: 45px;
  color: #979797;
  border-bottom: 1px solid #ebebeb;
}

.top-bar .social-icons a {
  width: 26px;
  font-size: 13px;
  background-color: transparent;
}

.top-bar .social-icons a:hover {
  background-color: transparent;
  color: #444444;
}

.top-bar-links {
  line-height: 45px;
  font-size: 11px;
}

.top-bar-links a {
  color: #999999;
}

.top-bar-links a:hover {
  color: #333333;
}

.top-bar-links > ul:first-child i {
  margin-right: 3px;
}

.top-bar > ul,
.top-bar-links > ul > li {
  display: inline-block;
  position: relative;
}

.top-bar-currency-language > li {
  padding-right: 20px;
}

.top-bar-currency-language > li > a {
  color: #444444;
}

.top-bar-currency-language > li:last-child {
  padding-right: 0;
}

.top-bar-currency-language > li > a > i {
  margin-left: 5px;
}

.currency-dropdown,
.language-dropdown {
  background-color: #fff;
  padding: 0 10px;
  position: absolute;
  border: 1px solid #f2f2f2;
  z-index: 150;
  right: 15px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.language-dropdown {
  right: 0;
}

.currency-dropdown ul li,
.language-dropdown ul li {
  line-height: 26px;
  border-top: 1px solid #f2f2f2;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.currency-dropdown ul li > a,
.language-dropdown ul li > a {
  color: #7a7a7a;
}

.top-bar-currency-language > li:hover .currency-dropdown,
.top-bar-currency-language > li.language:hover .language-dropdown {
  visibility: visible;
  opacity: 1;
}

.top-bar-links .top-bar-link a:after {
  content: "|";
  margin: 0 7px 0 7px;
}

.top-bar-links .top-bar-link:last-child a:after {
  content: "";
  border-right: none;
  margin: 0;
}

/*-------------------------------------------------------*/
/* Navigation Mobile Styles
/*-------------------------------------------------------*/
@media (max-width: 991px) {
  .navbar-nav .mobile-links {
    display: block;
  }
  .header-wrap-holder {
    border-top: none;
  }
  .navbar {
    min-height: 60px;
  }
  .navbar-header {
    height: 60px;
    width: 100%;
    padding-right: 0;
  }
  .navbar-collapse {
    text-align: left;
  }
  .logo-container {
	  display:block;
	//position: absolute;
	margin:0px auto;
	top: 0;
  }
  .logo-wrap {
    width: auto;
  }
  .logo-wrap > a {
    height: 60px;
  }
  .navbar-nav {
    display: block;
    text-align: left;
  }
  .navbar-nav > li {
    display: block;
  }
  .navbar-nav > li > a {
    padding: 15px 0 15px 15px;
    border-bottom: 1px solid #ebebeb;
    line-height: 1.2;
  }
  .navbar-nav > li:last-child > a {
    border-bottom: 0;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .megamenu-item span {
    padding: 15px 0 15px 20px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 0;
    line-height: 15px;
  }
  .navbar-nav .open .dropdown-submenu .dropdown-menu > li > a {
    padding: 15px 0 15px 30px;
  }
  .navbar-nav .open .dropdown-submenu .dropdown-menu > li > ul > li > a {
    padding: 15px 0 15px 45px;
  }
  .dropdown-submenu > a:after {
    display: none;
  }
  .nav-wrap {
    width: 100% !important;
  }
  .navbar-nav .open .dropdown-menu {
    width: auto !important;
  }
  .dropdown-menu,
  .megamenu-item.no-headings {
    padding: 0;
  }
  .dropdown-menu.megamenu,
  .dropdown-menu.megamenu-wide {
    padding: 0 15px;
  }
  .megamenu-item {
    border-right: none;
    padding: 0;
  }
  .megamenu-item h6 {
    color: #F48D3E;
    font-size: 18px;
    font-weight: 400;
  }
  .dropdown-menu .megamenu-wrap ul > li > a {
    display: block;
    padding: 15px 0 15px 20px;
    border-bottom: 1px solid #ebebeb;
    clear: both;
    font-weight: 400;
    line-height: 15px;
    color: #979797;
    white-space: nowrap;
  }
  .dropdown-menu .megamenu-wrap ul > li > a:hover {
    display: block;
    padding: 15px 0 15px 20px;
    border-bottom: 1px solid #ebebeb;
    clear: both;
    font-weight: 400;
    line-height: 15px;
    color: #F48D3E;
    white-space: nowrap;
  }
  .megamenu-wrap .menu-list > li:last-child > a {
    border-bottom: 1px solid #ebebeb;
  }
  .mobile-search .form-control {
    height: 46px;
    border-bottom: 1px solid #ebebeb;
    background-color: transparent;
    border-left: none;
    border-top: none;
    border-right: none;
    margin-bottom: 0;
  }
  #mobile-search .search-button {
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
    height: 46px;
    border: 0;
    cursor: pointer;
    background-color: transparent;
  }
  #mobile-search .search-button i {
    font-size: 14px;
  }
  .megamenu-wrap.container {
    width: 100%;
    padding: 0;
  }
  .sticky-on-mobile .navbar {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }
  .navbar-nav .dropdown > i,
  .navbar-nav .dropdown-submenu > i {
    display: block;
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 50;
    cursor: pointer;
  }
}

/*-------------------------------------------------------*/
/* Hero Slider
/*-------------------------------------------------------*/
.flexslider .slides > li {
	max-height: 490px;
}

.hero-holder {
  position: absolute;
  padding:20px 30px;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.hero-holder.right-align {
  width: auto;
  left: auto;
  right: 12%;
}

.hero-holder.left-align {
  width: auto;
  left: 12%;
}

.hero-holder p {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 400;
  color:#9FD6D2;
}

.hero-heading {
  font-size: 45px;
  font-weight: 400;
  margin-bottom: 12px;
  color:#FFFFFF;
}

.hero-heading.large {
  font-size: 110px;
}

.hero-subheading {
  font-size: 14px;
  font-weight: 300;
  color:#FFFFFF;
}

.hero-lines {
  margin-bottom: 34px;
}

/*

.hero-lines:before, .hero-lines:after {
  content: '';
  display: inline-block;
  height: 1px;
  width: 185px;
  background-color: #fff;
}

.hero-lines:before {
  margin-bottom: 19px;
}

.hero-lines:after {
  margin-top: 31px;
}*/

#flexslider-hero img {
	overflow: hidden;
  min-height: 490px;
  max-height: 490px;
  min-width: 100%;
  object-fit: cover;
}



#flexslider-hero .img-holder {
  position: absolute;
  top: 0;
  height: 536px;
  width: 100%;
  background-size: cover;
  background-position: center;
}

/* Banner
-------------------------------------------------------*/
.banner-wrap {
  margin-bottom: 47px;
}

.banner-wrap .hero-holder {
  right: 9%;
}

.banner-wrap .hero-heading {
  font-size: 44px;
}


/* --------------------------------------------- SLIDER DESTAQUES --------------------------------------------- */

.slider {
	width: 100%;
	margin: 0px auto;
}

.slick-slide {
	margin: 0px;
	padding: 1px;
}

.slick-slide img {
	width: 100%;
}

.slick-prev:before,
.slick-next:before {
	color: #F48D3E;
}

.slick-dots {
	color:#FFFFFF;
}

.slick-prev {
    left: 10px;
	z-index:100;
}

.slick-next {
    right: 10px;
	z-index:100;
}

.slick-prev,
.slick-next {
	width:40px;
	height:40px;
}

.section-main-products{
	padding:90px;	
}


.newsletter-box,
.call-to-action {
	display:block;
  background-color: #f7f7f7;
  padding: 47px 10px;
  text-align: center;
}

.newsletter-box h5,
.newsletter-box form,
.call-to-action h5,
.call-to-action form {
  display: inline-block;
}

.newsletter-box h5,
.call-to-action h5 {
  margin-right: 55px;
  margin-bottom: 0;
  vertical-align: middle;
}

.newsletter-box .newsletter-input,
.call-to-action .newsletter-input {
  width: 210px;
  margin-bottom: 0;
  vertical-align: middle;
  float: left;
}

.newsletter-submit.btn {
  background-color: #444444;
  padding: 11px 30px;
}

.newsletter-submit.btn:hover {
  background-color: #00c9d0;
}

/*-------------------------------------------------------*/
/* About us
/*-------------------------------------------------------*/
.section-about-us{
	padding:0px;
	background-color:#F8F8F8;
}

.about-us-page-title{
	display:block;
	padding:40px 0px;
	margin:0px auto;
	font-size: 50px;
	font-weight:200;
	color: #979797;
	text-align:center;
}

.about-us-page-title:after {
	display: block;
	width: 100px;
	height: 4px;
	margin: 0px auto;
	margin-top: 25px;
	background-color: #979797;
	content: " ";
}

.about-us-text{
	padding:70px 40px;
}

.about-us-title{
	font-size: 40px;
	font-weight:400;
	padding-bottom:30px;
	color: #FFFFFF;
}

.about-us-text p {
	font-size: 15px;
	font-weight:300;
	color: #FFFFFF;
}

.about-us img {
  margin-bottom: 70px;
}

.about-intro {
  margin-bottom: 15px;
}

/*-------------------------------------------------------*/
/* Category Page
/*-------------------------------------------------------*/

.modal-box {
	position:absolute;
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 400; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    //background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
}

/* Modal Content */
.modal-wrap {
	position:relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
    background-color: #fefefe;
    margin: 0px auto;
    padding: 0;
    //border: 1px solid #888;
	max-width:300px;
    //box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.5s;
    animation-name: animatetop;
    animation-duration: 0.5s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:50%; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:50%; opacity:1}
}

/* The Close Button */
.close-modal {
    color: #FFFFFF;
    float: right;
    font-size: 30px;
	font-weight:400;
}

.close-modal:hover,
.close-modal:focus {
    color: #FFFFFF;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 2px 10px;
    background-color: #F48D3E;
    color: #FFFFFF;
	text-align:center;
}

.modal-body {
	padding: 2px 16px;
	text-align:center;
}

.section-list-collection{
	padding:10px 0px;
	background-color:#F8F8F8;
}

.category-name{
	display:block;
	padding:40px 0px;
	margin:0px auto;
	font-size: 50px;
	font-weight:200;
	color: #979797;
	text-align:center;
}

.category-name:after {
	display: block;
	width: 100px;
	height: 4px;
	margin: 0px auto;
	margin-top: 25px;
	background-color: #979797;
	content: " ";
}



/*-------------------------------------------------------*/
/* Collections
/*-------------------------------------------------------*/
.collection-item {
  margin-bottom: 40px;
  padding-bottom: 20px;
  min-height:250px;
  max-height:250px;
  position: relative;
  display: block;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  border-bottom: 1px solid #ebebeb;
}

.collection-item img {
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -ms-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  
  overflow: hidden;
  min-width: 100%;
  min-height:250px;
  max-height:250px;
  object-fit: cover;
}

.collection-item .category-title {
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
  margin-bottom: 0;
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 2;
}

.collection-item .category-overlay {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
  background-color: rgba(68, 68, 68, 0.2);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.collection-item:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.collection-item:hover .category-overlay {
  opacity: 0;
  visibility: hidden;
}



.product-item {
  margin-bottom: 40px;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 20px;
}

.product-img img {
  overflow: hidden;
  min-width: 100%;
  min-height:250px;
  max-height:250px;
  object-fit: cover;
}

.product-img > a {
  display: block;
  position: relative;
}

.product-label {
  position: absolute;
  top: 10px;
  right: 10px;
  pointer-events: none;
}

.product-label > span {
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  padding: 5px 8px;
  letter-spacing: 0.05em;
}

.product-label .sale {
  background-color: #00c9d0;
  color: #fff;
}

.sold-out {
  background-color: rgba(255, 255, 255, 0.9);
  color: #444444;
  pointer-events: none;
  padding: 15px 0;
  display: block;
  text-align: center;
  width: 100%;
  z-index: 5;
  text-transform: uppercase;
  font-weight: bold;
  cursor: default;
  font-size: 11px;
}

.product-details {
  position: relative;
  text-align: center;
}

/* Legenda item produto */
.product-details > h3,
.product-list-widget a > span {
  line-height: 14px;
  margin-bottom: 3px;
  color: #979797;
  font-weight: normal;
  font-size: 14px;
}

.product-details .product-title,
.product-list-widget a {
  line-height: 1.5;
}

.product-details .product-title:hover,
.product-list-widget a:hover {
  color: #FA6900;
}

.price,
.amount {
  text-transform: uppercase;
  font-weight: 500;
}

.price del {
  color: #979797;
  margin-right: 10px;
  font-size: 14px;
}

.price ins {
  text-decoration: none;
  color: #444444;
  font-size: 19px;
}

.product-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
}

.product-img:hover .product-actions {
  opacity: 1;
  visibility: visible;
}

.product-img:hover .product-quickview {
  bottom: 0;
}

.product-img .product-quickview {
  position: absolute;
  bottom: -26px;
  width: 100%;
  background-color: #171717;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  text-align: center;
  line-height: 26px;
  color: #fff !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.product-img .product-quickview:hover {
  background-color: #F48D3E;
}

.product-img .back-img {
  position: absolute;
  top: 0;
  opacity: 0;
  visibility: hidden;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.product-img:hover .back-img {
  opacity: 1;
  visibility: visible;
}

.product-img .product-actions {
  display: block;
  position: absolute;
  top: 20px;
  left: 20px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.product-img .product-actions a {
  color: #444444;
  display: inline-block;
  text-align: center;
  width: 32px;
  height: 32px;
  line-height: 32px;
  margin: 0 2px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.product-img .product-actions a:hover {
  background-color: #00c9d0;
  color: #fff;
}

.product-img .product-actions i {
  font-size: 14px;
}

.rating:before {
  font-family: 'FontAwesome';
  content: '\f005 \f005 \f005 \f005 \f006';
  letter-spacing: 0.25em;
  font-size: 12px;
  color: #bebebe;
  font-style: normal;
}






/*-------------------------------------------------------*/
/* Product Details
/*-------------------------------------------------------*/

#gallery-main .gallery-cell {
  margin-bottom: 10px;
}

.gallery-cell,
#gallery-main img {
	width: 100%;
  min-height:550px;
  max-height:550px;
  overflow: hidden;
  object-fit: cover;
}

.gallery-cell a i {
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-size: 24px;
  color: #ccc;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.gallery-thumbs {
  margin: 0px auto;
  max-height:100px;
}

.gallery-thumbs .gallery-cell {
  width: 110px;
  float: left;
  padding: 0 5px;
}

.gallery-thumbs img {
  opacity: 0.5;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.gallery-thumbs .is-nav-selected img,
.gallery-thumbs img:hover {
  opacity: 1;
}

@media only screen and (min-width: 992px) {
  .single-product .product-info-wrap {
    padding-left: 30px;
  }
}

.single-product {
	background-color:#F8F8F8;
}

.product-info-wrap {
	padding: 80px;
}

.single-product .product-name {
	display:block;
	font-size: 30px;
	text-transform: uppercase;
	color:#333333;
}

.single-product .product-ref {
	display:block;
  padding: 0px;
  font-size: 12px;
  color:#cccccc;
}

.single-product .price{
	margin: 25px 0px;
	color:#979797;
	font-size:35px;
	font-weight:400;
}

.single-product .old-price {
    position: relative;
    display: inline-block;
	margin-right:7px;
	font-size:15px;
	font-weight:300;
	color:#999999;
}

.single-product .old-price::before {
    content: '';
    width: 100%;
    position: absolute;
    right: 0;
    top: 50%;
}

.single-product .old-price::before {
    border-bottom: 1px solid #999999;
    -webkit-transform: skewY(-10deg);
    transform: skewY(-10deg);
}

.single-product .product-description {
	display:block;
	margin:20px 0px 0px 0px;
  padding: 0px;
  font-size: 17px;
  color:#cccccc;
}

.single-product .product-description:after {
	display:block;
	width:400px;
	height: 2px;
	margin-top: 4px;
	background-color: #dddddd;
	content: " ";
}

.single-product .product-description-text p {
	display:block;
	margin:0px;
  padding:15px 0px 70px 0px;
  font-size: 15px;
  line-height:23px;
  color:#aaaaaa;
  font-weight:300;
}

.single-product .discount-text {
	margin:10px 0px;
	padding:4px;
  font-size: 13px;
  border:2px solid #1a1a1a;
  color: #1a1a1a;
  font-weight:300;
  text-align:center;
}

.single-product .login-advise {
	display:block;
	margin:30px 0px;
	padding:15px;
  font-size: 12px;
  border:2px solid #1a1a1a;
  color: #1a1a1a;
  font-weight:300;
}

/*.single-product .rating a:before {
  margin-right: 15px;
}

.select-options {
  padding: 17px 0;
}

.single-product .quantity.buttons_added {
  float: left;
}

.quantity.buttons_added {
  white-space: nowrap;
  position: relative;
  display: inline-block;
}

.quantity.buttons_added .minus,
.quantity.buttons_added .plus {
  width: 20px;
  height: 32px;
  background-color: #fff;
  border: 1px solid #ebebeb;
  font-size: 22px;
  float: left;
}

.quantity.buttons_added .minus {
  border-right: 0;
}

.quantity.buttons_added .plus {
  border-left: 0;
}

.quantity .input-text.qty {
  width: 32px;
  height: 32px;
  padding: 0;
  background: #fff;
  margin-bottom: 0;
  text-align: center;
  float: left;
  line-height: 1;
  -webkit-border-radius: 0;
  border-radius: 0;
  color:#000000;
}

.product-actions li {
  margin-right: 7px;
  display: inline-block;
  float: left;
}

.product-actions li:last-child {
  margin-right: 0;
  margin-left: 23px;
}

.product-actions li .buttons_added input {
  width: 20px !important;
  height: 50px !important;
  line-height: 50px;
}

.single-product .product-actions {
  padding: 3px 0 30px;
}

.single-product .icon-add-to-wishlist {
  height: 50px;
  line-height: 50px;
  width: 50px;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}*/

.single-product .socials-share {
  padding: 12px 0;
  margin-bottom: 30px;
}

.single-product .socials-share .social-icons {
  margin-top: 0;
}

.single-product .socials-share span,
.project-info .socials-share span {
  display: inline-block;
  margin-top: 6px;
  margin-right: 10px;
}

.socials-share .social-icons {
  display: inline-block;
}

.single-product .tab-content #tab-info .table > thead > tr {
  border-bottom: 1px solid #ebebeb;
}

.single-product .tab-content #tab-info tr th {
  width: 25%;
  background-color: #f7f7f7;
  padding-left: 15px;
}

.single-product .tab-content #tab-info tr td {
  padding-left: 15px;
}

.single-product .reviews-lists li {
  margin-top: 20px;
}

.single-product .reviews-lists li:first-child {
  margin-top: 0;
}

.single-product .review-content p:first-child {
  color: #444444;
  margin-bottom: 0;
}

#owl-related-products .product-item {
  padding: 0 5px;
  margin-bottom: 0;
  border-bottom: none;
}

.single-product .product-share {
	display:block;
	margin:20px 0px 0px 0px;
  padding: 0px;
  font-size: 17px;
  color:#cccccc;
}

.single-product .product-share:after {
	display:block;
	width:400px;
	height: 2px;
	margin-top: 4px;
	background-color: #dddddd;
	content: " ";
}

.msg{
	padding:20px;
	margin-bottom:30px;
	background-color:#272727;
	color:#FFFFFF;
}

.msg i {
	font-size:20px;
	color: #FFFFFF;
	line-height:25px;
}

.msg span{
	padding:0px 0px 0px 20px;
	font-size: 15px;
  	color:#FFFFFF;
  	font-weight:300;
	line-height:25px;
}


/*-------------------------------------------------------*/
/* Cart
/*-------------------------------------------------------*/

.section-cart {
}

.cart-title{
	display:block;
	padding:25px 0px;
	background-color:#F48D3E;
	margin:0px auto;
}

.cart-title span{
	display:block;
	margin:0px auto;
	color:#FFFFFF;
	font-size:25px;
	font-weight:300;
	text-align:center;
	text-transform:uppercase;
}

.cart-title i{
	display:block;
	margin:0px auto;
	padding:10px;
	color:#FFFFFF;
	font-size:50px;
	text-align:center;
}

.cart-items {
	display:block;
	margin:0px;
	padding:20px;
	background-color:#F8F8F8;
}

.item-row {
	display:block;
	margin:0px;
	padding:20px 0px;
	border-bottom:1px solid #333333;
	border-bottom-style:dashed;
}

.product-remove .remove {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #1a1a1a;
  text-align: center;
}

.product-remove .remove i {
	display:block;
	font-size:20px;
	color: #FFFFFF;
}

.product-remove .remove:hover {
  background-color: #D0ECEA;
}

.product-remove .remove:hover i {
  color: #fff;
}

.product-thumbnail img {
  width: 100px;
  height: auto;
  min-width: 50px;
}

.product-info .product-name {
    display: block;
    padding: 0px;
    font-size: 19px;
    color: #999999;
}

.product-info .product-name:hover {
    color: #F48D3E;
}

.product-info .product-ref {
    display: block;
    padding: 0px;
    font-size: 12px;
    color: #cccccc;
}


.product-info .product-ref {
    display: block;
    padding: 0px;
    font-size: 12px;
    color: #cccccc;
}

.item-row .price{
	color:#999999;
	font-size:19px;
	font-weight:400;
}

.item-row .old-price {
    position: relative;
    display: inline-block;
	margin-right:7px;
	font-size:12px;
	font-weight:300;
	color:#999999;
}
.item-row .old-price::before {
    content: '';
    width: 100%;
    position: absolute;
    right: 0;
    top: 50%;
}
.item-row .old-price::before {
    border-bottom: 1px solid #999999;
    -webkit-transform: skewY(-10deg);
    transform: skewY(-10deg);
}

.item-row input[type="number"],
select {
  height: 41px;
  border: 1px solid #ebebeb;
  background-color: #fcfcfc;
  width: 60px;
  margin-bottom: 10px;
  font-size: 14px;
  padding: 10px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

input[type="number"]:focus {
  border-color: #F48D3E;
  background-color: #fff;
  outline: none;
  box-shadow: none !important;
}

.item-row .total-price{
	color:#333333;
	font-size:21px;
	font-weight:400;
}

.item-row .total-old-price {
    position: relative;
    display: inline-block;
	margin-right:7px;
	font-size:15px;
	font-weight:300;
	color:#999999;
}

.item-row .total-old-price::before {
    content: '';
    width: 100%;
    position: absolute;
    right: 0;
    top: 50%;
}

.item-row .total-old-price::before {
    border-bottom: 1px solid #999999;
    -webkit-transform: skewY(-10deg);
    transform: skewY(-10deg);
}

.product-discount-text {
	margin:10px 0px;
	padding:4px;
  font-size: 13px;
  border:2px solid #1a1a1a;
  color: #1a1a1a;
  font-weight:300;
  text-align:center;
}

.cart-resume {
	background-color:#9FD6D2;
}

.coupon .input-text {
  width: 30%;
  display: inline-block;
}

.coupon {
	padding:40px 40px 40px 20px;
	background-color:#777777;
	text-align:right;
}

.coupon span {
	display:block;
	margin-bottom:20px;
	font-size:20px;
	font-weight:300;
	color:#FFFFFF;
}

.coupon p {
	margin-bottom:30px;
	font-size:13px;
	line-height:17px;
	font-weight:200;
	color:#FFFFFF;
}

.cart_totals {
	padding:40px 40px 40px 20px;
	text-align:right;
}

.resume-cart-title{
	display:block;
	color:#FFFFFF;
	font-size:30px;
	font-weight:400;
}

.resume-cart-obs{
	display:block;
	margin-bottom:20px;
	color:#FFFFFF;
	font-size:10px;
	font-weight:200;
}

.cart_totals .cart-total{
	color:#FFFFFF;
	font-size:50px;
	font-weight:600;
}

.cart_totals .cart-total-old {
    position: relative;
    display: inline-block;
	margin-right:15px;
	font-size:25px;
	font-weight:200;
	color:#FFFFFF;
}
.cart_totals .cart-total-old::before {
    content: '';
    width: 100%;
    position: absolute;
    right: 0;
    top: 50%;
}
.cart_totals .cart-total-old::before {
    border-bottom: 2px solid #FFFFFF;
    -webkit-transform: skewY(-20deg);
    transform: skewY(-20deg);
}

.btn-cart {
    color: #31302B;
    background: #FFF;
    padding: 12px 17px;
    margin: 25px;
    border: 3px solid #31302B;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 2px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    box-shadow: inset 0 0 0 0 #31302B;
	-webkit-transition: all ease 0.8s;
	-moz-transition: all ease 0.8s;
	transition: all ease 0.8s;
}

.btn-cart:hover {
    box-shadow: inset 250px 0 0 0 #31302B;
    color: #FFF;
}

.cart-obs{
	display:block;
	margin:0px;
	padding:20px 0px;
	color:#999999;
	font-size:15px;
	font-weight:300;
	text-align:center;
}

.empty-cart{
	display:block;
	padding:30px 0px;
	background-color:#9FD6D2;
	margin:0px auto;
}

.empty-cart p{
	display:block;
	margin:0px auto;
	padding:20px 40px;
	color:#FFFFFF;
	font-size:15px;
	font-weight:300;
	text-align:center;
}

.empty-cart span{
	display:block;
	margin:0px auto;
	color:#FFFFFF;
	font-size:25px;
	font-weight:400;
	text-align:center;
}

.empty-cart i{
	display:block;
	margin:0px auto;
	padding:20px;
	color:#FFFFFF;
	font-size:70px;
	text-align:center;
}








/*-------------------------------------------------------*/
/* Checkout
/*-------------------------------------------------------*/

.section-checkout {
	padding:10px 20px;
}

.checkout-title{
	display:block;
	padding:40px 0px;
	margin:0px auto;
	font-size: 50px;
	font-weight:200;
	color: #979797;
	text-align:center;
}

.checkout-title:after {
	display: block;
	width: 100px;
	height: 4px;
	margin: 0px auto;
	margin-top: 25px;
	background-color: #979797;
	content: " ";
}

.step-1,
.step-2,
.step-3 {
	margin:0px;
	padding:20px;
}

.step-block {
	display:block;
	margin:0px 0px 30px 0px;
}

.title-step{
	display:block;
	margin:0px 0px 4px 0px;
	padding:0px 0px 20px 0px;
	color:#444444;
	font-size:20px;
	font-weight:400;
	text-transform:uppercase;
}

.section-checkout input[type="text"],
.section-checkout input[type="email"],
.section-checkout input[type="tel"],
.section-checkout input[type="number"],
.section-checkout select,
.section-checkout textarea {
  border: 1px solid #ebebeb;
  background-color: #fcfcfc;
  width: 100%;
  margin-bottom: 20px;
  font-size: 12px;
  font-weight:300;
  padding: 10px 15px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.section-checkout textarea {
	max-width:100%;
	min-height:150px;
	max-height:350px;
	padding: 8px 16px;
	margin-bottom: 25px;
}

.section-checkout input[type="text"]:focus,
.section-checkout input[type="email"]:focus,
.section-checkout input[type="number"]:focus,
.section-checkout input[type="tel"]:focus,
.section-checkout textarea:focus {
  border-color: #F3812B;
  background-color: #fff;
  outline: none;
  box-shadow: none !important;
}

/* Change Color of Placeholders */
.section-checkout input::-webkit-input-placeholder,
.section-checkout textarea::-webkit-input-placeholder {
  color: #999999;
}

.section-checkout input:-moz-placeholder,
.section-checkout textarea:-moz-placeholder {
  color: #999999;
  opacity: 1;
}

.section-checkout input::-moz-placeholder,
.section-checkout textarea::-moz-placeholder {
  color: #999999;
  opacity: 1;
}

.section-checkout input:-ms-input-placeholder,
.section-checkout textarea:-ms-input-placeholder {
  color: #999999;
}

.section-checkout select {
	width:100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  padding-left: 12px;
  background-image: url(../img/dropdown.png);
  background-repeat: no-repeat;
  background-position: 100% 50%;
}

.section-checkout select::-ms-expand {
  display: none;
}

/* Checkboxes & Radio Buttons
-------------------------------------------------------*/
.section-checkout input[type="checkbox"] {
  display: none;
}

.section-checkout input[type="checkbox"] + label:before {
  width: 20px;
  height: 20px;
  background-color: #f7f7f7;
  content: "";
  display: inline-block;
  font-size: 15px;
  margin: -4px 12px 0 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #ebebeb;
}

.section-checkout input[type="checkbox"]:checked + label:before {
  content: "\f00c";
  font-family: "FontAwesome";
  color: #171717;
  font-size: 12px;
  line-height: 18px;
}

.section-checkout input[type="checkbox"] + label,
.section-checkout input[type="radio"] + label {
  cursor: pointer;
  margin-bottom: 0;
  text-transform: none;
  letter-spacing: normal;
  color: #979797;
  font-size: 14px;
  font-weight:400;
}

.section-checkout .radio-buttons > li,
.section-checkout .checkboxes > li {
  padding: 7px 0;
}

.section-checkout input[type="radio"] {
  display: none;
}

.section-checkout input[type="radio"] + label:before {
  display: inline-block;
  content: "";
  width: 18px;
  height: 18px;
  background-color: #ededed;
  border-radius: 40px;
  margin: -3px 10px 0 0;
  outline: none;
  vertical-align: middle;
  cursor: pointer;
  margin-bottom: 0;
}

.section-checkout input[type="radio"]:checked + label:before {
  background-color: #171717;
  border: 5px solid #ededed;
  padding: 1px;
}

.section-checkout input[type="radio"]:focus {
  outline: none;
}

.section-checkout label {
	margin-bottom: 3px;
  color: #444444;
  font-size: 13px;
  vertical-align: middle;
  font-weight: 400;
  text-transform:uppercase;
}

.coupon-area{
	padding:40px 20px;
	background-color:#F9F9F9;
}

.coupon-area p {
	font-size: 12px;
	line-height:20px;
    color: #555555;
	font-weight:300;
	margin: 10px 0px;
}

.coupon-area input[type="text"] {
  border: 1px solid #ebebeb;
  background-color: #fcfcfc;
  width: 100%;
  margin-bottom: 0px;
  font-size: 12px;
  font-weight:300;
  padding: 10px 15px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.delivery_methods li,
.payment_methods li {
  padding: 15px 0;
  border-bottom: 1px solid #ebebeb;
}

.delivery_box p,
.payment_box p {
	font-size: 14px;
    color: #1a1a1a;
	font-weight:300;
	background-color:#F9F9F9;
	margin: 10px 0px 0px 0px;
	padding:15px;
}

.delivery_methods label,
.payment_methods label {
  color: #444444;
  vertical-align: middle;
  margin-bottom: 0;
}

.payment_method img {
  margin-left: 15px;
}

.order-review-wrap {
	border: 4px solid #ebebeb;
	padding: 20px;
	background-color:#FBFBFB;
}

.order-review-wrap .item-row {
	display:block;
	margin:0px;
	padding:20px 0px;
	border-bottom:1px solid #999999;
	border-bottom-style:dashed;
}

.order-review-wrap .product-name a {
    display: block;
    padding: 0px;
    font-size: 14px;
    color: #1a1a1a;
}

.order-review-wrap .product-name a:hover {
    color: #F48D3E;
}

.order-review-wrap .product-ref {
    display: block;
    padding: 0px;
    font-size: 12px;
    color: #cccccc;
}

.order-review-wrap .product-ref {
    display: block;
    padding: 0px;
    font-size: 12px;
    color: #cccccc;
}

.order-review-wrap .price{
	color:#999999;
	font-size:15px;
	font-weight:400;
}

.order-review-wrap .old-price {
    position: relative;
    display: inline-block;
	margin-right:3px;
	font-size:12px;
	font-weight:300;
	color:#999999;
}

.order-review-wrap .old-price::before {
    content: '';
    width: 100%;
    position: absolute;
    right: 0;
    top: 50%;
}

.order-review-wrap .old-price::before {
    border-bottom: 1px solid #999999;
    -webkit-transform: skewY(-10deg);
    transform: skewY(-10deg);
}

.order-review-wrap .total-price{
	color:#333333;
	font-size:15px;
	font-weight:400;
}

.order-review-wrap .total-old-price {
    position: relative;
    display: inline-block;
	margin-right:7px;
	font-size:12px;
	font-weight:300;
	color:#999999;
}

.order-review-wrap .total-old-price::before {
    content: '';
    width: 100%;
    position: absolute;
    right: 0;
    top: 50%;
}

.order-review-wrap .total-old-price::before {
    border-bottom: 1px solid #999999;
    -webkit-transform: skewY(-10deg);
    transform: skewY(-10deg);
}

.order-review-wrap .product-discount-text {
	margin:5px 0px;
	padding:4px;
	font-size: 10px;
	border:1px solid #ebebeb;
	color: #333333;
	font-weight:300;
	text-align:center;
}

.cart-totals {
	padding:30px 30px 30px 10px;
	text-align:right;
}

.cart-totals p {
	margin:10px 0px;
}

.cart-subtotal-title{
	display:block;
	color:#333333;
	font-size:18px;
	font-weight:400;
}

.cart-subtotal{
	margin-bottom:12px;
	color:#999999;
	font-size:18px;
	font-weight:300;
}

.cart-subtotal-old {
    position: relative;
    display: inline-block;
	margin-right:5px;
	font-size:15px;
	font-weight:300;
	color:#999999;
}
.cart-subtotal-old::before {
    content: '';
    width: 100%;
    position: absolute;
    right: 0;
    top: 50%;
}
.cart-subtotal-old::before {
    border-bottom: 1px solid #999999;
    -webkit-transform: skewY(-20deg);
    transform: skewY(-20deg);
}

.delivery-title{
	display:block;
	color:#777777;
	font-size:18px;
	font-weight:400;
}

.delivery-cost{
	color:#999999;
	font-size:18px;
	font-weight:300;
}

.cart-total-title{
	display:block;
	margin-bottom:10px;
	color:#333333;
	font-size:24px;
	font-weight:400;
}

.cart-total-obs{
	display:block;
	margin-bottom:20px;
	color:#333333;
	font-size:10px;
	font-weight:200;
}

.cart-total{
	color:#333333;
	font-size:35px;
	font-weight:400;
}

.cart-total-old {
    position: relative;
    display: inline-block;
	margin-right:5px;
	font-size:15px;
	font-weight:300;
	color:#999999;
}

.cart-total-old::before {
    content: '';
    width: 100%;
    position: absolute;
    right: 0;
    top: 50%;
}

.cart-total-old::before {
    border-bottom: 1px solid #999999;
    -webkit-transform: skewY(-20deg);
    transform: skewY(-20deg);
}

.checkout-btn-area{
	padding:40px 0px;
	text-align:right;
}






/*-------------------------------------------------------*/
/* Contacts
/*-------------------------------------------------------*/

.section-wrap {
	padding: 80px 0;
	overflow: hidden;
	background-attachment: fixed;
	background-size: cover;
}

.text-content {
	padding: 0px;
	max-width: 100%;
	margin: 0px auto;
	list-style: none;
	background-color: #333333;
	z-index: 1;
}
.grid-2-row {
	background-size: cover;
	background-position: center;
	display: block;
	text-align: center;
	position: relative;
	max-width: 100%;
	min-height: 300px;
	margin: 0px auto;
	padding: 0px;
}
.background-effect {
	position: absolute;
	width: 100%;
	height: 100%;
}
.overlay-2 {
	position: absolute;
}
.overlay-2:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.6;
}

.black:after {
	background-color: #1a1a1a;
}

.row-content {
	margin: 0px;
	position: relative;
	padding: 70px 40px;
	z-index: 10;
	text-align: center;
}
.row-content p {
	color: #FFFFFF;
}
.row-content .title {
	font-size: 30px;
	font-weight: 500;
	padding: 20px 0px;
	text-align: center;
	text-transform: uppercase;
	display: block;
	color: #FFFFFF;
}
.row-content .title:after {
	display: block;
	width: 100px;
	height: 2px;
	margin: 0px auto;
	margin-top: 25px;
	background-color: #ffffff;
	content: " ";
}

.row-contacts {
	max-width: 700px;
	margin: 0px auto;
	position: relative;
	padding: 70px 40px;
	z-index: 10;
	text-align: center;
	background-color: #F48D3E;
}
.contacts-text .title {
	font-size: 30px;
	font-weight: 500;
	padding: 20px 0px;
	text-align: center;
	text-transform: uppercase;
	display: block;
	color: #FFFFFF;
}
.contacts-text .title:after {
	display: block;
	width: 100px;
	height: 2px;
	margin: 0px auto;
	margin-top: 25px;
	background-color: #ffffff;
	content: " ";
}
.form-items-holder input {
	width: 100%;
	border: 0;
	border-bottom: 1px solid #FFFFFF;
	margin-bottom: 5px;
	padding: 5px;
	background-color: transparent;
	color: #ffffff;
	outline: none;
}
.form-items-holder label {
	display:none;
}
.form-items-holder input::placeholder, textarea::placeholder {
	color:#FFFFFF;
}
.form-items-holder input:focus::placeholder, input:hover::placeholder, textarea:focus::placeholder, textarea:hover::placeholder {
	color:#3E3E3E;
}
.form-items-holder input:hover, .form-items-holder input:focus {
	border-bottom: 1px solid #3E3E3E;
}
.formblock{
	display:block;
}
.form-items-holder .formblock .error {
	display:block;
	width:100%;
	padding:7px;
	color: #fbf0f4;
	font-size:13px;
	font-weight: 300;
	font-style:italic;
	background-color: #ef5659;
}
.message-sent {
	display:block;
	width:100%;
	padding:30px;
	color: #FFFFFF;
	font-size:20px;
	font-weight: 300;
}
.message-sent strong {
	color: #FFFFFF;
}
.form-items-holder textarea {
	width: 100%;
	height: 100px;
	resize: none;
	padding: 5px;
	margin-bottom: 5px;
	border: 0;
	border-bottom: 1px solid #FFFFFF;
	background-color: transparent;
	color: #ffffff;
	outline: none;
}
.form-items-holder textarea:hover, .form-items-holder textarea:focus {
	border-bottom: 1px solid #3E3E3E;
}
.form-items-holder input[type="submit"] {
	width: inherit;
	float: right;
	border: 1px solid rgba(255,255,255,0);
	padding: 5px 10px;
	pointer-events: all;
}
.form-items-holder input[type="submit"]:hover {
	border: 1px solid rgba(255,255,255,1);
}
 input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus input:-webkit-autofill, textarea:-webkit-autofill, textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus {
 border: 1px solid rgba(255,255,255,0);
 border-bottom: 1px solid rgba(255,255,255,1);
 -webkit-text-fill-color: white;
 -webkit-box-shadow: 0 0 0px 1000px #000 inset;
 transition: background-color 5000s ease-in-out 0s;
}
.form-items-holder .ajax-button.sending input[type="submit"] {
	pointer-events: none;
	font-size: 0;
	width: 20px;
	height: 20px;
	margin-top: 5px;
	border-radius: 15px;
	padding: 0;
	border: 2px solid #FFFFFF;
	border-bottom: 2px solid rgba(255,255,255,0.0);
	border-left: 2px solid rgba(255,255,255,0.0);
	background-color: transparent !important;
	animation-name: rotateAnimation;
	-webkit-animation-name: rotateAnimation;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
	animation-delay: 0.2s;
	-webkit-animation-delay: 0.2s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}
@keyframes rotateAnimation {
 0% {
transform: rotate(0deg);
}
 100% {
transform: rotate(360deg);
}
}
@-webkit-keyframes rotateAnimation {
 0% {
-webkit-transform: rotate(0deg);
}
 100% {
-webkit-transform: rotate(360deg);
}
}
.flex {
	margin: 0px;
	padding: 0px;
}
.contacts-details-area {
	margin: 0px;
	padding: 0px;
	background-color: #9FD6D2;
}

@media (min-width: 768px) {
.flex, .contacts-details-area {
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
}
}
.contacts-details-text {
	padding: 40px;
	margin: auto;
	flex: 1;
}
.contacts-details-text p {
	margin-bottom: 30px;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: 300;
	line-height: 19px;
}
.title-place {
	display: block;
	margin: 0px;
	padding: 5px 0px;
	font-size: 30px;
	font-weight: 300;
	color: #FFFFFF;
}
.title-contacts {
	display: block;
	margin: 0px;
	padding: 10px 0px;
	font-size: 18px;
	font-weight: 500;
	color: #FFFFFF;
}
#google-container {
	position: relative;
	min-width: 100%;
	max-width: 100%;
	min-height: 450px;
	margin: 0px;
}

@media only screen and (min-width: 768px) {
#google-container {
	min-height: 450px;
	margin: 0px;
}
}

@media only screen and (min-width: 1170px) {
#google-container {
	min-height: 450px;
	margin: 0px;
}
}
#cd-google-map {
	position: relative;
	margin: 0px;
}

#cd-zoom-in, #cd-zoom-out {
	height: 32px;
	width: 32px;
	cursor: pointer;
	margin-left: 10px;
	background-color: rgba(211, 104, 104, 0.9);
	background-repeat: no-repeat;
	background-size: 32px 64px;
	background-image: url("../images/cd-icon-controller.svg");
}
.no-touch #cd-zoom-in:hover, .no-touch #cd-zoom-out:hover {
	background-color: #1a1a1a;
}

@media only screen and (min-width: 768px) {
#cd-zoom-in, #cd-zoom-out {
	margin-left: 50px;
}
}
#cd-zoom-in {
	background-position: 50% 0;
	margin-top: 10px;
	margin-bottom: 1px;
}

@media only screen and (min-width: 768px) {
#cd-zoom-in {
	margin-top: 50px;
}
}
#cd-zoom-out {
	background-position: 50% -32px;
}

/*-------------------------------------------------------*/
/* Google Map
/*-------------------------------------------------------*/
.gmap {
  width: 100%;
  height: 450px;
}

.gmap-btn {
  background-color: #f7f7f7;
  color: #444444;
  font-family: "Maven Pro", sans-serif;
  width: 100%;
  height: 70px;
  line-height: 70px;
  z-index: 2;
  position: relative;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.gmap-btn:hover, .gmap-btn.opened {
  color: #fff;
  background-color: #171717;
}

.gmap.gmap-hidden {
  display: none;
}







/*-------------------------------------------------------*/
/* Login Page
/*-------------------------------------------------------*/

.login-register {
	padding:70px 10px;
	background-color:#999999;
}

.login,
.register {
	display:block;
	padding:30px 40px;
}

.login .login-title,
.register .login-title{
	display:block;
	margin-bottom:30px;
	color:#FFFFFF;
	font-size:30px;
	font-weight:400;
	//text-transform:uppercase;
}

.login p,
.register p{
	display:block;
	margin-bottom:25px;
	color:#FFFFFF;
	font-size:14px;
	font-weight:300;
}

.login-register input[type="password"],
.login-register input[type="email"] {
	display:block;
  height: 41px;
  border: 3px solid #E4E4E4;
  background-color:transparent;
  color:#FFFFFF;
  width: 100%;
  margin-bottom: 15px;
  font-size: 15px;
  font-weight:300;
  padding: 0 16px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.login-register input[type="password"]:focus,
.login-register input[type="email"]:focus {
  border-color: #FFFFFF;
  outline: none;
  box-shadow: none !important;
}

.login-register input:-webkit-autofill {
    -webkit-text-fill-color: #FFFFFF;
}

.login-register input:not([type=checkbox]):not([type=radio]),
textarea {
  -webkit-appearance: none;
}

/* Change Color of Placeholders */
.login-register input::-webkit-input-placeholder {
  color: #979797;
}

.login-register input:-moz-placeholder {
  color: #979797;
  opacity: 1;
}

.login-register input::-moz-placeholder {
  color: #979797;
  opacity: 1;
}

.login-register input:-ms-input-placeholder {
  color: #979797;
}

/* Checkboxes & Radio Buttons
-------------------------------------------------------*/
.login-register input[type="checkbox"] {
  display: none;
}

.login-register input[type="checkbox"] + label:before {
  width: 20px;
  height: 20px;
  border: 1px solid #ECECEC;
  background-color:transparent;
  content: "";
  display: inline-block;
  font-size: 13px;
  margin: -4px 12px 0 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #ebebeb;
}

.login-register input[type="checkbox"]:checked + label:before {
  content: "\f00c";
  font-family: "FontAwesome";
  border: 1px solid #ECECEC;
  background-color:transparent;
  color: #FFFFFF;
  font-size: 10px;
  line-height: 18px;
}

.login-register input[type="checkbox"] + label {
  cursor: pointer;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 400;
}

.login-register label {
	margin:0px;
	padding:10px 0px;
  color: #FFFFFF;
  font-size: 14px;
  vertical-align: middle;
  text-transform: uppercase;
  font-weight: 400;
}

.login-register a.link-recover {
	display:block;
  float: left;
  color: #FFFFFF;
  font-size: 15px;
  margin-top: 10px;
}

.login-register a.link-recover:hover {
	text-decoration:underline;
}

@media (min-width: 768px) {
  /*.login-register .login {
    padding-right: 20px;
  }
  .login-register .register {
    padding-left: 20px;
  }*/
}


/*-------------------------------------------------------*/
/* Create Account Page
/*-------------------------------------------------------*/

.section-create-account{
	padding:70px 20px;
}

.section-create-account .title-page{
	display:block;
	margin-bottom:40px;
	color:#444444;
	font-size:30px;
	font-weight:400;
	text-transform:uppercase;
}

.section-create-account .page-text{
	display:block;
	color:#777777;
	font-size:15px;
	font-weight:300;
}

.section-create-account .step-1 {
	margin:0px;
	padding:15px;
}

.section-create-account .step-block {
	display:block;
	margin:0px 0px 30px 0px;
}

.section-create-account .title-step{
	display:block;
	margin:0px 0px 4px 0px;
	padding:0px 0px 20px 0px;
	color:#444444;
	font-size:20px;
	font-weight:400;
	text-transform:uppercase;
}

.section-create-account .step-block p{
	display:block;
	color:#777777;
	font-size:14px;
	font-weight:300;
}

.section-create-account input[type="text"],
.section-create-account input[type="password"],
.section-create-account input[type="email"],
.section-create-account input[type="tel"],
.section-create-account input[type="number"],
.section-create-account select,
.section-create-account textarea {
  border: 1px solid #ebebeb;
  background-color: #fcfcfc;
  width: 100%;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight:300;
  color:#979797;
  padding: 10px 15px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.section-create-account input:-webkit-autofill {
    -webkit-text-fill-color: #979797;
}

.section-create-account textarea {
	max-width:100%;
	min-height:150px;
	max-height:350px;
  padding: 8px 16px;
  margin-bottom: 25px;
}

.section-create-account input[type="text"]:focus,
.section-create-account input[type="password"]:focus,
.section-create-account input[type="email"]:focus,
.section-create-account input[type="number"]:focus,
.section-create-account input[type="tel"]:focus,
.section-create-account textarea:focus {
  border-color: #F3812B;
  background-color: #fff;
  outline: none;
  box-shadow: none !important;
}

/* Change Color of Placeholders */
.section-create-account input::-webkit-input-placeholder,
.section-create-account textarea::-webkit-input-placeholder {
  color: #999999;
}

.section-create-account input:-moz-placeholder,
.section-create-account textarea:-moz-placeholder {
  color: #999999;
  opacity: 1;
}

.section-create-account input::-moz-placeholder,
.section-create-account textarea::-moz-placeholder {
  color: #999999;
  opacity: 1;
}

.section-create-account input:-ms-input-placeholder,
.section-create-account textarea:-ms-input-placeholder {
  color: #999999;
}

.section-create-account select {
	width:100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  padding-left: 12px;
  background-image: url(../img/dropdown.png);
  background-repeat: no-repeat;
  background-position: 100% 50%;
}

.section-create-account select::-ms-expand {
  display: none;
}

.section-create-account select:-webkit-autofill {
    -webkit-text-fill-color: #979797;
}

.section-create-account label {
	margin-bottom: 3px;
  color: #888888;
  font-size: 13px;
  vertical-align: middle;
  font-weight: 400;
  text-transform:uppercase;
}


/*-------------------------------------------------------*/
/* Recover Password Page
/*-------------------------------------------------------*/

.recover-password{
	display:block;
	background-color:#9FD6D2;
	text-align:center;
	padding:40px 0px;
}

.recover-password p{
	display:block;
	margin:0px auto;
	padding:20px 40px;
	color:#FFFFFF;
	font-size:15px;
	font-weight:300;
	text-align:center;
}

.recover-password .title-page{
	display:block;
	margin:0px auto;
	color:#FFFFFF;
	font-size:25px;
	font-weight:400;
	text-align:center;
}

.recover-password i{
	display:block;
	margin:0px auto;
	padding:20px;
	color:#FFFFFF;
	font-size:70px;
	text-align:center;
}

.recover-password input[type="password"],
.recover-password input[type="email"] {
	display:block;
  height: 41px;
  border: 3px solid #E4E4E4;
  background-color:transparent;
  color:#FFFFFF;
  width: 70%;
  margin:0px auto 30px auto;
  font-size: 15px;
  font-weight:300;
  padding: 0 16px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.recover-password input[type="password"]:focus,
.recover-password input[type="email"]:focus {
  border-color: #FFFFFF;
  outline: none;
  box-shadow: none !important;
}

.recover-password input:not([type=checkbox]):not([type=radio]),
textarea {
  -webkit-appearance: none;
}

/* Change Color of Placeholders */
.recover-password input::-webkit-input-placeholder {
  color: #979797;
}

.recover-password input:-moz-placeholder {
  color: #979797;
  opacity: 1;
}

.recover-password input::-moz-placeholder {
  color: #979797;
  opacity: 1;
}

.recover-password input:-ms-input-placeholder {
  color: #979797;
}

.recover-password label {
  color: #FFFFFF;
  font-size: 14px;
  vertical-align: middle;
  text-transform: uppercase;
  font-weight: 400;
}






/*-------------------------------------------------------*/
/* Account Page
/*-------------------------------------------------------*/

.section-account-page{
	padding:70px 20px;
}

.account-menu{
	border: 4px solid #ebebeb;
	padding: 20px;
	background-color:#FBFBFB;
}

.account-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.account-menu li {
	border-bottom: 1px solid #ebebeb;
	margin: 0px;
	padding: 0px;
}

.account-menu li:last-child {
	border:none;
}

.account-menu li a {
	display:block;
	padding:4px 0px;
	color:#333333;
	font-size:14px;
	font-weight:300;
}

.account-menu li a:hover {
	color:#F3812B;
}


.title-account-area{
	display:block;
	margin-bottom:10px;
	color:#333333;
	font-size:30px;
	font-weight:400;
}

.title-account-area-2{
	display:block;
	margin-bottom:10px;
	color:#333333;
	font-size:20px;
	font-weight:300;
}

.welcome-text{
	display:block;
	margin-bottom:20px;
	color:#333333;
	font-size:25px;
	font-weight:200;
}

.account-text {
	display:block;
	padding:20px 10px;
}

.account-text p{
	display:block;
	padding:0px;
	color:#888888;
	font-size:14px;
	font-weight:300;
	line-height:23px;
}








/*-------------------------------------------------------*/
/* Profile Edit Page
/*-------------------------------------------------------*/
.section-edit-user{
	padding:70px 20px;
}

.section-edit-user input[type="text"],
.section-edit-user input[type="password"],
.section-edit-user input[type="email"],
.section-edit-user input[type="tel"],
.section-edit-user input[type="number"],
.section-edit-user select,
.section-edit-user textarea {
  border: 1px solid #ebebeb;
  background-color: #fcfcfc;
  width: 100%;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight:300;
  padding: 10px 15px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.section-edit-user textarea {
	max-width:100%;
	min-height:150px;
	max-height:350px;
  padding: 8px 16px;
  margin-bottom: 25px;
}

.section-edit-user input[type="text"]:focus,
.section-edit-user input[type="password"]:focus,
.section-edit-user input[type="email"]:focus,
.section-edit-user input[type="number"]:focus,
.section-edit-user input[type="tel"]:focus,
.section-edit-user textarea:focus {
  border-color: #F3812B;
  background-color: #fff;
  outline: none;
  box-shadow: none !important;
}

/* Change Color of Placeholders */
.section-edit-user input::-webkit-input-placeholder,
.section-edit-user textarea::-webkit-input-placeholder {
  color: #999999;
}

.section-edit-user input:-moz-placeholder,
.section-edit-user textarea:-moz-placeholder {
  color: #999999;
  opacity: 1;
}

.section-edit-user input::-moz-placeholder,
.section-edit-user textarea::-moz-placeholder {
  color: #999999;
  opacity: 1;
}

.section-edit-user input:-ms-input-placeholder,
.section-edit-user textarea:-ms-input-placeholder {
  color: #999999;
}

.section-edit-user select {
	width:100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  padding-left: 12px;
  background-image: url(../img/dropdown.png);
  background-repeat: no-repeat;
  background-position: 100% 50%;
}

.section-edit-user select::-ms-expand {
  display: none;
}

.section-edit-user label {
	margin-bottom: 3px;
  color: #888888;
  font-size: 13px;
  vertical-align: middle;
  font-weight: 400;
  text-transform:uppercase;
}







/*-------------------------------------------------------*/
/* Orders List
/*-------------------------------------------------------*/

.orders-list .header-cart{
	margin:10px 0px 0px 0px;
	padding:20px 0px;
	color: #444444;
	font-size: 15px;
  vertical-align: middle;
  font-weight: 400;
  text-transform:uppercase;
  border-bottom: 4px solid #cccccc;
	
}

.orders-list .header-cart div{
	margin:0px;
	padding:0px 15px 0px 0px;
}

.orders-list .item-row {
	display:block;
	margin:0px;
	padding:20px 0px;
	border-bottom:1px solid #cccccc;
}

.orders-list .item-row div{
	margin:0px;
	padding:0px 15px 0px 0px;
}

.orders-list .item-row {
	color: #777777;
  	font-size: 14px;
  	font-weight: 300;
}


/*-------------------------------------------------------*/
/* Order Details
/*-------------------------------------------------------*/

.order-details .step-1 {
	margin:0px;
	padding:15px;
}

.order-details .step-block {
	display:block;
	margin:0px 0px 30px 0px;
}

.order-details .title-step{
	display:block;
	margin:0px 0px 4px 0px;
	padding:0px 0px 20px 0px;
	color:#444444;
	font-size:20px;
	font-weight:400;
	text-transform:uppercase;
}

.order-details .step-block i {
	display:block;
	margin:10px 0px;
	color:#444444;
	font-size:40px;
}

.order-details .step-block p{
	display:block;
	color:#777777;
	font-size:14px;
	font-weight:300;
}

.order-details .step-block span{
	color:#444444;
	font-size:14px;
	font-weight:600;
}


.order-detail {
	border: 4px solid #ebebeb;
	padding: 20px;
	background-color:#FBFBFB;
}

.order-detail .item-row {
	display:block;
	margin:0px;
	padding:20px 0px;
	border-bottom:1px solid #999999;
	border-bottom-style:dashed;
}

.order-detail .product-name a {
    display: block;
    padding: 0px;
    font-size: 14px;
    color: #1a1a1a;
}

.order-detail .product-name a:hover {
    color: #F48D3E;
}

.order-detail .product-ref {
    display: block;
    padding: 0px;
    font-size: 12px;
    color: #cccccc;
}

.order-detail .product-ref {
    display: block;
    padding: 0px;
    font-size: 12px;
    color: #cccccc;
}

.order-detail .price{
	color:#999999;
	font-size:15px;
	font-weight:400;
}

.order-detail .old-price {
    position: relative;
    display: inline-block;
	margin-right:3px;
	font-size:12px;
	font-weight:300;
	color:#999999;
}

.order-detail .old-price::before {
    content: '';
    width: 100%;
    position: absolute;
    right: 0;
    top: 50%;
}

.order-detail .old-price::before {
    border-bottom: 1px solid #999999;
    -webkit-transform: skewY(-10deg);
    transform: skewY(-10deg);
}

.order-detail .total-price{
	color:#333333;
	font-size:15px;
	font-weight:400;
}

.order-detail .total-old-price {
    position: relative;
    display: inline-block;
	margin-right:7px;
	font-size:12px;
	font-weight:300;
	color:#999999;
}

.order-detail .total-old-price::before {
    content: '';
    width: 100%;
    position: absolute;
    right: 0;
    top: 50%;
}

.order-detail .total-old-price::before {
    border-bottom: 1px solid #999999;
    -webkit-transform: skewY(-10deg);
    transform: skewY(-10deg);
}

.order-detail .product-discount-text {
	margin:5px 0px;
	padding:4px;
	font-size: 10px;
	border:1px solid #ebebeb;
	color: #333333;
	font-weight:300;
	text-align:center;
}

.order-detail .order-totals {
	padding:30px 30px 30px 10px;
	text-align:right;
}

.order-detail .order-totals p {
	margin:10px 0px;
}

.order-detail .cart-subtotal-title{
	display:block;
	color:#333333;
	font-size:18px;
	font-weight:400;
}

.order-detail .cart-subtotal{
	margin-bottom:12px;
	color:#999999;
	font-size:18px;
	font-weight:300;
}

.order-detail .cart-subtotal-old {
    position: relative;
    display: inline-block;
	margin-right:5px;
	font-size:15px;
	font-weight:300;
	color:#999999;
}

.order-detail .cart-subtotal-old::before {
    content: '';
    width: 100%;
    position: absolute;
    right: 0;
    top: 50%;
}

.order-detail .cart-subtotal-old::before {
    border-bottom: 1px solid #999999;
    -webkit-transform: skewY(-20deg);
    transform: skewY(-20deg);
}

.order-detail .delivery-title{
	display:block;
	color:#777777;
	font-size:18px;
	font-weight:400;
}

.order-detail .delivery-cost{
	color:#999999;
	font-size:18px;
	font-weight:300;
}

.order-detail .cart-total-title{
	display:block;
	margin-bottom:10px;
	color:#333333;
	font-size:24px;
	font-weight:400;
}

.order-detail .cart-total-obs{
	display:block;
	margin-bottom:20px;
	color:#333333;
	font-size:10px;
	font-weight:200;
}

.order-detail .cart-total{
	color:#333333;
	font-size:35px;
	font-weight:400;
}

.order-detail .cart-total-old {
    position: relative;
    display: inline-block;
	margin-right:5px;
	font-size:15px;
	font-weight:300;
	color:#999999;
}
.order-detail .cart-total-old::before {
    content: '';
    width: 100%;
    position: absolute;
    right: 0;
    top: 50%;
}
.order-detail .cart-total-old::before {
    border-bottom: 1px solid #999999;
    -webkit-transform: skewY(-20deg);
    transform: skewY(-20deg);
}

.checkout-btn-area{
	padding:40px 0px;
	text-align:right;
}




/*-------------------------------------------------------*/
/* Activation Page
/*-------------------------------------------------------*/



.section-account-activation{
	padding:10px 0px;
	background-color:#F8F8F8;
}

.activation-title{
	display:block;
	padding:40px 0px;
	margin:0px auto;
	font-size: 50px;
	font-weight:200;
	color: #979797;
	text-align:center;
}

.activation-title:after {
	display: block;
	width: 100px;
	height: 4px;
	margin: 0px auto;
	margin-top: 25px;
	background-color: #979797;
	content: " ";
}


/*-------------------------------------------------------*/
/* Checkout Confirmation
/*-------------------------------------------------------*/

.section-checkout-confirmation{
	padding:10px 0px;
	background-color:#F8F8F8;
}

.checkout-confirmation-title{
	display:block;
	padding:40px 0px;
	margin:0px auto;
	font-size: 50px;
	font-weight:200;
	color: #979797;
	text-align:center;
}

.checkout-confirmation-title:after {
	display: block;
	width: 100px;
	height: 4px;
	margin: 0px auto;
	margin-top: 25px;
	background-color: #979797;
	content: " ";
}



















/*-------------------------------------------------------*/
/* Page Title
/*-------------------------------------------------------*/
.page-title {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.page-title .container {
  height: 150px;
}

.title-holder {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
}

.title-holder .subheading {
  margin-bottom: 0;
}

.title-text {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}

.title-text h1 {
  margin: 0;
  font-size: 30px;
}

.breadcrumb {
  width: auto;
  background-color: transparent;
  padding: 0;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 13px;
}

.breadcrumb a {
  color: #979797;
}

.breadcrumb a:hover {
  color: #444444;
}

.page-title .breadcrumb a,
.page-title .breadcrumb > .active {
  color: #fff;
}

.page-title .breadcrumb > li + li:before {
  color: #fff;
  opacity: 0.5;
  padding: 0 1px 0 5px;
}

/*-------------------------------------------------------*/
/* Pagination
/*-------------------------------------------------------*/
/*.pagination {
  margin: 0 auto;
  border-radius: 0;
  display: block;
}

.pagination a,
.pagination span {
  background-color: #fff;
  font-family: "Maven Pro", sans-serif;
  font-size: 15px;
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 30px;
  margin: 0 1px;
  text-align: center;
  border: 1px solid #ebebeb;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.pagination a {
  color: #979797;
}

.pagination a:hover {
  background-color: #00c9d0;
  border-color: transparent;
  color: #fff;
}

.pagination a > i {
  font-size: 16px;
}

.pagination .current {
  background: #f2f2f2;
  color: #444444;
  border-color: transparent;
}*/

.pagination-wrap{
	padding:30px 0px;
}


ul.pages_nav {
    display: inline-block;
    padding: 0;
    margin: 20px;
}

ul.pages_nav li {display: inline;}

ul.pages_nav li a {
	font-size:12px;
	font-weight:300;
    color: #999999;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.pages_nav li:first-child a {
	border-left: 1px solid #ddd;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.pages_nav li:last-child a {
	border-right: 1px solid #ddd;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

ul.pages_nav li a.active {
    background-color: #00c9d0;
    color: #FFFFFF;
    border: 1px solid transparent;
}

ul.pages_nav li a:hover:not(.active){background-color: #eeeeee;}

/* Sidebar Search
-------------------------------------------------------*/
.search-button {
  position: absolute;
  top: 0;
  height: 100%;
  right: 10px;
  background-color: transparent;
  border: none;
}

.search-button i {
  font-size: 10px;
}

.search-button i:hover {
  color: #171717;
}

/*-------------------------------------------------------*/
/* Sliders
/*-------------------------------------------------------*/
.owl-carousel,
.flickity {
  overflow: hidden;
}

.owl-carousel img {
  width: 100%;
}

.owl-pagination {
  position: relative;
  margin-top: 30px;
  left: 0;
  display: block;
  text-align: center;
  width: 100%;
}

.owl-page {
  display: inline-block;
  padding: 5px;
  position: relative;
}

.owl-page.active span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 0;
  opacity: 1;
  border-color: transparent;
  background: #979797;
}

.owl-page span {
  display: block;
  position: relative;
  width: 12px;
  height: 12px;
  opacity: 0.7;
  background: transparent;
  z-index: 100;
  border: 2px solid #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.owl-page span:hover {
  opacity: 1;
}

.owl-dark-dots .owl-page span {
  border-color: #979797;
}

.owl-dark-dots .owl-page.active span {
  border-color: transparent;
}

.owl-white-dots .owl-page.active span {
  background-color: #fff;
}

.owl-carousel,
.slick-slider {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

#owl-3-items .owl-pagination {
  position: relative;
  bottom: auto;
}

.owl-buttons {
  position: static;
}

.owl-prev,
.flex-direction-nav .flex-prev,
.flickity-prev-next-button.previous {
  left: -40px;
}

.owl-next,
.flex-direction-nav .flex-next,
.flickity-prev-next-button.next {
  right: -40px;
}

.flex-direction-nav .flex-prev,
.flex-direction-nav .flex-next {
  opacity: 0;
}

.owl-prev,
.owl-next,
.flex-direction-nav a,
.flickity-prev-next-button {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  text-align: center;
  line-height: 40px;
  z-index: 10;
  width: 40px;
  height: 40px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.flickity-prev-next-button {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  padding: 0;
}

.flickity-prev-next-button.previous {
  -webkit-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

.flickity-prev-next-button.next {
  -webkit-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

.flex-direction-nav a {
  background-color: #fff;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
}

.flex-direction-nav a i {
  font-size: 17px;
  color: #444444;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.owl-next:before,
#flexslider .flex-direction-nav .flex-next:before,
.flickity-prev-next-button:before {
  left: auto;
  right: 0;
}

.owl-prev i,
.owl-next i,
#thumbs a i {
  position: relative;
  font-size: 40px;
  color: #444444;
}

.light-arrows .owl-prev i,
.light-arrows .owl-next i,
#flexslider.light-arrows a i {
  color: #fff;
}

.light-arrows .flickity-prev-next-button .arrow {
  fill: #fff;
}

.owl-carousel:hover .owl-next,
#flexslider:hover .flex-direction-nav .flex-next {
  opacity: 1;
  right: 10px;
}

.owl-carousel:hover .owl-prev,
#flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 1;
  left: 10px;
}

.flickity-slider-wrap:hover .flickity-prev-next-button.previous {
  opacity: 1;
  left: 10px;
}

.flickity-slider-wrap:hover .flickity-prev-next-button.next {
  opacity: 1;
  right: 10px;
}

.flickity-prev-next-button,
.flickity-prev-next-button:hover {
  background-color: transparent;
}

.flickity-prev-next-button:focus {
  box-shadow: none;
}

.flickity-prev-next-button {
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.flickity-prev-next-button .arrow {
  fill: #979797;
}

.flickity-page-dots {
  position: relative;
  bottom: auto;
  margin-top: 50px;
}

.flickity-page-dots .dot,
.flex-control-paging li a {
  height: 12px;
  width: 12px;
  opacity: 0.5;
  margin: 0 5px;
  border: 2px solid #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: transparent;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
  background: #00c9d0;
  border-color: transparent;
}

.flex-control-nav {
  bottom: 30px;
  z-index: 2;
}

.flex-control-nav li {
  margin: 0;
}

.is-dragging {
  pointer-events: none;
}

/*-------------------------------------------------------*/
/* Buttons
/*-------------------------------------------------------*/

.btn {
  font-weight: 400;
  padding:10px 25px;
  text-decoration: none;
  text-align: center;
  overflow: hidden;
  position: relative;
  z-index: 1;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px solid transparent;
  color: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.btn:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #fff;
}

.btn:hover span {
  color: #fff;
}

.btn:focus {
  color: #fff;
  outline: none !important;
}

.btn span {
  position: relative;
  z-index: 3;
  -webkit-transition: all 0.3s ease-in-out !important;
  -moz-transition: all 0.3s ease-in-out !important;
  -ms-transition: all 0.3s ease-in-out !important;
  -o-transition: all 0.3s ease-in-out !important;
  transition: all 0.3s ease-in-out !important;
}

.btn.btn-transparent {
  background-color: transparent;
  border: 2px solid #fff;
}

.btn.btn-transparent-2 {
  background-color: transparent;
  border: 2px solid #fff;
}

.btn.btn-transparent:hover {
  background-color: #D0ECEA;
  border-color: transparent;
}

.btn.btn-transparent-2:hover {
  background-color: #F48D3E;
  border-color: transparent;
}

.btn.btn-transparent:hover span {
  color: #fff;
}

.btn.btn-transparent-2:hover span {
  color: #fff;
}

.btn.btn-white {
  -webkit-box-shadow: 1px 1.732px 3px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 1px 1.732px 3px 0px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 1px 1.732px 3px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 1px 1.732px 3px 0px rgba(0, 0, 0, 0.05);
  background-color: #fff;
}

.btn.btn-white span {
  color: #171717;
}

.btn.btn-white:hover {
  background-color: #00c9d0;
}

.btn.btn-white:hover span {
  color: #fff;
}

.btn.btn-white.hover-stroke:hover {
  background-color: transparent;
  border-color: #fff;
}

.btn.btn-stroke {
  background-color: transparent;
  color: #171717;
  border: 2px solid #ebebeb;
}

.btn.btn-stroke:hover {
  background-color: #00c9d0;
  border-color: transparent;
}

.btn.btn-color {
  background-color: #F48D3E;
}

.btn.btn-color:hover {
  background-color: #FA6900;
}

.btn.btn-dark {
  background-color: #424242;
}

.btn.btn-dark:hover {
  background-color: #303030;
}

.btn.btn-light {
  color: #444444;
  background-color: #f7f7f7;
}

.btn.btn-light:hover {
  background-color: #00c9d0;
}

.btn-lg {
  font-size: 15px;
  padding: 0px 38px;
}

.btn-lg span {
  line-height: 48px;
}

.btn-md {
  font-size: 12px;
  padding: 0px 25px;
}

.btn-md span {
  line-height: 39px;
}

.btn-sm {
  font-size: 11px;
  padding: 0 20px;
}

.btn-sm span {
  line-height: 28px;
}

.rounded,
.rounded:before {
  -webkit-border-radius: 70px;
  border-radius: 70px;
}

.btn-red {
  background-color: #e95e49;
}

.btn-violet {
  background-color: #6060d9;
}

.btn-yellow {
  background-color: #f7af31;
}

.btn-orange {
  background-color: #F48D3E;
}

.btn-pink {
  background-color: #ed6b7c;
}

.btn-green {
  background-color: #23c495;
}

.btn-dry-orange {
  background-color: #ee9a7c;
}

.btn-brown {
  background-color: #d0ac8c;
}

.btn-lavander {
  background-color: #c89cdd;
}

.btn-dry-blue {
  background-color: #8bd5cb;
}

/*-------------------------------------------------------*/
/* Social Icons
/*-------------------------------------------------------*/
.social-icons a {
  margin: 0 3px 6px 0;
  display: inline-block;
  width: 32px;
  height: 32px;
  color: #bfbfbf;
  background-color: #f7f7f7;
  line-height: 32px;
  text-align: center;
  font-size: 13px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.social-icons a:last-child {
  margin-right: 0 !important;
}

.social-icons a:hover {
  background-color: #444444;
  color: #fff;
}

.social-icons.large a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
}

.social-icons.medium a {
  width: 37px;
  height: 37px;
  line-height: 37px;
  font-size: 15px;
}

.social-icons.small a {
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  margin-right: 0px;
}

.social-icons.base-white a {
  background-color: #fff;
}

.social-icons.dark a {
  background-color: #252525;
  color: #979797;
}

.social-icons.nobase a {
  width: auto;
  height: auto;
  margin-right: 14px;
  background-color: transparent;
  color: #fff;
}

.social-icons.nobase a:hover {
  background-color: transparent !important;
  color: #fff;
}

.social-icons.nobase.dark a {
  color: #979797;
}

.social-icons.nobase.dark a:hover {
  color: #444444 !important;
}

.rounded a {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

/*-------------------------------------------------------*/
/* Lightboxes
/*-------------------------------------------------------*/
.mfp-iframe-holder .mfp-content {
  max-width: 1400px;
}

.modal-body,
.modal-footer {
  padding: 30px;
}

.modal-header {
  padding: 15px 30px;
}

/*-------------------------------------------------------*/
/* Alert Boxes
/*-------------------------------------------------------*/
.alert {
  padding: 12px 18px;
  margin-bottom: 20px;
  border: none;
  color: #fff;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.alert strong {
  color: inherit;
}

.alert-dismissible .close {
  right: 0;
  top: 0;
  color: inherit;
  position: relative;
}

.close {
  opacity: 1;
  text-shadow: none;
  font-weight: normal;
  font-size: 21px;
}

.alert-success {
  background-color: #f6fcf2;
  color: #88be68;
}

.alert-info {
  background-color: #f0fafa;
  color: #67c1c4;
}

.alert-warning {
  background-color: #faf8f0;
  color: #c4a667;
}

.alert-danger {
  background-color: #faefee;
  color: #e95c5c;
}

/*-------------------------------------------------------*/
/* Footer
/*-------------------------------------------------------*/
.footer{
	background-color:#E6E6E6;
}

.footer-widgets {
  padding: 70px 0px;
}

.footer-widgets .widget-title {
	display:block;
	padding-bottom:20px;
  font-size: 17px;
  color: #888888;
  position: relative;
}

.footer-widgets a {
	font-weight:300;
  color: #B0B0B0;
}

.footer-widgets a:hover {
  color: #444444;
}

.footer-get-in-touch p,
.footer-get-in-touch p > a {
  line-height: 26px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.footer-get-in-touch p,
.footer-get-in-touch address > span {
  color: #444444;
}

.footer-address {
	font-size: 14px;
  font-weight:300;
  color: #B0B0B0;
  line-height: 26px;
  margin-bottom: 0;
}

.footer .social-icons a {
  color: #bfbfbf;
}

.footer .social-icons a:hover {
  color: #fff;
}

.entry-li:first-child,
.footer-links li:first-child {
  padding-top: 0 !important;
}

.entry-li:last-child,
.footer-links li:last-child {
  border-bottom: none !important;
  padding-bottom: 0 !important;
}

.footer-links ul > li {
  padding: 0px;
}

.footer-payment-systems i {
  font-size: 15px;
  vertical-align: middle;
  line-height: 32px;
}

.footer-widgets.top-bottom-dividers {
  border-bottom: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb;
}

.footer-widgets.top-divider {
  border-top: 1px solid #ebebeb;
}

.bottom-footer {
  padding: 21px 0;
  background-color: #FFFFFF;
}

.bottom-footer .footer-socials {
  margin-top: 0;
}

.bottom-footer .social-icons a {
  background-color: transparent;
  margin-bottom: 0;
}

.bottom-footer .social-icons a:hover {
  background-color: transparent !important;
}

.copyright span {
  display: inline-block;
  font-size: 13px;
  line-height: 32px;
}

.copyright p {
	margin:0px;
  font-size: 12px;
  color:#1a1a1a;
}

.copyright a {
	display:inline-block;
  color: #1a1a1a;
}

.footer.bg-light .widget-title,
.footer.bg-white .widget-title {
  color: #444444;
}

.bottom-footer.bg-white {
  background-color: #fff;
}

.footer-socials .social-icons a {
  background-color: transparent;
  width: auto;
  height: auto;
  margin-right: 14px;
  color: #979797;
}

.footer-socials .social-icons a:hover {
  background-color: transparent !important;
}




/* Product List Widget
-------------------------------------------------------*/
.product-list-widget img {
  width: 100px;
  float: left;
  margin-right: 17px;
  display: inline-block;
}

.product-list-widget li {
  position: relative;
  overflow: hidden;
  padding: 15px 0 !important;
}

.product-list-widget li:first-child {
  padding-top: 0 !important;
}

.product-list-widget li:last-child {
  padding-bottom: 0 !important;
  border: 0 !important;
}

.product-list-widget .product-title {
  display: block;
  margin-bottom: 5px;
}

.product-list-widget .price ins {
  font-size: 14px;
  font-weight: 400;
}

/* Price Slider
-------------------------------------------------------*/
.ui-slider-horizontal {
  cursor: pointer;
  position: relative;
  height: 5px;
  background: #f7f7f7;
  margin-bottom: 24px;
}

.filter-by-price .ui-slider .ui-slider-handle {
  position: absolute;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  width: 14px;
  height: 14px;
  background: #444444;
  top: -5px;
  margin-left: -14px;
}

.filter-by-price .ui-slider span:first-of-type {
  margin-left: 0;
}

.ui-slider .ui-slider-range {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  position: absolute;
  background-color: #00c9d0;
  height: 5px;
}

.filter-by-price p {
  margin-bottom: 0;
  font-size: 15px;
}

.filter-by-price input#amount {
  width: 40%;
  padding: 0;
  font-size: 13px;
  color: #444444;
  border: none;
  background-color: transparent;
  height: auto;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin-bottom: 0;
  box-shadow: none;
  line-height: 1;
  font-family: "Maven Pro", sans-serif;
  vertical-align: middle;
}

.filter-by-price label {
  font-weight: normal;
  line-height: 33px;
  margin-bottom: 0;
  font-size: 13px;
  text-transform: none;
  letter-spacing: normal;
  color: #979797;
}

.filter-by-price p > a {
  float: right;
  padding: 7px 15px;
}

.price-filter {
  margin-top: 7px;
  float: left;
}

/* Color Swatches
-------------------------------------------------------*/
.color-swatches a,
.size-options a {
  display: inline-block;
  width: 36px;
  height: 36px;
  margin-right: 9px;
  float: left;
}

.color-swatches li:last-child a {
  margin-right: 0;
}

.color-swatches a.selected {
  border: 2px solid #444444;
}

.swatch-red {
  background-color: #e7604a;
}

.swatch-green {
  background-color: #1abc9c;
}

.swatch-grey {
  background-color: #f5f5f5;
}

.swatch-black {
  background-color: #000;
}

.swatch-white {
  background-color: #fff;
  border: 1px solid #e0e0e0;
}

.swatch-brown {
  background-color: #c2a191;
}



/*-------------------------------------------------------*/
/* Responsive Styles
/*-------------------------------------------------------*/
@media (max-width: 1199px) {
  .rev_slider_wrapper.container {
    padding: 0;
  }
}

@media (max-width: 991px) {
  h1 {
    font-size: 30px;
	color:#333333;
	font-weight:400;
  }
  h2 {
    font-size: 22px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 18px;
  }
  h5 {
    font-size: 16px;
  }
  h6 {
    font-size: 14px;
  }
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.2;
  }
  .section-wrap {
    padding: 80px 0;
    background-attachment: scroll !important;
    background-position: 50% 50% !important;
  }
  .container-fluid.semi-fluid {
    padding: 0 30px;
  }
  .statistic .timer {
    font-size: 50px;
  }
  .call-to-action h2 {
    font-size: 36px;
  }
  .footer-widgets .row > div {
    margin-bottom: 60px;
  }
  .page-title .container {
    height: 200px;
  }
  .page-title.style-2 .container {
    height: 400px !important;
  }
  .title-text h1 {
    font-size: 36px;
    margin-top: 0;
  }
  .sidebar:not(.left-sidebar) {
    padding-left: 15px;
  }
  .heading-row {
    margin-bottom: 40px;
  }
  .testimonials .testimonial-text {
    font-size: 22px;
    line-height: 36px;
  }
  #flexslider-hero .flex-control-nav {
    bottom: 15px;
  }
  .hero-heading {
    font-size: 40px;
  }
  .hero-heading.large {
    font-size: 65px;
  }
  .hero-lines:before {
    margin-bottom: 4px;
  }
  .hero-lines:after {
    margin-top: 13px;
  }
  .hero-holder .btn span {
    line-height: 40px;
  }
  .hero-lines {
    margin-bottom: 20px;
  }
  .newsletter-box h5,
  .call-to-action h5 {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .newsletter-box h5,
  .newsletter-box form,
  .newsletter-box form input,
  .call-to-action h5 {
    display: block;
  }
  .newsletter-box form input {
    margin: 0 auto;
  }
  .newsletter-box .newsletter-input {
    float: none;
    width: 50%;
    min-width: 260px;
    margin-bottom: 10px;
  }
  .ecommerce form #customer_details p {
    width: 100%;
  }
  .product-actions li:last-child {
    margin-left: 0;
    margin-top: 15px;
  }
}

@media (max-width: 767px) {
  .container-fluid.semi-fluid {
    padding: 0 15px;
  }
  .call-to-action h3 {
    margin-bottom: 20px;
  }
  .entry-content {
    padding-left: 0;
    border-left: none;
    margin-top: 30px;
  }
  .entry-wrap {
    padding-top: 30px;
  }
  .service-item-box.arrow-next:after {
    display: none;
  }
  .hero-holder.right-align {
    width: 100%;
    right: auto;
  }
  .product-actions li:last-child {
    margin-top: 0;
  }
}

@media (max-width: 640px) {
  .col-xxs-12 {
    width: 100%;
  }
  .col-xxs-6 {
    width: 50%;
  }
  .intro-heading {
    font-size: 25px;
  }
  .entry .blockquote-style-1 {
    padding: 40px;
  }
  .entry .blockquote-style-1 p:before {
    display: none;
  }
  .pagination a:first-child {
    margin-right: 5px;
    width: 20px;
  }
  .pagination a:last-child {
    margin-left: 5px;
    width: 20px;
  }
  .pagination a > i {
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  .page-404 h1 {
    font-size: 100px;
  }
  .newsletter .newsletter-form {
    width: 100%;
    margin-right: 0;
  }
  .nav-tabs > li {
    float: none;
    width: 100%;
  }
}

@media (max-width: 454px) {
  .product-actions li:last-child {
    margin-top: 15px;
  }
}

/*-------------------------------------------------------*/
/* Spacings
/*-------------------------------------------------------*/
.nomargin {
  margin: 0 !important;
}

.nopadding {
  padding: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-140 {
  margin-top: 140px;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-140 {
  margin-bottom: 140px;
}

.pt-0 {
  padding-top: 0;
}

.pt-10 {
  padding-top: 10px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-160 {
  padding-top: 160px;
}

.pt-170 {
  padding-top: 170px;
}

.pt-180 {
  padding-top: 180px;
}

.pt-190 {
  padding-top: 190px;
}

.pt-200 {
  padding-top: 200px;
}

.pb-0 {
  padding-bottom: 0;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pb-200 {
  padding-bottom: 200px;
}

@media only screen and (max-width: 1199px) {
  .mt-lrg-0 {
    margin-top: 0 !important;
  }
  .mt-lrg-10 {
    margin-top: 10px;
  }
  .mt-lrg-20 {
    margin-top: 20px;
  }
  .mt-lrg-30 {
    margin-top: 30px;
  }
  .mt-lrg-40 {
    margin-top: 40px;
  }
  .mt-lrg-50 {
    margin-top: 50px;
  }
  .mt-lrg-60 {
    margin-top: 60px;
  }
  .mt-lrg-70 {
    margin-top: 70px;
  }
  .mt-lrg-80 {
    margin-top: 80px;
  }
  .mt-lrg-90 {
    margin-top: 90px;
  }
  .mt-lrg-100 {
    margin-top: 100px;
  }
  .mt-lrg-110 {
    margin-top: 110px;
  }
  .mt-lrg-120 {
    margin-top: 120px;
  }
  .mt-lrg-130 {
    margin-top: 130px;
  }
  .mt-lrg-140 {
    margin-top: 140px;
  }
  .mb-lrg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lrg-10 {
    margin-bottom: 10px;
  }
  .mb-lrg-20 {
    margin-bottom: 20px;
  }
  .mb-lrg-30 {
    margin-bottom: 30px;
  }
  .mb-lrg-40 {
    margin-bottom: 40px;
  }
  .mb-lrg-50 {
    margin-bottom: 50px;
  }
  .mb-lrg-60 {
    margin-bottom: 60px;
  }
  .mb-lrg-70 {
    margin-bottom: 70px;
  }
  .mb-lrg-80 {
    margin-bottom: 80px;
  }
  .mb-lrg-90 {
    margin-bottom: 90px;
  }
  .mb-lrg-100 {
    margin-bottom: 100px;
  }
  .mb-lrg-110 {
    margin-bottom: 110px;
  }
  .mb-lrg-120 {
    margin-bottom: 120px;
  }
  .mb-lrg-130 {
    margin-bottom: 130px;
  }
  .mb-lrg-140 {
    margin-bottom: 140px;
  }
  .pt-lrg-0 {
    padding-top: 0;
  }
  .pt-lrg-10 {
    padding-top: 10px;
  }
  .pt-lrg-20 {
    padding-top: 20px;
  }
  .pt-lrg-30 {
    padding-top: 30px;
  }
  .pt-lrg-40 {
    padding-top: 40px;
  }
  .pt-lrg-50 {
    padding-top: 50px;
  }
  .pt-lrg-60 {
    padding-top: 60px;
  }
  .pt-lrg-70 {
    padding-top: 70px;
  }
  .pt-lrg-80 {
    padding-top: 80px;
  }
  .pt-lrg-90 {
    padding-top: 90px;
  }
  .pt-lrg-100 {
    padding-top: 100px;
  }
  .pt-lrg-110 {
    padding-top: 110px;
  }
  .pt-lrg-120 {
    padding-top: 120px;
  }
  .pt-lrg-130 {
    padding-top: 130px;
  }
  .pt-lrg-140 {
    padding-top: 140px;
  }
  .pb-lrg-0 {
    padding-bottom: 0;
  }
  .pb-lrg-10 {
    padding-bottom: 10px;
  }
  .pb-lrg-20 {
    padding-bottom: 20px;
  }
  .pb-lrg-30 {
    padding-bottom: 30px;
  }
  .pb-lrg-40 {
    padding-bottom: 40px;
  }
  .pb-lrg-50 {
    padding-bottom: 50px;
  }
  .pb-lrg-60 {
    padding-bottom: 60px;
  }
  .pb-lrg-70 {
    padding-bottom: 70px;
  }
  .pb-lrg-80 {
    padding-bottom: 80px;
  }
  .pb-lrg-90 {
    padding-bottom: 90px;
  }
  .pb-lrg-100 {
    padding-bottom: 100px;
  }
  .pb-lrg-110 {
    padding-bottom: 110px;
  }
  .pb-lrg-120 {
    padding-bottom: 120px;
  }
  .pb-lrg-130 {
    padding-bottom: 130px;
  }
  .pb-lrg-140 {
    padding-bottom: 140px;
  }
}

@media only screen and (max-width: 991px) {
  .mt-mdm-0 {
    margin-top: 0 !important;
  }
  .mt-mdm-10 {
    margin-top: 10px;
  }
  .mt-mdm-20 {
    margin-top: 20px;
  }
  .mt-mdm-30 {
    margin-top: 30px;
  }
  .mt-mdm-40 {
    margin-top: 40px;
  }
  .mt-mdm-50 {
    margin-top: 50px;
  }
  .mt-mdm-60 {
    margin-top: 60px;
  }
  .mt-mdm-70 {
    margin-top: 70px;
  }
  .mt-mdm-80 {
    margin-top: 80px;
  }
  .mt-mdm-90 {
    margin-top: 90px;
  }
  .mt-mdm-100 {
    margin-top: 100px;
  }
  .mt-mdm-110 {
    margin-top: 110px;
  }
  .mt-mdm-120 {
    margin-top: 120px;
  }
  .mt-mdm-130 {
    margin-top: 130px;
  }
  .mt-mdm-140 {
    margin-top: 140px;
  }
  .mb-mdm-0 {
    margin-bottom: 0 !important;
  }
  .mb-mdm-10 {
    margin-bottom: 10px;
  }
  .mb-mdm-20 {
    margin-bottom: 20px;
  }
  .mb-mdm-30 {
    margin-bottom: 30px;
  }
  .mb-mdm-40 {
    margin-bottom: 40px;
  }
  .mb-mdm-50 {
    margin-bottom: 50px;
  }
  .mb-mdm-60 {
    margin-bottom: 60px;
  }
  .mb-mdm-70 {
    margin-bottom: 70px;
  }
  .mb-mdm-80 {
    margin-bottom: 80px;
  }
  .mb-mdm-90 {
    margin-bottom: 90px;
  }
  .mb-mdm-100 {
    margin-bottom: 100px;
  }
  .mb-mdm-110 {
    margin-bottom: 110px;
  }
  .mb-mdm-120 {
    margin-bottom: 120px;
  }
  .mb-mdm-130 {
    margin-bottom: 130px;
  }
  .mb-mdm-140 {
    margin-bottom: 140px;
  }
  .pt-mdm-0 {
    padding-top: 0;
  }
  .pt-mdm-10 {
    padding-top: 10px;
  }
  .pt-mdm-20 {
    padding-top: 20px;
  }
  .pt-mdm-30 {
    padding-top: 30px;
  }
  .pt-mdm-40 {
    padding-top: 40px;
  }
  .pt-mdm-50 {
    padding-top: 50px;
  }
  .pt-mdm-60 {
    padding-top: 60px;
  }
  .pt-mdm-70 {
    padding-top: 70px;
  }
  .pt-mdm-80 {
    padding-top: 80px;
  }
  .pt-mdm-90 {
    padding-top: 90px;
  }
  .pt-mdm-100 {
    padding-top: 100px;
  }
  .pt-mdm-110 {
    padding-top: 110px;
  }
  .pt-mdm-120 {
    padding-top: 120px;
  }
  .pt-mdm-130 {
    padding-top: 130px;
  }
  .pt-mdm-140 {
    padding-top: 140px;
  }
  .pt-mdm-150 {
    padding-top: 150px;
  }
  .pb-mdm-0 {
    padding-bottom: 0;
  }
  .pb-mdm-10 {
    padding-bottom: 10px;
  }
  .pb-mdm-20 {
    padding-bottom: 20px;
  }
  .pb-mdm-30 {
    padding-bottom: 30px;
  }
  .pb-mdm-40 {
    padding-bottom: 40px;
  }
  .pb-mdm-50 {
    padding-bottom: 50px;
  }
  .pb-mdm-60 {
    padding-bottom: 60px;
  }
  .pb-mdm-70 {
    padding-bottom: 70px;
  }
  .pb-mdm-80 {
    padding-bottom: 80px;
  }
  .pb-mdm-90 {
    padding-bottom: 90px;
  }
  .pb-mdm-100 {
    padding-bottom: 100px;
  }
  .pb-mdm-110 {
    padding-bottom: 110px;
  }
  .pb-mdm-120 {
    padding-bottom: 120px;
  }
  .pb-mdm-130 {
    padding-bottom: 130px;
  }
  .pb-mdm-140 {
    padding-bottom: 140px;
  }
  .pb-mdm-150 {
    padding-bottom: 150px;
  }
}

@media only screen and (max-width: 767px) {
  .mt-sml-0 {
    margin-top: 0 !important;
  }
  .mt-sml-10 {
    margin-top: 10px;
  }
  .mt-sml-20 {
    margin-top: 20px;
  }
  .mt-sml-30 {
    margin-top: 30px;
  }
  .mt-sml-40 {
    margin-top: 40px;
  }
  .mt-sml-50 {
    margin-top: 50px;
  }
  .mt-sml-60 {
    margin-top: 60px;
  }
  .mt-sml-70 {
    margin-top: 70px;
  }
  .mt-sml-80 {
    margin-top: 80px;
  }
  .mt-sml-90 {
    margin-top: 90px;
  }
  .mt-sml-100 {
    margin-top: 100px;
  }
  .mt-sml-110 {
    margin-top: 110px;
  }
  .mt-sml-120 {
    margin-top: 120px;
  }
  .mt-sml-130 {
    margin-top: 130px;
  }
  .mt-sml-140 {
    margin-top: 140px;
  }
  .mb-sml-0 {
    margin-bottom: 0 !important;
  }
  .mb-sml-10 {
    margin-bottom: 10px;
  }
  .mb-sml-20 {
    margin-bottom: 20px;
  }
  .mb-sml-30 {
    margin-bottom: 30px;
  }
  .mb-sml-40 {
    margin-bottom: 40px;
  }
  .mb-sml-50 {
    margin-bottom: 50px;
  }
  .mb-sml-60 {
    margin-bottom: 60px;
  }
  .mb-sml-70 {
    margin-bottom: 70px;
  }
  .mb-sml-80 {
    margin-bottom: 80px;
  }
  .mb-sml-90 {
    margin-bottom: 90px;
  }
  .mb-sml-100 {
    margin-bottom: 100px;
  }
  .mb-sml-110 {
    margin-bottom: 110px;
  }
  .mb-sml-120 {
    margin-bottom: 120px;
  }
  .mb-sml-130 {
    margin-bottom: 130px;
  }
  .mb-sml-140 {
    margin-bottom: 140px;
  }
  .pt-sml-0 {
    padding-top: 0;
  }
  .pt-sml-10 {
    padding-top: 10px;
  }
  .pt-sml-20 {
    padding-top: 20px;
  }
  .pt-sml-30 {
    padding-top: 30px;
  }
  .pt-sml-40 {
    padding-top: 40px;
  }
  .pt-sml-50 {
    padding-top: 50px;
  }
  .pt-sml-60 {
    padding-top: 60px;
  }
  .pt-sml-70 {
    padding-top: 70px;
  }
  .pt-sml-80 {
    padding-top: 80px;
  }
  .pt-sml-90 {
    padding-top: 90px;
  }
  .pt-sml-100 {
    padding-top: 100px;
  }
  .pt-sml-110 {
    padding-top: 110px;
  }
  .pt-sml-120 {
    padding-top: 120px;
  }
  .pt-sml-130 {
    padding-top: 130px;
  }
  .pt-sml-140 {
    padding-top: 140px;
  }
  .pb-sml-0 {
    padding-bottom: 0;
  }
  .pb-sml-10 {
    padding-bottom: 10px;
  }
  .pb-sml-20 {
    padding-bottom: 20px;
  }
  .pb-sml-30 {
    padding-bottom: 30px;
  }
  .pb-sml-40 {
    padding-bottom: 40px;
  }
  .pb-sml-50 {
    padding-bottom: 50px;
  }
  .pb-sml-60 {
    padding-bottom: 60px;
  }
  .pb-sml-70 {
    padding-bottom: 70px;
  }
  .pb-sml-80 {
    padding-bottom: 80px;
  }
  .pb-sml-90 {
    padding-bottom: 90px;
  }
  .pb-sml-100 {
    padding-bottom: 100px;
  }
  .pb-sml-110 {
    padding-bottom: 110px;
  }
  .pb-sml-120 {
    padding-bottom: 120px;
  }
  .pb-sml-130 {
    padding-bottom: 130px;
  }
  .pb-sml-140 {
    padding-bottom: 140px;
  }
}

@media only screen and (max-width: 480px) {
  .mt-xsm-0 {
    margin-top: 0 !important;
  }
  .mt-xsm-10 {
    margin-top: 10px;
  }
  .mt-xsm-20 {
    margin-top: 20px;
  }
  .mt-xsm-30 {
    margin-top: 30px;
  }
  .mt-xsm-40 {
    margin-top: 40px;
  }
  .mt-xsm-50 {
    margin-top: 50px;
  }
  .mt-xsm-60 {
    margin-top: 60px;
  }
  .mt-xsm-70 {
    margin-top: 70px;
  }
  .mt-xsm-80 {
    margin-top: 80px;
  }
  .mt-xsm-90 {
    margin-top: 90px;
  }
  .mt-xsm-100 {
    margin-top: 100px;
  }
  .mt-xsm-110 {
    margin-top: 110px;
  }
  .mt-xsm-120 {
    margin-top: 120px;
  }
  .mt-xsm-130 {
    margin-top: 130px;
  }
  .mt-xsm-140 {
    margin-top: 140px;
  }
  .mb-xsm-0 {
    margin-bottom: 0 !important;
  }
  .mb-xsm-10 {
    margin-bottom: 10px;
  }
  .mb-xsm-20 {
    margin-bottom: 20px;
  }
  .mb-xsm-30 {
    margin-bottom: 30px;
  }
  .mb-xsm-40 {
    margin-bottom: 40px;
  }
  .mb-xsm-50 {
    margin-bottom: 50px;
  }
  .mb-xsm-60 {
    margin-bottom: 60px;
  }
  .mb-xsm-70 {
    margin-bottom: 70px;
  }
  .mb-xsm-80 {
    margin-bottom: 80px;
  }
  .mb-xsm-90 {
    margin-bottom: 90px;
  }
  .mb-xsm-100 {
    margin-bottom: 100px;
  }
  .mb-xsm-110 {
    margin-bottom: 110px;
  }
  .mb-xsm-120 {
    margin-bottom: 120px;
  }
  .mb-xsm-130 {
    margin-bottom: 130px;
  }
  .mb-xsm-140 {
    margin-bottom: 140px;
  }
  .pt-xsm-0 {
    padding-top: 0;
  }
  .pt-xsm-10 {
    padding-top: 10px;
  }
  .pt-xsm-20 {
    padding-top: 20px;
  }
  .pt-xsm-30 {
    padding-top: 30px;
  }
  .pt-xsm-40 {
    padding-top: 40px;
  }
  .pt-xsm-50 {
    padding-top: 50px;
  }
  .pt-xsm-60 {
    padding-top: 60px;
  }
  .pt-xsm-70 {
    padding-top: 70px;
  }
  .pt-xsm-80 {
    padding-top: 80px;
  }
  .pt-xsm-90 {
    padding-top: 90px;
  }
  .pt-xsm-100 {
    padding-top: 100px;
  }
  .pt-xsm-110 {
    padding-top: 110px;
  }
  .pt-xsm-120 {
    padding-top: 120px;
  }
  .pt-xsm-130 {
    padding-top: 130px;
  }
  .pt-xsm-140 {
    padding-top: 140px;
  }
  .pb-xsm-0 {
    padding-bottom: 0;
  }
  .pb-xsm-10 {
    padding-bottom: 10px;
  }
  .pb-xsm-20 {
    padding-bottom: 20px;
  }
  .pb-xsm-30 {
    padding-bottom: 30px;
  }
  .pb-xsm-40 {
    padding-bottom: 40px;
  }
  .pb-xsm-50 {
    padding-bottom: 50px;
  }
  .pb-xsm-60 {
    padding-bottom: 60px;
  }
  .pb-xsm-70 {
    padding-bottom: 70px;
  }
  .pb-xsm-80 {
    padding-bottom: 80px;
  }
  .pb-xsm-90 {
    padding-bottom: 90px;
  }
  .pb-xsm-100 {
    padding-bottom: 100px;
  }
  .pb-xsm-110 {
    padding-bottom: 110px;
  }
  .pb-xsm-120 {
    padding-bottom: 120px;
  }
  .pb-xsm-130 {
    padding-bottom: 130px;
  }
  .pb-xsm-140 {
    padding-bottom: 140px;
  }
}

/*# sourceMappingURL=style.css.map */