:root {
    --primary-color: #f92b52;
}

.none-select {
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

.form-control {
    height: auto !important;
}

.category-product-div {
    padding: 5px !important;
}

.img-product-bk {
    padding-right: 24%;
    padding-left: 24%;
}
.requirebk-input:after {
    color: red;
    content: "*";
    font-size: 22px;
    position: relative;
    right: 3px;
    top: 6px;
    height: 10px;
    width: 10px;
    display: inline-block;
}
.price-text-cardbox {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
}

.price-text-cardbox .off {
    margin-left: 10px;
}

li.breadcrumb-item {
    font-family: iranyekan;
}

.checkboxbha input[type="checkbox"],
.checkboxbha input[type="radio"] {
    visibility: hidden;
    position: absolute;
}

.checkboxbha input[type="checkbox"] + label:before,
.checkboxbha input[type="radio"] + label:before {
    height: 28px !important;
    width: 26px !important;
    margin-right: 5px !important;
    content: "\f00c";
    font-family: FontAwesome !important;
    color: #fff;
    display: inline;
    vertical-align: middle;
    border: 2px solid #d0d0d0 !important;
    margin-left: 4px;
    border-radius: 100% !important;
    text-align: center;
    margin-top: 0;
    margin-bottom: 1px;
    font-size: 13px;
    padding: 2px;
}

.checkboxbha input[type="checkbox"]:checked + label:before,
.checkboxbha input[type="radio"]:checked + label:before {
    display: none !important;
    content: "\f00c";
    font-family: FontAwesome !important;
    color: #fff;
    background-color: #3589ca !important;
    border: none !important;
    font-weight: 400 !important;
}

.checkboxbha input[type="radio"] + label:before {
    border-radius: 50%;
    display: none !important;
}

.checkboxbha input[type="checkbox"] + label:before {
    border-radius: 2px;
}

.whateverbhcehckbox {
    border: 1px solid #c8ccca;
    background: #fff;
    cursor: pointer;
    padding: 10px;
    margin-bottom: 25px;
    margin-right: 12px;
    text-align: right !important;
    border-radius: 5px;
    width: 100%;
}

.whateverbhcehckbox:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.box-radio-checkbox-width {
    margin-top: 11px;
}

.checkboxbha input[type="checkbox"]:checked + label,
.checkboxbha input[type="radio"]:checked + label {
    border: 2px solid #3589ca;
}

@media (min-width: 1025px) {
    .box-radio-checkbox-width {
        ms-flex: 0 0 23%;
        flex: 0 0 23%;
        max-width: 23%;
        margin-right: 5px;
    }
}

@media screen and (max-width: 1024px) and (min-width: 900px) {
    .box-radio-checkbox-width {
        ms-flex: 0 0 23%;
        flex: 0 0 23%;
        max-width: 23%;
        margin-right: 5px;
    }
}

@media screen and (max-width: 899px) {
    .box-radio-checkbox-width {
        ms-flex: 0 0 92%;
        flex: 0 0 92%;
        max-width: 92%;
        margin-right: 4px;
    }

    .box-answer-question {
        padding-right: 0 !important;
        padding-left: 0 !important;
        margin-right: -10% !important;
        width: 111% !important;
    }
}

@media screen and (max-width: 400px) and (min-width: 10px) {
    .box-radio-checkbox-width {
        ms-flex: 0 0 45%;
        flex: 0 0 45%;
        max-width: 46%;
        margin-right: 4px;
    }

    .box-answer-question {
        padding-right: 0 !important;
        padding-left: 0 !important;
        margin-right: -10% !important;
        width: 111% !important;
    }
}

span.cart_full_box_bk {
    margin-left: 12px;
}

.ah-tab > .ah-tab-item[data-ah-tab-active="true"],
.ah-tab > .ah-tab-item[data-ah-tab-active="true"]:hover {
    border-bottom-color: #8bc34a !important;
}

button.btn.btn-primary.mt-res-1 {
    background-color: #073a61;
}

.form-ui.dt-sl.pt-4.pb-4.checkout-div {
    border: 1px solid #d2cbcb;
}

.btn-green-hover-bk:hover {
    background-color: #4caf50 !important;
    color: #fff !important;
}

.btn-dark-hover-bk:hover {
    background-color: #073a61 !important;
    color: #fff !important;
}

.footer_by_karimian a:hover {
    color: #39a63c;
}

header.main-header .main-menu a.nav-link {
    margin-right: 28px;
}

.title-footer {
    font-size: 16px;
    font-weight: 700;
}

.box-footer-links-gridbk a {
    font-size: 15px;
}

.footer-social-media ul li a {
    color: #fff;
    font-size: 23px;
}

.footer-social-media ul li {
    display: inline-block !important;
    width: 23px;
    height: 23px;
    text-align: center;
    line-height: 42px;
    padding: 2px;
    margin: 3px;
}

.icon-linkedin:hover {
    color: #11639f !important;
}

.icon-telegram:hover,
.icon-twitter:hover {
    color: #309fd6 !important;
}

.icon-instagram:hover {
    background: radial-gradient(
        circle at 30% 107%,
        #fdf497 0,
        #fdf497 5%,
        #fd5949 45%,
        #d6249f 60%,
        #285aeb 90%
    );
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.icon-facebook:hover {
    color: #104b8d !important;
}

.icon-youTube:hover {
    color: red !important;
}

.baner-left-homebk {
    max-width: 107% !important;
}

.widget-banner {
    margin-bottom: 4%;
}

.swal2-container.swal2-rtl.swal2-center.swal2-fade.swal2-shown,
i.mdi.mdi-arrow-left,
nav.tab-cart-page {
    display: none !important;
}

button#checkout-link {
    background-color: #4caf50 !important;
    outline: 0 !important;
}

.back-to-top span {
    color: #fff;
    font-size: 14px;
}

footer.main-footer .back-to-top .icon {
    color: var(--primary-color) !important;
    font-size: 22px;
    width: 27px;
    height: 27px;
    line-height: 27px;
}

button#update-cart {
    background-color: #1b5c8f !important;
    color: #fff !important;
}

