.category-all{
    cursor: pointer;
}
.select2>.selection>.select2-selection,
.select2>.selection>.select2-selection>.select2-selection__arrow{
    height: 4.8rem;
    line-height: 1.5;
    padding: 1.25rem 1.5rem;
}
.sidebar-shop .widget-title a{
    float: right !important;
}

/*=============
  RRSS Icons
=============*/
.share-btn-container {
    background: #fff;
    display: flex;
    z-index: 1;
}
.btn-rrss{
    margin-top:2px;
}
.btn-rrss>i{
    color: var(--main-bg-color);
    padding-left: 5px;
}
.share-btn-container a i {
    font-size: 32px;
}
.share-btn-container a {
    transition: 500ms;
}
.share-btn-container a:hover {
    transform: scale(1.2);
}
@media (max-width: 550px) {
    .content {
        padding: 8px 32px;
    }
    .share-btn-container {
        transform: unset;
        top: unset;
        left: 0;
        bottom: 0;
        width: 100%;
        flex-direction: row;
        box-shadow: 4px 0 8px rgba(0, 0, 0, 0.3);
        padding: 16px 0;
        justify-content: center;
    }
    .share-btn-container a {
        margin: 0 5%;
    }
}

@media (max-width: 215px) {
    .share-btn-container a {
        margin: 0 2%;
    }
}
/*==================
  Carrito de Compras
==================*/
.btn-cart-right{
    border: none;
}
.right-sidebar {
    width: 450px;
    height: calc(100vh - 0px);
    position: fixed;
    /* right: -300px; */

    top: 0px;
    background: #fff0;
    z-index: 13 !important;
    -webkit-box-shadow: -2px 2px 5px rgb(0 0 0 / 10%);
    -moz-box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: -2px 2px 5px rgb(0 0 0 / 10%);
    overflow: hidden;

  }
  
  .drawer-content{
    right: -450px;
    -moz-transition: .5s;
    -o-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
  }
  
  .open {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
  }
  
  .right-sidebar>.drawer-content.open {
    right: 0px;
  }

  .cart-content-quantity{
    margin: 0;
    padding: 24px;
    font-size: 2.3rem;
    border-bottom: 1px solid #eee;
  }

  .products-quantity-span{
    border-radius: 50%;
    padding: 2px;
    color: #333;
    font-size: 1.9rem;
    /* font-weight: 800; */
    line-height: .6rem;
  }
  .close-resume{
    font-size: 3.2rem !important;
  }
  .close-resume:focus {
    outline: 0;
}

.drawer{
    z-index: 200;
    position: fixed;
    top: 0px;
    left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0;
}
.drawer-content{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-height: 100%;
    background-color: #fff;
    z-index: 2;
    position: relative;
    -webkit-animation-name: fromRight;
    animation-name: fromRight;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-transition-property: width,opacity;
    -o-transition-property: width,opacity;
    transition-property: width,opacity;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    width: 100%;
    max-width: 450px;
    height: 100%;
}

.drawer-overlay{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0);
    opacity: .6;
    z-index: 1;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 300;
    -o-transition-duration: 300;
    transition-duration: 300;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    background-color: #333;
}

.right-sidebar>.drawer-content>.cart-rigth-products{
    padding: 24px;
}
.cart-rigth-products{
    overflow-y: auto;
}
.product-details{
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}
.cart-product-title{
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: left;
    font-weight: 600;
    line-height: normal;
    color: #333;
    text-transform:capitalize;
}
.cart-product-quantity{
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--main-bg-color) !important;
    min-width: 32px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 16px;
}
.cart-product-price{
    text-align: right;
    font-weight: 700;
    color: var(--main-bg-color) !important;
    margin-bottom: 4px;
}
.btn-cart-minus{
    color: var(--main-bg-color);
    align-items: center;
    background-color: white;
    border: 1px solid var(--main-bg-color);
    padding: 0.7rem;
    line-height: 0;
    cursor: pointer;
    border-radius: 5px !important;
    height: 36px;
    width: 36px;
}
.btn-cart-minus:hover{
    background-color: var(--main-bg-color);
    border-color: var(--main-bg-color);
    color: white;
}
.btn-cart-minus:disabled{
    background-color: #d8d6d6;
}
.btn-cart-next:disabled{
    background-color: #b3b1b1;
    border-color: #8c8585;
}
.btn-cart-plus{
    border-color: var(--main-bg-color);
    background-color: var(--main-bg-color);
    padding: 0.7rem;
    color: #fff;
    box-shadow: none;
    line-height: 0;
    cursor: pointer;
    border-radius: 5px !important;
    height: 36px;
    width: 36px;
}
.btn-cart-plus:hover{
    border-color: #00a3f5;
    background-color: #00a3f5;
    color: #fff;
    box-shadow: none;
}
.cart-btn-delete{
    cursor: pointer;
    font-size: 1.5rem;
    font-weight: 400;
    background-color: rgba(0,0,0,0);
    color: var(--main-bg-color) !important;
    /* padding: 2px 4px; */
    border-radius: 5px;
    -webkit-transition: color .2s ease-out,-webkit-box-shadow .2s ease-out;
    transition: color .2s ease-out,-webkit-box-shadow .2s ease-out;
    -o-transition: color .2s ease-out,box-shadow .2s ease-out;
    transition: color .2s ease-out,box-shadow .2s ease-out;
    transition: color .2s ease-out,box-shadow .2s ease-out,-webkit-box-shadow .2s ease-out;
}
.cart-btn-delete:hover{
    text-decoration: underline !important;
}
/* .btn-square{
    border-radius: 5px !important;
} */
.cart-footer{
    position: fixed;
    bottom: 0px;
    background-color: white;
    width: 450px;
    padding: 16px 24px 24px;
    border-top: 1px solid #eee;
}
.cart-subtotal-txt{
    float:left;
    font-weight: 700;
    font-size: 1.9rem;
    color: #2b2b2d;
}
.cart-subtotal-price{
    float:right;
    color: var(--main-bg-color);
    font-weight: 700;
    font-size: 1.9rem;
}
.btn-primary{
    cursor: pointer;
}
.top_message{
    text-align: center;
}
.top_message>label{
    color: white;
}
.close_top_message{
    padding: 0 15px 0 15px !important;
}
.close_top_message:focus{
    outline: none;
}

.swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }