/*
Theme Name: Evolupe
Theme URI: http://www.agenciafante.com.br/
Description: Tema desenvolvido por Agência Fante & IdeaPark.
Author: Agência Fante
Author URI: http://www.agenciafante.com.br/
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: agenciafante
*/

@font-face {
  font-family: 'Panton';
  src: url('font/panton-regular.woff2') format('woff2'),
       url('font/panton-regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Panton';
  src: url('font/panton-bold.woff2') format('woff2'),
       url('font/panton-bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

div.woocommerce-message {
  display: none!important;
}

tr.recurring-totals,
tr.cart-subtotal.recurring-total {
  display: none!important; 
}

strong {
  font-weight: 700;
}

.clr {
  clear: both;
}

.clearfix::before,
.clearfix::after {
  content: '';
  display: table;
}

.clearfix::after {
 clear: both;
}

.anchor {
  height:60px;
  float:left;
  margin:-60px 0 0;
}

body, html {
  width: 100%;
  height: 100%;
  margin:0;
}

/* Preloader */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-color: #fff;
  z-index: 1002;
}

#status {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -25px 0 0 -25px;
}

#status img {
  width: 50px;
  display: block;
  margin: 0;
  animation: .8s infinite beatHeart;
}

@keyframes beatHeart {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.1);
  }
  40% {
    transform: scale(1);
  }
  60% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

/* Header - Main Menu */

.woocommerce-account header.main-header {
  padding: 0;
}

header.main-header {
  padding: 80px 0 0;
}

.header-bottom {
  position:relative;
  display: none;
  height: 70px;
  width: 100%;
  margin: 0;
  padding: 0;
}

.main-menu {
  width: 100%;
  height: auto;
  z-index: 9;
  background: #461b91;
  position: relative;
  z-index: 11;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}

.main-menu-content {
  width: 90%;
  max-width: 1200px;
  height:  30px;
  margin: 0 auto;
  position: relative;
}

p.user-info,
.woocommerce-account p.user-info {
  display: block;
  float: right;
  line-height: 30px;
  margin: 0;
  font-size: 10px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}

a.user-logininfo {
  display: block;
  float: right;
  line-height: 30px;
  margin: 0 0 0 15px;
  font-size: 10px;
  font-weight: 700;
  color: #9b67f8;
  text-transform: uppercase;
}

@media screen and (max-width:768px) {
.header-bottom {
  display: block;
}

.main-menu {
  width: 100%;
  position: fixed;
  top: 0;
}

.main-menu-content {
  height: 25px;
}

p.user-info,
a.user-logininfo {
  line-height: 25px;
  font-weight: 400;
}
}

/* Logo */

a.logotipo {
  display: block;
  width: 160px;
  height: auto;
  float: left;
  position: relative;
  z-index:11;
  margin: 18px 0 0;
}

a.logotipo img {
  width: 100%;
  max-width:100%;
  height: auto;
  display: block;
  margin: 0;
}

@media screen and (max-width:878px) {
a.logotipo {
  width: 120px;
  margin: 15px 0 0 15px;
}
}

/* Nav */

.nav-menu {
  width: 100%;
  height: auto;
  background: #5e32ac;
  padding: 0;
  z-index: 9;
}

.nav-menu-content {
  width: 95%;
  height: 80px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

/* Nav Home */

.menu-full {
  float:right;
  margin:0 0 0 10px; 
}

.menu-full ul {
  margin:0 auto;
  padding: 0;
  width:auto;
  font-size:0;
}

.menu-full li {
  display: inline-block;
  float: left;
  position: relative;
  line-height:80px;
}

.menu-full li a {
  display:block;
  font-size:15px;
  text-align:center;
  font-weight:700;
  color: #fff;
  padding:0 12px;
  margin:0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.menu-full li:hover a {
  color:#fff;
  background:#461b91;
}

input#toggle-menu {
  display: none;
}

.woocommerce-account *:not(h3) > label.toggle-menu,
label.toggle-menu {
  display:none;
  height:59px;
  width: 60px;
  background-color: transparent;
  margin: 0!important;
  padding: 0!important;
  z-index: 11;
  outline: 0;
  border: 0;
  cursor: pointer;
  position: absolute;
  top:0;
  right: 0;
}

label.toggle-menu div {
  height:auto;
  width: 24px;
  position: relative;
  margin: 25px 18px 0;
}

label.toggle-menu div h2 {
  font-size:9px;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  padding: 24px 0 0;
  text-transform: uppercase;
}

label.toggle-menu span {
  display: block;
  height: 2px;
  width: 100%;
  background: #fff;
  position: absolute;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

label.toggle-menu span:nth-child(1) {
  top: 0px;
}

label.toggle-menu span:nth-child(2) {
  top: 8px;
}

label.toggle-menu span:nth-child(3) {
  top: 16px;
}

input#toggle-menu:checked ~ label.toggle-menu span:nth-child(1) {
  top: 7px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

input#toggle-menu:checked ~ label.toggle-menu span:nth-child(2) {
  opacity: 0;
}

input#toggle-menu:checked ~ label.toggle-menu span:nth-child(3) {
  top: 7px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

@media screen and (max-width:878px) {
.nav-menu {
  position: fixed;
  top: 25px;
  -webkit-box-shadow: 0px 5px 29px 0px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 5px 29px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 5px 29px 0px rgba(0, 0, 0, 0.13);
}

.nav-menu-content {
  width: 100%;
  height: 60px;
}

.woocommerce-account *:not(h3) > label.toggle-menu,
label.toggle-menu {
  display:block;
}

input#toggle-menu:checked ~ .menu-full {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0);
}

.menu-full {
  float:none;
  height:100vh;
  width: 100%;
  position: fixed;
  top:0;
  left: 0;
  margin:0; 
  padding: 80px 0 0;
  z-index:10;
  background-color: rgba(94,50,172,0.95);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  -webkit-transform: translateX(110%);
  -moz-transform: translateX(110%);
  transform: translateX(110%);
}

.menu-full ul {
  height:auto;
  line-height:auto;
  padding: 20px;
}

.menu-full li {
  display: block;
  float: none;
  width: 100%;
  line-height:42px;
}

.menu-full li a {
  font-size:13px;
  opacity: 0;
  color: #fff;
  margin: 0;
  text-align:left;
  padding:0 5px;
  border-top: 1px solid rgba(255,255,255,0.15);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
  position: relative;
}

input#toggle-menu:checked ~ .menu-full li a {
  opacity: 1;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}

input#toggle-menu:checked ~ .menu-full li:nth-child(1) a {
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
}

input#toggle-menu:checked ~ .menu-full li:nth-child(2) a {
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}

input#toggle-menu:checked ~ .menu-full li:nth-child(3) a {
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
}

input#toggle-menu:checked ~ .menu-full li:nth-child(4) a {
  -webkit-transition-delay: .4s;
  transition-delay: .4s;
}

input#toggle-menu:checked ~ .menu-full li:nth-child(5) a {
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
}

input#toggle-menu:checked ~ .menu-full li:nth-child(6) a {
  -webkit-transition-delay: .6s;
  transition-delay: .6s;
}

input#toggle-menu:checked ~ .menu-full li:nth-child(7) a {
  -webkit-transition-delay: .7s;
  transition-delay: .7s;
}

input#toggle-menu:checked ~ .menu-full li:nth-child(8) a {
  -webkit-transition-delay: .8s;
  transition-delay: .8s;
}
}

/* Button */

a.button {
  display: inline-block;
  font-size:12px;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  text-transform: uppercase;
  background-color: #5e32ac;
  border:2px solid #5e32ac;
  margin: 0;
  padding: 10px 20px;
  -webkit-border-radius:0px;
  -moz-border-radius:0px;
  border-radius:0px; 
}

a.button:hover {
  color: #fff;
  background-color: #4d2398;
}

a.button.button-outline {
  color: #f1d738;
  background-color: transparent;
  border:2px solid #f1d738;
}

a.button.button-outline:hover {
  color: #fff;
  background-color: #f1d738;
}

a.button.button-buy {
  color: #fff;
  background-color: #32ac35;
  border:2px solid #32ac35;
}

a.button.button-buy:hover {
  color: #fff;
  background-color: #229725;
}

a.button.button-arrow {
  padding: 10px 35px 10px 20px;
  background-size: 10px auto;
  background-position: right 15px center;
  background-image: url(img/icon/arrow.png);
  background-repeat: no-repeat; 
  background-color: #5e32ac;
  border:2px solid #5e32ac;
}

a.button.button-arrow:hover {
  background-color: #4d2398;
}

@media screen and (max-width:689px) {
a.button {
  font-size:10px;
  padding: 8px 18px;
}

a.button.button-arrow {
  padding: 8px 35px 8px 20px;
}
}

/* Início */

.bg_video {
  position: absolute; 
  display: block;
  right: 0; 
  bottom: 0;
  z-index: -1;
  min-width: 100%; 
  min-height: 100%;
  top: 100px;
  width: auto; 
  height: auto;
  background-image: url(video/evolupe.jpg);
  background-repeat: no-repeat;
  background-position: center center; 
  background-size: cover; 
}

.hero {
  width: 100%;
  height: calc(100% - 110px);
  margin: 0;
  padding: 0;
  position: relative;
  background: rgba(0,0,0,0.7);
}

.hero.hero-page {
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 200px 0;  
}

.hero.hero-page::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 6;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0,0,0,.6);
}

.hero-content {
  position:absolute;
  width: 90%;
  max-width: 1200px;
  left: 50%;
  bottom: 80px;
   z-index: 7;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}

.hero-content div {
  width: 100%;
  max-width: 800px;
  position: relative;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}

.hero-content h1 {
  font-size:40px;
  font-weight:400;
  color:#fff;
  line-height:1.2;
  margin:0 0 20px;
  text-transform: uppercase;
}

.hero.hero-page .hero-content h1 {
  font-weight: 700;
}

.home .hero-content h1 {
  margin:0 0 30px;
}

.hero-content h2 {
  font-size:30px;
  font-weight:400;
  color:#fff;
  line-height:1.2;
  margin:0 0 35px;
}

.hero.hero-page .hero-content h2 {
  font-size: 24px;
}

.hero-content h1 strong,
.hero-content h2 strong {
  font-weight:700;
}

.hero-content a.button {
  margin:0 10px 0 0;
}

@media screen and (max-width:689px) {
.hero {
  width: 100%;
  height: 100%;
  background-image: url(video/evolupe.jpg);
  background-repeat: no-repeat;
  background-position: center center; 
  background-size: cover; 
}

.hero:before {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: rgba(0,0,0,0.7);
}

.hero.hero-page:before {
  display: none;
}

.hero-content {
  left: 50%;
  z-index: 7;
}

.hero-content h1 {
  font-size: 23px;
}

.hero-content h2 {
  font-size:18px;
  margin:0 0 35px;
}

.hero.hero-page .hero-content h2 {
  font-size: 16px;
}

.hero-content a.button { 
  margin:0 10px 10px 0;
}
}

/* Cursos */

.cursos {
  width:100%;
  height: auto;
  background: #fff;
  margin:0;
  padding:80px 0;
}

.cursos-content {
  width:90%;
  max-width: 1200px;
  height: auto;
  margin:0 auto;
  position: relative;
  text-align: center;
}

.cursos-content .cursos-item:nth-of-type(4),
.cursos-content .cursos-item:nth-of-type(7) {
  clear: both;
}

.cursos-content .cursos-item {
  width:calc(33.3333333% - 30px);
  float: left;
  position: relative;
  margin: 15px;
  background-color: #fff;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  -webkit-box-shadow: 0px 20px 29px 0px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 20px 29px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 20px 29px 0px rgba(0, 0, 0, 0.13);
}

.cursos-content .cursos-item:hover {
  -webkit-box-shadow: 0px 25px 29px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 25px 29px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 25px 29px 0px rgba(0, 0, 0, 0.25);
}

.cursos-content .cursos-item.cursos-on {
  border-top: 10px solid #5E32AC;
}

.cursos-content .cursos-item.cursos-off {
  border-top: 10px solid #f1d738;
}

.cursos-content .cursos-item img {
  width:100%;
  display: block;
  margin:0;
}

.cursos-content .cursos-item div {
  width:100%;
  display: block;
  padding: 30px;
  text-align: left;
}

.cursos-content .cursos-item h2 {
  font-size:12px;
  position: absolute;
  top: 15px;
  right: 15px;
  font-weight:700;
  color:#fff;
  padding:2px 7px;
  line-height:1.4;
  margin:0;
  text-transform: uppercase;
}

.cursos-content .cursos-item.cursos-on h2 {
 background-color: #5E32AC;
}

.cursos-content .cursos-item.cursos-off h2 {
  background-color: #f1d738;
}

.cursos-content .cursos-item h1 {
  font-size:22px;
  font-weight:700;
  color:#222222;
  line-height:1.4;
  margin:0 0 10px;
  text-transform: uppercase;
}

.cursos-content .cursos-item del {
  display: block;
  font-size:13px;
  font-weight:400;
  color:#b8b7b7;
  line-height:1.2;
  margin:0;
  text-decoration:none;
  text-transform: uppercase;
}

.cursos-content .cursos-item p {
  font-size:24px;
  font-weight:700;
  color:#222222;
  line-height:1.4;
  margin:0 0 15px;
  text-transform: uppercase;
}

.cursos-content .cursos-item p span {
  display:inline-block;
  font-size:13px;
  color:#b8b7b7;
}

.cursos-content .cursos-item a.button {
  margin:0 10px 0 0;
}

.cursos-content a.button { 
  margin:60px auto 0;
}

@media screen and (max-width:689px) {
.cursos-content .cursos-item {
  width:100%;
  margin: 25px 0;
}
}

/* Products */

.cta {
  width:100%;
  height: auto;
  position: relative;
  background-image: url(img/cta_bg.png);
  background-color: #eeeeee;
  background-position: right bottom;
  background-size: auto 100%;
  background-repeat: no-repeat;
  margin:0;
  padding:0;
}

.cta:after {
  content: '';
  display: block;
  width:100%;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  margin:0;
  padding:0;
  z-index: 1;
}

