﻿/*BASIC*/
body {
    text-align: right;
    font-family: IRANSans !important;
    background-color: #eee;
    h6: 0;
}

.no-scroll-body {
    overflow: hidden;
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

li {
    list-style: none;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

h1 {
    font-size: 1.5rem;
    font-weight: 500;
}

h2 {
    font-size: 1.5rem;
}

option:disabled {
    color: #a2a2a2;
}

.my-border {
    border: 1px solid red;
}

.container {
    max-width: 1676px;
}

/*END BASIC---------------------------------- */


/* HEADER ----------------------------------------------- */

.main-header {
    h6-bottom: 1rem;
}

.sticky-menu-center {
    position: fixed;
    top: 0;
    z-index: 10;
    box-shadow: 0 7px 8px 0 #9E9E9E;
}

.menu-item > a {
    color: #2c2c2c;
}

.menu-item:hover a {
    color: #000;
    transition-duration: .3s;
}

.search-input {
    border: 1px solid #a5a5a5;
    border-radius: 20px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    outline: none;
    width: 85%;
    padding: 0 15px;
    font-size: 12px;
    border-left: 0;
    z-index: 1040 !important;
}

.search-input-mobile {
    height: 50px !important;
}

.search-Input-open {
    border-bottom-right-radius: 0;
    transition-duration: .3s;
}

.search-btn-mob-container {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
}

.search-btn-mob {
    background-color: #ffffff00;
    border: 0;
}

    .search-btn-mob:hover span {
        color: #fff;
    }

    .search-btn-mob > span {
        color: #050634;
    }

.search-btn-open {
    border-bottom-left-radius: 0 !important;
    transition-duration: .3s;
}

.search-btn {
    border: 0px solid #a5a5a5;
    border-radius: 20px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    width: 15%;
    border-right: 0;
    outline: none;
    color: #ffffff;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #a5a5a5;
    border-right: 0;
    z-index: 1005;
}

    .search-btn > i {
        color: #a5a5a5;
    }

.search-result-continer {
    display: none;
    position: absolute;
    top: 41px;
    z-index: 1000;
    width: 100%;
    max-height: 400px;
    overflow: hidden;
    border-radius: 5px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border: 0;
    background-color: white;
    box-shadow: 0 3px 12px 0 rgba(0,0,0,.2);
    padding: 15px 10px;
}

.main-search-item {
    font-size: 12px;
    font-weight: 400;
    color: #474747;
    cursor: pointer;
    width: 100%;
    min-height: 40px;
    display: flex;
    align-items: center;
    padding-right: 15px;
    border-radius: 5px;
}

    .main-search-item:hover {
        background-color: #f3f3f3;
        transition-duration: .3s;
    }

/*search spinner*/
.search-spinner {
    display: none;
    color: #a5a5a5;
    font-size: 3px;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    -webkit-animation: load4 1.3s infinite linear;
    animation: load4 1.3s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

/*search spinner animation*/
@-webkit-keyframes load4 {
    0%, 100% {
        box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    }

    12.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    25% {
        box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    37.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    50% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    62.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    }

    75% {
        box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    }

    87.5% {
        box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    }
}

@keyframes load4 {
    0%, 100% {
        box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    }

    12.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    25% {
        box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    37.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    50% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    62.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    }

    75% {
        box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    }

    87.5% {
        box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    }
}

/*user & basket*/
.shpping-cart {
    border: 1px solid #2c4ba0;
    border-radius: 25px;
}

    .shpping-cart > a {
        display: flex;
        align-items: center;
        justify-content: center;
        color: #050634;
    }

.shoping-cart-text {
    font-size: 12px;
    margin-right: 5px;
}

.shpping-cart:hover {
    background-color: #2c4ba0;
    color: #fff;
    transition-duration: .3s;
}

    .shpping-cart:hover > a {
        color: #fff;
        transition-duration: .3s;
    }


/*menu bar*/

.top-navbar-container {
    height: 40px;
    background-color: #efefef;
    padding: 0px 40px;
}

.nav-bar {
    height: 45px;
    background-color: #fff;
}

.menu-container {
    padding: 0 24px;
}

    .menu-container > li {
        font-size: 13px;
        padding: 0 20px;
    }

        .menu-container > li:hover {
            border-bottom: 3px solid #2c4ba0;
        }

            .menu-container > li:hover ul.sub-menu {
                visibility: visible;
                transition-duration: 0.5s;
            }

/*.menu-parent {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 13px;
    padding: 0 15px;
}*/
.menu-parent {
    color: #616161;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 13px;
    font-weight: 500;
    transition: all ease-in-out .2s;
}

    .menu-parent > a {
        color: #616161;
        height: 100%;
        display: flex;
        align-items: center;
        padding: 0 15px;
        position: relative;
    }

.menu-parent-a:after {
    content: '';
    position: absolute;
    width: 0px;
    height: 2px;
    left: 50%;
    bottom: 0;
    background-color: #2c4ba0;
    transition: all ease-in-out .2s;
}

.menu-parent-a:hover::after {
    width: 100%;
    left: 0;
}

.menu-parent:hover .menu-parent-a {
    color: #2c4ba0;
}

    .menu-parent:hover .menu-parent-a:after {
        width: 100%;
        left: 0;
    }

.menu-parent:hover .dropdown-container {
    display: block;
    transition-duration: .3s;
    cursor: auto;
}

/*mega menu*/
.dropdown-container {
    display: none;
    height: 400px;
    width: calc(100% - 100px);
    max-width: 1280px;
    position: absolute;
    background-color: #fff;
    top: 45px;
    right: 49px;
    box-shadow: 5px 10px 16px 5px silver;
    z-index: 100;
    border: 1px solid #cbcbcb;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.dropdown-content {
    display: flex;
    padding: 0;
    justify-content: flex-start;
    flex-wrap: wrap;
    color: #000;
}

.property-parent {
    border-bottom: 1px solid #d2d2d2;
    font-size: 13px;
    padding: 5px;
}

    .property-parent > a {
        color: #133184;
    }

    .property-parent:before {
        content: '';
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: #fb4b63;
        margin-left: 8px;
        display: inline-block;
        vertical-align: baseline;
    }

.property-child-container {
    padding: 10px 20px 0 0;
}

.prop-parent-container {
    min-width: 120px;
    padding: 10px;
}

.prop-child > a {
    color: #4a5f73;
    cursor: pointer;
    margin-bottom: 6px;
    font-size: 12px;
}

    .prop-child > a:hover {
        color: #000;
    }

.mega-menu-img-container {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
}


/*menu mobile*/

.black-cover {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: #00000078;
    z-index: 10000;
    display: none;
}

.cover-active {
    display: block;
    transition-duration: .3s;
}

.menu-toogle {
    display: none;
}

    .menu-toogle > div {
        width: 100%;
        display: flex;
        align-items: center;
        height: 100%;
        font-size: 38px;
    }

.menu-mob-header {
    height: 105px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
    margin: auto;
    border-bottom: 2px solid grey;
}

.menu-mobile {
    display: block;
    position: absolute;
    width: 200px;
    height: 100vh;
    top: 0;
    right: -100%;
    z-index: 1000;
    background-color: #000;
    color: #fff;
    font-size: 13px;
    transition-duration: .4s;
}

.menu-open {
    display: block;
    position: absolute;
    width: 80%;
    top: 0;
    right: 0;
    z-index: 20000;
    background-color: #ffffff;
    color: #fff;
    font-size: 13px;
    transition-duration: .5s;
    position: fixed;
    overflow: auto;
    height: 100vh;
}

.menu-parent-mobile {
    justify-content: flex-start;
    align-items: center;
}

    .menu-parent-mobile > div {
        height: 40px;
        color: #424750;
        font-weight: 500;
        padding-right: 20px;
        height: 40px
    }

    .menu-parent-mobile a {
        color: #4a5f73;
    }

.child-men-mob {
    display: none;
    background-color: #ececec;
    padding-right: 45px;
    color: #424750;
}

.grandson-menu-mob-li {
    margin: 7px 0;
    min-height: 30px;
    display: flex;
    align-items: center;
}

.menu-icon {
    font-size: 9px;
    margin-right: 5px;
    border: 1px solid #9a9a9a;
    border-radius: 50%;
    padding: 4px 3px 1px;
}

.icon-arrow {
    transition-duration: .3s;
}

.icon-arrow-active {
    transform: rotate(90deg);
    transition-duration: .3s;
    color: #2e86de;
}

.menu-item-active {
    color: aqua;
}

.logo-img {
    max-width: 138px;
}

.search-mobile {
    display: none;
}

.search-mobile-mobile {
    display: none;
}

.search-desktop {
}

.review-basket-wrapper {
    position: absolute;
    top: 35px;
    width: 250px;
    min-height: 130px;
    z-index: 1000;
    left: 0;
    display: none;
}

/*END HEADER --------------------------------------------- */



/* SLIDER ----------------------- */
.slider-container {
    max-width: 1676px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

/*swiper slider*/
.swiper-button-next {
    outline: none;
    color: #ffffff7a;
}

.swiper-button-next-brand {
    right: 2%;
    transition-duration: .3s;
}

.swiper-button-next::after {
    font-size: 24px;
}

.swiper-button-next-brand:hover {
    color: #fff;
    right: calc(2% - 5px);
    transition-duration: .3s;
}

.swiper-button-prev {
    outline: none;
    color: #ffffff7a;
}

.swiper-button-prev-brand {
    right: 2%;
    transition-duration: .3s;
}

.swiper-button-prev::after {
    font-size: 24px;
}

.swiper-button-prev-brand:hover {
    color: #fff;
    left: calc(2% - 5px);
    transition-duration: .3s;
}

/*END SLIDER ----------------------------------------- */



/*PRODUCT LIST ------------------------------------------------- */
/*product list container*/
.discount-container {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    background: rgb(209 72 72);
    color: #fff1f1;
    font-size: 12px;
    line-height: 1.2;
    font-weight: normal;
    text-align: center;
    border-radius: 33%;
    border: 1px solid #c5001b;
    z-index: 50;
    padding: 10px 0;
}

.product-list-container {
    padding: 20px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 5px 10px 2px rgb(2 3 26 / 30%);
    padding-top: 5px;
    margin-bottom: 15px;
}

.product-list-title-container h3 {
    font-size: 17px;
    margin: 0;
}

.product-list-title-container {
    height: 60px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #dfdfdf;
}

    .product-list-title-container > div:nth-child(1) {
        height: 40px;
        border-right: 3px solid #2c4ba0;
        display: flex;
        align-items: center;
        padding-right: 10px;
    }

.see-all {
    width: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    cursor: pointer;
    color: #737373;
}

    .see-all:hover {
        color: #2c4ba0;
        transition-duration: .3s;
    }

        .see-all:hover i {
            padding-right: 5px;
            transition-duration: .3s;
        }

    .see-all > i {
        padding-top: 1px;
        transition-duration: .3s;
    }

/*swiper*/

.swiper-product-btn-prev {
    background-color: #6f6f6f;
    color: #ffffff;
    height: 20%;
    top: 200px;
    width: 40px;
    border-radius: 10px;
    opacity: 0.3 !important;
    right: 5px !important;
}

    .swiper-product-btn-prev:hover {
        opacity: 1 !important;
        transition-duration: .3s !important;
        background-color: #3e579a !important;
        right: 0 !important;
    }

.swiper-product-btn-next {
    background-color: #6f6f6f;
    color: #ffffff;
    height: 20%;
    top: 200px;
    width: 40px;
    border-radius: 10px;
    opacity: 0.3 !important;
    left: 5px !important;
    right: auto !important;
}

    .swiper-product-btn-next:hover {
        opacity: 1 !important;
        transition-duration: .3s !important;
        background-color: #3e579a !important;
        left: 0 !important;
    }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .1 !important;
    pointer-events: auto;
}

    .swiper-button-next.swiper-button-disabled:hover {
        left: 5px !important;
        background-color: #6f6f6f !important;
    }

    .swiper-button-prev.swiper-button-disabled:hover {
        right: 5px !important;
        background-color: #6f6f6f !important;
    }

/*END PRODUCT LIST -------------------------------------- */




/* BRAND ----------------------------------------------------- */
#brand-swiper > .swiper-button-next {
    background-color: #FCD94A;
    border-radius: 5px;
}

    #brand-swiper > .swiper-button-next:hover {
        background-color: #b7b7b7;
    }

#brand-swiper > .swiper-button-prev {
    background-color: #FCD94A;
    border-radius: 5px;
}

    #brand-swiper > .swiper-button-prev:hover {
        background-color: #b7b7b7;
    }

