/*!
Theme Name: Ritam child theme
Template: ritam
Theme URI: https://ritamstvaranja.com
Author: Filip Lončar
Author URI: https://loncar.hr
Description: Hi. I'm a starter theme called <code>ritam</code>, or <em>underscores</em>, if you like. I'm a theme meant for hacking so don't use me as a <em>Parent Theme</em>. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ritam
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.
*/

body {
    overflow-x: hidden;
}

.woocommerce ul.products li.product a img {
    border-radius: 35px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    text-align: left;
    margin-left: 10px;
}

.woocommerce ul.products li.product .price {
    margin-left: 10px;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
    color: #FF0073;
    font-size: 20px;
}

:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button, .wc-block-components-checkout-place-order-button {
    background-color:#FF0073;
    color: #fff;
    border-radius: 10px;
    font-weight: unset;
    transition: background-color 0.5s, color 0.5s;
    border: 1px solid #FF0073;
}

:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:hover, .wc-block-components-checkout-place-order-button:hover {
    background-color:#fff;
    color: #FF0073;
}

.woocommerce span.onsale {
    background-color:#FF0073;
}

.woocommerce-message {
    border-top-color: #FF0073;
}

.woocommerce-message::before {
    content: "\e015";
    color: #FF0073;
}

nav.woocommerce-pagination ul li a {
    background-color: #FFE2EF!important;
    color:#FF0073!important;
    transition: font-weight 0.5s;

}

nav.woocommerce-pagination ul li a:hover {
    font-weight: bold;;
}

nav.woocommerce-pagination ul li span.current, .wp-pagenavi span.current {
    font-weight: bold;
    background-color: #FFE2EF!important;
    color:#FF0073!important;

}

.woocommerce nav.woocommerce-pagination ul {
    border: unset;
}

.woocommerce nav.woocommerce-pagination ul li {
    border: unset;
}

.woocommerce .woocommerce-pagination ul.page-numbers li, .woocommerce-page .woocommerce-pagination ul.page-numbers li {
    border-radius: 10px;
    background-color: #FFE2EF!important;
    color:#FF0073!important;
    margin: 0 0.5em;
    width: 30px;
}

.wp-pagenavi a {
    border-radius: 10px;
    background-color: #FFE2EF!important;
    color:#FF0073!important;
    width: 30px;
    margin-left: 10px;
    transition: 0.5s font-weight;
}

.wp-pagenavi a, .wp-pagenavi span.current {
    padding: 5px 10px;
    border: none;
    border-radius: 10px;
    display: inline-block;
}

.wp-pagenavi a:hover {
    font-weight: bold;
}

.woocommerce .woocommerce-ordering select, .woocommerce .woocommerce-ordering select:focus {
    margin: 0;      
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #ede2e7!important;
    padding: 20px;
    background-color: #FFF6FA;
    border-radius: 10px;
    outline: unset!important;
    background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
  background-position-y: center;
}

.wc-block-components-checkout-place-order-button span {
    text-transform: uppercase;
}

.wp-block-woocommerce-checkout-order-summary-block {
    background-color:#FFF6FA;
}

.single-product h1 {
    font-size: 48px;
    color: #423d33;
    text-align: left;
}

.cta-button {
    border-radius: 35px;
    background: #FF0073;
    color: #fff;
    position: relative;
    border: 1px solid #FF0073;
    transition: background-color 0.5s, color 0.5s, content 0.5s;
    padding: 20px 20px;
    text-align: center;
}

.cta-button-margin {
    margin-top: 1em;
    position: relative;
    display: inline-block;
}

.cta-button-310 {
    width: 310px;
}

.training-img-pos-right {
    display: flex;
    justify-content: end;
}

.align-items {
    align-items: center;
}

.woocommerce-breadcrumb {
    display: none;
}

.margin-70 {
    margin-top: -70px!important;
    margin-bottom: 6em !important;
}

.margin-b6 {
    margin-bottom: 6em !important;
}

.margin-t6 {
    margin-top: 6em!important;
}

.margin-b1 {
    margin-bottom: 1em;
}

.padding-b3 {
    padding-bottom: 3em;
}

.desktop-padding-l8 {
    padding-left: 6em!important;
}

.fairs-item .fairs-content-container {
    display: flex;
    flex-direction: column;
    display: flex;
    justify-content: center;
    padding: 0em 1.5em;
}

.fairs-item .fairs-img-container a {
    height: 353px!important;
    width: 349px!important; 
    cursor:default;
    pointer-events: none;
}

.fairs-content-container a {
    cursor:default;
    pointer-events: none;
}