.cta-content {
  width:90%;
  max-width: 1200px;
  position: relative;
  z-index: 2;
  height: auto;
  margin:0 auto;
  padding: 110px 0 80px;
  position: relative;
  background-image: url(img/cta_image.png);
  background-position: right bottom;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.cta-content div {
  width: 100%;
  max-width: 800px;
}

.cta-content div h1 {
  font-size:35px;
  font-weight:400;
  max-width: 750px;
  color:#5e32ac;
  line-height:1.4;
  margin:0;
  text-transform: uppercase;
}

.cta-content div p {
  font-size:20px;
  font-weight:700;
  color:#222222;
  line-height:1.4;
  margin:20px 0;
  text-transform: uppercase;
}

.cta-content div h3 {
  font-size:18px;
  font-weight:700;
  color:#919090;
  line-height:1.4;
  margin:20px 0;
  text-transform: uppercase;
}

.cta-content div del {
  display: block;
  font-size:13px;
  font-weight:700;
  color:#919090;
  line-height:1.2;
  margin:0;
  text-decoration:none;
  text-transform: uppercase;
}

.cta-content div h2 {
  font-size:28px;
  font-weight:700;
  color:#222222;
  line-height:1.4;
  margin:0 0 30px;
  text-transform: uppercase;
}

.cta-content h2 span {
  display:inline-block;
  font-size:13px;
  color:#919090;
}

.cta-content a.button {
  margin:0 10px 0 0;
}

.cta.cta-curso {
  background-color: #fff;
  background-image: url(img/cta-curso_bg.png);
}

.cta.cta-curso:after {
  display: none;
}

.cta.cta-curso .cta-content {
  background-image: none;
}

.cta.cta-curso .cta-content div h2 {
  font-size:35px;
}

.cta.cta-curso .cta-content a.button-buy {
  font-size: 24px;
  padding: 15px 35px;
  margin:0;
}

@media screen and (max-width:689px) {
.cta {
  background-image: url(img/cta-mobile_bg.png);
  background-color: #eeeeee;
  background-position: right bottom;
  background-size: 90% auto;
  background-repeat: no-repeat;
}

.cta:after {
  display: none;
}

.cta-content {
  padding: 80px 0 100%;
  background-size:70% auto;
}

.cta-content div h1 {
  font-size:22px;
}

.cta.cta-curso {
  background-size: 90% auto;
}

.cta.cta-curso .cta-content {
  padding: 80px 0 80%;
}

.cta br {
  display: none;
}
}

/* Depoimentos */

.depoimentos {
  width:100%;
  height: auto;
  background: #fff;
  margin:0;
  padding:80px 0;
}

.depoimentos-content {
  width:90%;
  max-width: 1200px;
  height: auto;
  margin:0 auto;
  position: relative;
  text-align: center;
}

.depoimentos-content h2 {
  font-size:30px;
  font-weight:700;
  color:#222222;
  line-height:1.4;
  margin:0 0 30px;
  text-transform: uppercase;
}

.depoimentos-content .depoimentos-item {
  width:calc(33.3333333% - 30px);
  float: left;
  margin: 15px;
  padding: 0px;
  background-color: #fff;
  -webkit-box-shadow: 0px 20px 29px 0px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 20px 29px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 20px 29px 0px rgba(0, 0, 0, 0.13);
}

.embed-container { 
  position: relative; 
  padding-bottom: 56.25%; 
  height: 0; 
  margin:0;
  overflow: hidden; 
  max-width: 100%; 
  height: auto; 
} 

.embed-container iframe, 
.embed-container object, 
.embed-container embed { 
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
  border: 0;
  outline: 0;
}

.depoimentos-content a.button {
  margin: 40px 0 0;
}


@media screen and (max-width:689px) {
.depoimentos-content h2 {
  font-size:24px;
}

.depoimentos-content .depoimentos-item {
  width:100%;
  margin: 15px 0;
}
}

/* Video Modal */

.YouTubePopUp-Wrap {
  position:fixed;
  width:100%;
  height:100%;
  background-color:rgba(0,0,0,0.9);
  top:0;
  left:0;
  z-index:9999999999999;
}

.YouTubePopUp-animation {
  opacity: 0;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: YouTubePopUp;
  animation-name: YouTubePopUp;
}

@-webkit-keyframes YouTubePopUp {
0% {
 opacity: 0;
}
100% {
 opacity: 1;
}
}

@keyframes YouTubePopUp {
0% {
 opacity: 0;
}
100% {
 opacity: 1;
}
}

.YouTubePopUp-Content{
  max-width: 700px;
  width: 100%;
  background: #fff;
  display:block;
  margin:0;
  max-height:100%;
  padding: 20px;
  position:absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.YouTubePopUp-Hide{
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: YouTubePopUpHide;
  animation-name: YouTubePopUpHide;
}

@-webkit-keyframes YouTubePopUpHide {
0% {
 opacity: 1;
}
100% {
 opacity: 0;
}
}

@keyframes YouTubePopUpHide {
0% {
 opacity: 1;
}
100% {
 opacity: 0;
}
}

.YouTubePopUp-Close {
  cursor:pointer;
  display: block;
  cursor: pointer;
  width: 30px;
  height: 30px;
  margin: 20px auto 0;
  background-image: url(img/icon/close.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size:100% auto;
}

/* Sobre */

.about {
  width:100%;
  height: auto;
  background: #fff;
  margin:0;
  padding:80px 0 60px;
}

.about-content {
  width:90%;
  max-width: 1200px;
  height: auto;
  margin:0 auto;
  position: relative;
}

.about-content h1 {
  font-size:40px;
  font-weight:700;
  color:#222222;
  line-height:1.4;
  margin:0 0 20px;
  text-transform: uppercase;
}

.about-content p {
  font-size:20px;
  font-weight:400;
  color:#222222;
  line-height:1.6;
  text-align: justify;
  margin:25px 0;
}

@media screen and (max-width:689px) {
.about-content h1 {
  font-size:30px;
}
}

/* Sobre */

.space {
  width:100%;
  height: auto;
  background-color: #5E32AC;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(img/space-evolupe_bg1.jpg);
  margin:0;
  padding:140px 0;
  text-align: center;
}

.space.space2 {
  background-image: url(img/space-evolupe_bg2.jpg);
}

.space-content {
  width:90%;
  max-width: 1200px;
  height: auto;
  margin:0 auto;
  position: relative;
}

.space-content h1 {
  font-size:40px;
  font-weight:700;
  color:#fff;
  line-height:1.4;
  margin:0 0 20px;
  text-transform: uppercase;
}

.space-content h1 strong {
  font-size:70px;
  display: block;
}

.space-content p {
  color: #fff;
  display: block;
}

.space-content a.button {
  font-size:16px;
}

@media screen and (max-width:689px) {
.space-content h1 {
  font-size:30px;
}
}

/* Funciona */

.como-funciona {
  width:100%;
  height: auto;
  background: #fff;
  margin:0;
  padding:100px 0;
}

.como-funciona.como-funciona2 {
  background: #eeeeee;
}

.page-template-page-sobre .como-funciona {
  padding:80px 0;
}

.como-funciona-content {
  width:90%;
  max-width: 1200px;
  height: auto;
  margin:0 auto;
  position: relative;
}

.como-funciona-content div {
  width:50%;
  float: left;
  margin: 30px 0 0;
  padding: 0;
}

.como-funciona-curso .como-funciona-content div {
  width: 100%;
  margin: 0;
}

.como-funciona2 .como-funciona-content div {
  float: right;
}

.como-funciona-content img {
  width:43%;
  float: right;
  margin: 30px 0 0;
  padding: 0;
}

.como-funciona2 .como-funciona-content img {
  float:left;
}

.como-funciona-content h4 {
  font-size:40px;
  display: inline-block;
  font-weight:700;
  color:#fff;
  line-height:1.4;
  margin:0 0 30px;
  background-color: #5e32ac;
  padding: 0 10px;
  text-transform: uppercase;
}

.parent-pageid-682 .como-funciona-content h4 {
  background-color: #F1D738;
  color: #282828;
}

.como-funciona-content h2 {
  font-size:28px;
  font-weight:400;
  color:#222222;
  line-height:1.4;
  margin:0 0 20px;
  text-transform: uppercase;
}

.como-funciona-curso .como-funciona-content h2 {
  margin: 30px 0;
}

.como-funciona-content h3 {
  font-size:24px;
  font-weight:400;
  color:#222222;
  line-height:1.4;
  margin:0 0 20px;
}

.como-funciona-content h2 strong {
  font-weight:700;
}

.como-funciona-content p {
  font-size:16px;
  font-weight:400;
  color:#222222;
  line-height:1.6;
  margin:25px 0 0;
}

.como-funciona-content p strong {
  display: inline-block;
  font-size:14px;
  font-weight:700;
  text-transform: uppercase;
  color:#fff;
  line-height:1.6;
  padding: 0 5px;
  background-color: #5e32ac;
  margin:0 5px;
}

.parent-pageid-682 .como-funciona-content p strong {
  background-color: #F1D738;
  color: #282828;
}

.como-funciona-content label {
  display: block;
  font-size:24px;
  font-weight:400;
  color:#222222;
  line-height:1.4;
  padding:20px 0 10px;
}

.como-funciona-content input[type=text],
.como-funciona-content input[type=email] {
  font-size:20px;
  font-weight:400;
  color:#222222;
  line-height:1.4;
  width: 100%;
  height: 40px;
  margin:0;
}

.como-funciona-content input[type=submit] {
  font-size:20px;
  font-weight:700;
  color:#fff;
  background-color: #229725;
  line-height:1.4;
  width: 100%;
  height: auto;
  line-height: 40px;
  padding: 15px 0;
  margin:30px 0 0;
}

@media screen and (max-width:689px) {
.como-funciona-content div {
  width:100%;
  margin: 0 0 50px;
  float: none;
}

.como-funciona-content img {
  width:100%;
  max-width: 600px;
  float: none;
  margin: 0 auto;
}

.como-funciona-content h4 {
  font-size:30px;
}
}

/* Módulos */

.modulos {
  width:100%;
  height: auto;
  background: #eeeeee;
  margin:0;
  padding:30px 0 80px;
}

.modulos-content {
  width:90%;
  max-width: 1200px;
  height: auto;
  margin:0 auto;
  position: relative;
}

.modulos-content h2 {
  font-size:22px;
  font-weight:700;
  color:#fff;
  line-height:1.4;
  margin:50px 0 20px;
  background-color: #313131;
  padding: 5px 15px;
  text-transform: uppercase;
}

.modulos-content p {
  font-size:16px;
  font-weight:400;
  color:#222222;
  line-height:1.6;
  text-align: justify;
  margin:0;
}

/* Contato */

.contato {
  width:100%;
  height: auto;
  background: #fff;
  margin:0;
  padding:45px 0 80px;
}

.contato-content {
  width:90%;
  max-width: 1200px;
  height: auto;
  margin:0 auto;
  position: relative;
}

.contato.contato-curso h2 {
  font-size:40px;
  display: inline-block;
  font-weight:700;
  color:#fff;
  line-height:1.4;
  margin:0 0 30px;
  background-color: #5e32ac;
  padding: 0 10px;
  text-transform: uppercase;
}

.contato.contato-curso .contato-content {
  text-align: center;
  max-width: 900px;
}

.contato-content h1 {
  font-size:30px;
  display: inline-block;
  font-weight:700;
  color:#fff;
  line-height:1.4;
  margin:0 0 20px;
  background-color: #313131;
  padding: 0 10px;
  text-transform: uppercase;
}

.contato-content p {
  font-size:1.5rem;
  font-weight: 400;
  line-height: 1.6;
  color: #000;
  margin: 10px 0;
}

/* Formulário */

.contato-content hr {
  display: block;
  width: 100%;
  height: 1px;
  background:rgba(0,0,0,0.1);
  outline: 0;
  border: 0;
  padding: 0;
  margin: 70px 0;
}

.contato.contato-curso .contato-content div {
  width: 100%;
  text-align: left;
}

.contato-content div {
  float: left;
  width: 50%;
  padding: 0 10px;
  margin: 0;
}

@media screen and (max-width:600px) {
.contato-content div {
  width: 100%;
}

.contato-content h1 {
  font-size:24px;
  padding: 4px 10px;
}
}

.contato-content div.contato-textarea {
  width: 100%;
}

.contato-content label {
  font-size:10px;
  display: block;
  font-weight:700;
  color: #000000;
  line-height: 1.4;
  margin: 0;
  text-transform: uppercase;
  padding: 10px 0 5px 0;
}

.naoexibir{display: none;}

.contato-content input[type=text],
.contato-content input[type=email],
.contato-content input[type=tel] {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  color: #000;
  float:left;
  width:100%;
  height:auto; 
  margin:0 0 5px 0;
  outline:0;
  border:0;
  resize: none;
  -webkit-appearance: none;
  padding: 7px 12px;
  background: #f0f0f0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
}

.contato-content textarea {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  color: #000;
  float:left;
  width:100%;
  height:120px; 
  padding:10px 10px 0;
  margin:0 0;
  outline:0;
  border:0;
  background: #f0f0f0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  resize: none;
  -webkit-appearance: none;
}

.contato-content input[type=submit] {
  cursor:pointer;
  font-size: 12px;
  font-weight: 600;
  padding: 10px 20px;
  line-height: 1.4;
  height: auto;
  margin: 15px 10px 0 0;
  width: auto;
  float: right;
  background: #5E32AC;
  color: #fff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  text-transform: uppercase;
  -webkit-margin-start: none;
  -webkit-margin-end: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-appearance: none;
}

.contato-content input[type=submit]:hover {
  color: #fff;
  background-color: #4d2398;
}

/* Meus Dados */

ul.account-infos {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0 0 30px;
}

ul.account-infos li {
  width: 100%;
  margin: 0;
  list-style: none;
  padding: 10px 10px;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.4;
  color: #9A9A9A;
}

ul.account-infos li span {
  display: inline-block;
  width: 140px;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: -1px;
  color: #414141;
  padding: 0 10px 0 0;
}

ul.account-infos li:nth-child(even) {
  background-color: rgba(0,0,0,0.03);
}

@media screen and (max-width:600px) {
ul.account-infos li span {
  display: block;
  width: 100%;
  font-size: 13px;
  padding: 0 0 1px;
}
}

/* Neewsletter */

.newsletter {
  width:100%;
  height: auto;
  background: #5e32ac;
  margin:0;
  padding:50px 0;
}

.newsletter-content {
  width:90%;
  max-width: 1100px;
  height: auto;
  margin:0 auto;
}

.newsletter-content div {
  width:50%;
  float: left;
  margin:0;
  padding: 0 10px;
}

.newsletter-content div h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  margin:10px 0 0;
  text-transform: uppercase;
}

.newsletter-content div form {
  display: block;
  margin:0;
}

.newsletter-content div input[type=email] {
  float: left;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  float:left;
  width:calc(100% - 120px);
  height:50px; 
  line-height: 50px;
  margin:0;
  outline:0;
  border:0;
  resize: none;
  -webkit-appearance: none;
  padding: 0 0 0 20px;
  background: #fff;
}

.newsletter-content div input[type=email]::-webkit-input-placeholder { 
  opacity: 0.6;
}

.newsletter-content div input[type=email]::-moz-placeholder {
  opacity: 0.6;
}

.newsletter-content div input[type=email]:-ms-input-placeholder {
  opacity: 0.6;
}

.newsletter-content div input[type=email]:-moz-placeholder {
  opacity: 0.6;
}

.newsletter-content div input[type=submit] {
  cursor:pointer;
  font-size: 12px;
  font-weight: 700;
  padding: 0 20px 0;
  width: 120px;
  height:50px; 
  line-height: 50px;
  margin: 0;
  float: right;
  background-color: #461b91;
  color: #fff;
  text-transform: uppercase;
  -webkit-margin-start: none;
  -webkit-margin-end: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-appearance: none;
}

.newsletter-content div input[type=submit]:hover {
  background-color: #361078;
}

@media screen and (max-width:768px) {
.newsletter-content div {
  width:100%;
  text-align: center;
  padding: 0;
}

.newsletter-content div h2 {
  font-size: 20px;
  margin: 0 0 10px;
}

.newsletter-content div input[type=email] {
  font-size: 10px;
  width:calc(100% - 100px);
}

.newsletter-content div input[type=submit] {
  font-size: 10px;
  width: 100px;
}
}

/* Footer */

.footer {
  width:100%;
  height: auto;
  background: #461b91;
  margin:0;
  padding:40px 0;
}

.footer-content {
  width:90%;
  max-width: 1200px;
  height: auto;
  margin:0 auto;
}

.footer-content div {
  width:33.3333333%;
  float: left;
  margin:0;
  padding: 0 10px;
}

.footer-content div img {
  width: 100%;
  max-width: 140px;
  height: auto;
  display: block;
  margin: 0 0 15px;
}

.footer-content div h2 {
  font-size:12px;
  color:#fff;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
  margin:0 0 10px;
}

.footer-content div p {
  display:block;
  letter-spacing: 0;
  font-size:12px;
  color:#fff;
  font-weight: 400;
  line-height: 1.4;
  margin: 6px 0;
}

.footer-content div a {
  display:block;
  letter-spacing: 0;
  font-size:12px;
  color:#fff;
  font-weight: 400;
  line-height: 1.4;
  margin: 6px 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.footer-content div a:hover {
  color:#9b67f8;
}

@media screen and (max-width:689px) {
.footer-content div {
  width:100%;
  padding: 10px 20px;
  border-left: 0;
  text-align: center;
}

.footer-content div img {
  margin: 0 auto 10px;
}
}

/* Parceiros */

.parceiros {
  width:100%;
  height: auto;
  background: #fff;
  margin:0;
  padding:30px 0;
}

.parceiros-content {
  width:90%;
  max-width: 1200px;
  height: auto;
  margin:0 auto;
}

.parceiros-content div {
  float: left;
  width: 50%;
  margin:0;
  padding: 0 10px;
}

@media screen and (max-width:689px) {
.parceiros {
  padding:10px 0;
}


.parceiros-content div {
  width: 100%;
  padding: 20px 10px;
  text-align: center;
}
}

.parceiros-content div h2 {
  font-size:12px;
  color:#232323;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.4;
  margin:0 0 10px;
}

.parceiros-content div img.pay-footer {
  display: block;
  width: 400px;
  max-width: 100%;
  margin: 0;
}

.parceiros-content div a.safe-footer img {
  display: inline-block;
  width: 350px;
  max-width: 100%;
  margin: 0;
}

.parceiros-content hr {
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(0,0,0,0.1);
  outline: 0;
  border:0;
  padding: 0;
  margin: 30px 0;
  clear: both;
}

.parceiros-content h3 {
  font-size:11px;
  color:#797777;
  font-weight: 400;
  line-height: 1.4;
  margin:0;
  text-transform: uppercase;
}

.parceiros-content h3 strong {
  font-weight: 600;
}


/* End */

.end {
  width:100%;
  height: auto;
  background: #fff;
  margin:0;
  text-align: center;
  padding: 15px 0;
  border-top: 1px solid rgba(0,0,0,0.1);
}

.end a {
  display: block;
}

.end a img {
  display: block;
  width:100%;
  max-width: 90px;
  height: auto;
  margin:0 auto;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	margin: 0.6em 0;
}

.entry-content h1 {
	font-size: 16px;
	font-size: 2.4rem;
}

.entry-content h2 {
	font-size: 18px;
  font-weight: 700;
  color:#000;
	line-height: 1.4;
	margin: 60px 0 15px;
  padding: 0 0 10px;
  border-bottom: 2px solid #000;
}

.entry-content h3 {
	font-size: 16px;
	font-size: 1.6rem;
}

.entry-content h4 {
	font-size: 14px;
	font-size: 1.4rem;
}

.entry-content h5 {
	font-size: 12px;
	font-size: 1.2rem;
}

.entry-content h6 {
	font-size: 10px;
	font-size: 1rem;
}

.entry-content hr {
	background-color: #ccc;
	border:           0;
	height:           1px;
	margin-bottom:    1.5em;
}

.entry-content p {
	margin-bottom: 15px;
}

.entry-content ul,
.entry-content ol {
	margin: 0 0 1.5em 0.5em;
}

.entry-content ul {
	list-style: none;
}

.entry-content ol {
	list-style: decimal;
}

.entry-content ul ul,
.entry-content ol ol,
.entry-content ul ol,
.entry-content ol ul {
	margin-bottom: 0;
	margin-left:   1.5em;
}

.entry-content dt {
	font:           700 16px 'Gilroy';
	letter-spacing: 1px;
	margin:         30px 0 10px 0;
	text-transform: uppercase;
}

.entry-content dd {
	margin: 3px 0 1.5em 1.5em;
}

.entry-content b,
.entry-content strong {
	font-weight: bold;
}

.entry-content dfn,
.entry-content cite,
.entry-content em,
.entry-content i {
	font-style: normal;
}

.entry-content blockquote {
	font-style: italic;
	margin:     0 1.5em;
}

.entry-content address {
	margin: 0 0 1.5em;
}

.entry-content pre {
	background:    #F7F9F3;
	font-family:   "Courier 10 Pitch", Courier, monospace;
	font-size:     12px;
	font-size:     1.2rem;
	line-height:   1.6;
	margin-bottom: 1.6em;
	padding:       1.6em;
	overflow:      auto;
	max-width:     100%;
}

.entry-content code,
.entry-content kbd,
.entry-content tt,
.entry-content var {
	font: 12px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

.entry-content abbr,
.entry-content acronym {
	border-bottom: 1px dotted #666;
	cursor:        help;
}

.entry-content mark,
.entry-content ins {
	text-decoration: none;
}

.entry-content sup,
.entry-content sub {
	font-size:      75%;
	height:         0;
	line-height:    0;
	position:       relative;
	vertical-align: baseline;
}

.entry-content sup {
	bottom: 1ex;
}

.entry-content sub {
	top: .5ex;
}

.entry-content small {
	font-size: 75%;
}

.entry-content big {
	font-size: 125%;
}

.entry-content table,
.comment-content table {
	border:            1px solid #d9d9d9;
	border-left-width: 0;
	margin:            0 -0.083em 2.083em 0;
	text-align:        left;
	width:             100%;
}

.entry-content tr th,
.entry-content thead th,
.comment-content tr th,
.comment-content thead th {
	border-left: 1px solid #d9d9d9;
	font-weight: bold;
	padding:     0.5em 1.25em;
}

.entry-content tr td,
.comment-content tr td {
	border:       1px solid #d9d9d9;
	border-width: 1px 0 0 1px;
	padding:      0.5em 1.25em;
}

.entry-content tr.odd td,
.comment-content tr.odd td {
	background: #eee;
}

.entry-content ul li {
	list-style-type:     square;
	list-style-position: outside;
	margin-left:         1em;
}

.entry-content ol {
	list-style: decimal;
	margin:     0 0 1.5em 1.5em;
}

.alignleft {
	float:  left;
	margin: 0 20px 20px 0;
}

.alignright {
	float:  right;
	margin: 0 0 20px 20px;
}

.aligncenter {
	clear:   both;
	display: block;
	margin:  0 auto 20px auto;
}

.wp-caption {
	font-size: 90%;
}

.wp-caption.aligncenter,
.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.alignnone {
	margin-bottom: 15px;
}

.wp-caption-text {
	text-align: center;
	font-size:  90%;
}

.gallery-caption {
	font-size: 12px;
	font-size: 1.2rem;
}

.bypostauthor {
}

/*- Theme Base -*/

*,
*:after,
*:before,
input[type=search] {
	-moz-box-sizing:        border-box;
	box-sizing:             border-box;
	-webkit-font-smoothing: antialiased;
	font-smoothing:         antialiased;
	text-rendering:         optimizeLegibility;
}

.clear:before,
.clear:after {
	content: ' ';
	display: table;
}

.clear:after {
	clear: both;
}

.clear {
	*zoom: 1;
}

body {
	font-family: 'Panton';
	font-size:   15px;
	line-height: 24px;
	color:       #222222;
	background:  #FFF;
}

input, textarea, button {
	font-family: 'Panton';
}

a {
	cursor:          pointer;
	color:           #222222;
	text-decoration: none;
}

svg {
	fill: #222222;
}

a,
a i,
a:after,
a:before,
li:after,
li:before,
input[type=submit],
button,
.main-menu .product-categories ul > li ul,
#header .top-menu .menu li > ul,
#home-post .post .post-content {
	-webkit-transition: visibility 0.15s linear, opacity 0.15s linear, color 0.15s linear, border-color 0.15s linear, background-color 0.15s linear;
	-moz-transition:    visibility 0.15s linear, opacity 0.15s linear, color 0.15s linear, border-color 0.15s linear, background-color 0.15s linear;
	-o-transition:      visibility 0.15s linear, opacity 0.15s linear, color 0.15s linear, border-color 0.15s linear, background-color 0.15s linear;
	-ms-transition:     visibility 0.15s linear, opacity 0.15s linear, color 0.15s linear, border-color 0.15s linear, background-color 0.15s linear;
	transition:         visibility 0.15s linear, opacity 0.15s linear, color 0.15s linear, border-color 0.15s linear, background-color 0.15s linear;
}

a svg {
	-webkit-transition: fill 0.15s linear;
	-moz-transition:    fill 0.15s linear;
	-o-transition:      fill 0.15s linear;
	-ms-transition:     fill 0.15s linear;
	transition:         fill 0.15s linear;
}

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

a:hover {
	text-decoration: none;
	outline:         none;
}

a:visited, a:focus, a:active {
	text-decoration: none;
	outline:         none;
}

button,
input[type=submit],
input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=search],
textarea,
select,
.select2-container .select2-selection--single .select2-selection__rendered,
select.state_select {
	box-shadow:            none;
	-webkit-appearance:    none;
	-moz-appearance:       none;
	-o-appearance:         none;
	appearance:            none;
  width:100%;
  max-width: 100%;
  font-size:12px; 
  height: 30px;
  line-height: 30px;
  font-weight: 400;
  background:#f0f0f0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  outline:none;
  -webkit-margin-start: none;
  -webkit-margin-end: none;
  -webkit-appearance: none;
}

input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=search],
textarea,
select,
.select2-container .select2-selection--single .select2-selection__rendered,
select.state_select {
	border:                0;
	outline:               0;
	padding:               5px 12px;
	font-size:12px; 
    font-weight: 400;
    background:#f0f0f0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=search]:focus,
textarea:focus {
	border:  0;
	outline: 0;
}

.select2-container .select2-choice > .select2-chosen {
	padding: 6px 0;
}

.track_order {
  display: block;
  max-width: 800px;
  width: 100%;
  margin: 0;
}

input[type=submit],
button,
.widget a.button,
.collaterals a.button,
.shop-content a.button,
.ip-product-container .summary a.alt.button {
	display:               inline-block;
  text-transform: uppercase;
  background-color: #000;
  border: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 20px;
  margin: 15px 0 0;
	text-align: center;
	outline:0;
}

input[type=submit]:disabled,
button:disabled,
.widget a.button:disabled,
.collaterals a.button:disabled
.ip-product-container .summary a.alt.button:disabled {
	opacity:        0.3;
	pointer-events: none;
}

#wrap {
	overflow:  hidden;
	width:     100%;
	position:  relative;
}

#search {
	font-size: 20px;
}

.post-content {
	position: relative;
	z-index:  1;
}

.error {
	color: red;
}

.error-page {
	text-align: center;
}

.error-page h2 {
	font-weight:   700;
  display: inline-block;
	font-size: 60px;
	line-height: 1.2;
	margin: 10px auto 20px;
	color: #F5C31F;
  background-color: #1A3B5C;
  padding: 15px 30px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.error-page > svg {
	width:  20px;
	height: 20px;
	margin: 18px 0 16px 0;
}

.error-page p {
	margin:    0 auto 50px auto;
	max-width: 500px;
}

.error-page .searchform input[type=text],
.error-page .searchform input[type=search] {
	max-width: 250px;
}

.searchform-wrap {
	width:  50%;
	margin: 0 auto;
}

.svg-sprite-container {
	display: none;
}

.whole {
	display:  block;
	position: absolute;
	left:     0;
	right:    0;
	top:      0;
	bottom:   0;
	z-index:  2;
}

.main-col {
	margin-bottom: 70px;
}

.page-title,
.main-header h1,
h1.title-common {
  font-size:30px;
  display: block;
  font-weight:700;
  color:#313131;
  line-height:1.4;
  margin:0;
  background-color: transparent;
  padding: 0;
  text-transform: uppercase;
  text-align: left;
}

p.desc-common {
  font-size:14px;
  font-weight: 400;
  line-height: 1.6;
  color: #000;
  margin: 10px 0;
  text-align: left;
}

hr.hr-common {
  display: block;
  width: 100%;
  height: 1px;
  background:rgba(0,0,0,0.1);
  outline: 0;
  border: 0;
  padding: 0;
  margin: 70px 0;
}

@media screen and (max-width:768px) {
.page-title,
.main-header h1,
h1.title-common {
  font-size:20px!important;
}
}

.woocommerce-off .main-menu .search svg {
	right: 0;
}

.woocommerce-off.sticky .main-menu .search svg {
	right: 15px;
}

.woocommerce-off .main-menu .wishlist svg {
	right: 55px;
}

.main-menu .wishlist.added svg.off {
	display: none;
}

.main-menu .wishlist:not(.added) svg.on {
	display: none;
}

.main-menu .mobile-search svg,
.main-menu .mobile-wishlist svg {
	display: none;
}

#search-close {
  display: block;
  position: relative;
  float: right;
  height: 70px;
  width: 70px;
  border-left:1px solid rgba(0,0,0,0.2);
  background-image: url(img/close_icon.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 17px auto;
}

@media screen and (max-width:770px) {
#search-close {
  height: 50px;
  width: 50px;
}
}

/*- Ajax Search -*/

.search-open #wrap {
	display: none;
}

#ajax-search {
	height:           70px;
	position:         fixed;
	background-color: #FFF;
	padding:          0;
	left:             0;
	top:              0;
	right:            0;
	z-index:          1005;
	border-bottom:    solid 1px rgba(0, 0, 0, .12);
	font-size:        16px;
	display:          none;
}

#ajax-search-result {
	position:                   fixed;
	top:                        75px;
	z-index:                    1004;
	left:                       0;
	right:                      0;
	bottom:                     0;
	overflow-y:                 scroll;
	padding:                    15px 30px;
	display:                    none;
	-webkit-overflow-scrolling: touch;
	text-align:                 left;
}

#ajax-search-result ul {
	padding:    0;
	margin:     0;
	width:      100%;
	list-style: none;
}

#ajax-search-result li {
	padding-bottom: 25px;
	margin-bottom:  25px;
	border-bottom:  solid 1px rgba(0, 0, 0, .12);
	position:       relative;
	overflow:       hidden;
	min-height:     100px;
}

#ajax-search-result li:last-child {
	border-bottom: 0;
	text-align:    center;
}

#ajax-search-result .post-img {
	position: absolute;
	width:    75px;
	height:   75px;
	left:     0;
	top:      0;
}

#ajax-search-result .post-content {
	margin-left: 95px;
}

#ajax-search-result h4 {
	margin:  0;
	padding: 0;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    color: #1a1a1a;
}

#ajax-search-result .price {
	display: block;
}

#ajax-search-result .actions a {
    font-weight: 700;
    font-size: 10px;
    text-transform: uppercase;
    color: #f63d44;
}

.search-open #ajax-search,
.search-open #ajax-search-result {
	display: block;
}

#ajax-search button {
	background:  transparent;
	display:     block;
	margin:      0;
}

#ajax-search input[type=text] {
	margin:   20px 0 0 15px;
	border:        none;
	width:         80%;
	width:         calc(100% - 250px);
	text-overflow: ellipsis;
	padding-left:  15px;
	padding-right: 15px;
}

@media screen and (max-width:770px) {
#ajax-search {
	height:           50px;
	font-size:        14px;
}

#ajax-search input[type=text] {
	margin:   10px 0 0 15px;
	width:         calc(100% - 120px);
	padding-left:  5px;
	padding-right: 5px;
}
}

.menu-shadow {
	position:           fixed;
	top:                0;
	left:               0;
	right:              0;
	bottom:             0;
	background:         rgba(58, 76, 105, 0.93);
	z-index:            1002;
	overflow:           hidden;
	opacity:            0;
	visibility:         hidden;
	-webkit-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
	-moz-transition:    all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
	-ms-transition:     all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
	-o-transition:      all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
	transition:         all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}

.search-open .menu-shadow {
	visibility: visible;
	opacity:    1;
}

/*- Front Page -*/

/*-- Slider --*/

.slick-preloader {
	position: relative;
}

.slick-preloader,
.slick-preloader .img {
	display:                 block;
	position:                absolute;
	left:                    0;
	right:                   0;
	top:                     0;
	height:                  100%;
	background-repeat:       no-repeat;
	background-position:     right 50%;
	-webkit-background-size: cover;
	-moz-background-size:    cover;
	-ms-background-size:     cover;
	-o-background-size:      cover;
	background-size:         cover;
}

.slick-preloader .img {
	opacity: 0.3;
}

.slick-slider {
	-webkit-transition: opacity 0.8s, visibility 0.8s;
	-moz-transition:    opacity 0.8s, visibility 0.8s;
	-ms-transition:     opacity 0.8s, visibility 0.8s;
	-o-transition:      opacity 0.8s, visibility 0.8s;
	transition:         opacity 0.8s, visibility 0.8s;
	opacity:            1;
	visibility:         visible;
}

.slick-track {
	will-change: transform;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-perspective: 1000px;
}

#home-slider {
	position: relative;
}

.slick.preloading {
	opacity:     0;
	visibility:  hidden;
	height:      590px;
	will-change: opacity;
}

#home-slider .slick-slide {
	background-repeat:       no-repeat;
	background-position:     right 50%;
	-webkit-background-size: cover;
	-moz-background-size:    cover;
	-ms-background-size:     cover;
	-o-background-size:      cover;
	background-size:         cover;
	position:                relative;
	width:                   100%;
	height:                  590px;
	overflow:                hidden;
	vertical-align:          middle;
	image-rendering:         optimizeSpeed;
	image-rendering:         -moz-crisp-edges;
	image-rendering:         -o-crisp-edges;
	image-rendering:         -webkit-optimize-contrast;
	image-rendering:         optimize-contrast;
	-ms-interpolation-mode:  nearest-neighbor;
}

.fixed-slider #home-slider .slick-slide,
.fixed-slider .slick.preloading {
	height: 490px;
}

#home-slider .slick-dots {
	margin:   0;
	padding:  0;
	z-index:  10;
	position: absolute;
	left:     13.77%;
	bottom:   28px;
}

.slick-dots li {
	display:     inline-block;
	width:       10px;
	height:      10px;
	margin:      0 11px 0 0;
	text-align:  center;
	list-style:  none;
	line-height: 10px;
}

.slick-dots li button {
	display:               inline-block;
	vertical-align:        middle;
	background-color:      #797A7D;
	width:                 8px;
	height:                8px;
	-webkit-border-radius: 4px;
	-moz-border-radius:    4px;
	border-radius:         4px;
	padding:               0;
	position:              relative;
	overflow:              hidden;
	text-indent:           100%;
	white-space:           nowrap;
	cursor:                pointer;
}

.slick-dots li.slick-active button {
	border:                solid 2px #797A7D;
	background:            transparent;
	width:                 10px;
	height:                10px;
	-webkit-border-radius: 5px;
	-moz-border-radius:    5px;
	border-radius:         5px;
}

#home-slider .inner {
	z-index:            1;
	position:           absolute;
	display:            inline-block;
	left:               13.77%;
	top:                50%;
	width:              315px;
	-webkit-transform:  translateY(-50%);
	-moz-transform:     translateY(-50%);
	-ms-transform:      translateY(-50%);
	-o-transform:       translateY(-50%);
	transform:          translateY(-50%);
	opacity:            0;
	-webkit-transition: opacity 0.8s linear;
	-moz-transition:    opacity 0.8s linear;
	-o-transition:      opacity 0.8s linear;
	-ms-transition:     opacity 0.8s linear;
	transition:         opacity 0.8s linear;
}

#home-slider .slide-visible .inner {
	opacity: 1;
}

#home-slider h3 {
	font:    normal 48px/55px ;
	color:   #333333;
	margin:  0;
	padding: 0;
}

#home-slider h4 {
	font:           normal 20px/20px 'Montserrat';
	color:          #717171;
	letter-spacing: 1px;
	padding:        25px 0 0 0;
	margin:         0;
	text-transform: uppercase;
}

.slick-arrow {
	display:  block;
	position: absolute;
	z-index:  5;
	top:      0;
	bottom:   0;
	width:    40px;
}

.slick-arrow span {
	display:               block;
	position:              absolute;
	top:                   50%;
	left:                  0;
	margin-top:            -20px;
	width:                 40px;
	height:                40px;
	cursor:                pointer;
	text-decoration:       none;
	outline:               none;
	background-color: rgba(0,0,0,0.4);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 40% auto;
}

.slick-prev {
	left: 6.15%;
}

.slick-prev span {
  background-image: url(img/icon/prev-product.png);
}

.slick-next {
	right: 6.15%;
}

.slick-next span {
  background-image: url(img/icon/next-product.png);
}

/*-- Banners --*/

#home-banners {
	position:   relative;
	text-align: center;
}

#home-banners .banner {
	display:        inline-block;
	width:          25%;
	height:         250px;
	position:       relative;
	vertical-align: top;
	background:     #FFF;
}

.fixed-slider #home-banners .banner {
	width: 33.3333%;
}

.fixed-slider #home-banners .banner:nth-child(4) {
	display: none;
}

#home-banners .banner .bg {
	display:  block;
	position: absolute;
	left:     0;
	right:    0;
	top:      0;
	bottom:   0;
	opacity:  0.2;
}

#home-banners .banner .inner {
	z-index:           1;
	position:          absolute;
	display:           inline-block;
	left:              9.22%;
	top:               34%;
	width:             44%;
	-webkit-transform: translateY(-50%);
	-moz-transform:    translateY(-50%);
	-ms-transform:     translateY(-50%);
	-o-transform:      translateY(-50%);
	transform:         translateY(-50%);
	text-align:        left;
}

#home-banners .banner h3 {
	font:          normal 23px/29px 'Montserrat';
	color:         #333333;
	padding:       0;
	margin:        0;
	max-height:    87px;
	overflow:      hidden;
	-ms-word-wrap: break-word;
	word-wrap:     break-word;
}

#home-banners .banner h4 {
	font:    normal 30px/30px ;
	padding: 15px 0 0 0;
	margin:  0;
}

#home-banners .banner .more {
	display:               block;
	position:              absolute;
	left:                  9.22%;
	bottom:                30px;
	height:                44px;
	font:                  normal 16px/44px 'Montserrat';
	color:                 #FFF;
	text-transform:        uppercase;
	padding:               0 30px;
	margin-left:           -16px;

	-webkit-border-radius: 22px;
	-moz-border-radius:    22px;
	border-radius:         22px;
}

#home-banners .banner.non-alfa-image .thumb {
	position: absolute;
	height:   100%;
	width:    auto;
	right:    0;
	top:      0;
}

#home-banners .banner.alfa-image .thumb {
	position: absolute;
	height:   100%;
	width:    auto;
	right:    0;
	top:      -20px;
}

/*-- Product Tabs --*/

.home-tabs-wrap {
	position:   relative;
	margin:     37px 0 30px 0;
	min-height: 46px;
}

.woocommerce-tabs .wrap {
	min-height: 46px;
	position:   relative;
	margin:     0 15px 0 15px;
	padding: 20px 0 10px;
}

.home-tabs,
.woocommerce-tabs .tabs {
	display:    block;
  max-width: 1000px;
	list-style: none;
	padding:    0;
  float: none;
	margin:     0 auto;
	text-align: left;
}

.home-tabs li,
.woocommerce-tabs .tabs li {
	display:     inline-block;
	white-space: nowrap;
	padding:     0 14px 10px 0;
}

.home-tabs li a,
.woocommerce-tabs .tabs li a {
	font-weight: 700;
    font-size: 18px;
	color:       #000;
	background: transparent;
	text-transform:        uppercase;
	display:               inline-block;
	padding:               0;
	opacity: 0.4;
   border:0;
}

@media screen and (max-width:700px) {
.home-tabs li a,
.woocommerce-tabs .tabs li a {
  font-size: 16px;
}
}

.home-tabs li.current a,
.woocommerce-tabs .tabs li.active a,
.woocommerce-tabs .tabs li a:hover {
  opacity: 1;
}

.home-tab {
	display:            none;
	opacity:            0;
	-webkit-transition: opacity 0.3s linear;
	-moz-transition:    opacity 0.3s linear;
	-o-transition:      opacity 0.3s linear;
	-ms-transition:     opacity 0.3s linear;
	transition:         opacity 0.3s linear;
}

.home-tab.visible {
	display: block;
}

.home-tab.current {
	opacity: 1;
}

/*-- Brands --*/

#home-brand {
	position:   relative;
	background: #F4F8FF;
	padding:    60px 0;
}

