/* ######################################################################################################################## */
/* ######################################################################################################################## */
/* ######################################                NOVEY                ############################################ */
/* ######################################################################################################################## */
/* ######################################################################################################################## */

/* ------------- ################################# ------------- */
/* ------------- FUENTES                           ------------- */
/* ------------- ################################# ------------- */
@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');


/* ------------- ################################# ------------- */
/* ------------- VARIABLES                         ------------- */
/* ------------- ################################# ------------- */


:root {
  --brand-color: #0055B8;
  --brand-color-light: rgba(0, 85, 184, 0.20);
  --brand-secondary-color: #ed1c24;
  --brand-text-color: white;
  --gray-bg: #f3f3f3;
  --red: #dc3545 !important;
  --yellow: #ffc107 !important;
  --green: #28a745 !important;
  --green-light: #78ea18 !important;
  --white: #fff !important;
  --gray: #6c757d !important;
  --gray-light: #eee !important;
  --gray-light-30: #bfbfbf3d !important;
  --gray-light-10: #bfbfbf1a !important;
  --gray-dark: #343a40 !important;
  --primary: #007bff !important;
  --primary-light: #0070f5 !important;
  --secondary: #6c757d !important;
  --success: #28a745 !important;
  --info: #17a2b8 !important;
  --warning: #ffc107 !important;
  --danger: #dc3545 !important;
  --light: #f8f9fa !important;
  --dark: #343a40 !important;
  --black: #000000 !important;
  --brand-light-pastel: #ecf1f7 !important;
}


/* ------------- ################################# ------------- */
/* ------------- Nuevos Estilos - by Elvia         ------------- */
/* ------------- ################################# ------------- */



/* ------------- GRID ------------- */

.col-xs-12-extend, .col-sm-12-extend, .col-md-12-extend, .col-lg-12-extend {
  padding-right: 10px;
  padding-left: 10px;
}

/*.cc_baseprice {
  text-decoration: line-through;
}*/

#overlay {
  background: no-repeat scroll center center rgba(255, 255, 255, 0.3);
  /* background: url("../images/Spinning.gif") no-repeat scroll center center rgba(255, 255, 255, 0.3); */
  /* background: unset !important
  border-radius: 50%; */
}

/* ------------- BOTONES ------------- */

.btn {
  padding: 7px 15px 7px 15px ;
  border-radius: 0px !important;
  text-transform: capitalize !important;
  font-size: 1em ;
  font-weight: 700 !important;
  font-style: normal !important;
  font-stretch: normal !important;
  line-height: normal !important;
  letter-spacing: normal !important;
  text-align: center !important;
  transition: 1s !important;
}


.btn.btn-sm, 
.cc_action_totals button.btn.btn-default.btn-sm.updateCartButton.cc_update_cart_button, 
button.btn.btn-primary.slim.gotoProductCompare.cc_goto_prod_compare {
  padding: 7px 10px;
  font-size: 11px;
}

.btn-lg,
.btn-group-lg>.btn {
  padding: 10px 16px !important;
  font-size: 18px !important;
  line-height: 1.3333333 !important;
}

.btn-default{
  background: var(--brand-color);
  color: white !important;
  border: 1px solid var(--brand-color);
}

.btn-default:hover{
  background: #bfbfbf !important;
}

.btn-primary {
  background: #ffffff !important;
  color: var(--brand-color) !important;
  border: 1px solid var(--brand-color);
}

.btn-default-inverse {
  background: var(--white) !important;
  color: var(--brand-color) !important;
  border: 1px solid var(--brand-color) !important;
}

.btn-default-inverse:hover {
  background:var(--brand-color) !important;
  color: var(--white) !important;
}

/* .btn-primary {
  background: #ffffff !important;
  color: black !important;
  border: 1px solid #000000 !important;
} */



.btn-primary:hover {
  background: #bfbfbf !important;
}

.btn-secondary {
  background: var(--brand-secondary-color) !important;
  color: white !important;
  border: var(--brand-secondary-color) !important;
}

.btn-secondary:hover {
  background: var(--red) !important;
}

.btn-primary-inverse {
  background: var(--brand-color) !important;
  color: var(--white) !important;
}

.btn-primary-inverse:hover {
  background: #444444 !important;
}

.btn-medium {
  min-width: 25% !important;
  object-fit: contain !important;
}

.btn-plus {
  border-radius: 0 !important;
  border: none !important;
}

.btn-minus {
  border-radius: 0 !important;
  border: none !important;
}

.btn-outline-secondary:hover {
  background: var(--gray-light);
}

.btn-circle {
  width: 40px !important;
  height: 40px !important;
  padding: 7px 9px 5px 5px !important;
  line-height: 1.428571429 !important;   
  cursor: pointer !important;
  border-radius: 50% !important;
}

/* .btn-circle:hover {
  background-color: var(--brand-color) !important;
  color: white !important;
} */

.cc_action_totals button{
  color: var(--brand-color) !important;
}

.btn-addtocart {
  left: 50%;
}

.btn-select-store{
  background-color: #0055B8 !important;
  border: 1px solid #0055B8 !important;
  color: white !important;
}

.btn-select-store:hover, .btn-select-store:active{
  color: white !important;
}

/*.btn-select Important for function paint attributes*/
.btn-select{
  border: 2px solid #0055b8 !important;
  -webkit-text-stroke: thin !important;
}

@media only screen and (max-width: 600px) {
  .btn-addtocart {
    left: 0;
  }
}

/* ------------- Input ------------- */
/* .inp-default */
.form-control {
  border-radius: 0px !important;
  border: solid 1px #bfbfbf !important;
  background-color: #ffffff !important;
}


/* Extras y test */
.cc_main_body .container-fluid {
  padding-right: 0px !important;
  padding-left: 0px !important;
  margin-right: auto !important;
  margin-left: auto !important;
}


.container.cc_main_container {
  margin-top: 5rem !important;
}

/* ------------- LINKS --------------- */
a {
  color: black !important;
}

.link-blue {
  color: var(--primary) !important;
}

.link-pointer {
  cursor: pointer;
}

.footer>a {
  color: var(--white) !important;
}

.footer .nav-link {
  color: var(--black) !important;
}

.subcategory_link_underline:hover{
  text-decoration: underline;
  color: var(--brand-color) !important;
}

/* sucursasles */

.my-panel{
  background-color: var(--brand-color)!important;
  color: white!important;
}
.suc.card-text{
  color: white!important;
}

/* cart detail */
.limit-c{
  color: var(--brand-secondary-color)
}
.cc_cart_item_list .cc_price_block .price.cc_price{
  font-size: 20px !important;
}

.sub-font-weigth{
  font-weight: 600 !important;
}

.btn-x-position{
  margin-top: -15px !important;
  font-size: 20px !important;
}


/* CheckouUserInformation */
.address-item .address-cut-text{
  width: unset!important;
}

.w-31rem{
  width: 22rem !important;
}
#tabCheckoutUserInfo a{
  font-size: 1em;
  text-align: center;
} 

.error{
  color: red;
}

#myAddresses .column {
  float: left;                
}

#myAddresses .row {margin: 0 -5px;}

#myAddresses .row:after {
  content: "";
  display: table;
  clear: both;
}

#myAddresses .card:hover {
  cursor: pointer;
}

#myAddresses .card h6 {
  margin: 0 !important;
  text-overflow: ellipsis;
  overflow: hidden;
}

#myAddresses .card p {
  margin-bottom: 0px !important;
}

#lbYourAddress {
  font-size: 15px;
  text-transform: capitalize;
}            

.fake-link .list-group-item-heading{
  font-size: 1.2em;
  text-transform: capitalize;
}

.fake-link .list-group-item-text{
  font-size: 0.8em;
  text-transform: lowercase;
}

.tab-content .price{
  background-color: #000000 !important;
  color: white !important;
}

#listDeliveryTime{
  max-width: 340px;
}

#txtCustomDateDelivery{
  max-width: 340px;
}
          
@media screen and (max-width: 600px) {
  #myAddresses .column {
      width: 140px;
      display: block;
      margin-bottom: 20px;
  }

  /* .nav-tabs.nav-justified>li {
      float: left;
  } */
}

div.mapa-style:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: ' ';
  background-color: rgba(0,0,0,.5);
}

.width-25px{
  width: 30%;
}



@media only screen and (max-width: 600px) {
  .remove-item {
      padding-left: 10%!important;
      
  }

  .position-novey {
      left: -10px !important;
  }
}

.remove-item {
 
  font-size: 20px !important;
}



/* ------------- ALERTS --------------- */
.alerts {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 0px;
  margin-top: 10px;
}

.alerts {
  border-radius: 20px !important;
}

