/*
Theme Name: Razzi Child
Theme URI: https://demo4.drfuri.com/razzi/
Author: DrFuri
Author URI: http://drfuri.com
Description: Razzi Child Theme.
Version: 1.0
License: GNU General Public License v2+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: razzi
Domain Path: /lang/
Tags: one-column, two-columns, left-sidebar, right-sidebar, full-width-template, post-formats, theme-options,
threaded-comments, translation-ready
Template: razzi
*/

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Upright:wght@300;400;500;600;700&family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500&display=swap');
/* font-family: 'Cormorant Upright', serif;
*/

body {
    font-family: 'Poppins', sans-serif !important;
}

.container,
.single-post .site-content>.container {
    max-width: 1350px;
    width: 100%;
    padding: 0 15px;
}

h1,
h2,
h3,
h4 {
    font-family: 'Poppins', sans-serif !important;
}

.home .product-category img {
    border-radius: 100%;
}

ul.products li.product-category .woocommerce-loop-category__title {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    font-family: 'Poppins', sans-serif !important;
}

ul.products li.product-category .woocommerce-loop-category__title .count {
    display: none;
}

.page-header--layout-2 .featured-image,
.catalog-page-header--layout-2 .featured-image {
    background-color: #000;
    /* background-attachment: fixed; */
}

.page-header--layout-2 .page-header__title,
.catalog-page-header--layout-2 .page-header__title {
    /* font-size: 40px; */
    /* font-weight: 700; */
    /* letter-spacing: 1px; */
}

div#content {
    /* background: #f5f5f5; */
    position: relative;
    z-index: 55;
}

ul.products li.product .product-summary {
    padding: 15px 20px;
}

ul.products li.product .woocommerce-loop-product__title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 6px;
    font-family: 'Poppins', sans-serif !important;
}

ul.products li.product .product-inner {
    height: 100%;
    padding-bottom: 0 !important;
    background: #fff;
    border: 1px solid #99999954;
    /* border-radius: 12px; */
    overflow: hidden;
}

ul.products li.product {
    padding: 0 10px !important;
}

.rz-catalog-categories__title {
    font-size: 15px !important;
    line-height: normal;
}

.products-filter__activated .remove-filtered {
    background: #ea0303 !important;
    margin: 0 2px 4px !important;
    color: #fff !important;
}

.count-category {
    display: none;
}

.rz-catalog-categories {
    padding: 0px !important;
    /* background: #FFF; */
    /* min-height: 240px; */
    /* display: flex; */
    /* align-items: center; */
}

.rz-catalog-categories .razzi-top-cats-button-prev {
    left: 0 !important;
}

.rz-catalog-categories .razzi-top-cats-button-next {
    right: 0 !important;
}

.filters-panel-content.panel-content {
    padding: 30px;
    background: #d4d9de;
}

.razzi-catalog-page.sidebar-content .primary-sidebar {
    padding-right: 10px !important;
}

.site-header .header-items .header-department .department-icon .department-text {
    font-size: 15px !important;
}

.site-content {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

.single-product .site-content {
    padding-top: 30px !important;
    padding-bottom: 0;
}

main#main {
    padding-bottom: 80px;
}

.razzi-history-products {
    padding: 50px 0;
    margin: 0 !important;
}

.recently-products li.product.swiper-slide {
    padding: 0 !important;
}

.recently-products li.product.swiper-slide .product-thumbnail {
    position: relative;
    height: 150px;
    overflow: hidden;
    border-radius: 10px;
}

.recently-products li.product.swiper-slide .product-thumbnail a {
    display: block;
    width: 100%;
    height: 100%;
}

.recently-products li.product.swiper-slide .product-thumbnail a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.single-product .page-header+.site-content .product-gallery-summary {
    /* padding: 30px !important; */
    /* background: #fff; */
    display: flex;
}

.single-product div.product .entry-summary {
    padding-left: 50px !important;
    padding-top: 20px;
    padding-bottom: 20px;
}

.single-product div.product .entry-summary .meta-cat:not(:hover) {
    font-size: 15px;
}

.single-product div.product .entry-summary .product_title {
    font-size: 44px !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400;
    color: #393838;
}

.single-product div.product .summary-price-box .rz-stock {
    color: green !important;
    font-size: 14px;
}

