/*
Theme Name: Woostify Child
Theme URI: https://woostify.com
Template: woostify
Author: Woostify
Author URI: https://woostify.com/about
Description: Woostify is fast, lightweight, responsive and super flexible WooCommerce theme built with SEO, speed, and usability in mind. The theme works great with any of your favorite page builder likes Elementor, Beaver Builder, SiteOrigin, Thrive Architect, Divi, etc. Therefore, you can build any type of websites like shop, business agencies, corporate, portfolio, education, university portal, consulting, church, restaurant, medical and so on. Woostify is compatible with all well-coded plugins, including major ones like WooCommerce, OrbitFox, Yoast, BuddyPress, bbPress, etc. Learn more about the theme and ready to import demo sites at https://woostify.com
Tags: e-commerce,two-columns,left-sidebar,right-sidebar,custom-background,custom-colors,custom-header,custom-menu,featured-images,full-width-template,threaded-comments,rtl-language-support,footer-widgets,sticky-post,theme-options
Version: 2.2.6.1701695000
Updated: 2023-12-04 18:33:20

*/

html {
  scroll-behavior: smooth;
}

#view {
    overflow-x: visible;
}

.site-content {
    margin: 1.5rem 0;
}

/* Header */
/*
.site-header-inner {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
*/
.topbar-slider .slider .text-scroll {
    text-transform: capitalize;
    font-size:1rem;
}

.page-header .entry-title {
    font-size: 1.5rem;
    font-weight: bold;
}

.woostify-breadcrumb, .woostify-breadcrumb a {
    font-size: 1rem;
    line-height: 1;
}

/* SIDEBAR */
.widget-area h3 {
    font-size: 1.25rem;
    font-weight: 400;
}

.cat-item .current-cat a {
    font-weight: 600;
    color: #fc3c80 !important;
}

.widget-title, .widgettitle {
    font-weight: 800;
    margin-bottom: 20px;
}

.widget-area .widget li {
    list-style: none;
    line-height: 1.5;
    margin-bottom: 1rem;
    font-size: 1rem;
    font-weight: 500;
}

/* MENU */

.main-navigation .primary-navigation {
    margin-left:30px;
}

.main-navigation .primary-navigation .menu-item {
    float:left;
}

.main-navigation .primary-navigation > .menu-item .sub-menu > li {
    float:none;
    width: 250px;
}

#menu-item-83 {
    margin-right: 5px;
}

#menu-item-83 > div > div.dgwt-wcas-search-icon {
    width: 24px;
}

.site-header .header-search-icon .dgwt-wcas-ico-magnifier-handler {
    height: 22px;
    fill: #FC3C80;
}

#menu-item-83 > div > div > svg {
    margin-bottom: -5px;
    max-width: 24px;
}

#menu-item-40601 { /*Search bar*/
    margin-top: 5px;
    width: calc(100% - 430px);
}


@media screen and (max-width: 992px) {
    /* Mobile menu */
    .main-navigation .primary-navigation {
        margin-left:0px;
    }
    
    .main-navigation .primary-navigation .menu-item {
        float:none;
    }
    
    #menu-item-40601 {/*Search bar*/
        width: 100%;
    }
    
    .dgwt-wcas-search-icon {/*Search bar*/
        margin-top:-10px;
    }
}

/* 404 page */

.error404 .site-content {
    background-size: contain;
}

.error404 .error-404-text {
    background: #fafafa;
    padding: 10px;
    opacity: 90%;
    box-shadow: 0 0 5px rgb(0 0 0 / 70%);
}

/* Checkout Order Pay Button */

#order_review {
    border: 2px solid #000;
}

.woocommerce-shipping-totals > th, .payment-method-selector {
    margin-top: 10px;
    font-weight: 600;
    font-size: 16px !important;
    color: #2b2b2b !important;
    text-transform: uppercase;
}

.woocommerce-checkout-payment, .woocommerce-checkout-review-order-table .woocommerce-shipping-totals {
    border-top: 2px solid #000;
}

.payment-gateway-info {
    font-size: small;
    text-align: center;
    line-height: 1;
    margin-top: 2rem;
}

#btn-razorpay {
    min-width: 200px;
    height: 50px;
    font-weight: 600;
    text-transform: uppercase;
    vertical-align: top;
    padding-top: 0;
    padding-bottom: 0;
    pointer-events: auto;
    background-color: #000;
    color: #fff;
    border-radius: 50px;
}

#btn-razorpay:hover {
    background-color: #191970;
}

#btn-razorpay-cancel {
    min-width: 100px;
    height: 50px;
    font-weight: 600;
    text-transform: uppercase;
    vertical-align: top;
    padding-top: 0;
    padding-bottom: 0;
    pointer-events: auto;
    background: #fff;
    border-radius: 50px;
}

#btn-razorpay-cancel:hover {
    background: var(--wp--preset--color--vivid-red);
    border-color: var(--wp--preset--color--vivid-red);
    color: #fff;
}

.circle-loading:before, .updating-cart.ajax-single-add-to-cart .single_add_to_cart_button.loading:before, .updating-cart #shop-cart-sidebar:before, .image-loading:before, body:not(.yith-wcms-pro) .processing:not(.um-woo-status):before, .tns:not(.tns-slider):before {
	content: "";
    z-index: 2;
    position: absolute;
    border: 10px solid #ddd;
    border-top-color: #fc3c80;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    transform: translateY(-50%) translateX(-50%);
    animation: circle-loading 1s linear infinite;
}

/*Login page */

.xoo-el-form-container button.button.btn.xoo-el-action-btn {
    padding: 10px 15px;
}

/* POP UP*/


#woostify-login-form-popup .woostify-login-form-popup-content {
    max-width: 600px;
    padding: 20px;
    border-radius: 10px;
}

#woostify-login-form-popup .woostify-login-form-popup-content .u-columns {
    margin: 0;
}

#woostify-login-form-popup .woostify-login-form-popup-content .u-columns [class^=u-column] {
    max-width: 540px;
    padding-left: 0;
}

