﻿

:root {
    --d-red: #EF4056;
    --medium_border_radius: 0.28571429rem;
    --large_border_radius: 0.28571429rem;
    --color-100: #3f4064;
    --red-bg: #fef3f3;
    --main-grey: #f9f9f9;
    --main-color-light: #2549630d;
}

#brands-menu-segment {
    width: 50vw;
}
/*customThemeColor Button*/
.ui.customThemeColor.button, .ui.customThemeColor.buttons .button {
    background-color: var(--main-color) !important;
    color: #fff;
    text-shadow: none;
    background-image: none;
}

.ui.customThemeColor.button {
    box-shadow: 0 0 0 0 rgba(34, 36, 38, .15) inset;
}

    .ui.customThemeColor.button:hover, .ui.customThemeColor.buttons .button:hover {
        background-color: #162b3a !important;
        color: #fff;
        text-shadow: none;
    }

    .ui.customThemeColor.button:focus, .ui.customThemeColor.buttons .button:focus {
        background-color: #162b3a !important;
        color: #fff;
        text-shadow: none;
    }

    .ui.customThemeColor.button:active, .ui.customThemeColor.buttons .button:active {
        background-color: #3f7ba7 !important;
        color: #fff;
        text-shadow: none;
    }

    .ui.customThemeColor.active.button, .ui.customThemeColor.button .active.button:active, .ui.customThemeColor.buttons .active.button, .ui.customThemeColor.buttons .active.button:active {
        background-color: #3f7ba7 !important;
        color: #fff;
        text-shadow: none;
    }

.ui.basic.customThemeColor.button, .ui.basic.customThemeColor.buttons .button {
    box-shadow: 0 0 0 1px var(--main-color) inset !important;
    color: var(--main-color) !important;
}

    .ui.basic.customThemeColor.button:hover, .ui.basic.customThemeColor.buttons .button:hover {
        background: 0 0 !important;
        box-shadow: 0 0 0 1px #162b3a inset !important;
        color: #162b3a !important;
    }

    .ui.basic.customThemeColor.button:focus, .ui.basic.customThemeColor.buttons .button:focus {
        background: 0 0 !important;
        box-shadow: 0 0 0 1px #162b3a inset !important;
        color: #162b3a !important;
    }

.ui.basic.customThemeColor.active.button, .ui.basic.customThemeColor.buttons .active.button {
    background: 0 0 !important;
    box-shadow: 0 0 0 1px #3f7ba7 inset !important;
    color: #3f7ba7 !important;
}

.ui.basic.customThemeColor.button:active, .ui.basic.customThemeColor.buttons .button:active {
    box-shadow: 0 0 0 1px #3f7ba7 inset !important;
    color: #3f7ba7 !important;
}

.ui.buttons:not(.vertical) > .basic.customThemeColor.button:not(:first-child) {
    margin-left: -1px;
}

.ui.inverted.customThemeColor.button, .ui.inverted.customThemeColor.buttons .button {
    background-color: transparent;
    box-shadow: 0 0 0 2px #ff695e inset !important;
    color: #ff695e;
}

    .ui.inverted.customThemeColor.button.active, .ui.inverted.customThemeColor.button:active, .ui.inverted.customThemeColor.button:focus, .ui.inverted.customThemeColor.button:hover, .ui.inverted.customThemeColor.buttons .button.active, .ui.inverted.customThemeColor.buttons .button:active, .ui.inverted.customThemeColor.buttons .button:focus, .ui.inverted.customThemeColor.buttons .button:hover {
        box-shadow: none !important;
        color: #fff;
    }

    .ui.inverted.customThemeColor.button:hover, .ui.inverted.customThemeColor.buttons .button:hover {
        background-color: #ff5144;
    }

    .ui.inverted.customThemeColor.button:focus, .ui.inverted.customThemeColor.buttons .button:focus {
        background-color: #ff4335;
    }

.ui.inverted.customThemeColor.active.button, .ui.inverted.customThemeColor.buttons .active.button {
    background-color: #ff5144;
}

.ui.inverted.customThemeColor.button:active, .ui.inverted.customThemeColor.buttons .button:active {
    background-color: #ff392b;
}