.single-product div.product .entry-summary .price {
    font-size: 33px !important;
    font-weight: 700 !important;
    line-height: normal;
}

.single-product div.product .product_meta {
    display: none;
}

.single-product div.product .woocommerce-tabs .panel {
    padding: 40px !important;
    /* background: #ffffff80; */
    margin: 0 !important;
    width: 100%;
    max-width: 100% !important;
    text-align: center;
}

.woocommerce-tabs>ul.tabs {
    border-bottom: 0 !important;
}

.single-product div.product section.products .swiper-container-initialized ul.products li {
    padding-left: 0 !important;
    padding-right: 0 !important;
    height: unset !important;
}

.single-product div.product section.products .swiper-container-initialized ul.products {
    display: flex;
    align-items: stretch;
}

.single-product div.product section.products>h2 {
    font-size: 42px !important;
    margin-bottom: 20px !important;
}

.razzi-history-products .recently-header {
    margin-bottom: 30px !important;
}

.rz-catalog-categories__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
}

.single-product div.product.product-type-variable form.cart .variations td.label {
    margin-bottom: 5px !important;
}

.single-product div.product.product-type-variable form.cart .variations td.label label {
    font-weight: 600;
    font-size: 15px;
}

.razzi-history-products .recently-title {
    font-size: 42px !important;
}

.rz-catalog-categories .swiper-container {
    width: 100%;
}

.main-navigation li.menu-item-6379 .menu-item-mega:nth-child(2)>.dropdown-toggle {
    opacity: 0
}

ul.products.product-loop-layout-1 li.product .product-summary {
    padding: 10px 20px;
    text-align: center;
}

ul.products li.product .product-thumbnail .woocommerce-loop-product__link {
    height: 230px;
    overflow: hidden;
    background: #ffffff;
    padding: 15px;
}

ul.products li.product .product-thumbnail .woocommerce-loop-product__link img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.footer-payments li a {
    display: none;
}

.site-footer {
    background-color: #0e0e35;
}

.footer-newsletter.layout-v2 .mc4wp-form-fields input[type="submit"] {
    background-color: red;
    border-radius: 10px;
}

.footer-newsletter.layout-v2 .mc4wp-form-fields input[type="email"] {
    border: 1px solid white;
    border-radius: 10px;
    margin-right: 10px;
}

.site-footer h4.newsletter-title {
    font-size: 40px;
    font-family: 'Didot';
    font-weight: 600;
}

.site-footer .razzi-svg-icon {
    border: 1px solid white;
    border-radius: 50%;
    padding: 7px;
}

.site-footer .razzi-svg-icon:hover {
    border: 1px solid #dde1eb;
    box-shadow: 0 0 2px #f4f4f5;
    transition: all 0.3s ease;
}

.site-footer span.razzi-svg-icon:hover {
    background-color: red;
}

.site-footer .menu li a {
    font-size: 15px;
}

.site-footer .newsletter-title,
.site-footer .widget-title,
.site-footer .logo-text,
.site-footer .wp-block-group .wp-block-group__inner-container>h2 {
    font-size: 23px;
    font-family: 'Didot';
    font-weight: 500;
    text-transform: capitalize;
}

input[type="submit"]:hover {
    border: 5px solid #ffffff;
    box-shadow: 0 0 5px #ffffff;
    transition: all 0.5s ease;
}

.footer-widgets .widget_text {
    font-size: 16px;
}

.fixed-already .logo.nasa-has-sticky-logo .header_logo.logo_sticky {
    height: 57px !important;
    margin: 0;
}

.nasa-category-horizontal-6 .nasa-cat-thumb {
    border-radius: 100%;
}

.nasa-category-horizontal-6 .nasa-cat-thumb img {
    border-radius: 100% !important;
}

.section-header img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 850px;
}

.section-header p {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #23334d;
    padding: 30px 180px 50px 180px;
}

.site {
    background: #C2C9D1B5;
    /* color: #ffffff; */
    /* padding: 0; */
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
}