.woocommerce-account .u-column1 .woocommerce-form-login, .woocommerce-account .woocommerce-form.woocommerce-form-register {
    border-radius: 10px;
}

.wp_google_login {
    display: inline-block;
    position: relative;
    width: 100%;
    margin: 4px auto 0 !important;
}

.wp_google_login__button {
    padding: 6px 15px !important;
    border-width: 1px !important;
}

.wp_google_login__button:hover {
    color: #FFF !important;
    background:#191970;
    border-color: #191970;
    margin: 6px auto 0 !important;
}

.wp_google_login__google-icon {
    border-radius: 4px;
}

#woostify-login-form-popup .woostify-login-form-popup-content .woocommerce-form.woocommerce-form-login .woocommerce-form-login__rememberme {
    text-align: center;
    margin-bottom: 10px;
}

#woostify-login-form-popup .woostify-login-form-popup-content .woocommerce-form.woocommerce-form-login .woocommerce-form-login__submit {
    margin: auto !important;
}

#woostify-login-form-popup .woostify-login-form-popup-content .woocommerce-form.woocommerce-form-login .lost_password {
    text-align: center;
}

.woocommerce-form__label-for-checkbox {
    text-align: center;
    margin: 10px 0;
}

.woocommerce-form.woocommerce-form-login .input-text, .woocommerce-account .woocommerce-form.woocommerce-form-register .input-text {
    border-radius: 4px;
}

.xoo-el-inmodal {
    max-height: 700px;
}

.xoo-el-form-container ul.xoo-el-tabs li {
    padding: 10px 20px;
}