.ui.inverted.customThemeColor.basic.button, .ui.inverted.customThemeColor.basic.buttons .button, .ui.inverted.customThemeColor.buttons .basic.button {
    background-color: transparent;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, .5) inset !important;
    color: #fff !important;
}

    .ui.inverted.customThemeColor.basic.button:hover, .ui.inverted.customThemeColor.basic.buttons .button:hover, .ui.inverted.customThemeColor.buttons .basic.button:hover {
        box-shadow: 0 0 0 2px #ff5144 inset !important;
        color: #ff695e !important;
    }

    .ui.inverted.customThemeColor.basic.button:focus, .ui.inverted.customThemeColor.basic.buttons .button:focus {
        box-shadow: 0 0 0 2px #ff4335 inset !important;
        color: #ff695e !important;
    }

.ui.inverted.customThemeColor.basic.active.button, .ui.inverted.customThemeColor.basic.buttons .active.button, .ui.inverted.customThemeColor.buttons .basic.active.button {
    box-shadow: 0 0 0 2px #ff5144 inset !important;
    color: #ff695e !important;
}

.ui.inverted.customThemeColor.basic.button:active, .ui.inverted.customThemeColor.basic.buttons .button:active, .ui.inverted.customThemeColor.buttons .basic.button:active {
    box-shadow: 0 0 0 2px #ff392b inset !important;
    color: #ff695e !important;
}
/* end */
html {
    scroll-padding-top: 180px; /* height of sticky header */
    scroll-behavior: smooth !important;
}

.customIconPadding {
    padding-left: 8px;
}

.bg-grey {
    background-color: var(--main-grey) !important;
}

.text-black {
    color: black !important;
}

.p-0 {
    padding: 0 !important;
}

.m-0 {
    margin: 0 !important;
}

.m-8 {
    margin: 8px !important;
}

.m-8-tb {
    margin: 8px 0 !important;
}

.m-8-rl {
    margin: 0 8px !important;
}

html {
    scroll-behavior: smooth;
}

body {
    line-height: 1.8em !important;
}

.header {
    line-height: 2em !important;
}

.ui.container.fluid {
    margin: 0 !important;
}


    .ui.container.fluid .main-section {
        padding: 0 1em !important;
    }


.slidePrev-btn {
    position: absolute !important;
    top: 60%;
    z-index: 99999;
    right: 0;
    border: 1px solid lightgrey !important;
    width: 2em !important;
    height: 2em !important;
    background-color: rgba(255, 255, 255, .7) !important;
    padding: 0 !important;
}

.slideNext-btn {
    position: absolute !important;
    top: 60%;
    z-index: 99999;
    left: 0;
    border: 1px solid lightgrey !important;
    width: 2em !important;
    height: 2em !important;
    background-color: rgba(255, 255, 255, .7) !important;
    padding: 0 !important;
}

    .slideNext-btn:hover, .slidePrev-btn:hover {
        background: rgba(238, 238, 238, .7) !important;
    }

a, .ui.button, .ui.buttons .button:not(.mini,.tiny), .ui.buttons .or {
    font-size: 1rem !important;
}

.not-tamim {
    display: none !important;
}
/*  a:not(.ui.positive.button) {
        color: darkslateblue !important;
    }
*/
span, .span {
    font-size: 0.95rem !important;
}

.ui.segment:not(.masthead) {
    box-shadow: none !important;
}

.ui.search .prompt {
    min-height: 42px;
}

.c-white {
    color: white !important;
}

.d-flex {
    display: flex !important;
}

.flow-col-to-row {
    flex-flow: column;
}

@media screen and (max-width:767px) {
    .flow-col-to-row {
        flex-flow: row !important;
    }
}

.flow-col {
    flex-flow: column !important;
}

.flow-row {
    flex-flow: row !important;
}

.ai-center {
    align-items: center;
}

.ai-start {
    align-items: flex-start;
}

.jc-center {
    justify-content: center;
}

.jc-end {
    justify-content: flex-end !important;
}

.jc-evenly {
    justify-content: space-evenly !important;
}

.jc-between {
    justify-content: space-between !important;
}

.jc-around {
    justify-content: space-around !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}





