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

[class^="icon-"], [class*=" icon-"] {
  /* 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;
}

.icon-office:before {
  content: "\e903";
}
.icon-file-text:before {
  content: "\e922";
}
.icon-address-book:before {
  content: "\e944";
}
.icon-user:before {
  content: "\e971";
}
.cont-front{
  display: block;
  width: 100%;
  min-height: 60px;
  color:#fff;
  padding: 20px;
  margin-bottom: 15px;
  text-align: center;
  font-size: 16px;
}

.error-front{
	background: #f44336;
}

.success-front{
  background: #4cbf9f;
}

.empty-cart{
  background: #ffc03f;
}

.cont-redirect-pay{
  background: #5b5f61;
  font-size: 19px;
}



.cont-account{
	display: block;
	width: 100%;
	margin-bottom: 50px;
	overflow: hidden;
}

.cont-account .item-account{

	background: #e4e4e4;
    position: relative;
    width: 25%;
    padding: 10px;
    margin-left: 25px;
    float: left;
    color:#000;
    font-size: 18px;

}

.cont-account .item-account:hover{
  cursor:pointer;
}


/*Mi cuenta*/

.head-account{
	display: block;
    width: 100%;
    padding: 25px;
}

.head-account hr{
	color: #d4d4d4;
    border: 1px solid;
}
.account-form {
    margin:10px auto;
    max-width: 400px;
    padding: 20px 12px 10px 20px;
    font: 13px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.account-form li {
    padding: 0;
    display: block;
    list-style: none;
    margin: 10px 0 0 0;
}
.account-form label{
    margin:0 0 3px 0;
    padding:0px;
    display:block;
    font-weight: bold;
}
.account-form .form-input{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border:1px solid #BEBEBE;
    padding: 7px;
    margin:0px;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;  
}
.account-form input[type=text]:focus, 
.account-form input[type=date]:focus,
.account-form input[type=datetime]:focus,
.account-form input[type=number]:focus,
.account-form input[type=search]:focus,
.account-form input[type=password]:focus,
.account-form input[type=url]:focus,
.account-form input[type=email]:focus,
.account-form textarea:focus, 
.account-form select:focus{
    -moz-box-shadow: 0 0 8px #88D5E9;
    -webkit-box-shadow: 0 0 8px #88D5E9;
    box-shadow: 0 0 8px #88D5E9;
    border: 1px solid #88D5E9;
}
.account-form .field-divided{
    width: 49%;
}

.account-form .field-long{
    width: 100%;
}
.account-form .field-select{
    width: 100%;
}
.account-form .field-textarea{
    height: 100px;
}

.account-form .required{
    color:red;
}
.account-form small{
    font-size: 12px;
    font-weight: initial;
    color: #565656;
}

/*Direcciones*/
.cont-address{
	display: block;
	width: 100%;
	margin-bottom: 50px;
	height: auto;
	min-height: 250px;
	padding-left: 50px;
	padding-right: 50px;
	overflow: hidden;
}

.cont-address .item-address{
	background: #dcdcdc;
    position: relative;
    float: left;
    width: 23%;
    margin-left: 20px;
    margin-top: 10px;
    padding: 18px;
    min-height: 199px;
}

.cont-address .item-address ul{
	list-style: none;
}

.btn-account{
  border: none;
  color: #fff;
  padding:4px 12px 4px 12px;
}

.btn-default-account{
  background: #337ab7;
}

.btn-edit-account{
	background: #44ab77;
}

.btn-del-account{
	background: #da5856;
}


.inp,.smart-green input[type="text"], .smart-green input[type="email"], .smart-green textarea, .smart-green select {
    color: #555;
    height: 30px;
    line-height:15px;
    width: 100%;
    padding: 0px 0px 0px 10px;
    margin-top: 2px;
    border: 1px solid #E5E5E5;
    background: #FBFBFB;
    outline: 0;
    -webkit-box-shadow: inset 1px 1px 2px rgba(238, 238, 238, 0.2);
    box-shadow: inset 1px 1px 2px rgba(238, 238, 238, 0.2);
    font: normal 14px/14px Arial, Helvetica, sans-serif;
}

a:hover{
	cursor: pointer;
}



/*Box Cart*/

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

Modules - reusable parts of our design

-------------------------------- */
.cd-container {
  /* this class is used to horizontally align the gallery of items */
  position: relative;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}

.cd-img-replace {
  /* replace text with a background-image */
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}


#logo {
  padding-top: 5px;
  /* delete this property if you don't want your logo to scale down on mobile devices */
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
@media only screen and (min-width: 1200px) {
  #logo {
    padding-top: 20px;
    position: absolute;
    /* logo left margin on Dekstop */
    left: 2.4em;
    top: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

#cd-hamburger-menu, #cd-cart-trigger {
  position: absolute;
  top: 0;
  height: 100%;
}
#cd-hamburger-menu a, #cd-cart-trigger a {
  width: 60px;
  height: 100%;
}

#cd-hamburger-menu {
  left: 0;
}
#cd-hamburger-menu a {
  background: #26292f url("../img/cd-hamburger-menu.svg") no-repeat center center;
}
@media only screen and (min-width: 1200px) {
  #cd-hamburger-menu {
    display: none;
  }
}