.xoo-el-login-tgr {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.xoo-el-reg-tgr {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.woocommerce-form.woocommerce-form-login .woocommerce-form-login__rememberme {
    margin: 20px 0 0;
}

.woocommerce-privacy-policy-text {
    text-align: center;
    margin: 10px 0 0;
}

.woocommerce-form-register__submit {
    margin: auto;
    display: block;
}

/*NEW HOMEPAGE*/



.homepage {
    margin-bottom: -100px;
    margin-top: -10px;
    padding: 20px 15px 0;
    background: white;
    box-shadow: 0px 5px 5px hsl(0deg 0% 0% / 50%);
}

.homepage-row {
    margin: auto auto 50px;
    display:flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

.homepage-data {
    width:100%;
}

.homepage-header {
    margin-bottom: 15px;
    font-size: 30px;
    font-weight: 400;
}

/* Homepage Carousel */

    .slider-container {
      overflow: hidden;
      position: relative;
      width: 100%;
    }

    .slider-track {
      display: flex;
      transition: transform 0.5s ease-in-out;
    }

    .slider-item {
      flex: 0 0 100%;
    }

    .prev-button,
    .next-button {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background-color: #fff;
      color: #232323;
      border: none;
      padding: 10px;
      font-size: 16px;
      line-height: 0;
      cursor: pointer;
      border-radius: 50%;
    }

    .prev-button {
      left: 10px;
    }

    .next-button {
      right: 10px;
    }

    .slider-dots {
      position: absolute;
      bottom: 10px;
      left: 50%;
      transform: translateX(-50%);
      display: flex;
      justify-content: center;
    }

    .dot {
      width: 5px;
      height: 5px;
      background-color: #999;
      border-radius: 50%;
      margin: 0 5px;
      cursor: pointer;
    }

    .dot.active {
      background-color: #333;
    }

.homepage-banner {
    
}

.homepage-testimonials {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: center;

}

.homepage-testimonials-box {
    width: calc(33.33% - 30px);
    border: 1px solid #EFEFEF;
    display: flex;
    margin-right: 30px;
}

.homepage-testimonials-image img {
    border-radius: 50%;
    padding: 5px;
    width: 150px;
    height: 150px;
    max-width: 150px;
}

.homepage-testimonials-commment {
    line-height: 1.5;
    padding: 15px;
    background: #EFEFEF;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: nowrap;
    align-items: flex-start;
}

.homepage-testimonials-commment b {
    font-size:16px;
    margin-bottom: 10px;
}

.homepage-ads {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.homepage-ads-box {
    border: 1px solid #EFEFEF;
    background: #232323;
    display: flex;
    width: calc(16% - 4px);
    margin-right: 15px;
    margin-bottom: 30px;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;    
}

.homepage-ads-data {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px 5px;
    width: 100%;
    text-align: center;
}

.homepage-ads-data span.ads-type {
    color: #d5d5d5;
    font-size: 12px;
    text-shadow: 2px 2px BLACK;
    text-transform: uppercase;
}

.homepage-ads-data span.ads-offer {
    color: #FFB6C1;
    font-size: 18px;
    font-weight: 600;
    text-shadow: 2px 2px #000;
}

.homepage-ads-data span.ads-shop {
    color: #fafafa;
    font-size: 12px;
}


/* Style for horizontal accordion */
.accordion {
    display: flex;
    flex-direction: column;
}

.accordion-header {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.accordion-title {
    cursor: pointer;
    min-width: 100px;
    text-align: center;
    margin-right: 20px;
    font-size: 16px;
    height: 48px;
    text-transform: capitalize;
    border: 1px solid #232323;
    color: #232323;
    border-radius: 50px;
}

.accordion-title.active {
    background-color: #232323;
    color: #fafafa;
}

.accordion-item {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.accordion-content {
    display: none;
}

.accordion-content:last-child {
    border-bottom: none;
}

.accordion-header-text {
    padding: 8px 12px;
}

.accordion-text {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}



@media screen and (min-width: 992px) {
    .accordion-text .products.columns-5 .product:nth-of-type(5n+6), .homepage-data .products.columns-5 .product:nth-of-type(5n+6), .last-ads-box {
        display:none;
    }
}


.home-ouline-button {
    padding: 8px 14px;
    border: 2px solid;
    border-radius: 50px;
    font-weight: 700;
    margin-top: 10px;
}

.home-ouline-button:hover {
    background:#000000;
    border-color:#000000;
    color:#ffffff;
}

.insta-feed {
    width: 100%;
    height: auto;
}

.homepage-icon {
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 25px;
    border-top: 3px solid #232323;
}

.homepage-icon-text b {
    font-size: 16px;
    margin-top: 10px;
    color: #232323;
    text-transform: uppercase;
}

.homepage-subscribe {
    display: flex;
    width: 100%;
    padding: 30px;
    margin-bottom: -50px;
    background: #F3F3F3;
    border-top: 3px solid #232323;
}

.homepage-subscribe-icon {
    width: 30%;
    text-align: center;
}

.homepage-subscribe-data {
    width: 100%;
    display: inline-flex;
    flex-direction: column;
    padding: 10px;
}

.homepage-subscribe-text {
    font-size: 20px;
    font-weight: 600;
    color: #232323;
    margin-bottom: 10px;
    padding-left: 20px;
}

.mc4wp-form .mc4wp-form-77 {
    width: 100%;
}

div.subscribe {
    display: flex;
    width: 100%;
}

.subemail, .subbutton, .subphone {
    width: calc(100% - 50px);
    margin-right: 30px;
    display: inline-block;
    margin-bottom: 10px;
    padding: 10px 20px;
    border-radius: 50px;
    border: 3px solid #2b2b2b;
}

.subbutton {
    text-transform: capitalize;
    width: auto;
    font-size: 20px;
    background: #2b2b2b;
    color: #fff;
    padding: 8px 30px!important;
    border: none!important;
    transition: ease-in-out 0.5s;
}

@keyframes blink {
  0%, 100% {
    color: var(--wp--preset--color--white);
  }
  50% {
    color: var(--e-global-color-woostify_color_4);
  }
}

.blinking-text {
  animation: blink 1s infinite, 3s ease-in-out 1;
}

.offer-wallet-50 {
    background: var(--e-global-color-woostify_color_6);
    color: var(--wp--preset--color--white);
    text-align: center;
    padding: 8px 15px;
    border-radius: 50px;
}

/* Homepage Blog */

.homepage-blog-shortcode {
    display: flex;
    flex-direction: row;
    background: #fedde2;
}

.homepage-blog-post {
    width: 33%;
    margin: 1%;
    padding: 10px;
    background: white;
    border: none;
    border-radius: 3rem;
    box-shadow: 0 0 4px rgb(0 0 0 / 20%);
}

.homepage-blog-post img {
    max-height: 200px;
    border-radius: 3rem;
}

.homepage-blog-post h2 {
    color: #FC3C80;
    margin: 8px 0;
    line-height: normal;
    font-size: medium;
    font-weight: 800;
}

.home-read-more-btn {
    color: #2F2440;
    font-weight: 700;
    text-decoration: underline;
    padding-top: 10px;
    display: inline-block;
    font-size: 1rem;
}

@media screen and (min-width: 600px) {
    .mt-15 {
        margin-top:-15px;   
    }
    .mt-30 {
        margin-top:-30px;   
    }
    .mt-50 {
        margin-top:-50px;   
    }
}


@media screen and (max-width: 600px) {
    .site-content {
        margin: 0;
    }
    
    .homepage {
        margin-left: -15px;
        margin-right: -15px;
        padding: 0;
        margin-top: 0;
        margin-bottom: -100px;
    }
    
    .homepage-header {
        font-size: 24px;
    }

    .homepage-row {
        margin: auto auto 10px;
    }
    
    .prev-button, .next-button {
        display:none;
    }
    
    .homepage-data > .woocommerce > .products {
        margin:0;
        width:100%;
    }
    
    .homepage-testimonials {
        flex-direction: column;
    }
    
    .homepage-testimonials-box {
        width: calc(100% - 30px);
        margin-right: 15px;
        margin-left: 15px;
        margin-bottom: 15px;
    }
    
    .homepage-ads-box {
        margin-right: 0;
        width: 50%;
        margin-bottom: 0;
    }
    
    .accordion-title {
        min-width: 60px;
        text-align: center;
        margin-right: 5px;
        margin-bottom: 5px;
        font-size: 14px;
        height: 36px;
        text-transform: capitalize;
        border: 1px solid #232323;
        color: #232323;
        border-radius: 50px;
    }
    
    .accordion-header-text {
    padding: 3px;
    }
    
    .accordion-content .products {
        margin-top: -10px;
    }
    
    .homepage-icon {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }
    
    .homepage-icon-box {
        width: 50%;
    }
    
    .homepage-subscribe {
        flex-direction: column;
        align-items: center;
        margin: 20px 0 -10px;
        padding: 10px;
    }
    
    .subscribe {
        flex-direction: column;
    }
    
    .subscribe .subemail {
        margin-right: 0;
        width: 100%;
    }
    
    .subscribe .subbutton {
        margin: 0;
        padding: 13px !important;
    }
    
    /* Homepage Blog */
    
    .homepage-blog-shortcode {
        flex-direction: column;
    }
    
    .homepage-blog-post {
        width: 96%;
        margin: 1% 2% 5%;
    }
    
    
}
    



/*homepage*/

/** Read More **/

.panel-wrapper {
    position: relative;
}

.btn {
    padding: 1em 0;
    text-decoration: underline !important;
    text-align: center !important;
    display: block;
    width: 100%;
    font-weight: 600;
}
.show, .hide {
    position: absolute;
    bottom: -3em;
    z-index: 100;
}

.hide {display: none;}
.show:target {display: none;}
.show:target ~ .hide {display: block;}
.show:target ~ .panel {
    max-height: 2000px; 
}

.panel {
    position: relative;
    margin: 2em auto;
    max-height: 300px;
    overflow: hidden;
    transition: max-height .5s ease;
}

#sb_instagram .sbi_follow_btn a {
    background: #fff !important;
    cursor: pointer;
    margin-top: 25px;
    margin-bottom: -15px;
    padding: 8px 20px !important;
    font-weight: 600;
    text-transform: capitalize;
    color: #232323 !important;
    border: 1px solid #232323 !important;
    border-radius: 50px !important;
}

#sb_instagram .sbi_follow_btn a:hover, #sb_instagram .sbi_follow_btn a:focus {
    background: #232323 !important;
    color: white !important;
    box-shadow:none;
}

@media only screen and (max-width:769px) {
	.panel {
    	max-height: 500px;
	}
}



    .entry-header h1 {
        display:none;
    }
    
    .home-banner {
        display: flex;
        position: relative;
        background-color: #FF4C3B;
        color: #FFF;
        justify-content: center;
        align-items: center;
        margin-bottom: 5rem;
    }
    
    .home-banner-sub {
        position: relative;
        width: 50%;
    }
    
    .home-button {
        font-family: "Poppins",Sans-serif;
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
        fill: #565656;
        color: #565656 !important;
        background-color: #EEFF3B;
        border-radius: 0 0 0 0;
        padding: 16px 42px 16px 42px;
        transition-duration: .3s;
        transition-property: transform;
        transform-origin: 0 100%;
    }
    
    .home-button:hover, .home-button:focus {
        color: #fff !important;
        background-color: #ff4c3b;
        border-color: #ff4c3b;
        transform: skew(-10deg);
    }
    
    .home-banner .home-button:hover, .home-banner .home-button:focus {
        background:#FFF;
        color:#565656 !important;
    }
    
    .section-title {
        color: #212529;
        font-family: "Poppins",Sans-serif;
        font-size: 36px;
        font-weight: 700;
        text-transform: uppercase;
        padding: 0;
        line-height: 1;
        margin-bottom: 80px;
        text-align: center;
    }
    
    h2.section-title:after {
        content: " ";
        border: 2px solid #ff4c3b;
        clear: both;
        display: block;
        width: 75px;
        margin: 20px auto 0;
    }
    
    .section {
        max-width: 1570px;
        margin: 50px auto 50px;
        padding: 15px;
        display:flex;
        flex-direction: column;
    }
    
    .section-row {
        max-width: 1570px;
        margin: auto auto 50px;
        padding: 15px;
        display:flex;
        flex-direction: row;
    }
    
    .section-row div.style1 {
        padding: 160px 20px;
        margin: 20px;
    }
    
    .section-row div.style2 {
        padding: 20px;
        margin: 20px;
        color: #FFF;
        width: 33%;
        display: inline-flex;
        flex-direction: row;
    }
    
    .section-row div.style2 h3 {
        color: #FFF;
    }
    
    .home-dashicons {
        font-size: 48px;
        border-radius: 99%;
        background: #eee;
        margin-right: 15px;
        width: 75px;
        height: 75px;
        padding: 12px;
        color: #565656;
    }
    
    .section .section-button {
        margin: auto;
    }
    
    .home-fixed-banner {
        background-image: url(/wp-content/themes/zakra-child/img/homepage-combo.jpg);
        height: 600px;
        background-repeat: no-repeat;
        background-position: top;
        background-attachment: fixed;
    }
    
    .home-fixed-banner div {
        text-align:center;
    }
    
    .home-fixed-banner h2 {
        font-size: 50px;
        font-weight: 800;
        color: white;
        text-shadow: 0 0 10px rgb(0 0 0 / 50%);
        letter-spacing: 3px;
        text-transform: uppercase;
        text-align: bottom center;
        padding-top: 10%;
        margin-bottom: 100px;
    }
    
    .home-outline-button {
        font-family: "Poppins",Sans-serif;
        font-size: 12px;
        font-weight: 600;
        fill: #fff;
        color: #fff !important;
        background-color: rgba(0,0,0,0);
        border-style: solid;
        border-width: 1px 1px 1px 1px;
        border-color: #fff;
        border-radius: 0 0 0 0;
        padding: 8px 19px 8px 19px;
    }
    
    .home-outline-button:hover {
        color: #000 !important;
        background-color: #fff;
        border-color: #fff;
    }
    
@media screen and (max-width: 1200px) {
    .section {
        max-width: 1170px;
    }
}


@media screen and (max-width: 992px) {
    .section {
        max-width: 920px;
    }
}

@media screen and (max-width: 768px) {
    
    .home-banner-sub {
        width: 100%;
        text-align: center;
        margin-left: 0!important;
        padding: 50px 10px 60px;
    }
    
    .home-banner-sub-hide {
        display:none;
    }
    
    .section {
        max-width: 730px;
    }
    
    .section-row {
        flex-direction: column;
    }
    
    .section-row div.style2 {
        width: auto;
        flex-direction: column;
        text-align: center;
    }
    
    .section-row div.subscribe {
        width: 100% !important;
        font-weight: 600;
        text-align: center;
        margin-top: 50px !important;
        margin: auto;
    }
    
}

/* ----------------WOOCOMMERCE OPTION---------------- */

/* Products grid*/

/* Make wishlist button on archives transparent */
.product-loop-image-wrapper .tinv-wraper .tinvwl_add_to_wishlist_button {
    background-color: rgb(255 255 255 / 50%);
}

/* Trim product title on archives */
.woocommerce .product .woocommerce-loop-product__title {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 1rem !important;
    text-align: left;
    color: #555555 !important;
    text-transform: capitalize;
}

.product-loop-image-wrapper .woocommerce-loop-product__link {
    border: 1px solid #f0f0f0;
    overflow: hidden;
    border-radius: 1rem;
}

.product-loop-image-wrapper .product-loop-image {
    border: 1px solid #f0f0f0;
    border-radius: 1rem;
    transform-origin: center center;
    transform: scale(1.15);
}

.product-loop-content {
    padding: .5rem 0;
    text-align: left;
}

.no-transform .animated-meta {
    align-items: flex-start;
}

.animated-meta .price span {
    font-size: 1.25rem !important;
    color: #555 !important;
    font-family: 'Rubik';
}

.animated-meta .price del span {
    font-size: 1rem !important;
}

.animated-meta .price ins span {
    color: #009688 !important;
    font-size: 1.5rem !important;
}



/* Variation Icon Corrections */

.variations tr {
    margin-bottom: 0;
}  

@media screen and (max-width: 600px) {
    .variations tr+tr {
        margin-top: 0;
    }
}



/* Category desription */
.term-description {
    margin-top: 70px;
    padding: 15px 15px 10px;
    border-style: solid;
    border-width: 1px;
    border-color: #efefef;
    background: #f9f9f9;
}

/* Wishlist button correction */
.product-loop-image-wrapper .tinv-wraper .tinvwl_add_to_wishlist_button {
    background-color: rgb(255 255 255 / 50%);
}

.product-loop-image-wrapper .product-loop-action .tinvwl_add_to_wishlist_button {
    width: 20px;
    height: 20px;
    padding: 0 15px;
    border-radius: 50px;
    top: 10px;
    right: 5px;
}


.woostify-sorting .woocommerce-ordering {
    border-radius: 1rem;
}

@media screen and (max-width: 768px) { 
    .products .product {
        margin-right: 10px;
    }
    
    .products.mobile-columns-2 .product {
        width: calc((100% - 10px) / 2 - 0.01px);
    }
    
    .woostify-sorting {
        justify-content: space-between;
        align-items: flex-start;
        align-content: flex-start;
        flex-wrap: wrap;
        flex-direction: row;
    }
    
    .woostify-sorting .woostify-toolbar-left #toggle-sidebar-mobile-button {
        position: relative;
        height: 31px;
        top: 0;
    }
    
    .woostify-sorting .woocommerce-ordering {
        max-width: 180px;
        height: 35px;
        border: 1px solid #ccc;
        border-radius: 1rem;
    }
}


/* ----------- OLD PRODUCT ADJUSTMENT ON MOBILE --------------
@media screen and (max-width: 600px) {
    .products {
        width: calc(100% + 30px);
        margin: -15px;
    }
    
    .products.mobile-columns-2 .product {
        width: calc((100% - 0px) / 2 - 0.01px);
    }
    .products .product {
        margin-right: 0;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 768px) {


    
    .products {
        margin-top: -30px;
    }
    
}
 ----------- OLD PRODUCT ADJUSTMENT ON MOBILE -------------- */
 
@media screen and (max-width: 992px) {
    
    .woostify-sorting .woostify-toolbar-left #toggle-sidebar-mobile-button {
        position: relative;
        height: 35px;
        top: 0;
        border-radius: 1rem;
    }
    
}

/* Single product */

.single-product .content-top, .product-page-container {
    background-color: rgb(239 235 224 / 30%) !important;
}

.product_title {
    font-weight: 600;
    margin-top: -40px;
    font-size: 18px;
}

.price > ins {
    color: #009688;
    font-weight: 600;
    font-size: xx-large;
}

.price > del {
    font-size: smaller;
}

.variations .reset_variations {
    height: 40px;
    margin-bottom: 0;
    padding: .4rem 1rem;
    border: 2px solid #00000020;
    border-radius: 1rem;
}

.product-gallery.vertical-style .product-images-container.flickity-enabled .image-item, .product-gallery.horizontal-style .product-images-container.flickity-enabled .image-item, .product-images-container {
    text-align:center;
}

.woostify-trust-badge-box {
    text-align: left;
    margin-top: 10px;
}

/* NEW SLIDER */

.rtwpvg-images.rtwpvg-has-product-thumbnail .rtwpvg-grid-layout .rtwpvg-thumbnail-wrapper .rtwpvg-thumbnail-slider .rtwpvg-thumbnail-image img, .rtwpvg-images.rtwpvg-has-product-thumbnail .rtwpvg-wrapper .rtwpvg-thumbnail-wrapper .rtwpvg-thumbnail-slider .rtwpvg-thumbnail-image img {
    height: auto;
    width: 75px;
    border-radius: 1rem;
}

.rtwpvg-images.rtwpvg-has-product-thumbnail .rtwpvg-grid-layout .rtwpvg-thumbnail-wrapper .rtwpvg-thumbnail-slider:not(.swiper-initialized).rtwpvg-thumbnail-columns-4 .swiper-wrapper, .rtwpvg-images.rtwpvg-has-product-thumbnail .rtwpvg-wrapper .rtwpvg-thumbnail-wrapper .rtwpvg-thumbnail-slider:not(.swiper-initialized).rtwpvg-thumbnail-columns-4 .swiper-wrapper {
    display: flex;
    justify-content: flex-start;
}

.rtwpvg-images.rtwpvg-has-product-thumbnail .rtwpvg-grid-layout .rtwpvg-slider img, .rtwpvg-images.rtwpvg-has-product-thumbnail .rtwpvg-wrapper .rtwpvg-slider img {
    border-radius: 1rem;
}

.rtwpvg-images.rtwpvg-has-product-thumbnail .rtwpvg-grid-layout .rtwpvg-thumbnail-wrapper .rtwpvg-thumbnail-slider .rtwpvg-thumbnail-image, .rtwpvg-images.rtwpvg-has-product-thumbnail .rtwpvg-wrapper .rtwpvg-thumbnail-wrapper .rtwpvg-thumbnail-slider .rtwpvg-thumbnail-image {
    opacity: 1;
    width: auto;
}

@media screen and (max-width: 768px) {
    .rtwpvg-images {
        margin-bottom: 0;
        padding: 1rem;
    }
}


@media screen and (min-width: 768px) {
    .product_title {
        margin-top: -22px;
        font-size: 24px;
    }
    
    .product-gallery.vertical-style.has-product-thumbnails .product-thumbnail-images {
        width: 75px;
        min-width: 75px;
        margin-right: 15px;
    }
    
    .product-thumbnail-images .thumbnail-item {
        max-width: 75px;
        width: 100%;
    }
    
    .woocommerce-tabs .woocommerce-Tabs-panel {
        max-height: inherit;
    }
}

.product-summary {
    padding: 15px;
}

.woocommerce-tabs .tabs li a {
    border-radius: 1rem;
}

.woocommerce-tabs .tabs li.active a {
    background: #faf9f6;
}

.related > h2, .up-sells > h2, .woostify-product-recently-viewed-inner > h2 {
    font-size: 1.5rem !important;
    font-weight: 600 !important;
}



@media screen and (max-width: 600px) {
    .product-page-container {
        margin: 0 -15px;
    }
    
    .woocommerce-tabs .tabs {
        margin-left: -15px;
        margin-right: -15px;
    }
    
    .woocommerce-tabs .tabs li {
        width: auto;
    }
    .woocommerce-tabs .tabs li a {
        padding: 4px 10px;
        font-size: 0.9rem;
    }
    .woocommerce-tabs .tabs a {
        font-size: 14px;
        font-weight: 600;
    }
}

@media screen and (max-width: 768px) {
    .single-product .content-top {
        display:none;
    }
}

/* Cart page */
.cart-coupon-text {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    text-align: center;
    font-size: var(--wp--preset--font-size--small);
}

/*Mailchimp Form Correction*/


.sib_signup_box_inside_1 {
    text-align: center;
}

div.subscribe {
    display:block;
    text-align: center;
}
  
.subemail, .subbutton, .subphone, .sib-email-area .sib-email-area {
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
    padding: 8px 20px;
    border-radius: 50px;
    border: 2px solid #2b2b2b;
}
  
.subbutton, .sib-default-btn {
    text-transform: uppercase;
    width: auto;
    font-size: 16px;
    background: #2b2b2b;
    color: white;
    padding: 8px 20px !important;
    border: none !important;
    transition: ease-in-out 0.5s;
    border-radius: 99px;
}
  
.subbutton:hover, .sib-default-btn:hover {
    color: white;
    background: #191970;
    transition: ease-in-out 0.5s;
}

/* Random Product Popup */

#popmake-4685 {
    width: 400px !important;
}

@media screen and (max-width: 600px) {
    #popmake-4685 {
        width: calc(100% - 20px) !important;
    }
}

