@charset "UTF-8";
/* CSS Document */

@font-face {
  font-family: "Centabel";
  src: url("../fonts/centabel.ttf") format("truetype");
}

@font-face {
  font-family: "Centabel";
  src: url("../fonts/centabel-bold.ttf") format("truetype");
  font-weight: bold;
}

/** {
  font-family: "Centabel", sans-serif;
  color:#4d4d4d;
}*/

* {
  font-family: Roboto,sans-serif;
  color:#4d4d4d;
}

.title-font, h1, h2, h3, h4, h5, h6, .step-advanced-link, .step-link {
  font-family: 'Roboto Condensed',sans-serif;
}

html, body {
  width: 100%;
  overflow-x: hidden;
}

h2 {
  margin-top: 5px !important;
	margin-bottom: 5px !important;
}
ol, ul {
  margin-bottom: 30px;
}
/*label {
  font-weight: 500;
}*/
p, label, .model-container .type, .description, .order-details-list, .cart-price, li {
  font-weight: 300;
}

main {
  max-width: 1200px;
  position: relative;
  margin: 0 auto;
}

.back_to_all_boots{
  position: absolute;
  color: #919191!important;
  top: 30px;
  left: 40px;
  font-size: 12px;
  z-index: 502;
  font-family: 'Roboto Condensed',sans-serif;
  text-decoration: none!important;
}
.back_to_all_boots:hover{
  cursor: pointer;
  border-bottom: 2px solid #712029;
  text-decoration: none;
  color: #919191;
}
.back_to_all_boots::before {
  content: "\f104";
  color: #C58032;
  font: normal normal normal 18px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-right: 6px;
}

.expand-menu{
  font-size: 24px;
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
}

.expand-menu-hide{
  opacity: 0 !important;
  visibility: hidden !important;
}

.expand-menu i:hover{
  cursor: pointer;
}

#logged-Menu{
  background-color: #eee;
  padding: 6px 24px;
  color: #712029;
  font-size: 12px;
  position: absolute;
  right: 60px;
  top: 0px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
}

#logged-Menu.logged-menu-hidden{
  top: -50px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
}

#total {
  font-weight: 500;
}
.main-row .inner-row {
  overflow: hidden;
}
#heartland-frame-cardNumber, #heartland-frame-cardCvv, #heartland-frame-cardExpiration{ height: 30px !important; }

.header {
  position: relative;
  font-family: 'Roboto Condensed',sans-serif;
  z-index: 530;
  display: table;
  width: 100%;
  transition: 0.3s;
  margin-top: 10px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
}

.header ul{
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: inherit;
}

.header ul::selection{
  background: #722129;
  color: #000;
}

.header ul .menu-item-selected{
  border-bottom: 2px solid #712029;
}

.header li{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-family: inherit;
}

.header ul li{
  padding: 8px 16px;
}

.header li:hover{
  background-color: #f7f7f7;
}

.header li.no-highlight:hover{
  background: none;
}

.header li a{
  text-decoration: none;
  color: inherit;
  font-family: 'Roboto Condensed',sans-serif;
  font-size: 16px;
  padding-bottom: 2px;
}
.header li a:hover{
  color: #712029;
}

.header .submenu{
  display: block;
  position: absolute;
  margin: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: #f7f7f7;
  left: 0px;
  top: 34px;
}

.header .submenu li{
  display: block;
  text-align: left;
  padding: 8px 16px;
}
.header .submenu li:hover{
  background-color: #000;
  color: #888;
}
.header .submenu li a:hover{
  text-decoration: underline;
  color: #888;
}

.header .top-menu-holder ul > li > ul {
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  min-width: 200px;
}

.header .top-menu-holder ul > li:hover > ul {
  /*min-width: 140px !important;*/
  visibility: visible;
  opacity: 1;
}

.header ul.menu-absolute{
  position: absolute;
  right: 0px;
  margin-top: 0px;
}

.logo {
	padding-left: 0px;
  display: table-cell;
  width: 1%;
}

.top-menu-holder{
  /*padding-right: 60px;*/
  display: table-cell;
  text-align: right;
  padding-left: 60px
}

.menu-options{
  display: inline-block;
  vertical-align: middle;
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
}

.menu-options-hidden{
  opacity: 0 !important;
  visibility: hidden !important;
}

.menu-right-options{
  display: inline-block;
  /*padding-left: 16px;*/
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
}

.menu-right-options-expanded{
  /*padding-top: 32px !important;
  padding-bottom: 32px !important;*/
}

#lmlogo {
  height: 43.2px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
}

.logo-expanded {
  height: 50px !important;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
}

.headerlogin{
  text-align: center;
}

.customizer-display {
	float: center;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.customizer-container {
	padding-bottom: 150px;
  position: relative;
}

.customizer-controls {
	padding: 10px 30px 20px;
	text-align: center;
  height: 700px;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  top: 95px;
}

.customizer-main-image {
	position: absolute;
	top: 0;
	left: 0;
	display:none;
}

.customizer-parts-container {
	position: absolute;
	left:20px;
	cursor:pointer;
  width: 100%;
}

.customizer-sprite {
	position: absolute;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	overflow: hidden;
}

.swatch-color {
	margin: 0 auto;
	cursor:pointer;
	box-sizing:content-box;
	padding: 10px;
  position: relative;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
}

.parts-separator {
	margin-top: 2px;
	border-bottom: 1px solid #d0d0d0;
	margin-bottom: 10px;
}

.row-separator {
	padding-top: 5px;
	margin-bottom: 5px;
}

.form-separator {
	margin-bottom:10px;
	min-height: 1px;
}

select {
	background: transparent;
	width: 70%;
	padding: 5px;
	height: 34px;
	-webkit-appearance: none;
  border-radius: 0;
}

.facompatible{
  font-family: FontAwesome, Roboto, sans-serif
}

.swatch-image {
	margin-bottom: 5px;
	width: 70px;
}

#part2-control .swatch-image {
  width: 70px;
}

#selector-5 .swatch-image {
  width: 65px;
}

#part5-control {
  padding: 10px 30px 20px;
}

.alertDisablingMessage{
  padding-top: 10px;
  font-size: 12px;
  color: #000;
}

.alertDisablingMessage span{
  color: #C58032;
  text-transform: uppercase;
}

.swatch-image-model {
	margin-bottom:10px;
}

.model {
	font-size:12px;
}

.customizer-steps {
	position:absolute;
  width: 180px;
  top: 159px;
  left: -165px;
}

.tab-top-line{
  position: absolute;
  top: 95px;
  left: 30px;
  width: 390px;
  border-bottom: 1px solid #c5c5c5;
  z-index: 600;
}

.side-tab-left-line{
  position: absolute;
  top: 125px;
  left: 13px;
  z-index: -501;
  height: 314px;
  border-right: 1px solid #c5c5c5;
}

.step-link {
	text-align: right;
	width: 180px;
	position: relative;
	display: inline-block;
	cursor:pointer;
  padding: 7px 10px;
  text-transform: uppercase;
}

.step-link span {
  font-family: inherit;
  color: #919191;
  transition: 0.1s;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -o-transition: 0.1s;
}

.step-link i {
  color: #759893;
  opacity: 0;
  width: 0;
  height: 0;
}

.step-link > img {
  width: 12px;
  margin-top: 14px;
}


.step-active {
  border-right: 5px solid #712029;
  font-size: 20px;
}

.step-active span {
  color: #712029;
}

.step-active::before {
  content: "\f0da";
  color: #712029;
  font: normal normal normal 16px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-right: 4px;
}

.step-img-active {
	display:none;
}

.step-active .step-img-active {
	display:inline-block;
}

.step-active .step-img {
	display:none;
}

.step-active i {
  color: #fff;
}

.swatch-part4, .swatch-part6 {
	font-size:16px;
}

.swatch-part4 > label > input, .swatch-part6 > label > input, .div-with-check > label > input {
	visibility: hidden;
}

.check-container > label > input {
	visibility: hidden;
}

.swatch-part4 > label > div, .swatch-part6 > label > div,  .div-with-check > label > div {
	display: inline-block;
	padding: 0px;
	height: 22px;
	width: 25px;
	background: none;
	border: 1px solid #000;
	vertical-align: bottom;
	margin-right: 8px;
  text-align: center;
}

.check-container > label > div {
  display: inline-block;
	padding: 0px;
	height: 22px;
	width: 25px;
	background: none;
	border: 1px solid #DDD;
	vertical-align: bottom;
	margin-right: 8px;
  text-align: center;
}