/*@font-face {
    font-family: "IRANSansWeb";
    src: url('/fonts/IRANSansWeb.eot?#iefix');
    src: url('/fonts/IRANSansWeb.woff') format('woff'), url('/fonts/IRANSansWeb.ttf') format('truetype'), url('/fonts/IRANSansWeb.svg') format('svg');
}

@font-face {
    font-family: "nazanin";
    src: url('/fonts/BNazanin.eot?#iefix');
    src: url('/fonts/BNazanin.woff') format('woff'), url('/fonts/BNazanin.ttf') format('truetype');
    font-weight: bold;
}

@font-face {
    font-family: "nazaninbold";
    src: url('/fonts/BNazanin-bold.ttf') format('truetype');
    font-weight: bold;
}
*/
@font-face {
    font-family: "iranyekan";
    font-display: swap;
    src: url('/fonts/Yekan/Yekan.eot?#iefix');
    src: url('/fonts/Yekan/Yekan.woff') format('woff'), url('/fonts/Yekan.ttf') format('truetype');
}

@font-face {
    font-family: 'lg';
    src: url("/fonts/lg.eot?n1z373");
    src: url("/fonts/lg.eot?#iefixn1z373") format("embedded-opentype"), url("/fonts/lg.woff?n1z373") format("woff"), url("/fonts/lg.ttf?n1z373") format("truetype"), url("/fonts/lg.svg?n1z373#lg") format("svg");
    font-weight: normal;
    font-style: normal;
}

.ui.search > .results .result .image {
    width: 3em !important;
}

a:hover {
    text-decoration: none !important;
}


/*:lang(no):not(i), body[dir=rtl] .org, body[dir=rtl] .prc {
    font-family: nazaninbold !important;
}
*/


body[dir=rtl] .org, body[dir=rtl] .prc {
    font-size: 1.2em !important;
}

.CustomRight {
    text-align: right;
    direction: rtl;
}

.CustomLeft {
    text-align: left;
    direction: ltr;
}



.customCenter {
    text-align: center;
}

.priceGreen {
    color: #21ba45 !important;
}

.oldPrice {
    text-decoration: line-through;
    color: darkgray;
}

.autoShow {
    display: none !important;
}

.ui.card > .content > .header:not(.ui), .ui.cards > .card > .content > .header:not(.ui) {
    font-size: unset;
}

@media(max-width: 991px) {
    .autoHide {
        display: none !important;
    }

    .autoShow {
        display: block !important;
    }
}

.results {
    z-index: 100;
}


.imgToman {
    height: 15px;
    margin: 0 3px;
}


.ui.cards > .card > .extra.content.discount-badge {
    color: tomato !important;
    position: absolute !important;
    padding: 0px 8px !important;
    z-index: 9999;
    font-size: 0.9em !important;
    border-top: none !important;
}

.discount-price .org {
    color: var(--l-red) !important;
}

.discount-badge {
    /*background-color: var(--l-red) !important;*/
    position: absolute !important;
    padding: 0px 8px 5px !important;
    z-index: 9999;
    font-size: 0.9em !important;
    border-top: none !important;
    color: white !important;
    top: 10px !important;
    transition: all 0.3s;
}

    .discount-badge strong {
        background-color: var(--l-red) !important;
        padding: 0.5rem 0.5rem 0.7rem;
        border-radius: 10px;
    }

/*.discount-price .org {
    color: limegreen;
}*/
/*.products_section .ui.card:hover .discount-badge {
    transform: scale(2) translate(-35px, 35px) skewY(10deg);
    transition: all 0.3s;
    border-radius: 30px !important;
    opacity: 0.3;
}*/

.discount-price .prc {
    color: #9e9e9e;
    text-decoration: line-through !important;
    font-size: 0.75rem;
    font-weight: 500;
}

/*.ui.card > .extra.discount-badge {
    border-radius: 20px 0 0 20px !important;
}*/

.padding-0 {
    padding: 0 !important;
}

.h-100 {
    height: 100% !important;
}

.border-none {
    border: none !important;
}

/*product cards*/



.proswp .swiper-slide:hover .lines {
    background-size: 100% 100%;
}

.proswp .swiper-slide:hover .angles {
    background-size: 14px 14px;
}

/*.proswp .ui.card .content:not(.extra) {
    padding: 1rem 9px !important;
    border: none;
}*/