.site::before {
    background: #ffffffe0;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    background: url(/wp-content/uploads/2023/05/ERC21-Sht1-1-scaled.jpg);
    height: 100%;
    opacity: 0.14;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.steps {
    position: relative;
    margin-top: 32px;
}

.steps::after {
    content: "";
    position: absolute;
    width: 1px;
    background-color: #c30000;
    opacity: 0.4;
    top: 0;
    bottom: 0;
    left: 50%;
}

.steps .content p {
    color: #ffffff;
    font-size: 16px;
}

.steps .content h2 {
    padding-top: 14px;
    font-weight: 600;
    font-size: 23px;
    color: #ffffff;
    font-family: "Poppins", helvetica,
        arial, sans-serif;
    margin-bottom: 0;
}

.steps .content h3 {
    font-weight: 600;
    font-size: 15px;
    color: #ffffff;
}

.steps-container {
    position: relative;
    background-color: inherit;
    width: calc(50% + 32px);
}

.steps-container .content {
    padding: 32px;
    max-width: 100%;
    background-color: #23334d;
    position: relative;
    border-radius: 0px 0px 80px 0px;
    box-shadow: 0px 16px 27px rgb(0 11 30 / 10%);
    width: 100%;
}

.steps .steps-container:nth-child(even) {
    left: calc(50% - 32px);
    flex-direction: row-reverse;
}

.steps-container {
    display: flex;
}

.steps .steps-container .date {
    font-weight: 900;
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 10px;
    width: 62px;
    height: 62px;
    background-color: #c30000;
    border-radius: 50%;
    flex-shrink: 0;
    align-items: center;
    display: flex;
    justify-content: center;
    z-index: 777;
}

.step-line {
    width: 110px;
    background-color: #c30000;
    height: 1px;
    margin-top: 31px;
    opacity: 0.4;
    flex-shrink: 0;
}

@media (max-width: 767px) {
    .steps::after {
        left: 32px;
    }

    .steps-container {
        left: 0;
        flex-direction: row-reverse;
        width: auto;
        margin-bottom: 16px;
    }

    .steps .steps-container:nth-child(even) {
        left: 0;
    }
}

.l_featuredImage img {
    width: 100%;
    display: block;
}

.l_category {
    color: #fff;
}

.l_category:hover {
    color: #c30000;
}

.woocommerce .header-icons .nasa-icon,
.blog .header-icons .nasa-icon,
.single-post .header-icons .nasa-icon {
    color: #000;
}

.nav-wrapper .root-item:last-child>a {
    background: linear-gradient(85deg, var(--e-global-color-primary) 0%, var(--e-global-color-accent) 100%);
    border-radius: 5%;
    padding-left: 20px;
    padding-right: 20px;
    color: #fff;
}

.nav-wrapper .root-item.menu-parent-item>a .nasa-open-child {
    right: 13px !important;
    opacity: 1 !important;
    font-size: 215% !important;
}

#site-navigation a.nasa-title-menu {
    letter-spacing: 0;
}

.site-main.light {
    background: #f5f5f5;
}

.page-no-sidebar .entry-image img {
    width: auto !important;
    max-width: 100%;
}

.blogSingle {
    background: #f5f5f5;
    padding: 80px 15px !important;
    position: relative;
    background-image: url(/wp-content/uploads/2023/05/6040341_150-scaled-1.jpg);
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
}

.main-img {
    height: 250px;
    overflow: hidden;
}

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

.product-info .entry-title {
    font-weight: 400;
    font-family: 'GTWalsheimPro';
}

.nasa-invisible {
    opacity: 1 !important;
    visibility: visible !IMPORTANT;
}

.nasa-search-space .nasa-show-search-form.nasa-over-hide.nasa-fadeInDown.nasa-show {
    width: 100%;
    max-width: 400px;
    top:
        90px;
}

.nasa-search-space .nasa-show-search-form {
    background-color: #fff !important;
}

.elementor-products-grid ul.products.elementor-grid .product-warp-item {
    width: 100%;
}

.header-wrapper.nasa-header-transparent {
    position: relative;
}

.catalog-sidebar .instant-filter .products-filter__filter:last-child .products-filter__filter-control,
.elementor-widget-wp-widget-razzi-products-filter .instant-filter .products-filter__filter:last-child .products-filter__filter-control {
    display: block !important;
}

.products-filter__filter-name {
    pointer-events: none;
}

.rz-catalog-categories .catalog-categories__wrapper {
    /* display: flex; */
    /* flex-wrap: wrap; */
}

