.theme_btn1, .theme_btn2 {
    padding: 8px 16px;
    transition: .3s;
    font-weight: 700
}

.theme_btn1:hover, .theme_btn2:hover {
    color: #000
}

.box_shadow, .theme_btn1:hover, .theme_btn2, ul.submenu-wrapper {
    box-shadow: rgba(99, 99, 99, .2) 0 2px 8px 0
}

.bg_theme, .btn_check input:checked + label, .mobile_menu_ul, .topbar {
    background-color: var(--secondary)
}

.custom-checkbox-btn span, .desk_ul li a, .mobile_menu_ul li a, a {
    text-decoration: none
}

*, .radio-inputs {
    box-sizing: border-box
}

* {
    margin: 0;
    padding: 0
}

@font-face {
    font-family: roboto-regular;
    src: url(../font/Roboto-Regular.ttf)
}

@font-face {
    font-family: heading-regular;
    src: url(../font/Questrial-Regular.ttf)
}

label span {
    font-family: heading-regular !important
}

a {
    color: var(--secondary)
}

h1, h2, h3, h4, h5, h6 {
    font-family: heading-regular
}

a, b, button, p, span {
    font-family: roboto-regular
}

:root {
    --secondary: #4990f9;
    --light-purple: rgba(255, 255, 255, 0.8);
    --primary: #474747
}

.text_light_purple {
    color: var(--light-purple)
}

.bg_light_blue {
    background-color: rgb(207 225 251)
}

.blog_card h5, .text_theme {
    color: var(--secondary)
}

.text_grey {
    color: var(--primary)
}

.bg_grey {
    background-color: var(--primary)
}

.bg_light_grey {
    background-color: #f3f3f3
}

.fs_13, .product_card_price .day {
    font-size: 13px
}

.fs_14, .theme_btn1, .theme_btn2 {
    font-size: 14px
}

.border-color {
    border-color: var(--light-purple) !important
}

.theme_btn1 {
    background-color: #72abff;
    color: #fff;
    border-radius: 25px;
    border: none
}

.lang_icon, .theme_btn1:hover, .theme_btn2, .theme_btn2:hover, header {
    background-color: #fff
}

.theme_btn2 {
    color: #72abff;
    border-radius: 25px;
    border: none
}

.lang_icon {
    height: 36px;
    width: 36px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center
}

.lang_icon:hover {
    cursor: pointer
}

.header_wp {
    background-color: #57bb63
}

.desk_ul {
    display: flex;
    list-style-type: none;
    margin: 0
}

.desk_ul li a {
    padding: 0 18px
}

.about_li, .car_brands_li, .fleet_li, .lease_li {
    position: relative
}

ul.submenu-wrapper {
    position: absolute;
    top: 41px;
    left: 5;
    list-style-type: none;
    padding: 0 1px;
    min-width: 260px;
    background: #fcfcfc;
    border-radius: 6px;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-perspective: 200px;
    perspective: 200px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s ease-in;
    transition: .3s ease-in;
    z-index: 50;
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%
}

.lease_li .submenu-wrapper {
    min-width: 315px
}

ul.submenu-wrapper li {
    padding: 9px 0;
    border-bottom: 1px solid #e7e1e1
}

ul.submenu-wrapper li:last-child {
    padding: 9px 0;
    border-bottom: none
}

.about_li:hover > .submenu-wrapper, .car_brands_li:hover > .submenu-wrapper, .fleet_li:hover > .submenu-wrapper, .lease_li:hover > .submenu-wrapper {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 1;
    visibility: visible
}

.fs_11 {
    font-size: 11px
}

@media (max-width: 365px) {
    .product_card_price .day {
        font-size: 10px !important
    }

    .product_card_price .price_cut {
        text-decoration-line: line-through;
        font-size: 10px !important
    }

    .product_card_price .price_orig {
        font-size: 12px !important
    }
}