.swatch-part6 > label > div i, .div-with-check > label > div i, .div-with-check > .check-container > label > div i {
  display: none;
  color: #C58032;
  font-size: 20px;
}

.check-container > label > div i {
  display: none;
  color: #759893;
  font-size: 20px;
}

.swatch-part4 > label > input:checked +div i, .swatch-part6 > label > input:checked +div i, .div-with-check > label > input:checked +div i {
	/*background: url('../img/check_seleccionar.png') no-repeat center center #ffffff;
	background-size: 20px 18px;*/
  display: block;
}

.check-container > label > input:checked +div i {
  display: block;
}

.check-container > label > div {
  position: absolute;
  left: 0;
}

.check-option {
  display: inline-block;
  padding: 10px 20px 20px;
}

.check-option div {
  border-color: #DDD !important;
}

.zoom-controls {
	height:90px;
	width: 100%;
	z-index: 4;
	text-align: center;
	position: absolute;
	bottom: 10px;
  left: 70px;
}

.zoom-controls-container > a > img {
	width: 38px;
	padding-right: 8px;
	padding-left: 8px;
	margin: 0 5px;
}

.shoe-shadow {
	position:absolute;
  width: 100%;
	bottom: 50px;
	z-index: 3;
	text-align: center;
}

.shoe-shadow > img {
	width:400px;
  margin-left: 140px;
}

.zoom-controls-container {
	display:inline-block;
	padding:10px;
	background-color:transparent;
}

#contenedor-precio {
	position:absolute;
	z-index: 502;
	top: 0px;
	padding: 10px 10px 20px;
	left: 40px;
  background-color: #fff;
  width: 390px;
  font-family: 'Roboto Condensed',sans-serif;
}

.model-heading {
	font-size: 32px;
}

.ico-cart {
	vertical-align: baseline;
}

.precio {
	font-size: 16px;
	color: #999;
}

.boton-buy {
	position:absolute;
	z-index:3;
  color: #fff;
	cursor: pointer;
  background: #ca843a;
  text-align: center;
  font-size: 16px;
	top: 402px;
  left: 62px;
	padding: 10px;
  width: 300px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
}

.boton-buy a {
  color: #fff;
}

.boton-buy a:hover {
  color: #fff;
  text-decoration: none;
}

.boton-buy .price{
  padding-left: 20px;
  color: #fff;
}
.customizer-notes {
  display: flex;
  gap: 20px;
  position: absolute;
  left: 0px;
  right: 0px;
  text-align: center;
  top: 480px;
}

.customizer-logos {
  display: flex;
  gap: 20px;
  position: absolute;
  top:450px;
  padding:20px;
  left: 100px;
  margin-top: 10px;
  text-align: center;
  float:left;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
}

.boton-cart {
	z-index:3;
	cursor: pointer;
  text-align: center;
  font-size: 16px;
  color: #712029;
  display: inline-block;
  vertical-align: middle;
}

.boton-cart a {
  color: #712029;
}

.boton-cart i, .boton-cart span {
  color: #712029;
}

.zoom-overlay {
	background-color:#fff;
	background-color:rgba(240,240,240,0.7)
}
#areamap-angulated {
	position: absolute;
	left: 18px;
	top: 25px;
	z-index: 500;
}

#areamap-side {
	position: absolute;
	left: 18px;
	top: 25px;
	z-index: 500;
}

#areamap-back {
	position: absolute;
	left: 18px;
	top: 25px;
	z-index: 500;
}

#areamap-front {
	position: absolute;
	left: 18px;
	top: 25px;
	z-index: 500;
}

.hover-overlay {
	position: absolute;
	left: 18px;
	top: 25px;
	z-index: 600;
	pointer-events: none;
	display:none;
}

.has-divider {
  background: url('../img/border_zoom.png') no-repeat bottom !important;
}

#customizer-panel-container {
  position: absolute;
  width: 450px;
  right: 0px;
  z-index: 99;
}

.model-code {
  display: inline-block;
  font-size: 30px;
  /*border-right: 1px solid #4d4d4d;*/
  padding-right: 7px;
  margin-right: 2px;
}

.model-cost {
  color: #919191;
  position: absolute;
  top: 63px;
  right: 10px;
}

.boot-classification{
  color: #919191;
  font-size: 13px;
  text-transform: uppercase;
  font-family: inherit;
}

.boot-classification-line{
  position: absolute;
  top: 82px;
  left: 10px;
  width: 25px;
  border-top: 2px solid #712029;
}

.model-container {
  text-align: left;
  padding: 0 !important;
  margin-top: 30px;
}

.description {
  display: inline-block;
  font-size: 15px;
}

.final-type, .model-cost {
  display: inline-block;
  text-transform: uppercase;
  font-family: inherit;
}

.model-container .type {
  font-size: 20px;
  max-width: 130px;
}

.model-container .model-code, .model-container .model-cost {
  font-size: 18px;
}

.check-part {
  opacity: 0;
  position: absolute;

  width: 40px;
  text-align: center;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 20px;
  font-size: 36px;

  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  z-index: 50;
}


.check-leather{
    left: auto !important;
    right: 40px !important;
    margin: 0 auto;
    top: 3px !important;
    font-size: 25px !important;
}
.check-leather-2{
    left: auto !important;
    right: 6px !important;
    margin: 0 auto;
    top: 7px !important;
    font-size: 20px !important;
}

.check-part i {
  color: #C58032;
}

.check-part div {
  z-index: -5;
  position: absolute;
  left: 5px;
  top: 1px;
  font-size: 34px;
}

.check-part div i {
  color: #fff;
}

.part-selected .check-part {
  opacity: 1;
}

.select-leather{
    opacity: 1 !important;
}
#part1-control p {
  font-size: 16px;
}

.nav-prev {
  width: 50%;
  display: inline-block;
  float: left;
  border: 1px solid #ca843a;
  padding: 4px 0;
  color: #ca843a;
  cursor: pointer;
}

.nav-prev i {
  color: #E5C29D;
}

.nav-next {
  width: 50%;
  display: inline-block;
  float: right;
  border: 1px solid #ca843a;
  background-color: #ca843a;
  padding: 4px 0;
  color: #fff;
  cursor: pointer;
}

.nav-next i {
  color: #fff;
}

.padding-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.padding-10-5-5 {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 25px;
  padding-right: 0px;
}


#selector-2 .check-part i{
  color: #fff;
}

#selector-5 .swatch-color {
  padding: 10px 5px 20px;
}

.control-part1 {
  padding: 5px;
}

.control-part2 .model {
  margin: 0;
}

#contenedor-precio .model-code {
  font-size: inherit;
  font-family: inherit;
}

#contenedor-precio .description {
  font-size: 16px;
  font-family: inherit;
}

.inactive {
  opacity: 0.5;
  cursor: not-allowed;
}

.checkout-container {
  margin-bottom: 50px;
}

.checkout-wrapper {
  padding: 20px;
  max-width: 540px;
  margin: 0 auto;
}

.checkout-wrapper h3 {
  text-align: left;
  font-size: 18px;
  padding: 0px 10px;
  margin-top: 20px;
  margin-bottom: 15px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  text-transform: uppercase;
}

.checkout-wrapper h3 span{
  font-weight: bold;
}

.checkout-wrapper h3 i {
  float: right;
  font-size: 24px;
  color: #aaa;
}

.customer_message {
  text-align: center !important;
}

.checkout-wrapper .product-divider{
  margin: 0;
  margin-bottom: 20px;
}

.checkout-wrapper .filled i {
  color: #712029;
}
.errors {
  margin: 0;
  padding: 5px 0;
}
.errors li {
  /*display: inline-block;*/
  list-style-type: none;
  color: #d52222;
}
.invalid-input {
  color: #d52222;
  border-color: #d52222 !important;
}
.icon-label {
  display: inline-block;
  font-size: 20px;
  margin: 0 5px;
  width: 20px;
}

.icon-label i {
  color: #712029;
}

.input-box {
  margin: 0 4px 0 2px;
  padding: 4px 5px;
  width: 170px;
  height: 30px;
  border: 1px solid #DDD;
  border-radius: 0;
  line-height: normal !important;
  -webkit-appearance: none;
  font-weight: 300;
  background-color: #fff;
}

.input-150 {
  width: 150px !important
}

.check-container {
  display: inline-block;
  width: 150px;
  text-align: left;
  position: relative;
}

