:root{
  --added_item_cell_border: #e5e5e5;
}


.header_for_print{
  padding: 10px;
  margin-bottom: 10px;
}

.open_data_url{
    cursor: pointer;
}

.has-error{
  outline: 2px solid #ff0000;
}

.mtop-5{
  margin-top: -5px !important;
}
.mtop-10{
  margin-top: -10px !important;
}
.mtop-15{
  margin-top: -15px !important;
}
.mtop-20{
  margin-top: -20px !important;
}
.mtop-30{
  margin-top: -30px !important;
}
.mtop-40{
  margin-top: -40px !important;
}
.mtop-50{
  margin-top: -50px !important;
}
.mtop-60{
  margin-top: -60px !important;
}

.mtop0{
  margin-top: 0px !important;
}
.mtop3{
  margin-top: 3px !important;
}
.mtop5{
  margin-top: 5px !important;
}
.mtop10{
  margin-top: 10px !important;
}
.mtop15{
  margin-top: 15px !important;
}
.mtop20{
  margin-top: 20px !important;
}
.mtop30{
  margin-top: 30px !important;
}
.mtop40{
  margin-top: 40px !important;
}
.mtop50{
  margin-top: 50px !important;
}
.mtop60{
  margin-top: 60px !important;
}
.mtop80{
  margin-top: 80px !important;
}

.mleft3{
  margin-left: 3px;
}
.mleft5{
  margin-left: 5px;
}
.mleft10{
  margin-left: 10px;
}
.mleft15{
  margin-left: 15px;
}
.mleft20{
  margin-left: 20px;
}

.mright3{
  margin-right: 3px;
}
.mright5{
  margin-right: 5px;
}
.mright10{
  margin-right: 10px;
}
.mright15{
  margin-right: 15px;
}
.mright20{
  margin-right: 20px;
}

.pleft3{
  padding-left: 3px;
}
.pleft5{
  padding-left: 5px;
}
.pleft10{
  padding-left: 10px;
}
.pleft15{
  padding-left: 15px;
}
.pleft20{
  padding-left: 20px;
}

.pbottom3{
  padding-bottom: 3px;
}
.pbottom5{
  padding-bottom: 5px;
}
.pbottom10{
  padding-bottom: 10px;
}
.pbottom15{
  padding-bottom: 15px;
}
.pbottom20{
  padding-bottom: 20px;
}
.pbottom30{
  padding-bottom: 30px;
}

.pright3{
  padding-right: 3px;
}
.pright5{
  padding-right: 5px;
}
.pright10{
  padding-right: 10px;
}
.pright15{
  padding-right: 15px;
}
.pright20{
  padding-right: 20px;
}

.padd0{
  padding: 0px !important;
}



.mbottom0{
  margin-bottom: 0px !important;
}
.mbottom5{
  margin-bottom: 5px !important;
}
.mbottom10{
  margin-bottom: 10px !important;
}
.mbottom15{
  margin-bottom: 15px !important;
}
.mbottom20{
  margin-bottom: 20px !important;
}
.mbottom30{
  margin-bottom: 30px !important;
}
.mbottom40{
  margin-bottom: 40px !important;
}
.mbottom50{
  margin-bottom: 50px !important;
}



.text_red{
  color: #f00;
}
.text_orange{
  color: #f00;
}


/* **** MAGNIFIC POPUP **** */
.mpopup{
  width: 100%;
  max-width: 600px;
  background-color: #ffffff;
  padding: 20px;
  margin: auto;
  position: relative;
  border-radius: 8px;
}

.mpopup.with_header{
  padding-top: 60px;
  position: relative;
}

.mpopup.with_header .popup_header{
  color: var(--primary-color);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 20px 10px 20px;
  border-radius: 4px 4px 0px 0px;
  margin: 0;
}

.mpopup.with_header .popup_header .fa{
  margin-right: 10px;
}

.mfp-bg{
  opacity: 0;
  transition: opacity 0.2s;
}
.mfp-bg.mfp-ready{
  opacity: 0.6;
}

.mfp-wrap .mpopup{
   opacity: 0;
   transition: all 0.2s ease-in-out;
   transform: scale(0.98);
}
.mfp-wrap.mfp-ready .mpopup{
   opacity: 1;
   transform: scale(1);
}

.mpopup.with_header .mfp-close{
  background-color: #ffffff;
  color:#333;
  width: 25px;
  line-height: 25px;
  height: 25px;
  font-weight: bolder;
  border-radius: 50%;
  top:11px;
  right: 20px;
  opacity: 0.8;
  font-style: 22px;
}

.mpopup.with_header .mfp-close:hover{
  opacity: 1;
}

/* BOOTSTRAP HELP AND CONFIRMATION POPUPS */
.bspopup .modal-content{
  background-color: #ffffff;
  margin: auto;
  position: relative;
  border-radius: 12px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
/*  border:6px solid rgba(0,0,0,0.5);*/
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
}

.bspopup .modal-header{
    padding: 10px 15px;
    text-align: center;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}


#bs_modal_image{
  background-color: rgba(0,0,0,0.6);
  padding: 20px;
}
#bs_modal_image .close{
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
  opacity: 1;
  z-index: 1400;
}
#bs_modal_image #bs_image{
    outline: 2px solid rgba(255,255,255,0.4);
    max-width: 100%;
    max-height: 100%;
}

.modal-header{
  /*display: block;*/
}

/*.mpopup.with_header{
  padding-top: 60px;
  position: relative;
}*/

.mpopup.with_header .popup_header{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 12px 20px;
  font-weight: 500;
  margin: 0;
  font-size: 18px;
  border-bottom: 1px solid var(--primary03);
}

.mpopup.with_header .popup_header .fa{
  margin-right: 10px;
}

.mpopup.with_header .mfp-close{
  background-color: #ffffff;
  color:#333;
  width: 25px;
  line-height: 25px;
  height: 25px;
  font-weight: bolder;
  border-radius: 50%;
  top: 7px;
  right: 20px;
  opacity: 0.8;
  font-style: 22px;
}

.mpopup.with_header .mfp-close:hover{
  opacity: 1;
}


.field{
  margin-bottom: 8px;
}


.tokenize_select, .TokensContainer{
  height: 68px;
  width: 100%;
}

div.Tokenize ul.TokensContainer{
  height: 68px;
  border-radius: 8px;
}

.inline_block{
  display: inline-block !important;
  width: auto;
}

.block{ display: block; }

[v-cloak] {
  opacity: 0;
}


/* ***** TAMANOS DE FUENTE ***** */
.font10{ font-size: 10px !important; }
.font12{ font-size: 12px !important; }
.font14{ font-size: 14px !important; line-height: 14px !important; }
.font16{ font-size: 16px !important; }
.font18{ font-size: 18px !important; }
.font20{ font-size: 20px !important; }
.font22{ font-size: 22px !important; }
.font24{ font-size: 24px !important; }
.font26{ font-size: 26px !important; }
.font28{ font-size: 28px !important; }
.font30{ font-size: 30px !important; }
.font32{ font-size: 32px !important; }
.font34{ font-size: 34px !important; }
.font36{ font-size: 36px !important; }
.font40{ font-size: 40px !important; }
.font44{ font-size: 44px !important; }
.font48{ font-size: 48px !important; }
.font52{ font-size: 52px !important; }
.font50{ font-size: 50px !important; }
.font70{ font-size: 70px !important; }


.btn-semitransparent{
  background-color: rgba(255,255,255,0.5);
  color:#000;
}

.btn-md{
  padding: 7px 14px;
  font-size: 16px;
}

.select_inline{
  display: inline-block !important;
  width: auto !important;
}

.pointer{
  cursor: pointer;
}
.cursor_default{
  cursor: default;
}

.text_light{
  font-weight: 500 !important;
}
.text_bold{
  font-weight: bolder !important;
}

.text_bold600{
  font-weight: 600 !important;
}

.text_left,
.text-left{
  text-align: left;
}

.text_right,
.text-right{
  text-align: right;
}


#modal_loading .modal-dialog{
  border: 10px solid rgba(3, 17, 42, 0.5);
  padding: 0px;
  border-radius: 26px;
  box-shadow: 0px 8px 18px 0px rgba(0,0,0,0.4);
  margin-top: 30px;
}
#modal_loading .modal-content{
  border-radius: 10px;
}
#modal_loading .modal-body{
  padding: 30px 20px;
}
#loading_text{
  text-align: center;
  font-size: 18px;
}

.order_info{
  padding: 5px;
  color: #170e00;
  text-align: center;
  background-color: #ffc15e;
  margin-bottom: 10px;
  user-select: none;
  border-radius: 4px;;
}

#customer_billable_production_orders_message{
  padding: 6px;
  color: #031c15;
  font-size: 16px;
  border: 2px solid #00be8c;
  margin-bottom: 10px;
  background-color: #d1fff3;
  border-radius: 4px;
  font-weight: 600;
  text-align: center;
}

#customer_billable_production_orders_message a{
  color: #03513d;
  background-color: #a5f8e2;
  padding: 4px 8px;
  border: 1px solid #3aeebf;
  margin-top: 4px;
  display: inline-block;
}
#customer_billable_production_orders_message a:hover{
  text-decoration: underline;
}

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

.break_all{
  word-break: break-all;
}