.rz-catalog-categories .catalog-categories__wrapper li.rz-catalog-categories__item {
    /* margin: 0 !important; */
    /* padding: 15px; */
    /* width: calc(100% / 4) !important; */
    /* margin-bottom: 28px !important; */
}

.rz-catalog-categories .rz-swiper-button {
    /* display: none !important; */
}

.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image,
.woocommerce-product-gallery__wrapper {
    height: 100%;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a {
    display: flex !important;
    align-items: center;
    justify-content: center;
    align-content: center;
    height: 100%;
}

.site-header__border {
    background: #fff;
    position: relative;
    z-index: 15;
}

.woocommerce-cart table.shop_table tbody td {
    padding: 14px;
}

.woocommerce-cart table.shop_table .product-content {
    height: auto;
    min-height: auto;
}

.products-filter--checkboxes .products-filter__option-name:before,
.products-filter--ranges .products-filter__option-name:before {
    background: white !important;
}

.woocommerce-page .site>div {
    position: relative;
    z-index: 6;
}

.products-filter--checkboxes .products-filter__option.selected>.products-filter__option-name:before,
.products-filter--ranges .products-filter__option.selected>.products-filter__option-name:before {
    background: #ea0303 !important;
}

.header-v9 .header-search.form-type-boxed .search-submit,
.header-v9 .header-search.form-type-boxed .close-search-results {
    height: 54px !important;
}

.header-v9 .header-search.form-type-boxed .search-field {
    border-radius: 7px !important;
    border-color: #777 !important;
    height: 55px !important;
}

.header-v9 .header-search.form-type-boxed .search-submit,
.header-v9 .header-search.form-type-boxed .close-search-results {
    height: 50px !important;
}

.razzi-catalog-page .site-content {
    padding-top: 70px !important;
}

div#page-header {
    background: #ffffff3d;
    backdrop-filter: blur(1px);
}

.razzi-posts-carousel .post-summary .post-meta,
.entry-meta {
    display: none;
}

.site-breadcrumb {
    position: relative;
    z-index: 3;
}

.razzi-products-carousel ul.products li.product.swiper-slide {
    margin-right: 0;
    padding: 0 !important;
    height: auto !important;
}

.woocommerce-account .woocommerce {
    padding: 60px 0;
    width: 100%;
    float: left;
}

.term-description a {
    text-decoration: underline;
}


.grid__description-inner {
    color: #404040;
}

div#rz-catalog-top-categories.notCat {
    display: none;
}

ul.products {
    justify-content: center;
}

.productCategories_swiper {
    opacity: 0;
    transition: 0.4s all linear;
    margin-bottom: 50px;
}

.productCategories_swiper.swiper-container-initialized {
    opacity: 1;
}

/* .productCategories_swiper .swiper-wrapper {
    display: flex;
    justify-content: center;
} */
.productCategories_swiper .swiper-button-next.swiper-button-disabled,
.productCategories_swiper .swiper-button-prev.swiper-button-disabled {
    display: none;
}



.customCatBox .razzi-category-list {
    padding: 0;
    margin-top: 42px;
    border: 0;
}

.customCatBox .razzi-category-list a {
    border: 0;
    padding: 0;
    margin: 0 0 16px;
    color: var(--rz-text-color);
}

.customCatBox .razzi-category-list a span.razzi-category-list__count {
    display: none;
}

.customCatBox .razzi-category-list a:hover {
    color: var(--e-global-color-primary);
}


.single-product div.product .entry-summary {
    /* padding: 40px !important; */
    /* background: #ffffff80; */
    /* backdrop-filter: blur(2px); */
}

.single-product div.product .woocommerce-tabs .panel>div {
    margin-bottom: 14px;
}

.single-product div.product .woocommerce-tabs .panel {
    line-height: 1.7;
}

.single-product div.product {
    background: #dadfe382;
    backdrop-filter: blur(2px);
    padding: 40px;
}

.single-product div.product .quantity {
    background: #fff;
}


.razzi-button.button-outline,
.razzi-button.button-normal {
    background: #fff;
    border: 1px solid #cfcaca;
}

.site-breadcrumb a {
    color: #000;
}

.site-breadcrumb {
    color: var(--e-global-color-primary);
}

.allproductPage>h2 {
    font-size: 20px;
    margin: 0 0 10px;
    display: inline-block;
    padding: 10px 40px;
    background: #e20101;
    color: #fff;
    border-radius: 0px 80px 0 0;
}

