.count-ajax .input-group>.form-control, .input-group>.form-select {
    flex: none;
    width: 50px;
    line-height: 18px;
    height: auto;
    border: 1px solid #ced4da;
}
.footer-button li{
    display: inline-block;
}
.pointer{
    cursor:pointer;
}
.footer-button .cls-btn{
    display: inline-block;
    color: #000000;
    font-size: 14px;
    font-weight: 600; 
    height: 39px;
    line-height: 39px;
    border: 1px solid #000;
    border-radius: 30px;
    text-transform: uppercase;
    padding: 0 25px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    font-family: var(--title-font);
}
.footer-button  .theme-btn {
    display: inline-block;
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    height: 39px;
    line-height: 39px;
    border: 1px solid #000;
    border-radius: 30px;
    text-transform: uppercase;
    padding: 0 23px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    font-family: var(--title-font);
}
.footer-button .theme-btn:hover,
.footer-button .cls-btn:hover {
    color: #fff;
    background: #000;
}
.cart-sidebar .cart-footer {
    background: #F0F0F0;
    padding: 13px 20px 20px;
    margin-top: 10px;
}

.cart-ajax-product  .cart-product-column .card-product-thumb-info .close-cart-product {
    display: inline-block;
    position: absolute;
    top: 5px;
    right: 3px;
    width: 28px;
    height: 30px;
    border: 1px solid #E7E7E7;
    border-radius: 50%;
    text-align: center;
    line-height: 21px;
}

.empty .promo {
    margin-top: 40px;
    background-color: #F8EBE4;
    padding: 20px 41px 20px 20px;
    color: #3E3E3E;
    font-size: 22px;
    width: 100% !important;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.ms-count.mycart .input-group.input-group-sm>input{
    font-size: 16px;
    padding: 10px 5px;
        border: 1px solid #ced4da;
}
.ms-count.mycart  .input-group>.form-control, .input-group>.form-select{
    flex: none;
    width: 52px;
    height: 38px;
    padding-left: 8px !important;
}
.align-items-center {
    align-items: center;
}
.my_cart_img{
    padding: 2px;
    border: 1px solid #ced4da;
}
.mb-30{margin-bottom: 30px;}
.mr-30{margin-right: 30px;}
.mt-30{margin-top: 30px;}

.ov {
    -webkit-text-stroke-color: #000!important;
}
.breadcrumb-wrapper .breadcrumb{
    justify-content: center;
}
  .checkbox-wrapper-16 *,
  .checkbox-wrapper-16 *:after,
  .checkbox-wrapper-16 *:before {
    box-sizing: border-box;
  }
  .checkbox-wrapper-16 {
    display: inline-block;
    margin-right: 10px;
  }
  
  .checkbox-wrapper-16 .checkbox-input {
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(100%);
            clip-path: inset(100%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
  }
  .checkbox-wrapper-16 .checkbox-input:checked + .checkbox-tile {
    border-color: #2260ff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    color: #2260ff;
  }
  .checkbox-wrapper-16 .checkbox-input:checked + .checkbox-tile:before {
    transform: scale(1);
    opacity: 1;
    background-color: #2260ff;
    border-color: #2260ff;
  }
  .checkbox-wrapper-16 .checkbox-input:checked + .checkbox-tile .checkbox-icon,
  .checkbox-wrapper-16 .checkbox-input:checked + .checkbox-tile .checkbox-label {
    color: #2260ff;
  }
  .checkbox-wrapper-16 .checkbox-input:focus + .checkbox-tile {
    border-color: #2260ff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), 0 0 0 4px #b5c9fc;
  }
  .checkbox-wrapper-16 .checkbox-input:focus + .checkbox-tile:before {
    transform: scale(1);
    opacity: 1;
  }

  .checkbox-wrapper-16 .checkbox-tile {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 4rem;
    min-height: 4rem;
    border-radius: 0.5rem;
    border: 2px solid #000;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    transition: 0.15s ease;
    cursor: pointer;
    position: relative;
  }
  .checkbox-wrapper-16 .checkbox-tile:before {
    content: "";
    position: absolute;
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    border: 2px solid #000;
    background-color: #fff;
    border-radius: 50%;
    top: 0.25rem;
    left: 0.25rem;
    opacity: 0;
    transform: scale(0);
    transition: 0.25s ease;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='192' height='192' fill='%23FFFFFF' viewBox='0 0 256 256'%3E%3Crect width='256' height='256' fill='none'%3E%3C/rect%3E%3Cpolyline points='216 72.005 104 184 48 128.005' fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='32'%3E%3C/polyline%3E%3C/svg%3E");
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  .checkbox-wrapper-16 .checkbox-tile:hover {
    border-color: #2260ff;
  }
  .checkbox-wrapper-16 .checkbox-tile:hover:before {
    transform: scale(1);
    opacity: 1;
  }

  .checkbox-wrapper-16 .checkbox-icon {
    transition: 0.375s ease;
    color: #494949;
  }
  .checkbox-wrapper-16 .checkbox-icon svg {
    width: 3rem;
    height: 3rem;
  }

  .checkbox-wrapper-16 .checkbox-label {
    color: #707070;
    transition: 0.375s ease;
    text-align: center;
  }
.shop-single-section .shop-product-single-info > h3 {
    color: #000000;
    font-size: 38px;
    line-height: 50px;
    font-weight: 700;
    margin-bottom: 3px;
    max-width: 100%;
}