#home-brand .brand {
	width:               160px;
	height:              160px;
	background-size:     contain;
	background-position: center center;
	background-repeat:   no-repeat;
	margin:              0 15px;
	position:            relative;
}

#home-brand .brand:focus {
	outline: 0;
}

#home-brand .preloading {
	opacity: 0;
}

#home-brand .slick-brands {
	height:        160px;
	padding-left:  55px;
	padding-right: 55px;
}

#home-brand.white-bg .slick-list {
	background:            #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius:    4px;
	border-radius:         4px;
}

#home-brand .slick-prev {
	left: 0;
}

#home-brand .slick-next {
	right: 0;
}

#home-brand .slick-dots {
	margin:            0;
	padding:           0;
	z-index:           10;
	position:          absolute;
	left:              50%;
	bottom:            -28px;
	text-align:        center;
	-webkit-transform: translateX(-50%);
	-moz-transform:    translateX(-50%);
	-ms-transform:     translateX(-50%);
	-o-transform:      translateX(-50%);
	transform:         translateX(-50%);
}

/*-- Lstest Posts --*/

#home-post {
	text-align: center;
}

#home-post h2,
#home-text h1,
.ip-product-container .products h2,
.cross-sells h2 {
	display:        inline-block;
	margin:        40px auto 45px auto;
	padding:20px 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    color: #000;
    text-transform: uppercase;
    text-align: center;
	width: 100%;
}

#home-post h2 {
	margin-bottom:      25px;
	-webkit-transition: color 0.15s linear;
	-moz-transition:    color 0.15s linear;
	-o-transition:      color 0.15s linear;
	-ms-transition:     color 0.15s linear;
	transition:         color 0.15s linear;
}

#home-post .post {
	text-align:    left;
	background:    #FFFFFF;
	padding-left:  38%;
	overflow:      hidden;
	position:      relative;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 30px;
}

#home-post .row > div:nth-child(2n+3) {
	clear: both;
}

#home-post .post-img {
	content:                           '';
	display:                           block;
	position:                          absolute;
	left:                              0;
	top:                               0;
	bottom:                            0;
	width:                             38%;
	background-position:               center center;
	background-repeat:                 no-repeat;
	background-size:                   cover;
	-webkit-border-top-left-radius:    8px;
	-moz-border-radius-topleft:        8px;
	border-top-left-radius:            8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomleft:     8px;
	border-bottom-left-radius:         8px;
}

#home-post .post-content {
	padding:                            34px 26px;
	border:                             solid 1px #EAEAEA;
	-webkit-border-top-right-radius:    8px;
	-moz-border-radius-topright:        8px;
	border-top-right-radius:            8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-bottomright:     8px;
	border-bottom-right-radius:         8px;
	border-left:                        none;
}

#home-post .post-date {
	font-size:      14px;
	line-height:    14px;
	color:          #D6D6D6;
	text-transform: uppercase;
}

#home-post h3 {
	font-size:          20px;
	color:              #333333;
	line-height:        23px;
	font-weight:        700;
	min-height:         94px;
	padding:            15px 0 10px 0;
	margin:             0;
	-webkit-transition: color 0.15s linear;
	-moz-transition:    color 0.15s linear;
	-o-transition:      color 0.15s linear;
	-ms-transition:     color 0.15s linear;
	transition:         color 0.15s linear;
}

#home-post .more {
	font-size:   14px;
	line-height: 14px;
	color:       #56B0F2;
}

#home-post .row {
	position:      relative;
	overflow:      hidden;
	margin-bottom: -30px;
	padding-top:   20px;
}

/*-- Reviews --*/

#home-review {
	background: #56B0F2;
	text-align: center;
	color:      #FFF;
	padding:    46px 0 51px 0;
	margin-top: 75px;
}

#home-review .quote {
	width:   32px;
	height:  25px;
	display: inline-block;
	fill:    #FFF;
	opacity: 0.4;
}

#home-review .thumb {
	margin-top:            22px;
	width:                 55px;
	height:                55px;
	background-size:       cover;
	background-position:   center center;
	background-repeat:     no-repeat;
	-webkit-border-radius: 27px;
	-moz-border-radius:    27px;
	border-radius:         27px;
	border:                solid 5px #56B0F2;
	display:               inline-block;
	position:              relative;
}

#home-review .thumb:after {
	content:               '';
	display:               block;
	position:              absolute;
	left:                  -5px;
	right:                 -5px;
	top:                   -5px;
	bottom:                -5px;
	-webkit-border-radius: 27px;
	-moz-border-radius:    27px;
	border-radius:         27px;
	border:                solid 5px rgba(255, 255, 255, 0.4);
}

#home-review .slick-prev {
	left: 0;
}

#home-review .slick-next {
	right: 0;
}

#home-review p {
	font:           400 27px;
	color:          #FFFFFF;
	letter-spacing: -0.043em;
	max-width:      610px;
	width:          68%;
	padding:        25px 0 0 0;
	margin:         0 auto;
}

#home-review .author {
	font:           700 13px/16px 'Montserrat';
	color:          #FFFFFF;
	letter-spacing: 0.118em;
	margin-top:     17px;
	text-transform: uppercase;
	font-size:      14px;
}

#home-review .occupation {
	color: #C4E3FA;
}

#home-review .preloading .review:nth-child(n+2) {
	display: none;
}

#home-review .slick-dots {
	margin:            0;
	padding:           0;
	z-index:           10;
	position:          absolute;
	left:              50%;
	bottom:            -28px;
	text-align:        center;
	-webkit-transform: translateX(-50%);
	-moz-transform:    translateX(-50%);
	-ms-transform:     translateX(-50%);
	-o-transform:      translateX(-50%);
	transform:         translateX(-50%);
}

#home-review .slick-dots {
	bottom: -10px;
}

#home-review .slick-dots li.slick-active button {
	border-color: #FFF;
}

#home-review .slick-dots li:not(.slick-active) button {
	background-color: #FFF;
}

/*-- SEO Block --*/

#home-text {
	text-align:    center;
	margin-bottom: 60px;
}

#home-text .container .row {
	text-align: left;
}

@media (min-width: 1200px) {
.container {
    width: 1200px;
}
}

/*- Post / Page -*/

/*-- Post Image --*/

.post-img {
	text-align: center;
}

.post-img.audio,
.post-img.video,
.post-img.gallery {
	margin-bottom: 30px;
}

.post-img img,
.post-img iframe {
	max-width: 100%;
	width: 100%;
	height:    auto;
}

.author-img img {
	-webkit-border-radius: 48px;
	-moz-border-radius:    48px;
	border-radius:         48px;
}

.comment-author img {
	-webkit-border-radius: 30px;
	-moz-border-radius:    30px;
	border-radius:         30px;

}

/*-- Post Header --*/

.main-header .post-categories {
	list-style:     none;
	padding:        39px 0 0 0;
	margin:         0;
	text-transform: uppercase;
}

.main-header .post-categories li {
	display:      inline-block;
	margin-right: 30px;
	font:         700 15px/15px ;
}

.woocommerce-cart .main-header h1 {
  display: none!important;
}

.woocommerce-account .main-header h1 {
  display: none!important;
}

.woocommerce-account .shop-content .woocommerce {
  padding-top:70px!important;
}

.woocommerce-order-received .main-header,
.woocommerce-order-failed .main-header {
	display: none;
}

.main-header .post-categories + h1 {
	padding-top: 20px;
}

.main-header .post-meta {
	color:          #9A9A9A;
	padding:        0;
	text-transform: uppercase;
	text-align: center;
	font-size: 12px;
	padding: 0 0 30px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

.main-header .post-meta svg {
	display: inline-block;
	width:   10px;
	height:  10px;
	fill:    #9A9A9A;
	margin:  0 3px 0 25px;
}

/*-- Post Entry --*/

.post-container {
	margin-top:    45px;
	margin-bottom: 65px;
}
.entry-content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.entry-content iframe {
	max-width: 100%;
}

.entry-content blockquote {
	font:     700 23px/35px 'Montserrat';
	color:    #404E65;
	padding:  0 0 0 40px;
	position: relative;
	margin:   50px 0;
}

.entry-content blockquote p:first-child {
	margin-top: 0;
}

.entry-content blockquote p:last-child {
	margin-bottom: 0;
}

.entry-content blockquote:before {
	content:         '';
	display:         block;
	position:        absolute;
	left:            0;
	right:           0;
	width:           25px;
	height:          20px;
	background:      url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyNSAyMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTYuMjcgMS40MTFDMTkuNjUyLS41NzIgMjUgLjk1NSAyNSA3LjUzOGMwIDYuNTg0LTguNzMgMTEuNzgtOC43MyAxMS43OGwtMS44NzMtMi4yNzVzMS45MzMtMS43NzcgNC4zNjUtNS41NTJjLTYuMTc3LTEuNDc1LTUuODc0LTguMDk3LTIuNDkyLTEwLjA4ek0yLjM4NiAxLjc1YzMuMzgyLTEuOTgzIDguNzMtLjQ1NyA4LjczIDYuMTI3IDAgNi41ODMtOC43MyAxMS43OC04LjczIDExLjc4TC41MTQgMTcuMzhzMS45MzItMS43NzcgNC4zNjQtNS41NTFDLTEuMjk5IDEwLjM1NC0uOTk2IDMuNzMzIDIuMzg2IDEuNzV6IiBmaWxsPSIjNDA0RTY1IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=) no-repeat;
	background-size: 25px 20px;
}

.entry-content a,
.woocommerce-MyAccount-content p a:not(.button) {
	color: #1a1a1a;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	font-weight: 700;
}

.entry-content h1 {
	font-size:      36px;
	line-height:    44px;
	letter-spacing: 2px;
}

.entry-content h3 {
	font-size:   24px;
	line-height: 29px;
}

.entry-content h4 {
	font-size:      24px;
	line-height:    1.4;
	border-left:5px solid #d4b19f;
	padding:0 0 0 15px;
	margin: 50px 0 10px;
	color: #222222;
}

.entry-content h5 {
	font-size:      16px;
	line-height:    1.4;
	padding:0px;
	margin: 30px 0 10px;
	color: #222222;
}

.entry-content h6 {
	font-size:      10px;
	line-height:    12px;
	letter-spacing: 2px;
}

.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child,
.entry-content img:first-child + h1,
.entry-content img:first-child + h2,
.entry-content img:first-child + h3,
.entry-content img:first-child + h4,
.entry-content img:first-child + h5,
.entry-content img:first-child + h6 {
	margin-top: 0;
}

.entry-content p {
	margin: 0 0 20px 0;
}

.entry-content .wp-caption {
	max-width: 100%;
}

.entry-content img:not(.post-thumbnail) {
	max-width: 100% !important;
	height:    auto;
}

.entry-content img.post-thumbnail {
	max-width: 500px;
	display: block;
	float: none;
	width: 90%;
	height:    auto;
	margin: 0 auto 40px;

}

.entry-content .bottom {
	padding:  0;
	margin:   0;
	position: relative;
}

.entry-content .bottom.with-comments {
	margin: 0;
}

.entry-content .bottom span {
	font:           700 16px/17px 'Montserrat', sans-serif;
	text-transform: uppercase;
	display:        inline-block;
	vertical-align: middle;
	margin-right:   10px;
}

.entry-content .meta-share svg {
	display:        inline-block;
	vertical-align: middle;
	width:          18px;
	height:         14px;
	margin:         0 10px 0 0;
	padding:        0;
	line-height:    14px;
}

.entry-content .bottom .meta-share {
	text-align: right;
}

.entry-content .post-comments-link {
	text-align: center;
	margin:     35px 0;
}

.entry-content .post-comments-link a {
	display:        inline-block;
	font:           700 12px/15px 'Lato', sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase;
	background:     rgba(0, 0, 0, 0.05);
	padding:        8px 12px;
}

/*--- Shortcodes ---*/

.entry-content .two-col {
	position:  relative;
	overflow:  hidden;
	font-size: 14px;
}

.entry-content .two-col .left {
	float:         left;
	padding-right: 15px;
	width:         50%;
}

.entry-content .two-col .right {
	float:        right;
	padding-left: 15px;
	width:        50%;
}

/*-- Gallery --*/

.gallery {
	clear:          both;
	margin:         -1.79104477%;
	padding-bottom: 32px;
	overflow:       hidden;
}

.gallery:last-child {
	padding-bottom: 0;
}

.gallery-item {
	position:       relative;
	display:        inline-block;
	float:          left;
	width:          100%;
	text-align:     center;
	padding:        1.79104477%;
	vertical-align: top;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-icon {
}

.gallery-item:last-of-type .gallery-icon {
	width: 100%;
}

.gallery-icon img {
	width:  100%;
	height: auto;
	margin: 0 auto;
}

.gallery-caption {
	left:       1.79104477%;
	bottom:     1.79104477%;
	z-index:    1000;
	text-align: left;
}

.gallery-columns-5 .gallery-caption,
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

.gallery .gallery-caption {
	text-align:  center;
	padding-top: 3px;
	background:  rgba(255, 255, 255, 0.9);
	line-height: 14px;
}

.gallery-columns-2 .gallery-item:nth-child(2n+3) {
	clear: both;
}

.gallery-columns-3 .gallery-item:nth-child(3n+4) {
	clear: both;
}

.gallery-columns-4 .gallery-item:nth-child(4n+5) {
	clear: both;
}

/*-- Author --*/

.post-author {
	border-top: solid 1px rgba(0, 0, 0, .12);
	padding:    40px 0 0 0;
}

.post-author .author-img {
	float: left;
}

.post-author .author-content {
	margin-left: 125px;
}

.post-author h5 {
	font:   700 19px/23px 'Lato', sans-serif;
	color:  #555555;
	margin: 12px 0;
}

.post-author p {
	margin:    10px 0;
	max-width: 80%;
}

.post-author .soc a {
	margin-bottom: 4px;
}

.post-img.audio iframe {
	height: 166px;
	width:  100%;
}

/*-- Related Posts --*/

.post-related {
	padding: 155px 0 0 0;
}

.post-related .wrap {
	width: 230px;
}

.post-related h4 {
	text-transform: uppercase;
	text-align:     center;
	margin:         0 0 35px 0;
	font:           bold 16px/17px 'Montserrat', sans-serif;
}

.post-related h3 {
	font:          700 16px/21px 'Montserrat', sans-serif;
	margin:        10px 0 5px 0;
	overflow:      hidden;
	-ms-word-wrap: break-word;
	word-wrap:     break-word;
}

.post-related .post-date {
	font-size:      11px;
	color:          #9A9A9A;
	letter-spacing: 1px;
	text-transform: uppercase;
}

/*-- Comments --*/

.post-comments .comments-list + .comment-respond,
.post-comments {
	margin:     0;
	padding:    70px 0 0 0;
}

.comment-reply-title,
.post-comments h2 {
	font-weight:700;
	font-size:16px;
	line-height: 1.4;
	text-transform: uppercase;
	margin:         0 0 35px 0;
}

.post-comments.no-line {
	border-top: none;
}

.comment-reply-title {
	font-weight:700;
	font-size:16px;
	line-height: 1.4;
	text-transform: uppercase;
	margin:         0 0 35px 0;
}

.comments-list,
.comments-list .children {
	list-style: none;
	margin:     0;
	padding:    0;
}

.comments-list > li,
.comments-list .children > li {
	margin-bottom: 30px;
}

.comments-list ol.children {
	margin-left: 85px;
	margin-top:  30px;
}

.post-comments .comment-meta {
	padding-left: 85px;
	position:     relative;
	min-height:   60px;
}

.post-comments .comment-content {
	padding-left: 85px;
}

.post-comments .says {
	display: none;
}

.post-comments .author-img {
	position: absolute;
	left:     0;
	top:      0;
}

.post-comments .comment-metadata a {
	color: #B5B5B5;
	font:  normal 12px 'Montserrat', sans-serif;
}

.post-comments .comment-metadata .comment-reply-link,
.post-comments .comment-metadata .comment-edit-link {
	display:         inline-block;
	color:           #B5B5B5;
	margin-left:     30px;
	text-decoration: underline;
}

.post-comments .author-name {
	font:    700 16px/17px 'Montserrat', sans-serif;
	margin:  12px 0 5px 0;
	display: inline-block;
}

.post-comments .comment-metadata {
	font:           700 11px/11px;
	color:          #9A9A9A;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.comment-form label {
	display:        block;
	font:           700 11px;
	color:          #9A9A9A;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding:        6px 0 4px 0;
}

.comment-form .comment-form-comment label {
	display: none;
}

.comment-form textarea {
	width: 100%;
}

.comment-form .form-submit {
	margin-top: 25px;
}

.comments-navigation,
.post-navigation {
	font-weight:       700;
	font-size: 14px;
	line-height: 1.4;
	color: #273238;
	border-top: solid 1px rgba(0, 0, 0, .1);
	border-bottom: solid 1px rgba(0, 0, 0, .1);
	margin:     40px 0 0 0;
	padding:    30px 0;
	position:   relative;
	overflow:   hidden;
}

/*-- Navigation --*/

.post-navigation .nav-links {
	position:      relative;
	overflow:      hidden;
	-ms-word-wrap: break-word;
	word-wrap:     break-word;
}

.comments-navigation .nav-previous > span,
.comments-navigation .nav-next > span,
.post-navigation .nav-previous > span,
.post-navigation .nav-next > span {
	display: none;
}

.comments-navigation .nav-previous svg,
.comments-navigation .nav-next svg,
.post-navigation .nav-previous svg,
.post-navigation .nav-next svg {
	display:    block;
	width:      8px;
	height:     14px;
	margin-top: 4px;
}

.comments-navigation .nav-previous,
.post-navigation .nav-previous {
	float:        left;
	padding-left: 25px;
	position:     relative;
}

.comments-navigation .nav-next,
.post-navigation .nav-next {
	float:         right;
	padding-right: 25px;
	position:      relative;
	text-align:    right;
}

.comments-navigation .nav-previous .meta-nav,
.post-navigation .nav-previous .meta-nav {
	position:  absolute;
	top:       0;
	left:      0;
	font-size: 16px;
}

.comments-navigation .nav-next .meta-nav,
.post-navigation .nav-next .meta-nav {
	position:  absolute;
	top:       0;
	right:     0;
	font-size: 16px;
}

.comments-navigation .nav-previous,
.comments-navigation .nav-next,
.post-navigation .nav-previous,
.post-navigation .nav-next {
	max-width: 35%;
}

.post-comments .comment-respond .comment-form-comment {
	float: right;
	width: 65%;
}

.post-comments .comment-respond .logged-in-as + .comment-form-comment {
	float: none;
	width: 100%;
}

.post-comments .comment-respond .comment-form-author,
.post-comments .comment-respond .comment-form-email,
.post-comments .comment-respond .comment-form-url {
	float:      left;
	width:      35%;
	padding:    0 15px 0 0;
	margin:     0;
	min-height: 65px;
}

.post-comments .comment-respond .comment-form-author input,
.post-comments .comment-respond .comment-form-email input,
.post-comments .comment-respond .comment-form-url input {
	width: 100%;
}

.post-comments .comment-respond .comment-form-comment {
	padding: 0;
	margin:  0;
}

.post-comments .comment-respond .comment-form-comment textarea {
	height:  192px;
	padding: 0;
	margin:  0;
}

.post-comments .comment-respond .form-submit {
	clear:      both;
	text-align: right;
	margin:     0;
	padding:    20px 0 0 0;
}

/*- Blog -*/

.blog-container {
	margin-top: 45px;
}

.blog-container .post,
.blog-container .page,
.blog-container .product,
.blog-container .post-sizer {
	width:   50%;
	padding: 0 40px 70px;
	float:   left;
}

.blog-container .grid {
	margin:   0;
	position: relative;
	overflow: hidden;
}

.blog-container .grid .post-meta {
	text-align: left;
}

.blog-container .post-img {
	padding: 0;
	width: 100%;
	max-width: 100%;
	overflow: hidden;
}

.blog-container h2 {
    font-weight: 700;
    font-size: 26px;
    color: #273238;
    text-transform: uppercase;
    line-height: 1.4;
	margin:        20px 0 0;
	padding:       0;
	-ms-word-wrap: break-word;
	word-wrap:     break-word;
}

.blog-container h2 a {
    color: #212121;
}

@media screen and (max-width:750px) {
.blog-container h2 {
    font-size: 20px;
}
}

.blog-container .post-except {
	margin: 0;
	padding-top: 0;
	display:block;
}

.blog-container .post-except p {
	font-weight: 400;
    font-size: 16px;
    color: #949494;
    line-height: 1.4;
    margin: 0;
    text-align: left;
}

.blog-container .post-meta {
    font-weight: 400;
    font-size: 11px;
    color: #fff;
    line-height: 1.4;
    margin:10px 0 10px;
	padding:        0;
	text-transform: uppercase;
	text-align: center;
	display: block;
}

.blog-container .post-meta a {
	color: #9A9A9A;
}

.blog-container .post-date {
	color: #000;
}

.blog-container .post-categories {
	list-style: none;
	padding:    0;
	margin:     0;
	display:    inline;
}

.blog-container .post-categories {
	display: none;
}

.blog-container .post-categories li {
	display: inline;
}

.blog-container .post-categories li:not(:last-child):after {
	content: ', ';
}

/*- Default search results -*/

.search-container {
	margin-top: 45px;
}

.search-container .results-list {
	padding:    0;
	margin:     5px 0 0 0;
	width:      100%;
	list-style: none;
	border-top: solid 1px rgba(0, 0, 0, .12);
}

.search-container .results-list li {
	padding-bottom: 25px;
	margin-bottom:  25px;
	border-bottom:  solid 1px rgba(0, 0, 0, .12);
	position:       relative;
	overflow:       hidden;
	min-height:     100px;
}

.search-container .results-list li:first-child {
	margin-top: 25px;
}

.search-container .results-list ins {
	text-decoration: none;
}

.search-container .results-list del {
	color: #B0B0B0;
}

.search-container .results-list .post-img {
	position: absolute;
	width:    75px;
	height:   75px;
	left:     0;
	top:      0;
}

.search-container .results-list .post-meta {
	text-transform: uppercase;
}

.search-container .results-list .post-content {
	margin-left: 95px;
}

.search-container .results-list h2 {
	margin:  0;
	padding: 0;
	font:    700 20px 'Montserrat';
}

.search-container .results-list .price {
	display: block;
}

.search-container .results-list .actions a {
	color:     #56B0F2;
	font-size: 14px;
}

.main-header .search-results {
	font:       700 20px Montserrat;
	margin-top: 10px;
}

.main-header .search-results strong {
	color: #FF5B4B;
}

/*- Pagination -*/

.navigation,
.woocommerce-pagination {
	padding-top: 50px;
	font:        700 16px/28px 'Montserrat';
	position:    relative;
	clear:       both;
}

.page-links {
	font: 700 16px/28px 'Montserrat';
}

.page-links span {
	color:      #FFF;
	background: #56B0F2;
}

.page-links a span {
	background: none;
	color:      #404E65;
}

.page-links span,
.navigation a,
.navigation span,
.woocommerce-pagination ul li span,
.woocommerce-pagination ul li a {
	display:               inline-block;
	padding:               0 10px;
	font-size:             14px;
	text-align:            center;
	min-width:             28px;
  color:  #1A3B5C;
	-webkit-border-radius: 4px;
	-moz-border-radius:    4px;
	border-radius:         4px;
}

.navigation .current,
.woocommerce-pagination .current {
	color:      #F5C31F;
	background: #1A3B5C;
}

.woocommerce-pagination ul {
	padding:    0;
	margin:     0;
  text-align: center;
	list-style: none;
}

.woocommerce-pagination ul li {
	display: inline;
}

/*- Sidebar / Widgets -*/

#sidebar {
	padding-left:       20px;
	opacity:            1;
	-webkit-transition: opacity 0.15s linear;
	-moz-transition:    opacity 0.15s linear;
	-o-transition:      opacity 0.15s linear;
	-ms-transition:     opacity 0.15s linear;
	transition:         opacity 0.15s linear;
	padding-bottom:     65px;
}

#sidebar.preloader {
	opacity: 0;
}

.widget .widget-title {
	font-size: 14px;
	font-weight: 400;
	padding: 6px 15px;
	background: #c3947b;
	color:          #fff;
	display:        block;
	position:       relative;
	margin:         0 0 10px;
	text-transform: uppercase;
	-ms-word-wrap:  break-word;
	word-wrap:      break-word;
}

.widget > div,
.widget > form > div {
	padding: 24px 0 0 0;
	margin:  0;
}

.widget label {
	text-transform: uppercase;
	font:           400 14px/18px 'Montserrat', sans-serif;
}

.widget p,
.widget div {
	-ms-word-wrap: break-word;
	word-wrap:     break-word;
}

.widget_mc4wp_form_widget input[type=text],
.widget_mc4wp_form_widget input[type=email] {
	width: 100%;
}

.custom-advantages-widget {
	background:                      #fff;
	padding:                         15px 0px;
	-webkit-border-top-left-radius:  0px;
	-moz-border-radius-topleft:      0px;
	border-top-left-radius:          0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topright:     0px;
	border-top-right-radius:         0px;
	position:                        relative;
}

.custom-advantages-widget .img-advantages {
	position: absolute;
	left:     30px;
	top:      25px;
	width:    28px;
	height:   28px;
}

.custom-advantages-widget .img-advantages img {
	position:          absolute;
	max-width:         28px;
	max-height:        28px;
	height:            auto;
	left:              50%;
	top:               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%);
}

.custom-advantages-widget .image-bottom img {
	max-width: 100%;
	height:    auto;
}

.custom-advantages-widget .widget-title + .clearfix + .image-bottom {
	margin-top: 20px;
}

.custom-advantages-widget p {
	font-size:   14px;
	line-height: 1.3;
	color: #919090;
	margin: 5px 0 0;

}

.custom-advantages-widget p:last-child {
	margin-bottom: 0;
}

.custom-advantages-widget:last-of-type {
	-webkit-border-bottom-left-radius:  4px;
	-moz-border-radius-bottomleft:      4px;
	border-bottom-left-radius:          4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright:     4px;
	border-bottom-right-radius:         4px;
}

.widget.custom-advantages-widget + .widget.custom-advantages-widget {
	margin-top:                      0;
	-webkit-border-top-left-radius:  0px;
	-moz-border-radius-topleft:      0px;
	border-top-left-radius:          0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topright:     0px;
	border-top-right-radius:         0px;
}

.widget.custom-advantages-widget .widget-title {
	text-transform: none;
	padding-bottom: 0;
	margin: 0;
	font-size:      14px;
	line-height:    14px;
	font-weight:    700;
	padding: 0;
	background: none;
	color: #919090;

}

.widget.custom-advantages-widget .img-advantages + .widget-title {
	padding-left: 33px;
	padding-top:  6px;
}

.widget.custom-advantages-widget > div {
	padding: 0;
}

.custom-latest-posts-widget ul {
	margin:     15px 0 0 0;
	padding:    0;
	list-style: none;
}

.custom-latest-posts-widget li {
	display:       block;
	clear:         both;
	position:      relative;
	margin-bottom: 15px;
	overflow:      hidden;
}

.custom-latest-posts-widget .post-img {
	float:        left;
	width:        70px;
	height:       70px;
	overflow:     hidden;
	margin-right: 13px;
}

.custom-latest-posts-widget .post-content {
	margin-left: 83px;
}

.custom-latest-posts-widget h4 {
	font:   700 14px/17px 'Montserrat', sans-serif;
	margin: 3px 0 2px 0;
}

.custom-latest-posts-widget .post-date {
	color:          #9A9A9A;
	letter-spacing: 1px;
	font:           700 11px/11px ;
	padding:        12px 0 0 0;
	text-transform: uppercase;
}

