.cart-sidebar-head {
    border-bottom: 1px solid #ddd;
    padding: 30px 0;
    position: relative;
    z-index: 3;
    height: 80px;
    background-color: inherit;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
}

.cart-sidebar-head .shop-cart-count {
    background-color: var(--color06);
    margin-left: 10px;
}

.cart-sidebar-title {
    margin: 0;
    display: inline-block;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 13px;
    white-space: nowrap;
}

#close-cart-sidebar-btn {
    border: 0;
    background: none;
    position: absolute;
    right: 0;
    top: 50%;
    width: 30px;
    height: 30px;
    font-weight: 700;
    -webkit-transform: translatey(-50%) rotate(0deg);
    transform: translatey(-50%) rotate(0deg);
    color:#333333
}

.cart-sidebar-content {
    overflow-y: auto;
    overflow-x: hidden;
    height: -webkit-calc( 100% - 210px);
    height: calc( 100% - 210px);
}

/* .shop-cart-sidebar .cart-sidebar-head .boxShopTotal .footer-cart-contents .count */

.shop-cart-sidebar .cart-sidebar-head .boxShopTotal .footer-cart-contents {
    margin: 0;
    display: inline-block;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 13px;
    white-space: nowrap;
    padding-top: 15px;
    text-align: left;
    
    font: normal normal 300 27px/78px Poppins;
    letter-spacing: 0.27px;
    color: #F7962A;
    text-transform: capitalize;


}

.shop-cart-sidebar .product_list_widget li > a {
    display: block;
    text-align: left;
    font: normal normal normal 16px/20px Roboto;
    letter-spacing: 0px;
    color: #222222;


}
.product_list_widget li .quantity{
    line-height: 26px;
    text-align: left;
    font: normal normal medium 20px/24px Roboto;
    letter-spacing: -0px;
    color: #2C2C2C;
    opacity: 1;

  }

.shop-cart-sidebar .cart-sidebar-head .boxShopTotal .footer-cart-contents .count{
    background-color: var(--color06);
    padding: 0 5px;
    height: 18px;
    color: var(--color01);
    font-size: 12px;
    font-weight: 700;
    border-radius: 33px;
    min-width: 18px;
    pointer-events: none;
    white-space: nowrap;
    position: relative;
    top: -7px;
}


.shop-cart-count, 
.wishlist-item-count
{
    padding: 0 5px;
    height: 20px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    border-radius: 33px;
    width: 20px;
    pointer-events: none;
    white-space: nowrap;
}
/*-------*/
.cart-sidebar-content .woocommerce-mini-cart__buttons {
    margin-bottom: 0;
    position: absolute;
    bottom: 30px;
    right: 30px;
    left: 30px;
}


.cart-sidebar-content .woocommerce-mini-cart__buttons a:not(.checkout) {
    background-color: #fff;
    height: 40px;
}
.cart-sidebar-content .woocommerce-mini-cart__buttons a:not(.checkout), .product-loop-meta .button, .multi-step-checkout-button[data-action="back"], .review-information-link, a {
    color: #2b2b2b;
}

/**/
.cart-sidebar-head {
    border-bottom: 1px solid #ddd;
    padding: 30px 0;
    position: relative;
    z-index: 3;
    height: 80px;
    background-color: inherit;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
}
.cart-sidebar-title {
    margin: 0;
    display: inline-block;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 13px;
    white-space: nowrap;
}
.cart-sidebar-head .shop-cart-count {
    margin-left: 10px;
}


/*productos*/

.cart-sidebar-content {
    overflow-y: auto;
    overflow-x: hidden;
    height: -webkit-calc( 100% - 210px);
    height: calc( 100% - 210px);
}

#shop-cart-sidebar ul {
    margin: 0;
}

.woocommerce-mini-cart {
    padding-left: 0;
}

.product_list_widget .mini_cart_item:last-of-type {
    border-bottom: 0;
}

.product_list_widget li {
    position: relative;
    padding: 10px 15px 10px 90px;
    border-bottom: 1px solid #f7f7f7;
    line-height: 26px;
    min-height: 80px;
}

.cart-sidebar-content .mini_cart_item img {
    max-width: 75px;
    max-height: 75px;
    object-fit: cover;
}

.product_list_widget.woocommerce-mini-cart img {
    top: 10px;
}
.product_list_widget img {
    max-width: 60px;
    max-height: 60px;
    position: absolute;
    left: 0;
}

.mini-cart-product-infor {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 10px;
}

/* seccion total */
.cart-sidebar-content .woocommerce-mini-cart__total {
    position: absolute;
    margin-bottom: 0;
    bottom: 160px;
    background-color: #fff;
    height: 40px;
    border-top: 1px solid #ddd;
    left: 30px;
    right: 30px;
    align-items: flex-end;

    text-transform: uppercase;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
}

.cart-sidebar-content .woocommerce-mini-cart__total strong{
    font: normal normal bold 19px/52px Roboto;
    letter-spacing: 0px;
    color: #212121;
    opacity: 1;
}

.cart-sidebar-content .woocommerce-mini-cart__total .amount {
    font-weight: 700;
    font: normal normal bold 26px/51px Roboto;
    letter-spacing: 0px;
    color: #F7962A;
    opacity: 1;

}

/* Sección de botones */
.cart-sidebar-content .woocommerce-mini-cart__buttons {
    margin-bottom: 0;
    position: absolute;
    bottom: 30px;
    right: 30px;
    left: 30px;

    visibility: visible;
    pointer-events: auto;
}

.cart-sidebar-content .woocommerce-mini-cart__buttons a:not(.checkout) {
    background-color: #fff;
    height: 40px;
    color: #2b2b2b;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: auto;
    border-left: 0;
}

.cart-sidebar-content .woocommerce-mini-cart__buttons a.checkout {
    height: 50px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: auto;
    border-left: 0;
    padding: 0 !important;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    background: #F7962A 0% 0% no-repeat padding-box;
    border-radius: 4px;
    opacity: 1;
    margin-top: 20px;
}

.cart-sidebar-content .woocommerce-mini-cart__buttons a:not(.checkout){
    height: 50px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: auto;
    border-left: 0;
    padding: 0 !important;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    opacity: 1;

    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 2px solid #EBEBEB;
    border-radius: 4px;
    opacity: 1;

}

/*Open cart*/

.fix-page{
    transform: translateX(0);
    position: relative;
    /*overflow-x: hidden;*/
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    height: auto;
    overflow: hidden;
}

.fix-page-open{
    transform: translateX(-400px);
    position: relative;
    overflow-x: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.woostify-overlay {
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    z-index: 199;
    background: rgba(0, 0, 0, 0.5);
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
}
.woostify-overlay-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.shop-cart-sidebar {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 200;
    width: 400px;
    padding: 0 30px 30px;
    background: #fff;
    visibility: hidden;
    pointer-events: none;
    will-change: transform;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.shop-cart-sidebar-open{
    visibility: visible;
    pointer-events: auto;
    -webkit-transform: translateX(0);
    transform: translateX(0);

}



/*media*/
@media (max-width: 1400px) {

}

@media (max-width: 1400px) {
  
}

@media(max-width: 1200px) {

}

@media(max-width: 991px) {

}

@media(max-width: 900px) {

}


@media(max-width: 800px) {
    
}

@media (max-width: 768px) {

}

@media (max-width: 576px) {

}


@media (max-width: 500px) {

}


@media (max-width: 480px) {

}

@media (max-width: 400px) {
    
} 