.alert-mini {
  padding: 3px !important;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.alert-successminicart{
  color: #3c763d;
  background-color: #dff0d8;
  border: 1px solid transparent;
  border-color: #72f900;
  padding-left: 3px;
  padding-right: 3px;
}

.alert-warningminicart{
  color: #ec0909;
  background-color: #e0b5b5;
  border: 1px solid transparent;
  border-color: #ff0101;
  padding-left: 5px;
  padding-right: 5px;
}

.alert-partialminicart{
  background-color: #e2da70;
  border: 1px solid transparent;
  border-color: #fbff00;
  padding-left: 5px;
  padding-right: 5px;
  color: #776f08 !important;
}

.alert-success {
  border-color: #d6e9c6 !important;
}

.alert-info {
  border-color: #bce8f1 !important;
}

.alert-warning {
  border-color: #faebcc !important;
}

.alert-danger {
  border-color: #ebccd1 !important;
}

.alert-default {
  color: var(--dark);
  background-color: var(--gray-light);
  border-color: var(--secondary);
}

.alert-default hr {
  border-top-color: #c9e2b3;
}

.alert-default .alert-link {
  color: #2b542c;
}


/* -------------- CHECKBOX -------------------- */
/* The container */
.check-container {
  padding-left: 20px!important;
  display: block;
  position: relative;
  padding-left: 0px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.check-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #eee;
  border: 0.5px solid var(--gray);
  border-radius: 3px;
}

/* On mouse-over, add a grey background color */
.check-container:hover input~.checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.check-container input:checked~.checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark::after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.check-container input:checked~.checkmark::after {
  display: block;
}

/* Style the checkmark/indicator */
.check-container .checkmark::after {
  left: 4px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(47deg);
  -ms-transform: rotate(47deg);
  transform: rotate(47deg);
}

/* ---------- CINTILLO ------------ */

.cintillo_height{
  height: 37px;
}

.cintillo_color a {
  color: white !important;
}

/* ---------- CATEGORY BAR ------------ */

.catbar_img {
  max-height: 130px;
  max-width: 130px;
}

.catbar_item_center{
  margin: 0 auto;
}

.category_top {
  top: -60px;
}

@media (max-width: 768px) {
  .catbar_img {
    max-height: 80px;
    max-width: 80px;
  }

  .category_top {
     top: -35px;
  }
}

/* ---------- Create a custom radio button ------------ */
.checkmark-radio {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #eee;
  border-radius: 50%;
  border: 0.5px solid var(--gray);
}

/* On mouse-over, add a grey background color */
.check-container:hover input~.checkmark-radio {
  background-color: var(--primary);
}

/* When the radio button is checked, add a blue background */
.check-container input:checked~.checkmark-radio {
  background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark-radio:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.check-container input:checked~.checkmark-radio:after {
  content: "";
  display: block;
}

/* Style the indicator (dot/circle) */
.check-container .checkmark-radio::after {
  content: "";
  top: 3px !important;
  left: 3.5px !important;
  width: 7px !important;
  height: 7px !important;
  border-radius: 50%;
  background: white !important;
}

/* ------------- TEXT COLORS --------------- */


.text-white {
  color: var(--white) !important;
}

.text-black {
  color: var(--black) !important;
}

.text-gray{
  color: var(--gray-medium) !important;
}

.text-yellow {
  color: #776f08 !important;
}

.text-alert {
  color: var(--red) !important;
}

.text-green-light{
  color: var(--green-light) !important;
}

.text-blue{
  color: blue
}

.text-orange{
  color:orange;
}

.text-green{
  color:green;
}

.text-warning{
  color: var(--warning) !important
}

.text-color-brand{
  color: var(--brand-color);
}

/* ------------- TEXT STYLES --------------- */
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-none{
  text-transform: none !important;
}

.titleLine {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  text-align: left;
}

.titleLine:after {
  content: ' ';
  border-top: 1px solid;
  margin: 0 0 0 20px;
  flex: 1 0 20px;
}

.underline {
  border-bottom: 1px solid;
  padding: 2px;
}

.underline-brand {
  border-bottom: 3px solid !important;
  border-bottom-color: var(--brand-color) !important;
}

.underline-default {
  border-bottom-color: var(--gray-light) !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.titleLine-center {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.titleLine-center::before,
.titleLine-center:after {
  content: ' ';
  border-top: 1px solid;
  margin: 0 20px 0 20px;
  flex: 1 0 20px;
  color:var(--brand-color);
}

/* ------------- TEXT ALIGNMENTS--------------- */

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-xs-left {
  text-align: left;
}

.text-xs-right {
  text-align: right;
}

.text-xs-center {
  text-align: center;
}

.text-xs-justify {
  text-align: justify;
}

@media (min-width: 768px) {
  .text-sm-left {
    text-align: left;
  }

  .text-sm-right {
    text-align: right;
  }

  .text-sm-center {
    text-align: center;
  }

  .text-sm-justify {
    text-align: justify;
  }
}

@media (min-width: 992px) {
  .text-md-left {
    text-align: left;
  }

  .text-md-right {
    text-align: right;
  }

  .text-md-center {
    text-align: center;
  }

  .text-md-justify {
    text-align: justify;
  }

}

@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left;
  }

  .text-lg-right {
    text-align: right;
  }

  .text-lg-center {
    text-align: center;
  }

  .text-lg-justify {
    text-align: justify;
  }
}

/* ------------- TEXT WEIGHT --------------- */

.text-fw-100 {
  font-weight: 100 !important;
}

.text-fw-200 {
  font-weight: 200 !important;
}

.text-fw-300 {
  font-weight: 300 !important;
}

.text-fw-400 {
  font-weight: 400 !important;
}

.text-fw-500 {
  font-weight: 500 !important;
}

.text-fw-600 {
  font-weight: 600 !important;
}

.text-fw-700 {
  font-weight: 700 !important;
}

.text-fw-800 {
  font-weight: 800 !important;
}

.text-fw-900 {
  font-weight: 900 !important;
}

/* ------------- SHADOWS -------------- */

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

/* ------------- SHADOW --------------- */
/* .box-shadow-default {
  -webkit-box-shadow: 0px 2px 8px 0px #00000029;
  -moz-box-shadow: 0px 2px 8px 0px #00000029;
  box-shadow: 0px 2px 8px 0px #00000029;
} */

.box-shadow-paint {
  -webkit-box-shadow: 0px 2px 8px 0px #00000029;
  -moz-box-shadow: 0px 2px 8px 0px #00000029;
  box-shadow: 0px 2px 8px 0px #00000029;
} 

/* ------------- BORDER RADIUS --------------- */
.border-radius-22px {
  border-radius: 22px !important;
}

.box-radius-default {
  border-radius: 0px !important;
}

/* ------------- BORDER --------------- */
.border-green-light{
  border-color: var(--green-light) !important;
}

.border-solid-black {
  border: 1px solid var(--black) !important;
}

.border-solid-transparent {
  border: 1px solid rgba(0, 0, 0, 0) !important;
}

.border-right-solid-gray-light {
  border-right: 1px solid var(--gray-light) !important;
}

/* .border-right-solid-gray-light30 {
  border-right: 1px solid var(--gray-light-30) !important;
} */

.border-right-solid-gray-light30 {
  border-right: unset !important;
}
/* .border-right-solid-gray-light30:hover {
  border-right: 1px solid var(--gray-light) !important;
} */
.border-right-solid-gray-light30:hover {
  border-right: unset!important;
}

.border-solid-gray-light30 {
  border: 1px solid var(--gray-light-30) !important;
}

.border-gray-light30 {
  border: 1px solid rgb(204, 204, 204) !important;
}

.border-bottom-gray-light30 {
  border-bottom: 1px solid rgb(204, 204, 204) !important;
}

.border-color-gray-light30 {
  border-color: rgb(204, 204, 204) !important;
}

.border-solid {
  border-style: solid !important;
}

.border-dashed {
  border-style: dashed !important;
}

.border-style-dashed {
  border-style: dashed !important;
}

.border-width-2px {
  border-width: 2px !important;
}

.border-bottom-white {
  border-bottom: 0px;
}

.border-solid-blue-light {
  border: 1px solid var(--primary-light) !important;
}

.border-bottom-color-brand-color {
  border-bottom-color: var(--brand-color) !important;
}

.border-width-4px {
  border-width: 4px !important;
}

.border-bottom-style-solid {
  border-bottom-style: solid !important;
}

.border-bottom-0px {
  border-bottom: 0px !important;
}

.border-bottom-gray-light10 {
  border-bottom: 1px solid rgb(231, 231, 231) !important;
}

/*express Delivery*/


.expressDeliveryStyle{
  color: #008000 !important;
 
  
}

.detail .expressDeliveryStyle{
  color: #008000 !important;
  padding-top: 10px;
    padding-bottom: 10px;
  
}


/* ----------------- ACCORDIONS ------------------- */

/* ACCORDION STYLE WITH PLUS MINUS */
/* .panel-title > a:before {
  float: right !important;
  font-family: FontAwesome;
  content:"\f068";
  padding-right: 5px;
}

.panel-title > a.collapsed:before {
  float: right !important;
  content:"\f067";
}

.panel-title > a:hover, 
.panel-title > a:active, 
.panel-title > a:focus  {
  text-decoration:none;
} */



/* ----------------- IMG -- IMAGENES ------------------- */

.promo_img_1{
  width: 100% !important;
  max-width: 625px !important;
  max-height: auto !important;
  box-sizing: border-box !important;
}
.promo_img_2{
  width: 100% !important;
  max-width: 625px !important;
  max-height: auto !important;
  box-sizing: border-box !important;
}
.promo_img_3{
  width: 100% !important;
  max-width: 312px !important;
  max-height: auto !important;
  box-sizing: border-box !important;
}

.product_max_height_img{
  width: auto !important;
  max-height: 230px !important;
}

@media only screen and (max-width: 991px) {
  .promo_img_1{
    width: 100% !important;
    max-width: 100% !important;
    max-height: auto !important;
    box-sizing: border-box !important;
  }
}


/* -----------------   PAGINATION   ------------------- */

.pagination {
  border-radius: 4px !important;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
  z-index: 2;
  color: var(--white) !important;
  background-color: var(--brand-color);
  border-color: var(--brand-color);
  font-weight: 700 !important;
}

.pagination-brand>.active>a,
.pagination-brand>.active>span,
.pagination-brand>.active>a:hover,
.pagination-brand>.active>span:hover,
.pagination-brand>.active>a:focus,
.pagination-brand>.active>span:focus {
  z-index: 3;
  color: var(--brand-color) !important;
  cursor: default;
  background-color: var(--white) !important;
  border-color: var(--brand-color) !important;
  font-weight: 700 !important;
}

.pagination-brand>.disabled>span,
.pagination-brand>.disabled>span:hover,
.pagination-brand>.disabled>span:focus,
.pagination-brand>.disabled>a,
.pagination-brand>.disabled>a:hover,
.pagination-brand>.disabled>a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

/* ------------- POSITION --------------- */
.top-7per {
  top: 7% !important;
}

.position-abs {
  position: absolute !important;
}

.right-1per {
  right: 1% !important;
}

/* ------------- FONTS --------------- */

.font-size-20px {
  font-size: 20px !important;
}

.font-size-18px {
  font-size: 18px !important;
}

.font-size-16px {
  font-size: 16px !important;
}

.font-size-15px {
  font-size: 15px !important;
}

.font-size-14px {
  font-size: 14px !important;
}
.font-size-13px {
  font-size: 13px !important;
}

.font-size-12px {
  font-size: 12px !important;
}

.font-size-08em {
  font-size: 0.8em !important;
}

.font-size-1dot1em {
  font-size: 1.1em !important;
}

.font-size-1dot5em {
  font-size: 1.5em;
}

.font-size-2em {
  font-size: 2em;
}

.font-size-3em {
  font-size: 3em !important;
}

.font-weight-100 {
  font-weight: 100 !important;
}

.font-weight-900 {
  font-weight: 900 !important;
}

.font-weight-bold {
  font-weight: bold!important;
}

.font-weight-normal {
  font-weight: normal !important;
}

/* ------------- CURSOR --------------- */
.pointer-cursor:hover {
  cursor: pointer !important;
  -webkit-filter: grayscale(50%);
  filter: grayscale(50%);
}


/* ------------- BACKGROUND --------------- */
.bg-transparent {
  background: #f0f8ff00 !important;
}

.bg-white {
  background: var(--white) !important;
}

.bg-black {
  background: var(--black) !important;
}

.bg-dark-light {
  background-color: #d8d8d8 !important;
}

.bg-brand-color {
  background-color: var(--brand-color) !important;
}

.bg-brand-secondary-color {
  background-color: var(--brand-secondary-color) !important;
}

.bg-gray {
  background-color: var(--gray-bg)
}

.bg-gray-light30 {
  background-color: var(--gray-light-30) !important;
}

.bg-gray-light10 {
  background-color: var(--gray-light-10) !important;
}

/* ------------- HEIGHT --------------- */
/* original */
/* .row-flex-equal{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
} */

.row-flex-equal{
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap:wrap;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: stretch;
  justify-content: stretch;
}

.row-flex-equal:before, .row-flex-equal:after{
  display: none;
}

.row-flex-equal img{
  width: 100% !important;
  max-width: 100% !important;
}

/* @media (max-width: 992px) {
  .row-flex-equal{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    fle
  }
} */

.h-70px{
  height: 70px;
}

/* ------------- WIDTH --------------- */
.max-width-65per {
  max-width: 65% !important;
}

.min-width-20per {
  min-width: 20% !important;
}

.min-width-50px {
  min-width: 50px !important;
}

.width-40px {
  width: 40px !important;
}

.width-60px {
  width: 60px !important;
}

.width-200px {
  width: 200px !important;
}

.width-145px {
  width: 145px !important;
}

.width-20em {
  width: 20em !important;
}

.width-32per {
  width: 32% !important;
}

.max-width-none {
  max-width: none !important;
}

/* ------------- PADDING --------------- */
.padding-left-5per {
  padding-left: 5% !important;
}

.padding-top-2per {
  padding-top: 2% !important;
}

.padding-top-2per {
  padding-top: 2% !important;
}

div.lineaBase>div:nth-of-type(odd) {
  background: #e6eff8;
}

#myTab2{
  padding-right: 50px;
}
#myTab2 .nav-link.active{
  background-color: var(--brand-color) !important;
  color: var(--white) !important;
  opacity: unset;
  
}