@media (max-width: 450px) {
    .header_logo img {
        width: 100px
    }

    .topbar_main_div {
        justify-content: space-between !important
    }

    .hero_heading_div h2 {
        line-height: 1.5 !important;
        font-size: 30px !important
    }

    .btn-default {
        width: 220px
    }

    .advantage_p {
        font-size: 12px !important
    }
}

@media (max-width: 768px) {
    .hero_section, .hero_section::before, .personal_lease_slide1, .personal_lease_slide1::before, .personal_lease_slide2, .personal_lease_slide2::before {
        height: 460px !important
    }

    .home_about_bg {
        background: 0 0 !important;
        height: auto !important
    }

    .hero_heading_div {
        height: 435px !important
    }

    .w_100_768 {
        width: 100% !important;
        text-align: center
    }
}

.mobile_menu_ul li {
    padding: 10px 22px;
    border-bottom: 1px solid #e7e1e1
}

.mobile_menu_ul li a {
    color: #fff
}

.dropdown-menu a, .footer_phone:hover {
    color: var(--secondary) !important
}

.mobile_menu_ul li:last-child {
    border-bottom: none
}

.dropdown-menu {
    width: 90%;
    top: 8px;
    transition: .3s cubic-bezier(.075, .82, .165, 1)
}

.filter_invert {
    filter: invert(1)
}

.hero_section, .home_about_bg {
    width: 100%;
    height: 670px;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    overflow: hidden !important;
    position: relative
}

.hero_section::before {
    content: "";
    display: block;
    width: 100%;
    height: 670px !important;
    background-color: rgb(0 0 0 / 79%);
    position: absolute;
    top: 0;
    left: 0;
    opacity: .3
}

.hero_section > *, .personal_lease_slide1 > *, .personal_lease_slide2 > * {
    z-index: 10;
    position: relative
}

.hero_heading_div {
    height: 600px
}

.hero_heading_div h2 {
    line-height: 1.4;
    font-size: 50px
}

.btn_check, .w_fit {
    width: fit-content
}

.btn_check input {
    display: none
}

.btn_check i {
    width: 14px;
    text-align: left
}

.btn-default {
    border-color: var(--secondary);
    background-color: #72abff;
    color: #fff;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    font-size: 14px
}

.btn_check input:checked + label {
    color: #fff;
    border-color: var(--secondary);
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn_check input:checked + label i:before {
    content: "\f046"
}

.btn:hover {
    background-color: #5c9eff !important;
    border-color: #91b4e7 !important;
    color: #fff !important
}

.search_filter_container {
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, .15) 0 5px 15px 0;
    border-radius: 8px;
    padding: 28px 12px;
    margin-top: -50px
}

.advantage_p, .product_card_price .price_orig {
    font-size: 15px
}

.product_card {
    box-shadow: rgba(99, 99, 99, .2) 0 2px 8px 0;
    margin: 0;
}

.product_card_labels {
    top: 22px;
    right: 22px
}

.detail_card_labels .promo_label, .detail_card_labels li, .product_card_labels .promo_label, .product_card_labels li {
    padding: 2px 10px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 1px 1px 0 #d8e1ea;
    text-align: center
}

.detail_card_labels .featured_label, .detail_card_labels .featured_label i, .detail_card_labels .promo_label, .detail_card_labels .promo_label i, .product_card_labels .featured_label, .product_card_labels .featured_label i, .product_card_labels .promo_label, .product_card_labels .promo_label i {
    font-size: 13px;
    color: #e35e5d
}

.detail_card_labels .stock_label, .product_card_labels .stock_label {
    background-color: #7fd897
}

.detail_card_labels .stock_label, .detail_card_labels .stock_label i, .product_card_labels .stock_label, .product_card_labels .stock_label i {
    font-size: 13px;
    color: #fff
}

.product_card_title h5 {
    color: var(--secondary);
    font-weight: 700
}