.widget + .widget {
	margin-top: 0px;
}

.widget:not(.custom-latest-posts-widget) ul,
.widget > select,
.widget.tagcloud,
.widget.widget_calendar #calendar_wrap,
.widget.widget_search div,
.widget.widget_text .textwidget {
	padding:    0;
	margin:     0;
	list-style: none;
}

.widget > div > ul {
	margin: 0 !important;
}

.widget select,
.footer-widget select,
.collaterals select {
	height: 30px;
  line-height: 30px;
  font-weight: 400;
  background:#f0f0f0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
	border:  0;
	-webkit-box-shadow: none;
	box-shadow:         none;
	max-width:          100%;
	overflow:           hidden;
}

.widget select:focus,
.footer-widget select:focus {
	outline-color: #56B0F2;
}

.widget .rssSummary,
.widget cite,
.footer-widget .rssSummary,
.footer-widget cite {
	text-transform: none;
	font-weight:    normal;
	margin-top:     10px;
	display:        block;
}

.widget .textwidget img,
.footer-widget .textwidget img {
	max-width: 100%;
	height:    auto !important;
}

.widget:not(.custom-latest-posts-widget) li {
	font:          700 14px/22px 'Montserrat', sans-serif;
	padding:       7px 0;
	border-bottom: solid 1px rgba(0, 0, 0, .12);
	position:      relative;
	overflow:      hidden;
}

.widget:not(.custom-latest-posts-widget) li span {
	font-weight: 400;
}

.widget:not(.custom-latest-posts-widget) li:last-child {
	border-bottom: none;
}

.widget:not(.custom-latest-posts-widget) ul.children:before {
	visibility: hidden;
	display:    block;
	font-size:  0;
	content:    " ";
	clear:      both;
	height:     0;
}

.widget:not(.custom-latest-posts-widget) ul.sub-menu,
.widget:not(.custom-latest-posts-widget) ul.children {
	margin:     7px 0 -7px 0;
	border-top: solid 1px rgba(0, 0, 0, .12);
}

.widget_categories ul.children {
	margin-top: 28px;
}

.widget:not(.custom-latest-posts-widget) ul.sub-menu li,
.widget:not(.custom-latest-posts-widget) ul.children li {
	padding-left: 20px;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar caption {
	margin-bottom: 5px;
	font:          normal 14px/18px 'Montseratt', sans-serif;
}

.widget_calendar th {
	font: 700 14px/22px 'Montserrat', sans-serif;
}

.widget_calendar td {
	text-align: center;
	padding:    4px 0;
	border-top: solid 1px rgba(0, 0, 0, .12);
	font:       400 14px/22px 'Montserrat', sans-serif;
}

.widget_calendar tbody a {
	font-weight: 700;
}

.widget.widget_product_categories li,
.widget.widget_layered_nav li,
.widget.widget_layered_nav_filters li {
	border:   none;
	font:     400 15px/18px ;
	position: relative;
	overflow: visible;
}

.widget.widget_product_categories > ul,
.widget.widget_layered_nav > ul,
.widget.widget_layered_nav_filters > ul {
	padding-right: 15px;
	overflow:      visible;
}

.widget.widget_layered_nav li span,
.widget.widget_layered_nav_filters li span {
	color: #9A9A9A;
}

.widget.widget_product_categories li span.count,
.widget.widget_layered_nav li span.count,
.widget.widget_layered_nav_filters li span.count {
	position: absolute;
	right:    -15px;
	top:      7px;
	color:    #9A9A9A;
}

.widget.widget_product_categories li {
	color: #56B0F2;
}

.widget.widget_layered_nav li.chosen,
.widget.widget_layered_nav li.chosen a,
.widget.widget_layered_nav_filters li.chosen,
.widget.widget_layered_nav_filters li.chosen a {
	color:       #56B0F2;
	font-weight: 700;
}

.widget.widget_layered_nav li a,
.widget.widget_layered_nav_filters li a,
.widget.widget_product_categories li a {
	padding-right: 15px;
	display:       inline-block;
}

.widget.widget_layered_nav li.chosen a:after,
.widget.widget_layered_nav_filters li.chosen a:after {
	content: ' ×';
	color:   #404E65;
}

.widget.widget_product_categories li.current-cat {
	font-weight: 700;
}

.widget.widget_product_categories li a {
	color: #56B0F2;
}

.widget.widget_layered_nav ul.sub-menu,
.widget.widget_layered_nav ul.children,
.widget.widget_product_categories ul.sub-menu,
.widget.widget_product_categories ul.children {
	border: none;
}

.widget.widget_price_filter .price_slider {
	position: relative;
	height:   1px;
	margin:   0 7px;
}

.widget.widget_price_filter .price_slider:before {
	content:    '';
	display:    block;
	position:   absolute;
	left:       -7px;
	right:      -7px;
	top:        0;
	height:     1px;
	background: #ccc;
	z-index:    -1;
}

.widget.widget_price_filter .ui-widget-header {
	height:     1px;
	background: #56B0F2;
	position:   absolute;
}

.widget.widget_price_filter .ui-slider-handle {
	width:                 14px;
	height:                14px;
	background:            #56B0F2;
	display:               block;
	top:                   -7px;
	position:              absolute;
	-webkit-border-radius: 7px;
	-moz-border-radius:    7px;
	border-radius:         7px;
	margin-left:           -7px;
	z-index:               10;
	cursor:                pointer;
}

.widget.widget_price_filter #min_price,
.widget.widget_price_filter #max_price {
	width: 48%;
}

.widget.widget_price_filter .price_slider_amount {
	position: relative;
}

.widget.widget_price_filter .button {
	margin-top: 35px;
}

.widget.widget_price_filter .price_label {
	position:    absolute;
	left:        0;
	right:       0;
	top:         0;
	text-indent: 100%;
	white-space: nowrap;
	overflow:    hidden;
}

.widget.widget_price_filter .ui-slider-handle:focus {
	outline: none;
}

.widget.widget_price_filter .price_label .from {
	display:     block;
	position:    absolute;
	top:         3px;
	left:        0;
	text-indent: 0;
}

.widget.widget_price_filter .price_label .to {
	position:    absolute;
	top:         3px;
	right:       0;
	text-indent: 0;
}

.widget .ip-filter-color {
	display:               inline-block;
	width:                 18px;
	height:                18px;
	vertical-align:        middle;
	-webkit-border-radius: 9px;
	-moz-border-radius:    9px;
	border-radius:         9px;
	margin-right:          5px;
	margin-bottom:         2px;
}

.widget .ip-filter-color.white {
	border: solid 1px #999;
}

.widget.widget_shopping_cart ul li,
.widget .product_list_widget li {
	padding-left:   66px;
	position:       relative;
	min-height:     83px;
	padding-bottom: 14px;
	padding-top:    14px;
}

.widget.widget_shopping_cart ul li {
	font:         700 14px 'Montserrat';
	padding-left: 84px;
}

.widget.widget_shopping_cart ul li.empty {
	padding:    0;
	min-height: 0;
	color:      #9A9A9A;
}

.widget.widget_shopping_cart ul li img,
.widget .product_list_widget li img {
	position: absolute;
	left:     0;
	top:      14px;
	width:    55px;
	height:   55px;
}

.widget.widget_shopping_cart ul li .remove {
	display:     inline-block;
	position:    absolute;
	left:        0;
	top:         31px;
	font-size:   20px;
	line-height: 20px;
}

.widget.widget_shopping_cart ul li img {
	left: 17px;
}

.widget .product_list_widget .product-title {
	display: block;
	font:    700 14px 'Montserrat';
}

.widget .product_list_widget del,
.widget .product_list_widget ins,
.widget .product_list_widget .amount {
	font:    400 13px ;
	padding: 0;
	margin:  0;
}

.widget .product_list_widget ins {
	text-decoration: none;
	margin-top:      -5px;
}

.widget .product_list_widget del {
	color: #D0D0D0;
}

.widget .product_list_widget .star-rating {
	display:       block;
	margin-bottom: 3px;
	margin-top:    3px;
}

.widget.widget_shopping_cart .quantity,
.widget.widget_shopping_cart .variation {
	display: block;
	font:    400 13px ;
	padding: 0;
	margin:  0;
}

.widget.widget_shopping_cart .variation {
	position: relative;
	overflow: hidden;
}

.widget.widget_shopping_cart .variation dt {
	display: inline-block;
}

.widget.widget_shopping_cart .variation dd {
	display: inline-block;
	margin:  0;
}

.widget.widget_shopping_cart .variation dd p {
	display: inline;
	margin:  0;
	padding: 0;
}

.widget.widget_shopping_cart .variation dd + dt:before {
	content:  ', ';
	position: relative;
	left:     -1px;
}

.widget.widget_shopping_cart .total {
	margin-top:     0;
	text-transform: uppercase;
	font:           400 13px ;
}

.widget.widget_shopping_cart .total strong {
	font-weight: 400;
}

.widget.widget_shopping_cart .total .amount {
	font-weight: 700;
}

.widget.widget_shopping_cart a.button,
#footer .widget.widget_shopping_cart a.button {
	padding-left:  14px;
	padding-right: 14px;
	border:        solid 2px #56B0F2;
	line-height:   32px;
	margin-bottom: 5px;
	color:         #FFF;
}

.widget.widget_shopping_cart a.button.checkout,
#footer .widget.widget_shopping_cart a.button.checkout {
	background: #FFF;
	color:      #56B0F2;
}

.entry-content .post-tags a,
.widget .tagcloud a {
	font:                  700 11px/25px !important;
	display:               inline-block;
	-webkit-border-radius: 13px;
	-moz-border-radius:    13px;
	border-radius:         13px;
	border:                solid 1px #9A9A9A;
	margin-right:          8px;
	margin-bottom:         4px;
	margin-top:            4px;
	padding:               0 12px;
	text-transform:        uppercase;
	text-decoration:       none;
	color:                 #9A9A9A;
	vertical-align:        middle;
}

.searchform button,
.woocommerce-product-search button {
	/*background: none;*/
	height:         36px;
	padding:        4px 10px 0 10px;
	vertical-align: top;
}

.searchform svg,
.woocommerce-product-search svg {
	display: inline-block;
	width:   20px;
	height:  20px;
	fill:    #FFF;
}

.searchform input[type=text],
.searchform input[type=search],
.woocommerce-product-search input[type=search] {
	width: calc(100% - 50px);
}

/*- Footer -*/

#footer .footer-logo {
	max-width:  110px;
	max-height: 110px;
}

#footer .footer-logo img {
	max-width:  110px;
	max-height: 110px;
	height:     auto;
}

#footer .contacts {
	margin:      0;
	padding-top: 60px;
}

#footer .contacts p {
	margin:  0;
	padding: 0;
}

.footer-sidebar {
	margin-top:    85px;
	margin-bottom: 85px;
}

#footer > .wrap {
	background: #F7F7F7;
	font:       normal 14px ;
	color:      #555;
}

#footer .copyright {
	font-size:   14px;
	padding-top: 3px;
}

#footer a {
	color: #555;
}

#footer .soc {
	float: right;
}

#footer .soc a {
	display:               inline-block;
	width:                 30px;
	height:                30px;
	vertical-align:        middle;
	-webkit-border-radius: 15px;
	-moz-border-radius:    15px;
	border-radius:         15px;
	background:            #3A4C69;
	overflow:              hidden;
	position:              relative;
}

#footer .soc svg {
	width:  18px;
	height: 14px;
	margin: 8px 0 0 6px;
	fill:   #FFF;
}

#footer .bottom {
	margin-top:    40px;
	padding-top:   30px;
	margin-bottom: 50px;
	position:      relative;
}

#footer .bottom:before {
	content:    "";
	display:    block;
	position:   absolute;
	left:       15px;
	right:      15px;
	top:        0;
	border-top: solid 1px #C7C7C7;
}

/*-- Widgets --*/

.footer-widget {
	max-height: 550px;
	overflow-y: auto;
	margin-top: 65px;
}

#footer.widgets {
	color: #555;
}

.footer-widget:nth-child(2),
.footer-widget:nth-child(3),
.footer-widget:nth-child(4) {
	margin-top: 0;
}

#footer.widgets .bottom {
	margin-top:    40px;
	padding-top:   30px;
	margin-bottom: 50px;
	position:      relative;
}

#footer.widgets .bottom:before {
	content:    "";
	display:    block;
	position:   absolute;
	left:       15px;
	right:      15px;
	top:        0;
	border-top: solid 1px #C7C7C7;
}

#footer.widgets.dark .bottom:before {
	border-top: solid 1px #555;
}

#footer.widgets .soc {
	margin-top: 50px;
}

.footer-sidebar > *:nth-child(4n+5) {
	clear: both;
}

/*- Breadcrumbs -*/


.ip-product-images-col .woocommerce-breadcrumb {
  display: none;
}
.woocommerce-breadcrumb ul {
	font:       700 11px/20px;
	list-style: none;
	padding:    0;
	margin:     0;
}

.woocommerce-breadcrumb li {
	display:        inline-block;
	color:          #9A9A9A;
	letter-spacing: 1px;
	text-transform: uppercase;
	white-space:    nowrap;
}

.woocommerce-breadcrumb li a {
	display: inline-block;
}

.woocommerce-breadcrumb li:not(:last-child):after {
	content: ' \2192 ';
	margin:  0 5px;
}

/*- Quick View -*/

#ip-quickview-shadow {
	opacity:            0;
	visibility:         hidden;
	position:           fixed;
	left:               0;
	right:              0;
	top:                0;
	bottom:             0;
	background:         rgba(58, 76, 105, 0.83);
	z-index:            1040;
	-webkit-transition: visibility 0.3s linear, opacity 0.3s linear;
	-moz-transition:    visibility 0.3s linear, opacity 0.3s linear;
	-o-transition:      visibility 0.3s linear, opacity 0.3s linear;
	-ms-transition:     visibility 0.3s linear, opacity 0.3s linear;
	transition:         visibility 0.3s linear, opacity 0.3s linear;
}

.quickview-open #ip-quickview-shadow {
	opacity:    1;
	visibility: visible;
}

#ip-quickview-shadow .ip-shop-loop-loading,
#home-slider .ip-shop-loop-loading {
	position: absolute;
	left:     50%;
	top:      50%;
	height:   16px;
	margin:   -8px 0 0 -26px;
}

#home-slider .ip-shop-loop-loading {
	opacity:    1;
	visibility: visible;
}

#ip-quickview-shadow.loading .ip-shop-loop-loading {
	opacity:    1;
	visibility: visible;
}

#ip-quickview-shadow .ip-shop-loop-loading i,
#home-slider .ip-shop-loop-loading i {
	width:                 16px;
	height:                16px;
	border-radius:         8px;
	-o-border-radius:      8px;
	-ms-border-radius:     8px;
	-webkit-border-radius: 8px;
	-moz-border-radius:    8px;
}

#ip-quickview-shadow .ip-shop-loop-loading i:nth-child(2),
#home-slider .ip-shop-loop-loading i:nth-child(2) {
	left: 18px;
}

#ip-quickview-shadow .ip-shop-loop-loading i:nth-child(3),
#home-slider .ip-shop-loop-loading i:nth-child(3) {
	left: 36px;
}

#ip-quickview {
	position:   relative;
	display:    none;
	max-width:  940px;
	min-width:  293px;
	width:      90%;
	background: #FFF;
	margin:     0 auto;
}

.mfp-wrap #ip-quickview {
	display: block;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	width: 44px;
}

.mfp-image-holder .mfp-close svg,
.mfp-iframe-holder .mfp-close svg {
	fill: #FFF;
}

.ip-mfp-close svg {
	width:          15px;
	height:         15px;
	position:       absolute;
	left:           50%;
	top:            50%;
	margin-top:     -7px;
	margin-left:    -7px;
	pointer-events: none;
}

.mfp-close.video {
	right: -35px;
	top:   -35px;
}

.mfp-close.video svg {
	fill: #FFF;
}

.ip-mfp-quickview.mfp-bg {
	display: none;
}

.ip-mfp-fade-in.mfp-bg,
.ip-mfp-zoom-in.mfp-bg {
	opacity:            0;
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition:    opacity 0.3s ease-out;
	transition:         opacity 0.3s ease-out;
}

.ip-mfp-fade-in.mfp-bg.mfp-ready,
.ip-mfp-zoom-in.mfp-bg.mfp-ready {
	opacity: 1;
}

.ip-mfp-fade-in.mfp-bg.mfp-removing,
.ip-mfp-zoom-in.mfp-bg.mfp-removing {
	opacity: 0;
}

.ip-mfp-fade-in .mfp-content {
	opacity:            0;
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition:    opacity 0.3s ease-in-out;
	-o-transition:      opacity 0.3s ease-in-out;
	transition:         opacity 0.3s ease-in-out;
}

.ip-mfp-fade-in.mfp-ready .mfp-content {
	opacity: 1;
}

.ip-mfp-fade-in.mfp-removing .mfp-content {
	opacity: 0;
}

.ip-qv-product-image {
	width:         50%;
	float:         left;
	padding-right: 15px;
	max-width:     440px;
}

.ip-product-container.qv {
	margin:   0;
	padding:  45px 30px;
	position: relative;
	overflow: hidden;
}

.ip-product-container.qv .product {
	position: relative;
	overflow: hidden;
}

.ip-product-container.qv .ip-product-stock-status {
	margin-bottom: 15px;
}

.ip-qv-product-image .slide {
	text-align:  center;
	line-height: 100%;
}

.ip-qv-product-image .slide img {
	max-width: 100%;
	height:    auto;
	display:   inline-block;
}

.ip-qv-product-summary {
	width:          50%;
	float:          right;
	padding-left:   15px;
	padding-bottom: 70px;
	max-width:      440px;
}

.ip-product-container.qv .product_title {
	margin-top: 20px;
	font-size: 28px;
	color: #000;
}

.ip-product-container.qv .ip-product-share-wrap {
	position:     absolute;
	right:        0;
	width:        50%;
	margin:       0;
	bottom:       0;
	padding-left: 15px;
	border:       none;
	display: block;
}

.ip-product-container.qv .ip-product-share-wrap:before {
	content:    '';
	display:    block;
	position:   absolute;
	left:       15px;
	right:      0;
	top:        0;
	border-bottom: solid 1px #EAEAEA;
}

.slick-product-qv:not(:hover) .slick-arrow {
	opacity: 0;
}

/*- My Account -*/

.woocommerce-MyAccount-login-info {
	text-align:    center;
	width:         100%;
	margin-top:    -30px;
	margin-bottom: 15px;
    display: block;
    font-size: 14px;
    text-align: left;
    font-weight: 400;
    color: #000;
}

.woocommerce-MyAccount-login-info svg {
	display: none;
}

.woocommerce-MyAccount-login-info a {
	color: #000;
    font-size: 12px;
    font-weight: 400;
	text-decoration: none;
}

.woocommerce-MyAccount-navigation {
  padding: 0 0 30px;
}