.control-input-email,  {
  margin: 0 4px 0 2px;
  padding: 3px 5px;
  width: 200px;
  border: 1px solid #DDD;
  text-align: center;
  -webkit-appearance: none;
}

.text-black {
  color: #000 !important;
}

.birthdate-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px;
  margin: 0 4px 0 2px;
}

.form-line {
  margin-bottom: 8px;
}

.totals-checkout {
  max-width: 330px;
  margin-top: 20px;
}

.total-block {
  width: 70%;
  float: left;
  padding: 5px 10px;
  text-align: right;
  color: #888;
}

.total-block strong {
  color: #000;
}

.total-result {
  width: 30%;
  float: left;
  padding: 5px 10px;
  text-align: right;
}

.final-total {
  font-size:  15px;
  font-weight: bold;
  color: #000;
}

select.input-box {
  width: 170px;
  margin-left: 0;
  margin-right: 6px;
  height: 30px;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #DDD;
}

.order-container {
  margin-bottom: 50px;
  font-family: 'Roboto Condensed',sans-serif;
}

.cart-container > .cart {
  border-top: 1px solid #eeeeee;
}

.page-title {
  text-align: center;
  padding: 5px 0;
}

.page-title h2 {
  font-size: 46px;
}

.page-title h2 span{
  color: #712029;
  font-weight: bold;
  font-family: 'Roboto Condensed',sans-serif;
}

.checkout-container .page-title h2 {
  color: #712029;
  font-weight: bold;
}

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

.page-subtitle div {
  display: inline-block;
  width: 40%;
  border-bottom: 1px solid;
  padding-top: 0px;
  vertical-align: super;
  margin: 0 10px;
}

.page-subtitle h3 {
  display: inline-block;
}

.page-subtitle p {
  text-align: right;
  padding: 0 40px;
}

.options-input {
  width: 230px;
  margin: 10px 0 0;
  border-radius: 0;
  -webkit-appearance: none;
  border: 1px solid #cccccc;
  padding: 5px;
  font-weight: 300;
}

#selector-6 {
  text-align: left;
  max-width: 300px;
  margin: 0 auto;
}

#additional-input-name, #additional-input-initials {
  padding-left: 50px;
  position: relative;
}

.page-title h2.checkout-process-title{
  color: #4d4d4d;
  font-weight: normal;
}

.page-title h2.checkout-process-title span{
  color: #712029;
  font-weight: bold;
}

.select-label {
  position: relative;
  margin-bottom: 0;
}

.select-label select {
  width: 170px !important;
}

.select-label .ico-select {
  right: 10px;
}

.ico-select {
  position: absolute;
  bottom: 10px;
  right: 30px;
  pointer-events: none;
}

.cart-wrapper {
  margin: 8px 14px 0;
}

.cart-wrapper h2{
  margin-top: 0px !important;
}

.cart-container h4 {
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: 0;
  text-transform: uppercase;
}

.model-description {
  display: inline-block;
  vertical-align: top;
  margin-top: 8px;
  font-size: 24px;
}

.cart-price {
  font-size: 20px;
  color: #000;
}
.cart-price-details{
    padding-top: 15px;
    text-align: left;
    font-size: 14px;
}
.order {
  color: #6f7070;
  padding-bottom: 10px;
  border-bottom: 1px solid #4d4d4d;
  margin-bottom: 15px;
  width: 420px;
}

.order-details {
  color: #6f7070;
}

.order-details span {
  color: #020202;
}

.order-details-list, .order-details-list ul {
  list-style-type: none;
  padding: 0;
  margin-bottom: 30px;
}

.order-details-list li {
  margin-bottom: 8px;
  color: #6f7070;
}

.actions-order {
  width: 400px;
}

.action-remove {
  width: 130px;
  text-align: center;
  color: #4d4d4d;
  border: 1px solid #eaeaea;
  background-color: #eaeaea;
  font-size: 15px;
  padding: 5px;
  margin-left: 5px;
  margin-right: 5px;
  cursor: pointer;
  display: inline-block;
}

.action-remove i {
  color: #4d4d4d;
}

.action-pdf {
  padding: 0 10px;
}

.action-pdf i {
  color: #000;
}

.action-edit {
  width: 130px;
  text-align: center;
  color: #4d4d4d;
  border: 1px solid #eaeaea;
  background-color: #eaeaea;
  font-size: 15px;
  padding: 5px;
  margin-left: 5px;
  margin-right: 5px;
  cursor: pointer;
  display: inline-block;
}

.action-edit i {
  color: #4d4d4d;
}

.border-right-cart {
  border-right: 1px solid #eeeeee;
}

.product {
}

.product-divider {
  clear: both;
  margin: 0 15px;
  border-bottom: 1px solid #eeeeee;
}

.spacing-products {
  padding-bottom: 30px;
  padding-top: 20px;
}

.total h5 {
  font-size: 20px;
  padding: 20px 0;
}

.cart-price {
  margin-top: 20px;
}

.shipping-notice {
  font-size: 11px;
  color: #919191;
  margin-bottom: 20px;
  font-family: 'Roboto Condensed',sans-serif;
}

.back-btn {
  display: inline-block;
  padding: 5px;
  color: #919191;
  border: 2px solid #efefef;
  width: 175px;
  text-align: center;
  margin-top: 5px;
  cursor: pointer;
}

.back-btn i {
  color: #919191;
  padding: 0 5px;
  font-size: 16px;
}

.action-btn {
  display: inline-block;
  padding: 5px;
  background-color: #ca843a;
  color: #fff;
  border: 1px solid #ca843a;
  width: 175px;
  text-align: center;
  margin-top: 5px;
  cursor: pointer;
}

.action-btn i {
  color: #fff;
  padding: 0 5px;
  font-size: 16px;
}

.action-btn a {
  color: #fff;
}

.action-btn a:hover {
  color: #fff;
  text-decoration: none;
}

.back-btn a {
  color: #ca843a;
}

.back-btn a:hover {
  color: #ca843a;
  text-decoration: none;
}

.padding-main-actions {
  padding: 20px 15px;
}

.cart-wrapper .cart-price {
  margin-top: 50px;
}

.input-disabled {
  background-color: #eaeaea;
  cursor: not-allowed;
}
.control-panel {
  position: absolute;
  width: 100%;
  padding: 10px 30px 20px;
  top: 0;
  left: -100%;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
}
#part6-control {
  padding: 10px 10px 20px;
}
.panel-active {
  left: 0;
}

.control-panel .form-group p {
  font-size: 16px;
}

.controls-active {
  top: 95px;
  opacity: 1;
}

.has-subtitles {
  margin: 0;
}

.subtitle {
  font-size: 11px !important;
  color: #939393;
}

#selector-3 .swatch-color {
  margin: 0 auto 10px;
  width: 70px;
}

#selector-6 .form-group {
  margin-bottom: 30px;
}

#selector-6 label {
  margin-bottom: 15px;
}

.customizer-navigation {
  left: 0;
  position: absolute;
  width: 100%;
  bottom: 15px;
  padding: 0 30px;
}

/*.customizer-navigation-wrapper {
  position: relative;
  left: -50%;
}*/

.hidden {
  opacity: 0;
}

.model {
  display: none;
}

.toe {
  display: none;
}

.initials {
  display: none;
}

.top-panel, .thin-tab {
  display: none;
}

.model-active {
  display: block;
}

.toe-active {
  display: block;
}

.initials-active {
  display: block;
}

.top-panel-active, .thin-tab-active {
  display: block;
}

#change-view {
  width: 38px;
  padding-right: 8px;
  padding-left: 8px;
  vertical-align: sub;
}

#change-view i {
  font-size: 24px;
  color: #666666;
}

.btn-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
/*.price-label-responsive {
  display: none;
}*/

.overlay-customizer, #customizer-panel-container {
  opacity: 1;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
}

.loading-view, .back-loading-view {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 1);
  z-index: 999;
  opacity: 1;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
}

.loading-wrapper, .back-loading-wrapper {
  position: absolute;
  top: 40%;
  left: 50%;
}

.error-wrapper {
  position: absolute;
  top: 40%;
  left: 50%;
}

.loading-text {
  position: relative;
  top: -50%;
  left: -50%;
  font-size: 30px;
  text-transform: uppercase;
}

.error-text {
  color: #712029;
  font-weight: bold;
  font-family: 'Roboto Condensed',sans-serif;
  font-size: 30px;
}

.error-message {
  margin: 20px 0;
}