.product_card_title {
    margin-top: 10px;
    margin-bottom: 15px;
    min-height: 81px;
    border-bottom: 1px solid #e8e8e8;
    position: relative
}

.product_card img {
    height: 200px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.poduct_card_title:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 4px;
    height: calc(100% - 15px);
    background: #d1d1d1;
    border-radius: 2px
}

.phone_icon, .wa_icon {
    background-color: var(--secondary);
    height: 36px;
    width: 36px;
    border-radius: 30px;
    display: flex !important;
    justify-content: center;
    align-items: center
}

.wa_icon {
    background-color: #57bb63 !important
}

.product_card_price div {
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 1px 1px 0 #e1e1e1;
    margin: 0;
    border-radius: 6px;
    padding: 5px 10px;
    width: fit-content
}

.product_card_price .price_cut {
    text-decoration-line: line-through;
    font-size: 13px
}

.document_card {
    padding: 30px 25px;
    background: #eef2f9;
    border-radius: 6px;
    box-shadow: 0 1px 1px 0 #72abffa1
}

.blog_card, .form-subscribe .form-control, .form_container {
    box-shadow: rgba(99, 99, 99, .2) 0 2px 8px 0
}

.form-subscribe {
    max-width: 600px;
    margin: 0 auto
}

.form-subscribe .form-control {
    background-color: hsla(0, 0%, 100%, .8);
    padding-left: 24px;
    padding-right: 24px;
    letter-spacing: 1px;
    border: none;
    border-top-left-radius: 36px;
    border-bottom-left-radius: 36px
}

.form-subscribe .form-control.focus, .form-subscribe .form-control:focus {
    z-index: 2;
    background-color: hsla(0, 0%, 100%, .8)
}

.form-subscribe .btn {
    border-top-right-radius: 36px;
    border-bottom-right-radius: 36px;
    background: var(--secondary);
    border-color: var(--secondary);
    height: 46.5px
}

.accordion-body, .detail_card_features p:nth-child(odd), .question_faq {
    background-color: #eef2f9
}

.blog_card {
    min-height: 480px
}

.testimonial_card {
    min-height: 285px
}

.footer_bottom {
    background-color: #2a80ff
}

footer {
    background-color: rgb(73 144 249) !important
}

.filter_label_text, label.label_date {
    font-size: 13px;
    font-weight: 700
}

.filter_range {
    -webkit-appearance: none;
    vertical-align: middle;
    outline: 0;
    border: none;
    padding: 0;
    background: 0 0
}

.filter_range::-webkit-slider-runnable-track {
    background-color: var(--secondary);
    height: 6px;
    border-radius: 3px;
    border: 1px solid transparent
}

.filter_range[disabled]::-webkit-slider-runnable-track {
    border: 1px solid #d7dbdd;
    background-color: transparent;
    opacity: .4
}

.filter_range::-moz-filter_range-track {
    background-color: #d7dbdd;
    height: 6px;
    border-radius: 3px;
    border: none
}

.filter_range::-ms-track {
    color: transparent;
    border: none;
    background: 0 0;
    height: 6px
}

.filter_range::-ms-fill-lower {
    background-color: #d7dbdd;
    border-radius: 3px
}

.filter_range::-ms-fill-upper {
    background-color: #d7dbdd;
    border-radius: 3px
}

.filter_range::-ms-tooltip {
    display: none
}

.filter_range::-moz-filter_range-thumb {
    border-radius: 20px;
    height: 18px;
    width: 18px;
    border: none;
    background: #606670
}

.filter_range:active::-moz-filter_range-thumb {
    outline: 0
}

.filter_range::-webkit-slider-thumb {
    -webkit-appearance: none !important;
    border-radius: 100%;
    background-color: #fff;
    border: 2px solid var(--secondary);
    height: 18px;
    width: 18px;
    margin-top: -7px
}

.accordion-button:not(.collapsed) {
    color: #fff !important;
    background-color: #4990f9 !important
}

