
header.header-site a {
  color: black;
}
header.header-site .btn {
  background: #f1f1f1;
  padding: 6px 10px;
}
header.header-site .rowItem {
  padding: 5px 0px;
  border-bottom: 1px solid #f1f1f1;
}
header.header-site .kc_header_menu > ul {
  display: flex;
  width: 100%;
  margin-bottom: 0px;
}
header.header-site .kc_header_menu > ul .menu-item-has-children:hover > ul {
  display: block;
  z-index: 10;
}
header.header-site .kc_header_menu > ul ul {
  display: none;
}
header.header-site .kc_header_menu > ul > li {
  display: inline-flex;
  width: 100%;
  position: relative;
}
header.header-site .kc_header_menu > ul > li.menu-item-has-children > a:after {
  content: "\f107";
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  margin-left: 5px;
}
header.header-site .kc_header_menu > ul > li > .sub-menu {
  position: absolute;
  top: 40px;
  left: 0px;
  width: 200px;
  background: white;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
header.header-site .kc_header_menu > ul > li > .sub-menu li.menu-item-has-children {
  position: relative;
}
header.header-site .kc_header_menu > ul > li > .sub-menu li.menu-item-has-children > a {
  padding-right: 20px;
  position: relative;
}
header.header-site .kc_header_menu > ul > li > .sub-menu li.menu-item-has-children > a:after {
  content: "\f105";
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  margin-left: 5px;
  position: absolute;
  top: 10px;
  right: 15px;
}
header.header-site .kc_header_menu > ul > li > .sub-menu li.menu-item-has-children > ul {
  position: absolute;
  left: 100%;
  top: 0px;
  background: white;
  list-style: none;
  margin: 0;
  padding: 0;
}
header.header-site .kc_header_menu > ul > li > .sub-menu li a {
  padding: 10px;
  text-align: left;
}
header.header-site .kc_header_menu > ul > li a {
  text-align: center;
  display: inline-block;
  white-space: nowrap;
  width: 100%;
  padding: 5px;
}
header.header-site .kc_header_megamenu > ul {
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  position: relative;
}
header.header-site .kc_header_megamenu > ul > .menu-item-has-children:hover > ul {
  display: block;
}
header.header-site .kc_header_megamenu > ul ul {
  display: none;
}
header.header-site .kc_header_megamenu > ul > li {
  display: inline-flex;
  width: 100%;
}
header.header-site .kc_header_megamenu > ul > li.menu-item-has-children > a:after {
  content: "\f107";
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  margin-left: 5px;
}
header.header-site .kc_header_megamenu > ul > li > .sub-menu {
  position: absolute;
  top: 40px;
  left: 0px;
  width: 100%;
  background: white;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
header.header-site .kc_header_megamenu > ul > li > .sub-menu li {
  width: 250px;
  display: inline-block;
  vertical-align: top;
}
header.header-site .kc_header_megamenu > ul > li > .sub-menu li a {
  font-weight: bold;
  padding: 5px;
}
header.header-site .kc_header_megamenu > ul > li > .sub-menu ul {
  display: inline-block;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
header.header-site .kc_header_megamenu > ul > li > .sub-menu ul li a {
  font-weight: normal;
}
header.header-site .kc_header_megamenu > ul > li > .sub-menu ul ul li a {
  font-weight: bold;
}
header.header-site .kc_header_megamenu > ul > li > .sub-menu li a {
  text-align: left;
}
header.header-site .kc_header_megamenu > ul > li a {
  text-align: center;
  display: inline-block;
  white-space: nowrap;
  width: 100%;
  padding: 10px 5px;
}
header.header-site .kc_header_search {
  width: 100%;
}
header.header-site .kc_header_search form {
  display: inline-block;
  width: 100%;
  position: relative;
}
header.header-site .kc_header_search form button {
  position: absolute;
  top: 0px;
  right: 0px;
}
header.header-site .kc_header_search .result {
  position: absolute;
  top: 100%;
  left: 15px;
  width: calc(100% - 30px);
  min-width: 320px;
  background: white;
  padding: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  z-index: 3;
}
header.header-site .kc_header_search .result h4 {
  font-size: 16px;
  text-transform: uppercase;
  border-bottom: 1px solid #d9d9d9;
  margin: 5px 0px;
  padding: 5px 0px;
}
header.header-site .kc_header_search .result ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
header.header-site .kc_header_search .result ul h5 {
  font-size: 14px;
}
header.header-site .kc_header_search .result ul.pages-search li {
  min-height: auto;
  margin: 5px 0px;
  padding-left: 0px;
}
header.header-site .kc_header_search .result ul li {
  position: relative;
  padding-left: 60px;
  margin: 7px 0px;
  min-height: 50px;
}
header.header-site .kc_header_search .result ul li .info {
  font-size: 14px;
}
header.header-site .kc_header_search .result ul li .thumb {
  width: 50px;
  position: absolute;
  top: 0;
  left: 0;
}
header.header-site .kc_header_search .result ul li .thumb img {
  width: 100%;
  height: auto;
}
header.header-site .kc_header_search .result {
  display: none;
}
header.header-site .kc_header_search:hover .result {
  display: block;
}
header.header-site .kc_header_social a {
  display: inline-block;
  margin-left: 10px;
}

.slidetab {
  position: fixed;
  z-index: 150;
  top: 0px;
  right: 0px;
  height: 100%;
  background: white;
  box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.1);
  transform: translateX(110%);
  transition: all .5s;
  max-width: 320px;
  width: 100%;
  padding: 30px;
}
.slidetab.active {
  transform: translateX(0px);
}
.slidetab .head {
  position: relative;
  margin-bottom: 30px;
}
.slidetab .head button {
  position: absolute;
  top: -8px;
  right: -5px;
  color: black;
  font-size: 30px;
  background: none;
  border: 0px none;
}
.slidetab .head h3 {
  font-weight: 300;
  text-transform: uppercase;
}
.slidetab .head ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 5px;
}
.slidetab .head ul li {
  margin-right: 10px;
  display: inline-block;
}
.slidetab .head ul li a {
  font-size: 14px;
  font-weight: bold;
  color: #808080;
}
.slidetab .head ul li.current-lang a {
  color: #666;
}
.slidetab .body {
  overflow: auto;
  height: calc(100vh - 123px);
}
.slidetab#menu .body ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.slidetab#menu .body ul a:hover {
  text-decoration: none;
  color: #666;
}
.slidetab#menu .body ul > li {
  margin-top: 20px;
}
.slidetab#menu .body ul > li.menu-item-has-children > a {
  padding-right: 30px;
  background: url(../../img/plus.jpg) right center no-repeat;
}
.slidetab#menu .body ul > li.menu-item-has-children.active > a {
  background: url(../../img/less.jpg) right center no-repeat;
}
.slidetab#menu .body ul > li > a {
  display: inline-block;
  width: 100%;
  font-size: 30px;
  font-weight: 300;
  color: #181d23;
}
.slidetab#menu .body ul > li ul {
  padding: 10px 20px;
  display: none;
}
.slidetab#menu .body ul > li ul li {
  margin-top: 5px;
}
.slidetab#menu .body ul > li ul li a {
  font-size: 18px;
  font-weight: 300;
  color: #858789;
}
@media (max-width: 768px) {
  .slidetab#menu .body ul > li > a {
    font-size: 20px;
  }
  .slidetab#menu .body ul > li > a ul li a {
    font-size: 16px;
  }
}
.slidetab .minicartrefresh .woocommerce-mini-cart__empty-message {
  padding: 15px;
  margin-bottom: 0px;
}
.slidetab .minicartrefresh img {
  height: auto;
}
.slidetab .minicartrefresh .table td {
  border-top: 0px;
  border-bottom: 1px solid #eee;
}
.slidetab .minicartrefresh .table td h4 {
  line-height: 18px;
  margin-bottom: 0px;
}
.slidetab .minicartrefresh .table td h4 a {
  font-size: 16px;
  color: #808080;
}
.slidetab .minicartrefresh .table td img {
  width: 50px;
}
.slidetab .minicartrefresh .table td .quantity {
  color: #666;
}
.slidetab .minicartrefresh .table td a.remove {
  color: #666;
}
.slidetab .minicartrefresh .buttons a {
  display: inline-block;
  width: 100%;
  padding: 10px;
  text-align: center;
}
.slidetab#search form input {
  border-radius: 0px;
  border: 1px solid #eee;
  width: calc(100% - 50px);
  display: inline-block;
}
.slidetab#search form button {
  background: #666;
  border: 0px none;
  color: white;
  padding: 7px 14px;
  vertical-align: top;
}
nav.quick {
  position: fixed;
  bottom: 0px;
  left: 0;
  width: 100%;
  background: #666;
  color: white;
  display: flex;
  z-index: 10;
  padding: 15px 0px 10px;
  transform: translateY(110%);
  transition: all .5s;
  display: none;
}
@media (max-width: 576px) {
  nav.quick {
    display: flex;
  }
}
nav.quick.active {
  transform: translateY(0%);
}
nav.quick a {
  display: block;
  width: 100%;
  color: white;
  text-align: center;
}
nav.quick a i {
  font-size: 28px;
}
nav.quick a span {
  display: inline-block;
  width: 100%;
  text-transform: uppercase;
  font-size: 10px;
}
nav.mobile {
  position: fixed;
  width: 320px;
  top: 0;
  height: 100%;
  background: white;
  left: 0;
  z-index: 100;
  transform: translateX(-110%);
  transition: all .5s;
  display: inline-block;
}
@media (max-width: 576px) {
  nav.mobile {
    display: inline-block;
  }
}
nav.mobile.active {
  transform: translateX(0%);
}
nav.mobile .head {
  background: #666;
  color: white;
  padding: 15px;
}
nav.mobile .head button {
  position: absolute;
  top: 15px;
  right: 15px;
  background: none;
  color: white;
  font-size: 22px;
  border: 0px none;
}
nav.mobile .head .my-account {
  display: inline-block;
  font-size: 12px;
  padding-left: 40px;
  text-align: left;
  width: 190px;
  line-height: 18px;
  vertical-align: baseline;
  position: relative;
}
nav.mobile .head .my-account i {
  color: white;
  font-size: 26px;
  position: absolute;
  top: 5px;
  left: 0;
}
nav.mobile .head .my-account a {
  font-weight: bold;
  color: white;
}
nav.mobile .nav {
  background: black;
}
nav.mobile .nav a {
  width: 49%;
  display: inline-block;
  padding: 5px;
  font-size: 14px;
  text-align: center;
  color: white;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
nav.mobile .nav a:last-child {
  border-right: 0px;
}
nav.mobile .menu {
  height: calc(100vh - 99px);
  overflow: auto;
  position: relative;
}
nav.mobile .menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav.mobile .menu ul li {
  border-bottom: 1px solid #D3D3D3;
}
nav.mobile .menu ul a {
  color: #535252;
  display: inline-block;
  width: 100%;
  padding: 8px 20px;
}
nav.mobile .menu ul ul {
  display: none;
}
nav.mobile .menu ul li.menu-item-has-children {
  position: relative;
  padding-right: 40px;
}
nav.mobile .menu ul li.menu-item-has-children:after {
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  content: "\f061";
  position: absolute;
  background: #ddd;
  border-radius: 20px;
  width: 25px;
  height: 25px;
  top: 50%;
  right: 7px;
  transform: translateY(-50%);
  text-align: center;
  font-size: 14px;
  padding-top: 2px;
}
nav.mobile .menu ul li.menu-item-has-children ul.sub-menu {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
}
nav.mobile .menu ul li.menu-item-has-children.active {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 2;
}
nav.mobile .menu ul li.menu-item-has-children.active > a {
  font-weight: bold;
}
nav.mobile .menu ul li.menu-item-has-children.active:after {
  transform: none;
  top: 10px;
  content: "\f060";
}
nav.mobile .menu ul li.menu-item-has-children.active > ul.sub-menu {
  display: block;
}
nav.mobile .menu ul li.menu-item-has-children.active > ul.sub-menu li.active {
  z-index: 2;
}


#builder .product-item {
  margin-bottom: 30px;
}
#builder .owl-nav button {
  position: absolute;
  font-size: 60px;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  color: white;
}
#builder .owl-nav button.owl-next {
  right: 30px;
  left: auto;
}
#builder section.builder-editor {
  padding: 40px 0px;
}
#builder section.builder-ctas-images .item a {
  display: inline-block;
  width: 100%;
  overflow: hidden;
}
#builder section.builder-ctas-images .item a .image {
  position: relative;
}
#builder section.builder-ctas-images .item a .image img {
  width: 100%;
}
#builder section.builder-ctas-images .item a .image img:last-child {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all .5s;
}
#builder section.builder-ctas-images .item a .image:hover img:last-child {
  opacity: 1;
}
#builder section.builder-accordion .items {
  margin: 30px 0px;
}
#builder section.builder-accordion .items .item > a {
  background: #f1f1f1;
  display: inline-block;
  width: 100%;
  padding: 15px;
  color: #333;
  margin-top: 15px;
}
#builder section.builder-accordion .items .item .content-box {
  border: 1px solid #f1f1f1;
  padding: 15px;
  display: none;
}
#builder section.builder-banner {
  text-align: center;
  padding: 140px 0px;
  background-size: cover;
  background-position: center center;
  position: relative;
}
#builder section.builder-banner:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
#builder section.builder-banner ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 2;
}
#builder section.builder-banner ul li {
  display: inline-block;
}
#builder section.builder-banner ul li:last-child {
  display: none;
}
#builder section.builder-banner ul a:after {
  content: ' / ';
}
#builder section.builder-banner ul span,
#builder section.builder-banner ul a {
  color: white;
  font-size: 10px;
  text-transform: uppercase;
}
#builder section.builder-banner h1 {
  position: relative;
  z-index: 2;
  font-size: 50px;
  font-weight: 400;
  text-transform: uppercase;
  color: white;
}
#builder section.builder-ctas .item.t1 {
  margin-bottom: 30px;
}
#builder section.builder-ctas .item.t1 h4 {
  text-align: center;
  font-size: 20px;
  margin-top: 10px;
}
#builder section.builder-ctas .item.t2 {
  margin-bottom: 30px;
  position: relative;
}
#builder section.builder-ctas .item.t2 h4 {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  margin-top: 10px;
  z-index: 2;
}
#builder section.builder-ctas .item.t2 a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  height: 100%;
  transition: all .5s;
  background: rgba(255, 255, 255, 0.8);
}
#builder section.builder-ctas .item.t2:hover h4 {
  display: none;
}
#builder section.builder-ctas .item.t2:hover a:after {
  background: rgba(255, 255, 255, 0.1);
}

