/*Add Css Custom Here*/

/* Product Image*/
.product-view .content-product-left .large-image
 {
    max-height: 450px;
}
/* Menu ACCOUNT*/
.list-group-item-ebs:first-child
 {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-left: 3px solid #ff9600;
    border-top-style: none;
    border-right-style: none;
    /* border-bottom: 1px solid #ddd; */
}
.list-group-item-ebs
 {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    border-left: 3px solid #ddd;
    /* border-bottom: 1px solid #ddd; */
    border-right-style: none;
}

.list-group-item-ebs:last-child
 {
    margin-bottom: 0;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-style: none;
}
/*****/
.list-group-item:first-child
 {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-left: 3px solid #ff9600;
    border-top-style: none;
    border-right-style: none;
    /* border-bottom: 1px solid #ddd; */
}
.list-group-item
 {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    border-left: 3px solid #ddd;
    /* border-bottom: 1px solid #ddd; */
    border-right-style: none;
}

.list-group-item:last-child
 {
    margin-bottom: 0;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-style: none;
}

/* Image */
.card {
    max-width: 100%;
    min-width: 250px;
    max-height: 100%;
    padding: 20px 10px;
    /* text-align: center; */
    background-color: #ebebeb;
    border: none;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    /* box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05); */
    display: grid;
    place-items: center;
  }

  .caja-espaciada {
    margin-top: 30px;
    margin-bottom: 30px;
    min-height: 200px;
    padding: 15px;
    margin: 0;
    /*background-color: #ebebeb;*/
    border-radius: 10px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    margin-bottom: 10px;
  }
  
  .text-card, small {
    text-align: center;
    font-weight: 600;
  }
  

  .btn-lg, .btn-cliente {
    padding: 9px 15px;
    background: #f47820;
    color: #fff;
    border-radius: 3px;
    border: none;
}


.quickcheckout-heading {
    font-size: 16px;
    color: #FFF;
    margin-top: 10px;
    background: #ffac07;
    padding: 10px;
    border-radius: 5px 5px 0px 0px;
}

.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: 60px;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