#myTab2 .nav-link{
  opacity: 0.5;
  margin-right: 0px;
}

@media only screen and (max-width: 991px){
  #myTab2{
  padding-right: 0px;
  }  
}


/* ************************************************* */
/* ****************   COUNT DOWN   ***************** */
/* ************************************************* */


/* ----- SPLASH COUNT DOWNS ----- */
.splash-countdown{
  color:black;
  position: absolute;
  display: flex;
  justify-content: space-between;
}

.countdown-square{
  background-color: var(--brand-color);
  width: 21%;
  margin: 2px;
  padding: 5px  
}

.splash-cd-size-Small{
  width: 25vw;
}

.splash-cd-size-Medium{
  width: 40vw;
}

.splash-cd-size-Large{
  width: 50vw;
}

.splash-cd-position-y-Top{
  top:5%;
}

.splash-cd-size-Small.splash-cd-position-y-Middle {
  top:45%;
}

.splash-cd-size-Medium.splash-cd-position-y-Middle {
  top:40%;
}

.splash-cd-size-Large.splash-cd-position-y-Middle {
  top:35%;
}

.splash-cd-position-y-Bottom{
  bottom:5%;
}

.splash-cd-position-x-Left{
  left:5%;
}

.splash-cd-size-Small.splash-cd-position-x-Center {
  left: 37.5%;
}

.splash-cd-size-Medium.splash-cd-position-x-Center {
  left: 30%;
}

.splash-cd-size-Large.splash-cd-position-x-Center {
  left: 25%;
}

.splash-cd-position-x-Right{
  right:5%;
}

.splash-cd-fontsize-X-Small{
  font-size: 20px;
  font-size: 1.3vw;
}

.splash-cd-fontsize-Small{
  font-size: 25px;
  font-size: 1.6vw;
}

.splash-cd-fontsize-Medium{
  font-size: 20px;
  font-size: 2vw;
}

.splash-cd-fontsize-Large{
  font-size: 30px;
  font-size: 3vw;
}

.splash-cd-fontsize-X-Large	{
  font-size: 40px;
  font-size: 3.5vw;
}


@media (max-width: 768px) {
  .splash-cd-size-Small{
    width: 35%;
    font-size: 18px;
    font-size: 1.9vw;
  }
  
  .splash-cd-size-Medium{
    width: 45%;
    font-size: 34px;
    font-size: 2.2vw;
  }
  
  .splash-cd-size-Large{
    width: 55%;
    font-size: 46px;
    font-size: 3vw;
  }

  .splash-cd-size-Small.splash-cd-position-y-Middle {
    top:50%;
  }
  
  .splash-cd-size-Medium.splash-cd-position-y-Middle {
    top:48%;
  }
  
  .splash-cd-size-Large.splash-cd-position-y-Middle {
    top:45%;
  }

  .splash-cd-size-Small.splash-cd-position-x-Center {
    left: 32.5%;
  }
  
  .splash-cd-size-Medium.splash-cd-position-x-Center {
    left: 27.5%;
  }
  
  .splash-cd-size-Large.splash-cd-position-x-Center {
    left: 22.5%;
  }
}

/* ----- END SPLASH COUNT DOWNS ----- */



/* ************************************************* */
/* **************   END COUNT DOWN   *************** */
/* ************************************************* */



/* ------------- CUSTOM FORCED --------------- */
/* generico */
.full-width-tabs>ul.nav.nav-tabs {
  /* display: table; */
  width: 100%;
  table-layout: fixed;
}

.full-width-tabs>ul.nav.nav-tabs>li {
  float: none;
  display: table-cell;
}

.full-width-tabs>ul.nav.nav-tabs>li>a {
  text-align: center;
}

.menu-grid-link{
  color: black !important;
}
.menu-grid-link:hover a{
  color: white !important;
}



/* cart details */
.cart_item {
  margin: 0 0 10px;
  /* padding: 7px 0 5px !important; */
  border-radius: 16px !important;
  -webkit-box-shadow: 0px 2px 8px 0px #00000029;
  -moz-box-shadow: 0px 2px 8px 0px #00000029;
  box-shadow: 0px 2px 8px 0px #00000029;
}

.wishButtons .btn .pickWish{
  color: var(--brand-color) !important;
}

.wishButtons .pickWish, .dropdown-toggle {
  background: #f0f8ff00 !important;
  color: var(--brand-color) !important;
}

.wishButtons .btn .caret {
  margin-left: 0px;
  color: var(--brand-color) !important;
}

.remove-item {
  top: 4% !important;
  right: 1% !important;
}

.wishButtons .dropdown-menu {
  border-radius: 0px;
}

.wishButtons .dropdown-menu a {
  padding: 10px 10px;
  transition: 0.4s;
}

.wishButtons .dropdown-menu a:hover {
  background-color: #ffee001a !important;
  padding: 10px 10px;
  border-left: 5px solid var(--brand-color);
}

@media (min-width: 1200px) {
  .cart_item .box-br {
    height: 115px !important;
  }

  .cart_item .box-br .quantity {
    padding-top: 25% !important;
  }

  .cart_item .box-item-end .price_block {
    padding-top: 10% !important;
  }

  .prodDetailIncl.img-responsive {
    width: 37% !important;
  }

  img.mainProdImage.prodDetail.img-responsive {
    width: 60% !important;
  }

  .remove-item {
    top: 7% !important;
    right: 1% !important;
  }
}



/* -------------------- checkout ----------------------- */
.cc_checkoutStep {
  padding-right: 10px !important;
  margin: 0 !important;
  height: 40px !important;
}

.cc_checkoutStep a {
  border-radius: 50rem !important;
  background-color: #00000000 !important;
  color: black !important;
  border: 1px solid var(--brand-color);
  margin: 0 !important;
  height: 40px !important;
}

.cc_checkoutStep.active a {
  border-radius: 50rem !important;
  color: white !important;
  margin: 0 !important;
  height: 40px !important;
  background-color: var(--brand-color) !important;
}

.cc_checkoutStep a h4 {
  color: #000000 !important;
  font-size: 10px !important;
  font-weight: bold !important;
  margin: 0 !important;
  height: 40px !important;
  line-height: 39px !important;
}

.cc_checkoutStep.disabled a {
  border-radius: 50rem !important;
  background-color: #00000000 !important;
  color: #b3b3b3 !important;
  border: 1px solid var(--brand-color);
  margin: 0 !important;
  height: 40px !important;
  cursor: pointer !important;
}

.cc_checkoutStep.active a h4 {
  /* color: var(--brand-color) !important; */
  color: white !important;
}

