@import url('variables.css');
.yt-content-slide {
    /*width: 100rem;*/
    height: 50rem;
    overflow: hidden;
}

.yt-content-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.text-fix{
    font-size: 16px !important;
    text-align: left !important;
    color:white !important;
    margin-bottom: 0px !important;
    text-transform: uppercase !important;
}
.btn-text-fix{
    color: var(--link-text-color);
}

.btn-text-fix:hover{
 color: var(--contrast-color) !important;
}
.select-fix{
    background-image: none !important;
}

.box-pagination{
    display: flex;
    width: 100%;
    justify-content: end;
}

.category-banner{
    width: 870px;
    max-height: 220px;
    object-fit: cover;
}

.category-banner-sm{
    width: 198px;
    height: 110px;
    object-fit: cover;
}

.address-list{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e5e5e5;
    margin: 3px 0;
    margin-bottom: 20px;
}

.address-option a:hover{
    color: white;
}

.flex{
    display: flex;
}

.justify-between{
    justify-content: space-between;
}

.space-around{
    justify-content: space-around;
}

.support:hover .suportcont{
    cursor: pointer;
}

.grid-orderhistory-cont{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 1px;
    width: 85px;
    height: 85px;
    left: 15%;
    position: relative
}

@media (max-width: 1198px) {
    .grid-orderhistory-cont{
        left: 5%;
    }
}

@media (max-width: 991px) {
    .grid-orderhistory-cont{
        left: 0%;
    }
}

.grid-orderhistory-item{
    width: 100%;
    height: 100%;
}

.grid-orderhistory-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.desuscribebutton{
    border: 0 none;
 color: var(--contrast-color);
    font-weight: 400;
    font-size: 14px;
    height: 70%;
    line-height: 44px;
    padding: 0 20px;
    text-transform: uppercase;
    border-radius: 3px;
    background-color: var(--main-color);
}

.remove-tooltip + .tooltip .tooltip-inner{
    width: 100px;
}

.custom-content-box{
    width: 32.3% !important;
}

.custom-font-size-swal{
    font-size: 2rem!important;
}

@media (max-width: 991px) {
    .custom-content-box {
        width: 48% !important;
    }
}

@media (max-width: 767px) {
    .custom-content-box {
        width: 50% !important;
    }
}

@media (max-width: 501px) {
    .custom-content-box {
        width: 100% !important;
    }
}

.checksregs{
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

@media(min-width: 768px){
    .product-card-height{
        height: 370px !important; 
    }
}
.pagination-li li{
    width: 257px;
    margin: 0 !important;
}

#newProducts .owl2-controls .owl2-nav{
    position: absolute !important;
    top: 49% !important;
    width: 98% !important;
}

.a-aqui{
    color: var(--main-color);
    text-decoration: underline;
}