.woocommerce-cart-form img {
  width: 150px;
  height: auto;
}


#keepcommerce-checkout-d2 {
  padding: 40px 0px;
  /*.endereco.finish, .endereco.standby {
		.btn-pink {
			display: none;
		}
	}
	.endereco.standby {
		h4, #shippingmethods {
			display: none;
		}
	}*/
}
#keepcommerce-checkout-d2 form.checkout {
  padding: 15px;
}
#keepcommerce-checkout-d2 .shop_table .shipping {
  display: none;
}
#keepcommerce-checkout-d2 .showShippingCheck input {
  width: auto;
}
#keepcommerce-checkout-d2 .showShippingCheck + .toggle {
  display: none;
}
#keepcommerce-checkout-d2 .showShippingCheck.active + .toggle {
  display: block;
}
#keepcommerce-checkout-d2 .form-control,
#keepcommerce-checkout-d2 #billing_birthdate {
  border: 1px solid #666;
  border-radius: 5px;
}
#keepcommerce-checkout-d2 #billing_cpf_field,
#keepcommerce-checkout-d2 #billing_email_field {
  width: 100%;
}
#keepcommerce-checkout-d2 .woocommerce-input-wrapper {
  width: 100%;
  display: inline-block;
}
#keepcommerce-checkout-d2 #form-coupon {
  display: none;
}
#keepcommerce-checkout-d2 .forceBlock {
  display: block!important;
}
#keepcommerce-checkout-d2 .splash {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  text-align: center;
}
#keepcommerce-checkout-d2 .splash a {
  display: inline-block;
  margin-top: 10px;
}
#keepcommerce-checkout-d2 .splash button {
  margin-top: 10px;
}
#keepcommerce-checkout-d2 .splash .erros {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
  background: #666;
  color: white;
  margin-bottom: 10px;
  font-weight: normal;
  font-size: 12px;
}
#keepcommerce-checkout-d2 .splash .erros li {
  padding: 0px 10px;
}
#keepcommerce-checkout-d2 .splash .erros li:first-child {
  padding-top: 10px;
}
#keepcommerce-checkout-d2 .splash .erros li:last-child {
  padding-bottom: 10px;
}
#keepcommerce-checkout-d2 .splash .erros li.title {
  font-weight: bold;
}
#keepcommerce-checkout-d2 .splash .splash-body {
  width: 600px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background: white;
  padding: 20px;
}
#keepcommerce-checkout-d2 .splash .splash-body img {
  width: 100%;
  height: auto;
}
#keepcommerce-checkout-d2 .splash .splash-body h4 {
  color: #666;
  background: white;
  padding: 15px;
  margin-top: 0px;
  text-transform: uppercase;
}
#keepcommerce-checkout-d2 .woocommerce-input-wrapper {
  position: relative;
}
#keepcommerce-checkout-d2 span.text-error {
  font-size: 10px;
  color: #666;
  position: absolute;
  left: 0px;
  bottom: -10px;
}
#keepcommerce-checkout-d2 .loading {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 20;
}
#keepcommerce-checkout-d2 .loading .load {
  position: absolute;
  background: url("../../img/loading.gif");
  width: 200px;
  height: 200px;
  padding-top: 170px;
  text-transform: uppercase;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translateX(-50%) translateY(-50%);
}
#keepcommerce-checkout-d2 #form-coupon {
  /*position: fixed;
		left:0px;
		bottom: 15px;
		z-index: 15;*/
}
@media (min-width: 768px) and (max-width: 1080px) {
  #keepcommerce-checkout-d2 #form-coupon button {
    font-size: 12px;
    padding: 15px 5px;
  }
  #keepcommerce-checkout-d2 #form-coupon .form-row-first {
    width: calc(100% - 130px);
  }
}
#keepcommerce-checkout-d2 #form-coupon button {
  padding: 6px;
}
#keepcommerce-checkout-d2 label {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
}
#keepcommerce-checkout-d2 .border {
  padding: 0px 15px;
  border: 0px none!important;
}
#keepcommerce-checkout-d2 input,
#keepcommerce-checkout-d2 select {
  margin-bottom: 5px;
  border: 1px solid black;
  border-radius: 0px;
  width: 100%;
  padding: 5px;
}
@media (min-width: 576px) {
  #keepcommerce-checkout-d2 .box-dados {
    padding-right: 30px;
  }
}
@media (min-width: 576px) {
  #keepcommerce-checkout-d2 .box-review {
    padding-left: 30px;
  }
}
#keepcommerce-checkout-d2 h3 {
  font-size: 16px;
  font-weight: 600;
}
#keepcommerce-checkout-d2 h4 {
  font-size: 22px;
  font-weight: 600;
}
#keepcommerce-checkout-d2 h3,
#keepcommerce-checkout-d2 h4 {
  margin-bottom: 20px;
}
#keepcommerce-checkout-d2 h3 i,
#keepcommerce-checkout-d2 h4 i {
  color: #666;
}
#keepcommerce-checkout-d2 .wc_payment_methods {
  list-style: none;
  margin: 0;
  padding: 0;
}
#keepcommerce-checkout-d2 .wc_payment_methods .wc_payment_method {
  margin-bottom: 15px;
}
#keepcommerce-checkout-d2 .wc_payment_methods .wc_payment_method .payment_box {
  margin-top: 10px;
}
#keepcommerce-checkout-d2 .wc_payment_methods input[type=radio] {
  width: 20px;
  opacity: 0;
}
#keepcommerce-checkout-d2 .wc_payment_methods input[type=radio]:checked + label:before {
  background: #666;
}
#keepcommerce-checkout-d2 .wc_payment_methods input[type=radio] + label {
  width: calc(100% - 30px);
  display: inline-block;
  position: relative;
  font-weight: normal;
}
#keepcommerce-checkout-d2 .wc_payment_methods input[type=radio] + label:before {
  content: '';
  position: absolute;
  left: -20px;
  height: 15px;
  width: 15px;
  top: 3px;
  border-radius: 40px;
  box-shadow: 0px 0px 0px 1px #44A856;
  border: 3px solid white;
}
#keepcommerce-checkout-d2 #billing_first_name_field,
#keepcommerce-checkout-d2 #billing_last_name_field,
#keepcommerce-checkout-d2 #billing_phone_field,
#keepcommerce-checkout-d2 #billing_birthdate_field,
#keepcommerce-checkout-d2 #billing_city_field,
#keepcommerce-checkout-d2 #billing_state_field {
  width: calc(50% - 5px);
  display: inline-block;
}
#keepcommerce-checkout-d2 #billing_first_name_field,
#keepcommerce-checkout-d2 #billing_phone_field,
#keepcommerce-checkout-d2 #billing_city_field {
  margin-right: 10px;
}
#keepcommerce-checkout-d2 #billing_address_1_field {
  width: 70%;
  display: inline-block;
}
#keepcommerce-checkout-d2 #billing_number_field {
  width: calc(30% - 10px);
  margin-left: 10px;
  display: inline-block;
}
#keepcommerce-checkout-d2 .select2-container--default .select2-selection--single {
  border: 1px solid black;
  border-radius: 0px;
  height: 32px;
  margin: 0px;
  margin-top: -2px;
}
#keepcommerce-checkout-d2 .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 32px;
}
#keepcommerce-checkout-d2 .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 6px;
}
#keepcommerce-checkout-d2 .shop_table {
  width: 100%;
}
#keepcommerce-checkout-d2 .shop_table .woocommerce-Price-amount {
  color: #666;
}
#keepcommerce-checkout-d2 .shop_table .product-total {
  text-align: right;
  width: 90px;
}
#keepcommerce-checkout-d2 .shop_table td,
#keepcommerce-checkout-d2 .shop_table th {
  padding: 10px 5px;
}
#keepcommerce-checkout-d2 .shop_table tfoot td,
#keepcommerce-checkout-d2 .shop_table thead td,
#keepcommerce-checkout-d2 .shop_table tfoot th,
#keepcommerce-checkout-d2 .shop_table thead th {
  border-bottom: 1px solid #ccc;
}
#keepcommerce-checkout-d2 .shop_table tfoot td,
#keepcommerce-checkout-d2 .shop_table thead td {
  text-align: right;
}
#keepcommerce-checkout-d2 .shop_table tfoot td strong,
#keepcommerce-checkout-d2 .shop_table thead td strong {
  font-size: 22px;
}
#keepcommerce-checkout-d2 .shop_table tbody {
  border-bottom: 1px solid #ccc;
}
#keepcommerce-checkout-d2 .shop_table tbody .image {
  width: 50px;
  float: left;
}
#keepcommerce-checkout-d2 .shop_table tbody .image img {
  width: 100%;
  height: auto;
}
#keepcommerce-checkout-d2 .shop_table tbody .info {
  display: block;
  padding-left: 60px;
  font-size: 12px;
  margin-right: -50px;
}
#keepcommerce-checkout-d2 .shop_table tbody .info h5 {
  font-size: 12px;
  margin: 5px 0px;
}
#keepcommerce-checkout-d2 .shop_table tbody .info .variations {
  color: #44A856;
}
#keepcommerce-checkout-d2 .shop_table tbody .info .variations span {
  display: inline-block;
}
#keepcommerce-checkout-d2 .endereco {
  margin-bottom: 30px;
}
#keepcommerce-checkout-d2 .result a {
  color: #666;
  width: 100%;
  display: inline-block;
}
#keepcommerce-checkout-d2 #shipping_method {
  list-style: none;
  margin: 20px 0px;
  padding: 0;
  display: inline-block;
  width: 100%;
}
#keepcommerce-checkout-d2 #shipping_method li {
  width: 50%;
  margin: 0px 0px 10px 0px;
  float: left;
}
#keepcommerce-checkout-d2 #shipping_method li input {
  display: none;
}
#keepcommerce-checkout-d2 #shipping_method li label {
  margin: 0px;
  display: inline-block;
  width: calc(100% - 10px);
  border: 1px solid #44A856;
  font-weight: normal;
  text-align: center;
  padding: 10px;
  min-height: 62px;
  vertical-align: middle;
  cursor: pointer;
}
#keepcommerce-checkout-d2 #shipping_method li label span.amount {
  display: inline-block;
  width: 100%;
  font-weight: bold;
}
#keepcommerce-checkout-d2 #shipping_method li input:checked + label {
  background: #44A856;
  color: white;
  border: 1px solid #44A856;
}
#keepcommerce-checkout-d2 a.btn-pink {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  font-size: 16px;
}
#keepcommerce-checkout-d2 .btn-double {
  padding: 15px 20px 15px 20px;
  font-size: 14px;
}
#keepcommerce-checkout-d2 .form-row {
  margin: 0 0 15px;
}
#keepcommerce-checkout-d2 #billing_sex_field {
  display: none;
}
#keepcommerce-checkout-d2 .step .btn-green {
  margin-top: 20px;
  display: block;
}
#keepcommerce-checkout-d2 .step .activeBox .result,
#keepcommerce-checkout-d2 .step.activeBox .result {
  display: none;
}
#keepcommerce-checkout-d2 .step .activeBox .active,
#keepcommerce-checkout-d2 .step.activeBox .active {
  display: block;
}
#keepcommerce-checkout-d2 .step .activeBox .standby,
#keepcommerce-checkout-d2 .step.activeBox .standby {
  display: none;
}
#keepcommerce-checkout-d2 .step .finish .standby,
#keepcommerce-checkout-d2 .step.finish .standby {
  display: none;
}
#keepcommerce-checkout-d2 .step .finish .result,
#keepcommerce-checkout-d2 .step.finish .result {
  display: block;
}
#keepcommerce-checkout-d2 .step .result {
  display: none;
}
#keepcommerce-checkout-d2 .step .active {
  display: none;
}
#keepcommerce-checkout-d2 input.error {
  border: 1px solid #666;
}
#keepcommerce-checkout-d2 #place_order {
  color: white;
  width: 100%;
  text-transform: uppercase;
  padding: 20px 15px;
  position: relative;
  transition: background .5s, color .5s;
}
#keepcommerce-checkout-d2 #place_order:disabled {
  opacity: 0.7;
}
#keepcommerce-checkout-d2 button#place_order {
  border: 2px solid white;
  background: #666;
}
#keepcommerce-checkout-d2 #pagarme-credit-cart-form .clear {
  display: none;
}
#keepcommerce-checkout-d2 #pagarme-credit-cart-form .col4 {
  width: 28%;
  float: left;
}
#keepcommerce-checkout-d2 #pagarme-credit-cart-form .col4:last-child {
  width: 44%;
}
#keepcommerce-checkout-d2 #pagarme-credit-cart-form .col4p {
  padding: 0px 10px;
}
#keepcommerce-checkout-d2 #pagarme-credit-cart-form input,
#keepcommerce-checkout-d2 #pagarme-credit-cart-form select {
  font-size: 1em!important;
}
#keepcommerce-checkout-d2 #pagarme-credit-cart-form .mockup {
  width: 290px;
  height: 161px;
  position: relative;
  margin: 5px auto 20px auto;
}
#keepcommerce-checkout-d2 #pagarme-credit-cart-form .mockup.rotate .back {
  transform: translateX(-50%) rotateY(0deg);
}
#keepcommerce-checkout-d2 #pagarme-credit-cart-form .mockup.rotate .front {
  transform: translateX(-50%) rotateY(90deg);
}
#keepcommerce-checkout-d2 #pagarme-credit-cart-form .mockup .back {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) rotateY(90deg);
  color: white;
  padding: 20px;
  background: url("../../img/creditcard-back.png");
  font-size: 12px;
  border-radius: 10px;
  z-index: 2;
  transition: transform .5s;
}
#keepcommerce-checkout-d2 #pagarme-credit-cart-form .mockup .back span {
  filter: grayscale(100%);
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}
#keepcommerce-checkout-d2 #pagarme-credit-cart-form .mockup .back label {
  font-weight: 600;
  text-align: right;
  padding-right: 25px;
  margin-top: 45px;
  color: #333;
}
#keepcommerce-checkout-d2 #pagarme-credit-cart-form .mockup .front {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) rotateY(0deg);
  color: white;
  padding: 20px;
  background: url("../../img/creditcard-bg.png");
  font-size: 12px;
  border-radius: 10px;
  transition: transform .5s;
}
#keepcommerce-checkout-d2 #pagarme-credit-cart-form .mockup .front label {
  text-transform: uppercase;
  font-weight: 300;
  opacity: 0.7;
  height: 17px;
}
#keepcommerce-checkout-d2 #pagarme-credit-cart-form .mockup .front label.active {
  opacity: 1;
}
#keepcommerce-checkout-d2 #pagarme-credit-cart-form .mockup .front label:nth-child(1) {
  margin-top: 60px;
}
#keepcommerce-checkout-d2 #pagarme-credit-cart-form .mockup .front label:nth-child(3) {
  padding-left: 35px;
}
#keepcommerce-checkout-d2 #pagarme-credit-cart-form .mockup .front span {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
#keepcommerce-checkout-d2 .finalizado .woocommerce-thankyou-order-received {
  font-size: 18px;
  font-weight: bold;
}
#keepcommerce-checkout-d2 .finalizado .order_details {
  list-style: none;
  margin: 0;
  padding: 0;
}
#keepcommerce-checkout-d2 .finalizado .order_details li {
  padding: 5px;
  border-bottom: 1px solid #f1f1f1;
}
#keepcommerce-checkout-d2 .finalizado .woocommerce-message a.button {
  height: 80px;
  font-size: 16px;
  font-weight: bold;
  line-height: 60px;
}
#keepcommerce-checkout-d2 .finalizado .button.print {
  background: #666;
  color: white;
  padding: 5px 10px;
  text-transform: uppercase;
}
#keepcommerce-checkout-d2 .finalizado .woocommerce-customer-details .woocommerce-column {
  float: left;
  width: 50%;
}
@media (max-width: 576px) {
  #keepcommerce-checkout-d2 .content .box-dados {
    padding-right: 0px;
  }
  #keepcommerce-checkout-d2 .step {
    margin-bottom: 30px;
  }
  #keepcommerce-checkout-d2 .content .box-review {
    padding-left: 0px;
  }
}