.woocommerce-MyAccount-navigation ul {
  margin:  0;
  padding: 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

.woocommerce-MyAccount-navigation ul li {
  width: 33.3333333%;
  float: left;
  display: block;
  margin: 0;
  list-style: none;
}

.woocommerce-MyAccount-navigation ul li a {
  padding: 20px 15px 20px 60px;
  display: block;
  font-size: 14px;
  text-align: left;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  position:   relative;
  border-left: 1px solid #fff;
  background-repeat: no-repeat;
  background-position: 20px 50%;
  background-size:20px auto;
  background-color: #5E32AC;
}

.woocommerce-MyAccount-navigation ul li:first-child a {
  background-image: url(img/icon/nav1.png);
}

.woocommerce-MyAccount-navigation ul li:nth-child(2) a {
   background-image: url(img/icon/nav2.png);
}

.woocommerce-MyAccount-navigation ul li:nth-child(3) a {
   background-image: url(img/icon/nav3.png);
}

.woocommerce-MyAccount-navigation ul li.is-active a {
	background-color:#5E32AC;
}

.woocommerce-MyAccount-navigation ul li a:hover {
	background-color: #5E32AC;
}

@media (max-width: 750px) {
.woocommerce-MyAccount-navigation ul li a {
  padding: 40px 8px 5px;
  text-align: center;
  font-size: 11px;
  background-position: center top 10px;
}
}

/*- Shop Products Grid -*/

.products,
.entry-content ul.products {
	list-style:    none;
	margin-top:    0;
	margin-bottom: 0;
	padding:       0;
	position:      relative;
	clear:         both;
	margin-left:   -15px;
	margin-right:  -15px;
}

.entry-content ul.products li,
.products li {
	display:       block;
	float:         left;
	padding-left:  5px;
	padding-right: 5px;
	margin:        0;
}

/* lg */
@media (min-width: 1200px) {
	.sidebar-disable .products li {
		width: 25%;
	}

	.sidebar-left .products li,
	.sidebar-right .products li {
		width: 25%;
	}

	.sidebar-disable .products li:nth-child(4n+5),
	.sidebar-left .products li:nth-child(4n+5),
	.sidebar-right .products li:nth-child(4n+5) {
		clear: both;
	}

	.sidebar-disable .related .products li:nth-child(4n+5),
	.sidebar-left .related .products li:nth-child(4n+5),
	.sidebar-right .related .products li:nth-child(4n+5) {
		display: none;
	}
}

/* md */
@media (min-width: 992px) and (max-width: 1199px) {
	.sidebar-disable .products li {
		width: 25%;
	}

	.sidebar-left .products li,
	.sidebar-right .products li {
		width: 50%;
	}

	.sidebar-disable .products li:nth-child(4n+5),
	.sidebar-left .products li:nth-child(4n+5),
	.sidebar-right .products li:nth-child(4n+5) {
		clear: both;
	}

	.sidebar-disable .related .products li:nth-child(4n+5) {
		display: none;
	}
}

/* sm */
@media (min-width: 768px) and (max-width: 991px) {
	.products li {
		width: 50%;
	}

	.products li:nth-child(2n+3) {
		clear: both;
	}
}

/* xs */
@media (max-width: 767px) {
	.products li {
		width: 50%;
	}

	.products li:nth-child(2n+3) {
		clear: both;
	}
}

.products .product {
	padding-bottom: 30px;
}

.ip-shop-loop-thumb {
	width:  100%;
	display: block;
	border: 1px solid #c9c7c7;
}

.ip-shop-loop-thumb img {
	width:  100%;
	display: block;
	height: auto;
}

.ip-shop-loop-wrap {
	position:              relative;
  overflow: hidden;
	width:                 100%;
	border:                0;
	background:            #FFFFFF;
	padding:               12px 12px 15px;
	-webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.ip-shop-loop-wrap:hover {
  -webkit-box-shadow: 0px 10px 40px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 10px 40px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 10px 40px 0px rgba(0,0,0,0.1);
}

.ip-shop-loop-wrap .onsale,
.ip-product-container .onsale {
	position:              absolute;
	right:                 20px;
	top:                   20px;
	background:            #ffcc2a;
	font-size: 15px;
	font-weight: 700;
	padding:               4px 8px;
	color:                 #000;
	text-transform:        uppercase;
}

.ip-product-container .summary .onsale {
	top:   -11px;
	right: -10px;
}

.ip-shop-loop-new-badge {
	position:              absolute;
	left:                  15px;
	top:                   15px;
	display:               none;
	text-transform:        uppercase;
	height:                22px;
	-webkit-border-radius: 0px;
	-moz-border-radius:    0px;
	border-radius:         0px;
	background:            #93C240;
	font:                  400 10px/22px 'Montserrat';
	padding:               0 11px;
	color:                 #FFF;
	letter-spacing:        2px;
}

.ip-shop-loop-details {
	padding: 8px 5px 0;
	min-height:  80px;
	text-align: left;
}

.ip-shop-loop-details h3 {
	font-weight: 400;
	font-size: 16px;
	color: #848484;
	line-height: 1.4;
	margin:  5px 0 10px;
	padding: 0;
}

.ip-shop-loop-details h3 a {
	color: #848484;
}

.ip-shop-loop-price {
	min-height:  20px;
	position: relative;
  opacity: 1;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.ip-shop-loop-wrap:hover .ip-shop-loop-price { 
  opacity: 0;
}

.ip-shop-loop-price .price del {
  font-size: 14px;
  font-weight: 600;
  color: #9c9c9c;
  margin: 0;
}

.ip-shop-loop-price .price {
  display: inline-block;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -1px;
  color: #000;
  padding: 0;
  background-color: #fff;
  margin: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.ip-shop-loop-price .price ins span.amount .woocommerce-Price-currencySymbol {
	font-size: 20px;
}

.price.fswp_calc {
	color: #6e6e6e!important;
	font-size: 12px!important;
	font-weight: 400!important;
	text-transform: uppercase;
  text-align: left!important;
}

.loop.fswp_installments_price .price.fswp_calc, .loop.fswp_in_cash_price .price.fswp_calc {
  display: block;
}
.loop.fswp_installments_price .price.fswp_calc .fswp_installment_suffix {
	display: inline-block;
}

.ip-shop-loop-price .price del {
  display:      inline-block;
  padding:      0;
  position:     relative;
  margin-right: 5px;
  font-size:    14px;
  font-weight: 600;
  color: #6e6e6e;
  opacity: 1;
  text-decoration: line-through!important;
}

/*.ip-shop-loop-price .price del:after {
	content:  '';
	display:  block;
	position: absolute;
	left:     0;
	right:    0;
	top:      50%;
	height:   0;
	opacity:  0.33;
	border:   1px solid #979797;
}*/

.ip-shop-loop-price .price ins,
.ip-shop-loop-price .price del {
	text-decoration: none;
	display: block;
}

.ip-shop-loop-actions {
	position:    absolute;
	bottom:      0px;
	right:       0px;
	height:      auto;
  width: 100%;
  -webkit-transform: translateY(110%);
  -moz-transform: translateY(110%);
  transform: translateY(110%);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.ip-shop-loop-wrap:hover .ip-shop-loop-actions { 
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
}

.ip-shop-loop-actions .add_to_cart_button {
  display: block!important;
}

.ip-quickview-btn {
	float:       right;
	display: none;
    position: relative;
    height: 50px;
    width: 50px;
    border-top: 1px solid rgba(0,0,0,0.2);
    border-left: 1px solid rgba(0,0,0,0.2);
    background-image: url(img/view_icon.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 20px auto;
}

.ip-quickview-btn svg {
	display: none;
}

.ip-shop-loop-actions .ip-wishlist-btn {
	float:       right;
	display: none;
    position: relative;
    height: 50px;
    width: 50px;
    border:0;
    background-image: url(img/wishlist_icon.svg);
    background-color: #c3947b;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 20px auto;
}

.ip-shop-loop-actions .ip-wishlist-btn.added {
    background-image: url(img/wishlist-added_icon.svg);
}

.ip-wishlist-btn svg {
	display: none;
}

.ip-shop-loop-actions a.button.add_to_cart_button {
    border:0;
    margin: 0;
    font-size: 18px;
    padding: 25px 0;
    font-weight: 700;
    color: #fff;
    background-color: #24ce77;
    width: 100%;
    max-width: 100%;
    text-align: center;
    overflow:hidden;
   -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

@media screen and (max-width:650px) {
.ip-shop-loop-actions a.button.add_to_cart_button {
    background-size: 32px auto;
}
}

a.added_to_cart {
	display: none;
}

/*
.ip-quickview-btn:before,
.ip-wishlist-btn:before {
	content:               attr(data-title);
	opacity:               1;
	visibility:            hidden;
	position:              absolute;
	left:                  12px;
	-webkit-transform:     translateX(-50%);
	-moz-transform:        translateX(-50%);
	-ms-transform:         translateX(-50%);
	-o-transform:          translateX(-50%);
	transform:             translateX(-50%);
	top:                   -27px;
	height:                20px;
	background:            #404E65;
	-webkit-border-radius: 4px;
	-moz-border-radius:    4px;
	border-radius:         4px;
	padding:               0 6px;
	color:                 #FFF;
	text-align:            center;
	font:                  400 11px/20px 'Montserrat';
	white-space:           nowrap;
	text-transform:        uppercase;
}

.ip-quickview-btn:before {
	left: 14px;
}

.ip-quickview-btn:hover:before,
.ip-wishlist-btn:hover:before {
	opacity:    1;
	visibility: visible;
}

.ip-quickview-btn:after,
.ip-wishlist-btn:after {
	content:            '';
	position:           absolute;
	-webkit-transition: visibility 0.15s linear, opacity 0.15s linear;
	-moz-transition:    visibility 0.15s linear, opacity 0.15s linear;
	-o-transition:      visibility 0.15s linear, opacity 0.15s linear;
	-ms-transition:     visibility 0.15s linear, opacity 0.15s linear;
	transition:         visibility 0.15s linear, opacity 0.15s linear;
	opacity:            1;
	visibility:         hidden;
	left:               12px;
	margin-left:        -5px;
	top:                -7px;
	border:             5px solid transparent;
	border-top:         5px solid #404E65;
}

.ip-quickview-btn:after {
	left: 14px;
}

.ip-quickview-btn:hover:after,
.ip-wishlist-btn:hover:after {
	opacity:    1;
	visibility: visible;
}

*/


a.ip-wishlist-btn {
	display:        inline-block;
	position:       relative;
  clear: both;
  border:0;
  margin: 20px 0 0;
}

a.ip-wishlist-btn span {
	display:block;
  font-size: 12px;
  font-weight: 400;
  color: #000;
  padding: 10px 0 10px 26px;
  text-transform: uppercase;
}

a.ip-wishlist-btn span.on {
    background-image: url(img/icon/wishlist-on.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 16px auto;
    opacity: 1;
}

a.ip-wishlist-btn span.off {
    background-image: url(img/icon/wishlist-off.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 16px auto;
    opacity: 1;
}

.ip-wishlist-btn.added svg.off,
.ip-wishlist-btn.added span.off {
	display: none;
}

.ip-wishlist-btn:not(.added) svg.on,
.ip-wishlist-btn:not(.added) span.on {
	display: none;
}

.ip-shop-loop-actions a {
	font:  400 14px/14px ;
	color: #0a9878;
}

.ip-shop-loop-actions .button {
	max-width:      130px;
	display:        inline-block;
	vertical-align: top;
	position:       relative;
}

.ip-shop-loop-actions .button.product_type_variable {
	display: none;
}

.add_to_cart_button.added {
	display: none;
}

.ip-shop-loop-loading {
	display:    none;
	position:   relative;

	height:     7px;
	margin:     0 5px;
	opacity:    0;
	visibility: hidden;
}

.add_to_cart_button.loading + .ip-shop-loop-loading {
	opacity:    1;
	visibility: visible;
}

.ip-shop-loop-loading i {
	position:                          absolute;
	top:                               0;
	background-color:                  #56B0F2;
	width:                             7px;
	height:                            7px;
	animation-name:                    bounce_ip-shop-loop-loading;
	-o-animation-name:                 bounce_ip-shop-loop-loading;
	-ms-animation-name:                bounce_ip-shop-loop-loading;
	-webkit-animation-name:            bounce_ip-shop-loop-loading;
	-moz-animation-name:               bounce_ip-shop-loop-loading;
	animation-duration:                0.445s;
	-o-animation-duration:             0.445s;
	-ms-animation-duration:            0.445s;
	-webkit-animation-duration:        0.445s;
	-moz-animation-duration:           0.445s;
	animation-iteration-count:         infinite;
	-o-animation-iteration-count:      infinite;
	-ms-animation-iteration-count:     infinite;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count:    infinite;
	animation-direction:               normal;
	-o-animation-direction:            normal;
	-ms-animation-direction:           normal;
	-webkit-animation-direction:       normal;
	-moz-animation-direction:          normal;
	transform:                         scale(.3);
	-o-transform:                      scale(.3);
	-ms-transform:                     scale(.3);
	-webkit-transform:                 scale(.3);
	-moz-transform:                    scale(.3);
	border-radius:                     4px;
	-o-border-radius:                  4px;
	-ms-border-radius:                 4px;
	-webkit-border-radius:             4px;
	-moz-border-radius:                4px;
}

.ip-shop-loop-loading i:nth-child(1) {
	left:                    0;
	animation-delay:         0.256s;
	-o-animation-delay:      0.256s;
	-ms-animation-delay:     0.256s;
	-webkit-animation-delay: 0.256s;
	-moz-animation-delay:    0.256s;
}

.ip-shop-loop-loading i:nth-child(2) {
	left:                    9px;
	animation-delay:         0.767s;
	-o-animation-delay:      0.767s;
	-ms-animation-delay:     0.767s;
	-webkit-animation-delay: 0.767s;
	-moz-animation-delay:    0.767s;
}

.ip-shop-loop-loading i:nth-child(3) {
	left:                    18px;
	animation-delay:         1.279s;
	-o-animation-delay:      1.279s;
	-ms-animation-delay:     1.279s;
	-webkit-animation-delay: 1.279s;
	-moz-animation-delay:    1.279s;
}

.ip-wishlist-share a {
	display:        inline-block;
	width:          30px;
	height:         30px;
	vertical-align: middle;
	overflow:       hidden;
	position:       relative;
}

.ip-wishlist-share svg,
.ip-wishlist-share svg {
	width:  24px;
	height: 19px;
	margin: 4px 0 0 6px;
	fill:   #9A9A9A;
}

@keyframes bounce_ip-shop-loop-loading {
	0% {
		transform: scale(1);

	}

	100% {
		transform: scale(.3);

	}
}

@-o-keyframes bounce_ip-shop-loop-loading {
	0% {
		-o-transform: scale(1);

	}

	100% {
		-o-transform: scale(.3);

	}
}

@-ms-keyframes bounce_ip-shop-loop-loading {
	0% {
		-ms-transform: scale(1);

	}

	100% {
		-ms-transform: scale(.3);

	}
}

@-webkit-keyframes bounce_ip-shop-loop-loading {
	0% {
		-webkit-transform: scale(1);

	}

	100% {
		-webkit-transform: scale(.3);

	}
}

@-moz-keyframes bounce_ip-shop-loop-loading {
	0% {
		-moz-transform: scale(1);

	}

	100% {
		-moz-transform: scale(.3);

	}
}

@media screen and (max-width: 991px) {
	.clear-sm {
		clear: both
	}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	.clear-md {
		clear: both
	}

}

@media screen and (min-width: 1200px) {
	.clear-lg {
		clear: both
	}
}


.single-product .product .col-md-3 {
  float: right;
  max-width: 250px;
}

@media screen and (max-width:992px) {
.single-product .product .col-md-3 {
  max-width: 100%;
}
}

#ip-shop-sidebar {
	position: relative;
	width: 100%;
	background:#fff;
	border-left: 1px solid rgba(0,0,0,0.15);
}

.sidebar-left #ip-shop-sidebar {
	padding-right: 20px;
}

.sidebar-right #ip-shop-sidebar,
.sidebar-short #ip-shop-sidebar {
	padding-left: 20px;
}

.mobile-sidebar svg {
	position: absolute;
	display:  none;
	right:    15px;
	top:      -4px;
	width:    21px;
	height:   17px;
	fill:     #56B0F2;
}

.ip-shop-container {
	margin-bottom: 65px;
}

.ip-shop-header .woocommerce-result-count {
	padding: 0;
}

.ip-shop-header h1 {
	margin-bottom: 45px;
}

.ip-shop-header .grid-header {
	position:      relative;
	margin-bottom: 25px;

}

.ip-shop-header .woocommerce-breadcrumb,
.ip-shop-header .customSelect,
.woocommerce-breadcrumb {
	font-size: 10px!important;
	font-weight: 400!important;
	color:          #9A9A9A;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.ip-shop-header select.styled {
	cursor: pointer!important;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.4;
  color: #282828;
  text-align: right;
  text-transform: uppercase;
}

.ip-shop-header .woocommerce-ordering {
	text-align: right;
	cursor: pointer;
}

.ip-shop-header .woocommerce-ordering span.styled {
	color:           #404E65;
	padding-right:   15px;
	text-align:      right;
	background:      url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNyIgaGVpZ2h0PSI0IiB2aWV3Qm94PSIwIDAgNyA0IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48ZGVmcz48cGF0aCBpZD0iYSIgZD0iTTEyNiAxMGgtNVY1Ii8+PG1hc2sgaWQ9ImIiIHg9IjAiIHk9IjAiIHdpZHRoPSI1IiBoZWlnaHQ9IjUiIGZpbGw9IiNmZmYiPjx1c2UgeGxpbms6aHJlZj0iI2EiLz48L21hc2s+PC9kZWZzPjx1c2UgbWFzaz0idXJsKCNiKSIgdHJhbnNmb3JtPSJyb3RhdGUoLTQ1IDU1LjA1IDE0OC44NTMpIiB4bGluazpocmVmPSIjYSIgc3Ryb2tlPSIjNTU1IiBzdHJva2Utd2lkdGg9IjIiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==) no-repeat right center;
	background-size: 7px 7px;
	width:           auto !important;
}

.ip-shop-header .woocommerce-ordering span.styled span {
	width:       auto !important;
	line-height: 20px;
}

.mobile-sidebar-close {
	display: none;
}

/*- Shop Product Page  -*/

.ip-product-container {
	margin-top: 40px;
}

/*-- Breadcrumbs  --*/

.ip-product-container .woocommerce-breadcrumb ul li:last-child {
	display: none;
}

.ip-product-container .woocommerce-breadcrumb ul li:nth-last-child(2):after {
	display: none;
}

/*-- Stock status  --*/

.ip-product-stock-status {
	font-size:      10px;
	line-height:    12px;
	font-weight:    700;
	letter-spacing: 0.0518em;
	text-transform: uppercase;
	vertical-align: middle;
}

.ip-product-container .ip-product-stock-status {
	text-align: right;
	display: none;
}

.ip-product-stock-status svg {
	display:        inline-block;
	vertical-align: middle;
	margin-right:   4px;
}

.ip-product-stock-status .ip-in-stock {
	color: #93C240;
}

.ip-product-stock-status .ip-in-stock svg {
	fill:           #93C240;
	width:          18px;
	height:         18px;
	padding-bottom: 2px;
}

.ip-product-stock-status .ip-out-of-stock {
	color: #FF5B4B;
}

.ip-product-stock-status .ip-out-of-stock svg {
	fill:   #FF5B4B;
	width:  15px;
	height: 12px;
}

/*-- Title  --*/


.summary .col-md-12 {
  padding: 0;
  width: 100%;
}

.summary .row {
  padding: 0;
  margin: 0;
}

.summary.col-md-4 {
  padding: 0 0 0 30px;
}

@media screen and (max-width:700px) {
.summary.col-md-4 {
  padding: 0 0 0 20px;
}
}

.ip-product-container .product_title {
  color: #000;
  font-weight: 400;
  font-size: 26px;
  margin: 15px 0 10px;
  line-height: 1.2;
}

.ip-product-container p.cod {
  color: #848484;
  font-weight: 400;
  font-size: 14px;
  margin: 30px 0 0;
  line-height: 1.2;
}

@media screen and (max-width:768px) {
.ip-product-container p.cod {
  margin: 20px 0 0;
}

.ip-product-container .product_title {
	font-size: 24px!important;
	margin: 20px 0 10px!important;
}
}

.sidebar-right .ip-product-container .product_title,
.sidebar-short .ip-product-container .product_title {
	font-size:   32px;
	line-height: 1.4;
	color: #d6b19e;
	margin: 20px 0 0;
}

.ip-product-container {
	min-height:    30px;
	padding-top:   40px;
	margin: 0 auto 65px;
}

.ip-row-container {
  width: 100%;
    max-width: 900px;
	margin: 0 auto 0;
	padding: 40px 0 60px;	
}

.woocommerce-product-details__short-description {
	display: none;
}

/*-- Summary  --*/

.single.fswp_installments_price .price.fswp_calc,
.single.fswp_in_cash_price .price.fswp_calc,
.ip-product-container .summary .fswp_installments_price {
  font-size: 14px;
  font-weight: 600;
  color: #9c9c9c;
  margin: 0;
}

.ip-product-container div[itemprop="description"] p:first-child {
	margin-top: 0;
}

.ip-product-container div[itemprop="description"] p:last-child {
	margin-bottom: 0;
}

.ip-product-container .summary .price del {
  text-decoration: line-through!important;
}

.ip-product-container .summary .price del.strike,
.ip-shop-loop-price .price del.strike {
  text-decoration: none!important;
}

.ip-product-container .summary .price ins,
.ip-product-container .summary .price del {
	text-decoration: none;
}

.ip-product-container .summary .price {
  margin: 20px 0 0;
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: rgb(156, 156, 156);
}

.woocommerce-variation-price .price {
  display: block;
  position: relative;
}

.woocommerce-variation-price .price del {
  display: none;
}

.woocommerce-variation-price .price::before {
  display: block;
  content: 'Por apenas';
}

.ip-product-container .summary .price ins {
  display: block;
}

.ip-product-container .summary .price del span.woocommerce-Price-amount.amount {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #a4a4a4;
  margin: 0;
  letter-spacing: 0;
  padding: 0;
  background-color:transparent;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.ip-product-container .summary .price del span.amount .woocommerce-Price-currencySymbol {
    font-size: 14px;
}

.ip-product-container .summary .price ins .woocommerce-Price-amount.amount,
.ip-product-container .summary .price span.woocommerce-Price-amount.amount {
  display: inline-block;
  clear: both;
  font-size: 35px;
  letter-spacing: -1px;
  font-weight: 700;
  color: #000;
  padding: 0;
  margin: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.ip-product-container .summary .price ins span.amount .woocommerce-Price-currencySymbol,
.ip-product-container .summary .price span.amount .woocommerce-Price-currencySymbol {
    font-size: 20px;
}

.single.fswp_installments_price .price.fswp_calc .fswp_installment_prefix,
.single.fswp_installments_price .price.fswp_calc .span.woocommerce-Price-amount.amount,
.single.fswp_installments_price .price.fswp_calc .amount,
.single.fswp_installments_price .price.fswp_calc .woocommerce-Price-currencySymbol {
    font-size: 12px!important;
    font-weight: 400!important;
    color: #9c9c9c!important;
    margin: 0!important;
}

.single.fswp_installments_price .price.fswp_calc {
  margin: 0 0 20px!important;
}

table.variations {
 width: 100%;
 max-width: 280px; 
 margin: 0 0 15px;
}

.ip-product-container .summary select,
.ip-product-container .summary input[type=text] {
  opacity: 1;
  width: 100%;
  cursor: pointer;
  padding: 0 12px;
  background-color: #fff;
  border:1px solid rgba(0,0,0,0.08);
  height: 40px;
  line-height: 40px;
}

.ewc_shipping_button .btn_shipping {
    text-transform: uppercase;
    display: block;
    letter-spacing: 1px;
    margin: 10px 0 0!important;
    font-size: 11px!important;
    text-align: center;
    font-weight: 700!important;
    color: #273238!important;
    padding: 0px!important;
    text-align: center;
    border: 0!important;
    border-radius: 30px!important;
    background-color:none ;
    cursor: pointer;
}

.ip-product-container .customSelect {
	background:            url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEwIDciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTUgN2w1LTdIMHoiIGZpbGw9IiM5OTkiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==) right 14px center no-repeat;
	background-size:       10px 7px;
	padding:               13px 35px 13px 18px;
	line-height:           15px;
	width:                 270px;
	display:               inline-block;
	-webkit-border-radius: 0px;
	-moz-border-radius:    0px;
	border-radius:         0px;
	border:                solid 1px rgba(0,0,0,0.2);
}

.ip-product-container .customSelect span {
	width:       auto !important;
	overflow:    hidden;
	white-space: nowrap;
}

.ip-product-container .variations label {
	display:        block;
	font-size: 12px;
    font-weight: 600;
    color: #282828;
	text-transform: uppercase;
	padding: 5px 0 0;
}

.ip-product-container .variations tr:not(:first-child) label,
.ip-product-container .variations .clear {
	padding-top: 5px;
}

.ip-product-container .variations .clear {
	padding:0;
	display: none;
	height: 0;
}

.ip-product-container .single_variation {
	color: #FF5B4B;
}

.ip-product-container span.compre {
	display: block;
	width: 170px;
	text-align: center;
	color: #0dae24;
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
	margin: 2px 0 0;
}

.ip-product-container p.calculo {
	font-size: 8px;
	text-transform: uppercase;
	margin: 15px 0 0;
}


.ip-product-container .cart .quantity {
  display: block;
  float: left;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0;
    margin:0;
}

.ip-product-container .cart .quantity input {
    font-size:             14px;
	border:1px solid rgba(0,0,0,0.05);
	text-align:            center;
	padding:               0;
	line-height:          60px;
	height:           60px;
	width:                 60px;
	-webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 0px;
}

.ip-product-container .cart .quantity label.screen-reader-text {
   display: none;
   font-size: 12px;
    font-weight: 600;
    color: #282828;
    margin: 0;
    text-transform: uppercase;
}

.screen-reader-text {
   display: none;
}

.shop_table.cart tr.cart_item td {
  padding: 15px;
}

.shop_table.cart tr.cart-item-sp {
  display: block;
  width: 100%;
  height: 20px;
}

.shop_table.cart tr.cart_item {
  background-color: #FAFAFA;
  border: solid 1px rgba(0,0,0,0.05);
  border-spacing: 5px;
}

.shop_table.cart tr.cart_item:nth-child(even) {
  background-color: #FAFAFA;
}

.shop_table.cart .quantity input {
	font-size:             14px;
	-webkit-border-radius: 0px;
	-moz-border-radius:    0px;
	border-radius:         0px;
	border:                solid 1px rgba(0,0,0,0.1);
	text-align:            center;
	padding:               0;
	line-height:           35px;
	width:                 35px;
	height: 35px;
}

.ip-product-container .cart button[type=submit],
.ip-product-container .summary a.button.alt {
	background-color:  #24ce77;
	-webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-weight: 700;
  padding: 0 35px;
  display: inline-block;
  height: 60px;
  line-height: 60px;
  width: auto;
	float: left;
	margin: 0!important;
	font-size: 18px;
  letter-spacing: -1px;
	color: #fff;
	text-transform: uppercase;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  clear: none;
}

.ip-product-container .cart button[type=submit]:hover,
.ip-product-container .summary a.button.alt:hover {
  -webkit-box-shadow: 0 0 35px 0 rgba(13,174,36,0.4);
  -moz-box-shadow: 0 0 35px 0 rgba(13,174,36,0.4);
  box-shadow: 0 0 35px 0 rgba(13,174,36,0.4);
}

.ip-product-container .cart button[type=submit].disabled {
	opacity:        1;
	pointer-events: none
}

.ip-product-container .product_meta {
	margin-top:     2px;
}

.ip-product-container .product_meta:after {
	content: '';
	display: block;
	clear: both;
}

.ip-product-container .product_meta > span {
	display: none;
}

.ip-product-container .product_meta > span > span {
	color: #404E65;
}

.ip-product-container .single_variation_wrap > p {
	margin-top: 0;
}

.ip-product-container .woocommerce-variation-availability {
	color: #404E65;
}

.ip-product-container .summary .stock.out-of-stock {
	display: none;
}

.ip-product-container .group_table {
	width:         100%;
	margin-bottom: 15px;
}

.ip-product-container .group_table td {
	padding:       15px 0;
	border-bottom: solid 1px #EAEAEA;
}

.ip-product-container .group_table td.price {
	text-align:    right;
	padding-right: 20px;
}

.ip-product-container .group_table td.label {
	font: 700 16px/17px 'Montserrat';
}

.ip-product-container .group_table td:last-child {
	width: 10%;
}

.ip-product-container div.buttons {
	text-align: right;
}

/*-- Navigation  --*/

.ip-single-product-nav {
	text-align:    right;
	margin-bottom: 20px;
	display: none;
}

.ip-single-product-nav i {
	display:               inline-block;
	width:                 30px;
	height:                30px;
	-webkit-border-radius: 15px;
	-moz-border-radius:    15px;
	border-radius:         15px;
	background:            #D9DCE0;
	position:              relative;
	text-align:            center;
	line-height:           30px;
}

.ip-single-product-nav i svg {
	display: inline-block;
	fill:    #FFF;
	width:   8px;
	height:  13px;
}

.ip-single-product-nav i.next svg {
	margin-right: 2px;
}

.ip-single-product-nav i.prev svg {
	margin-left: 2px;
}

.ip-single-product-nav a:nth-child(2) i {
	margin-left: 8px;
}

/*-- Share  --*/

.ip-product-share-wrap {
	display:none;
	margin-top:  25px;
	padding-top: 30px;
	border-top:  solid 1px #EAEAEA;
	position:    relative;
}

.ip-product-wishlist-button .ip-wishlist-btn {
	line-height: 11px;
}
.ip-product-wishlist-button {
display: block;	
clear: both;
}
.ip-product-share {
	text-align:     left;
	width: 100%;
	font-size:      11px;
	line-height:    11px;
	text-transform: uppercase;
	display: block;
	color:          #9A9A9A;
	letter-spacing: 1px;
}

.ip-product-share svg {
	display:        inline-block;
	width:          18px;
	height:         14px;
	margin:         0 0 0 12px;
	fill:           #9A9A9A;
	vertical-align: middle;
	margin-bottom:  2px;
}

/*-- Tabs  --*/

.woocommerce-tabs {
	display: block;
  margin: 0 0 50px;
}

.woocommerce-tabs .wc-tab {
  opacity:            1;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition:    opacity 0.3s linear;
  -o-transition:      opacity 0.3s linear;
  -ms-transition:     opacity 0.3s linear;
  transition:         opacity 0.3s linear;
}

.woocommerce-tabs .wc-tab img {
  max-width: 100%;
}

.woocommerce-tabs .wc-tab.current {
	opacity: 1;
}

#tab-additional_information table {
	margin: 0 auto;
}

#tab-additional_information th {
	text-align:     left;
	width:          25%;
	text-transform: uppercase;
	padding-right:  20px;
}

#tab-reviews #comments,
#tab-reviews #review_form_wrapper {
	max-width: 950px;
	margin:    0 auto;
}

#tab-description {
	max-width: 1000px;
	float: none;
	width: 100%;
	margin:    0 auto;
	padding: 0;
}

#tab-reviews #comments > h2 {
	font-weight: 700;
	font-size: 20px;
	color:          #000;
	text-transform: uppercase;
	margin:         0 auto 15px;
}


#tab-reviews #comments li {
	padding-top: 35px;
}

#tab-reviews #comments li:not(:last-child) {
	border-bottom:  solid 1px #EAEAEA;
	padding-bottom: 35px;
}

#tab-reviews #review_form_wrapper {
	margin-top: 50px;
}

#tab-reviews #review_form_wrapper .comment-reply-title {
	margin-bottom: 20px;
}

#tab-reviews .comment-form-author,
#tab-reviews .comment-form-email {
	width:  50%;
	float:  left;
	margin: 0;
}

#tab-reviews .comment-form-author {
	padding-right: 15px;
}

#tab-reviews .comment-form-email {
	padding-left: 15px;
}

#tab-reviews .comment-form-author input,
#tab-reviews .comment-form-email input {
	width: 100%;
}

#tab-reviews .form-submit {
	clear:       both;
	margin-top:  0;
	padding-top: 25px;
}

.commentlist {
	list-style: none;
	margin:     0;
	padding:    0;
}

.commentlist .meta {
	margin-top: 0;
}

.commentlist .comment_container {
	position: relative;
}

.commentlist .star-rating {
	float:       right;
	margin-left: 20px;
}

.commentlist .comment_container > img {
	position:              absolute;
	top:                   -8px;
	left:                  0;
	width:                 60px;
	height:                60px;
	margin:                0;
	padding:               0;
	overflow:              hidden;
	-webkit-border-radius: 50%;
	-moz-border-radius:    50%;
	border-radius:         50%;
}

.commentlist .comment-text {
	padding-left: 80px;
}

/*-- Misc  --*/

.cart-empty,
#ip-wishlist-empty {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	color: #000;
	text-align: center;
}

.cart-empty img,
#ip-wishlist-empty img {
	width: 70%;
	max-width: 120px;
	display: block;
	margin: 0 auto 40px;
}

#ip-wishlist-empty .note {
	font-size:   15px;
	font-weight: 400;
	margin-top:  50px;
}

#ip-wishlist-empty .note svg {
	display: inline-block;
	width:   17px;
	height:  15px;
	margin:  0 5px;
	fill:    #56B0F2;
}

.woocommerce-account p.return-to-shop,
p.return-to-shop {
	text-align: center;
	margin-top: 0px;
}

#ip-wishlist-table,
.shop_table {
	width: 100%;
}

#ip-wishlist-table td,
#ip-wishlist-table th,
.shop_table.cart td,
.shop_table.cart th,
.woocommerce-MyAccount-content .shop_table:not(.customer_details) td,
.woocommerce-MyAccount-content .shop_table:not(.customer_details) th {
   font-weight: 400;
  font-size: 12px;
  line-height: 1.4;
  color: #9A9A9A;
  text-transform: uppercase;
}

.shop_table.cart td,
.shop_table.cart th {
  padding: 10px 0;
  font-size: 12px;
}

.shop_table.subscription_details {
  margin: 0 0 30px;
}