.row_uncompleted_sale{
  position: relative;
}

.row_uncompleted_sale .row_notes,
.row_uncompleted_sale .row_reception_notes{
  left: 0px;
  width: 100%;
  padding: 2px 18px;
  text-align: left;
  font-size: 14px;
  line-height: 1.2;
  position: absolute;
  height: 36px;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.5);
}

.row_uncompleted_sale.has_notes td,
.row_uncompleted_sale.has_reception_notes td{
  padding-bottom: 40px;
}

.row_uncompleted_sale.has_notes.has_reception_notes td{
  padding-bottom: 90px;
}

.row_uncompleted_sale .row_notes{
  bottom: 2px;
}
.row_uncompleted_sale.has_notes.has_reception_notes .row_notes{
  bottom: 45px;
}
.row_uncompleted_sale .row_reception_notes{
  bottom: 4px;
}



/* css switches */

/* switch checkboxes */

.switch {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 62px;
  height: 25px;
  padding: 3px;
  margin-top: 1px;
  margin-bottom: 2px;
  background-color: white;
  border-radius: 18px;
  box-shadow: inset 0 -1px #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  /*border: 1px solid #e8e8e8;*/
  border: 1px solid #d5d5d5;
}

.switch.icon_type{
  width: 52px;
}

.switch-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.switch-label {
  position: relative;
  display: block;
  height: inherit;
  font-size: 12px;
  text-transform: uppercase;
  background: #eeeeee;
  border-radius: inherit;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4), inset 0 0 2px rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
  -webkit-transition-property: opacity background;
  -moz-transition-property: opacity background;
  -o-transition-property: opacity background;
  transition-property: opacity background;
}
.switch-label:before,
.switch-label:after {
  position: absolute;
  top: 50%;
  margin-top: -0.5em;
  line-height: 1;
  -webkit-transition: inherit;
  -moz-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}