#keepcommerce-checkout-d3 .checkout {
  font-size: 14px;
}
#keepcommerce-checkout-d3 .checkout label {
  font-size: 12px;
  text-transform: uppercase;
}
#keepcommerce-checkout-d3 .checkout #shipping_method {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 15px;
}
#keepcommerce-checkout-d3 .checkout #shipping_method li {
  padding: 10px;
  border-bottom: 1px solid #eee;
}
#keepcommerce-checkout-d3 .checkout #shipping_method li input {
  vertical-align: middle;
  margin-right: 5px;
}
#keepcommerce-checkout-d3 .checkout .woocommerce-input-wrapper {
  width: 100%;
}
#keepcommerce-checkout-d3 .checkout #billing_state_field {
  padding: 0px 20px;
}
#keepcommerce-checkout-d3 .checkout #billing_address_2_field input {
  margin-top: 31px;
}
#keepcommerce-checkout-d3 .checkout .select2-container--default .select2-selection--single {
  height: 37px;
  border-color: #ced4da;
  padding-top: 3px;
}
#keepcommerce-checkout-d3 .checkout .woocommerce-additional-fields {
  display: none;
}
#keepcommerce-checkout-d3 .checkout .steps .steps-body {
  width: 100%;
  border-radius: 8px;
  display: flex;
  overflow: hidden;
  margin-bottom: 15px;
}
#keepcommerce-checkout-d3 .checkout .steps .steps-body .step {
  text-align: center;
  display: inline-block;
  width: 100%;
  background: white;
  padding: 20px;
  color: #808080;
}
#keepcommerce-checkout-d3 .checkout .steps .steps-body .step.step-completed {
  background: white;
}
#keepcommerce-checkout-d3 .checkout .steps .steps-body .step.step-active {
  background: #666;
  color: white;
}
@media (max-width: 576px) {
  #keepcommerce-checkout-d3 .checkout .steps .steps-body {
    padding: 0px 15px;
  }
  #keepcommerce-checkout-d3 .checkout .steps .steps-body .step {
    padding: 5px;
    font-size: 12px;
  }
}
#keepcommerce-checkout-d3 .checkout .tab {
  padding: 30px;
  background: white;
  border-radius: 8px;
}
#keepcommerce-checkout-d3 .checkout .btn-outline-secondary {
  text-transform: uppercase;
}
#keepcommerce-checkout-d3 .checkout .tab-user h3,
#keepcommerce-checkout-d3 .checkout .tab-user h6 {
  font-size: 20px;
  font-weight: 400;
  padding-bottom: 30px;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  margin-top: 30px;
}
#keepcommerce-checkout-d3 .checkout .tab-user h3:after,
#keepcommerce-checkout-d3 .checkout .tab-user h6:after {
  position: absolute;
  bottom: 10px;
  width: 66px;
  height: 3px;
  background: #666;
  content: '';
  left: 0px;
}
#keepcommerce-checkout-d3 .checkout .tab-payment a {
  color: #666;
}
#keepcommerce-checkout-d3 .checkout .tab-payment .card-body p {
  margin-bottom: 0px;
}
#keepcommerce-checkout-d3 .checkout #order_review {
  padding: 20px;
  border-radius: 8px;
  background: white;
}

