@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');
/* Normal CSS */
@font-face {
  font-family: 'Underland DEMO';
  src: url('../fonts/UnderlandDEMO-Regular.eot');
  src: url('../fonts/UnderlandDEMO-Regular.eot?#iefix') format('embedded-opentype'),
      url('../fonts/UnderlandDEMO-Regular.woff2') format('woff2'),
      url('../fonts/UnderlandDEMO-Regular.woff') format('woff'),
      url('../fonts/UnderlandDEMO-Regular.ttf') format('truetype'),
      url('../fonts/UnderlandDEMO-Regular.svg#UnderlandDEMO-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  color: #000;
  line-height: 1.42857143;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: 'Open Sans', sans-serif;
  font-weight: 200;
}
html {
  overflow-x: hidden;
}
*, *:focus {
  outline: none;
}
a {
  color: #000;
  transition: all ease .4s;
}
a:focus {
  outline: none;
  outline-offset: 0;
}
a:hover, a:focus, a.active {
  color: #e88e9b;
  text-decoration: none;
}
img {
  max-width: 100%;
}
iframe {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  border: none;
}
hr {
  opacity: 0.9;
}
ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  line-height: 1.3;
}
h1 {
  font-size: 60px;
  color: #343434;
  line-height: 60px;
  font-weight: 600;
}
h2 {
  font-size: 40px;
  color: #000000;
}
h3 {
  font-size: 32px;
}
h4 {
  font-size: 26px;
}
h5 {
  font-size: 22px;
}
h6 {
  font-size: 20px;
}
p {
  color: #000;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 20px;
  font-weight: 200;
}
p:empty { 
  display:none; 
}
video {
  display: block;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
}
audio, canvas, progress, video {
  vertical-align: middle;
}
figure {
  margin: 0;
}
::selection {
  background: #e88e9b;
  color: #ffffff;
}
::-webkit-selection {
  background: #e88e9b;
  color: #ffffff;
}
::-moz-selection {
  background: #e88e9b;
  color: #ffffff;
}
::-o-selection {
  background: #e88e9b;
  color: #ffffff;
}
::-ms-selection {
  background: #e88e9b;
  color: #ffffff;
}
.container {
  max-width: 1370px;
}

/* Buttons CSS */
.btn {
  padding: 10px 28px;
  font-size: 14px;
  border-radius: 0;
  transition: all ease .4s;
  position: relative;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
  outline: none !important;
  box-shadow: none !important;
  text-transform: uppercase;
  white-space: inherit;
  letter-spacing: 0.5px;
  min-width: 176px;
}
.btn:hover, .btn:focus, .btn:active {
  color: #ffffff;
}
.btn-dark, .btn-cart {
  background: #000;
  border-color: #000;
  color: #ffffff;
}
.btn-outline-light {
  border: 1px solid #fff;
}
.btn-outline-light:hover {
  color: #000;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-outline-dark {
  border: 1px solid #000;
  color: #000 !important;
}
.btn-outline-dark:hover {
  color: #fff !important;
  background-color: #000;
  border-color: #000;
}
.btn-blue {
  background-color: #03cccb;
  border-radius: 30px;
}
.btn-blue:hover {
  background-color: #d802c3;
}
.btn-link {
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  padding-bottom: 3px;
  position: relative;
}
.btn-link:after {
  position: absolute;
  top: 98%;
  left: 0;
  z-index: 1;
  width: 0;
  height: 1px;
  background: #000;
  content: "";
  transition: all ease .4s;
}
.btn-link:hover, .btn-link:focus {
  color: #000;
  text-decoration: none;
}
.btn-link:hover:after {
  width: 100%;
}
.breadcrumb {
  background-color: transparent;
  padding-left: 0;
}
.breadcrumb-item {
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 15px;
}
.breadcrumb-item.active {
  color: #000;
}
.breadcrumb-item + .breadcrumb-item::before {
  color: #000;
}
/* Form CSS */
select::-ms-expand {
  display: none;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #959595 !important;
    font-weight: 400;
    font-size: 15px;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #959595 !important;
   opacity:  1;
   font-weight: 400;
   font-size: 15px;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #959595 !important;
   opacity:  1;
   font-weight: 400;
   font-size: 15px;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #959595 !important;
   font-weight: 400;
   font-size: 15px;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color: #959595 !important;
   font-weight: 400;
   font-size: 15px;
}
::placeholder { /* Most modern browsers support this now. */
   color: #959595 !important;
   font-weight: 400;
   font-size: 15px;
}

.form-control {
  width: 100%;
  height: 46px;
  padding: 5px 16px;
  font-size: 14px;
  border-radius: 0;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #ffffff;
  font-size: 16px;
  color: #000 !important;
  font-weight: 300;
  border-width: 1px;
  border-color: #e4e4e4 !important;
  box-shadow: none !important;
  text-transform: none;
}
textarea.form-control {
  height: 185px;
  resize: none;
}
select.form-control {
  background-image: url("../images/select-arrow.png");
  background-position: right 18px center;
  background-repeat: no-repeat;
  padding-left: 13px;
  padding-right: 35px;
  color: #959595 !important;
  font-weight: 400;
  font-size: 14px; 
}
input[type="date"]::-webkit-calendar-picker-indicator,
input[type="date"]::-webkit-inner-spin-button{
    display: none;
}
input[type="time"]::-webkit-calendar-picker-indicator {
    background: none;
}

/* Top Info Css */
.top-info {
  text-align: center;
  padding: 10px 0;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  background: #f1f1f1;
}
.top-info span {
  color: #11e7ff;
  font-weight: 600;
}
.top-info strong {
  font-weight: 600;
}
.top-info a {
  text-decoration: underline;
}

