/*
Theme Name: Caliber Handbags
Author: Parvez  Khan
Author URI: https://www.amgktech.com
Version: 1.0
 */
.caliberFornt {
	font-family: 'dashicons'!important;
}
.tt-logo img {
    max-height: 80px;
}
.contact-form p {
    margin: 0;
    padding: 0;
}

.form-inline {
    justify-content: center;
}

.tt-portfolio-masonry .tt-grid-col-4 .element-item {
    border: 1px solid #000000;
}

.tt-title-subpages:not(.text-left):not(.text-right) {
    text-transform: uppercase;
}

.data-info h1,
.data-info h2,
.data-info h3,
.data-info h4,
.data-info h5,
.data-info h6 {
    margin-top: 10px!important;
    padding: 0!important;
    padding-bottom: 0 !important;
    font-weight: 400!important;
    line-height: 1.3!important;
    letter-spacing: normal!important;
    text-transform: none!important;
}

.data-info h1 { font-size: 32px!important; }
.data-info h2 { font-size: 24px!important; }
.data-info h3 { font-size: 20px!important; }
.data-info h4 { font-size: 18px!important; }
.data-info h5 { font-size: 16px!important; }
.data-info h6 { font-size: 14px!important; }

@media (max-width: 991px) {
    .data-info h1 { font-size: 28px!important; }
    .data-info h2 { font-size: 22px!important; }
    .data-info h3 { font-size: 19px!important; }
    .data-info h4 { font-size: 17px!important; }
    .data-info h5 { font-size: 15px!important; }
    .data-info h6 { font-size: 14px!important; }
}

@media (max-width: 575px) {
    .data-info h1 { font-size: 24px!important; }
    .data-info h2 { font-size: 20px!important; }
    .data-info h3 { font-size: 18px!important; }
    .data-info h4 { font-size: 16px!important; }
    .data-info h5 { font-size: 14px!important; }
    .data-info h6 { font-size: 13px!important; }
}

.tt-promo-box.tt-one-child .tt-description .tt-description-wrapper > *:not(.tt-background) {
    text-transform: uppercase;
}

.old-price {
    position: relative;
    color: #2879fe;
}

.tt-product-single-info .tt-price .old-price, .tt-product-single-info .tt-price .old-price .money {
    color: #2879fe;
    text-decoration: line-through;
    color: #2879fe;
    text-decoration: line-through;
    font-size: 16px;
    margin-right: 8px;
    opacity: 0.7;
}
.old-price::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 46%;
    height: 2px;
    background: #f8353e;
}


.custom-mobile-slider {
  position: relative;
  overflow: hidden;
}

.custom-mobile-slider .slide {
  display: none;
  text-align: center;
}

.custom-mobile-slider .slide img {
  width: 100%;
  height: auto;
}

.custom-mobile-slider .slide.active {
  display: block;
}

/* dots */
.slider-dots {
  text-align: center;
  margin-top: 10px;
}

.slider-dots span {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #ccc;
  margin: 0 4px;
  border-radius: 50%;
  cursor: pointer;
}

.slider-dots span.active {
  background: #000;
}


.single-product .tt-options-swatch.options-large li a.options-color {
    width: 80px;
    height: 80px;
}

.tt-desctop-menu .dropdown {
    text-transform: uppercase;
}

/* =========================
   CATEGORY CIRCLE SLIDER
========================= */

.cat-circle-slider {
  overflow: hidden;
  position: relative;
}

.cat-circle-track {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding-bottom: 10px;
  justify-content: center;
  margin: 40px 0;
}

/* hide scrollbar */
.cat-circle-track::-webkit-scrollbar {
  display: none;
}

.cat-circle-item {
  flex: 0 0 auto;
  text-align: center;
  width: 110px;
  text-decoration: none;
}

.cat-circle-image {
  width: 90px;
  height: 90px;
  margin: 0 auto 8px;
  border-radius: 50%;
  overflow: hidden;
  background: #f4f4f4;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cat-circle-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cat-circle-placeholder {
  background: #000;
  color: #fff;
  font-size: 14px;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  letter-spacing: 2px;
}

.cat-circle-name {
  font-size: 14px;
  color: #333;
  display: block;
}

/* Hover */
.cat-circle-item:hover .cat-circle-image {
  transform: scale(1.05);
  transition: 0.3s;
}

/* Desktop: show only 9 items */
@media (min-width: 992px) {
  .cat-circle-track {
    overflow-x: hidden;
  }

  .cat-circle-item:nth-child(n+10) {
    display: none;
  }
}