div#popmake-4685 img.attachment-woocommerce_thumbnail {
    max-width: 150px;
    max-height: 150px;
    border: 2px solid #fff;
}

.rand-products {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: white;
}

.rand-products div {
    padding: 10px 0 10px 10px;
}

span.views {
    margin-bottom: 5px;
    display: inline-block;
    font-size: 14px;
    color: #bbb;
}

/* Product page popup */

#popmake-4692 table {
    font-size: 12px;
}

/*Social Share*/

/* Styles for the social icons */
.social-icons {
    position: fixed;
    bottom: 133px;
    left: 70px;
    z-index: 999;
    opacity: 1;
    transition: opacity 1s ease-in-out;
    pointer-events: auto;
}

/* Style for the close button */
    .close-btn {
    position: fixed;
    bottom: 133px;
    left: 20px;
    width: 40px;
    display: inline-flex;
    border-radius: 50px;
    border: 1px solid rgba(255,255,255,.3);
    cursor: pointer;
    font-size: 10px;
    padding: 4px;
    background: #000;
    z-index: 999;
    cursor: pointer;
    color: white;
    flex-direction: column;
    align-items: center;
    opacity: 0.3;
}

.close-btn > span.dashicons {
  margin-top: 5px;
}

.social-box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    min-height: 63px;
    padding: 4px 10px;
    border-radius: 36px;
    border: 1px solid rgba(255,255,255,.3);
    border-left: none;
    border-top: none;
    background: #000;
    align-items: center;
    justify-content: center;
}