.fairs-item .fairs-img-container a img {
    padding: 0!important;  
}

.fairs-item {
    padding: 2em 0em 3em!important;
    background: unset!important;
    border: unset!important;

}

ul.benefits li {
    font-size: 26px;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

ul.benefits li:before {
    content: url("/wp-content/uploads/2024/10/benefits-icon.png");
    margin-right: 1em;
}

ul.benefits.training-sale li:before {
    content: url("/wp-content/uploads/2024/10/wave.png");
}

ul.benefits.training-sale li {
    margin-bottom: 25px;
}

.full-width-container {
    width:100%; 
}

.pink {
    background: #FFCFE5;
}

.radionica {
    background: #FF80B9;
}

.accent {
    background: #FF80B9;
    color: #fff;
}

.accent h1 {
    color: #fff;
}

.margin-bottom-reset {
    margin-bottom: unset!important;
}

.margin-top-10 {
    margin-top: -10px!important;
}

.padding-top-2 {
    padding-top: 2em;
}

.padding-top-5 {
    padding-top: 5em;
}

.padding-top-3 {
    padding-top: 3em;
}

.z-index-above {
    position: relative;
    z-index: 99;
}

.wave-bottom {
    position: relative;
    margin-top: -180px;
}

.wave-bottom-training {
    background: #FF80B9;
}

.fairs-item video {
    align-self: center;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    padding: unset;
    transition: opacity 0.5s;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}

.fairs-container-testimonal {
    background: #FFE2EF;
    padding: 3em 2em !important;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

.fairs-container-testimonal a, .fairs-container-testimonal p {
    align-self: center;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}

.fairs-container-testimonal a {
    align-self: flex-start;
}

.fairs-item-testimonial {
    padding: 2em 0.5em 3em!important;
}

.fairs-container-testimonal p {
    height: unset!important;
}

.fairs-item-testimonial:hover {
    box-shadow: unset!important;
    -webkit-box-shadow: unset!important;
}


.fairs-img-container {
    position: relative;
}

#playButton, #playButton2, #playButton3 {
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    background-image: url("/wp-content/uploads/2024/10/video-play.png");
    background-size: 69px 69px;
    transition: display 0.25s, background-image 0.25s;
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    height: 69px;
    width: 69px;
}

.homeplayButton {
    /*top: 20%!important;
    left: 80%!important;*/
    top: 80%;
    left: 50%;
}

.hide, .hide2, .hide3 {
    display: none;
    background-image: url("/wp-content/uploads/2024/10/video-pause.png")!important;
}

.homeplayButton.hide {
    /*top: 20%!important;
    left: 80%!important;*/
    top: 20%!important;
    left: 80%!important;
}



.fairs-img-container:hover .hide, .fairs-img-container:hover .hide2, .fairs-img-container:hover .hide3, .hero-video-container:hover .hide {
    display: block!important;
}

.woocommerce-notices-wrapper {display: none;}

.product-tab {
    background-color:#FFE2EF;
    border-radius: 10px;
    color: #3F3F3F;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 4em 3em !important;
}

.product-tab h1 {
    font-size: 26px;
    color:#3F3F3F;
    font-weight: 500;
}

.product-tab-flexer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
} 

.product-tab-flexer > {
    display: inline;
}

.product-tab-flexer form, .product-tab-flexer form button {
    width: 100%;
}

.product-tab-flexer form button {
    border-radius: 35px!important;
    background: #FF0073!important;
    color: #fff!important;
    position: relative!important;
    border: 1px solid #FF0073!important;
    transition: background-color 0.5s, color 0.5s, content 0.5s!important;
    padding: 20px 20px!important;
    text-align: center!important;
}

.product-tab-hide .testimonials-section-discount {
    display: none;
}

.product-tab .woocommerce-product-details__short-description, .product-tab .posted_in {
    display: none;
}

.training-sale {
    padding-right: 8em;
}

.margin-top60 {
    margin-top: 60px;
}

.margin-top60i {
    margin-top: 60px !important;
}

.col-5-5, .col-lg-5-5 {
    width: 48%;
}

.space-between {
    justify-content: space-between;
    row-gap: 1.5em;
}

.desktop-margin-neg {
    margin-left: -0.25em;
}

.testimonials-section-discount {
    text-align: center;
}

.product-tab form {
    display: flex;
    flex-direction: column;
    column-gap: 1em;
    row-gap: 1em;
    justify-content: center;
    align-items: center;
}

.fairs-item:hover {
    -webkit-box-shadow: unset!important;
    -moz-box-shadow: unset!important;
    box-shadow: unset!important;
}

.product-tab .price {
    margin-bottom: 0em;
    margin-top: 2em;
}