a.nav-link:hover {
    color: #073a61 !important;
}

.reg_log_btn_headerbk a:hover {
    color: #000 !important;
}

.select-option-front-bk {
    background-color: #fafafa !important;
    margin-bottom: 10px !important;
    height: auto !important;
    font-size: 13px !important;
    font-family: iranyekan !important;
}

.scroll_bk_active .header-top-boxbk,
.scroll_bk_active .header_green_bk {
    display: none;
}

.header_fixed_bk {
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

.scroll_bk_active .header_fixed_bk {
    opacity: 1 !important;
    visibility: visible !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 9999 !important;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ededed;
    height: auto !important;

}

.header-right-fixed-boxbk img {
    width: 48px !important;
}
.swal2-container.swal2-center {
    z-index: 9999999999 !important;
}
.menu_fix_bk{
    width: 65%;
}
.menu_fix_bk .main-menu .list > .list-item > a,
header.main-header .main-menu .list > .list-item > span {
    color: #000 !important;
}
.menu_fix_bk .main-menu a.nav-link {
    margin-right: 5px !important;
}

.header-left-fixed-boxbk .icon-bk-cart,
.header-left-fixed-boxbk .icon-bk-heart {
    width: 45px;
    height: 45px;
}

.swiper,
.swiper-slide img {
    width: 100%;
    height: 100%;
}

.swal2-container.swal2-rtl.swal2-center.swal2-backdrop-show {
    z-index: 9999999999999999999 !important;
}

.header-box-mobile {
    display: none;
}

.box_single_product_serv .link-item-v {
    background-color: #073a61;
    display: block;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    margin-top: 3px;
    padding: 8px;
    color: #fff;
}

.box_single_product_serv .link-item-v .fa {
    margin-left: 6px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    object-fit: cover;
    border-radius: 20px;
}

body {
    direction: rtl;
    font-family: iranyekan, serif;
}

.tabs {
    margin: 0 auto;
}

html {
    overflow-x: hidden;
}

.img img {
    border-radius: 20px;
    height: 50%;
    object-fit: cover;
}

.src-header {
    width: 80%;
    padding: 1rem;
    border-radius: 0.75rem;
    background-color: #f1f1f1;
    outline: unset;
    border: unset;
}

.src-header::placeholder {
    color: rgba(1, 45, 80, 0.75);
}

.hdr-left > svg {
    padding: 10px;
    border-radius: 50%;
}

.hdr-left > svg:first-child {
    background: rgba(235, 2, 2, 0.35);
    box-shadow: 5px 6px 25px 1px rgba(235, 2, 2, 0.25);
}

.hdr-left > svg:nth-child(2) {
    background: rgba(7, 58, 97, 0.35);
    box-shadow: 5px 6px 25px 1px rgba(0, 28, 49, 0.25);
}

.res-list > i {
    display: none;
    color: #fff !important;
    font-size: 1rem !important;
    cursor: pointer;
}

.res-list > ul li:first-child {
    display: none;
    font-size: 2rem;
    position: absolute;
}

.swiper-pagination-bullet {
    background: #fff !important;
    opacity: 1 !important;
}

.swiper-pagination-bullet-active {
    background: #fdb600 !important;
    width: 20px !important;
    border-radius: 3px !important;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    top: 50px !important;
    left: 0;
    width: 100%;
}

.swiper-pagination {
    transform: rotate(-90deg) !important;
}

.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 20% !important;
    white-space: nowrap;
}