.social-box a {
  padding: 10px 5px;
}

.social-box a span {
    width: 36px;
    height: 36px;
    font-size: 36px;
    color: #fff;
}

/* Hide the social icons when opacity is 0 */
.social-icons[style*="display: none"] {
  opacity: 0;
  pointer-events: none; /* Prevent clicking when hidden */
}

@media screen and (max-width: 600px) {
    .close-btn {
        bottom: 65px;
        left: 10px;
    }
    
    .social-icons {
        bottom: 65px;
        left: 58px;
    }
    
}

@media screen and (max-width: 360px) {
    .social-box {
        padding:4px;
    }
    
    .social-box a span {
        width: 30px;
        height: 30px;
        font-size: 32px;
    }
    
}

/* My Account Page */

/* Referral Input and button */

#referral_url {
    width: calc(100% - 110px);
    padding: 8px 15px;
    border-radius: 50px;
}

.referral-tooltip button {
    background: var(--wp--preset--color--woostify-primary);
    color: var(--wp--preset--color--white);
    padding: 8px 15px;
    min-width: 100px;
    border: 1px solid var(--wp--preset--shadow--outlined);
    border-radius: 50px;
}

.referral-tooltip button:hover {
    background: #191970;
}

/* Wallet Balance top up */

.woo-wallet-add-amount label {
    width: 100%;
    display: block;
}