.margin-top2e {
    margin-top: 2em;
}

.key-info {
    font-size: 26px;  
    margin-bottom: 2em;
}


.custom-shape-divider-bottom-1728387631 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-bottom-1728387631 svg {
    position: relative;
    display: block;
    width: calc(112% + 1.3px);
    height: 52px;
}

.custom-shape-divider-bottom-1728387631 .shape-fill {
    fill: #FF80B9;
}

.extra-margin {
    margin: 2em!important;
}

.radionica h1 {
    color: #fff;
}

.radionica {
    padding-bottom: 3em;
}

.radionica .product_title {
    color: #3F3F3F;
}

.radionica .product-tab-flexer form {
    width: 60%;
}

.woocommerce-checkout .wc-block-components-product-metadata__description, .wc-block-components-order-summary-item__individual-price, .wc-block-components-order-summary-item__quantity, .wc-block-components-order-summary-item__image  {
    display: none!important;
}

body.single-post .main-content{
    background: #FFDDEC;
}

main, .category-view {
    padding-top: 0px!important;
}

header .row {
    margin: 2em 0em;
}

.blog-cover-img {
    margin-bottom: 2em;
    width: 100%;
}

.padding-blog {
    padding: 0em 5em 2em;
}

.margin-tb33 {
    margin: 3em 0 0!important;
}

.margin-tb11 {
    margin: 11em 0 3em!important;
}

.woocommerce ul.products li.product .button {
    background-color: #FF0073;
    color: #fff;
    border: 1px solid #FF0073;
    width: 100%;
    border-radius: 25px;
    padding: 1em 2em;
    text-align: center;
    transition: background-color 0.5s, color 0.5s;
}

.woocommerce ul.products li.product .button:hover {
    background-color: #fff;
    color: #FF0073;
}

.woocommerce div.product form.cart .button {
    background-color: #FF0073;
    color: #fff;
    border: 1px solid #FF0073;
    border-radius: 25px;
    padding: 1em 2em;
    text-align: center;
    transition: background-color 0.5s, color 0.5s;
    align-self: auto;
    margin-bottom: 1em;
}

