/*

Theme Name:   Gerdookade
Author:       Hasan Movahed & Pegah Soori
Author URI:   https://tazechin.com/
Description:  Gerdookade is the perfect theme for your e-commerce project . 
Version:      1.0.0
License:      GNU General Public License v3 or later
License URI:  https://www.gnu.org/licenses/gpl-3.0.html
Text Domain:  storefront
Tags:         e-commerce, two-columns,  right-sidebar, custom-menu,  

*/

:root {
    --main-bg-color: #25B06D;
    --black-color: #212121;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #212121;
}

@font-face {
    font-family: "yekanBold";
    src: url("./public/fonts/IRANYekanBold.ttf");
}

@font-face {
    font-family: "yekanLight";
    src: url("./public/fonts/IRANYekanLight.ttf");
}

@font-face {
    font-family: "yekanMedium";
    src: url("./public/fonts/IRANYekanMedium.ttf");
}

@font-face {
    font-family: "yekanBlack";
    src: url("./public/fonts/IRANYekanBlack.ttf");
}

body {
    direction: rtl;
    min-height: 100vh;
    overflow-x: hidden;
}

button {
    cursor: pointer;
    border: 0;
    outline: none;
}

li {
    list-style: none;
}

.carousel-control.left {
    display: none !important;
}

.carousel-control.right {
    display: none !important;
}

header {
    background-color: var(--main-bg-color);
    width: 100%;
    padding: 2rem 0;
}

header .header_top,
header .header_bottom {
    width: 90%;
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
}

header .header_bottom form {
    display: contents;
}