.error-message,  .error-text, .error-action {
  position: relative;
  left: -50%;
  text-align: center;
}

.hidden-loading {
  /*width: 0;
  height: 0;*/
  z-index: -1;
  opacity: 0;
}

.ico-cart-image {
  background-image: url('../img/ico-cart.png?v=3.0');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 28px;
  height: 28px;
  display: inline-block;
  position: relative;
}

.ico-cart-image span {
  position: absolute;
  font-size: 14px;
  top: -3px;
  left: 6px;
  width: 20px;
  text-align: center;
}

.boton-cart .cart-text {
  position: absolute;
  margin-left: -10px;
  padding: 5px 0;
}

.boton-cart > a:hover > span {
  text-decoration: underline;
}

.action-btns {
  text-align: center;
}
#modal-cart .modal-body, #modal-confirmation .modal-body {
  text-align: center;
}
#modal-cart .modal-body p, #modal-confirmation .modal-body p {
  text-align: center;
  font-size: 20px;
}
.modal-link-footer .modal-content::before {
	content:url('../img/decoration-lamundial.png'); /* with class ModalCarrot ??*/
}
.modal-link-footer .modal-content {
  padding: 30px;
  text-align: center;
}
.modal-link-footer .modal-body {
  text-align: left;
}
.modal-link-footer .modal-title {
  color: #722129;
  text-align: left;
  text-transform: uppercase;
}
.modal-link-footer h4 strong {
  text-transform: uppercase;
  font-size: 14px;
  color: #722129;
}
.loading-gif {
  margin: 20px;
}
.loading-gif img {
  width: 70px;
}
.loading-wrapper .loading-gif, .back-loading-wrapper .loading-gif {
  position: relative;
  left: -50%;
  text-align: center;
}
footer {
  text-align: center;
  margin: 10px 0 0;
  padding: 10px;
}
footer a {
  margin: 0 5px;
  color: #000;
  font-family: 'Roboto Condensed',sans-serif;
}
footer a:hover {
  color: #000;
}
.copyright {
  color: #999;
  font-family: 'Roboto Condensed',sans-serif;
}
.footer-links {
  padding: 5px 0;
}
.form-line label {
  position: relative;
  margin-bottom: 0;
}
.form-line label i {
  position: absolute;
  top: 20%;
  right: 10px;
  pointer-events: none;
}
textarea {
  margin: 20px 0 !important;
  width: 100%;
  color: #4d4d4d !important;
}
.action-btn:hover, .boton-buy:hover, .back-btn:hover, .nav-next:hover, .nav-prev:hover, .action-remove:hover, .action-edit:hover, .action-pdf:hover {
  opacity: 0.7;
}
.zoom-controls-container a:hover {
  opacity: 0.7;
}
.edit-fields {
  font-size: 16px;
  color: #919191;
}
.edit-fields:hover {
  color: #919191;
  opacity: 0.7;
}
.field-cart {
  float: left;
  padding: 0 20px 0 0;
}
/*.loading-cart {
  width: 207px;
}
.loading-cart img {
  width: 25px;
}*/
/*.collapsible {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
}*/
/*.collapsed {
   opacity: 0;
   height: 0;
   transform: scale(1,0);
}*/
.collapse-control i {
  float: right;
  color: green;
}
.custom-file-input {
  display: inline-block !important;
  color: transparent;
  width: 170px;
  font-size: 12px;
  height: 24px;
}
.custom-file-input:focus {
  outline: 0 !important;
}
.custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}
.custom-file-input::before {
  content: 'SELECT A PHOTO (jpg)';
  display: inline-block;
  color: #ca843a;
  background-color: #759893;
  background-color: #fff;
  /*border: 1px solid #759893;*/
  border: 1px solid #ca843a;
  padding: 2px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  font-size: 14px;
  width: 100%;
  text-align: center;
}
.custom-file-input:hover::before {
  opacity: 0.7;
}
.custom-file-input:active::before {

}
.filename {
  padding: 0 5px;
  width: 160px;
  margin-top: 5px;
  margin-bottom: 0;
  text-align: center;
}
.text-label, .text-label label {
  display: inline-block;
  padding: 0 5px;
  width: 150px;
  font-weight: 500;
  color: #888;
}
.form-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.form-flex div {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  text-align: left;
}
.form-flex .text-label {
  text-align: right;
}
.link-popover {
  padding: 0 4px;
}
.total-result a {
  text-decoration: underline;
}
#selector-6 .errors {
  padding: 10px 0 0;
}
.errors-hidden {
  display: none;
}
.date-label {
  vertical-align: bottom;
}
.logout-btn {
  color: #000;
  padding-left: 8px;
}
.logout-btn:hover {
  color: #000;
  opacity: 0.7;
}
.scroll-indicator {
  border-radius: 50%;
  background: #000;
  opacity: 0.6;
  color: #fff;
  width: 30px;
  padding: 5px 0;
  position: absolute;
  bottom: 0;
  right: 10px;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
}
.scroll-indicator i {
  color: #fff;
}
.scroll-hidden {
  opacity: 0;
}
.open-customizer {
  display: none;
  position: absolute;
  top: 230px;
  right: 0px;
  z-index: 998;
  font-size: 25px;
  padding: 10px;
  cursor: pointer;
  background: #ca843a;
}
.open-customizer i {
  color: #fff;
}
.open-customizer:hover {
  text-decoration: none;
}
.icon-customizer {
  display: none;
}
.icon-close {
  display: block;
}
.customizer-close .icon-customizer {
  display: block;
}
.customizer-close .icon-close {
  display: none;
}
#selector-1 {
  padding: 0 10px;
  max-height: 350px;
  height: 350px;
  overflow-y: scroll;
  overflow-x: hidden;
  position: relative;
}
.container-type {
  width: 100%;
  position: absolute;
  display: none;
}

.container-type-active {
  display: block;
}

.color-name {
  font-size: 12px;
  margin-bottom: 2px;
}
.overlay-loading-image {
  width: 107%;
  height: 108.3%;
  background: #fff;
  opacity: 0.9;
  z-index: 999999999;
  position: relative;
}
.overlay-loading-image .loading-gif {
  position: relative;
  top: 40%;
  left: 50%;
}
.hidden-overlay {
  opacity: 0;
  z-index: -99;
}
#text-control-name, #text-control-initials {
  text-transform: uppercase;
}
#target-terms textarea {
  resize: none;
}
.error-descuento, .error-extras {
  font-size: 13px;
  margin-top: 8px;
  color: #d52222;
  margin-bottom: 15px;
}
.modal-content {
  border-radius: 0 !important;
  background-color: #F8F8F8 !important;
}
.captoe-option, .captoe-option-none {
  padding: 0 5px;
}
.image-captoe {
  width: 70px;
}
.cueros-hidden {
  display: none !important;
}
.form-line-hidden {
  display: none;
}
.iframe-credit-card {
  width: 170px;
  display: inline-block;
  height: 30px;
}
.iframe-credit-card iframe, #iframesCardNumber iframe {
  width: 100%;
}
.icon-credit-card {
  vertical-align: top;
}
.additional-basic-hidden {
  display: none;
}
.label-iframe {
  vertical-align: top;
  margin-top: 5px;
}
#iframesCardNumber {
  display: inline-block;
  width: 170px;
  height: 30px;
}
.swatch-advanced {
  margin: 0 auto;
  cursor: pointer;
  box-sizing: content-box;
  padding: 10px;
  position: relative;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
}
.advanced-part10 .swatch-image {
  width: 95px;
  left: 8px;
  top: -5px;
  position: absolute;
}
.advanced-part10 .swatch-image-relative-space {
  position: relative;
  width: 70px;
  height: 60px;
}
.advanced-part10-none .swatch-image {
  width: 70px;
  left: 20px;
  top: 12px;
}
.advanced-part10 .check-part{
  top: 23px;
}
.selector-advanced {
  padding: 0 15px;
}
.col-padding-10 {
    padding-left: 10px;
    padding-right: 10px;
}
.advanced-part-selected .check-part {
  opacity: 1;
}
.advanced-panel {
  opacity: 0;
  width: 100%;
  position: absolute;
  padding: 10px 30px 20px;
  left: -100%;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
}
#selector-advanced-8 .swatch-advanced {
  padding: 0 5px;
}

#selector-advanced-8 .check-part {
  top: 11px;
}

.div-with-check {
  margin-top: 5px;
}
.small-pad-top {
  padding-top: 8px;
}
#control-input-email, #control-input-mobile {
  width: 350px;
}