.proswp .ui.card {
    text-align: right !important;
    margin: auto !important;
    direction: rtl !important;
    height: 100% !important;
}

    .proswp .ui.card,
    .proswp .ui.card > .image,
    .proswp .ui.card > .extra,
    .proswp .ui.cards > .card > .extra {
        /*border-radius: 20px 0 0 20px !important;*/
        border: none !important;
        box-shadow: none !important;
    }


        /*.proswp .ui.card > .content > .header:not(.ui)*/
        .proswp .ui.card > .content > .header:not(.ui), .proswp .ui.cards > .card > .content > .header:not(.ui) {
            font-size: 0.95rem !important;
            font-weight: 700;
            line-height: 2;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            position: relative;
            z-index: 999;
        }


.proswp .extra-contents {
    display: flex;
    align-items: center;
    flex-flow: row;
    justify-content: space-between;
    margin: 5px 0;
    flex-wrap: wrap;
}

.proswp .fa-cart-plus {
    font-size: 1.3rem !important;
}

.proswp .stock_info {
    color: red;
    font-size: 0.7rem;
}

.proswp .meta .rate {
    display: flex !important;
    flex-flow: row;
    align-items: center;
}

.special_offer_swiper .swiper-slide .ui.card .proImgContainer {
    background: #fff !important;
}

.swiper-slide .ui.card .proImgContainer {
    text-align: center;
    /*background: #f2f2f2;*/
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999 !important;
}

.swiper-slide .ui.card .proImg {
    /*padding: 1rem 1.5rem !important;*/
    object-fit: contain;
    /*aspect-ratio: 3/4;*/
    /*max-width: 150px !important;*/
    /*height: 130px !important;*/
}


/*end products card*/
/*vertical line*/
.vl {
    border-left: 1px solid #e5e5e5;
    height: 200px;
    position: absolute;
    top: 20px;
    right: 0;
}

.swiper-slide-active .vl {
    display: none !important;
}

/*//customs*/
.customDivider {
    margin: 2rem 0;
    border-top: 3px solid #f8f8f8;
    border-bottom: 3px solid #f8f8f8;
}

.customDividerHidden {
    margin: 2rem 0;
    border-top: 1px solid #ffffff00;
}


.customHeader {
    font-size: 1rem;
    width: fit-content;
    border-bottom: 2px solid var(--main-color);
    padding-bottom: 0.5em;
    margin-bottom: 1em;
}

.customPaddingLabel {
    padding: 0.5em 0.5em 0.8em !important;
}

/*.customPaddingBtn {
    padding: .7em 1.5em 1em !important;
}*/

.customPaddingIcon {
    padding: 13px !important;
}
/*custom steps*/

.activeStep {
    color: #b20110;
    background: rgb(178 1 16 / 5%);
    display: flex !important;
    flex-flow: row;
    align-items: center;
    justify-content: center;
}

    .activeStep > * {
        transform: scale(1.2);
    }

.customStep {
    color: grey;
    background: #8080800d;
    display: flex !important;
    flex-flow: row;
    align-items: center;
    justify-content: center;
}

.bd-left {
    border-left: 1px solid grey;
}

.customSteps {
    padding: 0 !important;
    margin: 0 !important;
}
/*end*/
/*.counter {
    border: 1px solid #e5e5e5;
    border-radius: 16px;
}*/

/* start home2-uc*/
/*ads*/
.home2-uc .adsContainer.ui.grid > .column {
    padding: 0.15em !important;
}

.home2-uc .adsImage img {
    border-radius: 0px;
    height: 100% !important;
    width: 100% !important;
    max-height: 300px;
    object-fit: cover;
}

.home2-uc .m-b-50 {
    margin-bottom: 0px !important;
    /*margin-bottom: 50px !important;*/
}

.home2-uc .add_cart_btn.ui.basic.button {
    /* padding: 9px !important;
        box-shadow: none !important;
        position: absolute !important;
        bottom: 135px;
        right: 20px;*/
    background: #b71c1c !important;
    color: white !important;
    width: -webkit-fill-available;
    font-size: 1rem !important;
    cursor: pointer !important;
    position: absolute !important;
    bottom: 0;
    display: none !important;
}

/*end ads*/
.home2-uc .products_container .ui.card > .content {
    border-top: none !important;
}

.home2-uc .products_section {
    border-radius: 0 !important;
}

    .home2-uc .products_section .ui.header {
        text-align: center;
        margin-bottom: 1.5em;
    }

.home2-uc .swiper-slide {
    height: auto !important;
}