.shop_table.subscription_details tr {
  display: block;
  width: 100%;
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

.shop_table.subscription_details tr:nth-child(even) {
  background-color: rgba(0,0,0,0.04);
}

.shop_table.subscription_details tr td {
  display: inline-block;
}

.shop_table.subscription_details tr td:nth-child(odd) {
  width: 190px;
  font-weight: 600;
  font-size: 12px;
  color: #414141;
  text-transform: uppercase;
  padding: 0 10px 0 0;
}

.shop_table.shop_table_responsive.my_account_subscriptions.my_account_orders {
  background-color: #0D273E;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  margin: 0 0 20px;
}

.shop_table.shop_table_responsive.my_account_subscriptions.my_account_orders tbody tr td.order-number, 
.shop_table.shop_table_responsive.my_account_subscriptions.my_account_orders tbody tr td.order-number a,
.shop_table.shop_table_responsive.my_account_subscriptions.my_account_orders tr td {
  color: #fff;
}

.shop_table.shop_table_responsive.my_account_orders thead tr {
  width: 100%;
  margin: 0 0 30px;
  background-color: #282828;
  color: #fff;
}

.shop_table.shop_table_responsive.my_account_orders thead tr th {
  font-weight: 700;
  font-size: 10px;
  padding: 10px;
  color: #fff;
  text-transform: uppercase;
}

.shop_table.shop_table_responsive.my_account_orders tbody tr {
  width: 100%;
}

.shop_table.shop_table_responsive.my_account_orders tbody tr:nth-child(even) {
  background-color: rgba(0,0,0,0.04);
}

.shop_table.shop_table_responsive.my_account_orders tbody tr td {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 12px;
  padding: 18px 10px;
}

.shop_table.shop_table_responsive.my_account_orders tbody tr td .button {
  font-size: 10px;
}

.shop_table.shop_table_responsive.my_account_orders tbody tr td.order-number a {
  background: #5E32AC;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 8px;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
}

@media screen and (max-width:700px) {
.shop_table.shop_table_responsive.my_account_subscriptions.my_account_orders {
  padding: 20px 0;
  display: block;
}

.woocommerce-MyAccount-content .shop_table:not(.customer_details) td span.nobr {
    padding: 0 0 2px!important;
}

.shop_table.shop_table_responsive.my_account_subscriptions.my_account_orders td {
  width: 100%;
  max-width: 100%;
  display: block;
  padding: 8px 20px;
}
}

.woocommerce-MyAccount-content .shop_table:not(.customer_details) td span.nobr {
  display: block;
  font-weight: 600;
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  padding: 0 0 10px;
}

.woocommerce-MyAccount-content .shop_table.order_details thead,
.woocommerce-thankyou-order-wrap .order_details thead {
  display: none;
}

.woocommerce-MyAccount-content .shop_table.order_details,
.woocommerce-thankyou-order-wrap .order_details {
  margin: 0 0 30px;
}

.woocommerce-MyAccount-content .shop_table.order_details tr,
.woocommerce-thankyou-order-wrap .order_details tr  {
  width: 100%;
  padding: 12px 10px;
  display: block;
  border:0;
}

.shop_table.order_details tr:nth-child(even),
.woocommerce-thankyou-order-wrap .order_details tr:nth-child(even) {
  background-color: rgba(0,0,0,0.04);
}

.shop_table.order_details tfoot {
  margin: 40px 0 0;
  display: block;
}

.shop_table.order_details tfoot tr:nth-child(even) {
  background-color: rgba(0,0,0,0.04);
}

.woocommerce-MyAccount-content .shop_table.order_details tr th,
.woocommerce-MyAccount-content .shop_table.order_details td.woocommerce-table__product-name.product-name,
.woocommerce-thankyou-order-wrap .order_details tr th,
.woocommerce-thankyou-order-wrap .order_details td.woocommerce-table__product-name.product-name {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: -1px;
  color: #414141;
  padding: 0;
  width: 200px;
  text-transform: none;
}

.woocommerce-MyAccount-content .shop_table.order_details td.woocommerce-table__product-name.product-name,
.woocommerce-thankyou-order-wrap .order_details td.woocommerce-table__product-name.product-name {
  width: 100%!important;
  display: block;
  text-align: left;
}

.woocommerce-MyAccount-content .shop_table.order_details td.woocommerce-table__product-name.product-name img,
.woocommerce-thankyou-order-wrap .order_details td.woocommerce-table__product-name.product-name img {
  width: 50px;
  max-width: 50px;
  height: auto;
  padding: 0;
  margin: 0 20px 0 0;
}

.woocommerce-MyAccount-content .shop_table.order_details td.woocommerce-table__product-name.product-name span.woocommerce-Price-amount.amount,
.woocommerce-thankyou-order-wrap .order_details td.woocommerce-table__product-name.product-name span.woocommerce-Price-amount.amount {
  text-align: right;
  float: right;
  padding: 15px 0 0;
}

@media screen and (max-width:700px) {
.woocommerce-MyAccount-content .shop_table.order_details td.woocommerce-table__product-name.product-name img,
.woocommerce-thankyou-order-wrap .order_details td.woocommerce-table__product-name.product-name img  {
  display: block;
  margin: 0 0 15px;
}
.woocommerce-MyAccount-content .shop_table.order_details td.woocommerce-table__product-name.product-name span.woocommerce-Price-amount.amount,
.woocommerce-thankyou-order-wrap .order_details td.woocommerce-table__product-name.product-name span.woocommerce-Price-amount.amount  {
  text-align: left;
  display: block;
  float: none;
}
}

.woocommerce-MyAccount-content .shop_table.order_details tr td,
.woocommerce-thankyou-order-wrap .order_details tr td {
  padding: 0;
}

.shop_table.cart tbody tr:last-child td,
.shop_table.cart tbody tr:last-child th {
  border: none;
}

#ip-wishlist-table th,
.shop_table th {
	font-weight:400;
	font-size: 12px;
	line-height: 1.4;
	color:          #9A9A9A;
	text-align:     left;
}

/*- My Account Content  -*/

.woocommerce-MyAccount-content .shop_table:not(.customer_details) thead td,
.woocommerce-MyAccount-content .shop_table:not(.customer_details) thead th {
	padding-top: 0;
}

.woocommerce-MyAccount-content mark {
	background:  none;
	font-weight: 700;
	color:       #1a1a1a;
	text-transform: uppercase;
}

mark {
	background:  none;
	font-weight: 700;
	color:       #1a1a1a;
	text-transform: uppercase;
}

.woocommerce-MyAccount-content .shop_table .order-actions {
	text-align: right;
}

.woocommerce-MyAccount-content .shop_table .order-number,
.woocommerce-MyAccount-content .shop_table .order-status,
.woocommerce-MyAccount-content .shop_table .order-total .amount {
	font-weight: 400;
}

.shop-content .woocommerce-MyAccount-content .button:not(input):not(.wc-backward),
.woocommerce-MyAccount-content .shop_table .button {
  background: #5E32AC;
  color: #fff;
  padding: 8px 20px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  margin: 5px;
  text-transform: uppercase;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}

.shop-content .woocommerce-MyAccount-content .button:not(input):not(.wc-backward):hover,
.woocommerce-MyAccount-content .shop_table .button:hover {
  background: #461B91;
  color: #fff;
}

.shop-content .woocommerce-MyAccount-content *[type=submit] {
  background: #f5c41f;
  color: #0d2c4b;
  padding: 8px 20px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  margin:20px 5px 5px;
  width: auto;
}

.wc-correios-tracking__table .tbody {
  margin: 0 0 20px;
}


.woocommerce-MyAccount-content legend {
	font-weight: 700;
	font-size: 16px;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding-left:   3px;
	padding-right:  3px;
	background:     #FFF;
}

.woocommerce-MyAccount-content .edit-account fieldset {
	margin-top:            45px;
	-webkit-border-radius: 4px;
	-moz-border-radius:    4px;
	border-radius:         4px;
	border-color:          #D9E0EA;
}

/*- Wishlist, Cart Product List -*/

#ip-wishlist-table .product-price,
#ip-wishlist-table .stock,
#ip-wishlist-table .actions {
	padding-left: 15px;
	white-space:  nowrap;
}

#ip-wishlist-table .product-price,
#ip-wishlist-table .stock {
	text-align: right;
}

#ip-wishlist-table .price del {
	display:      none;
	padding:      0 5px;
	position:     relative;
	margin-right: 5px;
	font-size:    75%;
	line-height:  26px;
	color:        #D0D0D0;
}

#ip-wishlist-table .price del:after {
	content:  '';
	display:  block;
	position: absolute;
	left:     0;
	right:    0;
	top:      50%;
	height:   0;
	opacity:  0.33;
	border:   1px solid #979797;
}

#ip-wishlist-table .price ins,
#ip-wishlist-table .price del {
	text-decoration: none;
}

#ip-wishlist-table .price ins {
	display: block;
}

#ip-wishlist-table .actions .button {
	background: #f63d44;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 20px;
    text-align: right;
    float: right;
}

#ip-wishlist-share-link {
	width: calc(100% - 85px);
}

.ip-wishlist-share {
	margin-top:     50px;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
	color:          #9A9A9A;
	text-transform: uppercase;
}

.shop_table.cart th.product-subtotal {
	text-align: right;
}

#ip-wishlist-table td.product-price,
.shop_table.cart td.product-subtotal {
	text-align: right;
	font-size: 12px;
  line-height: 1.4;
  color: #9A9A9A;
	color:      #222222;
}

#ip-wishlist-table .product-thumbnail,
.shop_table.cart .product-thumbnail {
	position: relative;
	width:    75px;
}

#ip-wishlist-table .product-thumbnail img,
.shop_table.cart .product-thumbnail img {
	width:  65px;
	height: 65px;
}

#ip-wishlist-table .product-thumbnail .remove,
.shop_table.cart .product-thumbnail .remove {
	position:    absolute;
	display:     inline-block;
	left:        -22px;
	color:       #404E65;
	top:         50%;
	margin-top:  -12px;
	font-weight: 700;
	font-size:   20px;
}

#ip-wishlist-table td.product-name,
.shop_table.cart td.product-name {
	padding-left:  30px;
	padding-right: 30px;
}

#ip-wishlist-table .product-name > a,
.shop_table.cart .product-name > a {
	font-weight: 600;
  color: #3c3c3c;
	font-size:16px;
  text-transform: none;
}

.shop_table.cart .variation {
	margin:  0;
	padding: 0;
}

.shop_table.cart .variation dt {
	display: inline-block;
}

.shop_table.cart .variation dd {
	display: inline-block;
	margin:  0;
}

.shop_table.cart .variation dd p {
	display: inline;
	margin:  0;
	padding: 0;
}

.shop_table.cart .variation dd + dt:before {
	content:  ', ';
	position: relative;
	left:     -1px;
}

.shop_table.cart .actions {
	text-align: right;
	margin-top: 20px;
}

.shop_table.cart .update-cart input[type=submit] {
	margin-right:   5px;
	border:         none;
	color:          #000;
	padding:        0 0 0 30px;
	font-weight: 700;
  text-align: right;
	font-size:12px;
  background: #fff;
	text-transform: uppercase;
	line-height:    36px;
}

.shop-content .cross-sells {
	text-align: center;
}

.shop-content .cross-sells > .products {
	text-align: left;
}

/*- Checkout -*/

.collaterals tr.cart-subtotal {
  display: none;
}

.coupon-cart {
  width: 100%;
  height: auto;
  padding: 25px 0 20px;
  margin: 5px 0 0;
}

.coupon-cart h2 {
  font-size: 14px;
  font-weight: 700;
  color: #000;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.coupon-cart #coupon_code {
  width: calc(100% - 80px);
  height: 40px;
  line-height: 40px;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,0.1);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-size: 14px;
  font-weight: 400;
  color: #acabab;
  margin: 0;
  float: left;
}

.coupon-cart input.button {
  background-color: #000;
  width: 80px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius:0px;
  font-size: 12px;
  font-weight:600;
  color: #fff;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  margin: 0;
  float: left;
}

.shipping-calculator-cart {
  width: 100%;
  height: auto;
  padding: 30px 0 0;
}

.shipping-calculator-cart h2 {
  font-size: 14px;
  font-weight: 700;
  color: #000;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.shipping-calculator-cart #calc_shipping_postcode {
  width: calc(100% - 110px);
  height: 40px;
  line-height: 40px;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,0.1);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-size: 14px;
  font-weight: 400;
  color: #acabab;
  margin: 0;
  float: left;
}

.shipping-calculator-cart button.button {
  background-color: #000;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  font-size: 12px;
  font-weight:600;
  color: #fff;
  width: auto;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  margin: 0;
  width: 110px;
  float: left;
}

#calc_shipping_country,
#calc_shipping_state {
  display: none !important; 
}

.collaterals {
	padding: 10px 30px 20px 30px;
	line-height:  20px;
	max-width:   100%;
  width:   100%;
	margin-left:  auto;
	margin-right: auto;
  border:solid 1px rgba(0,0,0,0.05);
  background-color: rgba(0,0,0,0.02);
}

.collaterals.checkout-collaterals {
  margin: 40px auto 0;
}

.collaterals .first-payment-date,
.cart_item .product-price .subscription-details,
td.product-subtotal .subscription-price .subscription-details,
.checkout-collaterals .product-total .subscription-price .subscription-details {
  display: none;
}

.cart_item .product-quantity .quantity.quantity_select select {
  cursor: pointer;
  background-position: right 10px center;
  background-size: 12px auto;
  background-repeat: no-repeat;
  background-image: url(img/icons/select_icon.png);
}

@media screen and (max-width:768px) {
.shop_table.cart tr.cart_item td:before {
		display:        inline-block;
		content:        attr(data-title);
		min-width:      70px;
		width: 100%;
		padding: 0 0 10px;
		text-transform: uppercase;
		font-size:      11px;
		line-height:    11px;
		color:          #9A9A9A;
		font-weight:    bold;
}


.shop_table.cart .cart_item{
  width: 100%!important;
  position: relative;
}

.shop_table.cart .cart_item td {
  width: auto!important;
  max-width: auto!important;
  display: block;
  float: left;
  padding: 20px!important;
}

.shop_table.cart .cart_item td.product-thumbnail {
  width: 30px !important;
  max-width:30px!important;
  margin:30px 0 0 13px!important;
  padding: 0!important;
}

.shop_table.cart .product-thumbnail img {
    width: 35px;
    height: 35px;
}

.shop_table.cart .cart_item td.product-name {
  width: calc(100% - 50px)!important;
  max-width: calc(100% - 50px)!important;
  padding: 0;
}

.shop_table.cart .cart_item td.product-quantity {
  clear: both;
}

.shop_table.cart .cart_item td.product-quantity,
.shop_table.cart .cart_item td.product-subtotal {
  border-top: 1px solid rgba(0,0,0,0.04);
  width: 50%!important;
  max-width: 50%!important;
}
}

.collaterals svg {
	fill:#00affe;
}

.checkout-collaterals {
	padding-bottom: 25px;
}

.collaterals h3,
#customer_details h3 {
	display: block;
  clear: both;
  font-weight:           700;
	font-size: 14px;
  color: #000;
	line-height: 1.4;
	text-transform: uppercase;
	margin:         0;
	padding:        25px 0 15px 0;
}

.collaterals table {
	width:    100%;
	position: relative;
}

.collaterals .blockOverlay {
	left:  -25px !important;
	right: -25px !important;
	width: auto !important;
	top:   -56px !important;
}

.collaterals .shop_table > tbody > tr > td,
.collaterals .shop_table > tbody > tr > th,
.collaterals .shop_table > thead > tr > td,
.collaterals .shop_table > thead > tr > th,
.collaterals .shop_table > tfoot > tr > td,
.collaterals .shop_table > tfoot > tr > th {
	padding:        15px 0;
	text-align:     right;
	border-bottom:  solid 1px #fff;
}

.collaterals .shop_table > tbody > tr.order-total > td,
.collaterals .shop_table > tbody > tr.order-total > th {
	border-bottom: none;
	text-transform: uppercase;
}


.collaterals .shop_table table td:first-child {
	text-align: left;
}

.collaterals .shop_table table td:last-child {
	text-align: right;
}

.collaterals .shop_table > tfoot > tr:first-child > td,
.collaterals .shop_table > tfoot > tr:first-child > th {
	border-top: solid 1px #D9E0EA;
}

.collaterals .shop_table tbody tr:last-child td,
.collaterals .shop_table tbody tr:last-child th,
.collaterals .shop_table tfoot tr:last-child td,
.collaterals .shop_table tfoot tr:last-child th {
	border: none;
}

.collaterals .shop_table > tbody > tr > th,
.collaterals .shop_table > thead > tr > th,
.collaterals .shop_table > tfoot > tr > th {
	text-align:    left;
	font-weight:   400;
	-ms-word-wrap: break-word;
	word-wrap:     break-word;
}

.collaterals .shop_table thead th {
	font-weight:400;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 1.4;
	color:          #9A9A9A;
	padding:        8px 0;
	border-bottom:  solid 1px #D9E0EA;
}

.collaterals .shop_table thead th.product-total {
	text-align: right;
}

.collaterals .shop_table td.product-name {
	text-align:     left;
	text-transform: none;
	font-weight:    400;
	text-transform: uppercase;
	font-size: 12px;
}

.collaterals .shop_table td.product-name .variation {
	font-weight: 400;
	margin:      3px 0 0 0;
}

.collaterals .shop_table td.product-name .variation dt {
	display: inline-block;
}

.collaterals .shop_table td.product-name .variation dd {
	display: inline-block;
	margin:  0;
}

.collaterals .shop_table td.product-name .variation dd p {
	display: inline;
	margin:  0;
	padding: 0;
}

.collaterals .shop_table td.product-name .variation dd + dt:before {
	content:  ', ';
	position: relative;
	left:     -1px;
}

.collaterals .shop_table td.product-name strong {
	white-space: nowrap;
	font-weight: 400;
}

.collaterals .shop_table .shipping-calculator td {
	padding: 0;
}

.collaterals .shop_table .shipping-calculator-form p {
	position: relative;
	overflow: hidden;
}

.collaterals .order-total .amount {
	font-size: 22px;
	font-weight: 700;
	color:          #000;
}

.collaterals .payment_methods .payment_box {
	padding-left: 0;
	padding-top:  5px;
	line-height:  20px;
	font-size:    13px;
}

label#payment_method_pagseguro {
	padding: 0 0 0 25px;
}

#pagseguro-bank-transfer-form ul,
#pagseguro-payment-methods {
    list-style: none;
    margin: 10px 0 0;
    padding: 0;
}

.collaterals .payment_methods .payment_box label {
	width: 100%;
	display: block;
	text-transform: uppercase;
}

.collaterals .payment_methods .payment_box input {
	width: 100%;
	display: block;
}

.collaterals .payment_methods .payment_box p {
	margin: 0 0 15px 0;
}

#pagseguro-credit-card-form p {
  float: left;
  width: 50%;
  padding:0 10px;
}

.pagseguro-method-form {
  background-color: #fff;
  padding: 15px;
  position: relative;
  z-index: 1;
  margin: 0 0 10px;
  border: 2px solid #6abf57;
}

.collaterals .payment_methods input[type=radio],
.collaterals #shipping_method input[type=radio] {
  margin-left:  0;
  margin-right: 0;
  position:     absolute;
  left:         2px;
  top:          8px;
  z-index:      1;
}

.collaterals .payment_methods label {
  display: none;
  font-weight: 600;
  font-size: 10px;
  line-height: 1.4;
  text-transform: uppercase;
  margin: 0;
  padding: 3px 0;
}

.payment_methods li {
  list-style: none;
}

.collaterals .payment_methods li,
.collaterals #shipping_method li {
	position:     relative;
	padding-left: 5px;
	font-size: 12px;
}

.collaterals #shipping_method li {
  padding-left: 25px!important;
  cursor: pointer;
}

.collaterals #shipping_method li label {
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
}

.collaterals #shipping_method li p {
  font-weight: 400;
  font-size: 13px;
  margin: 0;
}

fieldset#pagseguro-payment-form {
    border: none;
    margin: 0;
    padding: 0;
}

.woocommerce #payment ul.payment_methods li #pagseguro-payment-methods li,
.woocommerce-page #payment ul.payment_methods li #pagseguro-payment-methods li {
    border: 2px solid #6abf57;
    background-color: #fff;
    position: relative;
    z-index: 2;
    border-radius: 0;
    -webkit-border-radius: 0;
    display: block;
    float: left;
    list-style: none;
    margin: 0 7px 7px 0;
    padding: 0;
    opacity: 0.3;
}

.woocommerce #payment ul.payment_methods li #pagseguro-payment-methods li.active,
.woocommerce-page #payment ul.payment_methods li #pagseguro-payment-methods li.active {
    opacity: 1;
    border: 2px solid #6abf57;
}

.woocommerce #payment ul.payment_methods li #pagseguro-payment-methods label, 
.woocommerce-page #payment ul.payment_methods li #pagseguro-payment-methods label {
    cursor: pointer;
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    color: #6abf57;
    margin: 0;
    padding: 5px 10px;
}

#pagseguro-payment-methods input[type=radio] {
  display: none;
}

.collaterals .payment_methods li img {
	max-width:      100%;
	height:         auto;
	vertical-align: top;
	padding: 0 0 0 25px;
}

.collaterals ul {
	margin:      0;
	padding:     0;
	list-style:  none;
	line-height: 32px;
}

.collaterals #shipping_method .amount {
	float: right;
}

.collaterals .payment_methods,
.collaterals #shipping_method {
	line-height: 20px;
}

.collaterals #shipping_method {
	border-bottom: 1px solid rgba(0,0,0,0.1);
	padding: 0 0 10px;
}

.collaterals #shipping_method li {
	padding-top:   4px;
	margin-bottom: 10px;
}

.collaterals .shop_table .shipping td {
	text-align:  left;
	padding-top: 0;

}

.collaterals .payment_methods li,
.collaterals .shop_table #shipping_method li {
	position:      relative;
	padding-top:   4px;
	margin-bottom: 10px;
}

.woocommerce-account input[type=radio],
.collaterals input[type=radio] {
	opacity:     1;
	margin-left: 5px;
	font-size:   32px;
}

.woocommerce-account input[type=checkbox],
.collaterals input[type=checkbox],
#customer_details input[type=checkbox] {
	opacity:   1;
	font-size: 32px;
}

.woocommerce-account input[type=radio] ,
.collaterals input[type=radio]{
	display:         inline-block;
	width:           12px;
	height:          12px;
	vertical-align:  middle;
	margin-left:     -15px;
	margin-top:      -2px;
  -webkit-appearance: none;
  appearance: none;
  background-color:transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px auto;
  background-image: url(img/icon/check.png);
  outline: 0;
  border:0;
  opacity: 0.2;
}

.woocommerce-account input[type=radio]:checked,
.collaterals input[type=radio]:checked {
  opacity: 1;
}

.woocommerce-account input[type=checkbox],
.collaterals input[type=checkbox],
#customer_details input[type=checkbox]{
	display:         inline-block;
	width:           10px;
	height:          10px;
	vertical-align:  middle;
	margin-left:     -2px;
	margin-right:    5px;
	margin-top:      -2px;
	background-color:#F0F0F0;
	border-radius: 0;
	border:0;
	outline: 0;

}

.woocommerce-account input[type=checkbox]:checked,
.collaterals input[type=checkbox]:checked,
#customer_details input[type=checkbox]:checked {
	background-color:#000;
}

.collaterals .coupon {
	margin-left:        -25px;
	margin-right:       -25px;
	padding:            0 25px 20px 25px;
	position:           relative;
	overflow:           hidden;
  display: block;
	max-height:         150px;
	border-bottom:      solid 1px #fff;
	-webkit-transition: max-height 0.3s linear;
	-moz-transition:    max-height 0.3s linear;
	-ms-transition:     max-height 0.3s linear;
	-o-transition:      max-height 0.3s linear;
	transition:         max-height 0.3s linear;
}

.collaterals .coupon input[type=submit],
.collaterals .coupon button {
    display: inline-block;
    color: #FFF;
    font-weight: 700;
    font-size:11px;
    text-align: center;
    padding: 0 24px;
    border: 0;
    height: 32px;
    line-height: 32px;
    outline: 0;
    background: #f63d44;
}

.collaterals .coupon:not(.opened) {
	max-height: 55px;
}

.collaterals .amount {
	font-weight: 600;
}

.collaterals .product-total .amount {
	font-weight: 400;
}

.woocommerce-account #customer_login *[type=submit] {
  background:     #24CE77;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  height: auto;
  line-height:    1.4;
  width:          100%;
  padding-top:    10px;
  padding-bottom: 10px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}

.collaterals a.button.checkout-button,
#place_order {
  background-color:     #24CE77;
  background-image: url(img/icon/lock.png);
  background-size: 20px auto;
  background-position: right 20px center;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height:    1.4;
  width:          100%;
  height: auto;
  padding: 15px;
  margin: 0 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.woocommerce-account #customer_login *[type=submit]:hover,
.collaterals a.button.checkout-button:hover,
#place_order:hover {
  -webkit-box-shadow: 0 0 35px 0 rgba(13,174,36,0.4);
  -moz-box-shadow: 0 0 35px 0 rgba(13,174,36,0.4);
  box-shadow: 0 0 35px 0 rgba(13,174,36,0.4);
}

@media screen and (max-width:600px) {
.collaterals a.button.checkout-button,
#place_order {
  background-position: right 10px center;
  font-size: 15px;
  padding: 15px 30px 15px 15px;
}
}

#place_order {
	margin-top:     10px;
}

.collaterals .payment_methods {
	margin-bottom: 25px;
}

.collaterals .wc-terms-and-conditions a {
	text-decoration: underline;
}

.collaterals select,
.collaterals input[type=text] {
	width: 100%;
}

.collaterals .cart-discount td {
	position: relative;
}

.collaterals .woocommerce-remove-coupon {
	position:   absolute;
	width:      12px;
	height:     12px;
	top:        50%;
	margin-top: -6px;
	right:      -16px;
	overflow:   hidden;
	color:      #FF5B4B;
	font:       700 20px/14px ;
}

.collaterals .woocommerce-remove-coupon:before {
	content: '× ';

}

.collaterals .coupon .header a,
.collaterals .shipping-calculator .header a {
	 display:        block;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.4;
	color:          #1a1a1a;
	text-transform: uppercase;
	cursor:         pointer;
	position:       relative;
	padding-top:    20px;
	padding-bottom: 20px;
	text-align:     left;
}

.collaterals .shipping-calculator td {
	text-align: left;
	position:   relative;
	overflow:   hidden;
}

.collaterals .coupon .header a:before,
.collaterals .shipping-calculator .header a:before {
	content:            '';
	display:            block;
	position:           absolute;
	right:              0;
	top:                25px;
	border:             5px solid transparent;
	border-top:         7px solid #182127;
	-webkit-transition: none;
	-moz-transition:    none;
	-o-transition:      none;
	-ms-transition:     none;
	transition:         none;
}

.collaterals .shipping-calculator .button {
	float: right;
	display: inline-block;
    color: #FFF;
    font-weight: 700;
     text-transform: uppercase;
    font-size:11px;
    text-align: center;
    padding: 0 24px;
    border: 0;
    height: 32px;
    line-height: 32px;
    outline: 0;
    background: #f63d44;
}

.collaterals .coupon.opened .header a:before,
.collaterals .shipping-calculator.opened .header a:before {
	border:        5px solid transparent;
	border-bottom: 7px solid #ADB3BC;
	margin-top:    -6px;
}

.collaterals input[type=submit],
.collaterals button,
.collaterals a.button {
	font:       700 15px/36px ;
	text-align: center;
	padding:    0 12px;
}

.collaterals .coupon input.input-text {
	width: 100%;
}

.collaterals .coupon input[type=submit] {
  float: right;
}

/*- Woocommerce Notices -*/

div.woocommerce-error,
div.woocommerce-info,
div.woocommerce-message,
.woocommerce-error li,
.woocommerce-info li,
.woocommerce-message li {
	display:               block;
	-webkit-border-radius: 0px;
	-moz-border-radius:    0px;
	border-radius:         0px;
	padding:               14px 15px;
	font-size:             15px;
	font-weight:           400;
	overflow:              hidden;
}

.woocommerce-error li,
.woocommerce-info li,
.woocommerce-message li {
	margin-bottom: 10px;
}

ul.woocommerce-error,
ul.woocommerce-info,
ul.woocommerce-message {
	margin:     0 0 20px 0;
	padding:    0;
	list-style: none;
}

div.woocommerce-error,
div.woocommerce-info,
div.woocommerce-message {
	margin: 0 0 20px 0;
}

.shop-content ul.woocommerce-error,
.shop-content ul.woocommerce-info,
.shop-content ul.woocommerce-message,
.shop-content div.woocommerce-error,
.shop-content div.woocommerce-info,
.shop-content div.woocommerce-message {
	margin-top: -35px;
  display: none;
}

div.woocommerce-info,
.woocommerce-info li {
	background: #F4F8EB;
	color:      #93C240;
}

div.woocommerce-info a,
div.woocommerce-info a.button,
.woocommerce-info li a {
	display:               inline-block;
	background:            #93C240;
	color:                 #FFF;
	-webkit-border-radius: 0px;
	-moz-border-radius:    0px;
	border-radius:         0px;
	font-size:             14px;
	line-height:           14px;
	padding:               6px 12px;
	text-decoration:       none;
	text-transform: uppercase;
}

