@font-face {
    font-family: 'Urbanist';
    font-style: normal;
    font-display: swap;
    font-weight: 100;
    src: url('/assets/fonts/Urbanist-Thin.ttf') format('truetype');
}

@font-face {
    font-family: 'Urbanist';
    font-style: normal;
    font-display: swap;
    font-weight: 200;
    src: url('/assets/fonts/Urbanist-ExtraLight.ttf') format('truetype');
}

@font-face {
    font-family: 'Urbanist';
    font-style: normal;
    font-display: swap;
    font-weight: 300;
    src: url('/assets/fonts/Urbanist-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Urbanist';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url('/assets/fonts/Urbanist-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Urbanist';
    font-style: normal;
    font-display: swap;
    font-weight: 500;
    src: url('/assets/fonts/Urbanist-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Urbanist';
    font-style: normal;
    font-display: swap;
    font-weight: 600;
    src: url('/assets/fonts/Urbanist-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Urbanist';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url('/assets/fonts/Urbanist-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Urbanist';
    font-style: normal;
    font-display: swap;
    font-weight: 800;
    src: url('/assets/fonts/Urbanist-ExtraBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Urbanist';
    font-style: normal;
    font-display: swap;
    font-weight: 900;
    src: url('/assets/fonts/Urbanist-Black.ttf') format('truetype');
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #f5f5f5;
}

::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 15px;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

:root {
    --primary: 242 62 20;
    --primary-light: 255 237 244;
    --primary-slate: 255 244 241;
    --client-font: 'Urbanist', sans-serif;
    --admin-font: 'Public Sans', sans-serif;
    --icon-font: 'Iconly';
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
    --naranja: RGB(242, 62, 20);
    --main-color: #141414;
    --hover-color: #FF0000;
    --secondary-color: #141414;
    --bg-naranja: RGB(255, 244, 241);
    --footer-color: rgb(31 31 57 / 1);
    --body-bg-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

html,
body {
    scrollbar-width: thin;
    --tw-bg-opacity: 1;
    background-color: #E6E6E6;
    /* background-color: rgb(224, 231, 234); */
    font-family: var(--client-font) !important;
    display: flex !important;
    flex-direction: column !important;
    min-height: 100vh !important;

}

.nav-checkout>ul {
    padding: 0px;
}

#blog-content ul li {
    float: none !important;
}

#blog-content ul {
    list-style-type: disc;
}

.w-52 {
    max-width: 50%;
}

.popupmodal .modal-content {
    border: none !important;
    background: transparent !important;
}

input,
select {
    height: 50px;
}

.prev-nav {
    color: black;
}

.prev-nav:hover {
    color: var(--main-color);
}

.chevron-right {
    font-size: 0.775rem;
}

.transition {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    transition-timing-function: linear;
}

.text-secondary-color {
    color: var(--secondary-color) !important;
}

.text-main-color {
    color: var(--main-color) !important;
}

.container {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 72rem !important;
}

.border-light-gray {
    --tw-border-opacity: 1;
    border: 1px solid rgb(243 244 246 / var(--tw-border-opacity)) !important;
}

.border-bottom-gray {
    --tw-border-opacity: 1;
    border-bottom: 1px solid rgb(243 244 246 / var(--tw-border-opacity)) !important;

}

.content {
    min-height: 50vh;
}

.bg-danger-light {
    background-color: rgb(251 78 78 / 0.1);
}

.bg-warning-light {
    background-color: rgb(246 166 9 / 0.1);
}

.bg-success-light {
    background-color: rgb(42 199 105 / 0.1);
}

.bg-secondary-color {
    background: var(--secondary-color) !important;
}


#mobile-sidebar-canvas,
#mobile-sidebar-category {
    height: 100%;
    width: 320px;
    position: fixed;
    z-index: 99;
    top: 0;
    left: -320px;
    overflow-x: hidden;
    transition: 0.5s;
    background: white;
    transition-duration: 500ms;
}

#mobile-searchbar-canvas {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 9999;
    top: -100%;
    overflow-x: hidden;
    transition: 0.5s;
    background: white;
    transition-duration: 500ms;
}

#aside-carrito {
    height: 100%;
    width: 430px;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: -430px;
    overflow-x: hidden;
    transition: 0.5s;
    background: #E6E6E6;
    transition-duration: 500ms;
}


.bg-orange {
    background-color: var(--main-color) !important;
}

.border-orange {
    border: 1px solid var(--main-color) !important;
}

.bg-orange-light {
    background-color: var(--bg-naranja) !important;
}

.pe-auto {
    cursor: pointer;
}

.nav-item>dt {
    font-size: 18px;
}

.nav-item>dd {
    font-size: 12px;
}

.checkout-nav,
.checkout-nav-active {
    list-style: none;
    width: 100%;
}

.checkout-nav::after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #EFF0F6;
}

.checkout-nav-active::after {
    content: '';
    width: 100%;
    height: 3px;
    background-color: #28a745;
}

.checkout-nav>*:last-child::after {
    display: none;
}

.checkout-nav-active>*:last-child::after {
    display: none;
}

.bg-inactive {
    background-color: #EFF0F6;
}

.owl-nav.ng-star-inserted {
    top: -60px !important;
    position: absolute !important;
    right: 30px !important;
}

.owl-nav.ng-star-inserted>div {
    border-radius: 50px !important;
    width: 35px !important;
    height: 35px !important;
    color: var(--main-color) !important;
    font-weight: bold !important;
    display: inline-flex !important;
    justify-content: center !important;
    align-items: center !important;
    background-color: var(--bg-naranja) !important;
}

.owl-nav.ng-star-inserted>div:hover {
    background-color: var(--main-color) !important;
    color: white !important;
}

img {
    max-width: 100%;
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0
}

ul li {
    float: left;
}

.header-top {
    border-bottom: 1px solid rgba(102, 102, 102, 0.5);
    padding: 20px 0;
}

header li i {
    font-size: 14px;
    margin-right: 10px;
    color: white;
}

.right-header li:last-child {
    border: 0 none;
    padding: 0;
    position: relative;
}

.right-header {
    float: right;
}

.right-header ul li {
    line-height: 1;
}

.right-header li {
    padding: 0 15px;
}

.right-header li i,
.right-header li,
.right-header li:last-child {
    margin: 0;
}

.right-header li:last-child a {
    padding-left: 15px;
}

.right-header li ul:last-child a {
    padding-left: 0px;
}

#searchform {
    opacity: 0;
    position: absolute;
    right: -1px;
    top: -6px;
    transition: all 0.4s ease 0s;
    width: 0;
}