#keepcommerce-checkout-d4 .checkout-box {
  font-size: 14px;
}
#keepcommerce-checkout-d4 .checkout-box .product-name {
  text-transform: uppercase;
}
#keepcommerce-checkout-d4 .checkout-box #order_review h2 {
  text-transform: uppercase;
}
#keepcommerce-checkout-d4 .checkout-box label {
  font-size: 12px;
  text-transform: uppercase;
}
#keepcommerce-checkout-d4 .checkout-box #shipping_method {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 15px;
}
#keepcommerce-checkout-d4 .checkout-box #shipping_method li {
  padding: 10px;
  border-bottom: 1px solid #eee;
}
#keepcommerce-checkout-d4 .checkout-box #shipping_method li input {
  vertical-align: middle;
  margin-right: 5px;
}
#keepcommerce-checkout-d4 .checkout-box .woocommerce-input-wrapper {
  width: 100%;
}
#keepcommerce-checkout-d4 .checkout-box #billing_state_field {
  padding: 0px 20px;
}
#keepcommerce-checkout-d4 .checkout-box #shipping_state_field {
  margin-left: 15px;
}
#keepcommerce-checkout-d4 .checkout-box #billing_address_2_field input {
  margin-top: 31px;
}
#keepcommerce-checkout-d4 .checkout-box .woocommerce-additional-fields {
  display: none;
}
#keepcommerce-checkout-d4 .checkout-box .steps .steps-body {
  width: 100%;
  border-radius: 8px;
  display: flex;
  overflow: hidden;
  margin-bottom: 15px;
}
#keepcommerce-checkout-d4 .checkout-box .steps .steps-body .step {
  text-align: center;
  display: inline-block;
  width: 100%;
  background: white;
  padding: 20px;
  color: #808080;
}
#keepcommerce-checkout-d4 .checkout-box .steps .steps-body .step.step-completed {
  background: white;
}
#keepcommerce-checkout-d4 .checkout-box .steps .steps-body .step.step-active {
  background: #666;
  color: white;
}
#keepcommerce-checkout-d4 .checkout-box .tab {
  padding: 30px;
  background: white;
  border-radius: 8px;
}
#keepcommerce-checkout-d4 .checkout-box .btn-outline-secondary {
  border-radius: 8px;
  text-transform: uppercase;
}
#keepcommerce-checkout-d4 .checkout-box .tab-user h3,
#keepcommerce-checkout-d4 .checkout-box .tab-user h6 {
  font-size: 20px;
  font-weight: 400;
  padding-bottom: 30px;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  margin-top: 30px;
}
#keepcommerce-checkout-d4 .checkout-box .tab-user h3:after,
#keepcommerce-checkout-d4 .checkout-box .tab-user h6:after {
  position: absolute;
  bottom: 10px;
  width: 66px;
  height: 3px;
  background: #666;
  content: '';
  left: 0px;
}
#keepcommerce-checkout-d4 .checkout-box .tab-payment a {
  color: #666;
}
#keepcommerce-checkout-d4 .checkout-box .tab-payment .card-body p {
  margin-bottom: 0px;
}
#keepcommerce-checkout-d4 .checkout-box #order_review {
  padding: 20px;
  border-radius: 8px;
  background: white;
}