div.woocommerce-message,
.woocommerce-message li {
	background: #F4F8EB;
	color:      #93C240;
}

div.woocommerce-message a,
div.woocommerce-message a.button,
.woocommerce-message li a {
	display:               inline-block;
	background:            #93C240;
	color:                 #FFF;
	-webkit-border-radius: 0px;
	-moz-border-radius:    0px;
	border-radius:         0px;
	font-size:             12px;
	line-height:           14px;
	padding:               6px 12px;
	font-weight: 700;
	text-transform: uppercase;
}

div.woocommerce-error,
.woocommerce-error li {
	background: #FFEEED;
	color:      #FF5B4B;
}

div.woocommerce-error a,
div.woocommerce-error a.button,
.woocommerce-error li a {
	display:               inline-block;
	background:            #FF5B4B;
	color:                 #FFF;
	-webkit-border-radius: 0px;
	-moz-border-radius:    0px;
	border-radius:         0px;
	font-size:             14px;
	line-height:           14px;
	padding:               6px 12px;
	text-transform: uppercase;
}

.woocommerce-error a,
.woocommerce-info a,
.woocommerce-message a {
	float: right;
}

.shop-content .woocommerce-MyAccount-content ul.woocommerce-error,
.shop-content .woocommerce-MyAccount-content ul.woocommerce-info,
.shop-content .woocommerce-MyAccount-content ul.woocommerce-message,
.shop-content .woocommerce-MyAccount-content div.woocommerce-error,
.shop-content .woocommerce-MyAccount-content div.woocommerce-info,
.shop-content .woocommerce-MyAccount-content div.woocommerce-message {
	margin-top: 0;
}

/*- Customer Details -*/

#customer_details h3 {
	padding: 22px 0 20px 0;
}

.woocommerce-billing-fields p.form-row {
  width: 50%;
  padding: 0 13px 0 0!important;
  float: left;
}

.form-row.create-account.woocommerce-validated {
  clear: both!important;
  float: none!important;
}

.woocommerce-billing-fields p#billing_postcode_field {
  clear: both;
}

.woocommerce-billing-fields p.form-row span.optional,
#order_comments_field span.optional {
  display: none;
}

p#billing_country_field span {
  font-size: 12px;
  text-transform: uppercase;
}

ul.camper-group-ul {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  list-style: none;
}

ul.camper-group-ul li:last-child {
  display: none;
}

.woocommerce-account p,
#customer_details p {
	margin:  0 0 10px 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	padding: 0;
}

.woocommerce-account p a,
#customer_details p a {
	font-weight: 700;
	line-height: 1.4;
	padding: 0;
	color: #1a1a1a;
}

.woocommerce-account .required,
#customer_details .required {
	border-bottom: none;
	color:         #FF5B4B;
}

.select2-container--default .select2-selection--single {
	border:0;
}
.woocommerce-account *:not(h3) > label,
#customer_details *:not(h3) > label {
	padding:        10px 0 10px 0;
	text-transform: uppercase;
	display:        block;
	font-size:      10px;
	line-height:    10px;
	color:          #9A9A9A;
	font-weight:    600;
}

.woocommerce-account #order_comments_field label,
#customer_details #order_comments_field label {
	padding: 22px 0 20px 0;
	display: block;
    clear: both;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.4;
    color: #222222;
    text-transform: uppercase;
    margin: 0;
}

.woocommerce-account input[type=text],
.woocommerce-account input[type=email],
.woocommerce-account input[type=tel],
.woocommerce-account input[type=password],
.woocommerce-account textarea,
#customer_details input[type=text],
#customer_details input[type=email],
#customer_details input[type=tel],
#customer_details input[type=password],
#customer_details textarea {
  width:  100%;
  border: solid rgba(0,0,0,0) 1px;
}

#customer_details textarea {
  height: 90px;
}

.woocommerce-account .woocommerce-invalid input[type=text],
.woocommerce-account .woocommerce-invalid input[type=email],
.woocommerce-account .woocommerce-invalid input[type=tel],
.woocommerce-account .woocommerce-invalid input[type=password],
.woocommerce-account .woocommerce-invalid textarea,
#customer_details .woocommerce-invalid input[type=text],
#customer_details .woocommerce-invalid input[type=email],
#customer_details .woocommerce-invalid input[type=tel],
#customer_details .woocommerce-invalid input[type=password],
#customer_details .woocommerce-invalid textarea {
	border: solid #FF5B4B 1px;
}

.woocommerce-account input[type=text]:focus,
.woocommerce-account input[type=email]:focus,
.woocommerce-account input[type=tel]:focus,
.woocommerce-account input[type=password]:focus,
#customer_details input[type=text]:focus,
#customer_details input[type=email]:focus,
#customer_details input[type=tel]:focus,
#customer_details input[type=password]:focus,
.select2-container.select2-container-active .select2-choice {
	border: solid rgba(0,0,0,0) 1px;
}

#ship-to-different-address input[type=checkbox] i {
	margin-right: 10px;
}

.select2-container .select2-choice {
	border:                solid #979797 1px;
	-webkit-border-radius: 4px;
	-moz-border-radius:    4px;
	border-radius:         4px;
}

.select2-container.select2-dropdown-open .select2-choice {
	border-bottom-left-radius:  0;
	border-bottom-right-radius: 0;
}

/*- Thank you -*/

.woocommerce-thankyou-order-failed,
.woocommerce-thankyou-order-received {
	text-align:   center;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
	margin-left:  auto;
	color: #1a1a1a;
	margin-right: auto;
}

.woocommerce-thankyou-order-received {
	max-width:     400px;
	margin-bottom: 65px;
}

.woocommerce-thankyou-order-failed {
	max-width:     500px;
	margin-bottom: 25px;
}

.woocommerce-thankyou-order-received img {
  display: block;
  margin: 0 auto 20px;
  width: 70%;
  max-width:60px;
}


.woocommerce-thankyou-order-failed-actions {
	text-align:    center;
	margin-bottom: 45px;
}

.woocommerce-thankyou-order-details {
	position:       relative;
	overflow:       hidden;
	list-style:     none;
	text-transform: uppercase;
	background:     #000;
	font-size:      10px;
	color:          #fff;
	margin:         0;
	padding:        0;
}

.woocommerce-thankyou-order-details li {
	float:      left;
	width:      50%;
	padding:    20px 15px;
	text-align: center;
}

.woocommerce-thankyou-order-details li:not(:last-child) {
	border-right: solid 3px #FFF;
}

.woocommerce-thankyou-order-details strong {
	display:        block;
	color:          #fff;
	font-size:      15px;
	line-height:    17px;
	font-weight:    700!important;
	letter-spacing: normal;
}

.woocommerce-thankyou-order-wrap {
	max-width: 1000px;
	padding: 80px 0 0;
	margin:    0 auto;
}

.ip-customer-details {
  display: block;
}

.ip-customer-details .col-sm-4 {
  width: 50%;
}


@media screen and (max-width:850px) {
.ip-customer-details .col-sm-4 {
  width: 100%;
  padding:10px 20px;
}
}

.woocommerce-MyAccount-content h2,
.woocommerce-MyAccount-content h3,
.woocommerce-thankyou-order-wrap h2,
.ip-customer-details h2,
.ip-customer-details h3 {
	font-size: 16px;
  color: #000;
	font-weight: 700;
	line-height: 1.4;
	margin:25px 0 25px 0;
	text-transform: uppercase;
}

.woocommerce-MyAccount-content h2 {
  margin:0 0 25px;
  padding: 10px 0 15px;
  border-bottom:1px solid rgba(0,0,0,0.05);
}

.woocommerce-MyAccount-content p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
  color: #000;
  margin: 20px 0;
}


.woocommerce-MyAccount-content h2.wc-correios-tracking__title {
  margin:40px 0 30px;
  border-top:1px solid rgba(0,0,0,0);
}

form.wc-correios-tracking__form {
  padding: 0 0 50px;
}

.woocommerce-MyAccount-content .order_details,
.woocommerce-thankyou-order-wrap .order_details {
	width:       100%;
	font-weight: 400;
}

/*- Woocommerce Pagination -*/

.woocommerce-Pagination {
	margin-top: 50px;
}

.woocommerce-Pagination a.button {
	background:            none;
	border:                none;
	-webkit-border-radius: 0;
	-moz-border-radius:    0;
	border-radius:         0;
	color:                 #FF5B4B;
	padding-left:          0;
	font-size:             15px;
	padding-right:         15px;
}

.woocommerce-Pagination a.button + .button {
	padding-left: 15px;
	border-left:  solid 1px #EAEAEA;
}

/*- Order Details -*/

.order_details tr {
	border-bottom: solid 1px #D9E0EA;
}

.order_details td,
.order_details th {
	padding:    18px 0;
	text-align: left;
}

.order_details strong {
	font-weight: normal;
}

.order_details ul.wc-item-meta {
  padding: 0;
  margin: 0;
}

.order_details ul.wc-item-meta li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.order_details ul.wc-item-meta li .wc-item-meta-label {
  text-transform: uppercase;
  font-size: 10px;
}

.order_details thead td,
.order_details thead th {
	padding:        15px 10px;
	font-weight:    700;
	font-size:      11px;
	line-height:    11px;
	color:          #9A9A9A;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.order_details td:last-child,
.order_details th:last-child {
	text-align: right;
}

.order_details .variation {
	margin:      0;
	padding:     0;
	font-weight: 400;
}

.order_details .variation dt {
	display: inline-block;
}

.order_details .variation dd {
	display: inline-block;
	margin:  0;
}

.order_details .variation dd p {
	display: inline;
	margin:  0;
	padding: 0;
}

.order_details .variation dd + dt:before {
	content:  ', ';
	position: relative;
	left:     -1px;
}

.ip-customer-details table td,
.ip-customer-details table th {
	text-align: left;
}

.ip-customer-details address,
.woocommerce-MyAccount-content address {
	font-size:   15px;
	font-style:  normal;
	line-height: 24px;
	position:    relative;
}

.woocommerce-MyAccount-content address {
	margin-bottom: 17px;
}

.ip-customer-details table {
	position: relative;
}

.ip-customer-details table:before,
.ip-customer-details address:before,
.woocommerce-MyAccount-content address:before {
	content:     '';
	display:     none;
	position:    absolute;
	left:        -20px;
	top:         0;
	bottom:      0;
	border-left: solid 1px #D9E0EA;
}

/*- Customer Login -*/

#customer_login {
	width:      100%;
	max-width:  400px;
	margin:     0 auto 30px;
	list-style: none;
	padding:    20px 0 0;
	background-color: #5E32AC;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
}

#customer_login .wrap {
	width:      100%;
	max-width:  400px;
	margin:     0 auto;
	list-style: none;
	padding:    30px 20px 20px;
	background-color: #fff;
}

#customer_login .wrap li {
	display: none;
}

#customer_login .wrap li.active {
	display: block;
}

#customer_login h1 {
	text-align:     center;
	font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
	margin:  0 0 20px;
	letter-spacing: normal;
	text-transform: uppercase;
	color:          #fff;
}

#customer_login h1 a {
	color:           #fff;
	opacity: 0.3;
	text-decoration: none;
}

#customer_login h1 a.active {
	color: #fff;
	opacity: 1;
}

#customer_login .inline {
	width:      100%;
	float:      left;
	margin-top: 9px;
}

#customer_login .inline + *[type=submit] {
	width: 100%;
	float: left;
}

#customer_login *[type=submit] {
	margin-top: 15px;
}

#customer_login .lost_password {
	text-align: center;
	font-size:  10px;
	text-transform: uppercase;
	font-weight: 400;
	margin-top: 20px;
}

#customer_login .lost_password a {
	color: #222222;
}

/*- Product Rating -*/

.woocommerce-product-rating {
	position:      relative;
	display:       block;
	height:        20px;
	margin-bottom: 0px;
	margin-top:    15px;
}

.woocommerce-product-rating .woocommerce-review-link {
	display: none;
}

.star-rating {
	position:    relative;
	display:     inline-block;
	line-height: 20px;
	width:       75px;
	height:      15px;
	overflow:    hidden;
}

.star-rating:before,
.star-rating span:before,
.comment-form-rating .stars a {
	height:            15px;
	background-image:  url(img/icon/star.png);
	background-repeat: repeat-x;
	background-size:   auto 100%;
}

.star-rating:before,
.star-rating span:before {
	position: absolute;
	top:      0;
	left:     0;
}

.comment-form-rating .stars a {
	display:     inline-block;
	width:       15px;
	text-indent: 100%;
	overflow:    hidden;
	opacity:     0.2;
}

.comment-form-rating .stars:hover a {
	opacity: 1;
}

.comment-form-rating .stars.selected a,
.comment-form-rating .stars a.active {
	opacity: 1;
}

.comment-form-rating .stars:not(.selected) a:hover ~ a,
.comment-form-rating .stars.selected a.active ~ a {
	opacity: 0.2;
}

.star-rating:before {
	content: "";
	width:   100%;
	opacity: 0.2;
}

.star-rating span:before {
	content: "";
	width:   100%;
}

.star-rating span {
	position:    absolute;
	top:         0;
	left:        0;
	overflow:    hidden;
	white-space: nowrap;
	text-indent: 100%;
}

.ip-product-container .products {
	text-align: center;
}

.ip-product-container .products h2 {
	margin-bottom: 45px;
}

.ip-product-container .products ul.products {
	text-align: left;
}

.ip-product-thumbnails-col {
	padding-right: 0;
  display: none;
}

.row.ip-produto {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 50px;
  padding: 25px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
}

/*- Product Video -*/

.ip-product-container .watch-video {
	font:               700 11px/11px;
	color:              #3A4C69;
	letter-spacing:     0.0607em;
	text-transform:     uppercase;
	position:           relative;
	overflow:           hidden;
	padding:            4px;
	opacity:            1;
	-webkit-transition: opacity 0.8s, visibility 0.8s;
	-moz-transition:    opacity 0.8s, visibility 0.8s;
	-ms-transition:     opacity 0.8s, visibility 0.8s;
	-o-transition:      opacity 0.8s, visibility 0.8s;
	transition:         opacity 0.8s, visibility 0.8s;
}

.ip-product-container .watch-video.preloading {
	opacity: 0;
}

.ip-product-container .watch-video a {
	color: #3A4C69;
}

.ip-product-container .watch-video span {
	display:        inline-block;
	vertical-align: middle;
}

.ip-product-container .watch-video svg {
	width:          25px;
	height:         25px;
	margin-right:   4px;
	vertical-align: middle;
}

#ip-product-video-container {
	padding:    30px;
	background: #FFF;
}

.ip-product-wishlist-button .ip-wishlist-btn:hover:before,
.ip-product-wishlist-button .ip-wishlist-btn:hover:after {
	display: none;
}

/*- Product Image Gallery -*/

/*-- Main Gallery --*/

.slick-product {
	visibility: visible;
	opacity:    1;
}

.slick-product .slide img {
	max-width:             100%;
	width:             100%;
	height:                auto;
	padding: 0;
	margin: 0;
	-webkit-border-radius: 0px;
	-moz-border-radius:    0px;
	border-radius:         0px;
}

.slick-product.preloading {
	visibility: hidden;
	opacity:    0;
}

.slick-product > .slide:nth-child(n+6) {
	display: none;
}

.slick-product .slide {
	margin:0 10px 15px 0;
	position:              relative;
	padding:               0px;
	-webkit-border-radius: 0px;
	-moz-border-radius:    0px;
	border-radius:         0px;
	border:                solid 1px rgba(0,0,0,0);
	max-width:             80px;
}

.slide:focus {
	outline: none;
}

.slick-product .slide.current {
	border-color: rgba(242,242,242,1);
}

.ip-product-images-col {
	padding: 0;
}

.entry-summary {
  padding: 0 10px 0 40px;	
}

@media (max-width: 991px) {
.entry-summary {
  padding: 0 5px;	
}
}

.ip-product-images-col .wrap {
	max-width: 500px;
	margin:    0 auto;
	position:  relative;
}

.slick-product-single .slick-slide {
	position: relative;
	border:1px solid rgba(0,0,0,0);
}

.slick-product-single.product-modal-gallery .slick-slide:before {
	content:                  '';
	display:                  block;
	position:                 absolute;
	left:                     50%;
	top:                      50%;
	width:                    60px;
	height:                   60px;
	margin-top:               -30px;
	margin-left:              -30px;
	background:               url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjAiIGhlaWdodD0iNjAiIHZpZXdCb3g9IjAgMCA2MCA2MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PHBhdGggZD0iTTM4LjM2MyAzMi4xOWw2LjExMyA2LjExMWEyLjk5OSAyLjk5OSAwIDAgMS0uMDEgNC4yNDFsLTEuOTI0IDEuOTI1YTIuOTk3IDIuOTk3IDAgMCAxLTQuMjQuMDA5bC02LjExMy02LjExM2ExMS42MDUgMTEuNjA1IDAgMCAxLTQuNTQ3LjkyMkMyMS4yMTIgMzkuMjg1IDE2IDM0LjA3MiAxNiAyNy42NDIgMTYgMjEuMjEyIDIxLjIxMiAxNiAyNy42NDIgMTZzMTEuNjQzIDUuMjEyIDExLjY0MyAxMS42NDJjMCAxLjYxNC0uMzI4IDMuMTUtLjkyMiA0LjU0N3ptLTEwLjcyIDIuNzI5YTcuMjc2IDcuMjc2IDAgMSAwIDAtMTQuNTUzIDcuMjc2IDcuMjc2IDAgMCAwIDAgMTQuNTUzeiIgaWQ9ImIiLz48ZmlsdGVyIHg9Ii01MCUiIHk9Ii01MCUiIHdpZHRoPSIyMDAlIiBoZWlnaHQ9IjIwMCUiIGZpbHRlclVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgaWQ9ImEiPjxmZU1vcnBob2xvZ3kgcmFkaXVzPSIxIiBvcGVyYXRvcj0iZGlsYXRlIiBpbj0iU291cmNlQWxwaGEiIHJlc3VsdD0ic2hhZG93U3ByZWFkT3V0ZXIxIi8+PGZlT2Zmc2V0IGluPSJzaGFkb3dTcHJlYWRPdXRlcjEiIHJlc3VsdD0ic2hhZG93T2Zmc2V0T3V0ZXIxIi8+PGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iMiIgaW49InNoYWRvd09mZnNldE91dGVyMSIgcmVzdWx0PSJzaGFkb3dCbHVyT3V0ZXIxIi8+PGZlQ29sb3JNYXRyaXggdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwLjE2ODg3NDU0NyAwIiBpbj0ic2hhZG93Qmx1ck91dGVyMSIvPjwvZmlsdGVyPjwvZGVmcz48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxjaXJjbGUgZmlsbC1vcGFjaXR5PSIuMyIgZmlsbD0iI0ZGRiIgY3g9IjMwIiBjeT0iMzAiIHI9IjMwIi8+PGcgb3BhY2l0eT0iLjkiPjx1c2UgZmlsbD0iIzAwMCIgZmlsdGVyPSJ1cmwoI2EpIiB4bGluazpocmVmPSIjYiIvPjx1c2UgZmlsbD0iI0ZGRiIgeGxpbms6aHJlZj0iI2IiLz48L2c+PC9nPjwvc3ZnPg==) no-repeat;
	opacity:                  0;
	visibility:               hidden;
	-webkit-transition:       opacity 0.8s, visibility 0.8s;
	-moz-transition:          opacity 0.8s, visibility 0.8s;
	-ms-transition:           opacity 0.8s, visibility 0.8s;
	-o-transition:            opacity 0.8s, visibility 0.8s;
	transition:               opacity 0.8s, visibility 0.8s;
	-webkit-transition-delay: 0s;
	transition-delay:         0s;
	cursor:                   pointer;
	pointer-events:           none;
}

.slick-product-single .slide {
	text-align: center;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius:0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  border: 1px solid rgba(0,0,0,0.05);
  overflow: hidden;
	padding:0;
}

.slick-product-single > .slide:not(:first-child) {
	display: none;
}

.slick-product-single .slide img {
	max-width: 100%;
  width: 100%;
	height:    auto;
	display:   inline-block;
}

.slick-product-single:not(:hover) .slick-arrow {
	opacity: 0;
}

/*-- Modal Gallery --*/

.pswp__bg {
	background: rgba(0, 0, 0, 0.8);
}

.pswp__button:before {
	display: none;
}

.pswp__button span {
	display:               block;
	position:              absolute;
	top:                   50%;
	margin-top:            -20px;
	width:                 40px;
	height:                40px;
	cursor:                pointer;
	text-decoration:       none;
	outline:               none;
    background-color: rgba(0,0,0,0.4);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 40% auto;
}

.pswp__button--arrow--left span {
  background-image: url(img/icon/prev-product.png);
}

.pswp__button--arrow--right span {
  background-image: url(img/icon/next-product.png);
}

.pswp__button svg {
	display:     none;
	position:    absolute;
	left:        50%;
	top:         50%;
	width:       12px;
	height:      20px;
	margin-top:  -10px;
	margin-left: -8px;
	fill:        #555555;
	z-index:     1;
}

.pswp__button.pswp__button--arrow--right span {
	left: 0;
}

.pswp__button.pswp__button--arrow--left span {
	right: 0;
}

.pswp__button.pswp__button--arrow--right svg {
	margin-left: -6px;
}

/*-- Desktop --*/

@media (min-width: 992px) {

	.admin-bar.search-open #ajax-search,
	.admin-bar.search-open #ajax-search-result,
	.admin-bar.sticky #header .main-menu,
	.admin-bar.sidebar-open #ip-shop-sidebar,
	.admin-bar .pswp__top-bar {
		margin-top: 32px;
	}

	.admin-bar .mfp-wrap {
		top:    32px !important;
		height: auto !important;
		bottom: 0 !important;
	}


	.ip-shop-loop-wrap:hover .add_to_cart_button {
		position: relative;
	}

	.ip-shop-loop-wrap:hover .add_to_cart_button:before {
		content:  '+ ';
		position: absolute;
		top:      0;
		left:     -12px;
	}

	.mobile-sidebar {
		display: none;
	}

	#home-post .post:hover .post-content {
		border-color: #56b0f2;
	}

	.home-tabs,
	.woocommerce-tabs .tabs {
		width: 100% !important;
	}

	#ip-wishlist-table tr:not(:hover) .product-thumbnail .remove,
	.shop_table.cart tr:not(:hover) .product-thumbnail .remove {
		opacity: 0;
	}

	.slick-product-single.product-modal-gallery .slick-slide:hover:before {
		opacity:                  1;
		visibility:               visible;
		-webkit-transition-delay: 1s;
		transition-delay:         1s;
	}

	/*-- Hovers --*/
	#header .top-menu .menu li a:hover {
		color: #404E65;
	}

	#header .top-menu .menu ul li a:hover,
	.main-menu .product-categories > ul > li:hover span,
	#footer a:hover,
	.ip-shop-loop-details h3 a:hover,
	#home-post .post:hover h3,
	#home-post a:hover h2,
	.woocommerce-breadcrumb li a:hover,
	.ip-product-container .watch-video a:hover,
	.ip-product-container .product_meta a:hover,
	.mini_cart_item a:hover,
	.widget.widget_layered_nav li a:hover,
	.widget a:hover,
	.entry-content .post-tags a:hover,
	.post-related h3 a:hover,
	.post-navigation .nav-links a:hover,
	.comments-navigation a:hover,
	.post-comments .comment-metadata .comment-reply-link:hover,
	.post-comments .comment-metadata .comment-edit-link:hover,
	.main-header .post-categories a:hover,
	.blog-container h2 a:hover,
	.shop_table.cart .product-name > a:hover,
	.post-comments a:hover,
	#header .top-menu .auth a:hover,
	#header .top-menu .menu > li > a:hover {
		color: #000;
	}

	.header-type-2 #header .soc a:hover,
	#footer .soc a:hover,
	.post-author .soc a:hover {
		background-color: #56B0F2;
	}

	.main-menu .wishlist:hover svg,
	.main-menu .search:hover svg,
	.main-menu .cart-info:hover svg,
	.ip-product-container .watch-video a:hover svg,
	.entry-content .bottom .meta-share a:hover svg,
	.post-navigation .nav-links a:hover svg,
	.comments-navigation a:hover svg,
	#header .top-menu .auth a:hover svg,
	#ajax-search button:hover svg,
	#search-close:hover svg {
		fill: #56B0F2;
	}

	.post-tags a:hover,
	.widget .tagcloud a:hover {
		border-color: #000;
	}

	.ip-single-product-nav a:hover i {
		background-color: #404E65;
	}

	.ip-quickview-btn:hover svg,
	.ip-wishlist-btn:hover svg,
	.ip-product-share a:hover svg {
		fill: #404E65;
	}

	.entry-content a:hover,
	.mini_cart_item a.remove:hover,
	.widget.widget_product_categories li a:hover,
	.widget.widget_layered_nav li.chosen a:hover:after,
	.widget.widget_layered_nav_filters li.chosen a:hover:after,
	#ip-wishlist-table .product-thumbnail .remove:hover,
	.shop_table.cart .product-thumbnail .remove:hover,
	.woocommerce-MyAccount-content p a:not(.button):hover {
		color: #158dc3;
	}

	.ip-shop-loop-actions a:hover,
	a.ip-wishlist-btn:hover,
	.blog-container .post-categories a:hover {
		color: #404E65;
	}

	.slick-product .slide:not(.current):hover {
		border-color: #DDD;
	}

	input[type=submit]:hover,
	button:hover,
	.widget a.button:hover,
	.collaterals a.button:hover,
	.shop-content a.button:hover,
	.ip-product-container a.button:hover,
	.main-menu .product-categories ul > li ul li a:hover,
	#home-banners .banner .more:hover,
	div.woocommerce-message a:hover,
	div.woocommerce-message a.button:hover,
	.woocommerce-message li a:hover {
		opacity: 1;
	}

	#ajax-search button.search:hover {
		opacity: 1;
	}

}

@media (max-width: 1599px) {
	#home-banners .banner {
		width: 33.3333%;
	}

	#home-banners .banner:nth-child(4) {
		display: none;
	}
}

@media (max-width: 1199px) {
	#home-slider .slick-slide,
	.fixed-slider #home-slider .slick-slide,
	.slick-preloader .img,
	.fixed-slider .slick-preloader .img,
	.slick.preloading,
	.fixed-slider .slick.preloading {
		height:              500px;
		background-position: 0 50%;
	}

	.fixed-slider #home-slider h3 {
		font-size:   36px;
		line-height: 42px;
	}

	#home-banners .banner {
		height: 220px;
	}

	#home-banners .banner h3 {
		font-size:   21px;
		line-height: 26px;
		max-height:  78px;
	}

	#home-banners .banner h4 {
		font-size:   27px;
		line-height: 27px;
	}

	.blog-container:not(.hide-sidebar) .post,
	.blog-container:not(.hide-sidebar) .post-sizer {
		width: 50%;
	}

	.widget a.button,
	.widget button[type=submit]:not(.search-submit) {
		width: 100% !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {

	.fixed-slider #home-slider .slick-slide,
	.fixed-slider .slick-preloader .img,
	.fixed-slider .slick.preloading {
		height: 390px;
	}

	#home-post .post-content {
		padding: 22px 18px;
	}

	#home-post .post {
		padding-left: 41%;
	}

	#home-post h3 {
		font-size:   18px;
		line-height: 22px;
		min-height:  91px;
		padding:     15px 0 10px 0;
		margin:      0;
	}

	#home-post .post-img {
		width: 41%;
	}

	.ip-product-container .watch-video {
		text-align: center;
	}

	.ip-product-container .watch-video svg {
		margin-bottom: 3px;
	}

	.slick-product .slide {
		max-width: 65px;
	}

	.sidebar-right #ip-shop-sidebar,
	.sidebar-short #ip-shop-sidebar {
		padding-left: 20px;
	}

}