/* Header Css */
header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
  z-index: 11;
  padding: 0 35px;
  background: #fff;
  background-repeat: no-repeat;
  background-size: cover;
}
.logo {
  display: inline-block;
}
.search-box {
  min-width: 250px;
}
.search-box .form-group {
  position: relative;
}
.search-box .form-control {
  border: none;
  border-bottom: 1px solid #000 !important;
  padding: 0 40px 15px 0;
  border-radius: 0;
  font-size: 14px;
  font-weight: 600;
  background-color: transparent;
  height: auto;
  color: #000;
}
.search-box .search-btn {
  position: absolute;
  top: 0;
  padding-right: 0;
  right: 0;
  background-color: transparent;
  border: none;
}
.search-box .form-control::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    text-transform: uppercase;
    color: #000 !important;
    font-weight: 600;
}
.search-box .form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   text-transform: uppercase;
   opacity:  1;
   color: #000 !important;
    font-weight: 600;
}
.search-box .form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
   text-transform: uppercase;
   opacity:  1;
   color: #000 !important;
    font-weight: 600;
}
.search-box .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
   text-transform: uppercase;
   color: #000 !important;
    font-weight: 600;
}
.search-box .form-control::-ms-input-placeholder { /* Microsoft Edge */
   text-transform: uppercase;
   color: #000 !important;
    font-weight: 600;
}
.search-box .form-control::placeholder { /* Most modern browsers support this now. */
   text-transform: uppercase;
   color: #000 !important;
    font-weight: 600;
}
.header-right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-width: 250px;
}
.header-right li {
  font-weight: 600;
  padding: 5px 0;
}
.header-right li a {
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
.header-right li a img {
  margin-top: -2px;
}
.header-right li span {
  font-weight: 400;
  padding-right: 10px;
  padding-left: 8px;
}
.header-right li + li {
  margin-left: 28px;
}
.navbar {
  padding: 0;
}
.navbar-expand-lg .navbar-nav {
  align-items: center;
}
.navbar-expand-lg .navbar-nav li {
  display: inline-block;
  padding: 18px 28px;
  cursor: pointer;
}
.navbar-expand-lg .navbar-nav li:hover .dropdown-menu {
  display: block;
}
.navbar-expand-lg .navbar-nav li .socials li {
  margin: 0 0 0 11px;
}
.navbar-expand-lg .navbar-nav .nav-link {
  color: #000;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  padding: 4px 0;
}
.navbar-expand-lg .navbar-nav .nav-link:after {
  position: absolute;
  top: 98%;
  left: 0;
  z-index: 1;
  width: 0;
  height: 1px;
  background: #000;
  content: "";
  transition: all ease .4s;
}
.navbar-expand-lg .navbar-nav .nav-link:hover:after {
  width: 100%;
}
.navbar-nav .dropdown-menu {
  margin-top: 0;
  padding: 24px 13px;
  background-color: #fff;
  border: none;
  border-radius: 0;
  border-top: 1px solid #f1f1f1;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
  padding: 15px 25px 29px;
  min-width: 235px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}
.navbar-expand-lg .navbar-nav .dropdown-menu li a {
  padding: 5px 0;
  font-size: 15px;
  font-weight: 500;
  color: #000;
  position: relative;
  display: inline-block;
  text-transform: capitalize;
}
.navbar-expand-lg .navbar-nav .dropdown-menu li {
  position: relative;
  padding: 0;
  display: block;
}
.navbar-expand-lg .navbar-nav .dropdown-menu li a:after {
  position: absolute;
  top: 98%;
  left: 0;
  z-index: 1;
  width: 0;
  height: 1px;
  background: #000;
  content: "";
  transition: all ease .4s;
}
.navbar-expand-lg .navbar-nav .dropdown-menu li a:hover:after {
  width: 100%;
}
.navbar-nav li.btn-col {
  padding: 0 25px 0 15px;
}
.navbar-expand-lg .navbar-nav .btn {
  padding: 10px 29px;
  background: #03cccb;
  color: #ffffff;
  font-size: 17px;
  font-weight: 400;
}
.navbar-expand-lg .navbar-nav .btn:after {
  display: none;
}
.navbar-expand-lg .navbar-nav .btn:hover, .navbar-expand-lg .navbar-nav .btn:focus {
  background-color: #ffffff;
  color: #03cccb;
}
.navbar-expand-lg .navbar-nav .btn img {
  width: 23px;
  margin: -3px 0 0 15px;
}


.banner {
  text-align: center;
  position: relative;
}

.banner .owl-carousel .item {
  display: flex;
  align-items: center;
  aspect-ratio: 2440 / 676;
  position: relative;
}
.banner .container {
  position: relative;
  z-index: 1;
  text-align: left;
}
.banner .caption-title {
  margin-bottom: 16px;
  font-size: 80px;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
}
.banner .caption-title span{
  font-family: 'Underland DEMO', cursive;
  color: #f9d9dd;
  font-size: 76px;
  text-shadow: 3px 8px 5px rgba(0,0,0,0.08);
  display: block;
  text-transform: capitalize;
  padding-left: 90px;
  padding-top: 10px;
  font-weight: 400;
}
.banner p {
  margin-bottom: 0;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 24px;
  padding-bottom: 30px;
}
.owl-carousel .owl-nav {
  position: absolute;
  top: 45%;
  left: 0;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-nav button {
  position: absolute;
  top: 0;
  left: -35px;
  z-index: 1;
  width: 15px;
  height: 25px;
  z-index: 1;
  outline: none;
  transition: all ease .4s;
}
.owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: -35px;
}
.owl-carousel .owl-nav button:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 15px;
  height: 25px;
  content: "";
  background-image: url(../images/left-arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  transition: all ease .4s;
  opacity: 0.2;
}
.owl-carousel .owl-nav button.owl-next:before {
  background-image: url(../images/right-arrow.png);
  background-repeat: no-repeat;
  background-position: center;
}
.banner .owl-carousel .owl-nav button {
  left: 85px;
}
.banner .owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: 85px;
}
.banner .owl-carousel .owl-nav button:before {
  background-image: url(../images/left-arrow-white.png);
  background-repeat: no-repeat;
  background-position: center;
}
.banner .owl-carousel .owl-nav button.owl-next:before {
  background-image: url(../images/right-arrow-white.png);
  background-repeat: no-repeat;
  background-position: center;
}
.owl-carousel .owl-nav button:hover:before {
  opacity: 1;
}
.banner .owl-carousel .owl-dots {
  position: absolute;
  bottom: 35px;
  left: 0;
  width: 100%;
  z-index: 1;
}
.banner .owl-carousel .owl-dots button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  background: rgba(255, 255, 255, 0.5);
  width: 23px;
  height: 2px;
  transition: all ease .4s;
}
.banner .owl-carousel .owl-dots button.active {
  width: 54px;
  background: #fff;
}
.owl-carousel .owl-dots {
  position: absolute;
  text-align: center;
  bottom: -40px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-dots button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  background: rgba(0, 0, 0, 0.1);
  width: 9px;
  height: 9px;
  transition: all ease .4s;
}
.owl-carousel .owl-dots button.active {
  background: #000;
}
.slider-no-current {
  display: none;
}
.section-title  {
  margin-bottom: 34px;
  text-align: center;
}
.section-title h2 {
  font-size: 45px;
  line-height: 45px;
  color: #000000;
  font-weight: 700;
  text-transform: uppercase;
}
.section-title p {
  font-size: 20px;
  line-height: 30px;
}
.section-title .small-heading {
  font-size: 32px;
  font-weight: 200;
}

.beauty-treatment {
  padding: 62px 0 120px;
}
.collection-section {
  padding-bottom: 80px;
}
.collection-section .section-title h2 {
  font-size: 32px;
}
.item-box {
  padding: 15px;
  background: #ffffff;
  transition: all ease .4s;
  box-shadow: 0 0 24px rgba(0,0,0,0.04);
}
.item-box .img-item {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.item-box .img-item .principal img {
  height: 344px;
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
}
.wishlist-show {
  display: none;
}
.item-box .img-item .wishlist-icon img {
  height: auto;
  width: auto;
}
.item-box .wishlist-icon {
  position: absolute;
  padding: 0;
  top: 6px;
  font-size: 0;
  right: 6px;
  transition: all ease .4s;
}
.item-box .wishlist-icon.add-item:hover img {
  display: none;
}
.item-box .wishlist-icon.add-item:hover img.wishlist-show {
  display: inline-block;
}
.item-box h5 {
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 1px;
}
.item-box p {
  margin-bottom: 14px;
}
.buy-now-section {
  position: relative;
  z-index: 1;
  background-image: url(../images/buy-now.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0 85px;
}
.buy-now-section:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.35);
  z-index: -1;
}
.play-btn {
  border: 1px solid #fff;
  border-radius: 50%;
  width: 213px;
  height: 213px; 
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.play-btn:hover {
  background-color: #000;
  border-color: #000;
}
.buy-now-section h2 {
  font-size: 72px;
  color: #e2becc;
  font-family: 'Underland DEMO', cursive;
  margin-top: -75px;
  position: relative;
  z-index: 1;
}
.buy-now-section h3 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 62px;
  margin-top: -30px;
}
.buy-now-section p {
  text-transform: uppercase;
  color: #fff;
  font-size: 15px;
  padding-bottom: 15px;
  font-weight: 400;
}
.signup-section {
  padding: 95px 0 100px;
}
.signup-section .section-title h2 {
  font-size: 28px;
  line-height: 32px;
}
.signup-section .btn {
  font-weight: bold;
}
.form-control-line {
  border: none;
  border-bottom: 1px solid #f6f6f6;
  text-align: center;
  border-radius: 0;
  background-color: transparent;
  height: auto;
  padding-bottom: 14px;
}
.signup-section form {
  margin-top: 60px;
}
.feeds-section {
  padding: 85px 0 70px;
  background-color: #e7bcc2;
}
.feed-list {
  display: flex;
  flex-wrap: wrap;
}
.feed-list li {
  padding: 18px;
  width: 20%;
}
.feed-list li img {
  width: 100%;
}
.feed-title {
  text-align: center;
}
.feed-title h2 {
  font-size: 38px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  padding-bottom: 10px;
}
.feed-title h2 span {
  color: #f9d9dd;
  display: block;
  font-family: 'Underland DEMO', cursive;
  text-transform: capitalize;
  font-size: 46px;
  margin-bottom: -20px;
  position: relative;
  z-index: 1;
}

.banner-inner {
  background: url(../images/banner-pattern.jpg) no-repeat 50% 50%; 
  background-size: cover;
  padding: 70px 0 50px;
}
.banner-inner .caption-title span {
  display: inline-block;
  padding-left: 0;
  margin-left: -40px;
}
/* Contact Page CSS */
.contact-section {
  padding-bottom: 82px;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
.contact-detail {
  padding-left: 30px;
  padding-right: 25px;
}
.contact-detail h2 {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 18px;
  font-size: 42px;
}
.contact-detail p {
  color: #959595;
  font-size: 15px;
  font-weight: 400;
}
.contact-detail p a {
  color: #d15572;
}
.contact-detail p strong {
  color: #000;
  font-weight: 600;
}
.contact-detail hr {
  opacity: 0.4;
  margin: 30px 0;
}
.contact-detail h6 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
}
.contact-detail form .row {
  margin: 0 -6.5px;
}
.contact-detail form [class*="col-"] {
  padding: 0 6.5px;
}
.contact-detail form .form-group {
  margin-bottom: 20px;
}
.contact-detail #datepicker, .form-wrap #datepicker1 {
  padding-right: 60px;
  background-image: url("../images/select-icon.png");
  background-repeat: no-repeat;
  background-position: right 24px center;
}
.contact-detail textarea.form-control {
  height: 113px;
}
.contact-detail form ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #959595 !important;
}
.contact-detail form :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #959595 !important;
   opacity:  1;
}
.contact-detail form ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #959595 !important;
   opacity:  1;
}
.contact-detail form :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #959595 !important;
}
.contact-detail form ::-ms-input-placeholder { /* Microsoft Edge */
   color: #959595 !important;
}
.contact-detail form ::placeholder { /* Most modern browsers support this now. */
   color: #959595 !important;
}
#map1 {
  height: 490px;
}

/* Detail Page CSS */
.select-option {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -10px;
}
.select-option a {
  margin: 10px;
  min-width: 83px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  font-size: 14px;
  text-align: center;
  color: #000;
  font-weight: 400;
  padding: 13px 5px;
}
.select-option a:hover, .select-option a.active {
  background-color: #000;
  color: #fff;
}
.product-detail {
  padding-left: 24px;
}
.product-detail h1 {
  font-size: 42px;
  line-height: 46px;
  text-transform: uppercase;
  color: #000;
  font-weight: 700;
}
.product-detail h6 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
}
.product-detail h4 {
 text-transform: uppercase;
  font-weight: 600;
  font-size: 15px !important; 
}