.catalog-page-header--layout-2 .site-breadcrumb a,
.page-header--layout-2 .site-breadcrumb a {
    color: #fff;
}

.allproductPage ul.products {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 30px;
}

.single-product div.product form.cart .variations select {
    border-color: #444444 !important;
    border-radius: 6px;
    font-size: 15px !important;
    height: 50px !important;
}




.productCategories_swiper.noSlider {
    opacity: 1;
}

.productCategories_swiper.noSlider .swiper-button-next,
.productCategories_swiper.noSlider .swiper-button-prev {
    display: none;
}

.productCategories_swiper.noSlider .swiper-wrapper {
    display: flex;
    justify-content: center;
}

.productCategories_swiper.noSlider .swiper-wrapper .rz-catalog-categories__item {
    padding: 20px;
    width: calc(100% / 5);
}


.productCategories_swiper .swiper-button-next,
.productCategories_swiper .swiper-button-prev {
    background: #dadee3bf;
    width: 50px;
    height: 90px;
    font-size: 30px;
    color: #645c5c;
    backdrop-filter: blur(5px);
    margin-top: -45px;
}

.productCategories_swiper .swiper-button-next:after,
.productCategories_swiper .swiper-button-prev:after {
    font-size: inherit;
}

.catalog-header-banners .list-images>li img {
    border-radius: 10px;
}

ul.products.swiper-wrapper {
    justify-content: left;
}
.tnp.tnp-subscription form {
    display: block;
    text-align: left;
    padding-right: 120px;
    position: relative;
    max-width: 580px;
    width: 100%;
}

.tnp-field.tnp-field-button {
    position: absolute;
    right: 0;
    top: 0;
}

.tnp-subscription div.tnp-field, .tnp-profile div.tnp-field {
    width: 100%;
}

.tnp-field.tnp-field-button {
    position: absolute;
    right: 0;
    top: 24px;
    width: 110px !important;
}

.tnp-field.tnp-field-button input.tnp-submit {
    width: 100%;
    background: #F40000;
    border-radius: 5px;
    height: 50px;
}

.tnp-subscription input[type=email] {
    height: 50px;
    border-radius: 8px;
    background: #ffffff17;
    border: 1px solid #acaab7;
    color:#fff;
}

.widget .woof_redraw_zone ul li {padding-left: 25px;position: relative;margin-bottom: 2px;}

.widget .woof_redraw_zone ul li div {
    position: absolute !important;
    left: 0;
    top: 0;
    z-index: 44;
    background-color: #ffffffab;
}

.widget .woof_redraw_zone ul {
    margin-bottom: 13px !important;
    padding-left: 0 !important;
    margin-top: 5px !important;
}

.woof_section_scrolled {
    padding-right: 20px !important;
}

.woof_list label {
    font-size: 14px;
    line-height: 1.3 !important;
}

.woof_childs_list_opener {
    position: absolute;
    right: -15px;
    top: 5px;
}
.woof_container_inner h4 {
    font-size: 20px;
}
.woocommerce-ordering{
    margin-left: 0 !important;
}
.woof_products_top_panel_ul li ul li {
    margin-right: 20px !important;
}
li.woof_term_15 {
    display: none !important;
}
.irs--round .irs-handle {
    border-color: #F40000 !important;
}

.irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single {
    background-color: #F40000 !important;
}
.irs--round .irs-bar {
    background-color: #F40000 !important;
}
.irs--round .irs-from:before, .irs--round .irs-to:before, .irs--round .irs-single:before {border-top-color: #F40000  !important;}

.irs--round .irs-grid-text {
    color: #131313 !important;
}

.woof_childs_list_opener span {
    filter: invert(100%);
}
.header-sticky.admin-bar .site-header.minimized a.logo {
    display: inline-block;
    width: 83%;
    transition: 0.4s all linear;
}

.woocommerce-cart div#content, .woocommerce-checkout .woocommerce {
    max-width: 1200px;
    margin: 40px auto;
    width: 100%;
    padding: 40px !important;
    background: #dadfe382;
    backdrop-filter: blur(2px);
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    border-radius: 6px;
    background: transparent;
    border: 1px solid #000;
}