.top-panel-leather-text {
  font-family: 'Roboto Condensed',sans-serif;
  position: absolute;
  top: -8px;
  left: 378px;
  display: none;
  border-bottom: 2px solid #D0CACA;
  text-align: center;
  padding: 0 5px;
  width: 97px;
  z-index: 9;
}

.thin-tab-leather-text {
  font-family: 'Roboto Condensed',sans-serif;
  position: absolute;
  top: 90px;
  left: 382px;
  display: none;
  border-bottom: 2px solid #D0CACA;
  text-align: center;
  padding: 0 5px;
  width: 97px;
  z-index: 9;
}

.cap-toe-leather-text {
  font-family: 'Roboto Condensed',sans-serif;
  position: absolute;
  top: 530px;
  left: 8px;
  display: none;
  border-bottom: 2px solid #D0CACA;
  text-align: center;
  padding: 0 5px;
  width: 102px;
  z-index: 9;
}

.cap-toe-leather-text-toe {
  font-family: 'Roboto Condensed',sans-serif;
  position: absolute;
  top: 190px;
  right: 55px;
  display: none;
  border-bottom: 2px solid #D0CACA;
  text-align: center;
  padding: 0 5px;
  width: 102px;
  z-index: 9;
}

.top-panel-leather-text::after {
  content: "";
  border-bottom: 2px solid #D0CACA;
  padding: 0 25px;
  position: absolute;
  top: 32px;
  right: 92px;
  transform: rotate(-30deg);
}

.thin-tab-leather-text::after {
  content: "";
  border-bottom: 2px solid #D0CACA;
  padding: 0 24px;
  position: absolute;
  top: 8px;
  left: -44px;
  transform: rotate(30deg);
}

.cap-toe-leather-text::after {
  content: "";
  border-bottom: 2px solid #D0CACA;
  padding: 0 25px;
  position: absolute;
  top: 32px;
  right: -46px;
  transform: rotate(30deg);
}

.cap-toe-leather-text-toe::after {
  content: "";
  border-bottom: 2px solid #D0CACA;
  padding: 0 25px;
  position: absolute;
  top: 32px;
  left: -46px;
  transform: rotate(-30deg);
}

.leather-indicator-active {
  display: block;
}

.preview-zoom-hidden {
  opacity: 0;
}

.control-input-disabled {
  background: #eee;
}

.measurements-container {
  margin: 20px 0;
}

.title-measurements {
  background: #7e3a35;
  padding: 15px
}

.title-measurements h3 {
  text-transform: uppercase;
}

.title-measurements h3, .title-measurements p {
  color: #fff;
  margin: 0;
}

.measures-box {
  width: 100%;
  position: relative;
  background: #f2f2f2;
  margin: 20px 0;
}

.inner-measurements {
  margin: 0 auto;
  overflow: hidden;
}

.inner-measures-box {
  position: relative;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
}

.measures-decoration-top {
  width: 80%;
  border: 1px solid #ca843a;
  margin: 40px auto 0;
}

.measures-decoration-bottom {
  width: 80%;
  border: 1px solid #ca843a;
  margin: 0 auto 40px;
}

.measure-fig {
  padding: 20px 0;
  border: 2px solid #ca843a;
  max-width: 320px;
  margin: 30px auto 0;
}

.measure-fig img {
  width: 140px;
}

.actions-measurements {
  text-align: center;
  padding: 30px 0 40px;
}

.measure-action-back {
  margin-right: 20px;
}

.measures-instructions {
  margin-top: 60px;
  max-width: 130px;
  float: right;
}

.measures-instructions-title {
  display: inline-block;
  padding: 5px 10px;
  margin: 15px 0;
  border-bottom: 2px solid #ca843a;
}

.measures-instructions-text {
  color: #7c7c7b;
  font-weight: 300;
}

.measures-instructions-text strong{
  color: #7c7c7b;
}

.measures-values {
  margin-top: 80px;
}

.measures-right {
  margin-top: 30px;
}

.measures-values-title {
  padding: 3px 0;
}

.measures-input {
  max-width: 100px;
  text-align: center;
  margin: 0 4px 0 2px;
  padding: 4px 5px;
  width: 170px;
  height: 30px;
  border: 1px solid #DDD;
  border-radius: 0;
  line-height: normal !important;
  -webkit-appearance: none;
  font-weight: 300;
}

.ico-lm-measurments {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 20px 30px;
}

.ico-lm-measurments img {
  width: 25px;
}

.step-measurements {
  background: #f2f2f2;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
}

.step-absolute {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

.final-measures-text {
  color: #7c7c7b;
}

.final-measures-mail {
  font-weight: 300;
}

#step2-measurements {
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
}

#step3-measurements {
  transform: translateX(200%);
  -webkit-transform: translateX(200%);
  -moz-transform: translateX(200%);
  -o-transform: translateX(200%);
}

#step4-measurements {
  transform: translateX(300%);
  -webkit-transform: translateX(300%);
  -moz-transform: translateX(300%);
  -o-transform: translateX(300%);
}

.measure1-active {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
}

.measure2-active {
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
}

.measure3-active {
  transform: translateX(-200%);
  -webkit-transform: translateX(-200%);
  -moz-transform: translateX(-200%);
  -o-transform: translateX(-200%);
}

.measure4-active {
  transform: translateX(-300%);
  -webkit-transform: translateX(-300%);
  -moz-transform: translateX(-300%);
  -o-transform: translateX(-300%);
}

.step-confirmation {
  background: #f2f2f2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 100px 0;
  height: 100%;
  z-index: 9;
}

.step-confirmation h4 {
  text-transform: uppercase;
}

.step-confirmation h3 {
  color: #7e3a35;
}

.measurements-ico {
  padding: 20px;
}

.measurements-ico img {
  width: 25px;
}

.error-measure {
  color: #d52222;
  border-color: #d52222 !important;
}

.error-payment {
  color: #d52222;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 30px;
  margin-top: 10px;
}

.confirm-payment {
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 30px;
  margin-top: 10px;
  font-family: 'Roboto Condensed',sans-serif;
}

.thanks-for-purchase{
  margin-top: 10px;
  margin-bottom: 2px;
  font-size: 24px;
  font-family: 'Roboto Condensed',sans-serif;
}

.font-condensed{
  font-family: 'Roboto Condensed',sans-serif;
}

.overlay-rotation {
  width: 100%;
  height: 100%;
  position: absolute;
  background: #fff;
  z-index: 999999;
  display: none;
}

.overlay-rotation-wrapper {
  position: relative;
  top: 40%;
  left: 50%;
  text-align: center;
}

.overlay-rotation-wrapper h3 {
  font-size: 40px;
  position: relative;
  left: -50%;
  margin-bottom: 30px;
}

.overlay-rotation-wrapper i {
  font-size: 60px;
  position: relative;
  left: -50%;
}

.order-indicator {
  position: absolute;
  top: 0px;
  padding: 30px 40px;
  width: 100%;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
}

.mobile-logo #lmlogo {
  height: 40px;
}

.mobile-header {
  display: none;
}

.mobile-logo {
  display: table;
}

.mobile-logo .logo, .mobile-logo .mobile-toggle {
  display: table-cell;
  padding: 20px 15px;
  vertical-align: middle;
}

.mobile-toggle {
  font-size: 24px;
  text-align: right;
}

.toggle-menu, .boton-cart {
  padding-left: 16px;
}

.toggle-menu {
  text-decoration: none!important;
}

.mobile-menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: none;
}

.mobile-menu > li {
  width: 100%;
}

.mobile-menu > li a {
  display: block;
  border-bottom: 1px solid #EEE;
  color: #222;
  padding: 8px 15px;
  font-size: 18px;
  position: relative;
  text-decoration: none;
  font-family: 'Roboto Condensed',sans-serif;
}

.mobile-menu > li a:hover {
  background: #eee;
}

.mobile-menu .submenu {
  padding: 0;
  list-style: none;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  max-height: 0;
  /*height: 0;*/
  overflow: hidden;
}

.submenu-expanded {
  /*height: auto!important;*/
  max-height: 1000px!important;
}

.mobile-menu .submenu > li a {
  background: #f7f7f7;
  padding-left: 30px;
}

.mobile-menu-expanded {
  display: block;
}

.sub-menu-indicator {
  position: absolute;
  top: 0;
  right: 0;
  border-left: 1px solid #EEE;
  padding: 10px 25px;
  background: #fff;
}