/* Tablet */
@media (max-width: 991px) {
  .cat-circle-item {
    width: 95px;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .cat-circle-item {
    width: 80px;
  }

  .cat-circle-image {
    width: 70px;
    height: 70px;
  }

  .cat-circle-name {
    font-size: 12px;
  }
}

.tt-mobile-header .tt-logo-container .tt-logo img {
    max-height: 70px;
    margin-top: 30px;
}

.wp-block-woocommerce-cart {
    container-type: initial!important;
}


/* =========================
   GLOBAL CART LAYOUT
========================= */

.wc-block-cart {
    padding: 40px 20px;
    background: #f9fafc;
}

.wc-block-components-sidebar-layout {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

/* =========================
   CART TABLE SECTION
========================= */

.wc-block-cart__main {
    flex: 2;
    background: #ffffff;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.wc-block-cart-items {
    border-collapse: separate;
    border-spacing: 0 20px;
}

.wc-block-cart-items__row {
    background: #ffffff;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.wc-block-cart-items__row:hover {
    box-shadow: 0 8px 20px rgba(0,0,0,0.06);
    transform: translateY(-2px);
}

/* Product Image */
.wc-block-cart-item__image img {
    border-radius: 12px;
    width: 90px;
    transition: 0.3s;
}

.wc-block-cart-item__image img:hover {
    transform: scale(1.05);
}

/* Product Name */
.wc-block-components-product-name {
    font-size: 18px;
    font-weight: 600;
    color: #222;
    text-decoration: none;
}

.wc-block-components-product-name:hover {
    color: #c59d5f;
}

/* Price */
.wc-block-components-product-price__value {
    font-size: 16px;
    font-weight: 600;
    color: #444;
}

/* Description */
.wc-block-components-product-metadata__description {
    font-size: 14px;
    color: #777;
    margin-top: 6px;
}

/* =========================
   QUANTITY STYLING
========================= */

.wc-block-components-quantity-selector {
    margin-top: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.wc-block-components-quantity-selector__input {
    width: 60px;
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 8px;
    text-align: center;
    font-weight: 600;
}

.wc-block-components-quantity-selector__button {
    background: #f3f4f6;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    font-size: 18px;
    cursor: pointer;
    transition: 0.3s;
}

.wc-block-components-quantity-selector__button:hover {
    background: #c59d5f;
    color: #fff;
}

/* Remove Button */
.wc-block-cart-item__remove-link {
    margin-top: 10px;
    background: none;
    border: none;
    color: #d11a2a;
    font-size: 14px;
    cursor: pointer;
    transition: 0.3s;
}

.wc-block-cart-item__remove-link:hover {
    text-decoration: underline;
}

/* =========================
   SIDEBAR TOTALS
========================= */

.wc-block-cart__sidebar {
    flex: 1;
    background: #ffffff;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    position: sticky;
    top: 40px;
}

/* Cart Totals Heading */
.wc-block-cart__totals-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
}

/* Coupon Section */
.wc-block-components-totals-coupon__input input {
    border-radius: 8px;
    border: 1px solid #ddd;
    padding: 10px;
}

.wc-block-components-totals-coupon__button {
    background: #222;
    color: #fff;
    border-radius: 8px;
    padding: 10px 20px;
    transition: 0.3s;
}

.wc-block-components-totals-coupon__button:hover {
    background: #c59d5f;
}

/* Totals Items */
.wc-block-components-totals-item {
    padding: 12px 0;
    font-size: 15px;
}

.wc-block-components-totals-footer-item {
    border-top: 1px solid #eee;
    margin-top: 15px;
    padding-top: 15px;
}

.wc-block-components-totals-footer-item-tax-value {
    font-size: 20px;
    font-weight: 700;
    color: #000;
}

/* =========================
   CHECKOUT BUTTON
========================= */

.wc-block-cart__submit-button {
    width: 100%;
    padding: 16px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 12px;
    background: linear-gradient(135deg, #c59d5f, #b8863b);
    color: #fff;
    transition: all 0.3s ease;
}

.wc-block-cart__submit-button:hover {
    background: linear-gradient(135deg, #b8863b, #a3752f);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(197,157,95,0.4);
}

/* =========================
   RESPONSIVE DESIGN
========================= */

@media (max-width: 992px) {
    .wc-block-components-sidebar-layout {
        flex-direction: column;
    }

    .wc-block-cart__sidebar {
        position: relative;
        top: 0;
    }
}

@media (max-width: 600px) {
    .wc-block-cart__main,
    .wc-block-cart__sidebar {
        padding: 20px;
    }

    .wc-block-components-product-name {
        font-size: 16px;
    }
}

.wp-block-woocommerce-checkout {
    container-type: inherit!important;
}


.tt-trust-bar{
background:#f4f4f4;
padding:25px;
border-radius:6px;
text-align:center;
}

/* Title */

.tt-trust-title{
display:flex;
align-items:center;
justify-content:center;
gap:15px;
margin-bottom:20px;
}

.tt-trust-title p{
font-size:18px;
font-weight:600;
margin:0;
}

.tt-line{
flex:1;
height:1px;
background:#ccc;
max-width:200px;
}

/* Icons */

.tt-trust-icons{
display:flex;
justify-content:center;
flex-wrap:wrap;
gap:15px;
margin-bottom:20px;
}

.tt-trust-icons img{
height:40px!important;
background:#fff!important;
padding:8px 15px!important;
border-radius:6px!important;
border:1px solid #ddd!important;
}



.tt-trust-badge{
display:flex;
align-items:center;
justify-content:center;
gap:12px;
background:#fff;
border:1px solid #ddd;
padding:15px;
border-radius:6px;
}

.tt-trust-badge img{
height:35px!important;
}

.tt-trust-badge span{
font-weight:600;
font-size:16px;
}

.tt-product-single-info .tt-price .old-price, .tt-product-single-info .tt-price .old-price .money {
    color: black;
}

ins .woocommerce-Price-amount.amount bdi {
    font-size: 12px!important;
}

.tt-price ins .woocommerce-Price-amount.amount bdi::after {
        content: "";
    position: absolute;
    left: 54%;
    right: 0;
    top: 80%;
    height: 2px;
    background: #f8353e;
    width: 18%;
}