@font-face {
    font-family: "Gilroy-Regular";
    src: url(/wp-content/themes/oceanwp/assets/fonts/gilroy/Gilroy-Regular.ttf) format("truetype");
}

@font-face {
    font-family: "Gilroy-SemiBold";
    src: url(/wp-content/themes/oceanwp/assets/fonts/gilroy/Gilroy-Semibold.ttf) format("truetype");
}

@font-face {
    font-family: "Gilroy-Medium";
    src: url(/wp-content/themes/oceanwp/assets/fonts/gilroy/Gilroy-Medium.ttf) format("truetype");
}

body {
    overflow-x: hidden;
}

.grid {
    display: grid;
    grid-template-columns: repeat(12, [col-start] 1fr);
}

.product-category__wrapper .product {
    width: inherit !important;
    box-shadow: 8px 8px 35px 0px rgba(0, 0, 0, 0.16);
    border-radius: 0.625rem;
}

.products.grid {
    grid-column-gap: 4rem;
    grid-template-columns: repeat(4, 1fr);
}


.woocommerce ul.products li.product .button {
    background-color: #EE3022;
    color: white;
    border-radius: 4px;
    border: none !important;
    font-family: Gilroy-Medium;
}

.woocommerce ul.products li.product .button:focus {
    background-color: #ce0d00;
}

.woocommerce ul.products li.product .button:hover {
    background-color: #d71d10;
    color: white;
}

.product-category__quantity,
.product-category__description {
    color: rgba(0, 0, 0, 0.50);
    text-align: left;
    font-family: Gilroy-Medium;
    font-size: 0.625rem;
    margin-top: 0.56rem;
}

.price-wrap-sales {
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    color: #ee2f23;
    align-items: center;
    font-family: Gilroy-SemiBold;
    font-size: 1.125rem;
    margin-top: 2rem;
}

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.onsale {
    background: #ee2f23 !important;
    color: white !important;
    padding: 0.5rem 1rem !important;
    opacity: 0.9;
    font-family: Gilroy-SemiBold !important;
    top: 1rem !important;
    left: 1rem !important;
    position: absolute;
}

.price-wrap-sales span {
    display: flex;
    flex-direction: column;
    text-decoration: line-through;
    color: black;
    font-size: 1rem;
}

.carouselPopularProducts .btn-wrap .button {
    background-color: #EE3022;
    color: white;
    border-radius: 4px;
    border: none !important;
    font-family: Gilroy-Medium;
    width: 100%;
}

.carouselPopularProducts .cart {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    margin-top: 1rem;
}

.carouselPopularProducts .price-wrap {
    color: #000;
    font-family: Gilroy-SemiBold;
    font-size: 1.125rem;
    margin-top: 2rem;
}


.products .title {
    text-align: initial;
}

.products .title h2 {

    margin-bottom: 0 !important;
}

.products .title h2 a {
    text-align: initial !important;
    color: #000 !important;
    font-family: Gilroy-SemiBold !important;
    font-size: 1.125rem !important;
    margin-bottom: 0 !important;
}

.products .price-wrap {
    color: #000;
    font-family: Gilroy-SemiBold;
    font-size: 1.125rem;
    margin-top: 2rem;
}

.products .cart {
    display: flex;
    flex-direction: column;
}

.products .cart .quantity {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
}

.info-page__wrapper {
    padding: 2rem 0;
}

.info-page__title {
    text-align: center;
    color: #000;
    font-size: 1.75rem;
    font-family: Gilroy-SemiBold;
    justify-content: center;
    display: flex;
    padding-bottom: 2rem;
}

.info-page__content {
    font-family: Gilroy-Regular;
}


/* .site-content .clr {
    margin-top: 50px;
} */

.info-page__content .entry.clr, .site-content.clr {
    margin-top: 0 !important;
}




@media screen and (max-width: 900px) {
    .products.grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .product-category__quantity,
    .product-category__description {

        font-size: 0.7rem;
    }
}

@media screen and (max-width: 700px) {
    .products.grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .info-page__title {
        padding-bottom: 0;
    }
}

@media screen and (max-width: 470px) {
    .products.grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .product-single-content__wrapper .cart {
        display: flex;
        flex-direction: column;
    }
    
    .product-single-content__wrapper .cart .quantity {
        display: flex;
        justify-content: center;
        margin-bottom: 1rem;
    }

    .product-single__price, .product-single__title {
        text-align: center !important;
    }
}

@media screen and (max-width: 800px) {
    .entry.clr, .site-content.clr {
        margin-top: 90px !important;
    }
}