@media (min-width: 1200px){
  .checkout-step{
    width: 50% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media (max-width: 1199px){
  .checkout-step{
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

/* .cc_checkoutStep1 {
  display: none !important;
} */

.select-near-store{
  background-color: var(--gray-light) !important;
}


#tabCheckoutUserInfo li.active a {
  opacity: unset !important;
  border-radius: unset!important;
  border-color: var(--primary-light) !important;
  border-top: 0px!important;
  border-left: 0px!important;
  border-right: 0px!important;
  border-bottom: 1px solid;
  background-color: var(--brand-color) !important;
  color:  var(--white) !important;
}

#map {
  height: 359px !important;
}

.address-cut-text{
  width: 150px !important;
  overflow: hidden;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

@media (max-width: 1199px){
  .address-item{
    width: 46% !important;
  }
}


.active span.item {
  background-color: white;
  margin-right: 1%;
  padding: 0px 8px;
  border-radius: 20px;
  color: #0055b8;
  position: absolute;
  top: 3px;
  left: 4px;
  width: 32px;
  height: 32px;
  line-height: 1.4;
  font-weight: 900;
  font-size: 23px;
  font-family: fantasy;
}

.disabled span.item {
  background-color: white;
  margin-right: 1%;
  color: var(--brand-color);
  padding: 0px 8px;
  border-radius: 20px;
  border: 1px solid var(--brand-color);
  position: absolute;
  top: 6px;
  left:7px;
  width:28px; 
  height:28px; 
  line-height: 2;
  font-weight:bold;
  font-size: 16px
}

.cc_checkoutStep.active span.item {
  margin-right: 1%;
  padding: 0px 8px;
  border-radius: 20px;
  color: var(--brand-color);
  position: absolute;
  top: 3px;
  left: 4px;
  width: 32px;
  height: 32px;
  line-height: 1.6;
  font-weight: 900;
  font-size: 19px;
  background-color: white;
  border: 1px solid var(--brand-color);
  font-family: "Montserrat", sans-serif !important;
}

.cc_checkoutStep.disabled span.item {
  background-color: white;
  margin-right: 1%;
  color: var(--brand-color);
  padding: 0px 8px;
  border-radius: 20px;
  border: 1px solid;
  position: absolute;
  top: 3px;
  left: 4px;
  width: 32px;
  height: 32px;
  line-height: 1.6;
  font-weight: 900;
  font-size: 19px;
  font-family: "Montserrat", sans-serif !important;
}

.img-creditcard{
  filter: grayscale(100%); /* Current draft standard */
  -webkit-filter: grayscale(100%); /* New WebKit */
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%); 
  -o-filter: grayscale(100%); /* Not yet supported in Gecko, Opera or IE */ 
  filter: url(resources.svg#desaturate); /* Gecko */
  filter: gray; /* IE */
  -webkit-filter: grayscale(1); /* Old WebKit */ 
  opacity: 0.4;
}

.img-creditcard.active{
  filter: grayscale(0%); /* Current draft standard */
  -webkit-filter: grayscale(0%); /* New WebKit */
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%); 
  -o-filter: grayscale(0%); /* Not yet supported in Gecko, Opera or IE */ 
  filter: url(resources.svg#saturate); /* Gecko */
  filter: unset; /* IE */
  -webkit-filter: grayscale(0); /* Old WebKit */ 
  opacity: 1;
  transition: 0.5s;
}

.img-creditcard.active::before {
  color: green;
  position: absolute;
  top: 0%;
  right: 17%;
  font-size: 22px;
  font-family: FontAwesome;
  content: "\f05d";
  z-index: 5;
  line-height: 0.5;
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
  .img-creditcard.active::before {
    right: 27%;
  }
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
  .img-creditcard.active::before {
    right: 27%;
  }
}

/* CHECKOUT STEPS */
.home_slider.cc_home_slider .row>div {
  top: 30px !important;
}

.nav.nav-pills.nav-justified.thumbnail.thumbnail {
  padding-bottom: 0px !important;
  margin-bottom: 20px !important;
}

/* @media (min-width: 1200px){
  .nav.nav-pills.nav-justified.thumbnail.thumbnail{
    padding-bottom: 20px;
    margin-top: 3% !important;
  }
}

@media (max-width: 1199px){
  .nav.nav-pills.nav-justified.thumbnail.thumbnail{
    padding-bottom: 20px;
    margin-top: 3% !important;
  }
} */




/* My Account Address List */
.number-circle-padding {
  padding: 10px 15px 10px 15px !important;
}

/* Product profile details */
.dynamicKitSection #kitTabs li.active {
  border-bottom: 3px solid !important;
  border-bottom-color: var(--brand-color) !important;
  padding: 2px;
  /* min-width: 150px; */
  text-align: center;
}

#myTab li.active {
  border-bottom: 3px solid !important;
  border-bottom-color: var(--brand-color) !important;
  padding: 2px;
  /* min-width: 150px; */
  text-align: center;
}

@media (min-width: 1200px) {
  .quick_wishlist .box-br {
    height: 75px !important;
  }
}


/* ------------------------------------------------------------- */


body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
li {
  font-family: "Montserrat", sans-serif !important;
}


/* ------------- Menu ------------- */
.menu-child-overflow{
  overflow-y: scroll !important; 
}

.menu_container.cc_menu_container {
  z-index: 100;
}

.img-promo-menu {
  padding-left: 10px !important;
  max-width: 310px !important;
}

.nav.navbar-nav {
  padding-left: 166px;
  padding-top: 10px;
}

.navbar-default .cc_category {
  color: black !important;
}

@media only screen and (max-width: 600px) {
  .nav.navbar-nav {
    padding-left: 0 !important;
    padding-top: 0 !important;
  }
}

.dropdown-menu {
  border-radius: 0;
}

.navbar-nav>li>.dropdown-menu {
  background-color: #F3F3F3;
  border-color: #F3F3F3;
}

.navbar {
  border-radius:0px !important;
}

.dropdown-SubMenuP>.dropdown-menu {
  top: -1px;
  left: 100%;
  margin-top: 0;
}

 .nav-lista{
  display: block!important;
 }

@media (min-width: 767px){
  .dropdown-SubMenuP:hover>.dropdown-menu {
    display: block;
  }
}

.dropdown-SubMenuP>a:after {
  /* display: block;
  content: " "; */
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-SubMenuP:hover>a:after {
  border-left-color: #fff;
}

.dropdown-SubMenuP.pull-left {
  float: none;
}

.dropdown-SubMenuP.pull-left>.dropdown-menu {
  left: -100%;
  margin-left: 10px;
}

.dropdown-menu.multi-level.Desktop>li>ul {
  width: 660px;
  padding: 18px 18px 18px 18px;
  height: auto;
  border-radius: 0 0 0 0 !important;
  border: 0;
}

.menuGrid {
  border: 3px solid transparent;
  /* padding: 8px; */
  /* background-color: #dee2e6; */
}

.menudivider {
  border-bottom: 1px solid #CACACA;
  margin: 0 0 10px 0;
  width: 100%;
}

/* .menuGrid.SubMenuP {
              height: 60px;
          } */

.menuGrid.SubMenuP.featured {
  text-align: center;
}

.btn.btn-default.mainMenu {
  width: 33%;
  background-color: transparent !important;
  text-align: inherit;
}

.menuGrid.SubMenuP>a {
  color: #000;
  font-weight: 100;
  /* font-size: small; */
}

hr.style1 {
  border-top: 1px solid #8c8b8b;
}

img.featured.Menu {
  width: 140px;
  height: 140px;
  border-style: solid;
  border-color: #CACACA;
  border: 1px solid;
  padding: 5px;
}

.dropdown-SubMenuP.depmenu {
  position: static !important;
}

.menu-Caret-up {
  margin-top: -23px;
  position: absolute;
  margin-left: 63px;
  color: #F3F3F3;
  font-size: 26px;
  border: 1px;
}

.dropdown-SubMenuP.depmenu>a:after {
  margin-top: 6px !important;
  border-left-color: black;
}

.menu-header .dropdown-SubMenuP.depmenu> {
  animation: background-color 1s;
}

.menu-header .navbar-nav .menu-desktop a:hover{
  background-color: var(--brand-color) !important;
  color: var(--white) !important;
  /* transition: background-color 1s; */
}

.menu-header .navbar-nav .menu-desktop a:hover{
  background-color: var(--brand-color) !important;
  color: var(--white) !important;
}

.menu-header .navbar-nav .menu-desktop .open {
  background-color: var(--brand-color) !important;
  color: var(--white) !important;
}

.dropdown-SubMenuP.depmenu>a:hover {
  /* background-color: var(--brand-color-light) !important; */
  color: white!important;
  background-color: var(--brand-color) !important;
  /* border-left: 3px solid var(--brand-color) !important; */
}

/* .menuGrid.SubMenuP.cat a:hover {
  color: white !important;
} */

.row.fetured {
  margin-left: 0px;
  margin-right: 0px;
}

.dropdown-menu.dep {
  background-color: #ffffff !important;
}

@media only screen and (max-width: 767px){
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent !important;
    /* width: 70% !important; */
    position: inherit !important;
    top: 0px !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    background-color: #fff !important;
    height: 5000px !important;
  }
}


 /* -------------- FA ICONS -----------------*/

 i.fa.fa-lg.fa-th-list.listview {
  float: right;
}

i.fa.fa-lg.fa-th.gridview {
  float: right;
  margin-left: 10px;
}

.fa-icon-position{
  position: relative;
  left: -20px;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}


.fa-icon-position-4x{
  position: relative;
  left: -20px;
}

.fa-icon-position-5x{
  position: relative;
  left: -25px;
}

.fa-icon-position-6x{
  position: relative;
  left: -30px;
}

.fa-icon-position-7x{
  position: relative;
  left: -35px;
}

.fa-icon-position-8x{
  position: relative;
  left: -40px;
}

.fa-icon-position-9x{
  position: relative;
  left: -45px;
}
.form-control.qty {
  text-align: center;
}
@media screen and (max-width: 764px) {
  .fa-6x {
    font-size: 4em;
  }

  .fa-7x {
    font-size: 5em;
  }

  .fa-8x {
    font-size: 6em;
  }

  .fa-9x {
    font-size: 7em;
  }

  .fa-10x {
    font-size: 8em;
  }


  .fa-icon-position-4x{
    position: relative;
    left: -10px;
  }

  .fa-icon-position-5x{
    position: relative;
    left: -15px;
  }

  .fa-icon-position-6x{
    position: relative;
    left: -20px;
  }

  .fa-icon-position-7x{
    position: relative;
    left: -25px;
  }

  .fa-icon-position-8x{
    position: relative;
    left: -30px;
  }

  .fa-icon-position-9x{
    position: relative;
    left: -35px;
  }
}
/* --------------------------------------- */

/* .nav-brand>li>a {
  background-color: white !important;
  border: 1px solid #eee !important;
} */





.nav-brand>li>a:hover {
  background-color: #eee !important;
}

.nav-pills-brand>li {
  float: left;
}

/* .nav-pills-brand>li>a {
  border-radius: 10px
} */

/* .nav-pills-brand>li+li {
  margin-left: 5px
} */

.nav-pills-brand>li.active>a,
.nav-pills-brand>li.active>a:hover,
.nav-pills-brand>li.active>a:focus {
  color: #fff !important;
  opacity: 1!important;
  background-color: var(--brand-color) !important;
  border-bottom: 1px solid var(--primary) !important;
  border-top: 0px!important;
    border-left: 0px!important;
    border-right: 0px!important;
}

/* ------------- Animation ------------- */

@keyframes ContentFadeIn {
  0% {
    transform: translateY(-1rem);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes ImageFadeIn {
  0% {
    transform: translate(-0.5rem, -0.5rem) scale(1.05);
    opacity: 0;
    filter: blur(2px);
  }

  50% {
    opacity: 1;
    filter: blur(2px);
  }

  100% {
    transform: translateY(0) scale(1);
    opacity: 1;
    filter: blur(0);
  }
}

.image-fade-in {
  opacity: 0;
  animation: ImageFadeIn .5s .5s forwards;
}

.content-fade-in {
  opacity: 0;
  animation: ContentFadeIn 1s .5s forwards;
}

.error{
  color: red;
}


/* ------------- End Animation ------------- */

.externalHB {
  color: peru;
  font-size: 10px;
  text-decoration-line: overline;
}

.internalHB {
  color: crimson;
  font-size: 10px;
  text-decoration-line: overline;
}

/* ------- checkout address------- */


.resaltar{
  /* box-shadow: 0px 2px 8px 0px var(--brand-color)!important; */
  border: 1px solid var(--brand-color)!important;
  
}

.resaltar.pointer-cursor:hover{
  filter: grayscale(0%);
}
.activeIco{
  display: none;
}

.resaltar .activeIco{
   display: contents;
  font-size: 25px;
  /* color: black; */
  /* background-color: var(--brand-color);  */
  border-radius: 150px;
  height: 0px;
  z-index: 100;
  position: absolute;
  display: block;
  margin-left: 142px;
  margin-top: -18px;
}
.resaltar .activeIco .fa-check-circle{
  /* border-radius: 50px;
  background-color: var(--brand-color)!important; */
  border-radius: 128px;
  /* background-color: var(--brand-color)!important; */
  height: 18px;
  width: 19px!important;

}


/* ------- PRODUCT LIST ------- */

.product_flag_grid {
  position: absolute;
  top: 0px;
  left: 40px;
  z-index: 10;
}

.product_flag_grid_right {
  position: absolute;
  top: 0px;
  right: 40px;
  z-index: 10;
}

.product_flag_PLP {
  position: absolute;
  top: 0px;
  left: 40px;
  z-index: 10;
}

.category_image{
  height: 100%; 
  width: 100%; 
  max-height: 160px;
  max-width: 275px;
}

@media screen and (max-width: 1199px) {
  .category_image{
    height: 100%; 
    width: 100%; 
    max-height: 112px;
    max-width: 210px;
  }
}


/* Style - Product Details */


/* common */

.ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
}

.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #2980b9;
}

.ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 15px 0;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
  color: #fff;
  font: 700 18px/1 'Montserrat', sans-serif;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  text-transform: uppercase;
  text-align: center;
}