/*END BRAND --------------------------------------- */

/*MY PRODUCT GRID6 ------------------------------------ */

.product-grid6 {
    height: 317px;
    overflow: hidden
}

.product-grid6 {
    text-align: center;
    position: relative;
    transition: all .5s ease 0s;
    border-radius: 5px;
}

    .product-grid6:hover {
        box-shadow: 0 0 10px rgba(0,0,0,.3)
    }

.product-grid-image {
    height: 180px;
}

.product-grid-text {
    min-height: 50px;
    height: 50px;
    display: flex;
    justify-content: end;
    line-height: 25px;
    overflow: hidden;
    max-width: 100%;
}

    .product-grid-text > h3 {
        font-size: .857rem;
        font-size: 12px;
        color: #535353;
        padding: 0 5px;
        text-align: right;
        line-height: 25px;
        font-weight: 400;
    }

.product-grid-price {
    height: 59px;
}

.mr-auto, .mx-auto {
    margin-left: auto !important;
    margin-right: 0 !important;
}



.product-grid6 .product-image6 a {
    display: block
}

.product-grid6 .product-image6 img {
    width: 80%;
    height: auto;
    transition: all .5s ease 0s
}

.product-grid6:hover .product-image6 img {
    transform: scale(1.1)
}

.product-grid6 .product-content {
    padding: 12px 12px 15px;
    transition: all .5s ease 0s
}

.product-grid6:hover .product-content {
    opacity: 0
}

.product-grid6 .title {
    font-weight: 400;
    text-transform: capitalize;
    margin: 0 0 10px;
    transition: all .3s ease 0s;
    height: 70%;
    font-size: 12px;
    font-size: .857rem;
    line-height: 28px;
    height: 65%;
    color: #535353;
}

.product-grid6 .price {
    font-size: 18px;
    font-weight: 600;
    color: #2e86de;
    height: 30%;
}

    .product-grid6 .price span {
        color: #999;
        font-size: 15px;
        font-weight: 400;
        text-decoration: line-through;
        margin-left: 7px;
        display: inline-block
    }

.price > .unit-price-product {
    text-decoration: none !important;
}

.product-list-wrapper-mob {
    position: relative !important;
}



/*END PRODUCT GRID6 -------------------------------------*/

/*ALERT --------------------------------- */
.lock-screen {
    z-index: 9999;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: silver;
    opacity: .6
}