.detail_card_labels {
    top: 22px;
    left: 15px
}

.detail_basic_option {
    background-color: #eef2f9;
    text-align: center
}

.detail_card_features p {
    padding: 5px 10px;
    font-size: 13px
}

.products-filter-smart__type-list .custom-checkbox-btn {
    flex: 1 0 auto;
    margin: 0 5px 10px
}

.products-filter-smart__type-list .custom-checkbox-btn span {
    display: block;
    padding: 0 14px;
    text-align: center
}

.custom-checkbox-btn input, .radio-inputs .radio input {
    display: none
}

.custom-checkbox-btn span {
    position: relative;
    display: inline-block;
    vertical-align: top;
    height: 40px;
    max-width: 100%;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 500;
    overflow: hidden;
    transition: .3s ease-in;
    color: #fff;
    line-height: 38px;
    white-space: nowrap;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    background-color: #4990f9;
    border: 1px solid transparent;
    border-width: 1px !important;
    padding: 0 19px
}

.custom-checkbox-btn span:hover {
    background-color: #fff;
    color: #000;
    border-color: #eadeeb
}

.custom-checkbox-btn input:checked + span {
    color: #000;
    border-color: #eadeeb;
    background-color: #fff
}

.custom-checkbox-btn input:checked + span:before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg height='24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath clip-rule='evenodd' d='M21.652 3.211a.747.747 0 00-1.061 0L9.41 14.34a.744.744 0 01-1.062 0L3.449 9.351a.743.743 0 00-1.062 0L.222 11.297a.751.751 0 00.001 1.07l4.94 5.184c.292.296.771.776 1.062 1.07l2.124 2.141a.751.751 0 001.062 0l14.366-14.34a.762.762 0 000-1.071l-2.125-2.14z' fill-rule='evenodd'/%3E%3C/svg%3E") 50%/100% no-repeat;
    margin-right: 7px;
    margin-left: 7px
}

.form-check-input {
    border-color: var(--secondary) !important
}

.location__item {
    margin-bottom: 20px
}

.location__item-character {
    font-size: 48px;
    color: #c7c7c7;
    margin-bottom: 10px
}

.location__item-list a, .location__item-list span {
    display: block;
    font-size: 16px;
    color: #0a42ae;
    text-decoration: none;
    transition: color .3s;
    font-weight: 400;
    margin-bottom: 5px
}

.location__item-list a:hover {
    color: #eb2d2d
}

.form_container {
    padding: 14px 18px;
    border-radius: 14px
}

.lease_form_container {
    width: fit-content;
    height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 50px 40px 20px;
    background-color: #fff;
    box-shadow: 0 106px 42px rgba(0, 0, 0, .01), 0 59px 36px rgba(0, 0, 0, .05), 0 26px 26px rgba(0, 0, 0, .09), 0 7px 15px rgba(0, 0, 0, .1), 0 0 0 rgba(0, 0, 0, .1);
    border-radius: 11px
}

.title_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px
}

.title {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 700;
    color: #212121
}

.subtitle {
    font-size: .725rem;
    max-width: 80%;
    text-align: center;
    line-height: 1.1rem;
    color: #8b8e98
}

.input_container {
    width: 100%;
    height: fit-content;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: 8px
}