/* ACCOUNT*/
/* Layout base */
.account-dashboard { background: #f4f6f9; }
.dash-head { margin-bottom: 15px; }
.dash-head__icon { font-size: 40px; color: #004085; margin-right: 8px; }
.dash-title { margin: 0; font-weight: 600; }
.dash-subtitle { color: #6c757d; font-size: 13px; }
.gap-10 { gap: 10px; }

/* Cards */
.card { border: 0; border-radius: 14px; background: #fff; }
.card-elev { box-shadow: 0 4px 12px rgba(0,0,0,.06); }
.card-header {
  padding: 10px 14px; font-weight: 600; border-bottom: 1px solid #eef0f3;
  background: #f9fbfd; border-top-left-radius: 14px; border-top-right-radius: 14px;
}
.card-body { padding: 14px; }
.mt-5 { margin-top: 5px; } .mt-10 { margin-top: 10px; } .mt-15 { margin-top: 15px; }
.mb-0 { margin-bottom: 0; }

/* Avatar */
.img-thumb-xl img { width: 128px; height: 128px; object-fit: cover; border-radius: 50%; }

/* Key/Value bloques */
.kv { display: grid; grid-template-columns: 42% 58%; padding: 6px 0; border-bottom: 1px dashed #eef0f3; }
.kv:last-child { border-bottom: 0; }
.kv-k { color: #6c757d; font-size: 12px; }
.kv-v { font-weight: 600; }

/* Acciones */
.btn-actions .btn { margin: 4px 6px 0 0; }
.btn-outline-primary { border-color: #004085; color: #004085; background: #fff; }
.btn-outline-primary:hover { background: #004085; color: #fff; }

/* Address well */
.address-well { max-height: 180px; overflow: auto; }

/* Uploader (plugin) */
.ajax-file-upload-statusbar { border-radius: 8px; }
.ajax-file-upload { color: #fff !important; padding: 6px 12px; border: none; border-radius: 8px; font-weight: 600; cursor: pointer; }
.ajax-upload-dragdrop > div { margin-top: 10px; }

/* === TABLA DEL CARRITO === */
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th
 {
  border-collapse: collapse;
  border: none;
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: middle;
}

table.table {
  border-collapse: collapse;
  border: none;
  
}

table.table thead th {
  border: none;
  border-bottom: 2px solid #e5e7eb; /* gris suave */
  background: transparent;
  font-weight: 600;
}

table.table tbody td {
  border: none;
  border-bottom: 1px solid #e5e7eb; /* solo líneas horizontales */
  vertical-align: middle;
}

/* Quitar cualquier borde vertical */
table.table td + td, 
table.table th + th {
  border-left: none !important;
}

/* === BOTONES Y CAMPOS DE CANTIDAD === */
.checkout-cart .btn-block
 {
  width: 30px;
 }

.checkout-cart .btn-block input
 {
  height: 32.5px;
  padding: 3px 6px;
  font-size: 13px;
  text-align: center;
 }

.btn {
  padding: 3px 6px;
  font-size: 12px;
  line-height: 1.2;
  border-radius: 4px;
}

/* Botón actualizar (naranja minimalista) */
.btn-warning {
  background-color: #fbbf24; /* amarillo-naranja */
  border: none;
}
.btn-warning:hover {
  background-color: #f59e0b;
}

/* Botón eliminar (rojo minimalista) */
.btn-danger {
  background-color: #ef4444;
  border: none;
}
.btn-danger:hover {
  background-color: #dc2626;
}

/* Espaciado reducido entre los botones */
.input-group-btn .btn {
  margin-left: 2px;
}
/* EBS */

div.tshirtecommerce-btn-group{ 
	display: inline-block; 
	background-color: #ff3c20;
    border-radius: 3px;
    margin: 0 5px;
    padding: 0 10px;
   
    width: auto;
    vertical-align: top;
}
div.tshirtecommerce-btn-group > a{ color: white; text-transform: uppercase;}
/*====== Fix bugs Megamenu not showing icon font (26/1/2018) =====*/
@media (min-width: 992px)  {
	.common-home .navbar-compact.typeheader-1 .container-megamenu.vertical #menuHeading .megamenuToogle-pattern:before,
	.common-home .navbar-compact.typeheader-1 .container-megamenu.vertical #menuHeading .megamenuToogle-pattern:after{display: none;}
	.common-home .navbar-compact.typeheader-1 .container-megamenu.vertical .vertical-wrapper{
      visibility: hidden;
      opacity: 0;
    }   
    .common-home .navbar-compact.typeheader-1 .container-megamenu.vertical:hover .vertical-wrapper{
      visibility: visible;
      opacity: 1;
      top: 40px; } 
}
@media (min-width: 992px){
	/*.menu-vertical .container-megamenu.vertical .vertical-wrapper ul.megamenu > li > a {    padding: 9px 0; line-height: 24px; height: auto;}
	.menu-vertical .container-megamenu.vertical .vertical-wrapper ul.megamenu > li > a i,
	.menu-vertical .container-megamenu.vertical .vertical-wrapper ul.megamenu > li > a b {
	    display: inline-block;
	}
	.menu-vertical .container-megamenu.vertical .vertical-wrapper ul.megamenu > li.with-sub-menu > a:before{display: none;} */
	.menu-vertical .container-megamenu.vertical .vertical-wrapper ul.megamenu > li > a img{position: static; transform: inherit;}

}

.typeheader-12 .navbar-logo .logo{
	min-height: 40px;
}


header .container-megamenu.horizontal .menu-layouts .sub-menu ul li a{ line-height: 30px; padding: 0; }
header .container-megamenu.horizontal .shoppage .title-shoppage {
    text-transform: uppercase;
    display: block;
    font-weight: bold;
    color: #222;
    font-size: 16px;
    line-height: 100%;
    padding-bottom: 12px;
    margin-bottom: 6px;
    border-bottom: 1px solid #eaeaea;
}
header .container-megamenu.horizontal .content-feature li a, 
header .container-megamenu.horizontal ul.megamenu li .sub-menu .content .static-menu .menu ul ul li a, 
header .container-megamenu.horizontal ul.megamenu li .sub-menu .content .html a.subcategory_item, 
header .container-megamenu.horizontal ul.megamenu .sub-menu .content .hover-menu .menu ul a.main-menu{
	color: #666;
}
header .container-megamenu.horizontal .shoppage ul li:hover{ padding: 0; }
body .container-megamenu.vertical{ z-index: 99; }
header .container-megamenu.vertical .vertical-wrapper ul.megamenu > li > a i.fa{ width: 30px; padding: 0; text-align: center; }
header .container-megamenu.vertical .vertical-wrapper ul.megamenu .loadmore{ padding-left: 46px; }

.layout-17.common-home #content .module.so_newletter_custom_popup .modcontent{ border: none; }
@media (max-width: 992px){.div_sticky {display: none !important;}}