.woocommerce div.product form.cart {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.woocommerce div.product form.cart .button:hover {
    background-color: #fff;
    color: #FF0073;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price {
    color: unset;
    margin-top: 2em;
}

.single-product .related.products {
    display: none;
}

.single-product .entry-summary {
    text-align: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}

.single-product .product_title{
    text-align: center;
}

.woocommerce-Tabs-panel h2 {
    text-align: left;
    font-size: 26px;
    margin: 2em 0 1em;
    font-weight: normal;  
}

.blog-wrap {
    flex-wrap: wrap;
}

.bloger .fairs-img-container a, .bloger .fairs-content-container a {
    cursor: pointer;
    pointer-events: unset; 
}

.bloger .fairs-item {
    border: 1px solid #000!important;
    padding: 0em!important;
    flex-basis: 350px;
    position: relative;
    background: #FFFFFF !important;
}

.bloger .fairs-img-container a {
    display: unset!important;
    justify-content: unset!important;
    margin-bottom: unset!important;
} 

.bloger .fairs-img-container {
    display: unset!important;
}

.bloger .fairs-img-container a img {
    max-height: 250px!important;
}

.bloger .fairs-item .fairs-content-container {
    padding: 1em 1.5em 4em;
}

.bloger {
    gap: 59px !important;
}

.meta-info {
    display: block;
    padding: 1em 1.5em 1.5em;
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.meta-info span, .meta-info-featured span {
    margin-bottom: unset!important;
    margin-left: 8px;
    font-weight: unset!important;
}

.meta-info-left {
    position: relative;
    float: left;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.meta-info-right {
    position: relative;
    float: right;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.featured-post {
    display: flex;
    flex-direction: row;
    border: 1px solid #F833C3;
    background-color: #FFF6FA;
    border-radius: 10px;
    align-items: center;
    position: relative;
}

.featured-post-content {
    display: flex;
    flex-direction: column;
    padding: 3em 6em 3em 2em;
}

.featured-post-content h1 {
    margin-bottom: 0.75em;
}

.fairs-content-container a h3 {
    color: #423d33!important;
}

.featured-post-content p {
    font-size: 20px;
}

.featured-post-img {
    display: flex;
    flex-direction: column;
}

.featured-post-img img {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-left: 1px solid #F833C3;
}
.featured-wave {
    width: 58px;
    height: 40px;
    position: absolute;
    top: 40px;
    left: 30px;
}

.meta-info-featured {
    display: block;
    padding: 1em 0.5em 1.5em;
    position: absolute;
    bottom: 0px;
    width: 330px;
}


/* blog wave */

.custom-shape-divider-bottom-1728483120 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-bottom-1728483120 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 67px;
}

.custom-shape-divider-bottom-1728483120 .shape-fill {
    fill: #FFBFDC;
}

.blog-bg {
    background-color: #FFBFDC;
}

.margin-top-10e {
    margin-top: 10em;
}

.margin-top-0 {
    margin-top: 0!important;
}

.paginator {
    padding: 3em;
}

.hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 60px;
    row-gap: 2em;
}

.hero h1 {
    color:#000!important;
    font-size: 64px!important;
    text-align: center!important;
}

.hero p {
    color:#000;
    font-size: 24px;
    width: 60%;
    text-align: center;
    margin-bottom: unset!important;

}

.hero-video-container {
    width: 100%;
    height: auto;
    position: relative;
}

.hero-video-container video {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

/*body.home main {
    padding-top: 40px!important;
}*/

.hero-content {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: linear-gradient(
        to bottom, transparent, #fff
      ), url("/wp-content/uploads/2024/10/bg2.png");
}

.hero-content:after {
    --mask: linear-gradient(to bottom, 
    rgba(0,0,0, 1) 0,   rgba(0,0,0, 1) 40%, 
    rgba(0,0,0, 0) 95%, rgba(0,0,0, 0) 0
) 100% 50% / 100% 100% repeat-x;

border: 1px #d8d8d8 dashed;
font: 2em/1.6em Arial;
-webkit-mask: var(--mask); 
mask: var(--mask);
}

.hero-buttons .alternate-button {
    margin-right: 1.5em;
    background-color: #fff!important;
    color: #FF0073!important;
    transition: background-color 0.5s, color 0.5s; 
}

.hero-buttons .alternate-button:hover {
    background-color: #FF0073!important;
    color: #fff!important;
}

.hero-buttons .default-button:hover, .cta-button:hover {
    background-color: #fff!important;
    color: #FF0073!important;
}

.title-icon:before {
    content: url("/wp-content/uploads/2024/10/wave.png");
    margin-right: 15px;
    position: relative;
    top: 2px;
}

.woocommerce-Tabs-panel h2 {
    display: none;
}

.wc-block-components-address-form__phone, .wc-block-components-address-form__address_2-toggle, .wc-block-components-validation-error, .wp-block-woocommerce-checkout-order-summary-totals-block {
    display: none!important;
}

.grecaptcha-badge {
    display: none!important;
}

.posted_in, .woocommerce-result-count, .woocommerce-ordering {
    display: none;
}

.woocommerce div.product form.cart div.quantity, .woocommerce-products-header {
    margin-bottom: 2em;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    min-height: 75px;
}

.wp-pagenavi a, .wp-pagenavi span {
    text-align: center;
}

/*homepage svg*/
.custom-shape-divider-bottom-1728565733 {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1728565733 svg {
    position: relative;
    display: block;
    width: calc(140% + 1.3px);
    height: 176px;
}

.custom-shape-divider-bottom-1728565733 .shape-fill {
    fill: #FFCFE5;
}

/**/

span.sups-heading {
    background: #fff;
    color: #3F3F3F;
    font-size: 26px;
    padding: 0 0.5em;
    width: 190px;
}

.hey-s {
    display: flex;
    flex-direction: column;
    row-gap: 1em;
}

.heya-section .fairs-item .fairs-img-container a {
    height: 263px !important;
    margin-bottom: 0!important;
}


.testimonial-left {
    height: 490px;
}


.testimonial-left img {
    max-height: 490px;
    width: 100%;
    height: auto;
}

.testimonial-right {
    height: 490px;
}

.testimonial-card span {
    font-weight: bold;
    position: absolute;
    bottom: 50px;
    right: 50px;
}

.testimonial-card {
    background: #FFE2EF;
    padding: 50px;
    border-radius: 10px;
    border: 1px solid #E6CCD8;
    position: relative;
}

.testimonial-card-fix {
    height: 400px;
}

.res-img {
    width: 100%;
    height: auto;
}

/* testimonals svg */
.custom-shape-divider-top-1728681389 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1728681389 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 150px;
}

.custom-shape-divider-top-1728681389 .shape-fill {
    fill: #FFCFE5;
}

.mar-pad {
    margin-bottom: 0em!important;
    padding-bottom: 5em!important;
}

body.home .kontakt-flex {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

body.home .kontakt-flex p {
width: 48%;
}

body.home .kontakt-flex .tekstni, body.home .kontakt-flex .emailni {
    width: 100%;
}

body.home .wpcf7-form .wpcf7-submit {
    position: relative;
    float: right;
    width: 300px;
    text-align: center!important;
}

.contact-sub {
    margin-left: 80px;
    margin-top: 2em;
}

.contact-image img {
    max-height: 900px!important;
}

.fair-height-auto p {
    height: auto!important;
}

body.single-post .main-content h2 {
    margin-bottom: 1em;
}

.contact-container .contact-form-section input[type="button"],
.wpcf7-submit {
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 1650px)
{
    .wave-bottom {
        position: relative;
        margin-top: -100px;
    }
}

@media screen and (max-width: 1200px) {

    .featured-post-content h1 {
        font-size: 26px!important;
    }

    .featured-post-content p {
        font-size: 18px!important;
    }

    .featured-post-img img {
        width: 260px!important;
    }

    .featured-wave {
        width: 40px;
        height: 25px;
        top: 20px;
        left: 30px;
    }

    .featured-post-content {
        
    }

}

@media screen and (max-width: 1140px)
{
    .desktop-wrap {
        flex-wrap: wrap;
    }
}


@media screen and (max-width: 992px)
{

    body.home .wpcf7-form .wpcf7-submit {
        position: relative;
        float: none;
        width: 100%;
        text-align: center!important;
        justify-content: center;
        display: flex;
    }

    .training-sale {
        padding-right: unset!important;
    }

    .training-sale li {
        font-size: 20px!important;
    }

    .contact-sub {
        text-align: center;
        margin-left: unset;
    }

    body.home .kontakt-flex {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }
    
    body.home .kontakt-flex p {
    width: 100%;
    }

    .testimonial-right {
        height: auto;
    }

    .testimonial-card-fix {
        height: auto;
        margin-bottom: 2em;
    }

    .res-img-mob {
        width: 100%;
        height: auto;
    }

    .margin-t2 {
        margin-top: 2em!important;
    }

    .testimonial-left {
        display: flex;
        justify-content: center;
        height: unset;
        max-width: 400px;
        margin-bottom: 2em;
    }

    .testimonial-left img {
        max-height: unset; 
    width: 100%;
    height: unset;
    }

    .hero h1 {
        font-size: 48px!important;
    }

    h1 {
        font-size: 32px!important;
    }

    .hero-video-container {
        width: 100%;
        height: auto;
    }

    .hero p {
        width: 100%;
    }

    .hero-buttons {
        display: flex;
        flex-direction: column;
    }

    .hero-buttons .alternate-button {
        margin-right: unset!important;
    }

    .align-items-mobile {
        align-items: center;
        margin-top:2em;
    }

    .wave-bottom {
        position: relative;
        margin-top: -100px;
    }

    .padding-blog {
        padding: 0em 2em 2em;
    }
   
    .fairs {
        row-gap: 0em!important;
    }

    .fairs-item-testimonial {
        padding: 2em 0.5em 0em !important;
    }

    .desktop-margin-neg {
        margin-left: unset;
    }

    .margin-70 {
        margin-top: unset!important;
    }

    .desktop-padding-l8 {
        padding: unset!important;
    }

    .mobile-text-center {
        text-align: center!important;
    }

    .wave-bottom {
        margin-top: -20px;
    }

    .justify-center-mobile {
        justify-content: center;
    }

    .bloger {
        gap: 3em!important;
    }

}

@media screen and (max-width: 720px) {

    .fairs-item .fairs-content-container {
        align-items: center;  
    }

    .fairs-content-container p {
        width: 70%;
    }

    .featured-post {
        flex-direction: column-reverse;
        width: 350px;
    }

    .mobile720-center {
        justify-content: center;
    }

    .featured-post-content {
        padding: 2em 1.5em 4em;
    }

    .featured-wave {
        display: none;
    }

    .featured-post-img img {
        width: 100%!important;
    }

    .featured-post-content h1 {
        text-align: center !important;
    }

    .meta-info-featured {
        width: 310px;
    }

    .featured-post-img img {
        border: none;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px; 
        border-bottom-right-radius: 0px; 
    }

    span.sups-heading {
        margin-top: 40px;
    }


}

@media screen and (max-width:480px) {
    .fairs-content-container p {
        width: 100%;
        padding: 0 0.5em;
    }

    span.sups-heading {
        margin-top: 40px;
    }
}

@media screen and (max-width: 1200px) {
    .mobile-wrap .fairs-item
    {
    padding: 2em 1em 3em;
    }
}

/*.testimonials-section-discount {
    display: none;
}*/

/*body.single-product .padding-lr5 {
    padding: 0;
}*/