.sign-in_apl, .sign-in_ggl {
    height: 40px;
    align-items: center;
    gap: 10px;
    outline: 0;
    filter: drop-shadow(0px 1px 0px #efefef) drop-shadow(0px 1px .5px rgba(239, 239, 239, .5));
    display: flex;
    cursor: pointer
}

.icon {
    width: 20px;
    position: absolute;
    z-index: 99;
    left: 12px;
    bottom: 9px
}

.input_label {
    font-size: .75rem;
    color: var(--secondary);
    font-weight: 600
}

.input_field {
    width: auto;
    height: 40px;
    padding: 0 0 0 40px;
    border-radius: 7px;
    outline: 0;
    border: 1px solid #e5e5e5;
    filter: drop-shadow(0px 1px 0px #efefef) drop-shadow(0px 1px .5px rgba(239, 239, 239, .5));
    transition: .3s cubic-bezier(.15, .83, .66, 1)
}

.contact_textarea:focus, .form-control:focus, .input_field:focus {
    border: 1px solid transparent;
    box-shadow: 0 0 0 2px #4990f9;
    background-color: transparent
}

.sign-in_ggl {
    width: 100%;
    justify-content: center;
    background: #fff;
    border-radius: 7px;
    color: #242424;
    border: 1px solid #e5e5e5
}

.sign-in_apl {
    width: 100%;
    justify-content: center;
    background: #212121;
    border-radius: 7px;
    color: #fff;
    border: 1px solid #e5e5e5
}

.separator {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    color: #8b8e98
}

.separator .line {
    display: block;
    width: 100%;
    height: 1px;
    border: 0;
    background-color: #e8e8e8
}

.note {
    font-size: .75rem;
    color: #8b8e98;
    text-decoration: underline
}

.radio-inputs {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    border-radius: .5rem;
    background-color: #eee;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .06);
    padding: .25rem;
    width: 300px;
    font-size: 14px
}

.radio-inputs .radio {
    flex: 1 1 auto;
    text-align: center
}

.radio-inputs .radio .name {
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: .5rem;
    border: none;
    padding: .5rem 0;
    color: #334155;
    transition: .15s ease-in-out
}

.radio-inputs .radio input:checked + .name {
    background-color: #fff;
    font-weight: 600
}

.media-object__icon {
    border-radius: 15px;
    background: linear-gradient(0deg, #e6eff6, hsla(0, 0%, 100%, .4)) #e6eff6;
    margin-bottom: 0;
    width: 350px;
    height: 135px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 160px
}

.media-object__icon img {
    object-fit: cover;
    max-width: 100%;
    max-height: 100%
}

.insurance_lease {
    width: 270px
}

.contact_icon_bg {
    width: 48px;
    height: 48px;
    background-color: var(--secondary);
    border-radius: 31px
}

.contact_icon_bg i {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 47px;
    color: #fff
}

.contact_textarea {
    border: 1px solid #e5e5e5 !important;
    filter: drop-shadow(0px 1px 0px #efefef) drop-shadow(0px 1px .5px rgba(239, 239, 239, .5)) !important;
    transition: .3s cubic-bezier(.15, .83, .66, 1) !important
}

a.page-link, span.page-link {
    border-radius: 30px !important
}

.contacts-page__bg {
    position: absolute;
    font-size: 0;
    line-height: 0;
    top: -88px;
    z-index: -1;
    right: 0
}

.enquiry_modal {
    box-shadow: none !important
}

.enquiry_modal_dialog {
    max-width: 400px
}

.enquiry_modal_main {
    background-color: #72abff2e
}

.footer_phone {
    transition: .3s
}

.personal_lease_slide1, .personal_lease_slide2 {
    width: 100% !important;
    height: 570px;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    overflow: hidden !important;
    position: relative
}

.personal_lease_slide1::before, .personal_lease_slide2::before {
    content: "";
    display: block;
    width: 100%;
    height: 570px;
    background-color: rgb(0 0 0 / 79%);
    position: absolute;
    top: 0;
    left: 0;
    opacity: .3
}

.irs--flat .irs-bar, .irs--flat .irs-from, .irs--flat .irs-handle > i:first-child, .irs--flat .irs-single, .irs--flat .irs-to, .pagination li.active span {
    background-color: var(--secondary) !important
}

.partners div img {
    height: 240px;
    object-fit: cover
}

.object_fit_cover {
    object-fit: cover
}

.product-specs__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    font-size: 13px;
    line-height: 20px;
    font-weight: 300;
    color: #000;
    padding: 5px 15px;
    background: #fff
}

.product-specs__item-icon {
    flex: 0 0 20px;
    max-width: 20px;
    font-size: 0;
    line-height: 0
}

.product-specs__item-name {
    color: #838383;
    text-transform: uppercase;
    margin-right: auto
}

.product-specs__item-value {
    font-weight: 400;
    margin-left: 15px
}

.product-specs__list .product-specs__item:nth-child(odd) {
    background-color: #f0f0f0
}

.with_marker li::before {
    content: "\2022";
    color: var(--secondary);
    display: inline-block;
    width: 1em;
    margin-left: -1em
}

.pagination {
    justify-content: end;
    margin-top: 20px
}

.pagination a {
    display: flex
}

li.page-item {
    padding: 5px !important
}

.pagination li.active span {
    border-color: var(--secondary);
    width: 36px;
    height: 36px;
    border-radius: 30px
}

.pagination li.disabled span, a.page-link {
    background-color: #fff !important;
    width: 36px;
    height: 36px
}

.pagination li.disabled span {
    border-radius: 30px
}

span.page-link {
    width: 36px;
    height: 36px
}

a.page-link {
    border: 1px solid #dfdfdf
}

.error {
    color: red
}

.popup-bann {
    max-width: 320px;
    z-index: 1;
    vertical-align: bottom;
    position: sticky
}

.popup-content {
    max-width: 1050px;
    padding: 30px 28px 50px 320px;
    margin-left: -335px;
    border-radius: 180px 40px 40px;
    background: #ffdf7d;
    background: linear-gradient(121deg, #ffdf7d 0, #fceab5 17%, #f8f9fd 30%, #fff 100%)
}

.fancybox-button, .fancybox-content {
    display: inline-block;
    margin: 0;
    position: relative
}

.fancybox-content {
    background: 0 0;
    max-width: 100%;
    text-align: left;
    vertical-align: middle
}

.fancybox-slide--html .fancybox-close-small {
    background: #293646;
    opacity: 1;
    border-radius: 50%;
    padding: 10px;
    border: 2px solid #fe0009;
    color: #000;
    right: 0;
    top: 0
}

.fancybox-button {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    height: 24px;
    padding: 10px;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 24px
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%
}

.popup-content::after {
    position: absolute;
    content: "";
    background: url(https://kohlmanpublishers.com/assets/images/testi/pop-bef.png) 0 0/100% no-repeat;
    left: 200px;
    top: -20px;
    max-width: 197px;
    height: 133px;
    width: 100%
}

@media (min-width: 768) {
    .product_card img {
        height: 220px;
        object-fit: cover
    }
}

.popup-content .entry-box {
    margin-top: 30px
}

@media (max-width: 769px) {
    .popup-content {
        max-width: 100%;
        border-radius: 40px;
        padding: 20px 25px 40px;
        margin-left: 0
    }

    .popup-content::after {
        position: absolute;
        content: none;
        background: url(https://kohlmanpublishers.com/assets/images/testi/pop-bef.png) 0 0/100% no-repeat;
        left: 200px;
        top: 10px;
        max-width: 197px;
        height: 133px;
        width: 100%
    }
}

.form_container {
    background-color: transparent !important
}

.prodBtnCont {
    display: flex;
    align-items: center;
    gap: 0.75rem 0;
    flex-wrap: wrap;
    justify-content: space-between;
}

.prodBtnCont .phone_icon,
.prodBtnCont .wa_icon {
    width: 49%;
    height: 40px;
    margin: 0;
    /*border-radius: 10px;*/
}

.ratingBox {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.ratingBox i {
    color: #eea600;
    font-size: 12px;
}

.product_card_title {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 1rem;
}


@media (max-width: 575px) {
    .product_card img {
        object-fit: scale-down;
        box-shadow: 0 0 15px #0004;
        border-radius: 10px;
    }
}