.woo-wallet-add-amount input {
    width: calc(100% - 110px);
    padding: 8px 15px;
    border-radius: 50px;
}

.woo-add-to-wallet {
    background: var(--wp--preset--color--woostify-primary);
    color: var(--wp--preset--color--white);
    max-width: 100px;
    margin-top: 0px !important;
}

.woo-add-to-wallet:hover {
    background: #191970;
}

/* Wallet back button */
.woocommerce-MyAccount-content .dashicons-editor-break::before {
    background: #ececec;
    padding: 5px;
    width: 40px;
    height: 30px;
    display: inline-block;
    border-radius: 50px;
    font-size: 18px;
}

/* Affiliate Registration form */

#post-5281 > div > div > h2 {
    text-align:center;
}

.yith-wcaf-registration-form .login-form, .yith-wcaf-registration-form .register-form {
    padding: 20px;
}

.yith-wcaf-registration-form form {
    display: inline-flex;
    flex-direction: column;
}

#post-5281 > div > div > div > form > div > div > a {
    margin-bottom: 30px;
}

.yith-wcaf-registration-form a.button, .yith-wcaf-registration-form button, .yith-wcaf-registration-form input[type=submit] {
    padding: 10px;
}

/* Contact form */

.wpforms-form input[type=submit], .wpforms-form button[type=submit], .wpforms-form .wpforms-page-button {
    background-color: #000 !important;
    color: #fff !important;
    border-radius: 50px;
    height: 50px !important;
    text-transform: uppercase;
    padding: 10px 20px !important;
    pointer-events: auto;
    border: none !important;
}