.mobile-menu > li a.current-menu-item{
  color: #712029;
}

.current-menu-item:after {
  display: block;
  content: '';
  background: #712029;
  position: absolute;
  left: 3px;
  top: 2%;
  bottom: 2%;
  width: 2px;
  visibility: visible;
}

/* Nueva pantalla de selección de producto (bota) */

.breadcrumb {
  color: #BBB;
  font-size: 12px;
  padding-top: 20px;
  background: 0 0;
  padding: 10px 0 0 0;
  text-align: right;
}

.breadcrumb span {
  display: inline-block;
  text-transform: uppercase;
  margin: 0 3px;
  color: #b3b3b3;
  font-family: 'Roboto Condensed',sans-serif;
}

.products-container {
  position: relative;
}

.separator {
  border-top: 1px solid #c4c4c4;
  margin-bottom: 30px;
}

.product-types {
  display: none;
  border-right: 1px solid #c4c4c4;
  padding-bottom: 200px;
}

.product-type {
  color: #919191;
  text-transform: uppercase;
  font-family: 'Roboto Condensed',sans-serif;
  font-size: 16px;
  padding: 10px 15px 10px 0;
  text-align: right;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  cursor: pointer;
  position: relative;
  right: -3px;
}

.product-type-active {
  color: #712029;
  font-size: 22px;
  border-right: 5px solid #712029;
}

.product-type-active:before {
  content: "\f0da";
  color: #712029;
  font: normal normal normal 16px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-right: 4px;
}

.product-type-container {
  display: block;
  margin-bottom: 40px;
}

.product-type-responsive-label {
  display: block;
  text-transform: uppercase;
  font-size: 20px;
  color: #712029;
  font-family: 'Roboto Condensed',sans-serif;
  font-weight: 500;
}

.product-type-responsive-label:before {
  content: "\f0da";
  color: #712029;
  font: normal normal normal 16px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-right: 4px;
}

.global-separator {
  display: none;
}



@media screen and (min-width: 992px) {

  .product-type-container {
    display: none;
    /*visibility: hidden;*/
    /*opacity: 0;*/
    /*max-height: 0;
    overflow: hidden;*/
    /*width: 0;*/
    /*transform: scale(0);*/
    margin-bottom: 0;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
  }

  .product-type-container-active {
    display: block;
    /*opacity: 1*/
    /*transform: scale(1);*/
    /*width: 100%;*/
    /*max-height: 9999px;*/
    /*visibility: visible;*/
  }

  .product-types {
    display: block;
  }

  .product-type-responsive-label {
    display: none;
  }

  .global-separator {
    display: block;
  }

}

.product-selector-title {
  font-weight: 300;
  font-size: 36px;
  font-family: 'Roboto Condensed',sans-serif;
  color: #666666;
  margin-bottom: 30px;
}

.product-selector-title span {
  font-weight: 800;
  /*font-size: 32px;*/
  font-family: 'Roboto Condensed',sans-serif;
  color: #712029;
}

.product-heading {
  background: #000;
  padding: 10px 10px;
  position: relative;
}

.product-heading h4 {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  padding: 0;
  margin: 0;
}

.product-decoration {
  padding: 10px 20px;
  text-align: center;
}

.product-decoration img {
  width: 100%;
  max-width: 240px;
}

.product-title {
  padding-right:50px;
}

.customize-icon {
  position: absolute;
  top: 15px;
  right: 20px;
}
.customize-icon img {
  width: 27px;
}

.product-cost {
  color: #fff;
  font-size: 16px;
}

.product-media {
  position: relative;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  box-sizing: border-box;
}

.product-img {
  width: 100%;
}

.product-link {
  text-decoration: none!important;
  outline: 0!important;
}

/* Finaliza  Nueva pantalla de selección de producto (bota) */


/* Inicia Pantalla de medidas para vendedor */

.seller-measures-container {
  margin: 40px 0;
}

.measures-client-name {
  display: inline-block;
  margin-top: 10px;
  width: 170px;
  text-align: left;
  color: #ca843a;
  font-size: 24px;
  font-family: 'Roboto Condensed',sans-serif;
  font-weight: 400;
}

#search-btn:hover {
  opacity: 0.7;
}
#search-btn2:hover {
  opacity: 0.7;
}
.client-measurements-area {
  margin-top: 50px;
  text-align: right;
  padding: 10px 5px 10px 0;
  border-top: 1px solid #c4c4c4;
  margin-right: 15px;
}

.client-measurements-area a {
  color: #ca843a;
  font-family: 'Roboto Condensed',sans-serif;
  font-size: 18px;
}

/* loading taken from Visual Composer */

.vc_grid-loading, .vc_grid-loading:before, .vc_grid-loading:after  {
  border-radius: 50%;
  width: 12px;
  height: 12px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out
}

.vc_grid-loading {
  margin: 2em auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  -webkit-animation-delay: 0.16s;
  animation-delay: 0.16s;
  /*height: 20px;*/
}

.vc_grid-loading:before {
  left: -20px;
}

.vc_grid-loading:after {
  left: 20px;
  -webkit-animation-delay: 0.32s;
  animation-delay: 0.32s;
}

.vc_grid-loading:before, .vc_grid-loading:after {
  content: '';
  position: absolute;
  top: 0;
}

@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em rgba(235, 235, 235, 0.75);
  }
  40% {
    box-shadow: 0 2.5em 0 0 rgba(235, 235, 235, 0.75);
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em rgba(235, 235, 235, 0.75);
  }
  40% {
    box-shadow: 0 2.5em 0 0 rgba(235, 235, 235, 0.75);
  }
}
/* Finaliza Pantalla de medidas para vendedor */

/************ Extra Icons ************/
@font-face {
    font-family: 'icomoon';
    src:    url('../fonts/icomoon.eot?jjwup3');
    src:    url('../fonts/icomoon.eot?jjwup3#iefix') format('embedded-opentype'),
        url('../fonts/icomoon.ttf?jjwup3') format('truetype'),
        url('../fonts/icomoon.woff?jjwup3') format('woff'),
        url('../fonts/icomoon.svg?jjwup3#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icomoon-"], [class*=" icomoon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icomoon-shoe:before {
    content: "\e901";
}
.icomoon-user:before {
    content: "\e900";
}
#pdf-container {
  height:auto;
}

.error-close-orders {
  color: #d52222;
  text-transform: uppercase;
  font-weight: 500;
}
#confirmation-close  {
  padding: 20px 0;
}
#confirmation-close p  {
  font-weight: 500;
}
.margin-top-20 {
  margin: 20px 0;
}

.payment-option {
  margin: 0;
  display: none;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
}

.payment-active {
  /*opacity: 1;
  max-height: initial;*/
  display: block;
  margin: 20px 0 0;
}

.input-cart {
  width: 100%;
  padding: 10px;
  border: 1px solid #DDD;
  font-weight: 300;
  margin: 0;
}

.container-additionals {
  position: absolute;
  top: 40px;
  z-index: 99;
}

.container-additionals li {
  list-style: none;
  float: none;
}

.loading-box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255,255,255,0.9);
}

.loading-box .wrapper {
  font-size: 30px;
  padding-top: 50px;
}

.select-leather-calf , .select-leather-color-exotic , #select-piping-colors {
  padding-left: 28px;
}

.ico-select-square{
  position: absolute;
  top: 8px;
  left: 6px;
  width: 18px;
  height: 18px;
  border: 1px solid #000;
}

/* Leather colors */
.dropdownColor_23{
  /* Black */
  background-color: #000000;
}
.dropdownColor_6{
  /* Brick/Wine */
  background-color: #672418;
}
.dropdownColor_18{
  /* Chocolate */
  background-color: #3A2721;
}
.dropdownColor_27{
  /* Cognac */
  background-color: #B34E1E;
}
.dropdownColor_28{
  /* Navy blue */
  background-color: #0B274F;
}
.dropdownColor_20{
  /* Grey former Olive green */
  background-color: #C0C0C0;
}
.dropdownColor_22{
  /* Patent black */
  background-color: #000000;
}
.dropdownColor_33{
  /* Reddish brown */
  background-color: #3C1D1E;
}
.dropdownColor_25{
  /* Walnut */
  background-color: #8B3B2C;
}
.dropdownColor_24{
  /* Whisky */
  background-color: #B74936;
}
/* Additional piping leather colors */
.dropdownColor_9{
  /* Beige */
  background-color: #c8c2b2;
}
.dropdownColor_34{
  /* Pink */
  background-color: #c097a6;
}
.dropdownColor_8{
  /* White */
  background-color: #ffffff;
}