.checkoutd5 .side .box {
  background: #f1f1f1;
  height: 100%;
  padding: 15px;
}
.checkoutd5 .side .box table {
  width: 100%;
}
.checkoutd5 .side .box table td,
.checkoutd5 .side .box table th {
  padding: 8px;
  border: 1px solid white;
}
.checkoutd5 .side .box tr.shipping {
  display: none;
}
.checkoutd5 .steps {
  margin: 20px 0px;
}
.checkoutd5 .steps .validate-required.error input,
.checkoutd5 .steps .validate-required.error select {
  border: 1px solid red;
}
.checkoutd5 .steps h2 {
  font-size: 22px;
  text-transform: uppercase;
}
.checkoutd5 .steps h4 {
  font-size: 18px;
  text-transform: uppercase;
}
.checkoutd5 .steps .step {
  border-left: 10px solid #f1f1f1;
  display: inline-block;
  width: 100%;
  padding: 15px;
  opacity: 0.6;
}
.checkoutd5 .steps .step .pag {
  margin-top: 15px;
}
.checkoutd5 .steps .step .pag a.btn {
  display: inline-block;
  width: auto;
}
.checkoutd5 .steps .step #billing_country_field,
.checkoutd5 .steps .step #shipping_country_field {
  display: none;
}
.checkoutd5 .steps .step .form-row {
  width: 100%;
}
.checkoutd5 .steps .step .form-row label {
  width: 100%;
}
.checkoutd5 .steps .step .form-row .woocommerce-input-wrapper {
  width: 100%;
}
.checkoutd5 .steps .step .form,
.checkoutd5 .steps .step .resultado {
  display: none;
}
.checkoutd5 .steps .step.active {
  border-color: #333;
  opacity: 1;
}
.checkoutd5 .steps .step.active h2 + p {
  display: none;
}
.checkoutd5 .steps .step.active .form {
  display: block;
}
.checkoutd5 .steps .step.active .resultado {
  display: none;
}
.checkoutd5 .steps .step.end {
  border-color: #44A856;
  opacity: 1;
}
.checkoutd5 .steps .step.end h2 + p {
  display: none;
}
.checkoutd5 .steps .step.end .form {
  display: none;
}
.checkoutd5 .steps .step.end .resultado {
  display: block;
}
.checkoutd5 .steps .step.envio table,
.checkoutd5 .steps .step.envio tfoot {
  display: inline-block;
  width: 100%;
}
.checkoutd5 .steps .step.envio thead,
.checkoutd5 .steps .step.envio tbody,
.checkoutd5 .steps .step.envio tr {
  display: none;
}
.checkoutd5 .steps .step.envio tr.shipping {
  display: inline-block;
  width: 100%;
}
.checkoutd5 .steps .step.envio tr.shipping td {
  display: inline-block;
  width: 100%;
}
.checkoutd5 .steps .step.envio tr.shipping th {
  display: none;
}
.checkoutd5 .steps .step.envio #shipping_method {
  display: inline-block;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