@media only screen and (max-width: 1400px) {
    .hdr-left {
        width: 30% !important;
    }
}

@media (min-width: 1280px) {
    .container {
        max-width: 92% !important;
    }

    .slider-show-bhk {
        margin-right: -1% !important;
    }
}

@media only screen and (max-width: 1280px) {
    .hdr-left {
        width: 33% !important;
    }

    .header-right-boxbk {
        width: 61% !important;
    }

    .header_green_bk.w-full {
        padding-right: 1% !important;
        padding-left: 3% !important;
    }

    .box-footer-delivery img {
        max-height: 40px !important;
    }
}

@media only screen and (max-width: 1200px) {
    .src-header {
        width: 70% !important;
    }
}

@media only screen and (max-width: 1000px) {
    .hdr-left {
        width: 50% !important;
        margin-bottom: 1rem;
    }

    .top-hdr {
        flex-direction: column !important;
    }

    .top-hdr > div:first-child {
        width: 100% !important;
        margin-bottom: 1rem;
    }
}

@media only screen and (max-width: 768px) {
    .header_fixed_bk {
        display: none !important;
        opacity: 0 !important;
    }

    .logo-mobile-header {
        width: 54px !important;
    }

    .box_cart_quantity_grid {
        border-top: solid 1px #e8e6e6;
        display: flex;
        align-content: center;
        left: 0px !important;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
        width: 100%;
        padding-bottom: 7px;
        padding-top: 13px;
    }

    .container {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }

    .icon-bk-cart {
        height: 37px !important;
    }

    .header-top-boxbk,
    .slider-show-bhk {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .box-bk-mojavez-pc,
    .box-boottom-footer,
    .box-delev-home,
    .box-info-footerbk-pc,
    .box-labels-bk,
    .box-product-bk .add-to-cart-gridbk .text-add-tocart-bk-grid,
    .header-pc-bk,
    .header_green_bk,
    .menu-pc-bk {
        display: none !important;
    }

    .box-grid-productbk,
    .box-info-footerbk-mobile,
    .footer-bottom-mob,
    .header-box-mobile {
        display: block !important;
    }

    .box-product-bk .title-product-bk {
        padding-top: 0 !important;
        padding-bottom: 7px !important;
        font-size: 13px !important;
    }

    .box-product-bk .box-grid-productbk-footer {
        padding-top: 2px !important;
        padding-bottom: 4px !important;
        display: block !important;
    }

    .box-product-bk .add-to-cart-gridbk {
        width: 106% !important;
        margin-top: 3px;
        margin-right: -3%;
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }

    .price-show-cardbox {
        padding-top: 9px;
    }


    .tabelementorbluett {
        padding-top: 9px !important;
        padding-bottom: 8px !important;
    }

    .currentelementortabtt {
        padding-top: 9px !important;
        padding-bottom: 9px !important;
    }

    .box-full-tab-home {
        margin-top: 20px !important;
    }

    .img-product-bk {
        width: 104px !important;
        margin-right: 17% !important;
        padding-top: 11px !important;
        padding-right: 3px;
        padding-left: 3px;
    }

    .hdr-left {
        width: 70% !important;
        margin-bottom: 1rem;
    }

    .wrap-login100 {
        width: 100% !important;
    }

    .header-top-parta {
        justify-content: right !important;
    }

    .tabelementorbluett {
        width: 98% !important;
    }

    ul.tabelementorbluett li {
        font-size: 12px !important;
    }

    .box-grid-productbk {
        padding-right: 2px !important;
        padding-left: 2px !important;
    }

    .box-grid-productbk .add-to-cart-gridbk {
        width: 93% !important;
        margin-right: 5%;
    }

    .box-delev-home {
        width: 96% !important;
        margin-right: 2% !important;
    }

    .box-bk-mojavez-pc img {
        width: 63px !important;
        height: 73px !important;
    }

    .text-white .box-bk-mojavez-pc {
        background-color: #fff !important;
        border-radius: 14px !important;
    }

    .box-footer-delivery span {
        font-size: 12px !important;
        line-height: 1.8 !important;
    }

    .box-item-serv {
        margin-top: 13px !important;
    }

    .box-info-footerbk-mobile {
        margin-top: 32px !important;
        border-top: 1px solid #ffffff21 !important;
        padding-top: 28px !important;
        padding-bottom: 35px;
    }

    .box-info-footerbk-mobile span {
        padding-right: 7px !important;
    }

    .box-footer-links-gridbk a {
        font-size: 12px !important;
    }

    .gallery-item {
        width: 58% !important;
        margin-right: 23% !important;
    }

    ul.list-single-atrbk {
        width: 100% !important;
        display: flex !important;
        flex-wrap: wrap !important;
        direction: unset;
        padding-bottom: 10px !important;
        border-bottom: 1px solid #eedbdb !important;
        margin-bottom: 15px !important;
        flex-direction: column !important;
    }

    .full-box-addtocart-single {
        margin-top: 15px !important;
        justify-content: center !important;
        display: flex !important;
    }
}

@media only screen and (max-width: 650px) {
    header > div:last-child {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media only screen and (max-width: 550px) {
    .top-hdr div:first-child {
        justify-content: center;
    }

    .hdr-left,
    .res-list > ul li:nth-child(2) {
        width: 100% !important;
    }

    header > div:last-child {
        flex-direction: column;
    }

    header > div:last-child ul {
        width: 100%;
        margin-bottom: 2rem;
    }

    .src-header {
        font-size: 0.8rem;
    }

    .res-list > ul {
        position: fixed;
        right: -100%;
        top: 0;
        background-color: azure;
        width: 50vw !important;
        padding: 10vh 4vw;
        height: 100vh;
        align-items: flex-start;
        flex-direction: column;
        border-top-left-radius: 2rem;
        border-bottom-left-radius: 2rem;
        box-shadow: 0 -10px 25px 1px rgba(65, 175, 68, 0.15);
        z-index: 100;
    }

    .res-list > ul li {
        color: green;
    }

    .res-list > i {
        display: block;
        font-size: 2rem !important;
    }

    .res-list {
        flex-direction: row !important;
    }

    .res-list > ul li:first-child {
        display: block;
        left: 1rem;
        top: 1rem;
    }

    .res-list > ul li:nth-child(2) input {
        width: 100% !important;
        font-size: 0.7rem;
    }

    .res-list > ul li:nth-child(2) svg {
        left: 1.5rem;
        width: 15px !important;
    }

    .top-hdr .src-header,
    .top-hdr .src-i {
        display: none !important;
    }
}

@media only screen and (max-width: 450px) {
    .res-list > ul {
        width: 70vw !important;
    }
}

@media only screen and (max-width: 350px) {
    header > div:last-child {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .top-hdr > div:first-child {
        flex-direction: column;
    }

    .src-header {
        width: 100% !important;
        font-size: 1rem;
        margin-top: 1rem;
    }

    .src-i {
        top: unset;
        bottom: 0.75rem;
    }

    .res-list > ul {
        width: 80vw !important;
    }
}

.notproduct-bk {
    padding-right: 5px;
}

.header_green_bk {
    padding-top: 13px;
    padding-bottom: 15px;
    background-color: rgb(101 163 13 / 0.8);
    width: 100%;
}

.icon-bk-cart,
.icon-bk-heart {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    padding: 7px;
}

.icon-bk-heart {
    width: 50px;
    height: 50px;
    background: rgba(235, 2, 2, 0.35);
}

.icon-bk-cart {
    background: rgba(7, 58, 97, 0.35);
}

.cart-fixedbk-view-button {
    position: fixed;
    color: #fff;
    width: 70px;
    height: 70px;
    bottom: 10px;
    left: 10px;
    background: #073a61;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 100;
    box-shadow: 0 1px 15px rgba(31, 45, 61, 0.16);
    border: 3px solid #fff;
}

.cart-animationcartbk-show {
    position: fixed;
    animation-name: animationcartbk;
    animation-duration: 0.5s;
    animation-iteration-count: 2;
}

.cart-count-numberbk,
.cart-count-numberbk-fixedbk {
    background: #39a63c;
    position: absolute;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    font-size: 16px;
    text-align: center;
    color: #fff;
}

@keyframes animationcartbk {
    0%,
    100%,
    75% {
        bottom: 10px;
    }
    25% {
        bottom: 25px;
    }
}

.cart-count-numberbk {
    top: -4px;
    right: -9px;
}

.cart-count-numberbk-fixedbk {
    top: -10px;
    right: -8px;
    z-index: 9;
}

a.link-icon-bk-cart img:hover,
a.link-icon-bk-heart img:hover {
    background-color: #83b53d;
}

.box-product-bk {
    background-color: #fff;
    margin: 5px;
}

.img-product-bk {
    text-align: center;
    display: flex;
    justify-content: center;
}

.title-product-bk {
    text-align: right;
    font-size: 17px;
    font-weight: 400;
    padding-right: 12px;
    padding-left: 12px;
}

.add-to-cart-gridbk {
    justify-content: center;
    background-color: #eb0202;
    border-radius: 9px;
    width: 40%;
    display: flex;
    padding: 5px 5px 10px;
    color: #fff;
    margin-left: 6px;
}

.add-to-cart-gridbk:hover {
    background-color: #83b53d !important;
    color: #fff !important;
}

.add-to-cart-bk-single {
    background-color: #8bc34a !important;
    padding: 8px;
    border-radius: 10px;
    color: #fff;
    margin-right: 9px;
}

.tag-product-bk {
    background-color: #736c6c;
}

.list-single-atrbk li {
    margin-top: 6px;
    margin-bottom: 4px;
    padding-bottom: 1px;
}