.product-detail h6 span {
  font-size: 13px;
  color: #8c8c8c;
  font-weight: 400;
}
.product-price {
  font-weight: 400;
  font-size: 18px;
}
.product-detail select.form-control {
  width: 120px;
}
.select-option a.disable-option {
  background-color: #ececec;
  text-decoration: line-through;
  cursor: not-allowed;
}
.select-option a.disable-option:hover {
  background-color: #ececec;
  color: #000;
}
.nav-tabs {
  margin: 0 -15px;
  border-bottom: none;
  padding-bottom: 6px;
}
.nav-tabs .nav-item {
  padding: 0px 15px;
}
.nav-tabs .nav-item .nav-link {
  padding: 1px 0 5px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
  border: none;
  position: relative;
}
.nav-tabs .nav-item .nav-link:after {
  position: absolute;
  top: 98%;
  left: 0;
  z-index: 1;
  width: 0;
  height: 1px;
  background: #000;
  content: "";
  transition: all ease .4s;
}
.nav-tabs .nav-item .nav-link.active:after  {
  width: 100%;
}
.nav-tabs .nav-item .nav-link:hover {
  color: #000 !important;
}
.nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
  color: #000;
  border: none;
  border-radius: 0;
}

.detail-content {
  margin-top: 15px;
}
.detail-content p {
  font-weight: 400;
  font-size: 15px;
  color: #959595;
}
.detail-images {
  display: flex;
  flex-wrap: wrap;
}
.detail-images .swiper-left {
  width: 80%;
  order: 2;
  padding: 10px;
}
.detail-images .swiper-left .mySwiper2 {
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.detail-images .swiper-right {
  width: 20%;
  margin-left: -10px;
}

.copyright { background: white !important; }
footer {
  padding-top: 98px;
  /*padding-bottom: 115px;*/
  background-color: #fff;
  font-size: 18px;
}
.footer-logo {
  padding-bottom: 22px;
}
footer span.block {
  display: block;
}
footer a.phone {
  font-size: 22px;
  color: #d703c3;
}
footer a.email {
  font-size: 18px;
  color: #03cccb;
}
footer a.address {
  display: inline-block;
  margin-top: 11px;
  color: #ffffff;
}
footer h4 {
  margin-bottom: 20px;
  font-size: 16px;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
}
footer .navbar {
  float: none;
}
footer .navbar-expand-lg .navbar-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
footer .navbar-expand-lg .navbar-nav .nav-item {
  padding: 2px 10px 2px 0;
}
footer [class*="col-"]:nth-child(2) .navbar-expand-lg .navbar-nav .nav-item {
  width: 33.333%;
}
footer .navbar-expand-lg .navbar-nav .nav-link {
  display: inline-block;
  padding: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  text-transform: capitalize;
}
footer .navbar-expand-lg .navbar-nav .nav-link:before {
  position: absolute;
  top: 98%;
  left: 0;
  z-index: 1;
  width: 0;
  height: 1px;
  background: #000;
  content: "";
  transition: all ease .4s;
}
footer .navbar-expand-lg .navbar-nav .nav-link:hover:before {
  width: 100%;
}
.hover-show {
  display: none;
  transition: all ease .4s;
}
.social-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 5px;
}
.social-links a {
  font-size: 15px;
  font-weight: 400;
  transition: all ease .4s;
}
.social-links a:hover {
  font-weight: 600;
  color: #000;
}
.social-links a img {
  transition: all ease .4s;
}
.social-links a span {
  padding-left: 8px;
}
.social-links a .svg-inline--fa.fa-w-14 {
  width: 19px;
  height: auto;
  vertical-align: middle;
}
.social-links a:hover .svg-inline--fa {
  color: #e7bcc2;
}
.social-links a .svg-inline--fa.fa-w-10 {
  height: 21px;
  width: 16px;
  vertical-align: -4px;
}
.social-links a + a {
  margin-left: 15px;
}
.social-links a:hover img {
  display: none;
}
.social-links a:hover img.hover-show {
  display: inline-block;
}
.copyright {
  border-top: 1px solid rgba(0,0,0,0.1);
  padding: 48px 0 0;
  font-size: 14px;
  font-weight: 400;
  margin-top: 80px;
}
.copyright span {
  font-weight: 600;
}
.copyright span a {
  display: inline-block;
  margin-left: 15px;
}
.copyright p {
  color: #000;
  font-size: 14px;
  font-weight: 400;
}
.copyright p a {
  font-weight: 600;
  color: #000;
}
.copyright p strong {
  font-weight: 600;
}

/* Subpage CSS */
.order-filter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.order-filter span {
  font-weight: 600;
  font-size: 15px;
  color: #000;
  text-transform: uppercase;
  margin-right: 18px;
}
.order-filter .form-control {
  width: 180px;
}
.filter-tab {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -14px;
}
.filter-tab li {
  padding: 0 14px;
}
.filter-tab li a {
  text-transform: uppercase;
  font-weight: 600;
  padding: 6px 0;
  font-size: 15px;
}
.filter-tab li a:hover, .filter-tab li a:focus {
  color: #000;
}
.filter-tab li.active a {
  border-bottom: 1px solid #000;
}
.swiper-inner {
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  text-align: center;
}
.swiper-right .swiper-slide {
  padding: 10px;
}