.checkoutd5 .steps .step.envio #shipping_method li {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  width: 100%;
}
.checkoutd5 .steps .step.envio #shipping_method li input {
  display: none;
}
.checkoutd5 .steps .step.envio #shipping_method li input:checked + label {
  background: #ccc;
}
.checkoutd5 .steps .step.envio #shipping_method li.active label {
  background: #ccc;
}
.checkoutd5 .steps .step.envio #shipping_method li label {
  width: 100%;
  border-radius: 5px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border: 1px solid #eee;
  padding: 10px;
  text-align: left;
  font-size: 14px;
  cursor: pointer;
}
.checkoutd5 .steps .step.envio #shipping_method li label > span {
  font-size: 16px;
  display: inline-block;
  width: 100%;
  font-weight: bold;
}
.checkoutd5 .steps .step .wc_payment_methods {
  list-style: none;
  margin: 0;
  padding: 0;
}
.checkoutd5 .steps .step .wc_payment_methods .wc_payment_method {
  margin-bottom: 15px;
}
.checkoutd5 .steps .step .wc_payment_methods .wc_payment_method .payment_box {
  margin-top: 10px;
}
.checkoutd5 .steps .step .wc_payment_methods input[type=radio] {
  width: 20px;
  opacity: 0;
}
.checkoutd5 .steps .step .wc_payment_methods input[type=radio]:checked + label:before {
  background: #666;
}
.checkoutd5 .steps .step .wc_payment_methods input[type=radio] + label {
  width: calc(100% - 30px);
  display: inline-block;
  position: relative;
  font-weight: normal;
}
.checkoutd5 .steps .step .wc_payment_methods input[type=radio] + label:before {
  content: '';
  position: absolute;
  left: -20px;
  height: 15px;
  width: 15px;
  top: 3px;
  border-radius: 40px;
  box-shadow: 0px 0px 0px 1px #44A856;
  border: 3px solid white;
}
.checkoutd5 .steps .step #place_order {
  width: 100%;
  background: #44A856;
  color: white;
  text-transform: uppercase;
  font-size: 18px;
  padding: 10px;
  margin-top: 15px;
  border: 0px none;
}