.wpforms-form input[type=submit]:hover, .wpforms-form button[type=submit]:hover, .wpforms-form .wpforms-page-button:hover {
    background-color: #191970 !important;
    color: #fff !important;
}


/* Add this CSS in your theme's style.css file or in the WordPress Customizer */

.color-attributes {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.color-selector {
    width: 30px;
    height: 40px;
    margin-right: 5px;
    cursor: pointer;
    border: 1px solid #ddd;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.more-option {
    cursor: pointer;
    text-decoration: underline;
    font-size: 12px;
    width: auto;
    border: none;
    margin-left: 0;
    padding: 4px 0px;
}

/* Add a hover effect to color selectors if desired */
.color-selector:hover {
    border: 1px solid #aaa;
}

.color-name {
    display: none;
}

/* Sidebar filter */
.yith-wcan-filters .yith-wcan-filter {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}

.yith-wcan-filters .yith-wcan-filter.label-design .filter-items {
    padding:5px;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
  
}

/* Track */
::-webkit-scrollbar-track {
  background: #fafafa; 
  border: 1px solid #999999;

}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
  border-radius:50px;

}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #232323; 
}

/* WC Vendor Correction */
.wcvendors_sold_by_in_loop {
    display: none;
}

.wcv-grid nav.wcv-navigation {
    margin-bottom: 1rem;
    text-align: center;
}

.wcv-navigation ul.menu.black li a:hover {
    border-radius: 99px;
    background: var(--e-global-color-woostify_color_5);
}

.wcv-grid nav.wcv-navigation ul.menu  {
    display: inline-block;
    border-radius: 99px;
    padding: 0 1rem;
}

.wcv-navigation ul.menu.black {
    background: var(--e-global-color-woostify_color_2);
}

.wcv-navigation ul.menu.black li.active {
    background: var(--e-global-color-woostify_color_3);
    border-radius: 99px;
}

.wcv-form .control-group .control>input, .wcv-form .control-group .control>select, .wcv-form .control-group .control>textarea {
    padding: 10px;
}

.wcv-form .control-group .control.append-button .wcv-button {
    border-radius: 99px;
    border: none;
    margin-left: 1rem;
    width: 90px;
    padding: 10px;
}

.wcv-form .control-group .control.append-button>span>input, .wcv-form .control-group .control.append-button>span>select, .wcv-form .control-group .control.append-button>span>textarea {
    border: 1px solid #ddd;
    border-radius: 99px;
}


.wcv-grid table .row-actions a {
    display: inline-block;
    margin: 0.25rem;
    background: var(--e-global-color-woostify_color_3);
    color: var(--e-global-color-woostify_color_4);
    padding: 0.5rem 1rem;
    border-radius: 99px;
}

div.row-actions.row-actions-product > a.confirm_delete {
    background: var(--e-global-color-woostify_color_6);
    color: var(--e-global-color-woostify_color_4);
}

.select2-container--default .select2-selection--multiple {
    max-height: 50px;
}

table.wcv-table td, table.wcv-table th {
    width: auto;
}

.wcv-shop-header-name {
    font-size: 2rem;
    font-weight: 700;
    margin: 1rem 0 0;
}

/* ----------------- NEW HOMEPAGE ----------------- */
/* Spacer */
.hp-spacer-10 {
    height: 10px;
}

.hp-spacer-20 {
    height: 20px;
}

.hp-spacer-30 {
    height: 30px;
}

.hp-spacer-40 {
    height: 40px;
}

.hp-spacer-50 {
    height: 20px;
}

/* General */
.justify-center {
    justify-content: center;
    margin: auto;
}

.bg-light-pink {
    background: rgb(251 141 160 / 30%);
}

.bg-sky-blue {
    background: #42B3CC;
}

.bg-light-blue {
    background: #D9F0F5;
}

.rounded-1 {
    border-radius: 1rem;
}

.pd-1rem {
    padding: 1rem;
}

.margin-bottom-1rem {
  margin-bottom: 1rem;  
}

.margin-bottom-2rem {
  margin-bottom: 2rem;  
}