.switch-label:before {
  content: attr(data-off);
  right: 11px;
  /*color: #949494;*/
  color: #6c6c6c;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}
.switch-label:after {
  content: attr(data-on);
  left: 11px;
  color: white;
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
  opacity: 0;
}

/* tipo icono  */
.switch.icon_type .switch-label:before{
  font-family: "fontAwesome";
  content: "\f00d";
  right: 11px;
  color: #888;
}
.switch.icon_type .switch-label:after{
  font-family: "fontAwesome";
  content: "\f00c";
}
.switch.icon_type .switch-input:checked ~ .switch-handle{
  left: 31px;
}

/* tipo activador  */
.switch.activator{
  width: 50px;
}
.switch.activator .switch-input:checked ~ .switch-handle{
  left: 30px;
}
.switch.activator .switch-label{
  font-size: 14px;
}
.switch.activator .switch-label:after{
  left: 64px;
  color: #07893d;
  text-shadow: none;
}
.switch.activator .switch-label:before{
  right: unset;
  left: 64px;
}

.switch-input:checked ~ .switch-label {
  background: #c7cbd5;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}
.switch-input:checked ~ .switch-label:before {
  opacity: 0;
}
.switch-input:checked ~ .switch-label:after {
  opacity: 1;
}
.switch-handle {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 22px;
  height: 22px;
  background: white;
  border-radius: 10px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  background-image: -webkit-linear-gradient(top, #686868 40%, #acacac);
  background-image: -moz-linear-gradient(top, #686868 40%, #acacac);
  background-image: -o-linear-gradient(top, #686868 40%, #acacac);
  background-image: linear-gradient(to bottom, #686868 40%, #acacac);
  -webkit-transition: left 0.15s ease-out;
  -moz-transition: left 0.15s ease-out;
  -o-transition: left 0.15s ease-out;
  transition: left 0.15s ease-out;
}
.switch-handle:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -6px;
  width: 12px;
  height: 12px;
  background: #f9f9f9;
  border-radius: 6px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
  background-image: -webkit-linear-gradient(top, #eeeeee, #ffffff);
  background-image: -moz-linear-gradient(top, #eeeeee, #ffffff);
  background-image: -o-linear-gradient(top, #eeeeee, #ffffff);
  background-image: linear-gradient(to bottom, #eeeeee, #ffffff);
}
.switch-input:checked ~ .switch-handle {
  left: 40px;
  box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
  background-image: -webkit-linear-gradient(top, #fff 40%, #d3d3d3);
  background-image: -moz-linear-gradient(top, #fff 40%, #d3d3d3);
  background-image: -o-linear-gradient(top, #fff 40%, #d3d3d3);
  background-image: linear-gradient(to bottom, #fff 40%, #d3d3d3);
}
.switch-primary > .switch-input:checked ~ .switch-label {
  /*background: #36a9e1;*/
  background-color: #1989eb;
}
.switch-success > .switch-input:checked ~ .switch-label {
  background: #20c364;
}
.switch-warning > .switch-input:checked ~ .switch-label {
  background: #fabb3d;
}
.switch-important > .switch-input:checked ~ .switch-label {
  background: #ff5454;
}
.switch-info > .switch-input:checked ~ .switch-label {
  background: #67c2ef;
}
.switch-danger > .switch-input:checked ~ .switch-label {
  background: #d9534f;
}


.radio_select{
  margin-right: 10px;
  vertical-align: middle;
}

table th{
  text-align: center;
}

.relative{
  position: relative;
}


hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid rgba(34, 45, 50, 0.22);
}



.uppercase{
  text-transform: uppercase;
}

.text_black{
  color: #000000;
}
.text_white{
  color: white;
}
a.text_white:hover{
  color: rgba(255,255,255,0.7);
}

.li_with_button > button{
  position: absolute;
  top: 4px;
  right: 6px;
}
/* well modificado para que parezca input de solo lectura */
.well.well_comm{
  border-radius: 0px;
  padding: 6px 9px;
  margin-bottom: 0px;
}

.well1{
  padding: 6px 9px;
  background-color: rgba(255, 255, 255, 0.41);
  border: 1px solid rgba(49, 49, 49, 0.16);
  border-radius: 6px;
}
.well2{
  padding: 6px 9px;
  background-color: rgba(0,0,0,0.1);
  border: 1px solid rgba(0,0,0,0.12);
  border-radius: 6px;
}
.well3{
  padding: 6px 9px;
  background-color: rgba(183, 183, 183, 0.1);
  border: 1px solid rgba(0,0,0,0.12);
  border-radius: 6px;
}

.well_white{
  padding: 6px 9px;
  background-color: white;
  border: 1px solid rgba(0,0,0,0.12);
  border-radius: 6px;
}


.well_white.padd_lg .well_title{
  margin-top: -12px;
  color: #393939;
  font-size: 17px;
  font-weight: 600;
  background-color: rgba(0, 0, 0, 0.04);
  padding: 7px 12px;
  border-top: 1px solid #398bee;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  margin-bottom: 10px;
  width: calc(100% + 28px);
  margin-left: -14px;
}

.well_box{
  padding: 6px 9px;
  border-radius: 4px;
  background-color: white;
  border: 1px solid rgba(0,0,0,0.12);
}

.padd_lg{
  padding: 12px 14px;
}
.padd_h_15{
  padding-left: 15px;
  padding-right: 15px;
}


td.discount_not_allowed, th.discount_not_allowed{
  display: none;
}
td.extra_cost_not_allowed, th.extra_cost_not_allowed{
  display: none;
}


.table_customers_wrapper {
    max-height: 300px;
    overflow-y: auto;
}

.table_products_wrapper, .table_customers_wrapper{
  min-height: 60px;
  max-height: 300px;
  overflow-y:auto;
}

.row_product.product_locked td:first-child{
  text-align: center;
  border-left: 12px solid #c00;
}

.row_product.product_locked td:first-child button{
  background-color: #666;
  color: #ffffff;
}

.row_product.supplied{
  
}

.row_product.product_locked{
  background: #556a70; /* Old browsers */
}

.row_product.product_locked .well.well_comm{
  background-color: #c5c5c5;
}

td.locked .form-control{
  background-color: #eee;
  user-select: none;
}
td.locked:after{
  content: " ";
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: transparent;
}


tr.row_product_filter_selected td{
  background-color: #7FABFF;
}
tr.row_product_filter_selected.tr_danger td{
  background-color: #c00;
}



.row_added_anim{
  animation-name: fading_bg;
  animation-duration: 1.5s;
  animation-iteration-count: 1;
}

@keyframes fading_bg{
  from {background-color: #3c8dbc}
  to {background-color: #fff}
}



/* ------ tables ------  */

.row_item_added{
  background-color: rgb(243, 243, 243);
}
.row_item_added td{
  border-top: 1px solid #e5e5e5 !important;
}





/* checkboxes y radio por default */

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="radio"],
.checkbox-inline input[type="radio"],
.radio input[type="checkbox"],
.radio-inline input[type="checkbox"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  margin-left: -25px;
}
input[type="radio"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
  position: relative;
  margin-top: 6px;
  margin-right: 4px;
  vertical-align: middle;
  border: none;
  background-color: transparent;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  width: auto;
}
input[type="radio"]:focus,
.radio input[type="radio"]:focus,
.radio-inline input[type="radio"]:focus {
  outline: none;
}
input[type="radio"]:before,
.radio input[type="radio"]:before,
.radio-inline input[type="radio"]:before,
input[type="radio"]:after,
.radio input[type="radio"]:after,
.radio-inline input[type="radio"]:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  -webkit-transition: 240ms;
  -o-transition: 240ms;
  transition: 240ms;
}
input[type="radio"]:before,
.radio input[type="radio"]:before,
.radio-inline input[type="radio"]:before {
  position: absolute;
  left: 0;
  top: -3px;
  background-color: #136cbb;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
input[type="radio"]:after,
.radio input[type="radio"]:after,
.radio-inline input[type="radio"]:after {
  position: relative;
  top: -3px;
  border: 2px solid #666666;
}
input[type="radio"]:checked:before,
.radio input[type="radio"]:checked:before,
.radio-inline input[type="radio"]:checked:before {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
}
input[type="radio"]:disabled:checked:before,
.radio input[type="radio"]:disabled:checked:before,
.radio-inline input[type="radio"]:disabled:checked:before {
  background-color: #bbbbbb;
}
input[type="radio"]:checked:after,
.radio input[type="radio"]:checked:after,
.radio-inline input[type="radio"]:checked:after {
  border-color: #136cbb;
}
input[type="radio"]:disabled:after,
.radio input[type="radio"]:disabled:after,
.radio-inline input[type="radio"]:disabled:after,
input[type="radio"]:disabled:checked:after,
.radio input[type="radio"]:disabled:checked:after,
.radio-inline input[type="radio"]:disabled:checked:after {
  border-color: #bbbbbb;
}
input[type="checkbox"]:not(.switch-input),
.checkbox input[type="checkbox"]:not(.switch-input),
.checkbox-inline input[type="checkbox"]:not(.switch-input) {
  position: relative;
  border: none;
  margin-bottom: -4px;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  width: auto;
}
input[type="checkbox"]:not(.switch-input):focus,
.checkbox input[type="checkbox"]:not(.switch-input):focus,
.checkbox-inline input[type="checkbox"]:not(.switch-input):focus {
  outline: none;
}
input[type="checkbox"]:not(.switch-input):focus:after,
.checkbox input[type="checkbox"]:not(.switch-input):focus:after,
.checkbox-inline input[type="checkbox"]:not(.switch-input):focus:after {
  border-color: #2b7ac0;
}
input[type="checkbox"]:not(.switch-input):after,
.checkbox input[type="checkbox"]:not(.switch-input):after,
.checkbox-inline input[type="checkbox"]:not(.switch-input):after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin-top: -2px;
  margin-right: 5px;
  border: 2px solid #666666;
  border-radius: 4px;
  -webkit-transition: 240ms;
  -o-transition: 240ms;
  transition: 240ms;
  box-shadow: 2px 2px 3px rgba(0,0,0,0.1);
}
input[type="checkbox"]:not(.switch-input):checked:before,
.checkbox input[type="checkbox"]:not(.switch-input):checked:before,
.checkbox-inline input[type="checkbox"]:not(.switch-input):checked:before {
  content: "";
  position: absolute;
  top: -5px;
  left: 8px;
  display: table;
  width: 9px;
  height: 17px;
  border: 4px solid #136cbb;
  border-top-width: 0;
  border-left-width: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
input[type="checkbox"]:not(.switch-input):checked:after,
.checkbox input[type="checkbox"]:not(.switch-input):checked:after,
.checkbox-inline input[type="checkbox"]:not(.switch-input):checked:after {
  background-color: transparent;
  border-color: #2b7ac0;
}
input[type="checkbox"]:not(.switch-input):disabled:after,
.checkbox input[type="checkbox"]:not(.switch-input):disabled:after,
.checkbox-inline input[type="checkbox"]:not(.switch-input):disabled:after {
  border-color: #bbbbbb;
}

input[type="checkbox"]:not(.switch-input):disabled:checked:after,
.checkbox input[type="checkbox"]:not(.switch-input):disabled:checked:after,
.checkbox-inline input[type="checkbox"]:not(.switch-input):disabled:checked:after {
  background-color: rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0.05);
}
input[type="checkbox"]:not(.switch-input):disabled:checked:before,
.checkbox input[type="checkbox"]:not(.switch-input):disabled:checked:before,
.checkbox-inline input[type="checkbox"]:not(.switch-input):disabled:checked:before {
  border-color: #919191;
}





input[type="checkbox"].big:not(.switch-input):after,
.checkbox input[type="checkbox"].big:not(.switch-input):after,
.checkbox-inline input[type="checkbox"].big:not(.switch-input):after {
  content: "";
  display: block;
  width: 33px;
  height: 32px;
  margin-top: -2px;
  margin-right: 5px;
  background-color: #ffffff;
  border: 2px solid #666666;
  border-radius: 2px;
  -webkit-transition: 240ms;
  -o-transition: 240ms;
  transition: 240ms;
}
input[type="checkbox"].big:not(.switch-input):checked:before,
.checkbox input[type="checkbox"].big:not(.switch-input):checked:before,
.checkbox-inline input[type="checkbox"].big:not(.switch-input):checked:before {
      content: "";
    position: absolute;
    top: 3px;
    left: 11px;
    display: table;
    width: 10px;
    height: 17px;
    border: 4px solid #222D32;
    border-top-width: 0;
    border-left-width: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}



.label_file_hidden+input[type='file'],
.label_file_hidden > input[type='file']{
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}



.inner-toast-content{
  font-size: 16px;
  padding-left: 45px;
  line-height: 20px;
}







/* print plain view */
.print_card_payment_data{
  display: inline-block;
  margin-top: 10px;
  width: 100%;
  max-width: 550px;
  margin-bottom: 10px;
  margin-left: 4px;
  border: 1px solid #ccc !important;
  padding: 16px 10px 10px 10px;
  position: relative;
  border-radius: 6px;
  background-color: white;
}

.print_card_payment_data .card_payment_title{
  display: inline-block;
  position: absolute;
  height: 18px;
  line-height: 18px;
  top: -10px;
  left: 20px;
  padding: 1px 8px;
  background-color: #ffffff !important;
}



















.chosen-container-single .chosen-single{
  padding: 4px 8px;
  height: auto;
}

.chosen-container-single .chosen-single div{
  top:5px;
}
.chosen-container-single .chosen-search input[type="text"]{
  color: #000000;
}




.is_online{ color: #0cbd0c; }
.is_offline{ color: #de4040; }






/* ================== loading animations ============== */

.content_wrapper{
  position: relative;
}
.content_wrapper.loading:after{
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255,255,255,0.6);
  cursor: wait;
  animation-name: loadingFade;
  animation-duration: 1s;
  z-index: 9;
}

.content_wrapper.loading .mxp_loading_anim{
  position: absolute;
  top: 40%;
  left: 50%;
  z-index: 10;
}

/*---------------- loading circle ---------------- */

.content_wrapper.loading.loading_circle:before{
  content: " ";
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border:4px solid #ccc;
  border-top:4px solid #1047d0;
  background-color: rgba(255,255,255,0.6);
  position:absolute;
  top: 40%;
  left: calc(50% - 20px);
  z-index: 1;
  font-size: 18px;
  padding: 4px 8px;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  animation-name: loading_rotation;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  z-index: 10;
}

@keyframes loadingFade {
    from {opacity: 0}
    to {opacity: 1;}
}

@-webkit-keyframes loading_rotation{from{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(359deg)}}@-moz-keyframes loading_rotation{from{-moz-transform:rotate(0deg)}to{-moz-transform:rotate(359deg)}}@-o-keyframes loading_rotation{from{-o-transform:rotate(0deg)}to{-o-transform:rotate(359deg)}}@keyframes loading_rotation{from{transform:rotate(0deg)}to{transform:rotate(359deg)}}

/*-------------- dual ring -----------------------*/
.content_wrapper.loading.loading_dual_ring:before {
  position: absolute;
  top: 40%;
  left: calc(50% - 20px);
  content: " ";
  display: block;
  width: 46px;
  height: 46px;
  margin: 1px;
  z-index: 1;
  border-radius: 50%;
  border: 5px solid #fff;
  border-color: #002550 transparent #1047d0 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  z-index: 10;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* ---------------- loading ellipsis ------------- */

.loading_ellipsis {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
  top: calc(50% - 32px) !important;
  left: calc(50% - 29px) !important;
  z-index: 10;
}
.loading_ellipsis div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #1047d0;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
  box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
}
.loading_ellipsis div:nth-child(1) {
  left: 6px;
  animation: loading_ellipsis1 0.6s infinite;
}
.loading_ellipsis div:nth-child(2) {
  left: 6px;
  animation: loading_ellipsis2 0.6s infinite;
}
.loading_ellipsis div:nth-child(3) {
  left: 26px;
  animation: loading_ellipsis2 0.6s infinite;
}
.loading_ellipsis div:nth-child(4) {
  left: 45px;
  animation: loading_ellipsis3 0.6s infinite;
}
@keyframes loading_ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes loading_ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes loading_ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(19px, 0);
  }
}


/* ------------------ loading fb --------------- */
.loading_fb {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
  z-index: 10;
  top: calc(50% - 30px) !important;
  left: calc(50% - 30px) !important;
}
.loading_fb div {
  display: inline-block;
  position: absolute;
  left: 6px;
  width: 13px;
  background: #1047d0;
  animation: loading_fb 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
  box-shadow: 1px 1px 4px rgba(0,0,0,0.2);
}
.loading_fb div:nth-child(1) {
  left: 6px;
  animation-delay: -0.24s;
}
.loading_fb div:nth-child(2) {
  left: 26px;
  animation-delay: -0.12s;
}
.loading_fb div:nth-child(3) {
  left: 45px;
  animation-delay: 0;
}
@keyframes loading_fb {
  0% {
    top: 6px;
    height: 51px;
  }
  50%, 100% {
    top: 19px;
    height: 26px;
  }
}


/* ---------------- loading ripple ---------------- */
.loading_ripple {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
  top: calc(50% - 30px) !important;
  left: calc(50% - 32px) !important;
  z-index: 10;
}
.loading_ripple div {
  position: absolute;
  border: 4px solid #1047d0;
  opacity: 1;
  border-radius: 50%;
  animation: loading_ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.loading_ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes loading_ripple {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1;
    border: 1px solid #1047d0;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 58px;
    height: 58px;
    opacity: 0;
    border: 6px solid #1047d0;
  }
}


/* ------------------ loading roller ------------------*/
.loading_roller {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
  z-index: 10;
  top: calc(50% - 30px) !important;
  left: calc(50% - 30px) !important;
}
.loading_roller div {
  animation: loading_roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 32px 32px;
}
.loading_roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #1047d0;
  margin: -3px 0 0 -3px;
}
.loading_roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.loading_roller div:nth-child(1):after {
  top: 50px;
  left: 50px;
}
.loading_roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.loading_roller div:nth-child(2):after {
  top: 54px;
  left: 45px;
}
.loading_roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.loading_roller div:nth-child(3):after {
  top: 57px;
  left: 39px;
}
.loading_roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.loading_roller div:nth-child(4):after {
  top: 58px;
  left: 32px;
}
.loading_roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.loading_roller div:nth-child(5):after {
  top: 57px;
  left: 25px;
}
.loading_roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.loading_roller div:nth-child(6):after {
  top: 54px;
  left: 19px;
}
.loading_roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.loading_roller div:nth-child(7):after {
  top: 50px;
  left: 14px;
}
.loading_roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.loading_roller div:nth-child(8):after {
  top: 45px;
  left: 10px;
}
@keyframes loading_roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.loading_loader_5{
  width: 48px;
  height: 48px;
  border: 4px solid #fff;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  animation: rotation 1s linear infinite;
}
.loading_loader_5:after{
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 4px solid;
  border-color: #2f6ce2 transparent;
}

/* loader 12  */
.loading_loader_12 {
    width: 48px;
    height: 48px;
    border: 4px dotted #33445c;
    border-style: solid solid dotted dotted;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    -webkit-animation: rotation 1s linear infinite;
    animation: rotation 1s linear infinite;
}
.loading_loader_12:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 3px dotted #0e66ea;
    border-style: solid solid dotted;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    -webkit-animation: rotationBack 0.7s linear infinite;
    animation: rotationBack 0.7s linear infinite;
    transform-origin: center center;
}
.loading_loader_21 {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    border: 10px solid;
    border-color: rgba(255, 255, 255, 0.15) rgba(255, 255, 255, 0.25) rgba(255, 255, 255, 0.35) rgba(255, 255, 255, 0.5);
    -webkit-animation: rotation 1s linear infinite;
    animation: rotation 1s linear infinite;
}

/* keyFrames */
 @keyframes rotation {
   0% {
     transform: rotate(0deg);
  }
   100% {
     transform: rotate(360deg);
  }
}
@keyframes rotationBack {
   0% {
     transform: rotate(0deg);
  }
   100% {
     transform: rotate(-360deg);
  }
}
 @keyframes rotationBreak {
   0% {
     transform: rotate(0);
  }
   25% {
     transform: rotate(90deg);
  }
   50% {
     transform: rotate(180deg);
  }
   75% {
     transform: rotate(270deg);
  }
   100% {
     transform: rotate(360deg);
  }
}



























table td.shrink {
    white-space:nowrap
}
table td.expand {
    width: 99%
}

.table_cell_min td{
  padding: 0px 8px !important;
}
.table_cell_sm td,
.table_cell_sm th{
  padding: 4px 8px !important;
}

.table_adds_items{
  border-bottom: 1px solid var(--added_item_cell_border);
}

.table_adds_items .row_new_item{
/*  background-color: #f00;*/
  /*border-color: #73a0bd;
  font-weight: 600;*/
}
.table_adds_items .row_added_item{
  background-color: #f5f5f5;
}
.table_adds_items .row_new_item + .row_added_item td{
  box-shadow: inset 0px 5px 3px -3px rgba(0, 0, 0, 0.05);
}

.table_adds_items .row_added_item td{
  border-top: 1px solid var(--added_item_cell_border);
}
.table_adds_items  td:first-child{
  border-left: 1px solid var(--added_item_cell_border);
}
.table_adds_items  td:last-child{
  border-right: 1px solid var(--added_item_cell_border);
}




/* **** *** */
.display_table{
  display: table;
  width: 100%;
}
.display_table_row{
  display: table-row;
}
.display_table_cell{
  display: table-cell;
  vertical-align: top;
}


.display_flex{
  display: flex;
  width: 100%;
}

.display_flex > *{
  flex-grow: 1;
  flex-basis: 0;
  padding: 0px 5px;
}

.display_flex > *:first-child{
  padding-left: 0px;
}
.display_flex > *:last-child{
  padding-right: 0px;
}



/* SCROLLABLE TABS */
.scrollable_tabs .tabs_wrapper {
    position:relative;
    margin:0 auto;
    overflow:hidden;
    padding:5px;
    height:40px;
}

.scrollable_tabs .tabs_list {
    position:absolute;
    left:0px;
    top:0px;
    min-width:3000px;
    margin-left:12px;
    margin-top:0px;
}

.scrollable_tabs .tabs_list li{
  display:table-cell;
    position:relative;
    text-align:center;
    cursor:grab;
    cursor:-webkit-grab;
    color:#efefef;
    vertical-align:middle;
}

.scrollable_tabs .scroller{
  text-align:center;
  cursor:pointer;
  display:none;
  padding:7px;
  padding-top:13px;
  white-space:no-wrap;
  vertical-align:middle;
  background-color: #afafaf;
  color: #000;
}

.scrollable_tabs .scroller:hover{
  background-color: #969696;
}

.scrollable_tabs .scroller-right{
  box-shadow: -3px 0px 3px rgba(0,0,0,0.2);
  float:right;
}

.scrollable_tabs .scroller-left {
  box-shadow: 3px 0px 3px rgba(0,0,0,0.2);
  float:left;
}

/* ---- ONLINE SHOP ----- */

.cart_table_container .mxp_table_cart{
  border: 1px solid #ddd;
  margin-bottom: 10px;
}


/* cart styles */
.btn_delete_cart_item{
  /*border-radius: 50%;*/
  /*padding: 1px 6px;*/
  background-color: #ccc;
}

.cart_table_total.include_discount{
  text-decoration: line-through;
  display: block;
}
.cart_table_total_with_discount{
}


.panel_delivery_address{
  margin-bottom: 10px;
}

.panel_delivery_address .panel-heading{
  padding: 0px;
}

.panel_delivery_address .panel-heading .panel-title > a{
  padding: 10px 15px;
  background-color: #eaeaea;
  display: block;
  color: #000;
}
.panel_delivery_address .field label{
  color: #000;
}




.pagination,
.pagination_wrapper {
  cursor: default;
}

  #pagination a, #pagination span, #pagination em,
  .pagination_wrapper a, .pagination_wrapper span, .pagination_wrapper em {
    padding: 0.2em 0.5em;
    display: block;
    float: left;
    margin-right: 1px; }
  #pagination .disabled,
  .pagination_wrapper .disabled {
    color: #999999;
    border: 1px solid #dddddd; }
  #pagination .current,
  .pagination_wrapper .current {
    font-style: normal;
    font-weight: bold;
    background: #2e6ab1;
    color: white;
    border: 1px solid #2e6ab1; }
  #pagination a,
  .pagination_wrapper a {
    text-decoration: none;
    color: #105cb6;
    border: 1px solid #9aafe5; }
  #pagination a:hover, #pagination a:focus,
  .pagination_wrapper a:hover, .pagination_wrapper a:focus {
      color: #000033;
      border-color: #000033; }
  #pagination .page_info,
  .pagination_wrapper .page_info {
    background: #2e6ab1;
    color: white;
    padding: 0.4em 0.6em;
    width: 22em;
    margin-bottom: 0.3em;
    text-align: center; }
  #pagination .page_info b,
  .pagination_wrapper .page_info b {
      color: #000033;
      background: #6aa6ed;
      padding: 0.1em 0.25em; }
  #pagination:after,
  .pagination_wrapper:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  * html #pagination, .pagination_wrapper {
    height: 1%; }
  *:first-child + html #pagination,
  *:first-child + html .pagination_wrapper {
    overflow: hidden; }

#pagination .previous_page,
.pagination_wrapper .previous_page{
  padding: 0px;
}

#pagination .next_page,
.pagination_wrapper .next_page{
  padding: 0px;
}

#pagination{
  margin-top: 10px;;
}

.pagination{
  margin: 0px;
}




.bg_gradient_gray{
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f7fbfc+0,d9edf2+40,add9e4+100;Blue+3D+%231 */
background: rgb(247,251,252); /* Old browsers */
background: -moz-linear-gradient(top, rgba(247,251,252,1) 0%, rgba(217,237,242,1) 40%, rgba(173,217,228,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(247,251,252,1) 0%,rgba(217,237,242,1) 40%,rgba(173,217,228,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(247,251,252,1) 0%,rgba(217,237,242,1) 40%,rgba(173,217,228,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7fbfc', endColorstr='#add9e4',GradientType=0 ); /* IE6-9 */
}

.bg_transparent{
  background-color: transparent !important;
}
.bg_transparent td{
 background-color: transparent !important; 
}

tr.shop_order_row_totals td:first-child{
  border: none !important;
}
tr.shop_order_row_totals td{
  padding: 4px 8px !important;
  background-color: transparent !important;
}



/* main slider */


/*
    these are just the default styles used in the Cycle2 demo pages.  
    you can use these styles or any others that you wish.
*/


/* set border-box so that percents can be used for width, padding, etc (personal preference) */
.cycle-slideshow, .cycle-slideshow * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }


.cycle-slideshow { width: 45%; min-width: 200px; max-width: 500px; margin: 10px auto; padding: 0; position: relative;
    background: url(http://malsup.github.com/images/spinner.gif) 50% 50% no-repeat;

 }

/* slideshow images (for most of the demos, these are the actual "slides") */
.cycle-slideshow img { 
    /* 
    some of these styles will be set by the plugin (by default) but setting them here
    helps avoid flash-of-unstyled-content
    */
    position: absolute; top: 0; left: 0;
    width: 100%; padding: 0; display: block;
}

/* in case script does not load */
.cycle-slideshow img:first-child {
    position: static; z-index: 100;
}

/* pager */
.cycle-pager { 
    text-align: center; width: 100%; z-index: 500; position: absolute; bottom: 0px; overflow: hidden;
}
.cycle-pager span { 
    font-family: arial; font-size: 50px; width: 16px; height: 16px; 
    display: inline-block; color: #c9c9c9; cursor: pointer; 
}
.cycle-pager span.cycle-pager-active { color: #024ce2;}
.cycle-pager > * { cursor: pointer;}


/* caption */
.cycle-caption { position: absolute; color: white; bottom: 15px; right: 15px; z-index: 700; }


/* overlay */
.cycle-overlay { 
    font-family: tahoma, arial;
    position: absolute; bottom: 0; width: 100%; z-index: 600;
    background: black; color: white; padding: 15px; opacity: .5;
}


/* prev / next links */
.cycle-prev, .cycle-next { position: absolute; top: 0; width: 30%; opacity: 0; filter: alpha(opacity=0); z-index: 800; height: 100%; cursor: pointer; }
.cycle-prev { left: 0;  background: url(http://malsup.github.com/images/left.png) 50% 50% no-repeat;}
.cycle-next { right: 0; background: url(http://malsup.github.com/images/right.png) 50% 50% no-repeat;}
.cycle-prev:hover, .cycle-next:hover { opacity: .7; filter: alpha(opacity=70) }

.disabled { opacity: .5; filter:alpha(opacity=50); }


/* display paused text on top of paused slideshow */
.cycle-paused:after {
    content: 'Paused'; color: white; background: black; padding: 10px;
    z-index: 500; position: absolute; top: 10px; right: 10px;
    border-radius: 10px;
    opacity: .5; filter: alpha(opacity=50);
}




.col_share_buttons{
  text-align: right;
}

.share_buttons_bottom_container{
  padding: 10px 0px;
  margin-top: 30px;
  margin-bottom: 10px;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}



/* 
    media queries 
    some style overrides to make things more pleasant on mobile devices
*/

@media screen and (max-width: 768px){
  #popup_cart .modal-body{
    padding: 10px 2px;
  }
  #popup_cart .modal-dialog{
    margin: 4px 0px;
  }
  #popup_cart .cart_table_container td {
      font-size: 14px;
  }
  #popup_cart .mxp_cart_col_price{
    display: none;
  }
  .btn_delete_cart_item.visible-xs{
      position: relative;
      border-radius: 0px !important;
      background-color: transparent;
      display: inline-block !important;
      padding: 1px 5px;
  }

  .xgallery_container .gallery_item,
  .xgallery_container .gallery_item.detailed{
      width: 100% !important;
      margin-left: 0px;
      margin-right: 0px;
  }
  .xgallery_container .gallery_item.detailed img{
      max-height: 240px;
  }

  .mxp_cart_footer_buttons_container .mxp_btn_footer_cart{
      float: none !important;
      display: block;
      margin: auto;
      margin-bottom: 10px;
      width: 100%;
      max-width: 300px;
  }

  .mxp_col_rem_btn{
    display: none;
  }

  .col_share_buttons{
    padding-top: 10px;
    text-align: left;
  }

  .customer_account_inner_container{
    width: 96% !important;
    margin-left: 2% !important;
  }

  .mxp_customer_home_main_links{
    display: none;
  }

  .form_customer_data{
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
    .cycle-slideshow { width: 200px;}
    .cycle-overlay { padding: 4px }
    .cycle-caption { bottom: 4px; right: 4px }
}



/* estilos personalizados para el slider */
.slide_item{
    position: relative;
    width: 100%;
    max-height: 720px;
    overflow: hidden;
    z-index: 1 !important;
}
.slide_inner_text{
    position: absolute;
    top: 40%;
    font-size: 18px;
    padding: 10px 30px;
    background-color: rgba(0,0,0,0.4);
    /*text-align: center;*/
    color: white;
    width: 100%;
}
/* estilos personalizados para el slider */




.main_slider_container{
  position: relative;
}

.main_slider_prev, .main_slider_next{
  position: absolute;
  font-size: 30px;
  z-index: 999;
  top: 45%;
}
.main_slider_prev a, .main_slider_next a{
  color: rgba(255, 255, 255, 0.6);
  text-shadow: 2px 2px 8px rgba(0,0,0,0.2);
}
.main_slider_prev a:hover, .main_slider_next a:hover{
  color: rgba(255,255,255,0.8);
}
.main_slider_prev{
  left: 30px;
}
.main_slider_next{
  right: 30px;
}



.item_details_combinations .slabel{
  width: 90px;
  vertical-align: middle;
  color: rgb(32, 64, 86) !important;
  font-size: 16px;
}
.combinations_separator{
  margin-top: 10px;
  margin-bottom: 10px;
  height: 1px;
  border-top: 1px dotted #777;
}

.btn_item_combination{
  border-color: #0a60b1;
  box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
}
.btn_item_combination:hover{
  background-color: #eaeaea;
  /*font-weight: 600;*/
}

.btn_item_combination.active,
.btn_item_combination.active:focus,
.btn_item_combination.active:hover,
.btn_item_combination.active:active{
  color: black;
  background-color: #e1ff00;
}



.btn_color_select{
  border: 1px solid #457ae0;
  margin-bottom: 4px;
}
.btn_color_select.active,
.btn_color_select.active:focus,
.btn_color_select.active:hover,
.btn_color_select.active:active{
  border: 1px solid #457ae0;
  background-color: #e1ff00;
}


.btn_material_select{
  border: 1px solid #457ae0;
  margin-bottom: 4px;
}
.btn_material_select.active,
.btn_material_select.active:focus,
.btn_material_select.active:hover,
.btn_material_select.active:active{
  border: 1px solid #457ae0;
  background-color: #e1ff00;
}

.span_color_select{
  display: inline-block;
  width: 16px;
  border: 1px solid rgba(0,0,0,0.2);
}
.not_available_combination{
  opacity: 0.5;
  border: 1px dashed #272727;
  background-color: #e6e6e6 !important;
  color: #000 !important;
  box-shadow: none;
}


.mxp_product_custom_attribute{
  display: inline-block;
  padding: 2px 4px;
  color: #555;
}
.mxp_product_custom_attribute .mxp_attr_name{
  color: #000;
}



/* ------------------- */
.maxemp_sb .form-control{
  border-radius: 0px;
}
.maxemp_sb .form-control:focus{
  border-color: #2574b3;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(37, 69, 95, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(80, 120, 152, 0.6);
}

.maxemp_sb .input-lg{
  border-radius: 0px;
  font-size: 16px;
}

.maxemp_sb .btn, .maxemp_sb .btn-lg{
  border-radius: 2px;
}


.contact_list_info{
  padding: 0px;
  margin: 0px;
}
.contact_list_info li{
  list-style-type: none;
  font-size: 16px;
}

.maxemp_sb .modal-content {
    border-radius: 4px;
}

.maxemp_sb.whtrue .form_add_to_cart{
  display: none !important;
}


.related_product_item{
  float: left;
  width: 80px;
  /*height: 70px;*/
  margin-right: 10px;
  margin-bottom: 10px;
  overflow: hidden;
  background-color: rgba(0,0,0,0.08);
  padding: 2px;
}
.related_product_item:hover{
  background-color: rgba(0,0,0,0.12);
  box-shadow: 0px 0px 4px rgba(0,0,0,0.1);
}
.related_product_item a{
  display: flex;
  width: 100%;
  height: 100%;
  flex-flow: column;
  justify-content: center;
  align-content: center;
}
.related_item_info{
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 4px;
}




/* callcenter */
.callcenter_message{
  padding: 10px;
  border-radius: 4px;
  margin-top: 4px;
  border: 1px solid #eaeaea;
}
.callcenter_message{
  background-color: #fdfdfd;
  border-left: 4px solid #cae9cb;
}
.callcenter_message.from_user{
  background-color: white;
  border-left: 4px solid #bbd5ec;
}
.callcenter_message:hover{
  background-color: #dcffdd;
}

.callcenter_message .media-left{
  padding-right: 10px;
}
.callcenter_message .media-body, .callcenter_message .media-left, .callcenter_message .media-right {
    display: table-cell;
    vertical-align: top;
}
.callcenter_message_options{
  text-align: right;
  min-width: 160px;
}

.callcenter_message .attachments_container.has_attachments{
  padding: 6px 9px;
  background-color: rgba(255, 255, 255, 0.41);
  border: 1px solid rgba(49, 49, 49, 0.16);
  margin-top: 10px;
  position: relative;
  padding-left: 40px;
}
.callcenter_message .attachments_container.has_attachments:before{
  font-family: "fontAwesome";
  content: "\f0c6";
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: rgba(0,0,0,0.03);
  display: inline-block;
  height: 100%;
  padding: 10px;
  font-size: 20px;
  color: #858072;
}

.callcenter_message p{
  margin-bottom: 10px;
}


.has_promotion{
  text-decoration: line-through;
}


.row_item_discount_badge,
.row_item_stock_badge,
.row_item_proportional_price_badge{
    display: inline-block;
    font-weight: bolder;
    padding: 0px 4px;
    text-align: center;
    border-radius: 8px;
    position: absolute;
    top: -2px;
    right: -2px;
    color: #fff;
    height: 18px;
    line-height: 16px;
}
.row_item_discount_badge{
    background-color: #169828;
}
.row_item_stock_badge{
    background-color: #f39c12;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.row_item_proportional_price_badge{
    background-color: #44a67a;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.bg_special_proportional_price .product_price{
  background-color: #d2f4e5;
  border-color: #91d2b5;
}


.mxp_product_long_description img{
  max-width: 100%;
}


.card_logo{
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 100%;
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
}


.production_product {
    background: none !important;
    background-color: #f9f2b7 !important;
}

.production_product td{
  border-top: 1px solid #ded58a !important;
  border-bottom: 1px solid #ded58a !important;
}



/* ------ blog ------- */

.blog_featured_image_container{
  display: flex;
  align-items: center;
  overflow: hidden;
  max-height: 400px;
}

.blog_featured_image_container img{
  width: 100%;
}


.blog_item_related{
  border: 1px solid #eaeaea;
  margin-bottom: 14px;
  padding: 12px;
}

.blog_item_related .item_related_title{
  padding: 8px 0px;
  border-bottom: 1px solid #eaeaea;
}

.blog_item_related .post_title{
  font-weight: 600;
}


.mxp_sidebar_categories_title{
  font-size: 18px;
  margin-bottom: 10px;
}

.blog_list_categories{
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

.blog_list_categories li a{
  display: block;
  padding: 8px 0px;
  border-bottom: 1px solid #eaeaea;
}



.blog_container{
  padding-top: 20px;
  padding-bottom: 50px;
}

.blog_items_container .blog-item{
  margin-bottom: 20px;
  height: 350px;
  overflow: hidden;
  padding: 10px;
  box-shadow: 0px 2px 8px rgba(0,0,0,0.05);
  transition: box-shadow 0.2s;
}

.blog_items_container .blog-item:hover{
  box-shadow: 0px 2px 10px rgba(0,0,0,0.15);
}

.blog_items_container .blog-img{
  display: flex;
  height: 190px;
  overflow: hidden;
  align-items: center;
}

.blog_items_container .blog-item img{
  max-width: 100%;
}


.mxp_blog_item_title{
  padding-top: 10px;
  padding-bottom: 5px;
}
.mxp_blog_item_title > a{
  font-size: 16px;
}
.mxp_blog_item_description{
  font-size: 14px;
  color: #555;
}


.header_description_container{
  padding: 20px 10px;
}



.vmiddle{
  vertical-align: middle !important;
}

input.img_upload_input {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.lbl_new_file_attachment{
  display: block;
}

.file_attachment_group_item{
  position: relative;
  padding-right: 38px;
  padding-bottom: 5px;
}
.btn_delete_file_attachment{
  position: absolute !important;
  right: 2px;
  top: 0px;
}



.img_responsive{
  display: inline-block;
  max-width: 100%;
  height: auto;
}


.item_similar_customer{
  background-color: rgba(0,0,0,0.06);
}
.text-warning {
    color: #bf8512;
}


.tour_overlay{
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  z-index: 9999;
}



.box_password_recovery{
  max-width: 550px;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 2px 2px 6px rgba(0,0,0,0.1);
}



/* ===== bootstrap visibility ===== */
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}


/* ================= MODO OSCURO ==================*/
.inverted_colors{
  filter: invert(1);
}
.inverted_colors body{
  background-color: black;
}
/* -- contrarrestar los invertidos a los que no deben invertirse los colores (como las imagenes) -- */
.inverted_colors img{
  filter: invert(1);
}
.inverted_colors .mfp-bg{
  filter: invert(1); 
}
.inverted_colors .modal-backdrop{
  background-color: white;
}
.skin-yellow-light .main-header .navbar,
.skin-yellow-light .main-header #user_navbar_section,
.skin-yellow-light .main-header .logo{
    background-color: #e8ac4e;
}

.inverted_colors .btn-success {
    background-color: #cc80c2;
    border-color: #ec83dd;
    color: #2d2a2d;
}
.inverted_colors .btn-success:hover,
.inverted_colors .btn-success:active,
.inverted_colors .btn-success:focus{
  background-color: #c576bb;
  border-color: #bd4ead;
}

.inverted_colors .btn-primary {
    background-color: #e0bd7d;
    border-color: #dfea65;
    color: #2d2d2d;
}
.inverted_colors .btn-primary:hover,
.inverted_colors .btn-primary:active,
.inverted_colors .btn-primary:focus{
  background-color: #cca867;
  color: #2d2d2d;
}

.inverted_colors .btn-default {
    background-color: #dadada;
    color: #444;
    border-color: #bdbdbd;
}
.inverted_colors .btn-default:hover,
.inverted_colors .btn-default:active,
.inverted_colors .btn-default:focus{
  background-color: #c3c3c3;
  color: #444;
  border-color: #bdbdbd;
}

.inverted_colors .form-control:focus {
    border-color: #c5ad6e;
    box-shadow: none;
}
.inverted_colors .bg-green, 
.inverted_colors .callout.callout-success, 
.inverted_colors .alert-success, 
.inverted_colors .label-success, 
.inverted_colors .modal-success .modal-body {
    background-color: #af82a9 !important;
}


.inverted_colors .btn-danger {
    background-color: #88dcd8;
    border-color: #61bfb0;
    color: #313030;
}
.inverted_colors .btn-danger:hover,
.inverted_colors .btn-danger:active,
.inverted_colors .btn-danger:focus{
  background-color: #77e2dd;
  border-color: #3cd0b8;
  color: #313030;
}

.inverted_colors .btn-warning {
    background-color: #5a7ee4;
    border-color: #397fde;
    color: #131313;
}
.inverted_colors .btn-warning:hover,
.inverted_colors .btn-warning:active,
.inverted_colors .btn-warning:focus{
    background-color: #4870e2;
    border-color: #0767e8;
    color: #131313;
}

.inverted_colors .btn-info {
    background-color: #ef6e00;
    border-color: #d6b700;
}
.inverted_colors .btn-info:hover,
.inverted_colors .btn-info:active,
.inverted_colors .btn-info:focus{
  background-color: #b15a0f;
  border-color: #ab9200;
}

.inverted_colors .bg-primary {
    color: #fff;
    background-color: #b79433;
}
.inverted_colors .bg-red, 
.inverted_colors .callout.callout-danger, 
.inverted_colors .alert-danger, 
.inverted_colors .alert-error, 
.inverted_colors .label-danger, 
.inverted_colors .modal-danger .modal-body {
    background-color: #5bc7d2 !important;
}


/* ------- image galleries --------- */

.xgallery_container .gallery_item{
  /*float: left;
  display: flex;*/
  display: inline-block;
  /*justify-content: center;
  align-items: center;*/
  overflow: hidden;

  width: 260px;
  /*height: 200px;*/
  padding: 4px;
  border-radius: 6px;
  margin-right: 15px;
  margin-bottom: 18px;
  box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
}

.xgallery_container .gallery_item.detailed{
  /*height: 400px;*/
}
.xgallery_container .gallery_item.detailed a.lnk_image{
  height: auto;
}
.xgallery_container .gallery_item.detailed .xgal_title{
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 6px;
}

.xgallery_container .gallery_item:hover{
  box-shadow: 1px 1px 5px rgba(0,0,0,0.4);
  border: 1px solid #999;
  /*overflow: visible;*/
}
.xgallery_container .gallery_item:hover img{
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.xgallery_container .gallery_item a.lnk_image{
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}
.xgallery_container .gallery_item img{
  max-width: 100%;
  max-height: 100%;
}
.xgallery_container .gallery_item.detailed img{
  margin-bottom: 10px;
}


.flexslider .slides > li.flex-active-slide{
  min-height: 300px;
}


.mxp_flex_center{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
}

.mxp_dummy_collection .img_responsive{
  max-width: 100%;
}


.mxp_collection_wrapper{
  padding-top: 30px;
  padding-bottom: 30px;
}

.collection_description{
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  border-radius: 4px;
  margin-bottom: 20px;
}





.maxemp_erp .select2-container--open .select2-dropdown--below{
  box-shadow: 0px 3px 9px 0px rgba(0,0,0,0.2);
}

.maxemp_erp .select2-dropdown .loading-results{
  padding-left: 27px;
  position: relative;
}
.maxemp_erp .select2-dropdown .loading-results:before{
  content: " ";
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 74%;
  border: 2px solid #ccc;
  border-top: 2px solid #1047d0;
  background-color: rgba(255,255,255,0.6);
  position: absolute;
  top: 9px;
  left: 8px;
  z-index: 1;
  font-size: 18px;
  padding: 4px 4px;
  animation-name: loading_rotation;
  animation-duration: 0.6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  z-index: 10;
}

@-webkit-keyframes loading_rotation{from{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(359deg)}}@-moz-keyframes loading_rotation{from{-moz-transform:rotate(0deg)}to{-moz-transform:rotate(359deg)}}@-o-keyframes loading_rotation{from{-o-transform:rotate(0deg)}to{-o-transform:rotate(359deg)}}@keyframes loading_rotation{from{transform:rotate(0deg)}to{transform:rotate(359deg)}}



/* ----------------- shop pages ---------------- */

/*  ---------------- editable blocks -------------- */
.mxp_cols_container .mxp_col,
.mxp_cols_container .mxp_col{
  display: inline-block;
  vertical-align: top;
  padding-left: 10px;
  padding-right: 10px;
}
.mxp_cols_container .mxp_col:first-child{
  padding-left: 0px;
}
.mxp_cols_container .mxp_col:last-child{
  padding-right: 0px;
}

.mxp_cols_container.cols2 .mxp_col{
  width: 49.5%;
}

.mxp_cols_container.cols3 .mxp_col{
  width: 32.7%;
}

.mxp_cols_container.cols4 .mxp_col{
  width: 24.5%;
}






/* --- button styles ----*/
.mxp_btn{
  padding: 6px 14px;
  border-radius: 4px;
  display: inline-block;
  text-decoration: none;
}
.mxp_btn.blue{
  color: white;
  background-color: #2f6ce2;
}

.mxp_btn.dark{
  color: white;
  background-color: #5c5c5c;
}

.mxp_btn.light{
  color: black;
  background-color: white;
  border: 1px solid #ccc;
}

.mxp_btn.border_blue{
  color: black;
  border: 2px solid #2f6ce2;
}
.mxp_btn.border_light{
  color: black;
  border: 2px solid #ccc;
}
.mxp_btn.border_dark{
  color: black;
  border: 2px solid #5c5c5c;
}

.mxp_btn.mxp_lg{
  padding: 10px 22px;
  font-size: 16px;
}


.mxp_page_row{
  line-height: 1.5;
}

.mxp_page_row .editable_item > div{
  margin-bottom: 5px;
}

.mxp_page_row p,
.mxp_editable_text p{
  line-height: 1.4;
  margin-bottom: 0.2em;
}

.mxp_shop_index_section img,
.mxp_page_row img{
  width: auto;
  max-width: 100% !important;
}

.mxp_editable_gallery img{
  width: 100% !important;
}

.mxp_page_row ul{
  list-style-type: disc;
  padding-left: 15px;
}
.mxp_page_row ul li{
  list-style-type: disc;
}

.mxp_row_separator{
  min-height: 20px;
}


.mxp_padd_top_20{
  padding-top: 20px;
  padding-bottom: 20px;
}



@media screen and (max-width: 768px){
  .mxp_page_row .mxp_col{
    width: 100% !important;
  }
  .mxp_shop_index_section [class^="col-"],
  .mxp_page_row .mxp_col{
    padding-bottom: 40px;
  }
}


/* --------shop styled blocks -------- */
.mxp_style_info_gray{
  background-color: #f0f0f0;
  border-left: 3px solid #a6a6a6;
  padding: 10px;
}
.mxp_style_info_blue{
  background-color: #e6efff;
  border-left: 3px solid #3e6bba;
  padding: 10px;
}
.mxp_style_info_green{
  background-color: #dcffe7;
  border-left: 3px solid #248f33;
  padding: 10px;
  color: #27352b;
}

.mxp_style_badge_gray{
  background-color: #e3e3e3;
  padding: 0px 7px;
  border-radius: 10px;
}
.mxp_style_badge_green{
  background-color: #adecb6;
  padding: 0px 7px;
  border-radius: 10px;
}
.mxp_style_badge_blue{
  background-color: #c2d8f7;
  padding: 0px 7px;
  border-radius: 10px;
}
.mxp_style_badge_yellow{
  background-color: #fef8a0;
  padding: 0px 7px;
  border-radius: 10px;
}
.mxp_style_badge_red{
  background-color: #ffb4b4;
  padding: 0px 7px;
  border-radius: 10px;
}
.mxp_style_card{
  border: 1px solid #ccc;
  background-color: white;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 2px 2px 6px rgba(0,0,0,0.06);
}
.mxp_style_highlighted_paraghraph{
  font-size: 18px;
  font-weight: 500;
  color: #555;
  background-color: #f8f8f8;
  padding: 10px;
}

.mxp_tips_gray{
  padding: 10px;
  background-color: #f4f4f4;
  border: 1px solid #c0c0c0;
  color: #494949;
}
.mxp_tips_blue{
  padding: 10px;
  background-color: #f0f8ff;
  border: 1px solid #c4dcf2;
  color: #42627f;
}
.mxp_tips_yellow{
  padding: 10px;
  background-color: #fffef0;
  border: 1px solid #ede591;
  color: #7f7242;
}
.mxp_tips_green{
  padding: 10px;
  background-color: #f0fff0;
  border: 1px solid #93ed91;
  color: #427f44;
}

.mxp_style_round_borders{
  border-radius: 6px;
}

.mxp_style_shadow_sm{
  box-shadow: 2px 2px 6px rgba(0,0,0,0.1);
}


.mxp_page_row.mxp_fixed_block.mxp_commercial_agenda .mxp_block_inner_sample{
  height: 380px;
  max-width: 800px;
  border: 10px solid #eaeaea;
  margin: auto;
  background-image: url(/assets/agenda_placeholder.png);
  background-repeat: no-repeat;
  background-position: center;
}



.xgallery_masonry{
  margin: auto;
}


.mxp_add_cart_form_input.prod_custom_attr.list{
  max-width: 300px;
}
.mxp_add_cart_form_input.prod_custom_attr.text{
  max-width: 500px;
}


.mxp_gallery_slider.owl-carousel .owl-item img{
  width: 100%;
}


.sales_container{
  min-height: 100px;
  max-height: 450px;
  overflow-y: auto;
}


.customer_account_inner_container{
    position: relative;
    border: 1px solid #ccc;
    padding: 20px 34px;
    border-radius: 6px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.customer_account_inner_container h1.section_title{
  margin-top: 0px;
}

.customer_account_inner_container .collapse.in{
  display: block !important;
}

.customer_account_inner_container table td{
  vertical-align: middle;
}

.frm_delivery_address{
  border: 1px solid #ccc;
  padding: 20px;
  background-color: #f3f3f3;
}


.mxp_customer_nav_container{
  position: absolute;
  top: 12px;
  right: 20px;
}

.customer_inner_nav_menu.open .dropdown-menu{
  display: block;
}
.customer_inner_nav_menu .dropdown-menu{
    position: absolute;
    z-index: 1000;
    top: 100%;
    right: 0;
    left: unset;
    display: none;
    min-width: 160px;
    padding: 8px 0;
    margin: 0;
    font-size: 0.875rem;
    color: #777;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
}

.customer_inner_nav_menu .dropdown-menu li a{
    display: block;
    padding: 6px 20px;
    clear: both;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.customer_inner_nav_menu .dropdown-menu li a:hover{
  background-color: #eaeaea;
}

.customer_inner_nav_menu .divider{
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}


.contact_second_column{
  background-color: #f6f6f6;
  border: 1px solid #eaeaea;
  padding: 10px 20px;
}


.promo_alert{
  border-radius: 3px;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
  margin: 0 0 6px 0;
  font-size: 16px;
  font-weight: 600;
  padding: 4px 12px;
  color: #000;
}
.promotions_info_alert .promo_alert:last-child{
  margin-bottom: 20px;
}
.promo_alert.other_promos_available{
    background-color: #ddffde;
    border: 1px solid #caebcb;
}
.promo_alert.free_item_available{
  color: #1e3402 !important;
  border-left: 5px solid #66bc00;
  background-color: #e2f47c !important;
}
.promo_alert .available_free_promo_lbl{
  font-size: 13px;
  color: #5a6905;
}

tr.row_free_product{
  cursor: pointer;
}
tr.row_free_product td{
  padding: 4px 8px !important;
}


#modal_manual_payment_amount .payment_title{
  padding: 2px 6px;
  font-weight: 600;
  font-size: 18px;
  background-color: #c4ffdd;
}

#modal_manual_payment_amount h4{
    font-size: 16px;
    font-weight: 600;
}



[v-cloak] {
  opacity: 0;
}


.form_survey_main_container{
  max-width: 800px;
  margin-left: 10%;
  padding: 50px 10px;
}

.site_form_title{
  font-size: 24px;
  font-weight: 600;
}

.mxp_site_form .mxp_form_description{
  margin-bottom: 10px;
}

.site_form_question{
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-bottom: 10px;
}
.site_form_question.has_error_answer{
  border: 2px solid #c00;
}
.site_form_question .lbl_mandatory{
  color: #777;
  font-size: 14px;
}

/* -- para los tipos de preguntas en site forms  */

/* radios  */

.mxp_site_form_radios_wrapper,
.mxp_site_form_checkboxes_wrapper{
  padding-left: 10px;
}

.mxp_site_form_lbl_radio,
.mxp_site_form_lbl_checkbox{
  padding: 2px 10px;
  border: 1px dotted #ccc;
  cursor: pointer;
}

.mxp_site_form_lbl_checkbox input{
  overflow: visible !important;
}

.mxp_site_form_lbl_radio:hover,
.mxp_site_form_lbl_checkbox:hover{
  background-color: rgba(0, 0, 0, 0.05);
}

/* select_list  */

.mxp_site_form_select_list{
  max-width: 400px;
}

/* escala lineal  */

.mxp_site_form_linear_scale_wrapper{
  display: inline-block;
}

.mxp_site_form_linear_scale_wrapper input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0;
}
.mxp_site_form_linear_scale_wrapper label {
    display: inline-block;
    background-color: #f4f4f4;
    padding: 8px 16px;
    font-family: sans-serif, Arial;
    font-size: 16px;
    border: 2px solid #444;
    border-radius: 4px;
    margin-right: 5px;
    cursor: pointer;
}
.mxp_site_form_linear_scale_wrapper label:hover{
  background-color: #fff;
  border-color: #1c8c1c;
}
.mxp_site_form_linear_scale_wrapper input[type="radio"]:checked + label {
    background-color:#bfb;
    border-color: #4c4;
}
.mxp_site_form_linear_scale_wrapper input[type="radio"]:focus + label {
    border: 2px dashed #444;
}


.mxp_site_form_range_labels{
  text-align: left;
  user-select: none;
  color: #555;
}
.mxp_site_form_range_labels .lbl_range_end{
  float: right;
}

.mxp_site_form_finished_wrapper{
  padding: 120px 100px;
}


.lbl_with_checkbox{
  padding: 0px 4px;
  cursor: pointer;
}
.lbl_with_checkbox:hover{
  outline: 1px dashed #999;
}

.lbl_contains_checkbox{
  padding: 4px;
  user-select: none;
  cursor: pointer;
  outline: 1px dashed #ccc;
}
.lbl_contains_checkbox:hover{
  outline: 1px dashed #999;
  background-color: #eaeaea;
}

.mxp_product_details_family_and_class{
  margin-bottom: 10px;
  position: relative;
}
.mxp_product_details_family_and_class > span{
  font-size: 16px;
  margin-right: 10px;
}
.mxp_product_details_family_and_class > a{
  font-weight: 600;
  font-size: 16px;
  margin-right: 10px;
}
.mxp_product_details_family_and_class > a .fa{
  font-size: 14px;
  color: #444;
}

#chk_contact_terms{
  padding: 0px;
  padding-left: 6px;
  background-color: transparent;
  display: inline-block;
}
#chk_contact_terms:checked:before{
  left: 12px;
}

.no_padding{
  padding: 0px !important;
}

#frm_finalize_checkout .panel-heading{
  font-size: 16px;
  margin-bottom: 10px;
}

#list_attachments{
  margin-bottom: 10px;
}


.list_item_checkout_option{
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06) !important;
}
.list_item_checkout_option label{
  cursor: pointer;
}
.list_item_checkout_option:hover{
  background-color: rgba(0, 0, 0, 0.03);
}

.list_item_checkout_option{
  padding-top: 6px !important;
  padding-bottom: 6px !important;
  position: relative !important;
  padding-left: 40px !important;
  transition: padding-left 0.2s;
  min-height: 36px;
}
.list_item_checkout_option:hover{
  padding-left: 44px !important;
}

.list_item_checkout_option input[type="radio"]{
  position: absolute !important;
  left: 10px !important;
  top: 5px !important;
  padding: 0px !important;
  border: none;
}
.list_item_checkout_option.address_option input[type="radio"]{
  left: 10px !important;
  top: 10px !important;
}
.list_item_checkout_option input[type="radio"]:before{
    position: absolute;
    left: 0px;
    top: -3px;
}

.address_full_text{
  font-size: 14px;
  line-height: 22px;
}

.mxp_event_form_register{
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}

.mxp_event_form_register .field{
  margin-bottom: 10px;
}


/* ----- login/register ---- */

.mxp_auth_customer_form_container{
  max-width: 500px;
  margin: auto;
  padding: 20px 30px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.mxp_auth_customer_form_container .field{
  margin-bottom: 10px;
}


.oppn_logos > img{
  height: unset;
}

.mxp_carousel .carousel_item{
  padding-left: 10px;
  padding-right: 10px;
}
.mxp_carousel .carousel_item > a{
  display: block;
  text-align: center;
}
.mxp_carousel .owl-item img{
  display: inline-block !important;
}
.mxp_carousel .owl-dots{
  margin-top: 20px;
}
.mxp_carousel .carousel_item .xgal_title,
.mxp_carousel .carousel_item .xgal_content{
  text-decoration: none;
  text-align: center;
  color: #000;
}
.mxp_carousel .carousel_item .xgal_title{
  margin-top: 10px;
  font-size: 16px;
}
.mxp_carousel .carousel_item .xgal_content{
  margin-top: 6px;
  font-size: 14px;
}



.shop_search_no_results{
  padding: 20px 0px;
  margin-bottom: 20px;
}


.hidden, .hide{
  display: none;
}

.badge.success{
  background-color: #0f8f20;
}

.dynamic_price_lists_wrapper{
  background-color: rgba(255, 255, 255, 0.5);
  padding: 10px 5px 5px 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.dynamic_price_list_item{
  font-size: 16px;
  user-select: none;
  position: relative;
}
.dynamic_price_list_item .table_cell:first-child{
  padding-left: 34px;
}
.dynamic_price_list_item:before{
  filter: invert(1);
  mix-blend-mode: difference;
}

.dynamic_price_list_item:not(.active):before{
  font-family: fontAwesome !important;
  content: "\f00d";
  position: absolute;
  opacity: 0.4;
  top: 2px;
  left: 12px;
}
.dynamic_price_list_item.active{
  outline: 3px solid #00831b;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
  border-radius: 2px;
  z-index: 1;
}
.dynamic_price_list_item.active.by_proximity{
  outline: 3px solid #ebae07;
  animation-name: anim_pricelist_by_proximity_outline;
  animation-duration: 0.5s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
}

.dynamic_price_list_item.active:before{
  font-family: IcoFont !important;
  content: "\ec4b";
  position: absolute;
  top: 2px;
  text-shadow: 0px 0px 10px rgba(0,0,0,0.2);
  color: #00831b;
  left: 10px;
  animation-name: anim_pricelist_by_proximity;
  animation-duration: 0.5s;
  animation-timing-function: ease-in;
  animation-direction: alternate;
  animation-iteration-count: infinite;
}
.dynamic_price_list_item.active.by_proximity:before{
  font-family: IcoFont !important;
  content: "\eea3";
  position: absolute;
  top: 2px;
  color: #ebae07;
  left: 10px;
  font-size: 18px;
}
.dynamic_price_list_item > div{
  filter: invert(1);
  padding: 2px 6px;
  mix-blend-mode: difference;
}
.dynamic_price_list_item > div:last-child{
  text-align: right;
  font-weight: 600;
}

.mxp_jewelry_info{
  text-align: center;
  padding: 5px 10px;
  background-color: #fff4d5;
  border: 1px solid #e5cd4e;
  border-radius: 6px;
  margin-top: 5px;
  color: #7a640a;
  font-weight: 600;
  font-size: 16px;
  user-select: none;
  cursor: pointer;
}
.mxp_jewelry_info:hover{
  background-color: #f5ebce;
  border-color: #d3b723;
}



.mce-offscreen-selection{
  display: none;
}


@keyframes anim_pricelist_by_proximity{
  from { opacity: 1 }
  to { opacity: 0 }
}
@keyframes anim_pricelist_by_proximity_outline{
  from { outline: 3px solid #ebae07; }
  to { outline: 3px solid #f9c32f; }
}


@media screen and (max-width:  768px){
  .form_survey_main_container{
    margin-left: 0;
  }
  .mxp_site_form_finished_wrapper{
    padding: 100px 20px;
  }

  .mxp_layouts *[class^="col-sm"]{
    padding-bottom: 20px;
  }
}