.wait-hole {
    z-index: 99999;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: white;
    display: flex;
    max-width: 270px;
    max-height: 270px;
    margin: auto;
    border-radius: 5px;
}

.success-hole {
    z-index: 99999;
    position: fixed;
    top: 0;
    bottom: 0;
    right: -300px;
    left: 0;
    background-color: white;
    display: flex;
    max-width: 270px;
    max-height: 50px;
    margin: auto;
    border-radius: 5px;
    margin-top: 165px;
    margin-right: 10px;
    transition-duration: .3s;
}

.alert-see-cart-show {
    right: 0;
    transition-duration: .3s;
}

.wait-hole .waiter {
    margin: auto;
}

.alert-success-back {
    background-color: #28a745;
    color: #fff;
}

/*my alert*/
.alert {
    padding: 20px;
    display: flex;
    align-items: center;
    font-size: 12px;
}

.alert-see-cart {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #d4d4d4;
    padding: 7px;
    border-radius: 23px;
    background-color: white;
    color: #28a745;
    cursor: pointer;
}

    .alert-see-cart:hover {
        background-color: #0e8429;
        color: #fff;
        transition-duration: .3s;
    }

.closebtn {
    margin-right: 90px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

    .closebtn:hover {
        color: black;
    }

/*responsive*/
@media only screen and (max-width:992px) {
    .success-hole {
        margin-top: 120px;
    }
}

@media only screen and (max-width:577px) {
    .success-hole {
        margin-top: 90px;
    }

    .product-grid-image {
        height: 150px;
    }
}


/*END ALERT ---------------------- */

/*??? ------------------------------- */
.card-1 {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

    .card-1:hover {
        box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    }

.card-2 {
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.card-3 {
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.card-4 {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.card-5 {
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}

/* END ??? ------------------------------- */

/*FIX RIGHT stop LEFT BOOTSTRAP*/

.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child), .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text {
    border-top-left-radius: initial;
    border-bottom-left-radius: initial;
}

.input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}


/*REGISTER AND LOGIN CSS ------------------------------ */

.border-md {
    border-width: 2px;
}

.btn-facebook {
    background: #405D9D;
    border: none;
}

    .btn-facebook:hover, .btn-facebook:focus {
        background: #314879;
    }

.btn-twitter {
    background: #42AEEC;
    border: none;
}

    .btn-twitter:hover, .btn-twitter:focus {
        background: #1799e4;
    }

.forget-pass-text {
    font-size: 14px;
    color: #787878;
}

    .forget-pass-text:hover {
        color: #2c4ba0;
    }

.login-btn {
    background-color: #050634;
    color: #fff;
    border-radius: 17px;
}

.login-ho:hover {
    background-color: rgb(241 194 2);
    color: #000;
    border-color: #000;
}

.text-btn {
    color: #070842 !important;
}

.text-ho:hover {
    color: rgb(241 194 2) !important;
}

.box-border-right {
    border-bottom-right-radius: 20px !important;
    border-top-right-radius: 20px !important;
}

.box-border-left {
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
}

body {
    min-height: 100vh;
    font-family: IRANSans !important;
}

div[register] .form-control:not(select),
div[login] .form-control:not(select) {
    padding: 1.2rem 0.5rem;
}

div[register] select.form-control,
div[login] select.form-control {
    height: 52px;
    padding-left: 0.5rem;
}

div[register] .form-control::placeholder,
div[login] .form-control::placeholder,
div[profile] .form-control::placeholder {
    color: #ccc;
    font-weight: bold;
    font-size: 0.9rem;
}

div[register] .form-control:focus,
div[login] .form-control:focus,
div[profile] .form-control:focus {
    box-shadow: none;
}

div[register] .text-danger,
div[login] .text-danger,
div[profile] .text-danger {
    width: 100%;
}

.profile-btn {
    position: relative;
    cursor: pointer;
}

    .profile-btn > a {
        color: #050634 !important;
        white-space: nowrap;
        user-select: none;
    }

        .profile-btn > a:hover {
            color: rgb(255, 205, 0) !important;
        }

.profile-btn-open {
    background-color: #efefef;
    border-radius: 15px;
}

.profile-btn .fa-angle-down {
    font-size: 13px;
}


/*END OF CSS REGISTER AND LOGIN --------------------------------------*/
/*PRODUCT PAGE ------------------------------------*/
.product-swipper-btn-next {
    color: #2c4ba0;
    left: 0;
}

.product-swipper-btn-prev {
    color: #2c4ba0;
    right: 0;
}

.other-img-product {
    width: 100px !important;
    height: 100px !important;
}

    .other-img-product:hover {
        border: 1px solid #e2e2e2;
        cursor: pointer;
    }

/*description*/
.description-container {
    border-bottom: 1px solid #050634;
    width: 98%;
    margin: auto;
    color: #817f7f;
}

/*rating*/
.rating-stars ul {
    direction: ltr;
    list-style-type: none;
    padding: 0;
    -moz-user-select: none;
    -webkit-user-select: none;
}

    .rating-stars ul > li.star {
        display: inline-block;
        cursor: pointer;
    }

        .rating-stars ul > li.star > i.fa {
            font-size: 1.5em;
            color: #a7a5a5;
        }

        .rating-stars ul > li.star.hover > i.fa {
            color: #e7b82d;
        }

        .rating-stars ul > li.star.selected > i.fa {
            color: #FF912C;
        }

/*basket*/
.add-basket-btn {
    height: 100%;
    font-size: 15px;
    min-width: 175px;
    width: 100%;
    text-shadow: 0px 0px 3px #f7f7f7;
}

    .add-basket-btn > i {
        font-size: 18px;
    }

.discount {
    margin-right: 10px;
    width: 50px;
    height: 50px;
    background: rgba(255,255,255,.7);
    color: #fb4b63;
    font-size: 12px;
    line-height: 1.2;
    font-weight: normal;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #fb4b63;
    z-index: 50;
    padding: 10px 0;
}

.discount-form {
    padding: 3px .7rem 1px;
    font-weight: 700;
    background: #fb3449;
    border-radius: 1rem;
    color: #fff;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-category {
    font-size: 12px;
    padding-right: 5px;
}

    .product-category > i {
        font-size: 8px;
        margin-left: 5px;
        color: #050634;
    }

    .product-category > .category-title {
        font-weight: 500;
        color: #050634 !important;
        cursor: pointer;
    }

/*product page*/
.prod-content-wrapper {
    background-color: white;
    margin: 10px;
    box-shadow: 0 1px 4px 2px rgba(0,0,0,.12);
    border-radius: 5px;
}

.tab-product > li {
    font-size: 13px;
}

.tab-product a {
    color: #676767;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border-color: #2876c3#2876c3 #fff;
    font-weight: 500;
}

.product-text-container {
    margin: 0;
    box-shadow: 0 5px 10px 2px rgb(2 3 26 / 30%);
    border-radius: .3rem;
    padding: 20px 20px 0 20px
}

.btn-shopping-cart {
    color: #fff;
    background-color: rgba(5, 6, 52, 1);
    border-radius: 10px;
    box-shadow: 1px 2px 7px 2px rgb(2 3 26 / 48%) !important;
}

    .btn-shopping-cart:hover {
        background-color: #ebcb49;
        color: #000;
        border-color: #000;
        box-shadow: 0 5px 10px 2px rgb(2 3 26 / 30%);
    }

.border-img {
    border-radius: 30px;
}

.border-img2 {
    border-radius: 23px;
}

.zoom {
    background-repeat: no-repeat;
    cursor: crosshair;
}

    .zoom:hover > img {
        opacity: 0;
    }

    .zoom > img {
        border: 0 !important;
    }

.share-btn {
    position: relative;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    margin-right: auto;
    border: 1px solid #050634;
    border-radius: 5px;
    color: #050634;
    justify-content: flex-end;
    direction: ltr !important;
}

    .share-btn:hover {
        background-color: #050634;
        color: #fff;
        transition-duration: .3s;
    }

.share-btn-open {
    background-color: #050634;
    color: #fff;
    transition-duration: .3s;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.share-item-container > a {
    height: 100%;
    display: flex;
    align-items: center;
}

    .share-item-container > a:hover img {
        border: 1px solid #2c4ba0;
        border-radius: 50%;
        transition-duration: .3s;
    }

    .share-item-container > a > img {
        width: 30px;
        border-radius: 50%;
    }

.share-btn:hover {
    transition-duration: .3s;
}

.share-icon {
    font-size: 20px;
    width: 40px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.share-icon-open {
    position: absolute;
    left: 0;
    background-color: #2c4ba0;
    color: #fff;
}

.share-item-container {
    width: 100%;
    z-index: 1;
    border: 1px solid #2c4ba0;
    background-color: #fff;
    height: 0;
    opacity: 0;
    overflow: hidden;
}

.share-item-container-open {
    display: block;
    height: initial;
    opacity: 1;
    transition-duration: .3s;
    overflow: hidden;
}

.share-item-container > a > img {
    width: 100%;
    margin-top: 5px;
    padding: 3px;
}

.favorite-container {
    width: 40px;
    height: 40px;
    border: 1px solid #050634;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    color: #050634;
    cursor: pointer;
}

    .favorite-container:hover {
        background-color: #050634;
        color: #fff;
        transition-duration: .3s;
    }

.list-scroll-container .product-item {
    border-left: 1px solid #e8e8e8;
    padding-left: 8px !important;
}

    .list-scroll-container .product-item:nth-child(1) {
        padding-right: 8px !important;
    }

.product-tab-content {
    min-height: 150px;
    line-height: 2.25;
    padding: 20px 35px;
}

.product-price {
    font-size: 30px;
    margin: 0;
    font-weight: 600;
}

.product-price-unit {
    display: flex;
    align-items: center;
    color: #545454;
    font-weight: 500;
}

.product-form {
    padding: 8px;
    width: 241px;
    height: 449px;
    background-color: #a3a5b373;
    border-radius: 32px;
    border: 1px solid #d2d2d2;
    display: flex;
    flex-direction: column;
    box-shadow: 2px 4px 7px 2px rgb(2 3 26 / 48%) !important;
}

    /*.product-form > div {
        border-bottom: 1px solid #dadada;
    }*/

    .product-form > div:nth-last-child(2) {
        border-bottom: none;
    }

    .product-form .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

.prod-btn {
    height: 130px;
    padding: 10px;
}

/* END PRODUCT PAGE ------------------------------- */

/*breadCumb*/
.my-breadcrumb {
    color: #717171;
    cursor: pointer;
}

    .my-breadcrumb:hover {
        color: #2c4ba0 !important;
        font-weight: 400;
    }

/*modal*/

.modal-body {
    margin: 10px 25px;
}


/*footer ------------------------------------------- */
.footer-container {
    background-color: #050634;
    border-top-left-radius: 160px;
    position: relative;
    margin-top: 130px;
}

.footer-menu {
    padding: 30px 25px;
}

    .footer-menu > h3 {
        font-size: 15px;
        color: #fff;
        padding-bottom: 20px;
        border-bottom: 1px solid #616161cf;
        font-weight: 700;
    }

    .footer-menu > ul > li {
        display: flex;
        align-items: center;
        color: #fff;
        margin: 25px auto;
    }

    .footer-menu > ul {
        font-size: 13px;
        margin-top: 25px;
    }

    .footer-menu .footer-icon {
        color: #FCD94A;
        padding-right: 100px;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 25%;
    }

.buttom-bar {
    background: #050634;
    height: 50px;
    width: 100%;
    margin: 0;
}

.fast-link-footer {
    color: #fff;
    transition-duration: .3s;
}

    .fast-link-footer:hover {
        color: #fff;
        padding-right: 10px;
        transition-duration: .3s;
    }

.footer-container .featurette-heading {
    color: #FCD94A;
    padding-top: 65px;
    padding-right: 10px;
    min-height: 40px;
    display: flex;
    align-items: center;
    font-size: 23px;
}

.footer-container .lead {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    margin-top: 20px;
    padding-right: 15px;
    text-align: justify;
}

.social-link {
    color: #fff !important;
    margin-left: 15px;
    padding: 0 7px;
    font-size: 19px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-footer-box {
    background-color: #050634;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    position: absolute;
    left: 0px;
    top: -50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 10px solid #FCD94A;
    border-bottom: 0 !important;
    border-left: 0 !important;
}

.line-top {
    background-color: white;
    margin-top: 15px;
    width: 80%;
    height: 8px;
    padding-left: 50px;
}

/*END FOOTER ----------------------------------------- */


/*shopping card*/

.shopping-cart-empty-container {
    margin: auto;
    text-align: center;
    background-color: aliceblue;
    border-radius: 5px;
    padding: 50px;
    width: 100%;
    box-shadow: 0px 0px 15px 5px #8e8e8e66;
}

    .shopping-cart-empty-container > img {
        width: 430px;
    }

.shopping-cart-container {
    background-color: white;
    border-radius: 5px;
    padding: 20px;
    box-shadow: 0px 0px 15px 5px #8e8e8e66;
}

.basket-buy-title-box {
    height: 70px;
    display: flex;
    align-items: center;
    background-color: #fff;
    margin-bottom: 20px;
    box-shadow: 0px 0px 15px 5px #8e8e8e66;
    border-radius: 5px;
}

    .basket-buy-title-box > h1 {
        padding-top: 0 !important;
        border-right: 3px solid #2c4ba0;
        height: 45px !important;
        display: flex;
        align-items: center;
        margin: 0;
        margin-right: 15px;
        display: flex;
        align-items: center;
        background-color: #fff;
        font-size: 17px;
    }

.header-shopping-cart {
    height: 50px;
    color: black;
    font-weight: 500;
    text-align: center;
    display: flex;
    margin: 20px 0;
    background-color: whitesmoke;
    display: flex;
    align-items: center;
    border-radius: 5px;
}

.content-shopping-cart {
    border-bottom: 1px solid #d0d0d0;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 2px #c7c7c766;
    display: flex;
    align-items: center;
}

.plus-number-shopping-btn {
    color: #969696;
    font-size: 11px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .plus-number-shopping-btn:hover {
        color: #000;
    }

#numberOfValue[type=number]::-webkit-outer-spin-button,
#numberOfValue[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#numberOfValue[type=number] {
    -moz-appearance: textfield;
}

.send-price-alert:before {
    content: "هزینه ارسال : ";
    position: absolute;
    right: 5px;
    padding-right: 10px;
}

.shopping-cart-title {
    color: #2c4ba0;
    text-align: right;
    font-size: 13px;
}

.pay-box-container {
    max-width: 450px;
    margin: 0 auto;
    padding: 0 20px 0 0;
    position: sticky;
    top: 100px;
    height: fit-content;
}

/*profile*/
.profile-option-container {
    display: none;
    opacity: 0;
    position: absolute;
    top: 50px;
    left: 0;
    width: 200px;
    z-index: 20;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 2px #8e8e8e66;
    background-color: #fcfdff;
}

.profile-option-open {
    display: block;
    opacity: 1;
    transition-duration: .2s;
}

.profile-option-container .profile-option-item {
    height: 40px;
    font-size: 12px;
    cursor: pointer;
    border-radius: 5px;
}

    .profile-option-container .profile-option-item a {
        color: #212529;
    }

    .profile-option-container .profile-option-item:hover {
        background-color: #eaeaea;
    }



/*My Order --------------------------------- */
.order-container {
    font-size: 14px;
}

.order-detail-btn {
    font-size: 14px;
    padding: 5px;
    box-shadow: none !important;
}

.order-container .final-price {
    font-weight: 700;
}






/*brand* ------------------------------------------- /
.brand-img {
    width: 120px;
}

/*transfer stop bank*/
.back-transfer-bank-btn {
    position: absolute;
    left: 35px;
    top: 20px;
    color: #007bff;
    font-size: 13px;
    z-index: 10;
    cursor: pointer;
    border: 1px solid #007bff;
    padding: 5px;
    border-radius: 5px;
}

    .back-transfer-bank-btn:hover {
        color: #fff;
        background-color: #007bff;
        transition-duration: .3s;
    }

        .back-transfer-bank-btn:hover a {
            color: #fff;
        }


/*product-filter ------------------------------------ */

.product-filter {
    cursor: pointer;
    position: inherit;
}

    .product-filter >

    .sidebar-shop {
        position: sticky;
        top: 0;
    }

.filter-prop-container > input, .filter-prop-container > label {
    vertical-align: middle;
}

.product-filter-header {
    min-height: 70px;
    display: flex;
    align-items: center;
    padding-right: 20px;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0px 0px 15px 5px #8e8e8e66;
}

    .product-filter-header > div {
        border-right: 3px solid #2c4ba0;
        height: 30px;
        display: flex;
        align-items: center;
        padding-right: 15px;
    }

    .product-filter-header h2 {
        font-size: 17px;
        font-weight: 500;
    }

.product-filter-content {
    background-color: white;
    border-radius: 5px;
    box-shadow: 0px 0px 15px 5px #8e8e8e66;
    padding: 10px 30px;
}

.prop-filter-container {
    background-color: white;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 1px 4px 2px rgba(0,0,0,.12);
    margin-bottom: 20px;
}

.prop-filter-container-open {
    background-color: white;
    padding: 0;
    border-radius: 5px;
    box-shadow: 0 1px 4px 2px rgba(0,0,0,.12);
    margin-bottom: 20px;
    transition-duration: .3s;
    max-height: 330px;
    overflow: hidden;
}

.prop-filter-container-close {
    max-height: 50px;
    overflow: hidden;
    transition-duration: .3s;
}

.prop-filter-container > header {
    min-height: 45px;
    border-bottom: 2px solid #2c4ba0;
    display: flex;
    align-items: center;
    padding: 10px;
    margin: 6px 10px;
    padding-bottom: 10px;
    cursor: pointer;
}

    .prop-filter-container > header > span {
        min-width: 95%;
        font-weight: 500;
        color: #525252;
    }

    .prop-filter-container > header > i {
        color: #8c8c8c;
        transition-duration: .3s;
    }

.chevron-filter-close {
    transform: rotate(-180deg);
    transition-duration: .3s;
}

.prop-filter-container > ul {
    padding: 10px;
    margin: 0;
    color: #3b3b3b;
    font-size: 13px;
    line-height: 1.8333;
    max-height: 237px;
    overflow: auto;
    margin-left: -2px;
}

.filter-pro-container > button {
    border: 0;
    font-size: 12px;
    background-color: #e0e0e0;
    border-radius: 5px;
    line-height: 3;
    color: #424242;
    padding: 5px 15px;
    cursor: pointer;
}

    .filter-pro-container > button::before {
        content: "";
    }

.search-prop-box {
    height: 30px;
    padding: 0 10px;
    margin-bottom: 5px;
    position: relative;
}

    .search-prop-box > input {
        height: 30px;
        box-shadow: none !important;
        font-size: 12px;
        padding: 0 25px;
    }

    .search-prop-box > i {
        position: absolute;
        right: 15px;
        top: 8px;
        font-size: 15px;
        color: #b5b5b5;
    }


/*paging*/
.btn-paging-active {
    background-color: #2c4ba0;
    border-color: #2c4ba0;
    color: #fff;
}

.paging-btn {
    min-width: 35px;
}

    .paging-btn > i {
        vertical-align: middle;
        color: #636363;
    }



/*mobile filter modal*/
.filter-mobile-modal-btn {
    width: 100%;
    height: 55px;
    margin: 0;
    padding: 0;
    border-radius: 0;
    background-color: #2c4ba0;
    border: 1px solid #2c4ba0;
    z-index: 1001;
}


/*STATIC PAGE -------------------------------------------------- */

.static-page-container {
    margin-top: 15px;
    padding: 10px 50px 30px;
}

.static-page-box {
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0px 0px 15px 5px #8e8e8e66;
    padding: 20px;
}

.static-page-title {
    min-height: 45px;
    display: flex;
    align-items: center;
    border-right: 3px solid #2c4ba0;
    padding-right: 15px;
}


/* main prop ------------------------------ */
.main-prop-img {
    width: 60px;
    height: 60px;
    margin: 10px;
}

.main-prop-container {
    text-align: center;
    width: 33%;
    min-height: 115px;
}

    .main-prop-container > h2 {
        font-size: 15px;
        font-weight: 700;
    }

    .main-prop-container > p {
        font-size: 12px;
    }


/*Advertist ============================== */
.selected-img {
    border: 1px solid #2196F3;
}

.filter-seo-text-box {
    background-color: #fff;
    -webkit-box-shadow: 0 -6px 12px 0 hsla(0,0%,70.6%,.11);
    box-shadow: 0 -6px 12px 0 hsla(0,0%,70.6%,.11);
    border: 1px solid #dbdbdb;
    color: #787878;
    line-height: 22px;
    margin: logo-footer-box 0 23px;
    padding: 30px 50px;
    border-radius: 5px;
}

.filterBoxSeo-text h1 {
    font-size: 1.071rem;
    line-height: 1.467;
    margin-bottom: 25px;
}

    .filterBoxSeo-text h1::before {
        content: '';
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: #fb4b63;
        margin-left: 8px;
        display: inline-block;
        vertical-align: baseline;
    }

.advertist-container {
    padding-left: 10px !important;
}

ul.sub-menu {
    height: auto;
    position: absolute;
    top: calc(100% + 4px);
    z-index: 1200;
    padding: 0;
    box-shadow: 0 8px 15px rgba(0 0 0 / 10%);
    margin-top: -1px;
    right: 0;
    padding: 14px;
    visibility: hidden;
    background-color: #fff;
}

    ul.sub-menu li.menu-item {
        line-height: 2rem;
        padding: 0 5px;
        border-radius: 3px;
        cursor: pointer;
        min-width: 263px;
    }

        ul.sub-menu li.menu-item:hover {
            background-color: #f9f9f9;
            transition-duration: 0.3s;
        }

            ul.sub-menu li.menu-item:hover a {
                font-weight: 500;
            }





/*Responsive ====================================================================================
    =================================================
    ==================================================
    ===================================================
    ====================================================
*/
@media screen and (min-width: 576px) {
    .search-mobile {
        display: none !important;
    }

    .mobile-header {
        display: none !important;
    }

    .padding {
        padding-right: 102px !important;
    }
}

/*mobile*/
@media screen and (max-width: 576px) {
    .search-Input-open {
        border-bottom-right-radius: 0;
        transition-duration: .3s;
    }

    .height-res {
        height: 233px !important;
    }

    .img-res {
        height: 62% !important;
    }

    .main-header {
        margin-bottom: 0;
    }

    .h-left {
        width: 34%;
    }

    .h-right {
        width: 33%;
    }

    .user-container {
        width: 33%;
    }

    .bag-container {
        width: 33%;
    }

    .search-mobile {
        display: block !important;
        width: 10%;
    }

    .search-mobile-mobile {
        display: block;
    }

    .search-desktop {
        display: none;
    }

    .menu-toogle {
        display: block;
        width: 33%;
    }

    .see-all {
        width: 20%;
        font-size: 10px;
        white-space: nowrap;
    }

    .list-scroll-container > div {
        border-radius: 5px;
        padding: 0 !important;
    }

    .discount-container {
        width: 40px;
        height: 40px;
        font-size: 9px;
    }

    .product-list-title-container {
        padding: 20px;
    }

        .product-list-title-container h3 {
            font-size: 13px;
        }

    .product-list-container {
        padding: 0 !important;
    }

    .swiper-product-btn-prev {
        display: none;
    }

    .swiper-product-btn-next {
        display: none;
    }

    .footer-container {
        width: 100%;
        margin-top: 60px;
        border-radius: 0px;
    }

        .footer-container .lead {
            font-size: 14px;
        }

    .footer-menu .footer-icon {
        padding-right: 50px;
        width: 11%;
    }

    .phoneNumber-box {
        margin-bottom: 15px;
    }

    .address.box {
        margin-bottom: 25px;
    }

    .phone-Number1 {
        font-size: 12px;
        margin: 5px 10px 0px 18px;
    }

    .address1 {
        font-size: 13px;
        margin-top: 10px;
    }

    .website1 {
        font-size: 13px;
        margin-top: 10px;
    }

    .phone-Number {
        font-size: 5px;
    }

    .address {
        font-size: 2px;
    }

    .website {
        font-size: 9px;
    }

    .logo-footer-box {
        display: none;


    }

    /*#mainSliderSwiper {
        border-radius: 0 !important;
    }*/

    .prod-btn {
        height: auto;
    }

    .prod-content-wrapper {
        box-shadow: none;
        margin: 0;
    }

    .img-box {
        padding: 0;
    }

    .marketing {
    }

    .product-text-container {
        margin-top: 30px;
        padding-bottom: 40px;
    }

    .product-tab-content {
        padding: 20px 0;
    }

    .zoom:hover > img {
        opacity: 1;
    }

    .add-to-basket-container {
        position: fixed;
        bottom: 0;
        background-color: #2c2c4c;
        z-index: 20;
        right: 0;
        height: 60px;
        border-radius: 18px;
    }

    .add-basket-btn {
        background-color: transparent !important;
        border: 0;
    }

    .list-scroll-container .product-item {
        border-left: none;
    }

    .description-container {
        border: none;
    }

    .profile-btn {
        padding: 0 !important;
    }

        .profile-btn .fa-angle-down {
            display: none;
        }

    .modal-body {
        padding: 0 5px;
    }

    .main-prop-img {
        width: 50px;
        height: 50px;
    }

    .main-prop-container > h2 {
        font-size: 11px;
    }

    .main-prop-container > p {
        font-size: 9px;
    }

    .shopping-cart-empty-container > img {
        width: 200px;
    }

    .order-container {
        font-size: 11px;
    }

    .order-detail-btn {
        font-size: 10px;
    }

    .order-header {
        font-size: 11px;
    }

    .featurette {
        padding: 23px 0;
    }

    .line-top {
        width: 100%;
    }

    .footer-container .featurette-heading {
        padding-top: 50px;
    }

    .logo-footer-box .featurette-heading {
        font-size: 17px;
    }

    .logo-footer-box .lead {
        font-size: 12px;
        text-align: justify;
    }

    /*.logo-footer-box {
        width: 150px;
        height: 150px;
        border-radius: 50%;
        position: absolute;
        left: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 10px solid #FCD94A;
        border-bottom: 0 !important;
*/
    /*.footer-container{
        border-top-left-radius:45%;
        width:100%;
    }*/
    }
    }

    .pay-box-container {
        margin: 50px auto;
        padding: 20px;
    }

    .footer-menu {
        padding: 0;
    }

    .static-page-container {
        padding-right: 15px;
        padding-left: 15px;
        padding-bottom: 0;
    }

    .advertist-container {
        padding-left: 0 !important;
    }

    .advertist-container {
        padding: 0 10px !important;
    }

    .mobile-header {
        display: block;
    }
}


@media only screen and (max-width:577px) {
    .success-hole {
        margin-top: 90px;
    }

    .product-grid-image {
        height: 110px;
    .footer-container {
        width: 100%;
        border-top-left-radius: 0px;
    }
    }
}
>>>>>>>>> Temporary merge branch 2
    }
}
>>>>>>>>> Temporary merge branch 2

    .header-nmd {
        font-size: 11px;
        font-weight: 300;
        height: 40px;
        overflow: auto;
    }

    .card-container {
        display: flex;
        justify-content: center;
        padding: 10px;
        margin-top: -5px;
    }

    .card-text {
        color: #ebebeb;
        text-shadow: 0px 0px footer-container #f7f7f7;
    }

    .card-text2 {
        color: #fff;
    }

    .card {
        display: flex;
        align-items: center;
        background-color: rgb(5, 6, 52);
        color: #ffc107;
        border-radius: 27px;
        text-align: center;
        width: 375px;
        height: 418px;
        padding: 20px;
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

        .card:hover {
            transform: translateY(-10px);
            box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
        }

        .card .image-container {
            width: 100%;
            height: 237px;
            background-color: #ffffff;
            border-radius: 20px;
            overflow: hidden;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .card .image-container img {
                max-width: 100%;
                max-height: 100%;
                object-fit: contain;
            }

        .card h3 {
            font-size: 1.2rem;
            /*            margin-top: 50px;
*/
        }

        .card p {
            font-size: 1rem;
            margin-bottom: footer-container;
        }

        .card button {
            background-color: rgb(5, 6, 52);
            border: none;
            border-radius: 40px;
            width: 138px;
            height: 37px;
            cursor: pointer;
            font-size: 1rem;
            color: #ffcd00;
            box-shadow: 0 0 10px rgb(225 191 89 / 62%);
            transition: background-color 0.3s ease, color 0.3s ease;
        }

            .card button:hover {
                background-color: #ffcd00;
                color: rgb(5, 6, 52);
                box-shadow: 0 0 20px rgba(255, 193, 7, 0.9);
            }


    .product-box {
        display: flex;
        justify-content: center;
        flex-direction: row-reverse;
        background-color: #071546;
        color: white;
        border-radius: 45px;
        overflow: hidden;
        width: 990px;
        height: 415px;
        margin-top: 35px;
        margin-left: 63px;
        box-shadow: 3px 9px 8px 1px rgba(0, 0, 0, 0.5);
    }

    .product-image {
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 20px;
        padding: footer-container;
        margin-right: -53px;
    }

        .product-image img {
            width: 370px;
            height: 370px;
            border-radius: 35px;
            object-fit: contain;
        }

    .product-details {
        padding: 38px;
        flex: 1;
    }

        .product-details h2 {
            font-size: 1.8rem;
            margin-bottom: 20px;
        }

        .product-details ul {
            list-style: none;
            padding: 0;
            line-height: 1.8;
        }

        .product-details li {
            margin-bottom: 10px;
            font-size: 1rem;
        }

    .product-buttons {
        justify-content: center;
        margin-top: 60px;
        margin-bottom: 0;
        position: relative;
        top: -20px;
        cursor: pointer;
    }

        .product-buttons button {
            background-color: #FCD94A;
            border: none;
            color: black;
            padding: 10px 20px;
            font-size: 13px;
            border-radius: 45px;
            cursor: pointer;
            margin-right: 10px;
            box-shadow: 0 0 20px rgba(255, 193, 7, 0.5);
        }

            .product-buttons button:hover {
                background-color: #a1830b;
                transition: background-color 0.2s ease, color 0.2s ease;
                box-shadow: 0 0 20px rgba(255, 193, 7, 0.7);
            }

    .box-product {
        display: flex;
        justify-content: center;
    }

    .desktop-header {
        display: none;
    }
}

/* .line-top {
        width: 200px;
        height: 200px; 
    }*/
}

@media only screen and (max-width:990px) {
    .product-grid6 {
        /*margin-bottom: 30px*/
    }

    .product-list-wrapper-mob {
        padding: 0 !important;
    }

    .sticky-menu-center {
        position: inherit;
    }

    .prod-container-main {
        background-color: #fff;
    }

    .list-scroll-container .product-item {
        border-bottom: 1px solid #e8e8e8;
    }
}

@media screen and (max-width: 992px) {
    .menu-toogle {
        display: block;
        padding-right: 20px;
    }

    .shpping-cart {
        border: 0;
        font-size: 1.2rem;
    }

        .shpping-cart > a {
            padding: 0;
            width: 35px;
            height: 35px;
        }

    .success-hole {
        margin-top: 120px;
    }
}


.ui-static-page.section {
    background-color: #051934;
    color: #faf8f8;
    border-color: #0c0808;
    border-style: solid;
    border-width: 4px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    -webkit-box-shadow: 0px 0px 7px 0px #080606 inset;
    box-shadow: 0px 0px 7px 0px #080606 inset;
    padding: 5px
}



/*New Design ------------------------------------------------------------------------------------------------------------------ */

.top-menu ul, ol, li {
    padding: 7px;
    font-size: 14px;
    text-decoration: none;
}

.header1 {
    border-radius: 35px 35px 0px 0px;
    position: relative;
}

.header2 {
    height: auto !important;
    border-radius: 25px;
    background-color: #fff;
}

.services {
    height: 166px;
}

.bg-darkblue {
    width: 100% !important;
    background-color: rgb(5, 6, 52);
}

.bg-golden {
    background-color: #FFCD00;
    width: 100% !important;
}

.text-darkblue {
    color: rgb(5, 6, 52);
}

.text-golden {
    color: #FFCD00;
}

.boxheight {
    height: 540px;
}

.sugges {
    height: 545px;
}

.products {
    height: 300px;
}

.viera {
    height: 400px;
    width: 740;
}

.margin-top {
    margin-top: 10px;
}

.customers {
    height: 300px;
}

.sign {
    height: 100px;
}

.footer {
    height: 500px;
}

.device {
    height: 407px;
}

.space {
    margin-top: 105px !important;
}

.device-pig {
    height: 540px;
}

.shadow-nm {
    box-shadow: 0px 5px 7px #cfcfcf;
}

.menu-padding {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-list {
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
}

.menu-end {
    justify-content: flex-end !important;
    margin: auto;
}

.text-golden-2 {
    color: #FCD94A;
}

    .text-golden-2:hover {
        color: rgb(5, 6, 52);
    }

.text-darkblue-2 {
    color: rgb(5, 6, 52);
}

    .text-darkblue-2:hover {
        color: rgb(255, 205, 0);
    }

.bg-darkblue-2 {
    background-color: rgb(5, 6, 52);
}

    .bg-darkblue-2:hover {
        background-color: rgb(255, 205, 0);
    }

.icon-blue {
    color: rgb(5, 6, 52);
}

.info-header-top {
    overflow: hidden;
}

/*    goooooooooooooooooooooooooooooooliiiiiiii*/
@media screen and (min-width:768px) {

    .desktop-header {
        display: block;
    }

    .header1-text {
        font-size: 15px;
        margin-top: 18px;
        margin-right: 28px;
    }

    .header-nmd {
        font-size: 11px;
        font-weight: 300;
        height: 40px;
    }

    .lozi {
        width: 150px;
        height: 150px;
        background-color: #fff;
        transform: rotate(45deg);
        position: absolute;
        top: 185%;
        left: 50%;
        transform: translate(-50%, -50%) rotate(45deg);
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 27px;
    }

    .iconHeder {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-right: auto;
        margin-left: 10px;
    }

        .iconHeder img {
            width: 25px;
            height: 25px;
            cursor: pointer;
        }

    .insta-icon,
    .linkdin-icon,
    .youtube-icon {
        display: block;
    }

    .triangle {
        margin-top: 9px;
        margin-right: 6px;
    }

    .logo2 {
        display: block;
        width: 93px;
        height: 40px;
        margin-top: 13px;
        margin-right: 5px;
    }

    .menu {
        font-size: 12px;
        padding-left: 10px;
    }

    .menu-align {
        margin-right: -25px;
    }

    .logo-servic1 {
        width: 80px;
        height: 80px;
        margin-top: 17px;
        margin-right: 50px;
    }

    .logo-servic2 {
        width: 80px;
        height: 80px;
        margin-top: 17px;
        margin-right: 35px;
    }

    .logo-servic3 {
        width: 80px;
        height: 80px;
        margin-top: 17px;
        margin-right: 25px;
    }

    .logo-servic4 {
        width: 80px;
        height: 80px;
        margin-top: 17px;
        margin-right: 12px;
    }

    .servic-text1 {
        font-size: 15px;
        margin-top: 15px;
        margin-right: 40px;
    }

    .servic-text2 {
        font-size: 15px;
        margin-top: 15px;
        margin-right: 30px;
    }

    .servic-text3 {
        font-size: 15px;
        margin-top: 15px;
        margin-right: 23px;
    }

    .servic-text4 {
        font-size: 15px;
        margin-top: 15px;
        margin-right: -12px;
    }

    .logoB {
        border-radius: 50%;
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        filter: blur(2px);
        transition: filter 0.3s ease;
    }

    .logoD {
        border-radius: 50%;
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }

    .logoK {
        border-radius: 50%;
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }

    .line {
        display: block;
        width: 50%;
        height: 4px;
        background-color: rgb(255, 205, 0);
        margin: 10px auto 0;
    }

    .card-container {
        display: flex;
        justify-content: center;
        padding: 10px;
        margin-top: -5px;
    }

    .card-text {
        color: #ebebeb;
        text-shadow: 0px 0px 25px #f7f7f7;
    }

    .card-text2 {
        color: #fff;
    }

    .card {
        display: flex;
        align-items: center;
        background-color: rgb(5, 6, 52);
        color: #ffc107;
        border-radius: 27px;
        text-align: center;
        width: 375px;
        height: 418px;
        padding: 20px;
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

        .card:hover {
            transform: translateY(-10px);
            box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
        }

        .card .image-container {
            width: 100%;
            height: 237px;
            background-color: #ffffff;
            border-radius: 20px;
            overflow: hidden;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .card .image-container img {
                max-width: 100%;
                max-height: 100%;
                object-fit: contain;
            }

        .card h3 {
            font-size: 1.2rem;
            /*            margin-top: 50px;
*/
        }

        .card p {
            font-size: 1rem;
            margin-bottom: 25px;
        }

        .card button {
            background-color: rgb(5, 6, 52);
            border: none;
            border-radius: 40px;
            width: 138px;
            height: 37px;
            cursor: pointer;
            font-size: 1rem;
            color: #ffcd00;
            box-shadow: 0 0 10px rgb(225 191 89 / 62%);
            transition: background-color 0.3s ease, color 0.3s ease;
        }

            .card button:hover {
                background-color: #ffcd00;
                color: rgb(5, 6, 52);
                box-shadow: 0 0 20px rgba(255, 193, 7, 0.9);
            }


    .product-box {
        display: flex;
        justify-content: center;
        flex-direction: row-reverse;
        background-color: #071546;
        color: white;
        border-radius: 45px;
        overflow: hidden;
        width: 990px;
        height: 415px;
        margin-top: 35px;
        margin-left: 63px;
        box-shadow: 3px 9px 8px 1px rgba(0, 0, 0, 0.5);
    }

    .product-image {
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 20px;
        padding: 25px;
        margin-right: -53px;
    }

        .product-image img {
            width: 370px;
            height: 370px;
            border-radius: 35px;
            object-fit: contain;
        }

    .product-details {
        padding: 38px;
        flex: 1;
    }

        .product-details h2 {
            font-size: 1.8rem;
            margin-bottom: 20px;
        }

        .product-details ul {
            list-style: none;
            padding: 0;
            line-height: 1.8;
        }

        .product-details li {
            margin-bottom: 10px;
            font-size: 1rem;
        }

    .product-buttons {
        justify-content: center;
        margin-top: 60px;
        margin-bottom: 0;
        position: relative;
        top: -20px;
        cursor: pointer;
    }

        .product-buttons button {
            background-color: #FCD94A;
            border: none;
            color: black;
            padding: 10px 20px;
            font-size: 13px;
            border-radius: 45px;
            cursor: pointer;
            margin-right: 10px;
            box-shadow: 0 0 20px rgba(255, 193, 7, 0.5);
        }

            .product-buttons button:hover {
                background-color: #a1830b;
                transition: background-color 0.2s ease, color 0.2s ease;
                box-shadow: 0 0 20px rgba(255, 193, 7, 0.7);
            }

    .box-product {
        display: flex;
        justify-content: center;
    }

    .logo {
        width: 55px;
        height: 55px;
        margin-left: 5px;
        object-fit: contain;
    }

    .icon-container {
        display: flex;
        justify-content: space-around;
        margin-top: 20px;
        text-align: center;
        align-items: center;
    }

    .icon-box {
        display: flex;
        align-items: center;
        color: white;
        font-size: 0.9rem;
        min-height: 80px;
        width: 190px;
    }

        .icon-box p {
            margin: 0 !important;
            text-align: right;
        }

    .text {
        text-align: center;
        font-size: 18px;
        display: flex;
        align-items: center;
        padding: 0;
        justify-content: center;
        padding-bottom: 24px;
        padding-top: 25px;
        margin: auto;
        border-bottom: 4px solid #FCD94A;
        width: 495px;
        height: 0px;
        top: 4552px;
        color: rgb(5, 6, 52);
    }

    .text-box {
        font-size: 22px;
        text-align: center;
        justify-content: center;
        margin: auto;
        color: #343a40 !important;
        width: 880px;
        height: 342px;
        top: 4506px;
        left: 197px;
        padding-top: 13px;
        width: 809px;
    }

    .footer-dina {
        text-align: center;
        font-size: 18px;
        display: flex;
        align-items: center;
        padding: 0;
        justify-content: center;
        padding-bottom: 24px;
        margin: auto;
        border-bottom: 4px solid #FCD94A;
        width: 495px;
        height: 0px;
        top: 4552px;
        gap: 0px;
        color: rgb(5, 6, 52);
    }

    .customers-logo {
        background: #050634;
        display: flex;
        justify-content: space-evenly;
        width: 100%;
        height: 340px;
        top: 2657px;
        margin-top: 15px;
        align-items: center;
    }

    .customer-box {
        background-color: white;
        display: flex;
        justify-content: center;
        width: 250px;
        height: 250px;
        border-radius: 50%;
    }

    .test-img {
        padding: 30px;
    }

    .text-img {
        font-family: 'Far.Khodkar',Tahoma, Sans-Serif;
        font-size: 15px;
        font-weight: 400;
        line-height: 41px;
        display: flex;
        justify-content: center;
    }

    .img-test {
        width: 106px;
        height: 166px;
        top: 5626px;
        left: 767px;
        padding-top: 88px;
        margin: auto;
        display: flex;
    }

    .footer {
        width: 100%;
        background: #050634;
        position: relative;
        border-top-left-radius: 120px;
    }
    .line-top {
    }

    .footer-container {
    }

    .line-top{
    }

    .line-top{
        background-color: white;
        width: 85%;
        height: 8px;
        display: inline-table;
    }

    .logo-footer-box {
        background-color: #050634;
        width: 450px;
        height: 450px;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: -80px;
        justify-content: center;
        align-items: center;
        border: 20px solid #FCD94A;
        border-bottom: 0 !important;
        border-left: 0 !important;
    }

    .text-3 {
        font-size: 16px;
        line-height: 36.8px;
        color: #fcd94a;
        width: 176px;
        height: 37px;
        margin-right: 156px;
        padding-top: 70px;
    }

    .text-footer {
        font-size: 14px;
        line-height: 31.59px;
        text-align: start;
        color: #ffffffe5;
        width: 1192px;
        padding-top: 35px;
        margin-right: 150px;
        text-align: justify;
    }

    .logo-box {
        position: relative;
    }

    .box-about {
        display: flex;
        margin: 80px 0 0 0;
        width: 80%;
    }

    .phone-box {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 25%;
        color: white;
    }

    .web-box {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 30%;
        color: white;
    }

    .location-box {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 30%;
        color: white;
    }

    .img-box-logo {
        width: 5%;
        margin: 8px 0;
    }

    .text-box-logo {
        font-size: 15px;
        line-height: 27.02px;
        text-align: center;
    }

    .circle-moshaver {
        width: 350px !important;
        height: 350px !important;
        border-radius: 50% !important;
        background-color: #fff !important;
        border: 2px solid rgb(5, 6, 52) !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1) !important;
        padding: 0 !important;
        position: relative !important;
        text-align: center !important;
        font-size: 0.9rem !important;
        color: #333 !important;
        transition: 0.3s !important;
        overflow: hidden !important;
    }


    @keyframes circle {
        1% {
            width: 190px;
            height: 190px;
        }

        50% {
            width: 220px;
            height: 220px;
        }

        100% {
            width: 190px;
            height: 190px;
        }
    }

    .circle-2 {
        width: 190px;
        height: 190px;
        border-radius: 50%;
        margin-top: 175px;
        margin-right: 90px;
        animation-name: circle;
        animation-duration: 4s;
        animation-delay: 0.5s;
        animation-iteration-count: infinite;
    }

    @keyframes circle-2 {
        1% {
            width: 190px;
            height: 190px;
        }

        50% {
            width: 220px;
            height: 220px;
        }

        100% {
            width: 190px;
            height: 190px;
        }
    }

    .viera-text {
        font-size: 19px;
        margin-top: 135px;
        margin-right: 2px;
        text-align: center;
    }
}

@media screen and (min-width:1082px) {

    .circle-moshaver {
        width: 350px;
        height: 350px;
        border-radius: 50%;
        background-color: #fff;
        border: 2px solid rgb(5, 6, 52);
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        padding: 0;
        position: relative;
        text-align: center;
        font-size: 0.9rem;
        color: #333;
        transition: 0.3s;
        overflow: hidden;
    }
}
