/*!
Theme Name: Darkoob
Theme URI: https://sitedar.com/
Author: MohammadReza Mousavi
Author URI: https://sitedar.com/
Description: Darkoob Company
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: Darkoob
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
/*--------------------------------------------------------------
>>> Fonts :
----------------------------------------------------------------*/
@font-face {
    font-family: 'IRANSansWebNormall';
    src: url('asset/fonts/IRANSansWeb.woff2');
    src: url('asset/fonts/IRANSansWeb.eot?#iefix') format('embedded-opentype'),
    url('asset/fonts/IRANSansWeb.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IRANSansWebBold';
    src: url('asset/fonts/IRANSansWeb_Bold.woff2');
    src: url('asset/fonts/IRANSansWeb_Bold.eot?#iefix') format('embedded-opentype'),
    url('asset/fonts/IRANSansWeb_Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'booticon';
    src: url('asset/icons/bootstrap-icons.woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*--------------------------------------------------------------
>>> Body & Html :
----------------------------------------------------------------*/
body, html {
    font-family: "IRANSansWebNormall";
    font-display: swap;
    color: #262626 !important;
    background-color: #f2f2f2 !important;
    line-height: 2;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'IRANSansWebBold';
    font-display: swap;
    font-size: 24px;
}

li {
    list-style-type: none !important;
}

a {
    text-decoration: none !important;
}

.padding-50 {
    padding: 50px 0;
}

i {
    font-style: normal !important;
}

.mega-toggle-animated {
    background: transparent !important;
}

/*--------------------------------------------------------------
>>> Header
----------------------------------------------------------------*/
.site-header {
    width: 100%;
}

/*Top Black*/
.top-header-black {
    background-color: #000;
    width: 100%;
    height: auto;
    color: #fff;
    padding: 5px;
}

.black-box {
    display: flex;
    justify-content: center;
    align-items: center;
}

.phone-1 span,
.phone-2 span {
    background-color: #BB1321;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media only screen and (min-width: 768px) {
    .phone-1,
    .phone-2 {
        display: flex;
        align-items: center;
    }
}

@media only screen and (max-width: 768px) {
    .phone-1,
    .phone-2 {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
    }
}

.icon-section-top-black-phone-1:before {
    content: '\F5C1';
    font-size: 16px;
    font-family: 'booticon';
    color: #fff;
    display: inline-flex
}

.icon-section-top-black-phone-2:before {
    content: '\F4E7';
    font-size: 16px;
    font-family: 'booticon';
    color: #fff;
    display: inline-flex
}

@media only screen and (max-width: 768px) {
    .black-box {
        display: block;
    }

    .icon-phone {
        width: 100% !important;
        display: flex;
        justify-content: center;
    }

    .card-box-and-login-section {
        display: none !important;
    }
}
.icon-phone a{
    color: #fff;
}
.icon-phone {
    width: 20%;
}

.top-header-black .textwidget p {
    padding-right: 20px;
    margin-bottom: 0;
    font-size: 14px;
}

/*Top Black*/
.bg-navbar {
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    color: #777777;
    background: #fafafa;
    padding: 0 20px;
}

.header-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}

.menu {
    display: flex;
    justify-content: center;
    align-items: center;
}

/*Card Box*/
.search-field {
    padding: 12px 24px 12px 24px;
    background: transparent;
    color: #000;
    border: none;
}
@media only screen and (max-width: 768px) {
    .card-box {
        padding-left: 0;
        width: 100%;
        align-items: center;
    }
}
@media only screen and (min-width: 768px) {
    .card-box {
        padding-left: 20px;
        width: 80% !important;
        align-items: center;
    }
}
.card-box form {
    text-align: left;
}



.icon-card-box-search:before {
    content: '\F52A';
    font-size: 16px;
    font-family: 'booticon';
    color: #fff;
    cursor: pointer;
    transition: 0.4s;
}

/*Search Box Header*/
.widget_search {
    width: 100%;
}

.woocommerce_product_search-2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    width: 100%;
}

label {
    width: 100%;
}

.search-field {
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 75%;
    color: #fff;
}

button {
    padding: 10px 20px;
    background: #BB1321;
    color: #fff;
    border: 1px solid transparent;
    transition: 0.4s;
    border-radius: 6px;
}

button:hover {
    background: #fff;
    color: #bb1321;
    border: 1px solid #bb1321;
    transition: 0.4s;
}

/*End OF Search Box Header Modal*/

/*End Card Box*/
.home .header-section-separator {
    display: none;
}

.header-section-separator {
    background: url("../../uploads/About-Banner-2.webp");
    background-attachment: fixed;
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
    height: 320px;
}

.header-section-separator {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-section-separator-text {
    position: absolute;
    display: flex;
    justify-content: right;
    align-items: center;
    color: #000;
    padding-right: 35px;
}

.create-user, .hi-user {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #666;
}

.create-user:hover, .hi-user:hover {
    color: #666;
}

/*--------------------------------------------------------------
>>> Drop Down Sub Menu
----------------------------------------------------------------*/
.mega-menu-description {
    display: none !important;
}

/*.master-menu {*/
/*    padding: 10px 10px 10px 0;*/
/*    text-align: center;*/
/*    position: relative;*/
/*}*/

/*.master-menu li a {*/
/*    color: #666;*/
/*    text-decoration: none;*/
/*    font-weight: 400;*/
/*    transition: all 0.3s ease-in-out;*/
/*    font-size: 16px;*/
/*    border-bottom: 2px solid transparent;*/

/*}*/

/*.card-box-and-login-section p {*/
/*    color: #666;*/
/*    text-decoration: none;*/
/*    font-weight: 400;*/
/*    transition: all 0.3s ease-in-out;*/
/*    font-size: 16px;*/
/*    border-bottom: 2px solid transparent;*/
/*}*/

/*.card-box-and-login-section p:hover {*/
/*    color: #bb1321;*/
/*    border-bottom: 2px solid #bb1321;*/
/*    transition: 0.4s;*/
/*}*/

/*.master-menu li a:hover {*/
/*    color: #bb1321;*/
/*    border-bottom: 2px solid #bb1321;*/
/*    transition: 0.4s;*/
/*}*/

/*.master-menu li {*/
/*    display: inline-flex;*/
/*    padding-left: 30px;*/
/*}*/

/*.master-menu ul {*/
/*    position: relative;*/
/*    padding: 0 !important;*/
/*    margin: 0 !important;*/
/*}*/

/*.master-menu ul ul {*/
/*    position: absolute;*/
/*    width: 250px;*/
/*    padding: 5px 0px;*/
/*    display: none;*/
/*    z-index: 9999;*/
/*    top: 100%;*/
/*    right: 0;*/
/*}*/
/*.master-menu ul > ul > .sub-menu {*/
/*    margin: -30px 130px 0px 141px !important;*/
/*    position: absolute;*/
/*    width: 250px;*/
/*    padding: 5px 0px;*/
/*    display: none;*/
/*    z-index: 9999;*/
/*    top: 0;*/
/*    right: 100% !important;*/
/*}*/
/*.master-menu li:hover > ul {*/
/*    display: block;*/
/*    float: left;*/
/*    width: 223px;*/
/*    background: #fff;*/
/*    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;*/
/*    margin-right: 0px;*/
/*    padding: 0;*/
/*    color: #fff;*/
/*    z-index: 9999;*/
/*}*/

/*.master-menu li li {*/
/*    background: none !important;*/
/*    border: none;*/
/*    width: 100%;*/
/*    list-style-type: none;*/
/*    padding-left: 4px;*/
/*    padding-top: 4px;*/
/*    border-bottom: 1px dotted #8e8e8e;*/
/*}*/

/*.master-menu li li a {*/
/*    border: none;*/
/*    color: #666;*/
/*    font-size: 13px;*/
/*    text-decoration: none;*/
/*    width: 100%;*/
/*    text-align: left;*/
/*    padding: 5px;*/
/*    border-bottom: 2px solid transparent;*/
/*    transition: 0.4s;*/
/*    text-align: right;*/
/*}*/
/*.master-menu li li a:before{*/

/*}*/
/*.master-menu li li a:hover {*/
/*    color: #bb1321;*/
/*    border-bottom: 2px solid #bb1321;*/
/*    transition: 0.4s;*/
/*}*/

/*.master-menu li a:hover {*/
/*    color: #bb1321;*/
/*    transition: all 0.3s ease-in-out;*/
/*}*/

/*@media only screen and (min-width: 768px) and (max-width: 910px) {*/
/*.card-box{*/
/*justify-content: normal !important;*/
/*}*/
/*}*/
@media only screen and (max-width: 768px) {
    .bg-navbar {
        padding: 0 !important;
    }

    .bg-navbar img {
        display: block;
        margin: 0 auto;
    }
}

@media only screen and (min-width: 992px) and (max-width: 992px) {
    .bg-navbar {
        padding: 20px !important;
    }

    .bg-navbar img {
        display: block;
        margin: 0 auto;
    }
}

/*--------------------------------------------------------------
>>> Responsive Menu Max Width 768px:
----------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
    .responsive-menu {
        position: fixed !important;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 99;
        background-color: #fff;
        padding: 6px 0 !important;
        box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
        justify-content: center;
        align-items: center;
        transition: 0.5s;
        padding: 5px 10px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .responsive-menu ul {
        margin: 0 !important;
        padding: 0 !important;
    }

    .responsive-menu li {
        display: inline-flex;
        padding-left: 10px;
        transition: 0.4s;

    }

    .responsive-menu li a {
        font-size: 12px;
        color: #69727d;
        line-height: 3;
        border-bottom: 1px solid transparent;
        transition: 0.3s ease-in-out;
    }

    .responsive-menu li:hover a {
        color: #000;
        border-bottom: 1px solid #bb1321;
        transition: 0.3s ease-in-out;
    }

    .responsive-menu li:hover a:before {
        color: #bb1321 !important;
        transition: 0.3s ease-in-out;
    }

}

.wc-proceed-to-checkout a {
    background: #bb1321 !important;
}

.responsive-menu li:hover {
    color: #bb1321 !important;
    transition: 0.4s;
}

@media only screen and (min-width: 768px) {
    .responsive-menu {
        display: none;
    }
}

.menu-responsive-menu-container ul li:first-child a:before {
    content: "\F423";
    font-family: "booticon";
    color: #69727d;
    font-size: 24px;
    display: flex;
    justify-content: center;
    line-height: 1;
}

.menu-responsive-menu-container ul li:nth-child(2) a:before {
    content: "\F479";
    font-family: "booticon";
    color: #69727d;
    font-size: 24px;
    display: flex;
    justify-content: center;
    line-height: 1;
}

.menu-responsive-menu-container ul li:nth-child(3) a:before {
    content: "\F23A";
    font-family: "booticon";
    color: #69727d;
    font-size: 24px;
    display: flex;
    justify-content: center;
    line-height: 1;
}

.menu-responsive-menu-container ul li:last-child a:before {
    content: "\F308";
    font-family: "booticon";
    color: #69727d;
    font-size: 24px;
    display: flex;
    justify-content: center;
    line-height: 1;
}

.raise-up-hand:before {
    content: "\F8F7";
    font-family: "booticon";
    font-size: 18px;
    transition: 0.2s ease-in-out;
    color: #bb1321;
}

/*--------------------------------------------------------------
>>> Fixed Header With Scroll :
----------------------------------------------------------------*/
.fixed-header {
    color: #fff !important;
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    transition: 0.5s;
    padding: 10px 10px !important;
}

.fixed-header li a {
    color: #000;
}

.fixed-header p {
    color: #000 !important;
}

.card-box-and-login-section {
    display: flex;
    justify-content: space-around;
}

.my-account-icon,
.card-box-button {
    display: flex;
    align-items: center;
}

.my-account-icon p,
.card-box-button p {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 14px;
    color: #666;
}

.card-box-button:before {
    content: "\F176";
    font-family: "booticon";
    font-size: 24px;
    color: #bb1321 !important;
    cursor: pointer;
    padding: 0 12px;
}

.my-account-icon:before {
    content: "\F1BD";
    font-family: "booticon";
    font-size: 28px;
    color: #bb1321 !important;
    cursor: pointer;
    padding: 0 12px;
}

/*--------------------------------------------------------------
>>> Index
----------------------------------------------------------------*/
.site-main {
    width: 100%;
}

/*--------------------------------------------------------------
>>> Advantage Section
----------------------------------------------------------------*/
.advantages {
    margin: 50px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.advantages div {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.4s ease-in-out;
    border-radius: 6px;
    padding: 5px;
}

.advantages section {
    padding-right: 20px;
}

.advantages:first-child div:hover {
    background: #bb1321;
    color: #fff !important;
    transition: 0.4s ease-in-out;
    transform: translateY(-10px);
}

.advantages:first-child div:hover p {
    color: #fff !important;
    transition: 0.4s ease-in-out;
}

.advantages div:hover span:before {
    /*filter: invert(100%) sepia(0%) saturate(7459%) hue-rotate(70deg) brightness(98%) contrast(107%);*/
    color: #fff !important;
    transition: 0.4s ease-in-out;
}

.advantages h2 {
    font-size: 18px;
    margin-bottom: 0 !important;
    line-height: 2;
}

.advantages p {
    font-size: 12px;
    color: #666;
    margin-bottom: 0 !important;
    line-height: 2;
}

.icon-advantage-1-4:before {
    content: " \F2DC";
    font-family: "booticon";
    font-size: 45px;
    color: #bb1321;
}

.icon-advantage-5:before {
    content: "\F224";
    font-family: "booticon";
    font-size: 45px;
    color: #bb1321;
}

.icon-advantage-2-4:before {
    content: " \F414";
    font-family: "booticon";
    font-size: 45px;
    color: #bb1321;
}

.icon-advantage-3-4:before {
    content: " \F116";
    font-family: "booticon";
    font-size: 45px;
    color: #bb1321;
}

.icon-advantage-4-4:before {
    content: " \F5EA";
    font-family: "booticon";
    font-size: 45px;
    color: #bb1321;
}

/*--------------------------------------------------------------
>>> Category Slider
----------------------------------------------------------------*/
.category-slider {
    margin: 100px 0;
}

.category-slider h2 {
    direction: rtl;
    color: #000;
    transition: 0.4s;
    margin-bottom: 20px;
}

.category-slider h2:hover {
    color: #bb1321;
    transition: 0.4s;
}

.sp-wcsp-slider-section a {
    text-decoration: none;
}

.sp-wcsp-cat-thumbnail {
    background-color: #fff;
    border-radius: 50%;
}

.sp-wcsp-cat-item-thumb-content {
    position: relative;
}

.sp-wcsp-cat-details-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    visibility: hidden;
}

.sp-wcsp-cat-name a {
    color: #fff !important;
    font-weight: bold;
    font-size: 28px;
}

.sp-wcsp-cat-item-thumb-content:hover .sp-wcsp-cat-details-content {
    visibility: visible;
    background: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

/*--------------------------------------------------------------
>>> Special Product
----------------------------------------------------------------*/
.special-product {
    margin: 100px 0;
}

.special-product-titr {
    margin-bottom: 3rem;
}

.carousel-special-product .widget_carousel_slider {
    direction: ltr;
}

.carousel-slider__product {
    background: #fff;
}

.special-product .carousel-special-product .widget_carousel_slider a {
    text-decoration: none;
    color: #000;
}

.special-product h2 {
    direction: rtl;
    color: #000;
    transition: 0.4s;
    margin-bottom: 20px;
}

.special-product h2:hover {
    color: #bb1321;
    transition: 0.4s;
}

.special-product-2 .carousel-special-product .widget_carousel_slider a {
    text-decoration: none;
    color: #000;
}

.special-product .carousel-special-product .product h3,
.special-product .carousel-special-product .product span {
    padding: 1rem 0 1rem 0;
    color: #000 !important;
}

.special-product-2 .carousel-special-product .product h3,
.special-product-2 .carousel-special-product .product span {
    color: #000 !important;
    padding: 10px 0 10px 0;
}

.special-product-2 {
    margin: 100px 0;
}

.special-product-2 h2 {
    direction: rtl;
    color: #000;
    transition: 0.4s;
    margin-bottom: 20px;
}

.special-product-2 h2:hover {
    color: #bb1321;
    transition: 0.4s;
}

.carousel-slider__product {
    border-radius: 8px;
}

.owl-item:hover {
    transition: 0.4s ease-in-out;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

/*--------------------------------------------------------------
>>> Moment Offer Carousel
----------------------------------------------------------------*/
.carousel-moment-offer {
    direction: ltr;
}

.carousel-moment-offer.widget_carousel_slider a {
    text-decoration: none;
    color: #000;
}

.carousel-moment-offer .widget_carousel_slider a {
    text-decoration: none;
    color: #000;
}

.carousel-moment-offer h2 {
    direction: rtl;
    color: #000;
    transition: 0.4s;
    margin-bottom: 20px;
    text-align: center;
}

.carousel-moment-offer h2:hover {
    color: #bb1321;
    transition: 0.4s;
}

.carousel-moment-offer .product h3,
.carousel-moment-offer .product span {
    padding: 1rem 0 1rem 0;
    color: #000 !important;
}

/*--------------------------------------------------------------
>>> About us Section
----------------------------------------------------------------*/
.bg-about-us-section {
    background: #fff;
    padding: 50px 0;
    width: 100%;
    height: auto;
    margin: 50px 0 50px 0;
    color: #000;
    text-align: justify;
}

.about-us-section-pic img {
    border-radius: 8px;
}

.bg-about-us-section h2 {
    font-size: 30px;
    margin-bottom: 20px;
}

.bg-about-us-section a {
    text-decoration: none;
    padding: 12px 36px 12px 36px;
    background-color: #bb1321;
    color: #fff;
    transition: 0.5s;
    border: 1px solid transparent;
    border-radius: 6px;
}

.bg-about-us-section p {
    margin-bottom: 2rem;
}

.bg-about-us-section a:hover {
    background-color: #fff;
    color: #bb1321;
    border: 1px solid #bb1321;
    transition: 0.5s;
}

/*--------------------------------------------------------------
>>> Category Car
----------------------------------------------------------------*/
.category-car {
    margin: 100px 0;
}

@media only screen and (min-width: 769px) {
    .father-context-4,
    .father-context-1,
    .father-context-2,
    .father-context-3 {
        background-color: #fff;
        padding: 0 2rem;
    }

    .context-1 {
        background: url("../../uploads/chery-cover.png");
        background-size: cover;
        background-repeat: no-repeat;
        height: 500px;
        background-position: -180px bottom;
        transition: 0.3s ease-in-out;
        margin: 10px;
        will-change: transform;
    }

    .context-2 {
        background: url("../../uploads/fonix-cover.png");
        background-size: cover;
        background-repeat: no-repeat;
        height: 310px;
        background-position: -180px bottom;
        transition: 0.3s ease-in-out;
        margin: 10px;
        will-change: transform;

    }

    .context-4 {
        background: url("../../uploads/mvm-cover.png");
        background-size: cover;
        background-repeat: no-repeat;
        height: 310px;
        background-position: -180px bottom;
        transition: 0.3s ease-in-out;
        margin: 10px;
        will-change: transform;
    }

    .context-3 {
        background: url("../../uploads/car-4-removebg-preview-1.png");
        background-size: cover;
        background-repeat: no-repeat;
        height: 500px;
        background-position: -180px bottom;
        transition: 0.3s ease-in-out;
        margin: 10px;
        will-change: transform;
    }

    .titr-context {
        position: absolute;
        top: 5%;
        right: 10%;
    }

    .category-car .textwidget p {
        font-size: 28px;
        font-weight: bold;
    }

    .category-car .textwidget a {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        padding-top: 6px;
        padding-right: 30px;
        padding-bottom: 6px;
        padding-left: 30px;
        font-weight: 700;
        font-size: 13px;
        background-color: #bb1321;
        color: #fff;
        display: inline-block;
        box-shadow: none;
        text-decoration: none;
    }
}

@media only screen and (max-width: 768px) {
    .father-context-4,
    .father-context-1,
    .father-context-2,
    .father-context-3 {
        background-color: #fff;
    }

    .context-1 {
        background: url("../../uploads/chery-cover.png");
        background-size: 140%;
        background-repeat: no-repeat;
        height: 310px;
        background-position: -180px bottom;
        transition: 0.3s ease-in-out;
        margin: 10px;
        will-change: transform;
    }

    .context-2 {
        background: url("../../uploads/fonix-cover.png");
        background-size: 180%;
        background-repeat: no-repeat;
        height: 260px;
        background-position: -180px bottom;
        transition: 0.3s ease-in-out;
        margin: 10px;
        will-change: transform;
    }

    .context-4 {
        background: url("../../uploads/mvm-cover.png");
        background-size: 150%;
        background-repeat: no-repeat;
        height: 260px;
        background-position: -180px bottom;
        transition: 0.3s ease-in-out;
        margin: 10px;
        will-change: transform;
    }

    .context-3 {
        background: url("../../uploads/car-4-removebg-preview-1.png");
        background-size: 100%;
        background-repeat: no-repeat;
        height: 310px;
        background-position: -180px bottom;
        transition: 0.3s ease-in-out;
        margin: 10px;
        will-change: transform;
    }

    .father-context-1 .titr-context {
        position: absolute;
        top: -30px;
        right: 10%;
    }

    .titr-context {
        position: absolute;
        top: 5%;
        right: 10%;
    }

    .category-car .textwidget p {
        font-size: 14px;
        font-weight: bold;
    }

    .category-car .textwidget a {
        border-radius: 5px;
        padding: 3px 5px;
        font-weight: 700;
        font-size: 9px;
        background-color: #bb1321;
        color: #fff;
        display: inline-block;
        box-shadow: none;
        text-decoration: none;
    }
}

.category-car .context-1:hover,
.category-car .context-2:hover,
.category-car .context-3:hover,
.category-car .context-4:hover {
    background-position: -50px bottom;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.father-context-4,
.father-context-3,
.father-context-2,
.father-context-1 {
    position: relative;
}

.category-car .textwidget a:hover {
    background-color: rgb(142, 8, 13);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

/*--------------------------------------------------------------
>>> Professional Consultation
----------------------------------------------------------------*/
.professional-consultation {
    background: url("../../uploads/bradcome-75per.png");
    background-repeat: repeat;
    background-attachment: fixed;
    height: auto;
    padding: 20px 0;
    color: #fff;
    display: flex;
    align-items: center;
}

.professional-consultation .row {
    text-align: center;
}

.professional-consultation-text p {
    font-weight: 700;
    font-size: 20px;
}

.professional-consultation-text a {
    background: #fff;
    color: #87090d;
    text-decoration: none;
    padding: 12px 24px;
    border-radius: 5px;
    font-size: 12px;
    transition: 0.6s;
}

.professional-consultation-text a:hover {
    transform: translateZ(0);
    background: #87090d;
    color: #fff;
    transition: 0.6s;
}

/*--------------------------------------------------------------
>>> Latest Blogs
----------------------------------------------------------------*/
.latest-blog {
    margin: 100px 0 100px 0;
    color: #000;
}

.latest-blog-carousel {
    text-align: justify;
}

.latest-blog-carousel h2 {
    text-align: right;
}

.latest-blog-carousel section {
    direction: ltr;
}

.latest-blog h2 {
    color: #000;
    margin-bottom: 3rem;
}

.latest-blog h2:hover {
    color: #bb1321;
}

.latest-blog-carousel a {
    text-decoration: none !important;
}

/*--------------------------------------------------------------
>>> Logo ShowCase
----------------------------------------------------------------*/
.logo-show {
    padding: 0 2rem;
}

.logo-show-case section {
    direction: ltr;
    margin: 100px 0;
}

/*--------------------------------------------------------------
>>> Footer
----------------------------------------------------------------*/
.foot .menu {
    display: block !important;
}

.foot h2 {
    height: 75px;
}

.site-footer {
    width: 100%;
    background-color: #fff;
    color: #666;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}

.footer-2-section {
    padding: 2rem 0 1rem 0;
}

.footer-2-section a {
    text-decoration: none;
    color: #666;
}

.footer-2-section a:hover {
    transition: 0.6s;
    color: #bb1321;
}

.footer-2-section .row {
    justify-content: center;

}

.footer-2-section .row h2 {
    margin-bottom: 1rem;
    color: #000 !important;
}

.footer-2-section .row li {
    list-style-type: none;
    margin-top: 10px;
}

.keygen {
    font-size: 15px;
    margin-top: 10px;
}

.foot {
    margin-top: 5rem;
}

.foot h2 {
    color: #fff;
    border-bottom: 1px solid #bb1321;
    padding-bottom: 16px;
}

@media only screen and (max-width: 768px) {
    .footer-e-namad section:nth-child(2),
    .footer-e-namad section:nth-child(3) {
        width: calc(100% / 2);
        display: inline-flex;
    }

    .footer-e-namad section:nth-child(4) {
        display: block;
    }
}

@media only screen and (min-width: 769px) {
    .footer-e-namad section:nth-child(2),
    .footer-e-namad section:nth-child(3) {
        width: calc(100% / 3);
        display: inline-flex;
    }

    .footer-e-namad section:nth-child(4) {
        display: block;
    }
}

.foot .sub-menu {
    display: none !important;
}

@media only screen and (max-width: 768px) {
    .site-footer {
        text-align: center;
    }
}

/*-------------------------------------------------------------
# Archive
--------------------------------------------------------------*/
.card a img {
    width: 100% !important;
    height: 200px;
}

.archive .site-header {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

/*--------------------------------------------------------------
# post-template-default
--------------------------------------------------------------*/
.post-template-default .site-main img {
    width: 100%;
    height: auto;
    margin: 20px 0;
}

/*.post-template-default .nav-links {*/
/*display: none;*/
/*}*/

.post-template-default .entry-title {
    padding-top: 3rem !important;
}

.post-template-default .site-main {
    margin: 50px 0;
}

/*--------------------------------------------------------------
# Edite On Whole Pages
--------------------------------------------------------------*/
/*.entry-meta {*/
/*display: none;*/
/*}*/
.comment-form-cookies-consent input,
.comment-form-cookies-consent label,
.woocommerce-form__input{
    width: auto !important;
}
.entry-meta,
.entry-footer,
.navigation{
    display: none !important;
}
.comments-area{
    border-top: 2px solid #999;
}
.comments-area input,
.comments-area textarea{
    width: 100%;
}
/*--------------------------------------------------------------
# Page Template Default
--------------------------------------------------------------*/

.page-template-default .entry-content {
    text-align: justify;
}

.page-template-default .entry-title,
.woocommerce .entry-title {
    padding-top: 3rem !important;
    padding-bottom: 1rem !important;
}

.page-template-default .entry-title {
    margin-bottom: 0 !important;
}

.entry-content {
    padding-bottom: 5rem;
}

.entry-content p:last-child {
    margin-bottom: 0 !important;
}

/*--------------------------------------------------------------
# Logged In
--------------------------------------------------------------*/
.products {
    margin-bottom: 0 !important;
}

/*--------------------------------------------------------------
>>> Changes
----------------------------------------------------------------*/

/*.swiper-pagination-clickable {*/
/*display: none !important;*/
/*}*/

.carousel-slider__post-meta {
    display: none !important;
}

.carousel-slider__post-content {
    background: #fff;
}

.swiper-pagination-clickable {
    margin-top: 0 !important;
}

.carousel-slider__post {
    background: #fff;
}

.carousel-slider__post-title h2 {
    margin-bottom: 0 !important;
    margin-top: 2rem !important;
}

.carousel-slider__post-excerpt {
    text-align: right !important;
    margin-top: 0 !important;
    direction: rtl !important;
}

/*--------------------------------------------------------------
>>> Static
----------------------------------------------------------------*/
/*.entry-footer {*/
/*display: none;*/
/*}*/

/*.navigation {*/
/*display: none;*/
/*}*/
.form-submit{
    width: 100% !important;
}
.comment-form-comment textarea{
    height: 150px !important;
    border-radius: 8px;
    border: 1px solid red;
}
/*---
/*--------------------------------------------------------------
>>> WooCommerce
----------------------------------------------------------------*/
.woocommerce-loop-product__title {
    color: #000;
}

.woocommerce-breadcrumb {
    margin: 30px 0 10px 0 !important;
}

.woocommerce-products-header {
    display: none !important;
}

.page-title {
    margin-bottom: 35px;
}

.related {
    margin: 100px 0 0 0 !important;
}

/*--------------------------------------------------------------
>>> page-id-13 - About - Us
----------------------------------------------------------------*/
.page-id-13 .header-section-separator {
    background: url("../../uploads/About-Banner-2.webp");
    background-attachment: fixed;
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
    height: 300px;
    position: relative;
}

.page-id-13 .header-section-separator-text {
    position: absolute;
    display: flex;
    justify-content: right;
    align-items: center;
    color: #000;
    padding-right: 35px;
}

.wp-block-column {
    transition: all 1s ease;
    text-align: center;
}

.page-id-195 .wp-block-column:hover {
    background: #fff;
    transform: none;
}

.wp-block-column:hover {
    background: #BB1321;
    position: relative;
    /*bottom: 30px;*/
    transform: translateY(-10px);
    transition: all 1s ease;
}

.page-id-195 .wp-block-column:hover .wp-element-caption,
.page-id-195 .has-text-align-center {
    color: #666;
}

.wp-block-column:hover .wp-element-caption,
.wp-block-column:hover .has-text-align-center,
.wp-block-column:hover p,
.wp-block-column:hover .wp-element-caption a {
    color: #fff !important;
    transition: 0.4s;
}

/*image*/
.wp-block-column-is-layout-flow img {
    transform: scale(1);
    transition: 0.4s;
}

.page-id-195 .wp-block-column-is-layout-flow:hover img {
    filter: none;
}

.wp-block-column-is-layout-flow:hover img {
    transform: scale(1.2);
    transition: 0.4s;
    filter: invert(100%) sepia(0%) saturate(7459%) hue-rotate(70deg) brightness(98%) contrast(107%);
}

/*image*/
.wp-block-column-is-layout-flow {
    background: #fff;
    color: #666;
    border-radius: 16px;
    padding: 20px;
}

.wp-block-column-is-layout-flow a {
    text-decoration: none;
    color: #666;
}

/*after linke remove*/
.wp-block-image .aligncenter > figcaption a {
    text-align: center;
    color: #666;
    transition: 0.4s;
    padding-top: 10px;
}

.wp-block-image .aligncenter > figcaption a:hover {
    color: #000;
    transition: 0.4s;
}

/*--------------------------------------------------------------
>>> Sidebar Filter
----------------------------------------------------------------*/

@media only screen and (min-width: 768px) {
    .hfeed .sidebar-filter {
        width: 25%;
        float: right;
        display: inline-block !important;
        padding: 0 1% 0 1%;
        position: relative;
    }

    .hfeed .products {
        width: 73%;
        display: inline-block !important;
        padding: 0 1% 0 1%;
        position: relative;
    }
}

@media only screen and (max-width: 768px) {
    .hfeed .sidebar-filter {
        width: 100%;

    }

    .hfeed .products {
        width: 100%;

    }
}

.hfeed .widget_product_categories {
    background: rgb(255, 255, 255);
    padding: 20px 10px;
    margin-bottom: 15px;
}

.hfeed .widget_product_categories ul {
    padding-right: 0 !important;
}

.hfeed .widget_product_categories ul li {
    list-style-type: none;
}

.hfeed .widget_product_categories ul li a {
    text-decoration: none;
    color: #666;
}

.hfeed .widget_product_categories ul li a:hover {
    color: #666;
}

#woocommerce_product_categories-3 {
    height: 350px;
    overflow: auto;
}

/*--------------------------------------------------------------
  >>> Form
----------------------------------------------------------------*/
.wpcf7-form {
    display: block;
    margin: 0 auto;
    border-radius: 7px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 17%);
}

label {
    margin: 20px 0;
}

.wpcf7-form-control-wrap {
    width: 100%;
    border-radius: 4px;
    padding: 12px;

}

.wpcf7-email,
.wpcf7-tel {
    direction: rtl;
    text-align: right;
}

.wpcf7-form-control {
    width: 100%;
}

.wpcf7-textarea {
    height: 135px;
}

.wpcf7-captchac {
    width: auto;
    height: auto;
    display: block;
    margin: 0 auto;
}

.wpcf7-submit {
    background: #bb1321;
    border-radius: 7px;
    color: #fff;
    padding: 12px 17px;
    border: 1px solid transparent;
    width: 20%;
    display: block;
    margin: 0 auto;
}

.wpcf7-submit:hover {
    background: #fff;
    border-radius: 7px;
    color: #bb1321;
    padding: 12px 17px;
    border: 1px solid #bb1321;
}

@media only screen and (min-width: 769px) {
    .wpcf7-form {
        padding: 50px 100px;
        width: 80%;
    }
}

@media only screen and (max-width: 768px) {
    .wpcf7-form {
        padding: 0 20px;
        width: 100%;
    }
}

/*--------------------------------------------------------------
>>> Icon Fixed / Right / Go Up
----------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
    .go-up-icon-right {
        position: fixed;
        bottom: 11%;
        right: 30px;
        z-index: 999;
        width: 60px;
        height: 60px;
        background-color: transparent;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media only screen and (min-width: 768px) {
    .go-up-icon-right {
        position: fixed;
        bottom: 12%;
        right: 4%;
        z-index: 999;
        width: 60px;
        height: 60px;
        background-color: transparent;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.go-up-icon:before {
    content: "\F13A";
    font-family: "booticon";
    font-size: 60px;
    color: gray;
}

/*--------------------------------------------------------------
>>> Icon Call Right Page
----------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
    .call-icon-red-right {
        position: fixed;
        bottom: 11%;
        left: 30px;
        z-index: 999;
        width: 60px;
        height: 60px;
        background-color: #bb1321;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media only screen and (min-width: 768px) {
    .call-icon-red-right {
        position: fixed;
        bottom: 12%;
        left: 4%;
        z-index: 999;
        width: 60px;
        height: 60px;
        background-color: #bb1321;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.call-icon-red:before {
    content: '\F5C1';
    font-family: "booticon";
    font-size: 40px;
    color: #fff;
}

/*--------------------------------------------------------------
>>> Woocommerce - My Account
----------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
    .woocommerce-MyAccount-navigation {
        width: 100%;
        background: transparent;
        padding: 20px 10px;
        /*text-align: center;*/
    }

    .woocommerce-MyAccount-content {
        width: 100%;
    }
}

@media only screen and (min-width: 768px) {
    .woocommerce-MyAccount-navigation {
        width: 30%;
        float: right;
        background: transparent;
        padding: 20px 10px;
        text-align: right;
    }

    .woocommerce-MyAccount-content {
        width: 65%;
        float: left;
    }
}

.woocommerce-MyAccount-navigation-link {
    background: #fff;
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #bb1321;
    margin: 10px 0;
    transition: 0.4s;
}

.woocommerce-MyAccount-navigation-link a {
    color: #666;
    transition: 0.4s;
}

.woocommerce-MyAccount-navigation-link:hover {
    background: #bb1321;
    border: 1px solid #fff;
    transition: 0.4s;
}

.woocommerce-MyAccount-navigation-link:hover a {
    transition: 0.4s;
    color: #fff;
}

.woocommerce-MyAccount-navigation ul {
    padding: 0 !important;
}

.woocommerce-account h3 {
    font-size: 22px;
}

.woocommerce-Address {
    background: lightgray;
    padding: 20px;
    border-radius: 8px;
    margin: 5px 0;
}

.woocommerce-Address h3 {
    color: #000;
    font-size: 22px;
}

.woocommerce-Address .edit {
    background: rgb(245, 245, 245);
    padding: 5px 10px;
    border-radius: 4px;
    color: orangered;
}

.description_tab,
.reviews_tab {
    background: #bb1321 !important;
    color: #fff !important;
    border-radius: 8px !important;
    vertical-align: middle;
    display: inline-block;
    padding: 0.5em 0;
    font-weight: 700;
    margin-left: 20px;
}

.reviews_tab a {
    color: #fff !important;
}

.reviews_tab a:before {
    content: "\F24A";
    font-family: "booticon";
    color: #fff;
    font-size: 24px;
    vertical-align: middle;
}

.description_tab a:before {
    content: "\F685";
    font-family: "booticon";
    color: #fff;
    font-size: 24px;
    vertical-align: middle;
}

.wc-tabs li:nth-child(2) {
    background: #bb1321 !important;
    color: #fff !important;
    border-radius: 8px !important;
    vertical-align: middle;
    display: inline-block;
    padding: 0.5em 0;
    font-weight: 700;
}

.wc-tabs li a {
    color: #fff !important;
}

.wc-tabs li:nth-child(2) a:before {
    content: "\F479";
    font-family: "booticon";
    color: #fff !important;
    font-size: 24px;
    vertical-align: middle;
}

/*--------------------------------------------------------------
>>> Woocommerce - Breadcrumb
----------------------------------------------------------------*/
.woocommerce-breadcrumb {
    padding: 20px !important;
    border-radius: 50px;
    color: #bb1321 !important;
    text-align: right;
    margin-bottom: 80px !important;
}

/*--------------------------------------------------------------
>>> Woocommerce - Basic
----------------------------------------------------------------*/
input {
    width: 80%;
    padding: 6px 12px;
    border-bottom: 1px solid #000;
    border: 1px solid #bb1321 !important;
    border-radius: 6px;
}

.carousel-slider__product .add_to_cart_button {
    background: transparent !important;
    padding: 6px 12px;
    color: #bb1321 !important;
    position: absolute !important;
    bottom: 0;
    left: 5px;
}

.home .woocommerce-Price-amount {
    position: absolute !important;
    bottom: 10px;
    right: 12px;
}

button,
.single_add_to_cart_button,
.product_type_simple {
    background: #bb1321 !important;
    padding: 6px 12px;
    border: 0;
    border-radius: 6px !important;
    color: #fff !important;
}

.price {
    height: 60px;
}

.wp-block-button__link {
    align-items: center;
}

.search-product-widget section {
    width: 100%;
}

.add_to_cart_button:before {
    content: "\F184";
    font-family: "booticon";
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    padding: 0 10px;
    vertical-align: middle;
}

.home .add_to_cart_button:before {
    content: "\F184";
    font-family: "booticon";
    font-size: 24px;
    font-weight: bold;
    color: #bb1321 !important;
    padding: 0 10px;
    vertical-align: middle;
}

.add_to_cart_button {
    font-size: 0;
}

.wp-post-image {
    width: auto !important;
    margin: 0 auto;
}

/*!*--------------------------------------------------------------*/
/*>>>Modal Left Side bar Summary Product / Card Shopping*/
/*----------------------------------------------------------------*!*/
@media only screen and (max-width: 768px) {
    .modal {
        position: fixed;
        width: 85% !important;
        height: 100%;
        background-color: #fff !important; /* White background for modal */
        overflow-y: auto;
        transition: 0.2s ease-in-out;
        z-index: 9999999999999;
    }

    .card-box-and-login-section p {
        cursor: pointer !important;
    }
}

@media only screen and (min-width: 768px) {
    .modal {
        position: fixed;
        width: 25% !important;
        height: 100%;
        background-color: #fff !important; /* White background for modal */
        overflow-y: auto;
        transition: 0.2s ease-in-out;
        z-index: 9999999999999;
    }

    .card-box-and-login-section p {
        cursor: pointer !important;
    }
}

.modal .woocommerce-Price-amount {
    position: relative !important;
    bottom: 0 !important;
}

.modal-dialog {
    margin: 0 !important;
}

/*.modal.right .modal-content {*/
/*height: 100%;*/
/*overflow-y: auto;*/
/*}*/

/*.modal.right .modal-body {*/
/*padding: 15px 15px 80px;*/
/*}*/

/*!*Right*!*/
/*.modal.right.fade .modal-dialog {*/
/*right: -320px;*/
/*-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;*/
/*-moz-transition: opacity 0.3s linear, right 0.3s ease-out;*/
/*-o-transition: opacity 0.3s linear, right 0.3s ease-out;*/
/*transition: opacity 0.3s linear, right 0.3s ease-out;*/
/*}*/

/*.modal.right.fade.in .modal-dialog {*/
/*right: 0;*/
/*}*/

/*.btn-demo:focus {*/
/*outline: 0;*/
/*}*/
@media only screen and (max-width: 768px) {
    .advantage-summary {
        display: block;
        text-align: center;
        margin: 20px 0;
        text-align: center;
    }

    .advantage-summary span {
        display: block;
    }
}

@media only screen and (min-width: 768px) {
    .advantage-summary {
        display: flex;
        text-align: right;
        margin: 20px 0;
    }

    .advantage-summary span {
        vertical-align: middle;
        padding-left: 2px;
    }
}