/* =========================================================
   CELLTECH RESPONSIVE FIX 2026-05-03
   Solo diseño: responsive PC/celular, botones flotantes y marcas.
   No modifica funciones, endpoints ni lógica JS.
   ========================================================= */

html, body{
  width:100%;
  max-width:100%;
  overflow-x:hidden!important;
  -webkit-text-size-adjust:100%;
}
img, svg, video, iframe{max-width:100%;height:auto;}
*{box-sizing:border-box;}

/* Espacio seguro para elementos fijos inferiores */
body{padding-bottom:0;}
@media(max-width:768px){body{padding-bottom:92px!important;}}

/* ===== Botones flotantes separados ===== */
.ct-wa,
.whatsapp-button{
  position:fixed!important;
  right:22px!important;
  bottom:22px!important;
  width:58px!important;
  height:58px!important;
  min-width:58px!important;
  min-height:58px!important;
  border-radius:50%!important;
  background:#22c55e!important;
  color:#fff!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  z-index:99980!important;
  box-shadow:0 14px 32px rgba(0,0,0,.30)!important;
  text-decoration:none!important;
  line-height:1!important;
}
.ct-wa i{font-size:28px!important;margin:0!important;color:#fff!important;}
.whatsapp-button img{width:36px!important;height:36px!important;object-fit:contain!important;margin:0!important;}

#ctFloatingCartBtn.ct-floating-cart,
.ct-floating-cart{
  position:fixed!important;
  right:22px!important;
  bottom:94px!important;
  width:62px!important;
  height:62px!important;
  min-width:62px!important;
  min-height:62px!important;
  border-radius:22px!important;
  z-index:99990!important;
}

@media(max-width:768px){
  .ct-wa,
  .whatsapp-button{
    display:flex!important;
    right:14px!important;
    bottom:14px!important;
    width:52px!important;
    height:52px!important;
    min-width:52px!important;
    min-height:52px!important;
  }
  .ct-wa i{font-size:25px!important;}
  .whatsapp-button img{width:32px!important;height:32px!important;}
  #ctFloatingCartBtn.ct-floating-cart,
  .ct-floating-cart{
    right:14px!important;
    bottom:76px!important;
    width:52px!important;
    height:52px!important;
    min-width:52px!important;
    min-height:52px!important;
    border-radius:18px!important;
  }
  #ctFloatingCartBtn.ct-floating-cart span,
  .ct-floating-cart span{
    top:-6px!important;
    right:-6px!important;
    min-width:21px!important;
    height:21px!important;
    font-size:11px!important;
  }
}

/* Al abrir el carrito lateral, ocultar los flotantes para no tapar botones */
body:has(#ctSideCart.ct-open) .ct-wa,
body:has(#ctSideCart.ct-open) .whatsapp-button,
body:has(#ctSideCart.ct-open) #ctFloatingCartBtn{display:none!important;}

/* ===== Marcas: sin distorsión en PC y móvil ===== */
.ct-brands-section{
  padding-top:34px!important;
  padding-bottom:34px!important;
  background:#f7f8fa;
}
.ct-brands-track{
  width:100%!important;
  max-width:1180px!important;
  margin:0 auto!important;
  padding-left:16px!important;
  padding-right:16px!important;
  display:grid!important;
  grid-template-columns:repeat(auto-fit,minmax(135px,1fr))!important;
  gap:14px!important;
  overflow:visible!important;
}
.ct-brand{
  width:100%!important;
  min-width:0!important;
  height:86px!important;
  padding:14px 18px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  background:#fff!important;
  border:1px solid #e9edf2!important;
  border-radius:18px!important;
  box-shadow:0 10px 24px rgba(17,24,39,.07)!important;
  overflow:hidden!important;
}
.ct-brand img{
  display:block!important;
  width:auto!important;
  height:auto!important;
  max-width:100%!important;
  max-height:54px!important;
  object-fit:contain!important;
  object-position:center!important;
  aspect-ratio:auto!important;
  transform:none!important;
}
@media(max-width:768px){
  .ct-brands-section{padding-top:24px!important;padding-bottom:24px!important;}
  .ct-brands-section .section-title{margin-left:8px!important;margin-right:8px!important;}
  .ct-brands-track{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px!important;
    padding-left:10px!important;
    padding-right:10px!important;
  }
  .ct-brand{height:72px!important;border-radius:15px!important;padding:10px!important;}
  .ct-brand img{max-height:42px!important;max-width:92%!important;}
}
@media(max-width:360px){.ct-brands-track{grid-template-columns:1fr!important;}}

/* ===== Ajustes generales responsive sin tocar lógica ===== */
.container-fluid{max-width:100%;}
.row{max-width:100%;}
.section-title{line-height:1.15!important;}
.section-title span{white-space:normal!important;display:inline-block!important;max-width:100%!important;}
.product-img img{object-fit:contain!important;background:#fff!important;}
.product-item{overflow:hidden!important;}
@media(max-width:768px){
  .container,.container-fluid{padding-left:12px!important;padding-right:12px!important;}
  .section-title{margin-left:0!important;margin-right:0!important;}
  .section-title span{font-size:clamp(15px,4.2vw,22px)!important;padding:8px 10px!important;}
  .product-item .h6,.product-item a.h6{white-space:normal!important;display:-webkit-box!important;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden!important;line-height:1.25!important;min-height:34px!important;}
  #header-carousel,.carousel,.carousel-inner{border-radius:16px!important;overflow:hidden!important;}
  #header-carousel .carousel-item{height:clamp(170px,52vw,240px)!important;}
}

/* ===== Header siempre visible al bajar ===== */
.ct-header.is-sticky{
  position:sticky!important;
  top:0!important;
  left:0!important;
  right:0!important;
  z-index:100000!important;
  width:100%!important;
  box-shadow:0 12px 28px rgba(0,0,0,.20)!important;
}
@media(max-width:768px){
  .ct-header.is-sticky{position:sticky!important;top:0!important;}
  body{padding-bottom:86px!important;}
  /* En celular usamos la barra inferior para carrito/WhatsApp; evitamos duplicados encima */
  #ctFloatingCartBtn.ct-floating-cart,
  .ct-floating-cart,
  .ct-wa,
  .whatsapp-button{display:none!important;}
}

/* ===== Barra inferior móvil: Inicio / Tienda / Carrito / WhatsApp / Cuenta ===== */
.ct-mobile-bottom-nav{display:none;}
@media(max-width:768px){
  .ct-mobile-bottom-nav{
    position:fixed!important;
    left:10px!important;
    right:10px!important;
    bottom:10px!important;
    height:60px!important;
    background:#101014!important;
    border:1px solid rgba(255,255,255,.10)!important;
    border-radius:20px!important;
    box-shadow:0 14px 34px rgba(0,0,0,.38)!important;
    display:grid!important;
    grid-template-columns:repeat(5,1fr)!important;
    align-items:center!important;
    z-index:99999!important;
    overflow:visible!important;
  }
  .ct-mobile-bottom-nav a,
  .ct-mobile-bottom-nav button{
    height:100%!important;
    border:0!important;
    background:transparent!important;
    color:#fff!important;
    text-decoration:none!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    gap:3px!important;
    font-size:10px!important;
    font-weight:800!important;
    line-height:1!important;
    position:relative!important;
    padding:0!important;
    font-family:Arial,Helvetica,sans-serif!important;
    cursor:pointer!important;
  }
  .ct-mobile-bottom-nav i{font-size:17px!important;margin:0!important;color:#fff!important;line-height:1!important;}
  .ct-mobile-bottom-nav .ct-mobile-cart{
    width:58px!important;
    height:58px!important;
    margin:-18px auto 0!important;
    border-radius:19px!important;
    background:#ef001f!important;
    box-shadow:0 12px 26px rgba(239,0,31,.40)!important;
  }
  .ct-mobile-bottom-nav .ct-mobile-cart i{font-size:19px!important;}
  .ct-mobile-cart-count{
    position:absolute!important;
    top:7px!important;
    right:10px!important;
    min-width:17px!important;
    height:17px!important;
    padding:0 5px!important;
    border-radius:999px!important;
    background:#fff!important;
    color:#111!important;
    font-size:9px!important;
    font-weight:1000!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
  }
  .ct-mobile-bottom-nav .ct-mobile-whatsapp i{color:#25d366!important;}
}

/* =========================================================
   CELLTECH MODO PRO - HEADER FIJO + MOBILE APP NAV
   Solo visual. No toca PHP, carrito, login ni compras.
   ========================================================= */
:root{--ct-header-h:120px;--ct-bottom-nav-h:78px;}
body.ct-has-fixed-header{padding-top:var(--ct-header-h)!important;}
.ct-header.is-sticky{
  position:fixed!important;
  top:0!important;left:0!important;right:0!important;width:100%!important;
  z-index:100000!important;
  transform:translateZ(0);
  box-shadow:0 12px 28px rgba(0,0,0,.22)!important;
}
.ct-header .ct-nav{z-index:100001!important;}
.ct-header .ct-category-menu{z-index:100002!important;}

@media(max-width:768px){
  :root{--ct-header-h:116px;--ct-bottom-nav-h:84px;}
  html,body{overflow-x:hidden!important;}
  body.ct-has-fixed-header{padding-top:var(--ct-header-h)!important;padding-bottom:var(--ct-bottom-nav-h)!important;}

  /* Header tipo app: limpio, compacto y fijo */
  .ct-header.is-sticky{background:#101013!important;border-bottom:1px solid rgba(255,255,255,.08)!important;}
  .ct-header .ct-topbar{display:none!important;}
  .ct-header .ct-mainbar{
    display:grid!important;
    grid-template-columns:auto 1fr auto auto!important;
    grid-template-areas:'logo spacer account cart' 'search search search search'!important;
    align-items:center!important;
    gap:8px!important;
    padding:8px 12px 10px!important;
    min-height:0!important;
  }
  .ct-header .ct-logo{grid-area:logo!important;justify-content:flex-start!important;gap:0!important;min-width:0!important;}
  .ct-header .ct-logo img{width:58px!important;max-width:58px!important;height:42px!important;object-fit:contain!important;}
  .ct-header .ct-logo>div{display:none!important;}
  .ct-header .ct-search{grid-area:search!important;height:42px!important;border-radius:16px!important;box-shadow:none!important;background:#fff!important;margin:0!important;}
  .ct-header .ct-search input{font-size:13px!important;padding:0 13px!important;}
  .ct-header .ct-search button{width:48px!important;min-width:48px!important;border-radius:0 16px 16px 0!important;}
  .ct-header .ct-actions{display:contents!important;}
  .ct-header .ct-action{
    width:42px!important;height:42px!important;min-width:42px!important;min-height:42px!important;
    padding:0!important;border-radius:15px!important;background:#1b1b20!important;
    border:1px solid rgba(255,255,255,.10)!important;display:flex!important;align-items:center!important;justify-content:center!important;
  }
  .ct-header .ct-action:first-child{grid-area:account!important;}
  .ct-header .ct-action.ct-cart{grid-area:cart!important;}
  .ct-header .ct-action i{font-size:18px!important;margin:0!important;}
  .ct-header .ct-action span:not(.ct-cart-badge){display:none!important;}
  .ct-header .ct-cart-badge{top:-6px!important;right:-6px!important;min-width:18px!important;height:18px!important;font-size:10px!important;border:2px solid #101013!important;}
  .ct-header .ct-nav{display:none!important;}

  /* Index: contenido compacto */
  #header-carousel,.carousel,.carousel-inner{border-radius:18px!important;}
  #header-carousel .carousel-item{height:180px!important;min-height:180px!important;}
  #header-carousel .carousel-caption{padding:12px!important;}
  #header-carousel h1{font-size:clamp(20px,6vw,28px)!important;line-height:1.05!important;margin-bottom:6px!important;}
  #header-carousel p{font-size:12px!important;line-height:1.25!important;margin:0!important;padding-left:6px!important;padding-right:6px!important;max-height:36px!important;overflow:hidden!important;}
  #header-carousel .btn{padding:6px 13px!important;font-size:12px!important;margin-top:8px!important;}
  .container-fluid.mb-20{margin-bottom:10px!important;}
  body>br{display:none!important;}

  /* Cards de productos en index: 2 columnas pro */
  .container-fluid .row.px-xl-5{padding-left:8px!important;padding-right:8px!important;margin-left:-5px!important;margin-right:-5px!important;}
  .container-fluid .row.px-xl-5>[class*='col-']{padding-left:5px!important;padding-right:5px!important;padding-bottom:10px!important;}
  .container-fluid .row.px-xl-5>.col-lg-3.col-md-5.col-sm-5,
  .container-fluid .row.px-xl-5>.col-lg-3.col-md-4.col-sm-6{flex:0 0 50%!important;max-width:50%!important;}
  .product-item{border-radius:16px!important;margin-bottom:0!important;box-shadow:0 8px 18px rgba(0,0,0,.08)!important;}
  .product-item .product-img{height:132px!important;background:#fff!important;display:flex!important;align-items:center!important;justify-content:center!important;}
  .product-item .product-img img{height:100%!important;width:100%!important;object-fit:contain!important;padding:8px!important;}
  .product-item .text-center{padding:9px 7px 10px!important;}
  .product-item a.h6,.product-item .h6{font-size:12.5px!important;line-height:1.22!important;min-height:31px!important;margin:0!important;white-space:normal!important;display:-webkit-box!important;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden!important;}
  .product-item h5{font-size:15px!important;margin:0!important;font-weight:900!important;}
  .product-item h6{font-size:11px!important;margin:0!important;}
  .product-action{opacity:1!important;background:transparent!important;align-items:flex-end!important;justify-content:flex-end!important;padding:8px!important;pointer-events:none!important;}
  .product-action a.btn{opacity:1!important;margin:0!important;width:34px!important;height:34px!important;min-width:34px!important;border-radius:12px!important;background:#ef001f!important;color:#fff!important;border-color:#ef001f!important;pointer-events:auto!important;}

  /* Categorías del index: no enormes */
  #categoryContainer{padding-left:8px!important;padding-right:8px!important;margin-left:-5px!important;margin-right:-5px!important;}
  #categoryContainer>[class*='col-']{flex:0 0 50%!important;max-width:50%!important;padding-left:5px!important;padding-right:5px!important;}
  .cat-item{height:74px!important;border-radius:15px!important;margin-bottom:10px!important;}
  .cat-item .overflow-hidden{width:68px!important;height:64px!important;min-width:68px!important;}
  .cat-item img{width:100%!important;height:100%!important;object-fit:contain!important;padding:6px!important;}
  .cat-item h6{font-size:12.5px!important;line-height:1.2!important;margin:0!important;}

  /* Bottom nav estilo app */
  .ct-mobile-bottom-nav{
    left:10px!important;right:10px!important;bottom:10px!important;height:62px!important;
    border-radius:22px!important;background:rgba(12,12,15,.96)!important;backdrop-filter:blur(12px)!important;
    box-shadow:0 18px 38px rgba(0,0,0,.42)!important;z-index:100003!important;
  }
  .ct-mobile-bottom-nav a,.ct-mobile-bottom-nav button{font-size:10px!important;color:#f4f4f5!important;}
  .ct-mobile-bottom-nav i{font-size:16px!important;}
  .ct-mobile-bottom-nav .is-active{color:#fff!important;}
  .ct-mobile-bottom-nav .is-active i{color:#ef001f!important;}
  .ct-mobile-bottom-nav .ct-mobile-cart{width:58px!important;height:58px!important;margin:-18px auto 0!important;background:linear-gradient(135deg,#ff0033,#c40017)!important;border-radius:20px!important;}
  .ct-mobile-bottom-nav .ct-mobile-cart i{color:#fff!important;}
}

@media(max-width:380px){
  :root{--ct-header-h:110px;}
  .ct-header .ct-mainbar{padding:7px 9px 9px!important;gap:7px!important;}
  .ct-header .ct-logo img{width:50px!important;height:38px!important;}
  .ct-header .ct-action{width:39px!important;height:39px!important;min-width:39px!important;min-height:39px!important;}
  .ct-header .ct-search{height:39px!important;}
  #header-carousel .carousel-item{height:165px!important;min-height:165px!important;}
  .product-item .product-img{height:120px!important;}
}


/* =========================================================
   CELLTECH FIX FINAL - HEADER MÓVIL PRO + FUNCIONES VISIBLES
   Mantiene funciones: búsqueda, cuenta, carrito, categorías y enlaces.
   ========================================================= */
@media (max-width: 768px){
  body.ct-has-fixed-header{padding-top:var(--ct-header-h)!important;}

  .ct-header.is-sticky{
    position:fixed!important;
    top:0!important;left:0!important;right:0!important;width:100%!important;
    z-index:100000!important;
    background:#101013!important;
  }

  /* Primera fila: logo + nombre del local al frente, cuenta y carrito a la derecha */
  .ct-header .ct-mainbar{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) auto!important;
    grid-template-areas:
      "brand actions"
      "search search"!important;
    gap:10px 10px!important;
    align-items:center!important;
    padding:8px 12px 10px!important;
  }

  .ct-header .ct-logo{
    grid-area:brand!important;
    justify-content:flex-start!important;
    align-items:center!important;
    gap:9px!important;
    min-width:0!important;
    overflow:hidden!important;
  }

  .ct-header .ct-logo img{
    width:54px!important;
    height:48px!important;
    max-width:none!important;
    object-fit:contain!important;
    flex:0 0 auto!important;
  }

  .ct-header .ct-logo > div{
    display:block!important;
    min-width:0!important;
  }

  .ct-header .ct-logo-title{
    display:block!important;
    color:#fff!important;
    font-size:13.5px!important;
    line-height:.95!important;
    font-weight:1000!important;
    letter-spacing:.2px!important;
    white-space:nowrap!important;
  }

  .ct-header .ct-logo-title span{
    display:block!important;
    color:#ef001f!important;
    font-size:16px!important;
    line-height:1!important;
  }

  .ct-header .ct-logo-sub{
    display:block!important;
    color:#cfcfd4!important;
    font-size:10.5px!important;
    line-height:1.05!important;
    margin-top:2px!important;
    white-space:nowrap!important;
  }

  .ct-header .ct-actions{
    grid-area:actions!important;
    display:flex!important;
    justify-content:flex-end!important;
    align-items:center!important;
    gap:8px!important;
    width:auto!important;
  }

  .ct-header .ct-action{
    width:48px!important;
    height:48px!important;
    min-width:48px!important;
    min-height:48px!important;
    padding:0!important;
    border-radius:16px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    background:#1a1a20!important;
    border:1px solid rgba(255,255,255,.12)!important;
    box-shadow:0 8px 18px rgba(0,0,0,.22)!important;
  }

  .ct-header .ct-action i{font-size:22px!important;color:#fff!important;margin:0!important;}
  .ct-header .ct-action > span:not(.ct-cart-badge){display:none!important;}
  .ct-header .ct-cart-badge{
    display:flex!important;
    top:-6px!important;
    right:-5px!important;
    min-width:18px!important;
    height:18px!important;
    font-size:10px!important;
    border:2px solid #101013!important;
    background:#ef001f!important;
    color:#fff!important;
  }

  .ct-header .ct-search{
    grid-area:search!important;
    height:43px!important;
    border-radius:999px!important;
    margin:0!important;
  }

  .ct-header .ct-search input{
    font-size:13.5px!important;
    padding:0 15px!important;
  }

  .ct-header .ct-search button{
    width:54px!important;
    min-width:54px!important;
    border-radius:0 999px 999px 0!important;
  }

  /* Fila de funciones visible: Categorías, Tienda, Ofertas, Nuestras tiendas y Contacto */
  .ct-header .ct-nav{
    display:grid!important;
    grid-template-columns:auto minmax(0,1fr)!important;
    align-items:stretch!important;
    padding:0!important;
    border-top:1px solid rgba(255,255,255,.08)!important;
    border-bottom:2px solid #ef001f!important;
    background:#141417!important;
    overflow:visible!important;
  }

  .ct-header .ct-categories{
    min-width:124px!important;
    flex:unset!important;
    min-height:44px!important;
    height:44px!important;
    padding:0 10px!important;
    font-size:11.2px!important;
    gap:6px!important;
    white-space:nowrap!important;
  }

  .ct-header .ct-categories span{gap:6px!important;}
  .ct-header .ct-categories span i{font-size:12px!important;}
  .ct-header .ct-categories > i{font-size:14px!important;}

  .ct-header .ct-menu{
    display:flex!important;
    align-items:center!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    -webkit-overflow-scrolling:touch!important;
    scrollbar-width:none!important;
    min-width:0!important;
    background:#151518!important;
  }
  .ct-header .ct-menu::-webkit-scrollbar{display:none!important;}

  .ct-header .ct-menu a{
    min-height:44px!important;
    height:44px!important;
    padding:0 13px!important;
    font-size:11.5px!important;
    font-weight:900!important;
    color:#fff!important;
    flex:0 0 auto!important;
    white-space:nowrap!important;
  }

  .ct-header .ct-hot{
    font-size:8px!important;
    padding:1px 4px!important;
    margin-left:4px!important;
  }

  .ct-header .ct-category-menu{
    position:absolute!important;
    left:8px!important;
    right:8px!important;
    top:calc(100% + 7px)!important;
    width:auto!important;
    min-width:0!important;
    z-index:100005!important;
    border-radius:16px!important;
  }

  .ct-side-cart{z-index:100006!important;}
  .ct-side-cart-backdrop{z-index:100005!important;}
  .ct-mobile-bottom-nav{z-index:99999!important;}
}

@media (max-width: 390px){
  .ct-header .ct-mainbar{padding:7px 9px 9px!important;gap:8px!important;}
  .ct-header .ct-logo img{width:48px!important;height:43px!important;}
  .ct-header .ct-logo{gap:7px!important;}
  .ct-header .ct-logo-title{font-size:12px!important;}
  .ct-header .ct-logo-title span{font-size:14px!important;}
  .ct-header .ct-logo-sub{font-size:9.5px!important;}
  .ct-header .ct-action{width:44px!important;height:44px!important;min-width:44px!important;min-height:44px!important;border-radius:15px!important;}
  .ct-header .ct-action i{font-size:20px!important;}
  .ct-header .ct-categories{min-width:116px!important;font-size:10.5px!important;}
  .ct-header .ct-menu a{padding:0 11px!important;font-size:11px!important;}
}

/* ===== FIX PRO MODAL CARRITO: PC + CELULAR ===== */
#ctSideCartBackdrop.ct-side-cart-backdrop{
  z-index:2147483400!important;
  background:rgba(0,0,0,.58)!important;
}
#ctSideCart.ct-side-cart{
  position:fixed!important;
  top:0!important;
  right:0!important;
  width:min(430px,92vw)!important;
  height:100vh!important;
  height:100dvh!important;
  max-height:100dvh!important;
  z-index:2147483500!important;
  display:flex!important;
  flex-direction:column!important;
  overflow:hidden!important;
  border-radius:24px 0 0 24px!important;
  background:#fff!important;
}
#ctSideCart .ct-side-cart-head,
#ctSideCart .ct-side-cart-foot{flex:0 0 auto!important;}
#ctSideCart .ct-side-cart-items{
  flex:1 1 auto!important;
  min-height:0!important;
  overflow-y:auto!important;
  overflow-x:hidden!important;
}
#ctSideCart .ct-side-cart-foot{
  padding-bottom:calc(16px + env(safe-area-inset-bottom))!important;
  box-shadow:0 -10px 28px rgba(0,0,0,.06)!important;
}
@media(max-width:600px){
  #ctSideCart.ct-side-cart{
    left:0!important;
    width:100vw!important;
    max-width:100vw!important;
    border-radius:0!important;
  }
  #ctSideCart .ct-side-cart-head{padding:14px 16px!important;}
  #ctSideCart .ct-side-cart-items{padding:10px!important;}
  #ctSideCart .ct-side-item{grid-template-columns:58px 1fr!important;gap:10px!important;padding:10px!important;border-radius:14px!important;}
  #ctSideCart .ct-side-item img{width:58px!important;height:58px!important;}
  #ctSideCart .ct-side-info strong{font-size:13px!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;}
  #ctSideCart .ct-side-cart-total strong{font-size:24px!important;}
  #ctSideCart .ct-side-checkout{height:48px!important;}
}