/* top left*/

.ribbon-top-left {
  top: -10px;
  left: -10px;
}

.ribbon-top-left::before,
.ribbon-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
}

.ribbon-top-left::before {
  top: 0;
  right: 0;
}

.ribbon-top-left::after {
  bottom: 0;
  left: 0;
}

.ribbon-top-left span {
  right: -25px;
  top: 30px;
  transform: rotate(-45deg);
}


/* google maps style */


/* .modal{
    z-index: 1040;   
}
.modal-backdrop{
    z-index: 1020;        
}​ */

#description {
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
}

#infowindow-content .title {
  font-weight: bold;
}

#infowindow-content {
  display: none;
}

#map #infowindow-content {
  display: inline;
}

.pac-card {
  margin: 10px 10px 0 0;
  border-radius: 2px 0 0 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  font-family: Roboto;
}

.pac-container {
  padding-bottom: 12px;
  margin-right: 12px;
  z-index: 2000 !important;
}

.pac-controls {
  display: inline-block;
  padding: 5px 11px;
}

.pac-controls label {
  font-family: Roboto;
  font-size: 13px;
  font-weight: 300;
}

#pac-input {
  background-color: #fff;
  font-family: Roboto;
  font-weight: 300;
  text-overflow: ellipsis;
}

#pac-input:focus {
  border-color: #4d90fe;
}

#title {
  color: #fff;
  background-color: #4d90fe;
  font-size: 25px;
  font-weight: 500;
  padding: 6px 12px;
}

#target {
  width: 345px;
}

div.rateit div.rateit-preset {
  background-position: left -32px !important;
}

.input-container input {
  border: none;
  box-sizing: border-box;
  outline: 0;
  padding: .75rem;
  position: relative;
  width: 100%;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

@media screen and (max-width: 764px) {
  .active.cc_checkoutStep {
    display: block !important;
  }

  .disabled.cc_checkoutStep {
    display: none !important;
  }
}


/* width */

::-webkit-scrollbar {
  width: 10px;
}


/* Track */

::-webkit-scrollbar-track {
  background: #b1b1b1;
}


/* Handle color barra*/

::-webkit-scrollbar-thumb {
  background: #000000;
}


/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
  background: #555;
}


/* *********************************************************** */
/* ********************* OWL-CAROUSEL ************************ */
/* *********************************************************** */


.owl-prev {                                                                                                                                                
  width: 15px !important;
  position: absolute !important;
  top: 40% !important;
  margin-left: -20px !important;
  display: block !important;
  border:0px solid black !important;
  outline: none !important;
}

.owl-next {
  width: 15px !important;
  position: absolute !important;
  top: 40% !important;
  right: -20px !important;
  display: block !important;
  border:0px solid black !important;
  outline: none !important;
}

.owl-prev i, .owl-next i {
  transform : scale(4,4); 
  color: #ccc;
}

.panel {
  width: 100% !important;
  height: 100% !important;
}

.owl-stage, .owl-stage > div[class*='owl-item'] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex:1 0 auto;
}

#carousel-paint .owl-prev{
  width: 30px !important;
  position: absolute !important;
  top: 40% !important;
  margin-left: -9px !important;
  display: block !important;
  outline: none !important;
  height: 30px !important;
}

#carousel-paint .owl-next{
  width: 30px !important;
  position: absolute !important;
  top: 40% !important;
  right: 35px !important;
  display: block !important;
  outline: none !important;
  height: 30px !important;
}

#carousel-paint .owl-dots{
  display: block !important;
  outline: none !important;
  text-align: center;
  position: relative;
  bottom: 45px;
  width: 100%;
  -webkit-backface-visibility: unset;
  -moz-backface-visibility: unset;
  -ms-backface-visibility: unset;
  backface-visibility: unset;
}

#carousel-paint .owl-dots .owl-dot{
  border-radius: 50px;
  height: 10px;
  width: 10px;
  display: inline-block;
  background: white;
  margin-left: 5px;
  margin-right: 5px;
 }
 
 #carousel-paint .owl-dots .owl-dot.active{
  background: var(--brand-color);
 }



@media (min-width: 992px) {

  /* .owl-stage, .owl-stage > div[class*='owl-item'] {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex:1 0 auto;
  } */

  .owl-stage {
     padding-top: 2% !important;
     padding-bottom: 2% !important;
  }
}


/* ********************* FOOTER ************************ */

.footer {
  background-color: var(--black) !important;
}

.footer-clean {
  padding: 50px 0;
  color: #9a9a9a !important;
}

​ .footer-clean h3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 16px;
  color: #fff !important;
}

​ .footer-clean ul {
  padding: 0;
  list-style: none;
  line-height: 1.6;
  font-size: 14px;
  margin-bottom: 0;
}

​ .footer-clean ul a {
  color: inherit;
  text-decoration: none;
  opacity: 0.8;
}

​ .footer-clean ul a:hover {
  opacity: 1;
  color: #9a9a9a !important;
}

​ .footer-clean .item.social {
  text-align: right;
}

​ @media(max-width:767px) {
  .footer-clean .item {
    text-align: center;
    padding-bottom: 20px;
  }
}

​ @media (max-width:991px) {
  .footer-clean .item.social {
    text-align: center;
  }
}

​ .footer-clean .item.social>a {
  font-size: 24px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-left: 10px;
  margin-top: 22px;
  color: inherit;
  opacity: 0.75;
}

​ .footer-clean .item.social>a:hover {
  opacity: 0.9;
}

​ @media (max-width:991px) {
  .footer-clean .item.social>a {
    margin-top: 40px;
  }
}

​ @media (max-width:767px) {
  .footer-clean .item.social>a {
    margin-top: 10px;
  }
}

​ .footer-clean .copyright {
  margin-top: 14px;
  margin-bottom: 0;
  font-size: 13px;
  opacity: 0.6;
}





/* .error{
    border: 1px solid red;
} */