#searchform input {
    background: #666 none repeat scroll 0 0;
    border: 1px solid #999;
    color: #ccc;
    float: left;
    font-size: 12px;
    line-height: 31px;
    height: 30px;
    position: relative;
    width: 100%;
}

#searchform button {
    background: #333 none repeat scroll 0 0;
    border: 0 none;
    float: right;
    padding: 0px 10px;
    line-height: 33px;
    height: 28px;
    position: absolute;
    right: 1px;
    text-align: center;
    top: 1px;
}

#searchform button i {
    line-height: 20px;
    margin: 0;
    padding: 0 5px;
}

.right-header li:hover #searchform {
    opacity: 1;
    width: 350px;
}

.right-header li:hover #searchform input {
    padding: 0px 0px 0px 10px;
}

.right-header li {
    position: relative;
}

.right-header ul li ul li {
    border: 0 none;
    float: none;
}

.right-header li:hover i {
    color: gray;
}


.right-header ul.drop-cart {
    right: 0;
    width: 250px;
}

.right-header .total-amount span {
    position: unset;
}


.right-header ul li ul {
    background: #fff none repeat scroll 0 0;
    padding: 20px 0;
    position: absolute;
    right: 0;
    top: 35px;
    width: 160px;
    z-index: 5;
}

.right-header ul li ul {
    transform: scaleY(0);
    transform-origin: 0 0 0;
    transition: transform 0.5s ease 0s, max-height 0s step-start 0s, max-width 0s step-start 0s, padding 0s step-start 0s;
}

.right-header ul li:hover ul {
    transform: scaleY(1);
    transform-origin: 0 0 0;
    transition: transform 0.5s ease 0s, max-height 0s step-start 0s, max-width 0s step-start 0s, padding 0s step-start 0s;
}

.right-header ul li,
.pro-close {
    cursor: pointer;
}

.right-header ul li ul,
.right-header ul.drop-cart li {
    cursor: default;
    z-index: 6;
}

.no-disponible>span {
    font-size: 1.2rem;
    right: 10px;
    bottom: 15px;
    color: #F16261;
    font-weight: 700;
    text-transform: uppercase;
    background: #FDE6E6;
    padding: 3px 6px;
}

.single-products .product-img {
    padding: 0 2px;
    text-align: center;
}

.products-page .product-img {
    text-align: center;
}

.single-product {
    overflow: hidden;
    position: relative;
}

li.pagination-previous,
li.pagination-next {
    background: rgb(243 244 246 / 1);
    border-radius: 15px !important;

}

li.pagination-previous>a:hover,
li.pagination-next>a:hover,
.ngx-pagination li>a:hover {
    background: var(--main-color) !important;
    border-radius: 15px !important;
    color: white !important;
}

li.pagination-previous {
    margin-right: 15px !important;
}

li.pagination-next {
    margin-left: 15px !important;
}

.ngx-pagination li {
    border-radius: 15px !important;
    margin: 5px !important;
    background-color: rgb(243 244 246 / 1) !important;
}

.ngx-pagination .current {
    background: var(--main-color) !important;
}

.ngx-pagination.responsive .small-screen {
    padding: 4px !important;
}

.custom-button {
    height: 50px;
    background-color: var(--bg-naranja);
    color: var(--main-color);
    border: none;
    border-radius: 20px;

}

.text-hover-color {
    color: var(--hover-color);
}

.custom-button:hover {
    background-color: var(--hover-color);
    color: white;
    cursor: pointer;
}


@media only screen and (max-width: 932px) {
    .desc-container p>iframe {
        width: 100% !important;
    }

    #aside-carrito {
        width: 100%;
        right: -100%;
    }

    .mb-90 {
        margin-bottom: 90px;
    }
}