#myaccount-v2 .head {
  padding: 50px 0px 0px;
  color: white;
  background: #666;
}
#myaccount-v2 .head .hello {
  text-align: center;
}
#myaccount-v2 .head .hello a {
  color: white;
}
#myaccount-v2 .head ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  margin-top: 40px;
}
#myaccount-v2 .head ul li {
  display: inline-flex;
  width: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}
#myaccount-v2 .head ul li:last-child {
  border-right: 0px;
}
#myaccount-v2 .head ul li a {
  text-align: center;
  display: inline-block;
  width: 100%;
  color: white;
  padding: 10px;
}
#myaccount-v2 .woocommerce-MyAccount-content {
  padding: 40px 0px;
}



.product-item img {
  max-width: 100%;
  height: auto;
}
.product-item .tags {
  position: absolute;
  top: 5px;
  right: 15px;
  display: inline-block;
  width: 100%;
  text-align: right;
}
.product-item .tags img {
  width: 60px!important;
  height: auto;
}
.widgetProduct .price_slider {
  margin-bottom: 1em;
}
.widgetProduct .price_slider_amount {
  text-align: left;
  line-height: 2.4em;
  font-size: 0.8751em;
}
.widgetProduct .price_slider_amount .button {
  font-size: 14px;
  border: 0px none;
}
.widgetProduct .price_slider_amount .button {
  float: right;
}
.widgetProduct .ui-slider {
  position: relative;
  text-align: left;
}
.widgetProduct .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 10px;
  border-radius: 100px;
  height: 10px;
  border: #000;
  cursor: pointer;
  background: #000;
  outline: none;
  top: -2px;
}
.widgetProduct .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background: #3d0010;
}
.widgetProduct .price_slider_wrapper .ui-widget-content {
  background: #f1f1f1;
}
.widgetProduct .ui-slider-horizontal {
  height: 5px;
}
.widgetProduct .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.widgetProduct .ui-slider-horizontal .ui-slider-range-min {
  left: -1px;
}
.widgetProduct .ui-slider-horizontal .ui-slider-range-max {
  right: -1px;
}