/* ***********************************************************
*             CHAT STYLES
************************************************************ */
/* .embeddedServiceSidebar.layout-docked .dockableContainer {
  color: #000 !important;
  font-family: "Source Sans Pro", sans-serif;
}

.embeddedServiceSidebarHeader{
  background-color: var(--brand-color) !important;
}

.embeddedServiceSidebarHeader .shortHeader {
  color: #000 !important;
}

.embeddedServiceIcon svg {
  fill: #000 !important;
}

.embeddedServiceSidebarButton .label,
.embeddedServiceSidebarButton:disabled .label {
  color: #000 !important;
}

.embeddedServiceSidebarFormField .uiInputSelect:after {
  border-top: 7px solid #000 !important;
}

.embeddedServiceSidebarHeader .headerText {
  color: #000 !important;
  margin-bottom: 0;
  margin-top: 0;
}

.embeddedServiceHelpButton .helpButton .uiButton {
  background-color: var(--brand-color) !important;
  font-family: "Source Sans Pro", sans-serif !important;
  color: white !important;
}

.embeddedServiceHelpButton .helpButton .uiButton:focus {
  outline: 1px solid var(--brand-color) !important;
}

.embeddedServiceSidebarHeader .headerButton {
  color: #000 !important;

}

.embeddedServiceSidebarExtendedHeader {
  color: #000 !important;
}

.embeddedServiceLiveAgentStateChatHeaderOption {
  color: #000 !important;
}

.embeddedServiceLiveAgentStateChatHeaderOption .embeddedServiceIcon {
  border: 1px solid #000 !important;
}

.embeddedServiceSidebarHeader .headerChevron {
  border-top: 3px solid #000 !important;
}

circle {
  fill: var(--brand-color);
}

.endChatButton .postChatButton .uiButton--inverse .uiButton .embeddedServiceSidebarButton {
  display: none !important;
}

.embeddedServiceSidebarMinimizedDefaultUI .content {
  color: #000 !important;
}

.embeddedServiceLiveAgentStateChatItem.chasitor .chatContent {
  color: #000 !important;
}

.chatContent .uiOutputRichText {
  color: #000 !important;
} */


.embeddedServiceSidebar.layout-docked .dockableContainer {
  color: #fff !important;
  font-family: "Source Sans Pro", sans-serif;
  }
  .embeddedServiceSidebarHeader .shortHeader {
  color: #fff !important;
  }
  .embeddedServiceHelpButton .helpButton .uiButton {
  color: #fff !important;
  font-family: "Source Sans Pro", sans-serif;
   max-width: 100%;
  }
  .embeddedServiceIcon svg {
  fill: #fff !important;
  }
  .embeddedServiceSidebarFormField .uiInputSelect:after {
  border-top: 7px solid #000 !important;
  }
  .embeddedServiceSidebarHeader .headerText {
  color: #fff !important;
  }
  .embeddedServiceHelpButton .helpButton .uiButton {
  background-color: #0055B8 !important;
  font-family: "SamsungOne", sans-serif;
  }
  .embeddedServiceHelpButton .helpButton .uiButton:focus {
  outline: 1px solid #0055B8;
  }
  .embeddedServiceSidebarHeader .headerButton {
  color: #fff !important;

  }
  .embeddedServiceSidebarExtendedHeader {
  color: #fff !important;
  }
  .embeddedServiceLiveAgentStateChatHeaderOption {
  color: #fff !important;
  }
  .embeddedServiceLiveAgentStateChatHeaderOption .embeddedServiceIcon {
  border: 1px solid #fff !important;
  }
  .embeddedServiceSidebarHeader .headerChevron {
  border-top: 3px solid #fff !important;
  }
  circle{
  fill: #0055B8 !important;
  }
  .endChatButton .postChatButton .uiButton--inverse .uiButton .embeddedServiceSidebarButton{
  display: none;
  }
  .embeddedServiceSidebarMinimizedDefaultUI .content {
  color: #fff;
  }
   .message {
    background-color: #0055B8;      
    border-style: hidden;        
    margin: 4px 0px;
    color: #fff;
  }

  .embeddedServiceSidebarHeader .headerText{
    overflow: unset !important;
  }





  /* BEETRACK */

  p.lineB {
    text-align: center;
    position:relative;
    }

    p.lineB span {
    background:#fff;
    z-index:100;
    position:relative;
    padding:10px;
    }

    p.lineB::after  {
      content: '';
      position: absolute;
      width:100%;
      height:0.1px;
      left:0px;
      top:50%;
      background: var(--brand-color) !important;
      z-index:50;
    }



    .beetrackframe{
      height:600px!important;
    }

    .upborder{
      border-top: 1px solid;
    }
    
    .upborder-brand{
      
      border-top-color: var(--brand-color);
    }

    .background-color-brand{
      background-color: var(--brand-color);
    }

    .border-none{
      border:none!important;
    }


    
  /*Se deshabilita, para mostrar tambien el texto con el icono boton chat*/
  /*@media only screen and (max-width: 600px) {
    .embeddedServiceHelpButton #helpButtonSpan{
      display:none;
    }
    .embeddedServiceHelpButton .uiButton {
      min-width: 3em !important;
      max-width: 3em !important;
    }
  }*/  


/* ***********************************************************
* FORMS
************************************************************ */
.product_flag_PLP_Express img{
  width:70px !important;
  position: absolute;
  top: 0px;
  left: 200px;
  z-index: 10;
}

@media (max-width: 768px) {
  .product_flag_PLP_Express img{
    width:70px !important;
    position: absolute;
    top: 0px;
    left: 95px;
    z-index: 10;
  }

  .product_flag_grid{
    position: absolute;
    top: 0px;
    left: 20px;
    z-index: 10;
  }
}


.required {
  color: red
}



/* GS */
/* estilo header  desktop*/
.select-style{
  border: none!important;
  background-color: transparent!important;
  box-shadow: none!important;
}

.float-front {
  z-index: 1001;
}

#searchText {
  height: unset !important;
  border: 0 !important;

}

.box-search-store{
  border-radius:0px;
  border: solid 1px black;
  background-color: white;
}

.heigth-cols {
  margin-top: 6%;
  margin-bottom: -2%;
}

.list-group-item-menu {
  padding: unset !important;
}


@media only screen and (max-width: 400px) {
  .heigth-user {
    margin-top: unset;
  }

  .cc_my_chead {
    top: 0 !important;
    padding-left: unset !important;
  }

  .cc_my_account1 {
    top: 0 !important;
  }

  .heigth-cols {
    margin-top: 28% !important;
    margin-bottom: unset;
  }

  #cc_store_logo_img {
    margin-top: unset;
  }

  .heigth-cols {
    margin-top: unset;
    margin-bottom: unset;
  }

  #logoUrl {
    margin-top: unset;
    padding: unset;
  }

  .altura-bar {
    height: 85% !important;
  }

  header .cc_header {
    height: unset;
  }

  .my-margin-top {
    margin-top: 0% !important;
  }

  .navbar-header .cc_navbar_header {
    margin-top: -15%;
  }

  .cc_my_account1 {
    margin-top: 0px !important;
  }

}

.my-style-f{
  font-size: 12px!important;
}

@media only screen and (max-width: 768px) {
  #logoUrl {
    margin-left: unset !important;
  }
}

/* .altura-bar{
  height:85%;
} */
/* antes del cambio
.my-margin-top {
  margin-top: 4% !important;
}*/
.my-margin-top {
  margin-top: 4% !important;
}

.hover-style:hover{
  color:var(--brand-color) !important;
  font-weight:bold;
}

.border-0-px{
  border:0px !important;
}


.my-dropdown-menu {
  padding: 5px;
  margin: 10px 0 0 !important;
  border-radius: 0px !important;
  min-width: 240px;
 
}

.my_account_nav{
  border-radius: 0px !important;
}

.panel.panel-default.cc_panel.cc_forgot_password_panel {
  background-color: rgba(191, 191, 191, 0.1);
  padding: 20px;
  border: solid 1px #bfbfbf;
}



/* .cc_main_content_col{
 margin-top: -5%;

} */

.text-sup {
  font-weight: bold;
  padding-top: 1%;
  color: black;
}


/* fin estilo header */

/* estilo espacion product item row */
.my-cc_desc{
  height: 0px !important;
  max-height: 35px !important;
}
/* fin estilo espacion product item row */

/* estilo mainMenu */

.navbar-default {
  height: 130px;
  border-bottom: 1px solid var(--brand-color);

}

/*#searchText:focus {
  width: 400px;

}*/

.navbar-inverse .navbar-form .form-control {
  border: none !important;
}

.cc_navbar_form .cc_input-group {
  border: solid 1px black;
  border-radius: 0px;
  background-color: white;
}

#searchText {
  height: 3.45em;
  /*width: 400px;*/
}

.navbar-default .navbar-nav>li>a {
  color: black;
  padding-bottom: 10px;
}

#cc_store_logo_img {
  height: 50px;
}

.cc_grid_container .cc_product_container .cc_product_link {
  height: 70px !important;
}



/* LOGO FIX */
@media only screen 
  and (min-device-width: 411px) 
  and (max-device-width: 736px)  { 
    #cc_store_logo_img{
      margin-top: -5px !important;
    }
}

/* DESKTOPS SAFARI */
@media only screen 
and (min-device-width : 1024px) 
/* and (max-device-width : 1366px)  */
and (orientation : landscape)
and (min-color-index:0)
and (-webkit-min-device-pixel-ratio:1.5) { 
  .visible-ipad{
    display: block !important;
    margin-top: 0px;
  }

}

@media not all and (min-resolution:.001dpcm) {
  @supports (-webkit-appearance:none) and (stroke-color:transparent) { 
    .visible-ipad { 
      /* margin-top: 110px;  */
    } 
  } 
}


/* IPAD LANDSCAPE */
@media screen and (min-color-index:0) and (-webkit-min-device-pixel-ratio:0) {
  @media only screen 
  and (min-device-width : 768px) 
  and (max-device-width : 1023px) 
  and (orientation : landscape)
  { 
    .visible-ipad{
      display: block !important;
      /* margin-top: 100px !important; */
    }

    /* #cc_store_logo_img{
      margin-top: 50px !important;
    } */
  }

}

/* IPAD PORTRAIT */
@media screen and (min-color-index:0) and (-webkit-min-device-pixel-ratio:2) {
  @media only screen 
  and (min-device-width : 768px) 
  and (max-device-width : 1024px) 
  and (orientation : portrait)
  { 
    .visible-ipad{
      display: block !important;
      /* margin-top: 115px !important; */
    }

    /* #cc_store_logo_img{
      margin-top: 50px !important;
    } */
  }

}



/* IPHONE X XS MAX */
@media screen and (min-color-index:0) and (-webkit-min-device-pixel-ratio:3) {
  @media only screen 
  and (min-device-width : 414px) 
  and (max-device-width : 767px) 
  and (orientation : portrait)
  { 
    .margin-iphone{
      margin-top: 15px !important;
    }
  }

}