/*main slider*/


    .home2-uc .pignose-parallaxslider .slide-visual .script-wrap {
        height: 0 !important;
        top: unset !important;
        /*bottom: 36px !important;*/
    }

        .home2-uc .pignose-parallaxslider .slide-visual .script-wrap .slide-controller {
            padding: 8px;
            border-radius: 10px;
        }
/*end main slider*/

/*category cards*/

.overflow-card {
    margin-top: 3rem !important;
    box-shadow: none !important;
    border-radius: 7px !important;
}

    .overflow-card .content {
        background-color: #eee !important;
        padding: 0 1em !important; 
        display: flex !important;
        flex-flow: column;
        align-items: center;
        justify-content: center;
    }

        .overflow-card .content .image {
            aspect-ratio: 1 / 1;
            width: 90%;
            height: auto;
            transform: translateY(-45px);
            border-bottom: 1px solid #ddd !important;
        }

    .overflow-card .content {
        background: #eee !important;
    }

        .overflow-card .content .header {
            transform: translateY(-30px);
            text-align: center;
        }

        .overflow-card .content .meta {
            transform: translateY(-20px);
            color: grey;
        }


/*end category cards*/


.home2-uc .special_offer_swiper {
    border-radius: var(--medium_border_radius) !important;
}

    .home2-uc .special_offer_swiper .ui.card,
    .home2-uc .special_offer_swiper .ui.card .proImgContainer {
        border-radius: 0 !important;
    }

    .home2-uc .special_offer_swiper .swiper-slide:nth-of-type(2) .ui.card,
    .home2-uc .special_offer_swiper .swiper-slide .ui.card .proImgContainer {
        border-radius: 0 var(--medium_border_radius) var(--medium_border_radius) 0 !important;
    }

@media screen and (min-width:768px) {
    .home2-uc .special_offer_swiper .swiper-slide {
        margin-left: 1px !important;
    }
}



@media screen and (max-width:768px) {
    .home2-uc .adsContainer {
        padding: 1em !important;
    }

    .home2-uc .offer_box {
        padding: 1em 0 !important;
    }

    .home2-uc .mob-p-0 {
        padding-left: 0 !important;
    }
}

.home2-uc .mob-p-0 {
    padding: 0 0 0 8px !important;
}
/* end home2-uc*/
.customPaddingLabel {
    padding: 0.5em 0.5em 0.8em !important;
}

/*.customPaddingBtn {
    padding: .7em 1.5em 1em !important;
}*/

.customPaddingIcon {
    padding: 13px !important;
}
/*start special offer uc*/

.spoffer-uc .special_offer_swiper {
    border-radius: var(--medium_border_radius) !important;
}

    .spoffer-uc .special_offer_swiper .swiper-slide:nth-of-type(2) .ui.card,
    .spoffer-uc .special_offer_swiper .swiper-slide .ui.card .proImgContainer {
        border-radius: 0 var(--medium_border_radius) var(--medium_border_radius) 0 !important;
    }
/*end special offer uc*/

/*start product uc*/

.product-uc .desc_container * {
    line-height: 2em !important
}

.product-uc .pushable {
    overflow-x: unset !important;
}

.product-uc #image_gallery img {
    /*width: 100%;*/
    /*aspect-ratio: 1/1;*/
    /*object-fit: cover;*/
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: contain;
}

.product-uc #sticker {
    position: sticky;
    top: 150px;
    background: #f5f5f5;
}

.product-uc .ui.table tr td,
.product-uc .ui.table tr th {
    border: none !important;
}

.product-uc .ui.basic.table tbody tr {
    box-shadow: none !important;
    border: none !important;
}

.product-uc .ui[class*="very basic"].table:not(.sortable):not(.striped) td:last-child {
    border-bottom: 1px solid #f8f8f8 !important;
}

.product-uc .second-nav .item {
    font-size: 0.95rem !important;
    color: dimgray;
}

.product-uc .ui.table td:nth-of-type(2) {
    color: #757575 !important;
}