/*-- Tablet and Mobile --*/

@media (max-width: 991px) {

	#home-slider .slick-slide,
	.fixed-slider #home-slider .slick-slide,
	.slick-preloader .img,
	.slick.preloading,
	.fixed-slider .slick-preloader .img,
	.fixed-slider .slick.preloading {
		height: 400px;
	}

	#home-slider h3,
	.fixed-slider #home-slider h3 {
		font-size:   36px;
		line-height: 42px;
	}

	#home-slider h4 {
		font-weight: normal;
		font-size:   15px;
		line-height: 15px;
		padding:     25px 0 0 0;
	}

	#home-banners .banner,
	.fixed-slider #home-banners .banner {
		width: 50%;
	}

	.footer-sidebar > *:nth-child(4n+3) {
		clear: both;
	}

	.footer-widget:nth-child(3),
	.footer-widget:nth-child(4) {
		margin-top: 65px;
	}

	.blog-container .post,
	.blog-container .post-sizer {
		width: 50%;
	}

	.main-header h1 {
		font-size:   36px;
		line-height: 41px;
	}

	#sidebar {
		margin-top: 65px;
		padding:    0 0 65px 0;
	}

	.widget {
		margin-top:    65px;
		width:         50%;
		float:         left;
		padding-right: 15px;
		padding-left:  15px;
	}

	.sidebar-left #ip-shop-sidebar .widget {
		margin-top:    65px;
		width:         100%;
		float:         none;
		padding-right: 0;
		padding-left:  0;
	}

	.widget:nth-child(2n+3) {
		clear: both;
	}

	.ip-product-container:not(.qv) .summary {
		margin-top: 65px;
	}

	.slick-product-single:not(:hover) .slick-arrow {
		opacity: 1;
	}


	#ip-wishlist-table .product-thumbnail img {
		width:  50px;
		height: 50px;
	}

	#ip-wishlist-table .product-thumbnail {
		position: relative;
		width:    50px;
	}

	.woocommerce-MyAccount-content {
		margin-top: 35px;
	}

	.woocommerce-Addresses {
		max-width: 500px;
		margin:    0 auto;
	}

	.woocommerce-edit-address .woocommerce-MyAccount-content > p {
		text-align: center;
	}

	.admin-bar.search-open #ajax-search,
	.admin-bar.search-open #ajax-search-result,
	.admin-bar.sticky #header .main-menu,
	.admin-bar #header .product-categories,
	.admin-bar.sidebar-open #ip-shop-sidebar,
	.admin-bar .pswp__top-bar {
		margin-top: 32px;
	}

	.admin-bar .mfp-wrap {
		top:    32px !important;
		height: auto !important;
		bottom: 0 !important;
	}

	#header .mobile-menu,
	.menu-shadow,
	.product-categories .auth,
	#header .mobile-menu-close,
	#header .mobile-menu-back {
		display: block;
	}

	#header {
		text-align: center;
		height:     auto;
		transform:  none;
	}


	#header .logo {
		display:    inline-block;
		max-width:  155px;
		max-height: 155px;
	}

	.sidebar-left #ip-shop-sidebar {
		position:                   fixed;
		z-index:                    1010;
		right:                      0;
		top:                        0;
		bottom:                     0;
		height:                     100%;
		width:                      300px;
		background:                 #FFF;
		border-left:                solid 1px #EBEBEB;
		list-style:                 none;
		overflow:                   hidden;
		padding-left:               30px;
		padding-right:              30px;
		overflow-y:                 scroll;
		-webkit-overflow-scrolling: touch;

		-webkit-transition:         -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
		-moz-transition:            -moz-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
		-ms-transition:             -ms-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
		-o-transition:              -o-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
		transition:                 transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);

		-moz-transform:             translate3d(301px, 0, 0);
		-ms-transform:              translate3d(301px, 0, 0);
		-o-transform:               translate3d(301px, 0, 0);
		-webkit-transform:          translate3d(301px, 0, 0);
		transform:                  translate3d(301px, 0, 0);
	}

	#header .product-categories {
		position:           fixed;
		z-index:            1010;
		left:               0;
		top:                0;
		bottom:             0;
		width:              300px;
		background:         #FFF;
		list-style:         none;
		overflow:           hidden;

		-webkit-transition: -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
		-moz-transition:    -moz-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
		-ms-transition:     -ms-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
		-o-transition:      -o-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
		transition:         transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);

		-moz-transform:     translate3d(-301px, 0, 0);
		-ms-transform:      translate3d(-301px, 0, 0);
		-o-transform:       translate3d(-301px, 0, 0);
		-webkit-transform:  translate3d(-301px, 0, 0);
		transform:          translate3d(-301px, 0, 0);
	}

	.sidebar-open #ip-shop-sidebar,
	.menu-open #header .product-categories {
		-moz-transform:    translate3d(0, 0, 0);
		-ms-transform:     translate3d(0, 0, 0);
		-o-transform:      translate3d(0, 0, 0);
		-webkit-transform: translate3d(0, 0, 0);
		transform:         translate3d(0, 0, 0);
	}

	.menu-open #header .menu {
		display: block;
	}

	.product-categories .auth {
		display:        block;
		width:          100%;
		height:         40px;
		vertical-align: middle;
		position:       absolute;
		left:           0;
		bottom:         0;
		font-size:      14px;
		background:     #56B0F2;
		color:          #FFF;
		text-align:     left;
		line-height:    40px;
		padding-left:   18px;
	}

	.product-categories .auth svg {
		width:          17px;
		height:         14px;
		vertical-align: middle;
		fill:           #FFF;
		margin-right:   3px;
	}

	.product-categories .auth span {
		color:       #FFF;
		font-weight: 700;
	}

	#search {
		position:   absolute;
		right:      15px;
		top:        15px;
		text-align: right;
		display:    block;
	}
	.ip-shop-header .woocommerce-ordering {
		text-align: left;
	}

	.mobile-sidebar-close {
		display: block;
	}

	.ip-shop-ordering-row {
		position:      relative;
		padding-right: 50px;
		text-align:    left;
	}

	.ip-product-container .watch-video {
		font-size:   10px;
		line-height: 10px;
		margin-top:  -7px;
	}

	.ip-product-container .watch-video svg {
		margin-bottom: 3px;
		width:         20px;
		height:        20px;
	}

	.ip-product-container .summary {
		float: none;
	}

	.sidebar-right #ip-shop-sidebar {
		display: none;
	}

	.sidebar-short #ip-shop-sidebar {
		padding: 30px 20px 0;
		margin: 50px 0 0;
		border-top:1px solid rgba(0,0,0,0.15);
		border-left: none;
		overflow:     hidden;
	}

	.sidebar-short #ip-shop-sidebar .widget,
	.widget.custom-advantages-widget {
		padding: 12px 0px;
	}

	.sidebar-short .widget:not(.custom-advantages-widget) {
		display: none;
	}

	.sidebar-short .widget:nth-child(2n+3) {
		clear: none;
	}

	.sidebar-short .widget:nth-child(3n+4) {
		clear: both;
	}

	.sidebar-short #ip-shop-sidebar .mobile-sidebar-close {
		display: none;
	}

	.sidebar-short .custom-advantages-widget {
		-webkit-transition: opacity 0.3s linear;
		-moz-transition:    opacity 0.3s linear;
		-o-transition:      opacity 0.3s linear;
		-ms-transition:     opacity 0.3s linear;
		transition:         opacity 0.3s linear;
	}

	.sidebar-short .custom-advantages-widget.inv {
		opacity: 1;
	}
}

@media (min-width: 601px) and (max-width: 991px) {
	#home-banners .banner:nth-child(1),
	#home-banners .banner:nth-child(2),
	#home-banners .banner:nth-child(3),
	#home-banners .banner:nth-child(4) {
		display:            inline-block;
		opacity:            0;
		visibility:         hidden;
		-webkit-transition: opacity 0.8s, visibility 0.8s;
		-moz-transition:    opacity 0.8s, visibility 0.8s;
		-ms-transition:     opacity 0.8s, visibility 0.8s;
		-o-transition:      opacity 0.8s, visibility 0.8s;
		transition:         opacity 0.8s, visibility 0.8s;
	}

	#home-banners .banner:nth-child(3),
	#home-banners .banner:nth-child(4) {
		position: absolute;
		left:     0;
		top:      0;
	}

	#home-banners .banner:nth-child(4) {
		left: 50%;
	}

	#home-banners.shift-1 .banner:nth-child(1),
	#home-banners.shift-2 .banner:nth-child(1) {
		opacity:    1;
		visibility: visible;
	}

	#home-banners.shift-1 .banner:nth-child(2),
	#home-banners.shift-2 .banner:nth-child(2) {
		opacity:    1;
		visibility: visible;
	}

	#home-banners.shift-3 .banner:nth-child(3),
	#home-banners.shift-4 .banner:nth-child(3) {
		opacity:    1;
		visibility: visible;
	}

	#home-banners.shift-3 .banner:nth-child(4),
	#home-banners.shift-4 .banner:nth-child(4) {
		opacity:    1;
		visibility: visible;
	}

	.sidebar-short #ip-shop-sidebar .widget {
		width: 100%;
	}

	.widget.custom-advantages-widget + .widget.custom-advantages-widget {
		margin-top: 15px;
	}

	.custom-advantages-widget,
	.sidebar-short .custom-advantages-widget {
		-webkit-border-radius: 0;
		-moz-border-radius:    0;
		border-radius:         0;
	}

	.sidebar-short .custom-advantages-widget:first-of-type {
		-webkit-border-top-left-radius:    4px;
		-moz-border-radius-topleft:        4px;
		border-top-left-radius:            4px;
		-webkit-border-bottom-left-radius: 4px;
		-moz-border-radius-bottomleft:     4px;
		border-bottom-left-radius:         4px;
	}

	.sidebar-short .custom-advantages-widget:last-of-type {
		-webkit-border-top-right-radius:    4px;
		-moz-border-radius-topright:        4px;
		border-top-right-radius:            4px;
		-webkit-border-bottom-right-radius: 4px;
		-moz-border-radius-bottomright:     4px;
		border-bottom-right-radius:         4px;
	}
}


@media (max-width: 768px) {
	#home-slider .slick-slide,
	.fixed-slider #home-slider .slick-slide,
	.slick-preloader .img,
	.slick.preloading,
	.fixed-slider .slick-preloader .img,
	.fixed-slider .slick.preloading {
		height: 300px;
	}

	#home-slider h3,
	.fixed-slider #home-slider h3 {
		font-size:   30px;
		line-height: 37px;
	}

	#home-slider h4 {
		font-size:   14px;
		line-height: 14px;
		padding:     20px 0 0 0;
		font-weight: normal;
	}

	.slick-arrow span {
		width:   30px;
		height:  30px;
		opacity: 0.5;
	}

	#home-slider .inner {
		left:        6.15%;
		margin-left: 50px;
		width:       200px;
	}

	#home-slider .slick-dots {
		left:        6.15%;
		margin-left: 50px;
	}

	.slick-dots {
		width: 100%;
	}

	.slick-dots li {
		width:  13px;
		height: 13px;
		margin: 0 8px;
	}

	.slick-dots li button {
		width:                 8px;
		height:                8px;
		-webkit-border-radius: 4px;
		-moz-border-radius:    4px;
		border-radius:         4px;
	}

	.slick-dots li.slick-active button {
		border:                solid 2px #797A7D;
		background:            transparent;
		width:                 13px;
		height:                13px;
		-webkit-border-radius: 7px;
		-moz-border-radius:    7px;
		border-radius:         7px;
	}

	.ip-shop-header .woocommerce-result-count {
		padding: 0 15px;
	}

	#ip-wishlist-table .product-thumbnail,
	.shop_table.cart .product-thumbnail {
		padding-left: 25px;
	}

	#ip-wishlist-table .product-thumbnail .remove,
	.shop_table.cart .product-thumbnail .remove {
		left: 0;
	}

	#ip-wishlist-table td.product-name,
	.shop_table.cart td.product-name {
		padding: 15px;
	}
}

@media (max-width: 767px) {

	.post-related .post {
		max-width:     263px;
		margin-left:   auto;
		margin-right:  auto;
		text-align:    center;
		margin-bottom: 30px;
	}

	.post-related {
		margin-bottom: -30px;
		overflow:      hidden;
	}

	.entry-content .bottom .meta-share {
		text-align:  left;
		padding-top: 20px;
	}

	#tab-reviews .comment-form-author,
	#tab-reviews .comment-form-email {
		width:         100%;
		float:         none;
		padding-left:  0;
		padding-right: 0;
	}

	#tab-reviews .comment-form-author {
		margin-bottom: 15px;
	}

	.ip-qv-product-image,
	.ip-qv-product-summary {
		float:         none;
		width:         100%;
		padding-left:  0;
		padding-right: 0;
	}

	.ip-qv-product-summary {
		padding-top: 15px;
	}

	.ip-mfp-quickview .mfp-content {
		max-width: 500px;
	}

	.ip-product-container.qv .ip-product-share-wrap {
		width:        100%;
	}

	.ip-product-container.qv .ip-product-share-wrap:before {
		left: 0;
	}

	.ip-product-container.qv {
		padding-top: 30px;
	}

	.ip-mfp-close svg {
		margin-top:  -12px;
		margin-left: -2px;
	}

	#ip-wishlist-table,
	#ip-wishlist-table tbody,
	#ip-wishlist-table tr,
	#ip-wishlist-table td {
		display: block;
	}

	#ip-wishlist-table tr {
		padding-bottom: 15px;
	}

	#ip-wishlist-table thead {
		display: none;
	}

	#ip-wishlist-table td {
		border: none;
	}

	#ip-wishlist-table .product-thumbnail {
		float: left;
		width: 75px;
	}

	#ip-wishlist-table td.product-price {
		text-align: left;
		padding:    10px 0 0 85px;
	}

	#ip-wishlist-table td.stock {
		text-align: left;
		padding:    10px 0 0 85px;
	}

	#ip-wishlist-table .actions {
		padding:    0;
		float:      right;
		margin-top: -36px;
	}

	#ip-wishlist-table td.product-name {
		padding-left:   85px;
		max-width:      500px;
		padding-bottom: 0;
	}

	#ip-wishlist-table tr {
		clear:         both;
		position:      relative;
		overflow:      hidden;
		border-bottom: solid 1px #EAEAEA;
	}

	.comments-list ol.children {
		margin-left: 0;
		margin-top:  30px;
	}

	.woocommerce-thankyou-order-details li {
		width:         50%;
		border-bottom: solid 3px #FFF;
	}

	.woocommerce-thankyou-order-details li:nth-child(2) {
		border-right: none;
	}

	.woocommerce-thankyou-order-details li:nth-child(3) {
		clear: both;
	}
}

@media (min-width: 601px) and (max-width: 768px) {
	#home-banners .banner {
		height: 180px;
	}

	#home-banners .banner h3 {
		font-size:   18px;
		line-height: 19px;
		max-height:  57px;
	}

	#home-banners .banner h4 {
		font-size:   23px;
		line-height: 23px;
		padding:     10px 0 0 0;
	}

	#home-banners .banner .more {
		left:                  9.22%;
		bottom:                25px;
		height:                34px;
		font-weight:           normal;
		font-size:             14px;
		line-height:           34px;
		color:                 #FFF;
		text-transform:        uppercase;
		padding:               0 20px;
		margin-left:           -12px;

		-webkit-border-radius: 17px;
		-moz-border-radius:    17px;
		border-radius:         17px;
	}
}

@media (max-width: 690px) {
	#home-brand .slick-brands {
		padding: 0;
	}

	#home-brand .slick-arrow {
		display: none !important;
	}

	.blog-container:not(.hide-sidebar) .post,
	.blog-container:not(.hide-sidebar) .post-sizer,
	.blog-container .post,
	.blog-container .post-sizer {
		width: 100%;
	}
}

@media (max-width: 600px) {
	.post-container {
     margin-top: 10px;
  }

  #home-banners .banner,
	.fixed-slider #home-banners .banner {
		width:     100%;
		max-width: 415px;
	}

	#home-post .col-xs-6 {
		float:         none;
		width:         100%;
		max-width:     415px;
		margin-left:   auto;
		margin-right:  auto;
		margin-bottom: 20px;
	}

	#home-post .col-xs-6.hidden-xs {
		display: block !important;
	}

	#home-banners .banner:nth-child(1),
	#home-banners .banner:nth-child(2),
	#home-banners .banner:nth-child(3),
	#home-banners .banner:nth-child(4) {
		display:            block;
		opacity:            0;
		visibility:         hidden;
		-webkit-transition: opacity 0.8s, visibility 0.8s;
		-moz-transition:    opacity 0.8s, visibility 0.8s;
		-ms-transition:     opacity 0.8s, visibility 0.8s;
		-o-transition:      opacity 0.8s, visibility 0.8s;
		transition:         opacity 0.8s, visibility 0.8s;
	}

	#home-banners .banner:nth-child(2),
	#home-banners .banner:nth-child(3),
	#home-banners .banner:nth-child(4) {
		position: absolute;
		left:     0;
		top:      0;
	}

	#home-banners.shift-1 .banner:nth-child(1) {
		opacity:    1;
		visibility: visible;
	}

	#home-banners.shift-2 .banner:nth-child(2) {
		opacity:    1;
		visibility: visible;
	}

	#home-banners.shift-3 .banner:nth-child(3) {
		opacity:    1;
		visibility: visible;
	}

	#home-banners.shift-4 .banner:nth-child(4) {
		opacity:    1;
		visibility: visible;
	}

	.widget {
		width:        100%;
		float:        none;
		max-width:    350px;
		margin-left:  auto;
		margin-right: auto;
	}

	.sidebar-short .widget.custom-advantages-widget br {
		display: none;
	}

	.sidebar-short #ip-shop-sidebar .widget + .widget.custom-advantages-widget {
		padding-top: 10px;
	}

	.sidebar-short #ip-shop-sidebar .widget + .widget.custom-advantages-widget .img-advantages {
		top: 10px;
	}

	.ip-product-container:not(.qv) {
		margin-top: 25px;
	}

	.ip-product-container:not(.qv) .summary {
		margin-top: 25px;
	}

	.ip-product-container:not(.qv) .summary .break {
		float: none;
		width: 100%;
	}

	.shop_table.cart .product-name > a {
		font-size: 16px;
	}

	.shop_table.cart td.product-name {
		line-height: 20px;
	}

	.shop_table.cart td.product-subtotal {
		font-size:   12px;
		line-height: 20px;
	}

	.ip-wishlist-share > div {
		float: none;
		width: 100%;
	}

	.ip-wishlist-share > div:first-child {
		margin-bottom: 20px;
	}

	.woocommerce-Addresses .col-xs-6 {
		float:       none;
		width:       100%;
		margin-left: 30px;
	}

	.woocommerce-MyAccount-orders {
		width: 100%;
	}

	.woocommerce-MyAccount-orders,
	.woocommerce-MyAccount-orders tbody,
	.woocommerce-MyAccount-orders tr,
	.woocommerce-MyAccount-orders th,
	.woocommerce-MyAccount-orders td {
		display: block;
	}

	.woocommerce-MyAccount-orders th,
	.woocommerce-MyAccount-orders td {
		padding:    5px 0 !important;
		border:     none !important;
		text-align: left !important;
	}

	.woocommerce-MyAccount-orders td:before {
		display:        inline-block;
		content:        attr(data-title);
		min-width:      70px;
		text-transform: uppercase;
		font-size:      11px;
		line-height:    11px;
		color:          #9A9A9A;
		font-weight:    bold;
	}

	.woocommerce-MyAccount-orders tr {
		border-bottom: solid 1px #EAEAEA;
		padding:       15px;
	}

	.woocommerce-MyAccount-orders thead {
		display: none;
	}

	body > .mobile {
		-webkit-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
		-moz-transition:    all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
		-ms-transition:     all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
		-o-transition:      all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
		transition:         all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
	}

	body.menu-open > .mobile,
	body.sidebar-open > .mobile,
	body.search-open > .mobile {
		-webkit-transform: translateY(-100%);
		-moz-transform:    translateY(-100%);
		-ms-transform:     translateY(-100%);
		-o-transform:      translateY(-100%);
		transform:         translateY(-100%);
	}

	body, html {
		-webkit-transition: margin 0.5s cubic-bezier(0.86, 0, 0.07, 1);
		-moz-transition:    margin 0.5s cubic-bezier(0.86, 0, 0.07, 1);
		-ms-transition:     margin 0.5s cubic-bezier(0.86, 0, 0.07, 1);
		-o-transition:      margin 0.5s cubic-bezier(0.86, 0, 0.07, 1);
		transition:         margin 0.5s cubic-bezier(0.86, 0, 0.07, 1);
	}

	body.menu-open,
	body.sidebar-open,
	body.search-open,
	html.menu-open,
	html.sidebar-open,
	html.search-open {
		margin-top: 0 !important;
	}

	body #wrap {
		-webkit-transition: padding 0.5s cubic-bezier(0.86, 0, 0.07, 1);
		-moz-transition:    padding 0.5s cubic-bezier(0.86, 0, 0.07, 1);
		-ms-transition:     padding 0.5s cubic-bezier(0.86, 0, 0.07, 1);
		-o-transition:      padding 0.5s cubic-bezier(0.86, 0, 0.07, 1);
		transition:         padding 0.5s cubic-bezier(0.86, 0, 0.07, 1);
	}

	body.admin-bar.menu-open #wrap,
	body.admin-bar.sidebar-open #wrap,
	body.admin-bar.search-open #wrap {
		padding-top: 46px;
	}

	.admin-bar.search-open #ajax-search,
	.admin-bar.search-open #ajax-search-result,
	.admin-bar.sticky #header .main-menu,
	.admin-bar #header .product-categories,
	.admin-bar.sidebar-open #ip-shop-sidebar,
	.admin-bar .pswp__top-bar {
		margin-top: 0;
	}

	.admin-bar .mfp-wrap {
		top: 0 !important;
	}

	.products,
	.products, .entry-content ul.products {
		max-width:    415px;
		margin-left:  auto;
		margin-right: auto;
	}

	.products li,
	.products, .entry-content ul.products li {
		width:         100%;
		padding-left:  0;
		padding-right: 0;
	}

	.entry-content .two-col .left,
	.entry-content .two-col .right {
		float:   none;
		width:   100%;
		padding: 0;
	}

	.footer-sidebar .first {
		width:         100%;
		float:         none;
		max-width:     350px;
		margin-left:   auto;
		margin-right:  auto;
		margin-bottom: 65px
	}

	#home-slider .slick-slide,
	.fixed-slider #home-slider .slick-slide,
	.slick-preloader .img,
	.slick.preloading,
	.fixed-slider .slick-preloader .img,
	.fixed-slider .slick.preloading {
		background-position: 90% top;
		background-size:     auto 320px;
		height:              510px;
	}

	#home-slider .inner {
		left:              25px;
		top:               330px;
		width:             90%;
		-webkit-transform: translateY(0);
		-moz-transform:    translateY(0);
		-ms-transform:     translateY(0);
		-o-transform:      translateY(0);
		transform:         translateY(0);
		margin-left:       0;
	}

	#home-slider h3,
	.fixed-slider #home-slider h3 {
		max-height: 75px;
		overflow:   hidden;
	}

	#home-slider .slick-arrow {
		top:     165px;
		width:   30px;
		height:  30px;
		opacity: 0.5;
	}

	#home-slider .slick-dots {
		margin-left: 0;
		left:        25px;
	}
}

@media (max-width: 680px) {
	#home-review .review {
		padding-bottom: 50px;
	}

	#home-review p {
		padding:   0;
		width:     90%;
		font-size: 21px;
	}

	#home-review .slick-arrow {
		display: none !important;
	}

	.shop_table.cart thead {
		display: none;
	}

	.shop_table.cart .quantity input {
		font-size:    14px;
		line-height:  31px;
		width:        33px;
		padding:      0;
		margin-right: 10px;
	}
}

@media (max-width: 475px) {
	#home-post .post-content {
		padding: 22px 18px;
	}

	#home-post h3 {
		font-size:   18px;
		line-height: 22px;
		min-height:  92px;
		padding:     15px 0 10px 0;
		margin:      0;
	}

	.footer-sidebar > * {
		width:        100%;
		float:        none;
		max-width:    300px;
		margin-left:  auto;
		margin-right: auto;
	}

	.footer-widget:nth-child(2) {
		margin-top: 65px;
	}

	.post-comments .comment-respond .comment-form-comment {
		float: none;
		width: 100%;
	}

	.post-comments .comment-respond .comment-form-author,
	.post-comments .comment-respond .comment-form-email,
	.post-comments .comment-respond .comment-form-url {
		float:   none;
		width:   100%;
		padding: 0;
	}

	.main-header h1 {
		font-size:   30px;
		line-height: 35px;
	}

	.entry-content blockquote {
		font-size:   18px;
		line-height: 28px;
	}

	.comments-navigation .nav-previous,
	.comments-navigation .nav-next,
	.post-navigation .nav-previous,
	.post-navigation .nav-next {
		max-width: 48%;
	}

	#ip-quickview {
		width: 95%;
	}

	.mfp-close.video {
		right: -15px;
	}


}

@media (min-width: 415px) {
	#home-slider .dark-image h3 {
		color: #ddd;
	}

	#home-slider .dark-image h4 {
		color: #aaa;
	}
}

@media (max-width: 414px) {

	#home-banners .banner {
		height: 180px;
	}

	#home-banners .banner h3 {
		font-size:   18px;
		line-height: 19px;
		max-height:  57px;
	}

	#home-banners .banner h4 {
		font-size:   23px;
		line-height: 23px;
		padding:     10px 0 0 0;
	}

	#home-banners .banner .more {
		left:                  9.22%;
		bottom:                25px;
		height:                34px;
		font-weight:           normal;
		font-size:             14px;
		line-height:           34px;
		color:                 #FFF;
		text-transform:        uppercase;
		padding:               0 20px;
		margin-left:           -12px;

		-webkit-border-radius: 17px;
		-moz-border-radius:    17px;
		border-radius:         17px;
	}

	.shop_table.cart .product-thumbnail {
		width: 1px;
	}

	.shop_table.cart td.product-name {
		padding-left: 0;
	}

	#ip-wishlist-table .actions {
		float:   none;
		margin:  0;
		padding: 10px 0 0 85px;
	}

	.woocommerce-thankyou-order-details li {
		width:        100%;
		border-right: none;
	}

	.grid .post-img img {
		width: 100%;
	}
}

@media (max-width: 320px) {

	#footer .bottom > * {
		float: none;
		width: 100%;
	}

	#footer .soc {
		float:         none;
		margin-bottom: 20px;
	}

	.post-author .author-img {
		float: none;
	}

	.post-author {
		text-align: center;
	}

	.post-author .author-content {
		margin: 0;
		clear:  both;
	}

	.post-author p {
		max-width: 100%;
	}
}

@media (max-width: 319px) {

	.ip-shop-loop-wrap {
		padding-bottom: 20px;
	}

	.ip-shop-loop-details {
		min-height: 0;
	}

	#home-post .post {
		padding-left: 0;
	}

	#home-post .post-img {
		width:    100%;
		height:   208px;
		bottom:   auto;
		position: relative;
	}

	#home-post h3 {
		min-height: 0;
	}
}