.dropdownColor_36{
  /* Green Forest */
  background-color: #728460;
}

.dropdownColor_35{
  /* Red */
  background-color: #a42723;
}

.dropdownColor_37{
  /* Royal Blue */
  background-color: #3a5bca;
}

.dropdownColor_7{
  /* Silver */
  background-color: #c0c0c0;
}

.dropdownColor_10{
  /* Bronze */
  background-color: #89734c;
}

.dropdownColor_12{
  /* Gold */
  background-color: #dfd8b0;
}

.dropdownColor_39{
  /* Beet */
  background-color: #8c4360 ;
}

.dropdownColor_32{
  /* Grape */
  background-color: #913879 ;
}

.dropdownColor_38{
  /* Orange */
  background-color: #e67e22 ;
}

.dropdownColor_1{
  /* Turquoise */
  background-color: #1abc9c ;
}


/*********** End Extra Icons ***********/

/*   Responsive   */
#customizer-panel-container-responsive{
  display: none;
}

@media (max-width: 994px) {
  .zls-small {
    display:none;
  }

  .back_to_all_boots{
    left: 14px;
  }

  .loading-text {
    font-size: 24px;
  }

  #customizer-panel-container{
    opacity: 0;
    visibility: hidden;
  }

  #customizer-panel-container-responsive{
    display: block;
  }

  .container-fluid{
    overflow: hidden;
  }

  .mobile-logo .logo{
    padding: 0;
    padding-top: 4px;
    padding-left: 15px;
  }
  .mobile-logo .mobile-toggle{
    padding: 8px 15px;
  }

  .selector-advanced{
    padding: 0;
  }

  .top-menu-holder{
    padding-right: 0px;
  }

  .menu-options-hidden{
    display: none;
  }

  .shoe-shadow{
    display: none;
  }

  .zoom-controls{
    display: none;
  }

  .customizer-container{
    height: 690px;
    padding-bottom: 0px;
  }

  .resp-no-border{
    padding: 0;
  }

  #responsiveOptionsMenu{
    width: 100%;
    border-color: #c5c5c5;
    padding-left: 10px;
  }

  .responsive-options-menu-container .select-up{
    color: #712029;
    position: absolute;
    font-size: 14px;
    right: 18px;
    top: 6px;
  }
  .responsive-options-menu-container .select-down{
    color: #712029;
    position: absolute;
    font-size: 14px;
    right: 18px;
    top: 14px;
  }

  #contenedor-precio-responsive{
    font-family: 'Roboto Condensed',sans-serif;
    padding-top: 8px;
    padding-bottom: 80px;
    background-color: #F2F2F2;
  }

  #contenedor-precio-responsive .description{
    font-family: inherit;
    padding-left: 10px;
  }

  #contenedor-precio-responsive .model-heading{
    padding-left: 10px;
  }

  #contenedor-precio-responsive .model-code{
    font-family: inherit;
    font-size: inherit;
    margin-right: auto;
    padding-right: 6px;
  }

  #contenedor-precio-responsive .title-font{
    font-size: 16px;
  }

  #contenedor-precio-responsive .boot-classification{
    font-size: 12px;
  }

  #contenedor-precio-responsive .boot-classification-line{
    padding-left: 10px;
    top: auto;
    left: auto;
    bottom: 8px;
  }


  #contenedor-precio-responsive .customizer-notes{
    display: flex;
    text-align: center;
    position: relative;
    top: 10px;
    left: 0px;
  }

  #customizer-section-basic-responsive .boton-buy{
    top: auto;
    bottom: 0px;
    left: 0px;
    width: 100%;
    font-size: 14px;
    position: fixed !important;
    border-radius: 0px;
  }

  #customizer-section-basic-responsive .boton-buy .price{
    padding-left: 12px;
  }

  #customizer-controls-responsive{
    overflow: hidden;
    position: relative;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
  }

  .reponsive-options-menu-item{
    padding: 6px 0px;

    position: absolute;
    top: -170px;
    width: 100%;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
  }

  #part2-control-responsive{
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
  }

  .responsive-colors-container{
    overflow-x: scroll;
    white-space: nowrap;
    text-align: center;
    float: none;
  }

  .responsive-colors{
    display: inline-block;
    width: 70px;
  }

  .responsive-colors img{
    margin: 0px;
  }

  .responsive-colors .color-name{
    position: absolute;
    bottom: 4px;
    text-align: center;
    color: #fff;
    width: 70px;
    font-family: 'Roboto Condensed',sans-serif;
    font-size: 11px;
  }

  .responsive-colors .check-part{
    font-size: 32px;
    width: 70px;
    top: 2px;
    margin: 0;
    left: auto;
    right: auto;
  }

  .responsive-colors .check-part i{
    color: #fff;
  }

  .part-selected-responsive .check-part {
    opacity: 1;
  }

  /*part9-control-responsive*/

  #part9-control-responsive .check-part{
    top: 10px;
  }

  .responsive-inline-items-container{
    overflow-x: scroll;
    white-space: nowrap;
    text-align: center;
    float: none;
  }

  #customizer-section-basic-responsive .swatch-advanced{
    padding: 0;
  }

  #customizer-section-basic-responsive .swatch-image{
    margin: auto;
  }

  .header {
    display: none;
  }
  .mobile-header {
    display: block;
  }

  #customizer-section-basic-responsive p{
    margin: auto;
    font-family: 'Roboto Condensed',sans-serif;
  }

  /*part4-control-responsive*/

  #customizer-section-basic-responsive .width-advanced-part{
    min-width: 70px;
    display: inline-block;
    padding: 0px 6px;
  }

  #customizer-section-basic-responsive .width-advanced-part p{
    margin-top: 6px;
  }

  #customizer-section-basic-responsive .advanced-part10 .swatch-image{
    left: -12px;
    top: -14px;
  }

  #customizer-section-basic-responsive .advanced-part10-none .swatch-image{
    left: 0px;
    top: auto;
  }

  #customizer-section-basic-responsive .advanced-part10 .check-part{
    top: 11px;
  }

  #customizer-section-basic-responsive .suboption-responsive{
    padding: 6px 0px;
    font-family: 'Roboto Condensed',sans-serif;
    color: #919191;
    font-size: 16px;
    cursor: pointer;
  }

  .header {
    display: none;
  }
  .mobile-header {
    display: block;
  }

  #customizer-section-basic-responsive .suboption-responsive-selected{
    color: #C58032;
    font-weight: bold;
  }

  #customizer-section-basic-responsive #part4-control-responsive .width-advanced-part{
    max-width: 82px;
  }

  #top-panel-responsive-noneSuboptionsOnly{
    opacity: 1;
    visibility: visible;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
  }

  #top-panel-responsive-allSuboptions{
    opacity: 1;
    visibility: visible;
    position: absolute;
    width: 100%;
    top: 6px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
  }

  .hidden-subOptions{
    opacity: 0 !important;
    visibility: hidden !important;
  }

  .hidden-subOptions select{
    visibility: hidden;
  }

  .resp-other-subOption{
    opacity: 1;
    visibility: visible;
    position: absolute;
    width: 100%;
    top: 48px;
    text-align: center;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
  }

  .resp-other-subOption.resp-other-subOption-closerToTop{
    top: 40px;
  }

  .innerSubOption2{
    /*opacity: 1;
    visibility: visible;
    position: absolute;
    top: 44px;
    width: 100%;*/
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
  }

  .colors-dropdown-container{
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 0px;
  }

  /*part5-control-responsive*/

  #customizer-section-basic-responsive .advanced-part8 .check-part{
    top: 11px;
  }

  #thin-tab-responsive-noneSuboptionsOnly{
    opacity: 1;
    visibility: visible;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
  }

  #thin-tab-responsive-allSuboptions{
    opacity: 1;
    visibility: visible;
    position: absolute;
    width: 100%;
    top: 6px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
  }

  /*part3-control-responsive*/

  #customizer-section-basic-responsive #part3-control-responsive .width-advanced-part{
    max-width: 102px;
  }

  #cap-toe-responsive-noneSuboptionsOnly{
    opacity: 1;
    visibility: visible;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
  }

  #cap-toe-responsive-allSuboptions{
    opacity: 1;
    visibility: visible;
    position: absolute;
    width: 100%;
    top: 6px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
  }

  /*part6-control-responsive*/

  #piping-responsive-noneSuboptionsOnly{
    opacity: 1;
    visibility: visible;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
  }

  #piping-responsive-allSuboptions{
    opacity: 1;
    visibility: visible;
    position: absolute;
    width: 100%;
    top: 6px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
  }

  .piping-inline{
    display: inline-block;
    padding: 12px 6px;
  }

  #part6-control-responsive .colors-dropdown-container{
    top: auto;
  }

  #select-piping-colors-responsive{
    padding-left: 28px;
  }

  #customizer-section-basic-responsive .form-group{
    text-align: center;
    margin: auto;
  }

  /*part7-control-responsive*/

  #extras-responsive-oneSuboptions{
    opacity: 1;
    visibility: visible;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
  }

  #customizer-section-basic-responsive .inline-block-elements{
    display: inline-block;
  }

  #customizer-section-basic-responsive .swatch-part6{
    font-family: 'Roboto Condensed',sans-serif;
  }

  #customizer-section-basic-responsive .swatch-part6 div{
    font-family: inherit;
  }

  #customizer-section-basic-responsive .swatch-part6 span{
    font-family: inherit;
  }

  #customizer-section-basic-responsive .swatch-part6 > label{
    font-family: inherit;
  }

  #customizer-section-basic-responsive .swatch-part6 > label > div{
    margin: auto;
  }

  #customizer-section-basic-responsive .swatch-part6 .check-description{
    font-family: inherit;
    font-size: 12px;
    width: 100%;
    text-align: center;
    padding: 6px 0px;
  }

  #customizer-section-basic-responsive .extras-extras{
    top: 58px !important;
  }

}
@media(max-width:520px){
    .zls-small {
    display:none;
  }
    .icon-bar{
        top: 40% !important;
    }

#processNavBar{
  display:none;
}
}