@media (max-width: 576px) {
  .single-product .buy-mobile {
    position: fixed;
    bottom: 0px;
    width: 100%;
    left: 0px;
    z-index: 11;
    padding: 5px 10px 10px 10px;
    background: white;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    transition: all .5s;
    min-height: 75px;
    padding-top: 10px;
  }
  .single-product .buy-mobile .variations_form {
    display: none;
  }
  .single-product .buy-mobile .btn-slidetab {
    position: absolute;
    right: 15px;
    top: 15px;
  }
  .single-product .buy-mobile .woocommerce-product-details__short-description {
    display: none;
  }
  .single-product .buy-mobile form {
    position: absolute;
    top: 15px;
    right: 0px;
    width: 55%;
  }
  .single-product .buy-mobile p.price {
    font-size: 30px;
    line-height: 30px;
    width: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    text-decoration: none;
  }
  .single-product .buy-mobile p.price ins {
    text-decoration: none;
  }
  .single-product .buy-mobile p.price span.parc {
    font-size: 14px;
    display: inline-block;
    width: 100%;
  }
  .single-product .buy-mobile p.price + p {
    width: 50%;
    display: none;
  }
  .single-product .buy-mobile p.price + p small {
    font-size: 10px;
  }
}
@media (max-width: 576px) and (max-width: 576px) {
  .single-product .buy-mobile p.price {
    font-size: 25px;
  }
}
@media (max-width: 576px) and (max-width: 350px) {
  .single-product .buy-mobile .quantity input {
    width: 45px!important;
  }
  .single-product .buy-mobile button {
    padding: 5px 15px!important;
  }
}
.single-product .product-carousel img {
  width: 100%;
  height: auto;
}
.single-product .splash {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  text-align: center;
}
.single-product .splash a {
  display: inline-block;
  margin-top: 10px;
}
.single-product .splash button {
  margin-top: 10px;
}
.single-product .splash .erros {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
  background: #666;
  color: white;
  margin-bottom: 10px;
  font-weight: normal;
  font-size: 12px;
}
.single-product .splash .erros li {
  padding: 0px 10px;
}
.single-product .splash .erros li:first-child {
  padding-top: 10px;
}
.single-product .splash .erros li:last-child {
  padding-bottom: 10px;
}
.single-product .splash .erros li.title {
  font-weight: bold;
}
.single-product .splash .splash-body {
  width: 600px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background: white;
  padding: 20px;
}
.single-product .splash .splash-body img {
  width: 100%;
  height: auto;
}
.single-product .splash .splash-body a,
.single-product .splash .splash-body button {
  width: 100%;
}
.single-product .splash .splash-body h4 {
  color: #666;
  background: white;
  padding: 15px;
  margin-top: 0px;
  text-transform: uppercase;
}
.single-product .relative .tags {
  position: absolute;
  top: 5px;
  right: 15px;
  display: inline-block;
  width: 100%;
  text-align: right;
}
.single-product .relative .tags img {
  width: 60px!important;
  height: auto;
}
.single-product .owl-carousel .owl-item img {
  height: auto;
}
.single-product .product-thumbnails a.video {
  display: inline-block;
  width: 100%;
  position: relative;
}
.single-product .product-thumbnails a.video:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
}
.single-product .product-thumbnails a.video:before {
  content: "\f04b";
  font-family: "Font Awesome 6 Pro";
  font-weight: 500;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-size: 30px;
  color: #8FA4C3;
  z-index: 2;
}
.single-product .gallery-wrapper figure {
  position: relative;
}
.single-product .gallery-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
}