/* IPHONE X */
@media screen and (min-color-index:0) and (-webkit-min-device-pixel-ratio:3) {
  @media only screen 
  and (min-device-width : 375px) 
  and (max-device-width : 413px) 
  and (orientation : portrait)
  { 
    .margin-iphone{
      margin-top: 0px !important;
    }
  }

}


/* CHROME POSITION FIX BY APPLE */
@media screen 
/* and (min-color-index:0)  */
and (-webkit-min-device-pixel-ratio:0)
{

  /* ::i-block-chrome,.visible-ipad{
    margin-top: 100px !important;
  } */

} 

/* .carousel-inner {
  margin-top: 30px;
} */

#navbar .nav {
  padding-top: 85px;
  padding-left: 0px;

}



#doSearch {
  height: 35px;


}

@media (min-width: 1200px) {
  .cc_main_body .container {
    width: 1250px !important;
  }

  .my-margin-top {
    margin-top: 50px !important;
  }
}
.searchText2 {
  border: none;
  height: 50px !important;
}

.chead .fa-shopping-cart ,.gotoWishlists .fa-heart-o{
  color: var(--brand-color) !important;
}
#owl-carouselPDP .owl-prev i, 
#owl-carouselPDP .owl-next i {
  transform : scale(3,3); 
  /* color: #ccc; */
}

#owl-carouselPDP .owl-nav{
    margin-left:-35px;
}

#owl-carouselPDP .owl-prev{
    border-radius: 0px!important;
    box-shadow: unset!important;
    margin-left: unset !important;

}

#owl-carouselPDP .owl-next{
    border-radius: 0px!important;
    box-shadow: unset!important;
    margin-left: unset !important;

}
#owl-carouselPDP .owl-next{
    right: -14px !important;
}

#owl-carouselPDP .fa-angle-right{
    margin-left: -20px;
}
#owl-carouselPDP .fa-angle-left{
  margin-left: -10px;
  color:#4c788f!important
  
}

@media only screen and (max-width: 767px) {
  .carousel {
    position: relative;
    margin-top: 50px;
  }

  #searchText {
    height: 2.50em;
    width: 250px;
  }

  #searchText:focus {
    width: 250px;
  }

  .navbar-default {
    height: 70px;
  }

  /* .contentBody.cc_content_body {
    padding-top: 2px !important;
  } */

}


/* .dropdown-SubMenuP.depmenu>a:hover {
  background-color: rgba(255, 238, 0, 0.1) !important;
  border-left: 3px solid #ffee00 !important;
} */

.navbar-nav>li>.dropdown-menu {
  background-color: #ffffff;
  border-color: #ffffff;
}

.menuGrid.SubMenuP.cat:hover {
  /* color: white!important; */
  background-color: var(--brand-color) !important;
    border-left: 3px solid var(--brand-color) !important;
}

div#breadcrumb_desktop_container {
  top: 40px !important;
  margin-bottom: 10px !important;
}

.MenuPrincipal>a:hover {
  background-color: rgba(255, 238, 0, 0.1) !important;
  border-left: 3px solid #ffee00 !important;
}

.menu-header li: hover{
  background-color: var(--brand-color);
  color: var(--white);
}

.dropdown-menu.multi-level,
.dropdown-menu.dep {
  /* height: 495px !important; */
}

.dropdown-menu.multi-level.Desktop {
  /* margin-left: -100vw;
  padding-left: 100vw; */
  min-width: 260px !important;
}

.dropdown-menu {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.col-md-6.cat {
  height: 459px;
  border: 2px;
  /* border-color: #F2F2F2;
  border-right-style: solid;
  border-left-style: solid; */
}

.dropdown-menu>li>a {
  padding-bottom: 6px;
  padding-top: 6px;
}

@media only screen and (max-width: 600px) {
  .navbar-toggle {
    position: unset;
    right: none;
  }


}

@media only screen and (max-width: 767px) {
  .navbar-toggle {
    position: unset;
    right: none;
  }

  #logoUrl {
    top: 2px;
    margin-left: 34%;
  }

  .cc_navbar_form .cc_input-group {
    display: none;
  }
}


.btn-style {
  width: 84%;
}

#searchText2 {
  border: none;
  height: 50px !important;
}

#searchd {
  height: 50px;
  padding-left: 1%;
}

#searchText2:focus {
  outline: 0px;
}


.navbar-header>.btn1:before {
  font-size: 20px;
  font-family: FontAwesome;
  content: "\f00d";

}


.navbar-header>.btn1.collapsed:before {
  font-family: FontAwesome;
  content: "\f002";

}

.navbar-toggle:focus {
  background-color: transparent !important;
}

.my-style-nav {

  margin: 0% !important;
}

.my-list {
  border-bottom: 1px solid var(--brand-color);
}

.my-list .my-btn {
  padding-top: 17px;
  padding-bottom: 16px;
  padding-left: 15px;
  padding-right: 20px;
}

@media only screen and (max-width: 767px) {
  #searchd {
    margin: 0% !important;
  }

  .navbar-default {
    height: unset;
  }
}

.navbar .my-navbar {
  min-height: 10px !important;
}

/* Fin estilo main menu */



/* estilo carheader */
/* .heigth-user {
  margin-top: 5%;
} */

.position-badge {
  margin-bottom: 50%;
}

.badge {
  font-size: unset;
}

.position-badge .badge {
  font-size: 7px !important;
}


.icon-size {
  font-size: 250%;
}

.nav>li>a:hover #cartHeader {
  background-color: unset;
}

/* fi estilo carheader */




/* change password */
.required {
  color: black;
  font-weight: bold;
}

.my-font-style {
  color: black;
  font-weight: bold;
}



@media only screen and (max-width: 991px) {
  .width-88-percent {
    width: 88% !important;
  }
}

/* fin change password */





/* mis cotizaciones */
.table tr:first-child {
  background-color: transparent !important;
}

.table tbody tr:nth-of-type(odd){
  background-color: var(--brand-color-light) !important;
}

.table tbody tr:nth-of-type(odd) {
  background-color: var(--gray-light-10) !important;
}

.table tr:hover {
  background-color:unset !important;
    color: unset !important;
}


/* fin mis cotizaciones */



/* mis listas */
.my-font-style {
  color: black !important;
  font-weight: bold !important;
}


.color {
  background-color: rgba(191, 191, 191, 0.1);
}





.my-padding-top {
  padding-top: 60px;
}

/* fin mis listas */


/* my wallet */
@media screen and (max-width: 767px) {
  .table-responsive {
    border: none !important;
  }
}

/* my wallet */


/* nav desktop */
.cc_myaccount_nav_list li{
  border-top: 1px solid black;  
  border-bottom: 1px solid black;
}

.my-menu-display.remove-botton-border:hover {
  /* border-left: solid var(--brand-color) 5px !important; */
  background-color: var(--brand-color-light) !important;
  color: var(--brand-color) !important;
}

.list-group-item.remove-botton-border {
  border-top: 1px solid black;  
  border-bottom: 1px solid black;
  /* border-left: solid white 5px !important; */
  padding-left: 5px !important;

}

.cc_myaccount_nav_list a.my-bold {
  font-weight: 400 !important;
  text-transform: none !important;
}

.cc_myaccount_nav_list li:hover a.my-bold{
  color: var(--brand-color) !important;
}

/* fin nav desktop */


/* fin my acount styles */



/* footer */

.my-style {
  border-bottom: 5px solid white;
}

.logo-personalized {
  height: 60px !important;
}

.estilo {
  background-color: white;
  border-radius: 50px;

  font-size: 25px;

}

.footer .p {
  background-color: white !important;
  font-size: 40px;
  width: 20px;
}

.footer .nav>li>a {
  position: relative;
  display: block;
  padding: 1px 12px 0px 0px;
}

.footer .nav>li>a.mar {
  margin-left: 15px;
}

.social-media-footer {
  margin-top: 0px;
}

.action-focus:hover {
  background-color: #ffee00 !important;
}

.my-padding-top {
  padding-top: 20px;
}

.navbar-inverse {
  background-color: black !important;
}


.scroll-top {
  height: 37px;
}

.scroll-top a {

  display: none !important;
}

.nav .footer:hover {
  background-color: black !important;
}


.rowfooter .fa-angle-down {
  color: white !important;
  font-size: 20px;
}


.my-space .social-media-footer {
  padding-right: 43%;

}

.footer {
  padding-bottom: 10px;
}



/* Control My account zebra table */
.table-striped>tbody>tr:nth-child(4n+1)>td, 
.table-striped>tbody>tr:nth-child(4n+1)>th {
    background-color: #e6eff8;
}

.table-striped>thead>tr>th {
   background-color: unset;
}


@media only screen and (max-width: 767px) {
    .table-striped>tbody>tr:nth-child(4n+1)>td, 
    .table-striped>tbody>tr:nth-child(4n+1)>th {
        background-color: #e6eff8;
    }
    .table-striped>tbody>tr:nth-child(4n+2)>td, 
    .table-striped>tbody>tr:nth-child(4n+2)>th {
        background-color: #e6eff8;
    }
    .table-striped>thead>tr>th {
        /* background-color: #eee; */
        background-color: unset;
    }
}





/* @media (min-width: @screen-sm-min) { 

  .my-space .social-media-footer{
      padding-right: 68% !important;
  }

} */
/* fin footer */

/* .contentBody.cc_content_body {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  /* top: -15px !important;
   position: relative !important; */
/*margin-top: 50px !important;
} */


@media screen and (max-width: 767px) {
  /* .contentBody.cc_content_body {

    top: 0 !important;
    position: none !important;
  } */

  .navbar {
    min-height: auto !important;
  }
}

@media only screen and (max-width: 600px) {

  .navbar-main-menu-left {
    margin-left: 12px !important;
  }

  .navbar-search-menu-right {
    margin-right: 30px !important;
  }

}


.f-size-2d5em{
  font-size: 2.5em!important;
}
.btu{
  border-top: unset !important;   
}
.border-drop{
  border-top: 1px solid #00000094!important;                
}

.dynamicKitSelSection input.form-control.input-sm.cc_qty_input{
  min-width: 40px!important;
}
.sup-style{
  font-size:14px;
  top: -1.4rem;
}