#cd-cart-trigger {
  right: 0;
}
#cd-cart-trigger a {
  background: #26292f url("../img/cd-cart.svg") no-repeat center center;
}
@media only screen and (min-width: 1200px) {
  #cd-cart-trigger {
    /* cart right margin on desktop */
    right: 0;
  }
  #cd-cart-trigger a {
    position: relative;
    width: 100px;
    border-left: none;
    background-color: #26292f;
  }
}

#main-nav, #cd-cart {
  position: fixed;
  top: 0;
  height: 100%;
  width: 260px;
  /* header height */
  padding-top: 50px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  z-index: 3;
}
@media only screen and (min-width: 768px) {
  #main-nav, #cd-cart {
    width: 350px;
  }
}
@media only screen and (min-width: 1200px) {
  #main-nav, #cd-cart {
    width: 30%;
    /* header height has changed */
  
  }
}

#main-nav {
  left: -100%;
  background: #FFF;
  -webkit-transition: left 0.3s;
  -moz-transition: left 0.3s;
  transition: left 0.3s;
}
#main-nav.speed-in {
  left: 0;
}
#main-nav ul a {
  display: block;
  height: 50px;
  line-height: 50px;
  padding: 0 1em;
  border-bottom: 1px solid #e0e6ef;
}
#main-nav ul .current {
  box-shadow: inset 3px 0 #435779;
}
@media only screen and (min-width: 1200px) {
  #main-nav {
    /* reset main nav style */
    position: absolute;
    height: auto;
    width: auto;
    left: auto;
    right: 8em;
    padding-top: 0;
    top: 0;
    background: transparent;
    box-shadow: none;
    /* header height */
    line-height: 80px;
    z-index: 4;
  }
  #main-nav li {
    display: inline-block;
    margin-left: 1em;
  }
  #main-nav ul a {
    display: inline-block;
    height: auto;
    line-height: 1;
    padding: 1em 1.4em;
    border-bottom: none;
    color: rgba(255, 255, 255, 0.8);
    border-radius: 0.25em;
  }
  #main-nav ul a.current {
    box-shadow: none;
    background: #435779;
    color: #FFF;
  }
  .no-touch #main-nav ul a:hover {
    background: #435779;
    color: #FFF;
  }
}
.no-js #main-nav {
  position: fixed;
}

#cd-cart {
  right: -100%;
  background: #FFF;
  -webkit-transition: right 0.3s;
  -moz-transition: right 0.3s;
  transition: right 0.3s;
  z-index: 9999;
}
#cd-cart.speed-in {
  right: 0;
}
#cd-cart > * {
  padding: 0 1em;
}
#cd-cart h2 {
  font-size: 14px !important;
  font-size: 0.875rem;
  font-weight: bold;
  text-transform: uppercase;
  margin: 1em 0;
}
#cd-cart .cd-cart-items {
  padding: 0;
  list-style: none;
}
#cd-cart .cd-cart-items li {
  position: relative;
  padding: 1em;
  border-top: 1px solid #e0e6ef;
}
#cd-cart .cd-cart-items li:last-child {
  border-bottom: 1px solid #e0e6ef;
}
#cd-cart .cd-qty, #cd-cart .cd-price {
  color: #a5aebc;
}
#cd-cart .cd-price {
  margin-top: .4em;
}
#cd-cart .cd-item-remove {
  position: absolute;
  right: 1em;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: url("../img/generals/cd-remove-item.svg") no-repeat center center;
}
.no-touch #cd-cart .cd-item-remove:hover {
  background-color: #e0e6ef;
}
#cd-cart .cd-cart-total {
  padding-top: 1em;
  padding-bottom: 1em;
}
#cd-cart .cd-cart-total span {
  float: right;
}
#cd-cart .cd-cart-total::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}
#cd-cart .checkout-btn {
  display: block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #52565c;
  color: #FFF;
  text-align: center;
}
.no-touch #cd-cart .checkout-btn:hover {
  background: #a2dda8;
}
#cd-cart .cd-go-to-cart {
  text-align: center;
  margin: 1em 0;
}
#cd-cart .cd-go-to-cart a {
  text-decoration: underline;
}
@media only screen and (min-width: 1200px) {
  #cd-cart > * {
    padding: 0 2em;
  }
  #cd-cart .cd-cart-items li {
    padding: 1em 2em;
  }
  #cd-cart .cd-item-remove {
    right: 2em;
  }
}

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

xgallery 

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



#cd-gallery-items li {
  margin-bottom: 1.5em;
}
#cd-gallery-items li img {
  width: 100%;
  display: block;
  border-radius: 0.25em;
}
@media only screen and (min-width: 768px) {
  #cd-gallery-items li {
    width: 48%;
    float: left;
    margin-bottom: 2em;
    margin-right: 4%;
  }
  #cd-gallery-items li:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1200px) {
  #cd-gallery-items li {
    width: 31%;
    float: left;
    margin-bottom: 2.5em;
    margin-right: 3.5%;
  }
  #cd-gallery-items li:nth-child(2n) {
    margin-right: 3.5%;
  }
  #cd-gallery-items li:nth-child(3n) {
    margin-right: 0;
  }
}