@media screen and (max-width: 1599px) {
  .featured-slider .item-hover .middle-content {
    padding: 50px 25px;
  }
  .navbar-expand-lg .navbar-nav li.dropdown {
    padding-left: 25px;
    padding-right: 30px;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu li a {
    font-size: 14px;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu li:after {
    top: 17px;
  }
  .navbar-nav li.btn-col {
    padding: 0 15px 0 15px;
  }
  .featured-slider .item-hover {
    padding: 20px;
  }

  .featured-slider .big-title {
    top: -4px;
    height: 195px;
    background-size: 1200px auto;
  }
  .testimonials .big-title {
    height: 248px;
    background-size: 1200px auto;
  }
}

@media screen and (max-width: 1299px) {
  .banner .container {
    padding: 0 40px;
  }
  .owl-carousel .owl-nav button, .testimonials .owl-carousel .owl-nav button {
    display: none !important;
  }
  .navbar-expand-lg .navbar-nav .btn {
    font-size: 15px;
    padding: 10px 19px;
  }
  .navbar-expand-lg .navbar-nav li .socials li {
    margin: 0 0 5px;
  }
  .navbar-nav li.btn-col {
    padding: 0 15px 0 0;
  }
  .navbar-expand-lg .navbar-nav li.dropdown {
    padding-left: 20px;
    padding-right: 25px;
  }
  .socials ul li a {
    width: 38px;
    height: 38px;
    font-size: 17px;
  }
  .social-links a {
    font-size: 14px;
  }
  .social-links a .svg-inline--fa.fa-w-14 {
    width: 15px;
  }
  .social-links a + a {
    margin-left: 10px;
  }
  .feeds-section {
    padding: 70px 40px;
  }
  .contact-detail h2 {
    font-size: 42px;
  }
}

@media screen and (max-width: 1199px) {
  .popular-treatments .item h3 {
    font-size: 22px;
  }
    .banner .caption-title {
      font-size: 70px;
      line-height: 75px;
    }
  
  .back-to-top.active {
    bottom: 165px;
  }
  .price-box .btn {
    min-width: 200px;
    margin-left: 20px;
  }
  .details-box .owl-carousel .owl-nav button {
    display: block !important;
  }
  header .socials {
    margin-bottom: 20px;
  }

  .featured-slider .big-title {
    top: -3px;
    height: 145px;
    background-size: 900px auto;
  }
  .testimonials .big-title {
    height: 192px;
    background-size: 900px auto;
  }
  .landing-page .free-consult a {
    font-size: 50px;
    line-height: 50px;
  }
  .header-right li a {
    font-size: 14px;
  }
  .header-right li + li {
    margin-left: 15px;
  }
  .header-right li a img {
    max-width: 20px;
    max-height: 20px;
  }
  .logo {
    max-width: none;
  }
  .feed-list li {
    padding: 10px;
  }
  .feeds-section {
    padding: 50px 10px;
  }
  footer [class*="col-"]:nth-child(2) .navbar-expand-lg .navbar-nav .nav-item {
    width: 50%;
  }
  .navbar-expand-lg .navbar-nav li {
    padding: 18px 20px;
  }
  .contact-detail {
    padding-right: 0;
    padding-left: 20px;
  }
  .contact-detail h2 {
    font-size: 30px;
  }
  .product-detail {
    padding-left: 10px;
  }
  .product-detail h1 {
    font-size: 36px;
  }
}

@media screen and (max-width: 991px) {
  .beauty-forever {
    margin: 40px auto 0;
    max-width: 90%;
    padding: 38px 40px 42px;
  }
  .popular-treatments .item-image img, .details-box .owl-carousel img {
    width: 100%;
  }
  footer [class*="col-"] {
    padding-bottom: 25px;
  }
  footer h4 {
    margin-bottom: 15px;
  }
  footer {
    padding-bottom: 20px;
  }
  header {
    padding: 15px;
  }
  .details-box span {
    margin-top: 50px;
    display: block;
  }
  .price-box {
    padding: 20px 10px 0;
    justify-content: inherit;
  }
  .details-box .price-box span {
    margin-top: 10px;
  }
  .popular-treatments {
    padding-top: 30px;
  }
  .general-information .col-lg-4.col-md-12 {
    margin-top: 50px;
  }
  .featured-slider .big-title {
    top: -2px;
    height: 105px;
    background-size: 640px auto;
  }
  .testimonials .big-title {
    height: 145px;
    background-size: 640px auto;
  }
  .landing-page .beauty-forever {
    max-width: 100%;
  }
  .landing-page .banner .container {
    padding: 50px 15px;
  }
  .landing-page .banner .form-wrap {
    margin-top: 50px;
  }
  .landing-page .beauty-forever {
    padding: 50px 20px;
  }
  .landing-page .beauty-forever ul {
    font-size: 16px;
  }
  .landing-page .free-consult a {
    font-size: 46px;
  }
  .navbar-toggler {
    border: 2px solid #f5bbc3;
    width: 46px;
    height: 46px;
    background: #f5bbc3;
    font-size: 0;
    padding: 8px;
    position: absolute;
    top: -55px;
    right: 0;
    z-index: 0;
  }
  .navbar-toggler-icon {
    height: 2px;
    background: #ffffff;
    width: 100%;
    position: relative;
    margin-top: -1px;
  }
  .navbar-toggler-icon:before, .navbar-toggler-icon:after {
    position: absolute;
    top: -8px;
    left: 0;
    z-index: 1;
    content: "";
    background: #ffffff;
    width: 100%;
    height: 2px;
    transition: all ease .4s;
  }
  .navbar-toggler-icon:after {
    top: 8px;
  }
  .navbar-collapse {
    position: fixed;
    top: 0;
    left: -100%;
    width: 350px;
    height: 100vh;
    background: #f5bbc3;
    padding: 20px;
    transition: all ease .4s;
    overflow: auto;
  }

  .navbar-collapse.show {
    left: 0;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 10px 0;
  }
  .navbar-expand-lg .navbar-nav {
    align-items: flex-start;
  }
  .navbar-expand-lg .navbar-nav .btn {
    background: #d802c3;
    padding: 12px 25px;
    margin: 20px 0 30px;
  }
  .navbar-expand-lg .navbar-nav li.dropdown, .navbar-expand-lg .navbar-nav li {
    padding: 0;
  }
  .navbar-expand-lg .navbar-nav li .socials li {
    margin: 0 10px 0 0;
  }
  .navbar-nav, .navbar-expand-lg .navbar-nav li {
    display: block;
  }
  .dropdown-toggle:after {
    border-color: #ffffff;
    top: 25px;
  }
  .navbar-nav .socials ul {
    display: flex;
  }
  .menu-open .navbar-toggler-icon {
    background: #f5bbc3;
  }
  .menu-open .navbar-toggler-icon:before {
    top: 0;
    transform: rotate(-45deg);
    height: 3px;
  }
  .menu-open .navbar-toggler-icon:after {
    top: 0;
    transform: rotate(45deg);
    height: 3px;
  }
  .play-btn {
    width: 160px;
    height: 160px;
  }
  .buy-now-section h3 {
    font-size: 48px;
  }
  .buy-now-section h2 {
    font-size: 52px;
    margin-top: -45px;
  }
  .section-title h2 {
    font-size: 36px;
  }
  footer .navbar-expand-lg .navbar-nav {
    width: 100%;
  }
  footer [class*="col-"]:nth-child(2) .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .copyright {
    margin-top: 20px;
    padding-top: 25px;
  }
  .copyright p {
    margin-bottom: 0;
  }
  footer .copyright [class*="col-"] {
    padding-bottom: 0;
  }
  .search-box {
    /* width: 100%; */
    display: none;
  }
  .header-right {
    margin-left: auto;
    padding-right: 70px;
  }
  .banner .caption-title {
    font-size: 54px;
    line-height: 48px;
  }
  .banner .caption-title span {
    font-size: 56px;
  }
  .filter-tab {
    margin: 0 -12px;
  }
  .filter-tab li {
    padding: 0 12px;
  }
  .filter-tab li a {
    font-size: 14px;
  }
  .feed-list li {
    width: 33.333%;
  }
  .order-filter span {
    margin-right: 10px;
    font-size: 13px;
  }
  .breadcrumb {
    padding: 0;
  }
  .contact-detail {
    padding-left: 0;
    padding-top: 40px;
  }
  .contact-section {
    padding-bottom: 70px;
  }
  .product-detail {
    padding-left: 0;
    padding-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .details-box {
    margin-bottom: 0;
  }
  .navbar-collapse {
    width: 270px;
  }
  .logo img {
    width: 250px;
  }
  .banner .container {
    padding: 0 20px;
  }
  .banner h1 {
    font-size: 43px;
    line-height: 50px;
  }
  .banner p br {
    display: none;
  }
  .beauty-treatment {
    padding: 50px 0;
  }
  .featured-clients {
    padding: 50px 0 0;
  }
  .featured-slider {
    padding-bottom: 100px;
  }
  .popular-treatments .item {
    box-shadow: 0 0 21px rgba(0, 0, 0, 0.15);
  }
  .page-title {
    height: 74px;
    padding-top: 30px;
  }
  .page-title h1 {
    font-size: 60px;
    bottom: -23px;
  }
  .popular-treatments {
    padding-top: 50px;
  }
  .popular-treatments {
    padding-bottom: 50px;
  }
  .who-we-are .section-title h2 {
    margin-bottom: 15px;
  }
  .inner-wrap .image-block {
    margin-bottom: 40px;
  }
  .who-we-are .section-title p {
    font-size: 20px;
  }
  .who-we-are .section-title {
    padding-bottom: 20px;
  }
  .general-information [class*="col-"] {
    margin: 0 0 30px !important;
  }
  .general-information {
    padding-bottom: 10px;
  }
  .form-wrap .form-control, select.form-control:not([size]):not([multiple]) {
    height: 53px;
  }
  .who-we-are {
    padding: 50px 0;
  }  
  .instagram-feeds .section-title {
    background-size: 50px auto;
    background-position: 50% 30px;
    padding: 40px 0 10px;
  }
  .banner .owl-carousel .item {
    background-position: 80% 0 !important;
  }
  .order-popup button.close {
    top: 10px;
    right: 10px;
  }
  .order-popup button.close img {
    width: 30px;
  }
  .featured-slider .big-title, .testimonials .big-title {
    display: none;
  }
  .landing-page .form-wrap form textarea.form-control {
    height: 100px;
  }
  .header-right {
    justify-content: flex-end;
  }
  .header-right li span {
    padding: 0;
  }
  .header-right li a {
    font-size: 0;
  }
  .header-right li a img {
    max-width: initial;
    max-height: initial;
  }
  .header-right li + li {
    margin-left: 20px;
  }
  .signup-section {
    padding: 60px 0;
  }
  .section-title h2 {
    font-size: 28px;
    line-height: 36px;
  }
  .buy-now-section h3 {
    font-size: 36px;
    margin-top: -20px;
  }
  .buy-now-section h2 {
    font-size: 46px;
  }
  .play-btn {
    width: 120px;
    height: 120px;
  }
  .banner .caption-title {
    font-size: 52px;
    line-height: 48px;
  }
  .banner .caption-title span {
    font-size: 56px;
    padding-left: 70px;
    padding-top: 0;
  }
  .social-links a + a {
    margin-left: 15px;
  }
  footer h4 {
    margin-bottom: 8px;
  }
  header {
    padding-left: 0;
    padding-right: 0; 
  }
  .feed-title h2 span {
    font-size: 36px;
  }
  .feed-title h2 {
    font-size: 24px;
  }
  .feed-list li {
    width: 50%;
  }
  .filter-tab {
    padding-bottom: 20px;
  }
  .breadcrumb {
    margin-bottom: 0;
  }
  .contact-section {
    padding-bottom: 50px;
  }
  .product-detail h1 {
    font-size: 28px;
    line-height: 32px;
  }
  header ~ hr {
    margin-top: 0;
  }
  .detail-images .swiper-left {
    width: 100%;
    order: 0;
  }
  .detail-images .swiper-right {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}

@media screen and (max-width: 575px) {
  .section-title h2 {
    font-size: 30px;
    margin-bottom: 8px;
  }
  .beauty-forever p {
    font-size: 20px;
  }
  .copyright {
    padding: 30px 0 10px;
  }
  footer {
    padding-top: 50px;
    padding-bottom: 0;
  }
  .testimonials .item-content, .testimonials .item-image, .testimonials .item-image img {
    width: 100%;
  }
  .testimonials .item {
    display: block;
  }
  .testimonials .item-content {
    padding: 30px 0 20px;
  }
  .details-box {
    padding: 35px 25px;
  }
  .details-box span {
    margin-top: 30px;
  }
  .details-box h2 {
    margin-bottom: 10px;
    font-size: 26px;
  }
  .price-box {
    display: block;
  }
  .price-box .btn {
    margin: 20px 0 0;
  }
  .details-box .price-box span:after {
    display: none;
  }
  .details-box .price-box span {
    margin-top: 0;
  }
  .details-box .tabs .nav-tabs {
    display: block;
  }
  .details-box .tabs .nav-tabs li {
    width: 100%;
  }
  .details-box .tabs .nav-tabs li a {
    padding: 15px;
  }
  .popular-treatments .btn {
    font-size: 20px;
  }
  .general-information .item a, .general-information .item span, .order-popup .item span {
    font-size: 18px;
  }
  .form-wrap form .btn {
    padding: 12px 28px;
  }
  .order-popup .form-wrap .section-title h2 {
    font-size: 40px;
    line-height: 40px;
  }
  .form-wrap {
    padding: 30px 0 35px;
  }
  .order-popup .form-wrap .section-title p {
    font-size: 20px;
  }
  .order-popup .modal-body {
    padding: 0 20px 51px;
  }
  .form-wrap {
    padding: 30px 0 15px;
  }
  .form-wrap .form-control, select.form-control:not([size]):not([multiple]) {
    font-size: 16px;
  }
  .featured-slider, .testimonials {
    padding-bottom: 50px;
  }
  .owl-carousel .owl-dots {
    position: static;
    padding-top: 25px;
  }
  .landing-page .call-us a {
    font-size: 20px;
  }
  .call-us img {
    width: 25px;
  }
  .landing-page header {
    padding: 15px 0;
  }
  .landing-page .beauty-forever ul li {
    width: 100%;
    text-align: left;
    font-size: 17px;
  }
  .landing-page .beauty-forever ul li:before {
    display: none;
  }
  .landing-page .free-consult {
    height: auto;
    padding: 30px 0;
  }
  .landing-page .free-consult a {
    font-size: 40px;
    line-height: 40px;
  }
  .landing-page .details-box {
    padding: 30px;
  }
  .landing-page .details-box h2 {
    font-size: 40px;
    line-height: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .landing-page .owl-carousel .owl-dots {
    position: absolute;
  }
  .feeds-section {
    padding-left: 0;
    padding-right: 0;
  }
  .play-btn {
    width: 90px;
    height: 90px;
  }
  .play-btn img {
    max-width: 24px;
  }
  .feed-list li {
    padding: 5px;
  }
  .section-title {
    margin-bottom: 20px;
  }
  .owl-carousel .owl-dots {
    padding-top: 15px;
  }
  .order-filter {
    flex-direction: column;
    align-items: flex-start;
  }
  .order-filter span {
    margin-bottom: 10px;
  }
  .order-filter select.form-control {
    width: 100%;
  }
  .section-title h2 {
    margin-bottom: 15px;
  }
  .filter-tab li {
    margin-bottom: 10px;
  }
  .banner-inner {
    padding: 55px 0 45px;
  }
  .swiper-inner {
    height: 100%;
    display: flex;
  }

}

@media screen and (max-width: 479px) {
  .banner h1 {
    font-size: 40px;
  }
  .navbar-collapse {
    width: 240px;
  }
  .navbar-expand-lg .navbar-nav .btn {
    padding: 10px;
    font-size: 14px;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    min-width: 100%;
  }
  .beauty-forever {
    max-width: 100%;
    padding: 38px 30px 42px;
    margin: 10px auto 0;
  }
  .beauty-forever a {
    margin: 0 0 10px;
    min-width: 100%;
    padding: 10.5px 8px;
  }
  .beauty-forever p {
    font-size: 18px;
  }
  .beauty-forever:after {
    display: none;
  }
  .beauty-treatment {
    padding-bottom: 50px;
  }
  .section-title .small-heading {
    font-size: 26px;
  }
  .section-title h2 {
    font-size: 28px;
    line-height: 36px;
  }
  .featured-slider .big-title, .testimonials .big-title {
    font-size: 12vw;
  }
  .price-box small {
    font-size: 22px;
    margin-left: 5px;
  }
  .details-box .tabs .nav-tabs li a {
    font-size: 18px;
  }
  .details-box .tab-content {
    padding: 20px 20px 0;
  }
  .form-wrap form .btn {
    min-width: 100%;
  }
  .page-title h1 {
    font-size: 53px;
    bottom: -20px;
  }
  .general-information .item a, .general-information .item span, .order-popup .item span {
    font-size: 16px;
  }
  .featured-slider .item-hover .middle-content {
    padding: 25px 15px;
  }
  .item-hover h3 {
    font-size: 24px;
  }
  .item-hover p {
    font-size: 16px;
    line-height: 22px;
  }
  .featured-slider .item ul li img {
    width: 18px;
  }
  .landing-page .free-consult a {
    font-size: 30px;
    line-height: 30px;
  }
  .landing-page .details-box h2 {
    font-size: 34px;
    line-height: 32px;
    margin-top: 30px;
  }
  .header-right {
    padding-right: 60px;
    min-width: initial;
  }
  .header-right li a img {
    max-width: 22px;
    max-height: 22px;
  }
  .header-right li + li {
    margin-left: 15px;
  }
  .banner .caption-title span {
    padding-left: 30px;
  }
  .section-title h2 {
    font-size: 24px;
    line-height: 24px;
  }
  .signup-section .section-title h2 {
    font-size: 21px;
    line-height: 23px;
  }
  .buy-now-section h3 {
    font-size: 30px;
  }
  .buy-now-section h2 {
    font-size: 36px;
    margin-top: 0;
  }
  .buy-now-section p {
    padding-bottom: 0;
  }
  .btn-link {
    font-size: 14px;
  }
  .buy-now-section p br {
    display: none;
  }
  .signup-section form {
    margin-top: 40px;
  }
  .banner.banner-inner .caption-title  {
    font-size: 42px;
    line-height: 36px;
  }
  .banner.banner-inner .caption-title span {
    padding-left: 0;
    font-size: 46px;
    margin-left: 0;
  }
  .product-detail h1 {
    font-size: 24px;
    line-height: 24px;
  }
  .swiper-right .swiper-slide, .detail-images .swiper-left {
    padding: 5px;
  }
  .detail-images .swiper-right {
    margin-left: -5px;
  }
  header ~ hr {
    margin-bottom: 0;
  }
  .detail-images .swiper-right, .detail-images .swiper-left {
    width: 100%;
  }
  .swiper-inner {    
    align-items: center;
    justify-content: center;
  }
  .detail-images .swiper-right {
    margin-left: 0;
  }
}
.tachado { text-decoration:line-through; }
.propiedad_opcion { color: #666; padding: 5px 10px; border-radius: 5px; -moz-border-radius:5px; -webkit-border-radius:5px; font-size: 14px; border: 1px solid #e6e6e6; display: block; float: left; margin-right: 5px; margin-bottom: 5px; }
.propiedad_opcion.sin_stock, .propiedad_opcion.sin_stock:hover { text-decoration: line-through; color: #ccc; cursor: default; background-color: #f4f4f4; border: 1px solid #e6e6e6; }

.mensaje-sin-stock { display: none; padding: 10px 20px; font-size: 14px; color: #a94442; background-color: #f2dede; border-color: #ebccd1; box-shadow: inset 0 1px 0 rgba(255,255,255,0.2); border-radius: 3px; -moz-border-radius: 3px; }
.sin-stock-label { display: inline-block; padding: 10px 20px; font-size: 14px; color: #a94442; background-color: #f2dede; border-color: #ebccd1; box-shadow: inset 0 1px 0 rgba(255,255,255,0.2); border-radius: 3px; -moz-border-radius: 3px; }

.comprar-flotante { display: none; }
@media (max-width:991px) { 
  .comprar-flotante { display: block; position: fixed; bottom: 0px; width: 100%; left: 0px; right: 0px; z-index: 9999; }
  .comprar-flotante .btn { margin-bottom: 0px !important; }
  .detail .flexslider { padding: 0px; }
  .producto.detail .item-price { font-size: 32px; text-align: center; }
  .hidden-xs { display: none; } 
}


.blog-cover-img { width: 100%; object-fit: cover; height: 480px  }
.blog-contain-img { width: 100%; object-fit: contain; height: 480px  }
.cover-home { object-fit: cover; height: 262px; width: 100% }
.contain-list-4 { object-fit: contain; height: 190px; width: 100% }
.contain-list-3 { object-fit: contain; height: 262px; width: 100% }
.thumb-cover { object-fit: cover; height: 140px !important; }
.detalle-contain { height: 400px !important; object-fit: contain; width: 100% }
.varcreative-checkout { margin-bottom: 50px; min-height: 400px }

/*
@font-face{
  font-family:'LatoRegular';
  src:url('https://www.varcreative.com/templates/shopvar_1/fonts/lato-regular.eot');
  src:url('https://www.varcreative.com/templates/shopvar_1/fonts/lato-regular.eot') format('embedded-opentype'),
      url('https://www.varcreative.com/templates/shopvar_1/fonts/lato-regular.woff') format('woff'),
      url('https://www.varcreative.com/templates/shopvar_1/fonts/lato-regular.ttf') format('truetype'),
      url('https://www.varcreative.com/templates/shopvar_1/fonts/lato-regular.svg#LatoRegular') format('svg');
  font-weight:normal;
  font-style:normal;
}

@font-face{
  font-family:'LatoLight';
  src:url('https://www.varcreative.com/templates/shopvar_1/fonts/lato-light.eot');
  src:url('https://www.varcreative.com/templates/shopvar_1/fonts/lato-light.eot') format('embedded-opentype'),
      url('https://www.varcreative.com/templates/shopvar_1/fonts/lato-light.woff') format('woff'),
      url('https://www.varcreative.com/templates/shopvar_1/fonts/lato-light.ttf') format('truetype'),
      url('https://www.varcreative.com/templates/shopvar_1/fonts/lato-light.svg#LatoLight') format('svg');
  font-weight:normal;
  font-style:normal;
}

@font-face{
  font-family:'LatoBold';
  src:url('https://www.varcreative.com/templates/shopvar_1/fonts/lato-bold.eot');
  src:url('https://www.varcreative.com/templates/shopvar_1/fonts/lato-bold.eot') format('embedded-opentype'),
      url('https://www.varcreative.com/templates/shopvar_1/fonts/lato-bold.woff') format('woff'),
      url('https://www.varcreative.com/templates/shopvar_1/fonts/lato-bold.ttf') format('truetype'),
      url('https://www.varcreative.com/templates/shopvar_1/fonts/lato-bold.svg#LatoBold') format('svg');
  font-weight:normal;
  font-style:normal;
}

@font-face {
  font-family:'LatoBlack';
  src:url('https://www.varcreative.com/templates/shopvar_1/fonts/lato-black.eot');
  src:url('https://www.varcreative.com/templates/shopvar_1/fonts/lato-black.eot') format('embedded-opentype'),
      url('https://www.varcreative.com/templates/shopvar_1/fonts/lato-black.woff') format('woff'),
      url('https://www.varcreative.com/templates/shopvar_1/fonts/lato-black.ttf') format('truetype'),
      url('https://www.varcreative.com/templates/shopvar_1/fonts/lato-black.svg#LatoBlack') format('svg');
  font-weight:normal;
  font-style:normal;
}
*/

.varcreative-error-message { padding: 5px 10px; clear: both; font-size: 14px; font-weight: normal; border-radius: 5px; border: solid 1px red; background-color: pink; color: red; }
.varcreative-pull-left { float: left; }
.varcreative-pull-right { float: right; }
.varcreative-checkout { background-color: #eeeeee; clear: both; float: left; width: 100%; color: #808080; }
.varcreative-checkout .varcreative-col-padding { padding: 80px 0px; overflow: hidden; }
.varcreative-checkout .varcreative-container { padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; }
@media (min-width: 768px) { .varcreative-checkout .varcreative-container { width: 750px; } }
@media (min-width: 992px) { .varcreative-checkout .varcreative-container { width: 970px; } }
@media (min-width: 1200px) { .varcreative-checkout .varcreative-container { width: 1170px; } }

.varcreative-col1, .varcreative-col2, .varcreative-col3, .varcreative-col4, .varcreative-col5, .varcreative-col6, .varcreative-col8, .varcreative-col12 { position: relative; min-height: 1px; padding-right: 15px; padding-left: 15px; float: left; width: 100%; }
@media (min-width: 992px) {
  .varcreative-col8 { width: 66.66666667%; }
  .varcreative-col6 { width: 50%; }
  .varcreative-col5 { width: 41.66666667%; }
  .varcreative-col4 { width: 33.33333333%; }
  .varcreative-col3 { width: 25%; }
  .varcreative-col2 { width: 16.66666667%; }
  .varcreative-col1 { width: 8.33333333%; }
  .varcreative-checkout .varcreative-col-resumen { min-height: 540px; } 
}
@media (max-width: 768px) {
  .varcreative-col6 { padding-left: 0px; padding-right: 0px; }
}
@media (max-width: 991px) {
  .varcreative-hidden-xs { display: none; }
  .varcreative-col8, .varcreative-col4 { padding-right: 0px; padding-left: 0px; }
}
.varcreative-checkout { font-size: 16px; }
.varcreative-checkout .varcreative-col-resumen { background-color: #f5f5f5; padding: 0px 20px; overflow: hidden; } 
.varcreative-checkout .varcreative-col-resumen-active { background-color: #fff; } 
.varcreative-checkout .varcreative-panel { max-width: 600px; margin: 40px auto; }
@media (max-width: 991px) { .varcreative-checkout .varcreative-panel { margin: 20px auto; } }
.varcreative-checkout .varcreative-panel.varcreative-panel-full { width: 100%; max-width: none; }
.varcreative-checkout .varcreative-form-group { margin-bottom: 15px; overflow: hidden; position: relative; clear: both; }
.varcreative-checkout .varcreative-option-btn {  font-size: 16px; color: #666; background-color: white; border: solid 1px #eee; padding: 20px 25px; cursor: pointer; box-shadow: 0px 2px 2px rgba(200,200,200,0.5); border-radius: 10px; -moz-border-radius: 10px; margin-bottom: 15px; }
/*.varcreative-checkout .varcreative-option-btn:hover { color: white; background-color: #3a86f6; border-color: #3a86f6; }*/
.varcreative-checkout .varcreative-panel-body { padding: 25px 30px; letter-spacing: 0px; background-color: white; border: 1px #e6e6e6 solid; margin-bottom: 30px; box-shadow: 0px 2px 2px rgba(200,200,200,0.5); border-radius: 3px; -moz-border-radius: 3px; clear: both; overflow: hidden; }
.varcreative-checkout .varcreative-panel-heading { color: #282828; font-size: 22px; margin-bottom: 30px; font-weight: bold; display: block; }
/*
.varcreative-checkout .varcreative-panel table thead tr th { border: solid 1px white; background-color: #cccccc; padding: 8px 15px; color: white; font-weight: normal; text-align: left; font-size: 13px; padding: 5px 10px; }
.varcreative-checkout .varcreative-panel table { width: 100%; border-collapse: collapse; }
.varcreative-checkout .varcreative-panel table tbody tr td { border: solid 1px #dfdfdf; padding: 3px 6px; }
.varcreative-checkout .varcreative-panel table tbody tr td .fa-times { color: #c1595a; }
.varcreative-checkout .varcreative-panel table tfoot tr td { font-size: 14px; background-color: #efefef; color: #282828; padding: 6px 12px; }
*/
.varcreative-checkout .varcreative-panel .varcreative-panel-body.p0 { padding: 0px; }
.varcreative-checkout .link_login { text-decoration: underline; cursor: pointer; }
.varcreative-checkout .varcreative-panel .panel-alert { font-size: 14px; color: #282828;  }
.varcreative-checkout .varcreative-panel .panel-alert i { border: solid 3px #dcdcdc; color: #dcdcdc; font-size: 14px;  width: 28px; height: 28px; line-height: 24px; text-align: center; display: inline-block; margin-right: 10px; border-radius: 300px; -moz-border-radius: 300px; -webkit-border-radius:300px; }
.varcreative-checkout .varcreative-panel-footer { overflow: hidden; }
.varcreative-checkout .varcreative-link { color:#3a86f6 !important; text-decoration: none !important; cursor: pointer !important; }
.varcreative-checkout .varcreative-btn { letter-spacing: 0px; line-height:14px; min-width: 0px; color: white; padding: 12px 35px; border-radius: 5px; -moz-border-radius:5px; -webkit-border-radius:5px; display: inline-block; float: none; font-size: 16px; background-color: #3a86f6; border: solid 3px #3a86f6; float: right; width: auto; }
.varcreative-checkout .varcreative-btn.varcreative-btn-2 { font-size: 14px; border: solid 3px #eeeeee;background-color: #eeeeee;color: #222; }
.varcreative-checkout .varcreative-btn-block { width: 100%; }
.varcreative-checkout .varcreative-btn.finalizar { width: 100%; }
.varcreative-checkout .varcreative-option-edit { float: right; cursor: pointer; color: #3a86f6; font-size: 14px; }
.varcreative-checkout .total_general { border-top: solid 1px #dedede; padding:15px 0px; text-align: right; font-weight: bold; font-size: 18px; color: #282828; margin: 15px 0px; }
.varcreative-checkout .total_general .label_total_general { float: left; }
.varcreative-checkout .total_general .numero_total_general {}
.varcreative-checkout .varcreative-finalizar-cont { margin-bottom: 60px; }
@media (max-width: 992px) { .varcreative-checkout .varcreative-finalizar-cont { margin-bottom: 30px; } }

.varcreative-table-row { float: left; width: 100%; clear: both; overflow: hidden; margin-bottom: 10px; }
.varcreative-item-info { margin-bottom: 15px; }
.varcreative-avatar { text-align: center; }
.varcreative-avatar a { width: 48px; height: 48px; display: inline-block; margin: 0 auto; }
.varcreative-avatar a img { width: 100%; border-radius: 100%; }
.varcreative-nombre-item { display: block; font-size: 16px; color: #4b4b4b; text-align: center; margin: 10px 0px; }
.varcreative-eliminar-item { float: right; }
.varcreative-eliminar-item img { cursor: pointer; width: 12px; height: 12px; }

.varcreative-option-btn.varcreative-option-btn-subpanel { box-shadow: none; margin-bottom: 0px; }
.varcreative-option-subpanel { font-size: 14px; background-color: #f5f5f5; box-shadow: 0px 2px 2px rgba(200,200,200,0.5); border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; padding: 20px; }
.varcreative-option-subpanel .varcreative-option-subpanel-title { color: #2e2e2e; font-size: 14px; font-weight: bold; margin-bottom: 10px; }
.varcreative-option-subpanel .i-checks > div { display: inline-block; }
.varcreative-option-subpanel .i-checks { margin: 10px 0px; }
.varcreative-option-subpanel .i-checks i { float: left !important; margin-right: 10px !important; margin-top: 2px !important; }
.varcreative-option-subpanel .varcreative-option-sucursal-texto { font-size: 14px; }
.varcreative-option-subpanel .varcreative-option-sucursal-texto b { font-weight: bold; font-size: 16px; }
.varcreative-sucursales-siguiente { overflow: hidden; margin-top: 10px; }
.varcreative-sucursales-siguiente .btn { float: right; }

.varcreative-tabla-resumen { width: 100%; }

.varcreative-panel-body .varcreative-input { margin-bottom: 15px }
.varcreative-checkout .varcreative-input {
  box-shadow: none;
  background-image: none;
  background-color: white;
  border: none;
  border-bottom: 1px solid #eeeeee;
  border-radius: 0;
  height: 55px;
  line-height: 14px;
  font-size: 14px;
  color: #000;
  font-family: "LatoRegular",Arial;
  padding: 10px 0px 0px 0px;
  width: 100%;
}

.varcreative-label {
  position: absolute;
  pointer-events: none;
  left: 0px;
  top: 22px;
  transition: 0.2s ease all;
}

.varcreative-checkout .varcreative-input:focus { outline: none; }
.varcreative-form-group input:focus { border-color: #3a86f6; }
.varcreative-form-group input:focus ~ .varcreative-label,
.varcreative-form-group input:not(:focus):valid ~ .varcreative-label,
.varcreative-label-fixed {
  top: 0px;
  left: 0px;
  font-size: 11px;
  opacity: 1;
}

.varcreative-form-group input[type="number"]::-webkit-outer-spin-button, .varcreative-form-group input[type="number"]::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.varcreative-form-group input[type="number"] { -moz-appearance: textfield; }

.varcreative-item-controls { overflow: hidden; border-bottom: solid 1px #dedede; padding-bottom: 15px; margin-bottom: 15px; }
.varcreative-item-controls .item-unit { float: left; }
.varcreative-item-controls .item-unit span { font-size: 12px; float: left; margin: 8px 5px 0px 0px; padding: 0px; }
.varcreative-input.varcreative-input-cantidad { float: left; display: inline-block; width: 60px; height: 32px; padding: 0px; background-color: transparent; }
select.varcreative-input { margin-bottom: 10px; }

.varcreative-checkout .costo_envio { margin-top: 10px; text-align: right; font-weight: normal; font-size: 16px; padding: 0px; color: inherit; }
.varcreative-checkout .costo_envio .label_costo_envio { margin-right: 25px; }
.varcreative-checkout .costo_envio .numero_costo_envio {}
.varcreative-checkout .costo_envio .costo_envio_gratis { color: #15b13d; }

.varcreative-checkout .carrito_linea { padding-top: 5px; padding-bottom: 5px; }
.varcreative-checkout .carrito_total .label_total_general { font-size: 22px; font-weight: bold; text-align: right; }
.varcreative-checkout .carrito_total .numero_total_general { font-size: 22px; font-weight: bold; }
.varcreative-checkout .carrito_linea { width: 100%; border-bottom: solid 1px #e5e5e5; }
.varcreative-checkout .checkout-title { padding-top: 5px; margin-bottom: 15px; font-size: 24px; text-transform: none; text-align: left; font-weight: normal; }
.varcreative-checkout .checkout-title:after { display: none; }
.varcreative-checkout .checkout-title .fa-check { margin-right: 10px; color:#30a142; }
.varcreative-checkout .cart-table th { padding-left: 8px; padding-right: 8px; }
.quantity-selector * { display: inline-block; float: left; }
.quantity-selector input { width: 60px; font-size: 14px; padding: 9px; text-align: center;}

/* Cuando es un modal, por ejemplo calculando el costo de envio en el detalle de un producto */
.modal-content.varcreative-checkout { background-color: white; }
.modal-content.varcreative-checkout .varcreative-panel-heading { margin-bottom: 0px; padding: 15px 30px; border-bottom: 1px #e6e6e6 solid; }
.modal-content.varcreative-checkout .varcreative-panel { margin: 0px; }
.modal-content.varcreative-checkout .varcreative-panel-body { box-shadow: none; border: none; margin: 0px; padding: 15px 30px; }
.modal-content.varcreative-checkout .varcreative-panel-body .btn-block { color: white; background: #e88e9b; text-transform: uppercase; }
@media (min-width: 768px) {
  .modal-dialog { max-width: 650px; }
}

@media (max-width: 768px) {
  .varcreative-panel-carrito { padding: 5px !important; }
  .traditional-cart-entry .image { margin-right: 5px !important; }
  .varcreative-checkout .varcreative-panel-heading { margin-bottom: 15px; }
  .varcreative-col5 { padding-left: 0px; padding-right: 0px; }
  .cell-view .traditional-cart-title { font-size: 14px; line-height: 20px; }
  .cart-table .punit, .cart-table .subtotal { font-size: 14px !important; line-height: 20px !important; }
}




.carrito-page { padding: 20px; }
.cart-table{width: 100%; font-size: 14px; line-height: 28px; color: #2e2e2e; font-weight: 600;}
.cart-table .column-0{width: 70px; min-width: 70px}
.cart-table .column-1{min-width: 230px;}
.cart-table .column-2{width: 180px; min-width: 120px}
.cart-table .column-3{width: 80px; min-width: 80px}
.cart-table .column-4{width: 180px; min-width: 120px}
.cart-table .punit{font-size: 18px; line-height: 28px; font-weight: 600;}
.cart-table .subtotal{font-size: 22px; line-height: 28px; font-weight: 600;}
.cart-table td{vertical-align: middle; padding: 25px 0px !important; border-top: 1px #e6e6e6 solid !important; border-left: none !important; border-bottom: none !important; border-right: none !important;}
.cart-table th{vertical-align: middle; padding: 15px 30px; font-size: 16px; line-height: 20px; color: #343434; border-top: none; border-bottom: none;}
.cart-table td:last-child, .cart-table th:last-child{padding-right: 0; padding-left: 0;}
.table-responsive{overflow-y: hidden; border: none;}
.cart-submit-buttons-box{padding: 25px 0 13px 0; text-align: right; font-size: 0;}
.cart-submit-buttons-box .button{margin-left: 11px;}
.cart-column-title{font-size: 16px; line-height: 20px; color: #333232; font-weight: 600; border-top: 1px #e6e6e6 solid; border-bottom: 1px #e6e6e6 solid; padding: 20px 0; margin-bottom: 20px;}
.cart-column-title.size-1{font-size: 18px; padding: 25px 0;}
.cart-column-title.size-2{padding: 23px 0;}
.cart-summary-box{ padding: 40px 35px; text-align: right;}
.cart-summary-box .button{padding-left: 10px; padding-right: 10px; display: block; margin-bottom: 18px;}
.cart-summary-box .sub-total{font-size: 15px; line-height: 20px; color: #878787; font-weight: 600; margin-bottom: 5px;}
.cart-summary-box .grand-total{font-size: 22px; line-height: 30px; color: #343434; font-weight: 600; margin-bottom: 15px;}
.cart-summary-box .simple-link{font-size: 13px; color: #808080; line-height: 24px; font-weight: 400;}
.cart-summary-box .simple-link:hover{color: #343434;}
.sidebar-subtotal{margin-bottom: 30px;}
.sidebar-subtotal .price-data{text-align: center; padding-bottom: 25px; border-bottom: 1px #e6e6e6 solid; margin-bottom: 30px;}
.sidebar-subtotal .price-data .main{font-size: 40px; line-height: 40px; color: #333232; font-weight: 700; font-family: 'Montserrat', sans-serif; margin-bottom: 15px;}
.sidebar-subtotal .price-data .title{font-size: 13px; line-height: 18px; color: #666666; margin-bottom: 5px;}
.sidebar-subtotal .price-data .subtitle{font-size: 12px; line-height: 16px; color: #333232; font-weight: 600; text-transform: uppercase; margin-bottom: 10px;}
.sidebar-subtotal .additional-data .title{font-size: 16px; line-height: 24px; color: #333232; font-weight: 600; margin-bottom: 20px;}
.sidebar-subtotal .additional-data .title .inline-label{margin-left: 0; margin-right: 10px;}
.sidebar-subtotal .additional-data .button{display: block; padding-left: 10px; padding-right: 10px;}

.traditional-cart-entry.style-1{padding-bottom: 33px; border-bottom: 1px #ebebeb solid; margin-bottom: 32px;}
.traditional-cart-entry:after{display: block; clear: both; content:"";}
.traditional-cart-entry .image{float: left; width: 70px; margin-right: 15px; }
.traditional-cart-entry.style-1 .image{width: 170px;}
.traditional-cart-entry .image img{max-width: 100%; height: auto; display: block;}
.traditional-cart-entry .tag{font-size: 10px; line-height: 10px; color: #8b8b8b; font-weight: 500; text-transform: uppercase; display: inline-block; margin-bottom: 5px;}
.traditional-cart-entry .tag:hover{color: #2e2e2e;}
.traditional-cart-entry .title{font-size: 20px; line-height: 28px; color: #2e2e2e; font-weight: 600; display: block; margin-bottom: 10px;}
.traditional-cart-entry .inline-description{font-size: 13px; line-height: 15px; color: #808080; font-weight: 400; margin-bottom: 5px;}
.traditional-cart-entry .price{margin-bottom: 20px; padding-top: 15px;}
.traditional-cart-entry .quantity-selector .entry{margin-bottom: 20px;}
.traditional-cart-entry .quantity-selector .entry.number-plus{margin-right: 20px;}

.traditional-cart-title {
  font-size: 22px;
  padding: 0;
  display: block;
  color: #2e2e2e;
  font-weight: bold;
  float: none;
  width: auto;
  background:none;
}

/*
.remove-button{display: inline-block; border: 1px #e6e6e6 solid; width: 34px; line-height: 32px; text-align: center; font-size: 12px;  background: transparent; color: #2e2e2e;}
.remove-button:hover{background: #ca1515; color: #fff; border: 1px #ca1515 solid;}
*/
.cart-table .cell-view .remove-button{display: inline-block; color: #dc484b !important; text-align: center; font-size: 12px; cursor: pointer; background-color: transparent !important; height: auto !important; width: auto !important; }
.cart-table .cell-view .remove-button i { color: #dc484b !important; }

.wishlist-entry .column-2 .remove-button{margin-left: 50px;}
.wishlist-header{border-bottom: 1px #e6e6e6 solid; border-top: 1px #e6e6e6 solid; margin-bottom: 32px; line-height: 68px; position: relative; font-size: 16px; color: #343434; font-weight: 600;}
.wishlist-header .title-1{margin-left: 100px; margin-right: 230px;}
.wishlist-header .title-2{width: 230px; position: absolute; top: 0; right: 0;}
/*Phones (<768px)*/
@media (max-width: 767px) {
    .wishlist-entry .column-1{margin-right: 0; margin-bottom: 20px;}
    .wishlist-entry .column-2{position: relative; margin: 0 0 0 100px; top: auto; width: auto;}
    .wishlist-entry .column-2 .remove-button{margin-left: 10px;}
    .wishlist-entry .button.style-14{padding-left: 10px; padding-right: 10px; width: 140px;}
    .traditional-cart-entry .image{margin-bottom: 15px; display: inline-block;}
}

@media (max-width:480px){
    .traditional-cart-entry.style-1 .image{
        width: 100px;
    }
    .traditional-cart-entry.style-1 .content{
        margin-left: 115px;
    }
    .traditional-cart-entry.style-1 .quantity-selector .button{
        margin-right: 10px;
    }
    .traditional-cart-entry.style-1 .detail-info-entry-title{
        display: none;
    }
    .traditional-cart-entry.style-1 .quantity-selector .entry.number-plus{
        margin-right: 15px;
    }
    .quantity-selector .entry.number-minus{
        margin-left: 0;
    }
}


.input-group { display: table; position: relative; }
.input-group select { display: table-cell; float: left; }
.input-group-btn { vertical-align: top; display: table-cell; width: 1%; position: relative; }
.input-group-btn .calcular_btn { padding-left: 10px; padding-right: 10px; margin-top: 0px;margin-left: 10px }


.varcreative-checkout .i-checks {
  padding-left: 20px;
  cursor: pointer;
}
.varcreative-checkout .i-checks input {
  opacity: 0;
  position: absolute;
  margin-left: -20px;
}
.varcreative-checkout .i-checks input:checked + i {
  border-color: #23b7e5;
}
.varcreative-checkout .i-checks input:checked + i:before {
  left: 4px;
  top: 4px;
  width: 10px;
  height: 10px;
  background-color: #23b7e5;
}
.varcreative-checkout .i-checks input:checked + span .active {
  display: inherit;
}
.varcreative-checkout .i-checks input[type="radio"] + i,
.varcreative-checkout .i-checks input[type="radio"] + i:before {
  border-radius: 50%;
}
.varcreative-checkout .i-checks input[disabled] + i,
.varcreative-checkout fieldset[disabled] .i-checks input + i {
  border-color: #dee5e7;
}
.varcreative-checkout .i-checks input[disabled] + i:before,
.varcreative-checkout fieldset[disabled] .i-checks input + i:before {
  background-color: #dee5e7;
}
.varcreative-checkout .i-checks > i {
  width: 20px;
  height: 20px;
  line-height: 1;
  border: 1px solid #cfdadd;
  background-color: #fff;
  margin-left: -20px;
  margin-top: -2px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
  position: relative;
}
.varcreative-checkout .i-checks > i:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  width: 0px;
  height: 0px;
  background-color: transparent;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.varcreative-checkout .i-checks > span {
  margin-left: -20px;
}
.varcreative-checkout .i-checks > span .active {
  display: none;
}

.varcreative-checkout .varcreative-option-btn.varcreative-option-envio-domicilio,
.varcreative-checkout .varcreative-option-btn.varcreative-option-retiro-sucursal,
.varcreative-checkout .varcreative-option-btn.varcreative-option-coordinar-vendedor,
.varcreative-checkout .varcreative-option-pago-transferencia-bancaria,
.varcreative-checkout .varcreative-option-pago-sucursal,
.varcreative-checkout .varcreative-option-pago-mercadopago,
.varcreative-checkout .varcreative-option-pago-convenir {
  background-position: 15px center, right center;
  background-repeat: no-repeat, no-repeat;
  padding-left: 70px;
}

.varcreative-checkout .varcreative-option-btn.varcreative-option-envio-domicilio {  
  background-image: url("https://www.varcreative.com/templates/comun/img/checkout-domicilio.png"), url("https://www.varcreative.com/templates/comun/img/checkout-flecha.png");
}
.varcreative-checkout .varcreative-option-btn.varcreative-option-retiro-sucursal {
  background-image: url("https://www.varcreative.com/templates/comun/img/checkout-sucursal.png"), url("https://www.varcreative.com/templates/comun/img/checkout-flecha.png");
}
.varcreative-checkout .varcreative-option-btn.varcreative-option-coordinar-vendedor {
  background-image: url("https://www.varcreative.com/templates/comun/img/checkout-coordinar-envio.png"), url("https://www.varcreative.com/templates/comun/img/checkout-flecha.png");
}
.varcreative-checkout .varcreative-option-pago-transferencia-bancaria {
  background-image: url("https://www.varcreative.com/templates/comun/img/checkout-transferencia-bancaria.png"), url("https://www.varcreative.com/templates/comun/img/checkout-flecha.png");
}
.varcreative-checkout .varcreative-option-pago-sucursal {
  background-image: url("https://www.varcreative.com/templates/comun/img/checkout-pago-sucursal.png"), url("https://www.varcreative.com/templates/comun/img/checkout-flecha.png");
}
.varcreative-checkout .varcreative-option-pago-mercadopago {
  background-image: url("https://www.varcreative.com/templates/comun/img/checkout-mercadopago.png"), url("https://www.varcreative.com/templates/comun/img/checkout-flecha.png");
}
.varcreative-checkout .varcreative-option-pago-convenir {
  background-image: url("https://www.varcreative.com/templates/comun/img/checkout-coordinar-envio.png"), url("https://www.varcreative.com/templates/comun/img/checkout-flecha.png");
}


.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate3d(0, -25%, 0);
       -o-transform: translate3d(0, -25%, 0);
          transform: translate3d(0, -25%, 0);
}
.modal.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
       -o-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.varcreative-titulo-compra { color: #222; }
.compra_ok_table { width: 100%; }
.compra_ok_table tfoot tr { border-top: solid 1px #ccc; }
.compra_ok_table td { padding: 10px 0px; }
.grey { color: #ccc; }
.green { color: #30a142; }
.btn-green { background-color: #30a142; color:white; }
.btn-green:hover { background-color: #10711f; }
.btn-blue { background-color: #0d1f73; color:white; }
.item-top .promocion { position: absolute; bottom: 10px; right: 10px; z-index: 100; }
.service-center #list-view .promocion { bottom: 20px; }
.our-services .promocion { position: absolute; top: 60px; left: 0px; }

.item-botones { clear: both; }
.item-botones > div { text-align: left; }
.item-botones > div:first-child { text-align: right; }
@media(max-width: 480px) {
  .item-botones > .col-xs-6 { width: 100% !important; margin-bottom: 5px; text-align: center !important; }
}

.label_cupon_descuento { margin-top: 5px; }
.varcreative-input-2,
input[type="text"].varcreative-input-2, 
input[type="number"].varcreative-input-2, 
input[type="email"].varcreative-input-2, 
input[type="tel"].varcreative-input-2, 
input[type="password"].varcreative-input-2 {
  width: 100%;
  font-size: 16px;
  color: #424242;
  background: #fff;
  border: 1px solid #e6e6e6;
  padding: 0px 15px;
  height: 40px;
  border-radius: 0;
  -webkit-border-radius: 0;
  outline: medium none;
  -webkit-appearance: none;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}
#varcreative-cupon-descuento { width: 120px }
@media (max-width: 768px) {
  #varcreative-cupon-descuento { width: 100%; margin: 10px 0px; }
}

.varcreative-warning {
  font-size: 16px;
  color: #222;
  background-color: #ffea7e;
  border: solid 1px #eee;
  padding: 20px 25px;
  cursor: pointer;
  box-shadow: 0px 2px 2px rgba(200,200,200,0.5);
  border-radius: 10px;
  -moz-border-radius: 10px;
  margin-bottom: 15px;  
}
.varcreative-warning i { color: black; font-size: 22px; margin-right: 15px; }
@media (max-width: 768px) {
  .varcreative-warning i { margin-right: 0px; display: block; text-align: center; margin-bottom: 10px; }
}
.d-block { display: block !important }