.flex-grow-1 {
    flex-grow: 1;    
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-gap-10 {
    gap: 20px;
}

.flex-justify-center {
    justify-content: center;
}

.hp-slider-offer {
    flex: 1;
}

/* SLIDER */
  .hp-slider {
    position: relative;
    overflow: hidden;
    width: 100%;
    border-radius: 1rem;
    flex: 2.5;
  }
  .hp-slides {
    display: flex;
    transition: transform 0.5s ease;
    will-change: transform;
  }
  .hp-slide {
    min-width: 100%;
    box-sizing: border-box;
  }
  .hp-slide img {
    width: 100%;
    height: auto;
    border-radius: 1rem;
    display: block;
    object-fit: cover;
    background-color: #e0e0e0; /* Placeholder colour while loading */
  }

  /* Pagination Dots Styling */
  .hp-pagination-dots {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 1rem; /* Adjust position as needed */
    left: 0;
    right: 0;
  }
  .hp-dot {
    width: 0.5rem;
    height: 0.5rem;
    margin: 0 0.5rem;
    background-color: #ccc; /* Default color */
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s;
  }
  .hp-dot.active {
    background-color: #333; /* Active dot color */
  }
  
@media (max-width: 768px) {
    .hp-slider, .hp-slider-offer {
        flex: 1 1 100%;
    }
}  
  
/* Icons */
.hp-icons {
    display: flex;
    justify-content: space-around;
    padding: 1rem;
    border-radius: 1rem;
}

.hp-icons .hp-icon, .hp-offers .hp-icon, .hp-categories .hp-icon, .hp-products .hp-icon {
    position: relative; /* This is important for the pseudo-element */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    min-height: 100px;
    flex: 1 1 calc(25% - 20px);
}

.hp-offers .hp-icon-50   {
    flex: 1 1 calc(50% - 10px);
    text-align: center;
}

.hp-icons .hp-icon img {
    z-index: 10; /* Place above the content */
    max-height: 60px;
    width: auto;
    margin: 16px auto;
}

.hp-icons .hp-icon p {
    font-size: 1rem;
    font-weight: 600;
}

.hp-icons .hp-icon::before {
    content: "";
    background-image: url('/wp-content/themes/woostify-child/img/default/rectangle-white.png');
    background-repeat: no-repeat;
    background-size: contain; /* Adjust if needed  */
    position: absolute;
    height: 90px;
    width: 90px;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;

}




@media (max-width: 768px) {
    .flex-gap-10 {
        gap: 10px;
    }
    
    .hp-icons .hp-icon, .hp-offers .hp-icon, .hp-categories .hp-icon, .hp-products .hp-icon   {
        flex: 1 1 calc(50% - 10px);
    }
    
    .hp-offers .hp-icon-50 {
        flex: 1 1 100%;
    }
}


/* Title */

.hp-title {
    position: relative; /* Make the element a reference point for the pseudo-element */
    text-transform: uppercase;
    font-size: 2rem;
    z-index: 10; /* Ensure the background is behind the title */
}

.hp-title::after {
    content: "";
    background-image: url('/wp-content/themes/woostify-child/img/new-homepage/icons/leaf-pink.png');
    background-repeat: no-repeat;
    background-size: contain; /* Adjust to control the size of the background */
    position: absolute;
    transform: translate(-8%, -10%); /* Center the background image */
    height: 100%; /* Adjust size as needed */
    width: 100%; /* Adjust size as needed */
    z-index: -1; /* Ensure the background is behind the title */

}

.hp-title-white::after {
   background-image: url('/wp-content/themes/woostify-child/img/new-homepage/icons/leaf-white.png');
}

@media (max-width: 768px) {
    .hp-title::after {
        max-width: 100px;
        max-height: 100px;
        transform: translate(-80px, 8px);
    }
    
}


/* Categories */
.cat-detail {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    flex-direction: column;    
}

.cat-detail h3 {
    margin-bottom:0;
    font-size: 1.125rem;
}

.cat-detail span {
    color: #797979;
    font-size: 1rem;
}


.cat-detail h3::after {
    content: '\279C';
    color: #2b2b2b;
    position: relative;
    margin-left: 4px;
    vertical-align: middle;
    /* OLD
    content: '\2192';
    font-size: 1.5rem;
    font-weight: 600;
    color: #797979;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%); */
}

.hp-testimonials {
    display: inline-flex;
    flex-direction: row;
    background: white;
    border-radius: 1rem;
    padding: 1rem;
    align-items: center;
}

.hp-testimonials img {
    border-radius: 1rem;
}

.hp-testimonials-commment {
    display: flex;
    flex-direction: column;
    padding: 1rem;
}

.hp-testimonials-commment::after {
    content: '\201D';
    font-size: 10rem;
    color: #FB4570;
    position: absolute;
    top: 3rem;
    right: 2rem;
}

.hp-testimonials-commment b {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.hp-testimonials-commment span {
    line-height: 1.5;
}

@media (max-width: 768px) {
    .hp-testimonials {
        flex-direction: column;
    }
    .hp-testimonials-commment b {
        text-align: center;
    }
    .hp-testimonials-commment::after {
        top: 2.5rem;
        right: 1rem;
    }
}


/*Product carousel */
.hp-product-carousel {
    width: 100%;
    margin: 0 auto;
}

.hp-product-carousel-cell {
    width: 33.33%; /* Default to 3 images per view for desktop */
    padding: 5px;  /* Optional padding between images */
}

.hp-product-carousel-cell img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 8px; /* Optional rounded corners */
}

@media (max-width: 768px) {
    /* Adjust for mobile view (2 images per view) */
    .hp-product-carousel-cell {
        width: 50%;
    }
}

.hp-main {
    max-width: 1662px;
    margin: auto;
}

@media (max-width: 768px) {
    .hp-main {
        padding: 0 1rem;
        overflow: hidden;
    }
    
}

/* Post Grid */

.blog-layout-grid .site-main {
    padding: 1rem;
    border-radius: 3rem;
    background: rgb(251 141 160 / 30%);
}

.site-main .post-loop {
    padding-bottom: 2rem;
    padding: 1rem;
    border: none;
    border-radius: 2rem;
    box-shadow: 0 0 4px rgb(0 0 0 / 20%);
}


.site-main .post-loop+.post-loop {
        margin-top: 2rem;
}

.blog .post-loop .entry-title, .post-loop h2 a {
    color: #FC3C80;
    margin-top: 8px;
    line-height: normal;
    font-size: large !important;
    font-weight: 800;
}

.blog .post-loop .summary-text {
    font-size: 1.25rem;
}

.post-loop .entry-header-item {
    margin-bottom: 0;
}

.entry-image-link img, .post-cover-image img, .wp-block-image img {
    border-radius: 1rem;
}

.wp-block-image {
    text-align: center;
    margin: 1rem;
}

.post-loop .entry-meta .post-meta-item {
    margin: 2px;
    color: #2b2b2b;
    font-size: 12px;
    font-weight: 600;
}

@media (min-width: 768px) {
    .blog-layout-standard .site-main .entry-image-link {
        max-width: 500px;
        margin-top: auto;
        margin-bottom: auto;
    }

    .blog-layout-grid .site-main .post-loop {
        flex-basis: calc((100% - 40px) / 2);
        margin-bottom: 40px;
    }
}

@media (max-width: 991px) {
    .blog-layout-standard .site-main .entry-image-link {
        margin-bottom: 1rem;
    }
    
    .blog .post-loop .summary-text {
        font-size: 1.15rem !important;
        line-height: 1.75rem;
        letter-spacing: 0;
    }
}

/* Related Posts */

.related-box .related-post img {
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 3rem;
}

.related-post .posted-on {
    font-size: 1rem;
}

.related-box .entry-title {
    font-size: 1.125rem;
    margin-top: 18px;
    margin-bottom: 25px;
    line-height: 1.5;
    font-weight: 800;
}

.related-box .post-read-more {
    font-weight: 600;
    margin-top: 0;
    text-decoration: underline;
}