.dynamicKitSelSection .width-130px{
  width: 130px !important;
}

.del-br{
  border-right:0px solid !important;
}

@media screen and (max-width: 767px) {
  /* .owl-next {
      right:20px !important;
  } */

  .my-magin-wish{
      margin-left: -178px;
  }            
}

.calculator{
  text-align: center;
  border-radius: 6px;
  border: 1px solid #ffee00;
  padding: 11px;
  background-color: rgba(255, 238, 0, 0.1);
  font-size: 15px;
  
}

.calculator-com .border-boton{
  border-bottom: var(--brand-color) 4px solid;
}

.fondo-body{
  background-color: rgba(191, 191, 191, 0.1);
}

.cc_prod_detail_panel{
  background-color: rgba(191, 191, 191, 0.1);
  border-radius: 13px;
}


.cc_prod_detail_panel .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
  background-color: unset;
}


/* **********************************************************************************************************************
/* ************************************            BOOTSTRAP 4 STYLE             ****************************************
/* **********************************************************************************************************************

/* ************************************************************
* MARGINS & PADDINGS  
************************************************************ */

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.ml-10{
  margin-left: 10rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-black{
  border-color: var(--black) !important;
}

.border-dark {
  border-color: var(--dark) !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-xlg {
  border-radius: 1.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-10px {
  border-radius: 0px !important;
  opacity: 0.5;
  /* border-bottom: 0px!important; */
}

.rounded-30px {
  border-radius: 30px !important;
}


/* ******** WIDTH & HEIGTH ********** */
.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}


.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}


/* VERTICAL ALIGNS */
.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}




/* ######################################################################################################## */
/* ##########################################   APPLE DEVICES   ########################################### */
/* ######################################################################################################## */

/* Specifally landscape phones */
@media only screen and (min-width: 480px) and (max-width: 767px) {

  .col-xsl-1, .col-xsl-2, .col-xsl-3, .col-xsl-4, .col-xsl-5, .col-xsl-6, .col-xsl-7, .col-xsl-8, .col-xsl-9, .col-xsl-10, .col-xsl-11, .col-xsl-12 {
          float: left;
          position: relative;
          min-height: 1px;
          padding-right: 15px;
          padding-left: 15px;
    }
    .col-xsl-12 {
      width: 100%;
    }
    .col-xsl-11 {
      width: 91.66666667%;
    }
    .col-xsl-10 {
      width: 83.33333333%;
    }
    .col-xsl-9 {
      width: 75%;
    }
    .col-xsl-8 {
      width: 66.66666667%;
    }
    .col-xsl-7 {
      width: 58.33333333%;
    }
    .col-xsl-6 {
      width: 50%;
    }
    .col-xsl-5 {
      width: 41.66666667%;
    }
    .col-xsl-4 {
      width: 33.33333333%;
    }
    .col-xsl-3 {
      width: 25%;
    }
    .col-xsl-2 {
      width: 16.66666667%;
    }
    .col-xsl-1 {
      width: 8.33333333%;
    }
    .col-xsl-pull-12 {
      right: 100%;
    }
    .col-xsl-pull-11 {
      right: 91.66666667%;
    }
    .col-xsl-pull-10 {
      right: 83.33333333%;
    }
    .col-xsl-pull-9 {
      right: 75%;
    }
    .col-xsl-pull-8 {
      right: 66.66666667%;
    }
    .col-xsl-pull-7 {
      right: 58.33333333%;
    }
    .col-xsl-pull-6 {
      right: 50%;
    }
    .col-xsl-pull-5 {
      right: 41.66666667%;
    }
    .col-xsl-pull-4 {
      right: 33.33333333%;
    }
    .col-xsl-pull-3 {
      right: 25%;
    }
    .col-xsl-pull-2 {
      right: 16.66666667%;
    }
    .col-xsl-pull-1 {
      right: 8.33333333%;
    }
    .col-xsl-pull-0 {
      right: auto;
    }
    .col-xsl-push-12 {
      left: 100%;
    }
    .col-xsl-push-11 {
      left: 91.66666667%;
    }
    .col-xsl-push-10 {
      left: 83.33333333%;
    }
    .col-xsl-push-9 {
      left: 75%;
    }
    .col-xsl-push-8 {
      left: 66.66666667%;
    }
    .col-xsl-push-7 {
      left: 58.33333333%;
    }
    .col-xsl-push-6 {
      left: 50%;
    }
    .col-xsl-push-5 {
      left: 41.66666667%;
    }
    .col-xsl-push-4 {
      left: 33.33333333%;
    }
    .col-xsl-push-3 {
      left: 25%;
    }
    .col-xsl-push-2 {
      left: 16.66666667%;
    }
    .col-xsl-push-1 {
      left: 8.33333333%;
    }
    .col-xsl-push-0 {
      left: auto;
    }
    .col-xsl-offset-12 {
      margin-left: 100%;
    }
    .col-xsl-offset-11 {
      margin-left: 91.66666667%;
    }
    .col-xsl-offset-10 {
      margin-left: 83.33333333%;
    }
    .col-xsl-offset-9 {
      margin-left: 75%;
    }
    .col-xsl-offset-8 {
      margin-left: 66.66666667%;
    }
    .col-xsl-offset-7 {
      margin-left: 58.33333333%;
    }
    .col-xsl-offset-6 {
      margin-left: 50%;
    }
    .col-xsl-offset-5 {
      margin-left: 41.66666667%;
    }
    .col-xsl-offset-4 {
      margin-left: 33.33333333%;
    }
    .col-xsl-offset-3 {
      margin-left: 25%;
    }
    .col-xsl-offset-2 {
      margin-left: 16.66666667%;
    }
    .col-xsl-offset-1 {
      margin-left: 8.33333333%;
    }
    .col-xsl-offset-0 {
      margin-left: 0;
    }
  }

  .disbled-div{
    pointer-events: none !important;
  }

  /* The container */
  .rb-chz {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Radio button usado en garantía extendida */
/* Hide the browser's default radio button */
.rb-chz input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.rb-chz .checkmark {
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.rb-chz:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.rb-chz input:checked ~ .checkmark {
    background-color: #0055B8;
}        

/* Show the indicator (dot/circle) when checked */
.rb-chz input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.rb-chz .checkmark:after {
    top: 4px;
    left: 5px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: white;
}

.bx-chk-warty{
  border-color:var(--brand-color) !important;
  color:#3b698a !important;
  background-color: #e3ebfc !important;
}

.color-map-marker{
  color:#0055b8;
}

.color-text-open{
  color: #02ac05;
}

.color-text-close{
  color:red;
}

/* ##### Styles for Inventory component ##### */

.icon-pin-pickup{
  background: url('../images/icons/pin_pickup.svg') no-repeat;
  height: 45px;
  margin-left: 5.5rem;
}

.icon-pin-pickup-disable{
  background: url('../images/icons/pin_pickup_disable.svg') no-repeat;
  height: 45px;
  margin-left: 5.5rem;
}

.icon-truck{
  background: url('../images/icons/truck.svg') no-repeat;
  height: 30px;
  margin-left: 4rem;
}

.icon-truck-disable{
  background: url('../images/icons/truck_disable.svg') no-repeat;
  height: 30px;
  margin-left: 4rem;
}

@media (min-width: 992px) and (max-width: 1199px){
  .icon-pin-pickup,
  .icon-pin-pickup-disable{
    margin-left: 3.5rem;
  }

  .icon-truck,
  .icon-truck-disable{
    margin-left: 2rem;
  }
}

@media (min-width: 395px) and (max-width: 991px){
  .icon-pin-pickup,
  .icon-pin-pickup-disable{
    margin-left: 5rem;
  }
  .icon-truck,
  .icon-truck-disable{
    margin-left: 3.5rem;
  }
}

@media (min-width: 366px) and (max-width: 394px){
  .icon-pin-pickup,
  .icon-pin-pickup-disable{
    margin-left: 4.5rem;
  }
  .icon-truck,
  .icon-truck-disable{
    margin-left: 3rem;
  }
}

@media (min-width: 321px) and (max-width: 365px){
  .icon-pin-pickup,
  .icon-pin-pickup-disable{
    margin-left: 4rem;
  }
  .icon-truck,
  .icon-truck-disable{
    margin-left: 2.5rem;
  }
}

@media (max-width: 320px){
  .icon-pin-pickup,
  .icon-pin-pickup-disable{
    margin-left: 3rem;
  }
  .icon-truck,
  .icon-truck-disable{
    margin-left: 1.5rem;
  }
}

.box-border-quad{
  border: 1px dashed #0055B8;
  max-width: 162px;
  /*height: 140px;*/
}

.box-border-quad-disable{
  border: 1px dashed #ACACAC;
  max-width: 162px;
  /*height: 140px;*/
}

.show-modalInv{
  cursor: pointer;
  color: #089A03; 
  font-weight:bold
}

#modalInv{
  z-index: 9999;
}

.msg-quad-inv-pickup,
.msg-quad-inv-delivery{
  color: #0055B8;
  font-weight: bold;
}

.msg-quad-inv-pickup-disable,
.msg-quad-inv-delivery-disable{
  color: #ACACAC;
  font-weight: bold;
}

.msg-available-inv{
  color: #0055B8;
}

.icon-close{
  background: url('../images/icons/close.svg') no-repeat;
  height: 40px;
  width: 40px;
  cursor: pointer;
  float: right;
}

.icon-search{
  background: url('../images/icons/search-black.svg') no-repeat;
  height: 30px;
  width: 30px;
  float: right;
}

.modal-inv-title{
    font-size: 32px;
    font-family: Arial;
    color: #000;
}

.modal-inv-table-headers-title{
    font-size: 17px;
    font-family: Arial;
    color: #000;
    font-weight: bold;
}

.modal-inv-table-rows-content-text{
  font-family: Arial;
  font-size: 16px;
  color: #000;
}

.modal-inv-table-row-col-available{
  color: #0055B8;
  font-weight: bold;
}

.table-inv-scroll {
  overflow: auto;
  height: 240px;
}

.table-inv-scroll tbody tr {
  cursor: pointer;
}

/* ##### End Styles for Inventory component ##### */