@media (max-width: 390px) {
    .zls-small {
    display:none;
  }

  #part2-control-responsive .swatch-image{
    height: 42px;
  }

  .responsive-colors .color-name{
    bottom: 2px;
  }

  .responsive-colors .check-part{
    font-size: 20px;
    top: 0px;
  }


  #part3-control-responsive .image-captoe{
    width: 40px;
  }

  #part3-control-responsive .resp-other-subOption{
    top: 42px;
  }

  #part3-control-responsive .check-part{
    top: 2px;
    font-size: 24px;
  }

  #part3-control-responsive .check-part div{
    left: 10px;
    top: 0px;
    font-size: 24px;
  }

  #part3-control-responsive #cap-toe-item-code--1 .check-part{
    top: 4px;
  }

  #part3-control-responsive .control-part3{
    padding: 0px;
  }



  #cap-toe-responsive-subOption-1 select, #top-panel-responsive-subOption-1 select, #thin-tab-responsive-subOption-1 select{
    font-size: 12px;
  }

  #select-leather-cap-toe-responsive, #select-leather-top-panel-responsive, #select-leather-thin-tab-responsive{
    width: 100px !important;
  }

  #select-exotic-leather-cap-toe-responsive, #select-exotic-leather-top-panel-responsive, #select-exotic-leather-thin-tab-responsive{
    width: 150px !important;
  }

  #cap-toe-responsive-subOption-1 .ico-select, #top-panel-responsive-subOption-1 .ico-select, #thin-tab-responsive-subOption-1 .ico-select{
    right: 6px;
  }



  #part4-control-responsive .width-advanced-part{
    height: 56px;
    overflow: hidden;
  }

  #part4-control-responsive .advanced-part10 .check-part{
    top: 5px;
    font-size: 26px;
  }

  #part4-control-responsive .advanced-part10 .check-part div{
    left: 10px;
    top: 2px;
    font-size: 23px;
  }

  #part4-control-responsive .advanced-part10 .swatch-image{
    left: 0px;
    top: -14px;
    width: 70px;
  }

  #part4-control-responsive .width-advanced-part p, #part5-control-responsive .width-advanced-part p{
    margin: auto;
    position: absolute;
    bottom: 0px;
    width: 70px;
  }

  #customizer-section-basic-responsive .advanced-part10-none .swatch-image{
    width: 55px;
    top: -5px;
    left: 8px;
  }

  #part5-control-responsive .swatch-image{
    width: 56px;
  }

  #part5-control-responsive .swatch-advanced{
    width: 70px;
  }

  #part5-control-responsive .width-advanced-part{
    height: 58px;
  }

  #part5-control-responsive .advanced-part8 .check-part{
    top: 10px;
    font-size: 26px;
  }

  #part5-control-responsive .advanced-part8 .check-part div{
    left: 10px;
    top: 2px;
    font-size: 23px;
  }

  #part5-control-responsive #thin-tab-item-code--1 .swatch-image{
    width: 46px;
  }

  #part5-control-responsive #thin-tab-item-code--1.advanced-part8 .check-part{
    top: 5px;
  }

  .piping-inline{
    padding: 0px 6px;
  }
  #part6-control-responsive .suboption-responsive{
    padding: 3px 0px;
  }
  #part6-control-responsive .resp-other-subOption{
    top: 42px;
  }

  #part9-control-responsive .swatch-image{
    width: 45px;
  }
  #part9-control-responsive .advanced-part9 .check-part{
    top: 5px;
    font-size: 26px;
  }
  #part9-control-responsive .advanced-part9 .check-part div{
    left: 10px;
    top: 2px;
    font-size: 23px;
  }
}

@media (max-width: 360px) {
    .zls-small {
    display:none;
  }

  #contenedor-precio-responsive .title-font{
    font-size: 12px;
  }

  #contenedor-precio-responsive .model-code{
    padding-right: 4px;
  }

  #contenedor-precio-responsive .boot-classification{
    font-size: 11px;
  }

  #customizer-section-basic-responsive .boton-buy{
    bottom: 12px;
    font-size: 12px;
  }
}

/* start of the "How To buy modal styles" */

.modal-how-to-buy-logo{
  display: flex;
  margin: auto;
}
.modal-how-to-buy-title {
  background-color: #722129;
  color: white;
  font-size: 25px;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
}
.modal-how-to-buy-container {
  display: flex;
  margin-left: 20px;
  margin-right: 25px;
}
.modal-step-container {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0px;
  margin: 0px;
  margin-bottom: 30px;
  margin-top: 10px;
}
.step-image-container {
  display: flex;
  flex-basis: 130px;
  align-items: center;
  justify-content: center;
}
.step-content-container {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.step-text {
  font-weight: bold;
  margin-bottom: 5px;
}
.step-separator {
  width: 15%;
  background-color:#C68341;
  height: 2px;
  margin: 0px;
  margin-bottom: 10px;
  align-self: center;
}
.step-description-text {
  font-weight: bold;
  font-size: large;
}
.text-separator {
  width: 30%;
  background-color:#722129;
  height: 1px;
  margin: 0px;
  margin-bottom: 10px;
  align-self: center;
}
.got-it-container {
  background-color: #e1e1e2;
}
.got-it-button {
  margin-bottom: 10px;
  margin-top: 10px;
}
.modal-large {
  width: 750px;
}
@media (max-width: 767px) {
    .zls-small {
    display:none;
  }

  .modal-large {
    width: auto;
  }
  .modal-how-to-buy-container {
    display: flex;
    flex: 1;
    margin: 0px;
    flex-direction: column;
  }
  .modal-step-container {
    flex: 1;
    display: flex;
    flex-direction: row;
    margin: 20px;
    margin-bottom: 7px;
    margin-top: 10px;
  }
  .step-content-container {
    display: flex;
    flex-direction: column;
    padding: 0px;
    padding-left: 15px;
  }
  .step-description-text {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
   /* IE10+ specific styles go here */
   .modal-step-container {
     flex: auto;
     width: 100%;
   }
   .step-content-container {
     flex: auto;
     width: 100%;
   }
}

/* end of the "How To buy modal styles" */

::-webkit-inner-spin-button { display: none; }
::-webkit-calendar-picker-indicator { opacity: 0; }


.submit-status{
    top: 300px;
    position: absolute;
    color: red;
    left: 60px;
    width: 300px;
}

#pay-btn iframe {
  height: auto !important;
}

.product-grid {
  border: 1px solid #ccc;
  padding: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}

.product-grid.selected {
  border-color: blue;
}

.content-modal.products{
  overflow-y: auto;
  max-height: 500px;
}

.mx-0{
  margin-left: 0px;
  margin-right: 0px;
}

.highlight-option label {
  color: #337ab7;
  font-weight: bold;
}