/*  .customDivider {
        margin: 2rem 0;
        border-top: 3px solid rgba(34,36,38,.15);
        border-bottom: 3px solid rgba(255,255,255,.1);
    }

    .customHeader {
        font-size: 16px;
        width: fit-content;
        border-bottom: 2px solid #b20110;
        padding-bottom: 0.5em;
        margin-bottom: 1em;
    }

    .customPaddingLabel {
        padding: 0.5em 0.5em 0.8em !important;
    }

    .customPaddingBtn {
        padding: .7em 1.5em 1em !important;
    }
    
    .customPaddingIcon {
        padding: 13px !important;
    }*/
.product-uc .ui.header span {
    font-weight: 700;
    line-height: 2.12;
    font-size: 1rem !important;
}

.product-uc .ui.header .sub.header {
    color: #9E9E9E !important;
    font-size: 0.95rem !important;
}

.product-uc .fad.fa-circle {
    font-size: 0.4rem;
}


/*.product-uc .counter {
    border: 1px solid #e5e5e5;
    border-radius: 7px;
}
*/

.product-uc .gallery-thumbs {
    height: 16%;
    box-sizing: border-box;
    padding: 0 0 10px 0;
}

    .product-uc .gallery-thumbs .swiper-slide {
        height: 65px;
        width: 65px !important;
        opacity: 0.4;
        border-radius: 16px;
    }

        .product-uc .gallery-thumbs .swiper-slide img {
            height: 65px;
            object-fit: contain;
            width: 65px !important;
            border: 1px solid #9e9e9e;
        }

    .product-uc .gallery-thumbs .swiper-slide-thumb-active {
        opacity: 1;
    }

/*end product uc*/
/*start of special sldier*/
.products_container .ui.card > .content {
    border-top: none !important;
}

.products_section {
    border-radius: var(--large_border_radius) !important;
}

    .products_section .ui.header {
        text-align: center;
        margin-bottom: 1.5em;
    }

.swiper-slide {
    height: auto !important;
}




@media screen and (min-width:768px) {
    .special_offer_swiper .swiper-slide {
        margin-left: 1px !important;
    }
}

.add_cart_btn.ui.basic.red.button {
    padding: 9px !important;
    box-shadow: none !important;
    position: absolute !important;
    bottom: 0;
}

.spoffer {
    /*  display: flex !important;
        flex-flow: row;
        align-items: center;
        justify-content: space-between !important;
          width: 100% !important;
      */
    position: absolute !important;
    z-index: 9999;
    padding-top: 3px !important;
}

.spoffer_p {
    color: var(--l-red) !important;
    padding: 0px 8px !important;
    /*font-size: 0.9em !important;*/
    font-weight: bold;
}
/*end of special sldier*/
.back-top-btn {
    text-align: left;
}

.grouped .fields {
    text-align: left;
}

.overflowed-field .field {
    direction: rtl;
}

/*imported from wordpress style*/


.mf-d-flex {
    display: flex
}

.mf-flex-col {
    flex-flow: column;
}

.mf-flex-row {
    flex-flow: row;
}

.mf-ai-center {
    align-items: center;
}

.mf-jc-center {
    justify-content: center;
}

.mf-w-100 {
    width: 100% !important;
}

.mf-w-50 img {
    border: 1px solid #eee;
    min-height: 250px;
    width: 100%;
    max-width: 250px;
    object-fit: cover;
    position: relative;
    top: 10px;
    background: white;
    z-index: 9999;
    border-radius: 5px;
}

.mf-d-flex.mf-w-50 {
    line-height: 2 !important;
    width: 130% !important;
    background: #f7f7f7;
    border-radius: 5px;
}

.mf-w-50 {
    width: 100%;
    margin: 1em 0;
}

.txt-just,
.txt-just * {
    text-align: justify;
    line-height: 2 !important;
}

@media screen and (min-width:768px) {
    .container {
        max-width: 93% !important;
    }

    .mf-w-50:nth-of-type(2n+1) img {
        left: -40px;
    }

    .mf-w-50:nth-of-type(2n) img {
        right: -40px;
    }

    .mf-d-flex.mf-w-50 {
        padding: 1rem 3rem;
        min-height: 300px;
    }
}

@media screen and (max-width:768px) {
    .mf-flex-row {
        flex-wrap: wrap;
    }
    .mf-d-flex.mf-w-50 {
        padding: 1rem;
        min-height: 200px;
    }

    h5 {
        font-size: 1em !important;
    }
}


.shopping-cart-count {
    background: #4485b4 !important;
}
.toTopButton {
    background-color: #4485b4;
}