.woocommerce {
    list-style: none;
    font-family: "yekanLight";
    font-size: 14px;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt,
 :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt,
 :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt,
 :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt,
 :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt {
    background-color: #25B06D !important;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}

#customer_details input[type="text"],
#customer_details input[type="password"],
#customer_details input[type="email"],
#customer_details input[type="tel"],
#customer_details textarea,
#customer_details input {
    width: 100%;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.5;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #25B06D;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

#customer_details input[type="text"]:focus,
#customer_details input[type="password"]:focus,
#customer_details input[type="email"]:focus,
#customer_details input[type="tel"]:focus,
#customer_details textarea:focus,
#customer_details input:focus {
    border-color: #25B06D;
    outline: 0;
    box-shadow: 0 0 8px rgba(37, 176, 109, 0.6);
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    margin: 0px !important;
}

.woocommerce div.product .woocommerce-tabs .panel {
    padding: 10px 20px !important;
}

.woocommerce h2 {
    list-style: none;
    font-family: "yekanLight";
    font-size: 20px;
    margin: 0px 0px 18px 0px;
}

.woocommerce .input-text {
    width: 100%;
    padding: 5px;
    font-size: 14px;
    line-height: 1.5;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #25B06D;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}


/* header center */

.container_menu_header ul {
    display: flex;
    align-items: center;
    gap: 3rem;
}

.container_menu_header li {
    list-style: none;
    font-family: "yekanLight";
    font-size: 14px;
    color: white;
}

.container_menu_header li a {
    text-decoration: none;
    color: inherit;
    position: relative;
}

.container_menu_header li:first-child a::after {
    content: "";
    position: absolute;
    bottom: -4px;
    right: 0;
    width: 85%;
    height: .5px;
    background-color: white;
}

.logo_container {
    width: 120px;
    height: 45px;
    background-color: white;
    text-align: center;
    line-height: 45px;
    border-radius: 10px;
    font-family: "yekanBold";
    color: var(--black-color);
}


/* header left */

.header_left {
    display: flex;
    align-items: center;
    gap: 1rem
}

.header_left p {
    display: inline-block;
    height: 25px;
    width: 2px;
    border-left: 1px dashed white;
}

.header_left img {
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.shoping_cart {
    position: relative;
}

.shoping_cart .badage_shoping_card {
    position: absolute;
    right: -6px;
    top: -8px;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "yekanMedium";
    font-size: 12px;
}


/* header bottom */

header .header_bottom>div {
    display: flex;
    gap: 1rem;
    align-items: center !important;
    background-color: white;
    width: 100%;
    margin-top: 25px;
    padding: 12px 30px;
    border-radius: 10px;
}

header .header_bottom>div button {
    background-color: unset;
}

header .header_bottom>div img {
    width: 24px;
    height: 24px;
}

header .header_bottom input {
    width: 100%;
    background-color: transparent;
    outline: none;
    border: 0;
    font-family: "yekanMedium";
    color: var(--black-color);
    font-size: 12px;
}


/* main */

.main {
    margin-top: 3rem !important;
    width: 95%;
    margin: 0 auto;
}

.container_sider {
    height: 400px !important;
    display: flex;
    gap: 2rem;
}

.container_images {
    height: 100%;
}

.container_big_image {
    height: 100%;
    width: 400px;
    border: 1px solid #25B06D;
    border-radius: 10px;
    overflow: hidden;
}

.container_big_image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.slide_info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.slide_info .title span {
    font-family: "yekanMedium";
    font-size: 16px;
    color: var(--black-color);
}

.slide_info .title span:nth-child(2) {
    color: var(--main-bg-color);
    font-family: "yekanBold";
    font-size: 18px;
    margin: 0 10px;
}

.slide_info .title span:nth-child(3) {
    font-size: 13px;
    text-decoration: line-through;
}

.slide_info .sub_title {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.counter {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-family: "yekanLight";
    font-size: 12px;
    columns: var(--black-color);
}

.counter button {
    width: 30px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0;
    outline: none;
    border-radius: 5px;
    cursor: pointer;
}

.counter button img {
    width: 17px;
    height: 17px;
}

.add_to_cart {
    background-color: var(--main-bg-color);
    width: 200px;
    padding: 11px 0;
    font-family: "yekanMedium";
    color: white;
    border-radius: 5px;
    margin-top: 32px;
}

.counter button:first-child {
    background-color: var(--main-bg-color);
}

.counter button:last-child {
    border: 1px solid var(--main-bg-color);
    background-color: transparent;
}

.slide_info .sub_title p {
    font-family: "yekanMedium";
    font-size: 14px;
}

.container_images ul {
    display: flex;
    gap: 1rem;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.container_images li {
    width: 110px;
    height: 110px;
    border: 1px solid var(--main-bg-color);
    overflow: hidden;
    border-radius: 10px;
}

.container_images img {
    width: 100px;
    height: 100px;
}


/* similar    products */

.similar_products {
    margin-top: 4rem;
    color: #8E4E03;
    ;
}

.similar_products h1 {
    font-family: "yekanBold";
    font-size: 19px;
}

.similar_products .cards {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    justify-items: center;
    gap: 4rem;
    margin-top: 3rem;
}

.similar_products .cards .card {
    width: 100%;
}

.similar_products .cards .card img {
    height: 11.4rem;
    width: 100%;
    object-fit: contain;
}

.similar_products .cards .card .title h4 {
    text-align: center;
    font-family: "yekanLight";
    color: var(--black-color);
    font-size: 13px;
}

.similar_products .cards .card .title p {
    font-family: "yekanLight";
    color: var(--black-color);
    font-size: 13px;
    width: 80%;
    padding-top: 1rem;
}

.similar_products .cards .card .buy {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 20px;
}

.similar_products .cards .card .buy button {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: var(--main-bg-color);
    color: white;
    font-family: "yekanLight";
    width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 7px 0;
    border-radius: 6px;
}

.similar_products .cards .card .buy p {
    font-family: "yekanLight";
    color: var(--black-color);
}

.similar_products .cards .card .buy button img {
    width: 25px;
    height: 25px;
}


/* register a comment */

.register_comment {
    margin-top: 4rem;
    color: #8E4E03;
    ;
}

.register_comment h1 {
    font-family: "yekanBold";
    font-size: 19px;
}

.register_comment form {
    width: 100%;
    display: flex;
    flex-direction: column;
    font-family: "yekanLight";
    gap: 2rem;
    margin-top: 20px;
}

.register_comment form input {
    padding: 12px 10px;
    border: 1px solid var(--main-bg-color);
    border-radius: 5px;
    font-family: "yekanLight";
    color: #C9C9C9;
    font-size: 12px;
    outline: none;
}

.register_comment form textarea {
    border: 1px solid var(--main-bg-color);
    resize: none;
    color: #C9C9C9;
    border-radius: 5px;
    padding: 12px 10px;
    font-family: "yekanLight";
    font-size: 12px;
    outline: none;
}

.register_comment .btn_send {
    display: flex;
    justify-content: flex-end;
}

.register_comment .btn_send button {
    width: 140px;
    background-color: var(--main-bg-color);
    padding: 10px;
    font-family: "yekanLight";
    border-radius: 5px;
    color: white;
}


/* footer */

.footer_basket {
    position: fixed;
    bottom: 0px;
    padding: 10px 10px;
    height: 60px;
    width: 100%;
    background-color: #20975e;
    display: flex;
    justify-content: space-around;
}

.footer_basket a {
    margin: 10px;
}

.footer_basket img {
    height: 24px !important;
}

.footer {
    margin-top: 7rem;
    width: 100%;
    background-color: var(--main-bg-color);
    padding: 30px 20px;
    font-family: "yekanLight";
    color: white;
    font-size: 14px;
    margin-bottom: auto;
}

footer .container_fast_access {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2rem;
    width: 98%;
    margin: 0 auto;
    justify-items: center;
}

footer .container_fast_access ul li a {
    color: white !important;
}

footer .container_fast_access .container_socail_media {
    grid-column: span 2 / span 2;
}

footer .container_fast_access .social_media {
    width: fit-content;
}

.social_media {
    display: flex !important;
    gap: 1rem;
}

footer ul {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

footer .social_media {
    display: flex;
    flex-direction: row !important;
}

footer .social_media li a {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 100%;
    color: white !important;
}

footer .social_media img {
    width: 23px;
    height: 23px;
}

.container_socail_media {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-self: self-end;
}

.row_site {
    background-color: #FDF4E7;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 14px 0;
    font-family: "yekanMedium";
    font-size: 13px;
    color: var(--black-color);
}


/* search page */

.title_search {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: "yekanBlack";
    color: #8E4E03;
}

.title_search img {
    width: 36px;
    height: 36ppx;
}

.container_result_search {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    justify-items: center;
    width: 85%;
    margin: 0 auto;
    gap: 4rem;
}

.container_result_search .card_result {
    width: 100%;
}

.container_result_search .card_result img {
    width: 150px;
    height: 150px;
    object-fit: contain;
}

.container_result_search .card_result .img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.container_result_search .card_result .title_result {
    text-align: center;
    font-family: "yekanMedium";
    font-size: 13px;
    padding-top: 1rem;
    color: #212121;
}

.container_result_search .card_result .buy_btn_result {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 3rem;
    margin-top: 2rem;
}

.container_result_search .card_result .buy_btn_result p {
    font-family: "yekanMedium";
    color: #8E4E03;
    font-size: 12px;
}

.container_result_search .card_result .buy_btn_result button {
    background-color: #25B06D;
    color: white;
    font-family: "yekanLight";
    padding: 7px 18px;
    font-size: 13px;
    border-radius: 5px;
}


/* media query */

.container_menu_header {
    display: none !important;
}

.header_left {
    display: none;
}

.icon_menu {
    cursor: pointer;
}

@media (min-width: 768px) {
    .container_menu_header {
        display: block !important;
    }
    .header_left {
        display: flex;
    }
    .icon_menu {
        display: none;
    }
    .logo_container img {
        object-fit: contain;
        width: 100%;
        height: 40px;
    }
    footer .container_fast_access {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 2rem;
        width: 98%;
        margin: 0 auto;
        justify-items: center;
    }
    footer .container_fast_access .container_socail_media {
        grid-column: span 1 / span 1;
    }
    .main {
        width: 90%;
    }
}


/* side bar */

.container_sider {
    width: fit-content;
    height: fit-content !important;
    display: flex;
}

.container_sider .sidepanel {
    width: 250px;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    background: #fff !important;
    z-index: 9999;
    transform: translateX(100%);
    transition: all 0.2s ease-in-out;
}

.container_sider .overlay {
    position: fixed;
    top: 0;
    right: 0;
    background-color: #00000034;
    width: 100%;
    height: 100%;
    transform: translateX(100%);
}

.container_sider .sidepanel.open {
    transform: translateX(0);
}

.container_sider .overlay.open {
    transform: translateX(0);
}

.menu_sidebar {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 2rem;
}

.menu_sidebar li {
    cursor: pointer;
}

.menu_sidebar li a {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    font-family: "yekanLight";
    font-size: 12px;
}

.menu_sidebar li img {
    width: 13px;
    height: 13px;
}

.close_btn {
    display: flex;
    justify-content: flex-end;
    padding: 0 15px;
    margin-top: 1rem;
}

.close_btn img {
    width: 20px;
    cursor: pointer;
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    width: 100%;
    margin: auto;
}

.carousel-control {
    display: none !important;
    width: 0% !important;
    box-shadow: none !important;
}

body {
    background-color: rgba(251, 236, 216, 0.26);
}

.slider {
    background: rgba(237, 180, 95, 0.12);
    position: relative;
}

.slider>div:first-child {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    width: 90%;
    margin: 0 auto;
    height: fit-content;
    padding: 20px 0;
}

.slider .img img {
    width: 100%;
    height: 190px;
    object-fit: contain;
    margin-top: 0rem;
}

.slider .info {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1.4rem;
    margin-top: -1rem;
}

.slider .info h2 {
    font-family: "yekanMedium";
    font-size: 2rem !important;
    color: #432818;
    margin: 0 !important;
}

.slider .info div {
    display: flex;
    align-items: center;
    font-family: "yekanBold";
    gap: 1rem;
    color: #432818;
}

.slider .info div p {
    font-size: 1.3rem !important;
    margin: 0 !important;
}

.slider .info button {
    background-color: #8E4E03;
    display: flex;
    width: 10rem;
    color: white;
    font-family: "yekanLight";
    padding: 10px 0;
    justify-content: center;
    border-radius: 10px;
    gap: 8px;
    font-size: 11px;
}

.slider .info button p {
    margin: 0 !important;
}

.slider .info button img {
    width: 20px;
    height: 20px;
}

.dots {
    position: absolute;
    left: 60px;
    bottom: 1rem;
    display: flex;
    align-items: center;
    display: none;
    gap: 30px !important;
}

.dots button {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: rgba(237, 180, 95, 0.26);
}

.dots button.active {
    width: 23px;
    height: 8px;
    background: #432818;
    border-radius: 10px !important;
    ;
}

.container_category {
    margin-top: 4rem;
}

.container_category h1 {
    font-family: "yekanBlack";
    font-size: 17px;
    color: #8E4E03;
}

.container_category .category {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 2rem !important;
    justify-items: center;
    width: 98%;
    margin: 0 auto;
    margin-top: 3rem;
    gap: 2.2rem;
}

.container_category .category .card {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-family: "yekanBold";
    color: #8E4E03;
    background-color: white;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    white-space: nowrap;
    font-size: 13px;
}

.container_category .category .card img {
    width: 50px;
    height: 50px;
}

.cover {
    margin-top: 4rem;
}

.cover img {
    object-fit: fill;
    height: 170px;
    width: 100%;
}

._product {
    margin-top: 4rem;
}

.archive ._product {
    margin-top: 0rem !important;
}

._product .title {
    display: flex;
    align-items: center;
    gap: 1rem;
}

._product .title img {
    width: 45px;
    height: 45px;
}

._product .title h2 {
    font-size: 15px;
    font-family: "yekanBlack";
    color: #8E4E03;
}

._product ._product_container {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-items: center;
    gap: 2rem 1rem;
    width: 100%;
    margin: 0 auto;
    margin-top: 3rem;
}

.archive ._product_container {
    margin: 0px !important;
    width: 100% !important;
}

._product ._product_container .card {
    position: relative;
    width: 100%;
    background-color: white;
    padding: 17px 10px;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid transparent;
}

._product ._product_container .card:hover {
    border: 1px solid #25B06D;
}

._product ._product_container .card img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    margin: auto;
    margin-top: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

._product ._product_container .card h2 {
    text-align: center;
    color: #212121;
    font-size: 13px;
    font-family: "yekanMedium";
    padding-top: 1rem;
}

._product ._product_container .card .price {
    float: right;
    margin-top: 1rem;
    color: #432818;
}

._product ._product_container .card .price del,
._product ._product_container .card .price ins {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    flex-direction: row;
}

._product ._product_container .card .price ins {
    font-size: 13px;
    font-family: "yekanMedium";
    color: #8E4E03;
    text-decoration: none;
}

._product ._product_container .card .price del {
    font-size: 13px;
    font-family: "yekanLight";
    color: rgba(142, 78, 3, 0.6);
    text-decoration: line-through;
    font-size: 11px;
}

._product ._product_container .card .button {
    width: 141px;
    height: 40px;
    float: left;
    text-align: center;
    line-height: 40px;
    background: #25B06D;
    box-shadow: 4px 5px 15px rgba(90, 115, 6, 0.15);
    border-radius: 10px;
    color: white;
    font-family: "yekanLight";
    font-size: 14px;
    margin-top: 1rem;
    padding: 0px !important;
    font-weight: normal !important;
}

._product ._product_container .card .button:hover {
    background: #20975e;
    color: white;
    text-decoration: none;
}

.added_to_cart {
    width: 141px;
    height: 40px;
    float: left;
    text-align: center;
    line-height: 40px;
    background: #8E4E03;
    box-shadow: 4px 5px 15px rgba(90, 115, 6, 0.15);
    border-radius: 10px;
    color: white;
    font-family: "yekanLight";
    font-size: 14px;
    margin-top: 1rem;
    padding: 0px !important;
    font-weight: normal !important;
}

.added_to_cart:hover {
    background: #7a4303;
    color: white;
}

._product ._product_container .card .onsale {
    position: absolute;
    top: 0;
    left: 0;
    right: inherit !important;
    width: 50px;
    height: 44px;
    background: #EB3535;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-family: "yekanLight";
    border-radius: 0px !important;
}

.card .price bdi {
    font-family: "yekanBold" !important;
    font-size: 13px;
    color: #432818;
}

.info_buy_card button {
    background: #25B06D;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}

.wc-block-components-price-slider__range-input-progress {
    --range-color: #25B06D !important;
}

.wc-block-components-price-slider--is-input-inline .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount {
    max-width: 90px !important;
}

.archive .wp-block-woocommerce-price-filter {
    overflow: hidden;
    padding: 20px;
    border: 1px solid #cfcfcf !important;
    border-radius: 5px;
    border-style: dashed !important;
}

.archive .widget h3 {
    padding: 0px 0px 10px 0px;
    font-size: 14px !important;
    font-weight: bold !important;
}

.info_buy_card button p {
    display: none;
    font-family: "yekanLight" !important;
    font-size: 13px;
    color: white;
}

.ads {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-top: 6rem;
    gap: 2rem
}

.ads a {
    flex: 1;
}

.ads a {
    flex: 1;
}

.ads img {
    flex: 1;
    height: 170px;
    width: 100%;
}

.carousel-indicators {
    display: none !important;
}


/* articles list */

.educational_blog {
    margin-top: 3.5rem;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 2.5rem;
}

.educational_blog>div {
    position: relative;
    overflow: hidden;
    height: 360px;
    width: 400px;
    border-radius: 8px;
}

.educational_blog>div img {
    height: 360px;
    width: 400px;
    object-fit: cover;
}

.container_card {
    position: relative;
    display: block;
    height: 330px;
    width: 100%;
    max-width: 286px;
    min-width: 286px;
    border-radius: 8px;
    overflow: hidden;
    border: 2px solid #25B06D;
}

.container_card:hover {
    border: 2px solid rgba(187, 184, 184, 0.5);
}

.container_card img {
    width: 100%;
    height: 100%;
    filter: brightness(120%);
    transition: filter 0.3s ease-in-out;
}

.card_info {
    position: absolute;
    bottom: 10px;
    right: 14px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.card_info p {
    margin: 0px !important;
}

.card_info p a {
    color: white;
    font-size: 20px;
    font-family: "yekanLight" !important;
    display: block;
}

.card_info>div {
    display: flex;
    gap: 1rem;
    color: #868686;
    font-family: "yekanLight" !important;
}

.container_cards {
    max-width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    justify-content: space-between;
    justify-items: center;
    gap: 2rem;
    margin-top: 5rem;
}


/* blog */

.title_blog {
    padding-top: 2rem;
    border-bottom: 1px solid rgb(230, 230, 230);
    padding-bottom: 14px;
    margin-bottom: 2rem;
    font-size: 26px;
    font-family: "yekanLight" !important;
}

.container_image_blog {
    display: flex;
    justify-content: space-between;
}

.container_image_blog img {
    width: 300px;
    height: 250px;
    border-radius: 8px;
    flex-wrap: wrap;
}

.banner_blog {
    width: 100%;
    height: 500px;
    overflow: hidden;
    border-radius: 8px;
}

.banner_blog img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.container_blog {
    margin: 0px auto;
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.container_blog .content,
.container_blog .content p {
    font-family: "yekanLight" !important;
    line-height: 3rem;
}

.page_container .page_title {
    padding-top: 2rem;
    border-bottom: 1px solid rgb(230, 230, 230);
    padding-bottom: 14px;
    margin-bottom: 2rem;
    font-size: 26px;
    font-family: "yekanLight" !important;
}

.page_container .page_content {
    font-family: "yekanLight" !important;
    line-height: 3rem;
}

@media (min-width: 640px) {
    .container_cards {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .container_blog {
        width: 100% !important;
    }
}

@media (min-width: 768px) {
    .container_cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .container_blog {
        width: 100% !important;
    }
    .footer_basket {
        display: none;
    }
}

@media (min-width: 1024px) {
    .container_cards {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .container_blog {
        width: 80% !important;
    }
    .footer_basket {
        display: none;
    }
}

@media (min-width: 1280px) {
    .container_cards {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .footer_basket {
        display: none;
    }
}


/* media query */

@media (min-width: 768px) {
    .slider>div:first-child {
        flex-direction: row;
        height: 440px;
        padding: 0 0;
    }
    .carousel-indicators {
        display: block !important;
        left: 10% !important;
    }
    .carousel-indicators li {
        /* background-color: red !important; */
        background-color: rgba(237, 180, 95, 0.26) !important;
        border: 0 !important;
    }
    .carousel-indicators li.active {
        width: 23px;
        height: 10px;
        background: #432818 !important;
        border-radius: 10px !important;
    }
    .slider .img img {
        width: 100%;
        height: 400px;
        object-fit: contain;
        margin-top: 1rem;
    }
    .slider h2 {
        font-size: 3rem !important;
    }
    .slider .info {
        margin-top: 0;
        gap: 2.4rem;
    }
    .slider .info div p {
        font-size: 1.5rem !important;
        margin: 0 !important;
    }
    .slider .info button {
        background-color: #8E4E03;
        display: flex;
        width: 10rem;
        color: white;
        font-family: "yekanLight";
        padding: 10px !important;
        justify-content: center;
        border-radius: 10px;
        gap: 8px;
        font-size: 15px;
        width: fit-content !important;
    }
    .slider .info button img {
        width: 22px;
        height: 22px;
    }
    .slider .info button p {
        margin: 0 !important;
    }
    .slider .info h2 {
        font-size: 2.2rem;
    }
    .slider .info div {
        display: flex;
        align-items: center;
        font-family: "yekanBold";
        gap: 1rem;
        color: #432818;
        font-size: 1rem;
    }
    .container_category .category {
        gap: 2.2rem;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .container_category .category .card {
        width: 90%;
        font-size: 15px;
    }
    .container_category .category .card img {
        width: 100px;
        height: 100px;
    }
    .cover {
        margin-top: 5rem;
    }
    .cover img {
        object-fit: fill;
        height: 300px;
        width: 100%;
    }
    ._product ._product_container {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        width: 90%;
        gap: 3rem;
    }
    ._product ._product_container .card img {
        width: 140px;
        height: 140px;
    }
    ._product ._product_container .card .off {
        width: 60px;
        height: 44px;
    }
    ._product ._product_container .card .info {
        flex-direction: row;
        margin-top: 2rem;
    }
    ._product ._product_container .card .info div {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 0.5rem;
    }
    ._product ._product_container .card .info div>p:first-child {
        font-size: 14px;
        font-family: "yekanBold";
    }
    ._product ._product_container .card {
        cursor: pointer;
        padding: 17px;
    }
    .ads {
        flex-direction: row;
        gap: 6rem;
    }
    .ads img {
        flex: 1;
        height: 250px;
        width: 100%;
    }
    ._product .title img {
        width: 35px;
        height: 35px;
    }
    ._product .title h2 {
        font-size: 15px;
    }
    .info_buy_card button {
        height: fit-content;
        width: fit-content;
        color: white;
        padding: 7px 10px;
    }
    .info_buy_card button img {
        display: none;
    }
    .info_buy_card button p {
        display: block;
    }
}