.select2 span.select2-selection--single {
    border-radius: 8px !important;
    border-color: #000 !important;
}
.woocommerce label.woocommerce-form__label-for-checkbox span:before, .woocommerce label.woocommerce-form__label-for-checkbox span:after {
    background-color: #fff !important;
}
.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout .continue-button {padding: 0 37px !important;margin-top: 5px;}

.woocommerce-cart table.shop_table tbody td {padding: 20px !important;}

.product-qty-number.woocommerce-cart table.shop_table .product-qty .quantity {
    background: #fff;
}

.woocommerce-cart table.shop_table .woocommerce-cart-form__cart-item > td.product-content {
    min-height: auto;
}

tr.woocommerce-cart-form__cart-item.cart_item {
    background: #d9dee3;
    border: 1px solid #595959 !important;
    margin-bottom: 2px !important;
}

.woocommerce-cart table.shop_table .coupon-form td {
    padding-left: 0 !important;
}
.woocommerce-cart .cart-collaterals .cart_totals {
    background: transparent !important;
}
span.woof_is_closed {}
@media (min-width: 1500px) {}

@media (min-width: 1199.98px) and (max-width: 1499.98px) {}

@media (min-width: 992px) and (max-width: 1199.98px) {}

@media (min-width: 991.99px) {}

@media (max-width: 991.98px) {
    ul.products.mobile-show-atc li.product .product-summary .rz-loop_atc_button {
        font-size: 14px !important;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {}

@media (max-width: 767px) {
    .rz-catalog-categories .catalog-categories__wrapper li.rz-catalog-categories__item {
        width: calc(100% / 3) !important;
    }

    #page-header.page-header--layout-2 {
        background: rgb(25 25 56 / 90%);
        padding: 20px 9px;
        position: relative;
    }

    #page-header.page-header--layout-2:before {
        content: '';
        background: url(/wp-content/uploads/2023/05/cta-one-bg-shape.png);
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 0;
        background-position: center;
        background-size: cover;
        opacity: 0.1;
    }

    ul.products.mobile-show-atc li.product .product-summary .rz-loop_atc_button {
        font-size: 12px !important;
        height: 30px !important;
        line-height: 30px !important;

    }

    .single-product div.product {
        padding: 0;
    }

    div#product-10626 {}

    .single-product div.product .entry-summary {
        padding: 0 !important;
    }

    .single-product div.product .woocommerce-product-gallery {
        width: 100% !important;
        margin: 0 !important;
    }

    .single-product div.product section.products>h2,
    .razzi-history-products .recently-title {
        font-size: 28px !important;
    }

    .elementor-kit-6 h1 {
        font-size: 32px;
        line-height: 1.1;
    }
    .productCategories_swiper {
        margin-top: 20px;
    }
    .productCategories_swiper.noSlider .swiper-wrapper .rz-catalog-categories__item{
        padding: 0;
        
    }
    .productCategories_swiper .swiper-button-next, .productCategories_swiper .swiper-button-prev{
    width:40px; height:40px; font-size:15px;}
    .mobile-catalog-page-header nav.woocommerce-breadcrumb.site-breadcrumb a {
        color: #fff;
    }
    .mobile-catalog-page-header--layout-2 .page-header__content{
        padding: 22px 0 29px;
    margin-bottom: 30px;
    }
    .mobile-catalog-page-header--layout-2 .featured-image{
    background-color: rgb(25 25 56);
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {}

@media (max-width: 575.98px) {
    .rz-catalog-categories .catalog-categories__wrapper li.rz-catalog-categories__item {
        width: calc(100% / 2) !important;
    }

    ul.products.product-loop-center li.product .product-summary {
        padding: 2px 10px 15px;
        position: relative;
    }

    ul.products li.product .product-thumbnail .woocommerce-loop-product__link {
        height: 150px;
    }

    ul.products.mobile-show-atc li.product .product-summary .rz-loop_atc_button {
        left: 0;
        bottom: 0;
        margin-top: 10px;
        width: auto !important;
        display: inline-block !important;
        padding: 1px 16px !important;
    }

    ul.products.mobile-pp-col-2 li.product {
        /* width: 50% !important; */
        margin-bottom: 15px !important;
    }
}

@media (max-width: 479.98px) {
    ul.products.mobile-pp-col-2 li.product {
        /* width: 50% !important; */
    }
}