#cd-shadow-layer {
  position: fixed;
  min-height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(67, 87, 121, 0.6);
  cursor: pointer;
  z-index: 2;
  display: none;
}
#cd-shadow-layer.is-visible {
  display: block;
  -webkit-animation: cd-fade-in 0.3s;
  -moz-animation: cd-fade-in 0.3s;
  animation: cd-fade-in 0.3s;
}

.cd-message-cart{
    width: 100%;
    color: #fff;
    min-height: 56px;
    line-height: 52px;
}

.cd-message-succes{
 background: #7dcf85;
}

.cd-message-error{
 background: #f67777;
}

.cd-message-cart .cd-image-min{
    width: 34px;
    display: inline;
    float: left;
    margin-right: 10px;
    margin-top: 10px;
}

ul#wizardStatus{
  list-style:none;
  margin:15px 0;
  padding:0;
  text-align:center;
}

ul#wizardStatus li{
  background-color:#d9d9ce;
  color:#3d4c4f;
  display:inline-block;
  margin:0;
  font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;
  font-size:14px;
  line-height:30px;
  padding:0 25px 0 40px;
  position:relative
}

ul#wizardStatus li:first-child{
  padding-left:25px;
  -webkit-border-top-left-radius:3px;
  border-top-left-radius:3px;
  -webkit-border-bottom-left-radius:3px;
  border-bottom-left-radius:3px
}

ul#wizardStatus li:last-child{
  -webkit-border-top-right-radius:3px;
  border-top-right-radius:3px;
  -webkit-border-bottom-right-radius:3px;
  border-bottom-right-radius:3px
}

ul#wizardStatus li:after,
ul#wizardStatus li:before {
  background-color:#d9d9ce;
  content:"";
  display:block;
  position:absolute
}

ul#wizardStatus li:after{
  -webkit-border-radius:3px;
  border-radius:3px;
  border-right:3px solid white;
  border-top:3px solid white;
  height:21px;
  right:-15px;
  top:3px;
  -webkit-transform:rotate(45deg);
  -moz-transform:rotate(45deg);
  -ms-transform:rotate(45deg);
  -o-transform:rotate(45deg);
  transform:rotate(45deg);
  width:21px;
  z-index:5
}

ul#wizardStatus li:before{
  height:30px;
  right:3px;
  width:20px;
  z-index:6
}

ul#wizardStatus li:last-child:after,
ul#wizardStatus li:last-child:before{
  display:none
}



ul#wizardStatus li.current:after,
ul#wizardStatus li.current:before{
  background-color:#f67777;
}

ul#wizardStatus li{
  background-color:#e4e4e4;
  color:#2d2b2b;
}

ul#wizardStatus li.current{
  background-color:#f67777;
  color:#fff;
}

ul#wizardStatus li:after,
ul#wizardStatus li:before{
  background-color:#e4e4e4;
  -webkit-box-sizing: initial !important;
  -moz-box-sizing:initial !important;
  box-sizing: initial !important; 
}


.cont-verify-pay{
    display: block;
    width: 100%;
    background: #e2e2e2;
    font-family: sans-serif;
    margin: 0 auto;
    text-align: center;
    min-height: 212px;
    line-height: 100px;
}

.cont-verify-pay a{
    border: solid 1px #bbb;
    padding: 8px;
    color:#ff7278;
}

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

xkeyframes 

-------------------------------- */
@-webkit-keyframes cd-fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@-moz-keyframes cd-fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@keyframes cd-fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}


.sidebar-nav li {
    padding: 10px;
    width: 100%;
    margin-bottom: 5px;
    color: #ffffff !important;
    background-color: #dcdcdc;
}

.sidebar-nav li a {
    color: #000;
    width: 100%;
}

.sidebar-nav li a i {
    padding-right: 10px;
}

.breadcrumb-wrapper {
    background: #dcdcdc;
    margin: 0 auto;
    background-position: center center;
    background-size: cover;
}


.btn-my-account {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff !important;
    
}

.btn-my-account-apply {
    background-color: #2fb15d !important;
    border-color: #2fb15d !important;
}

.btn-my-account-warning {
    background-color: #d65050 !important;
    border-color: #d65050 !important;
}

.btn-my-account-default {
    /*background-color: #2f332b !important;*/
    border-color: #2f332b !important;
    background-color: #ffffff !important;
    color: #2f332b !important;
}

.list_item_container {
    width:300px;
    height: 60px;
    padding: 5px 0;
}
.list_item_container .image {
    width: 60px;
    height: 60px;
    margin-right: 10px;
    float: left;
}
.list_item_container .description {
    font-style: italic;
    font-size: 0.8em;
    color: gray;
}

.osr-img-search{
  width: 40px !important;
}

.cd-close-cart{
      position: absolute;
    float: left;
    margin-top: -37px;
    margin-left: -15px;

}
.cd-close-cart .icon-close-cart{
    width: 32px;
}