html {
    scroll-behavior: smooth;
}

ul li {
    list-style: none;
    text-align: right;
}

ul {
    padding: 0;
}

body {
    margin: 0;
    font-family: IRANSans;
    font-weight: 400;
    font-size: 13px;
    color: #5c5c5c;
    direction: rtl;
    text-align: right;
    overflow-x: hidden;
}

a:hover {
    text-decoration: none;
}

.btn-payment-primary {
    background-color: #BFD200;
    color: #ffffff;
    transition: ease 0.3s;
    padding: 0.7rem;
    border-radius: 5px;
}

.btn-armani-primary {
    background-color: #2EC4B6;
}

.btn-armani-primary, .cart__buttons .btn {
    color: #ffffff;
    transition: ease 0.3s;
    padding: 0.7rem;
    border-radius: 5px;
}

@media screen and (max-width:576px) {
    .btn-armani-primary, .cart__buttons, .cart__add {
        text-align: center !important;
    }
}

.btn-payment-primary:hover,
.btn-armani-primary:hover,
.cart__buttons .btn:hover {
    background-color: #CBF3F0;
    color: #000000;
    transition: ease 0.6s;
}

.btn-armani-primary i {
    margin-right: 10px;
    transform: translateY(2px);
}

.btn-success i {
    margin-right: 10px;
    transform: translateY(2px);
}

.sites-bar-link {
    background-color: #fff;
    color: #00111a !important;
}

.country-name {
    padding-right: 15px;
}

.header-top {
    margin-top: 5px;
    border-bottom: 1px solid #e5e5e5;
}

.dropdown:hover .dropdown-menu {
    display: block;
    top: 54px;
    transition: all 0.5s ease;
    border-radius: 0;
}

.megamenu {
    position: static;
}

    .megamenu .dropdown-menu {
        background: none;
        border: none;
        width: 100%;
    }

.max70 {
    max-width: 70%;
    margin-top: 5px;
}

.header-logo {
    margin-right: 20px;
}

.header-link-text-bottom {
    display: block;
    font-size: 10px;
    color: #919699;
    text-align: center;
}

/* .fa-shopping-cart:before, .fa-user-circle-o:before, .fa-headphones:before {
    font-size: 30px;
} */

.main-navbar .nav-item:hover .fa-shopping-cart::before,
.main-navbar .nav-item:hover .fa-home::before {
    color: #ffffff;
}

.bs-docs-section {
    margin-top: 4em;
}

.page-banner {
    margin: 30px 0;
}

.site-footer-decoration {
    position: relative;
    width: 100%;
    max-width: 100vw;
    height: 5px;
    overflow: hidden;
    background: linear-gradient(to right, #3b8dc9 0%, #3b8dc9 50%, #3779c5 50%);
    margin-bottom: 20px;
    margin-top: 20px;
}

    .site-footer-decoration::before {
        content: " ";
        display: block;
        position: absolute;
        top: 0;
        left: 50vw;
        width: 1284px;
        height: 5px;
        transform: translateX(-50%);
        background-image: url('../images/footer.png');
        background-size: 1284px 5px;
    }

section#footer {
    padding: 10px 0 20px 0;
}

.bs-docs-section-container, #footer .container {
    max-width: 1140px;
    margin: 0 auto;
}

#footer h5 {
    padding-left: 10px;
    padding-bottom: 6px;
    margin-bottom: 20px;
}

#footer a {
    text-decoration: none !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

#footer ul.social li {
    padding: 3px 0;
}

    #footer ul.social li a i {
        margin-right: 5px;
        font-size: 25px;
        -webkit-transition: .5s all ease;
        -moz-transition: .5s all ease;
        transition: .5s all ease;
    }

    #footer ul.social li:hover a i {
        font-size: 30px;
        margin-top: -10px;
    }

#footer ul.quick-links li {
    padding: 3px 0;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease;
}

    #footer ul.quick-links li:hover {
        padding: 3px 0;
        margin-right: 5px;
        font-weight: 700;
    }

    #footer ul.quick-links li a i {
        margin-right: 5px;
    }

    #footer ul.quick-links li:hover a i {
        font-weight: 700;
    }

@media (max-width: 767px) {
    #footer h5 {
        padding-left: 0;
        border-left: transparent;
        padding-bottom: 0px;
        margin-bottom: 10px;
    }
}

/********************* Shopp cat **********************/
.product-grid9, .product-grid9 .product-image9 {
    position: relative;
}

.product-grid9 {
    z-index: 1;
}

    .product-grid9 .product-image9 a {
        display: block;
    }

    .product-grid9 .product-image9 img {
        width: 100%;
        height: auto;
    }

    .product-grid9 .pic-1 {
        opacity: 1;
        transition: all .5s ease-out 0s;
    }

    .product-grid9:hover .pic-1 {
        opacity: 0;
    }

    .product-grid9 .pic-2 {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        transition: all .5s ease-out 0s;
    }

    .product-grid9:hover .pic-2 {
        opacity: 1;
    }

    .product-grid9 .product-full-view {
        color: #505050;
        background-color: #fff;
        font-size: 16px;
        height: 45px;
        width: 45px;
        padding: 18px;
        border-radius: 100px 0 0;
        display: block;
        opacity: 0;
        position: absolute;
        right: 0;
        bottom: 0;
        transition: all .3s ease 0s;
    }

        .product-grid9 .product-full-view:hover {
            color: #c0392b;
        }

    .product-grid9:hover .product-full-view {
        opacity: 1;
    }

    .product-grid9 .product-content {
        padding: 12px 12px 0;
        overflow: hidden;
        position: relative;
    }

.product-content .rating {
    padding: 0;
    margin: 0 0 7px;
    list-style: none;
}

.product-grid9 .rating li {
    font-size: 12px;
    color: #ffd200;
    transition: all .3s ease 0s;
}

    .product-grid9 .rating li.disable {
        color: rgba(0, 0, 0, .2);
    }

.product-grid9 .title {
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    margin: 0 0 3px;
    transition: all .3s ease 0s;
}

    .product-grid9 .title a {
        color: #00111a;
    }

        .product-grid9 .title a:hover {
            color: #c0392b;
        }

.product-grid9 .price {
    color: #000;
    font-size: 17px;
    margin: 0;
    display: block;
    transition: all .5s ease 0s;
}

.product-grid9:hover .price {
    opacity: 0;
}

.product-grid9 .add-to-cart {
    display: block;
    color: #c0392b;
    font-weight: 600;
    font-size: 14px;
    opacity: 0;
    position: absolute;
    left: 10px;
    bottom: -20px;
    transition: all .5s ease 0s;
}

.product-grid9:hover .add-to-cart {
    opacity: 1;
    bottom: 0;
}

@media only screen and (max-width: 990px) {
    .product-grid9 {
        margin-bottom: 30px;
    }
}

.product-grid10 {
    border: 1px solid lightgray;
    border-radius: 5px;
}

    .product-grid10 .product-image10 img {
        width: 100%;
        height: auto;
    }

/* postha  */
/* section {
    padding: 100px 0;
} */

.card-content {
    background: #ffffff;
    border: 4px;
}

.card-img {
    position: relative;
    overflow: hidden;
    border-radius: 0;
    z-index: 1;
}

    .card-img img {
        width: 100%;
        height: auto;
        display: block;
    }

    .card-img span {
        position: absolute;
        top: 15%;
        left: 12%;
        background: #1ABC9C;
        padding: 6px;
        color: #fff;
        font-size: 12px;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        transform: translate(-50%, -50%);
    }

        .card-img span h4 {
            font-size: 12px;
            margin: 0;
            padding: 10px 5px;
            line-height: 0;
        }

.card-desc {
    padding: 1.25rem;
}

    .card-desc h3 {
        color: #000000;
        font-weight: 600;
        font-size: 1.5em;
        line-height: 1.3em;
        margin-top: 0;
        margin-bottom: 5px;
        padding: 0;
    }

    .card-desc p {
        color: #747373;
        font-size: 14px;
        font-weight: 400;
        font-size: 1em;
        line-height: 1.5;
        margin: 0px;
        margin-bottom: 20px;
        padding: 0;
    }

.btn-card {
    background-color: #18003A;
    border-radius: 2px;
    padding: 6px;
}

a.btn-card {
    text-decoration: none;
    color: #fff;
}

/* End postha */
.single-service {
    text-align: center;
    padding: 25px 40px;
    padding-bottom: 25px;
    box-shadow: 0 5px 30px -5px #ccc;
    padding-bottom: 20px;
}

    .single-service i.fa {
        color: #0bbbc1;
        font-size: 40px;
        margin: 20px 0;
    }

    .single-service h3 {
        font-weight: 600;
        font-size: 20px;
    }

a.border-btn {
    color: #fff;
    background-color: #0bbbc1;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 3px;
    margin-top: 20px;
    font-weight: 500;
    -webkit-transition: .4s;
    transition: .4s;
    position: relative;
    overflow: hidden;
    z-index: 10;
}

    a.border-btn:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        background-color: #333;
        left: 0;
        top: -100%;
        border-radius: 3px;
        -webkit-transition: .4s;
        transition: .4s;
        visibility: hidden;
        z-index: -1;
    }

    a.border-btn:hover:before {
        visibility: visible;
        top: 0;
    }

/*  start product.html » */
.header-navigation {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    font-size: .80rem;
}

    .header-navigation a {
        font-size: .80rem;
    }

    .header-navigation .breadcrumb {
        margin-bottom: 0;
        background-color: transparent;
        padding: 0.20rem 1rem;
    }

header-navigation .btn-group {
    margin-left: auto;
}

.header-navigation .btn-share {
    position: relative;
}

    .header-navigation .btn-share::after {
        content: "";
        width: 1px;
        height: 50%;
        background-color: #ccc;
        position: absolute;
        top: 50%;
        left: 100%;
        transform: translateY(-50%);
    }

.nav-center-center.owl-carousel:hover .owl-prev {
    left: 20px;
}

.nav-center-center.owl-carousel:hover .owl-next {
    right: 20px;
}

.main-image-wapper img {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}

.product-info .product-gallery {
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.product-gallery-featured {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    padding: 15px 0;
    cursor: zoom-in;
}

.product-gallery-thumbnails .thumbnails-list li {
    margin-bottom: 5px;
    cursor: pointer;
    position: relative;
    width: 70px;
    height: 70px;
}

.thumbnails-list li img {
    display: block;
    width: 100%;
}

.product-gallery-thumbnails .thumbnails-list li:hover::before {
    content: "";
    width: 3px;
    height: 100%;
    background: #007bff;
    position: absolute;
    top: 0;
    left: 0;
}

.product-info .product-seller-recommended {
    padding: 20px 20px 0 20px;
}

.reviews_product .fa-star {
    color: gold;
}

.top-menu-1 {
    padding: 0;
}

    .top-menu-1 .navbar-brand {
        font-size: 17px;
    }

/* comment */
.colorc {
    border-right: 1px solid #0b7bc1;
    padding-right: 14px;
    margin-top: 12px;
    line-height: 2;
}

.comments {
    display: table-cell;
    padding-left: 6px;
}

.like-btn {
    cursor: pointer;
    border: solid #ccc;
    border-top-width: medium;
    border-right-color: rgb(204, 204, 204);
    border-right-style: solid;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
    border-width: 1px 1px 2px;
    border-right-width: 1px;
    border-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    padding: 7px 11px;
    background: none;
    background-color: rgba(0, 0, 0, 0);
}

.btn-qa {
    background: linear-gradient(to bottom, #fff, #f9f9f9);
    background-repeat: repeat;
    color: #00111a;
    padding: 12px 20px 11px 20px;
    border: 1px solid #c8cbcc;
}

.main-page-bestSellers:hover div {
    background-color: #000000d9;
    display: block;
    /*position: absolute;*/
    /*top: 0;*/
    /*right: 0;*/
    margin: 0;
    padding: 0;
    color: #ffffff;
    transition: 0.2s;
    border-radius: 5px;
}

.rtl .navbar-nav .nav-item + .nav-item, [dir="rtl"] .navbar-nav .nav-item + .nav-item {
    margin: 0;
}

.navbar-nav .nav-item:not(:last-child) {
    border-left: 1px solid #af1527;
}

.grid-container {
    max-width: 960px;
}

.product-image9 a {
    overflow: hidden;
}

.saham-kaghaz .product-image9 a img {
    -webkit-transform: rotate(15deg) scale(1.4);
    transform: rotate(15deg) scale(1.4);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.saham-kaghaz .product-image9 a:hover img {
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
}

.hvr-sweep-to-bottom {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

    .hvr-sweep-to-bottom:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #2098d1;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .hvr-sweep-to-bottom:hover, .hvr-sweep-to-bottom:focus, .hvr-sweep-to-bottom:active {
        color: white;
    }

        .hvr-sweep-to-bottom:hover:before, .hvr-sweep-to-bottom:focus:before, .hvr-sweep-to-bottom:active:before {
            -webkit-transform: scaleY(1);
            transform: scaleY(1);
        }

.hvr-sweep-to-top {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

    .hvr-sweep-to-top:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #2098d1;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .hvr-sweep-to-top:hover, .hvr-sweep-to-top:focus, .hvr-sweep-to-top:active {
        color: white;
    }

        .hvr-sweep-to-top:hover:before, .hvr-sweep-to-top:focus:before, .hvr-sweep-to-top:active:before {
            -webkit-transform: scaleY(1);
            transform: scaleY(1);
        }

/* Bounce To Right */
.hvr-bounce-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

    .hvr-bounce-to-right:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #2098d1;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {
        color: white;
    }

        .hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
            -webkit-transform: scaleX(1);
            transform: scaleX(1);
            -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
            transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
        }

/* Bounce To Left */
.hvr-bounce-to-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

    .hvr-bounce-to-left:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #2098d1;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .hvr-bounce-to-left:hover, .hvr-bounce-to-left:focus, .hvr-bounce-to-left:active {
        color: white;
    }

        .hvr-bounce-to-left:hover:before, .hvr-bounce-to-left:focus:before, .hvr-bounce-to-left:active:before {
            -webkit-transform: scaleX(1);
            transform: scaleX(1);
            -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
            transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
        }

.btn-outline-secondary:hover {
    background-color: #fff;
}

.btn {
    font-size: 13px;
}

.all-products li {
    list-style: none;
}

.menu-top a i {
    float: right;
}

.menu-top a span.information {
    display: table-cell;
    vertical-align: middle;
    padding-right: 5px;
}

.input-group-append button {
    border: 0;
    outline: none;
    box-shadow: none;
    background: transparent;
}

.main-menu ul li {
    border-radius: 5px;
}

    .main-menu ul li:hover {
        background-color: #3b8dc9;
        transition: all 0.5s ease;
    }

a {
    color: #0456b7;
}

a {
    color: #393939;
}
/* uploader */
.uploader {
    margin-top: 5px;
}

.uploadlight {
    z-index: 92;
    line-height: normal;
    position: relative;
    color: black;
    text-align: center;
    width: 100%;
    height: 100px;
    background: -webkit-linear-gradient(2deg, #c7dccb 61%, #c5dac9 160%);
    transition: 0.5s;
    cursor: pointer;
    overflow: hidden;
    border-radius: 5px;
}

uploadlight:hover {
    background: -webkit-linear-gradient(2deg, #FF9F1C 61%, #FFBF69 160%);
}

.form-special .uploadlight {
    padding-right: 25px;
    text-align: right;
}

.uploadlight.uploaded {
    background: transparent;
}

.uploadlight .uploadhere {
    height: 100px;
    line-height: 80px;
    -moz-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    cursor: pointer;
    box-sizing: border-box;
    padding-top: 8px;
    font-size: 14px;
}

.btnSingle {
    width: 100px;
    box-sizing: border-box;
    margin: 10px 0 0 0;
    display: none;
}

#lblCurrent {
    font-size: 1.2rem;
    line-height: 37px;
}

.uploadlight .lblFileName {
    position: absolute;
    background: #FFF;
    border-radius: 3px;
    top: 40%;
    width: max-content;
    padding: 0 5px;
    left: 0;
    font-size: 12px;
    text-align: center;
    height: 25px;
    line-height: 29px;
    display: none !important;
    opacity: 0.6;
    color: #000;
    right: 0;
    margin: 0 auto;
}

.uploadlight .error {
    position: absolute;
    background: #fbcdcd;
    padding: 0 5px 0 0;
    border-radius: 3px;
    top: 134px;
    left: 20px;
    font-size: 12px;
    text-align: right;
    min-height: 30px;
    line-height: 30px;
    letter-spacing: 1px;
    text-shadow: 0 0.5px 0.5px #fff;
    right: 20px;
    display: none;
    line-height: 22px;
}

.delete-upload {
    display: none;
    margin: 7px 0;
}

.uploadlight .uploadhere input {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
}

.uploadpreloader {
    direction: ltr;
    position: absolute;
    right: 0;
    left: 0;
    min-width: 20px;
    font-size: 10px;
    color: #fff;
    height: 10px;
    min-height: 10px;
    width: 50%;
    height: 17px;
    text-align: left;
    display: none;
    z-index: 2;
    margin: 0 auto;
    background: #FFFFFF;
    top: 50%;
    border-radius: 20px;
}

.uploadlight.uploaded:hover .lblFileName {
    display: block !important;
}

.uploadlight:hover .output {
    filter: blur(3px);
    -webkit-filter: blur(3px);
}

.has-image .output {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.output {
    display: none;
}

.uploadpreloader .uploaderbar {
    position: relative;
    background: #ffc107;
    display: block;
    transition: 1s all ease;
    height: 100%;
    border-radius: 20px;
    box-sizing: border-box;
    width: 0;
    line-height: 10px;
}

.section-uploader-span {
    font-size: 1.2rem;
    padding-bottom: 1.5rem;
}

/* uploader */

/*Register Page*/
.register, .login {
    font-size: 1rem;
}

    .register .input, .login .input {
        border: 0;
        box-shadow: none;
        border-bottom: 1px solid #bcbcbc;
        border-radius: 0;
        font-size: 1rem;
    }

    .register .btn, .login .btn {
        padding: 1rem 4rem;
        font-size: 1rem;
    }

    .register i, .login i {
        vertical-align: middle;
        margin-left: 15px;
    }

.top-nav-menu {
    background-color: #de1a31; /* For browsers that do not support gradients */
    background-image: linear-gradient(#de1a31, #a81425); /* Standard syntax (must be last) */
    padding: 0;
    color: #ffffff;
}

    .top-nav-menu .join-sign {
        background-color: #fff;
        line-height: 40px;
        margin-right: auto;
        margin-left: 5px;
    }

        .top-nav-menu .join-sign a {
            padding: 0.5rem;
            color: #484848;
        }

            .top-nav-menu .join-sign a:hover {
                text-decoration: none;
                color: #b51528;
            }

            .top-nav-menu .join-sign a:not(:last-child) {
                border-left: 1px solid #b51528;
            }

    .top-nav-menu .special-links {
        margin-right: 5px;
    }

        .top-nav-menu .special-links a {
            padding: 0.5rem;
            line-height: 40px;
            color: #ffffff;
        }

            .top-nav-menu .special-links a:not(:last-child) {
                border-left: 1px solid #ffffff;
            }

            .top-nav-menu .special-links a:hover {
                background-color: #ffffff;
                text-decoration: none;
                color: #b51528;
            }

    .top-nav-menu .right-menu ul {
        padding: 0 0 0 2rem;
    }

        .top-nav-menu .right-menu ul li:not(:last-child) {
            border-left: 1px solid #fff;
        }

        .top-nav-menu .right-menu ul li a.nav-link {
            color: #fff;
        }

        .top-nav-menu .right-menu ul li:hover {
            background-color: #fff;
        }

            .top-nav-menu .right-menu ul li:hover a {
                color: #b51528;
            }

/*logo-section*/
.logo-section {
    padding: 1rem 0;
}

    /*.logo-section > * {display: inline-block;  }*/
    .logo-section img {
        height: 60px;
    }

    /* .logo-section .chat {
    float: left;
} */

    /* .logo-section .chat > * {
    display: inline-block;
} */

    /* .logo-section .chat .num-chat {
    padding-left: 1rem;
} */

    .logo-section .chat > ul > li {
        display: inline-block;
    }

        .logo-section .chat > ul > li:not(:last-child) {
            padding-left: 1rem;
        }

    .logo-section .chat img {
        height: 30px;
    }

    .logo-section .chat li img {
        transition: 0.3s;
        transform: scale(1);
    }

    .logo-section .chat li:hover img {
        transition: 0.3s;
        transform: scale(1.1,1.1) rotate(-10deg);
        cursor: pointer;
    }

    .logo-section .chat .login-sub-menu {
        display: none;
        position: absolute;
        left: 0;
        top: 30px;
        width: 150px;
        z-index: 99;
        padding: 0px;
        background-color: #fff;
        border: 1px solid lightgray;
        border-radius: 5px;
        transition: ease 0.5s;
        text-align: right;
        min-width: 200px;
    }

    .logo-section .chat .login-menu:hover .login-sub-menu {
        display: block;
        transition: ease 0.5s;
    }

    .logo-section .chat .login-menu .login-sub-menu li:not(:last-child) {
        border-bottom: 1px solid lightgray;
    }

    .logo-section .chat .login-menu .login-sub-menu li:hover {
        background-color: #eee;
    }

    .logo-section .chat .login-menu .login-sub-menu li a {
        color: #0b2e13;
        text-decoration: none;
        display: block;
        padding: 10px 7px;
        transition: ease 0.5s;
    }

        .logo-section .chat .login-menu .login-sub-menu li a:hover {
            transition: ease 0.5s;
            padding-right: 15px;
        }

/* main-navbar */
.main-navbar .navbar-nav {
    padding: 0;
}

.main-navbar .nav-item > a {
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    color: #484848e0;
}

.main-navbar .fa {
    font-size: 35px;
}

.main-navbar .nav-item {
    padding: 0 0.75rem;
}

    .main-navbar .nav-item:not(:first-child):not(:last-child) {
        width: 125px;
    }

    .main-navbar .nav-item:hover {
        background-color: #de1a31;
        background-image: linear-gradient(#de1a31, #a81425);
        color: #ffffff;
    }

        .main-navbar .nav-item:hover > a {
            color: #ffffff;
        }

nav .dropdown-menu.all-products {
    width: 65rem;
}

nav .dropdown-menu.businessCards {
    width: 40rem;
}

/* main page */
section.new-user {
    background: -webkit-linear-gradient(0deg, #ff0009 69%, #ff4d53 87%);
    color: #ffffff;
}

.HomePageBanner {
    /* background-image: url("../images/2020_promo_hero_banner.jpg"); */
    height: 23rem;
    /* background-repeat: no-repeat;
    background-position: center;
    position: relative; */
    position: relative;
}

    .HomePageBanner .container-fluid {
        padding: 0;
    }

.homepage-inside {
    position: absolute;
    top: 0;
}

    .homepage-inside .Banner-inner {
        /*position: absolute;*/
        /*left: 100px;*/
        /*top: 50px;*/
        display: block;
    }

        .homepage-inside .Banner-inner .Banner-detail {
            text-align: right;
            display: block;
            margin-top: 5rem;
        }

        .homepage-inside .Banner-inner .Banner-detail {
            color: #000000;
            text-decoration: none;
            display: inline-block;
            padding: 2rem;
            background-color: #ffffffdb;
            border-radius: 30px 0 30px 0;
            border: 1px solid #7d7d7d;
            float: right;
        }

            .homepage-inside .Banner-inner .Banner-detail a {
                padding: 10px 40px;
                border-color: #7d7d7d;
                color: #7d7d7d;
            }

                .homepage-inside .Banner-inner .Banner-detail a:hover {
                    color: #ffffff;
                    background-color: #ff0009;
                    /* #3a8a95; */
                }

/*.homepage-inside .Banner-inner img{*/
/*width: 100%;*/
/*}*/
.home a i, .cart-icon a i {
    color: #48484859;
    font-size: 22px;
}

    .home a i:hover, .cart-icon a i:hover {
        color: #ff0009;
        font-size: 22px;
    }

/* section Essentials */
.Essentials {
    margin: 1rem 0;
}

    .Essentials h2 {
        font-weight: 500;
        font-size: 2rem;
    }

    .Essentials p {
        font-size: 1.3rem;
    }

        .Essentials p span.Essentials-span {
            color: #3e84b6;
        }

    .Essentials .body-section a {
        display: block;
    }

    .Essentials .body-section .image {
        position: relative;
        overflow: hidden;
        border-radius: 0.5rem;
        transition: ease 0.5s;
    }

        .Essentials .body-section .image:hover {
            box-shadow: 0px 1px 10px 0px gray;
            transition: ease 0.5s;
            transform: translateY(-10px);
        }

        .Essentials .body-section .image img {
            width: 100%;
            transition: ease 0.5s;
            border-radius: 15px;
        }

        .Essentials .body-section .image:hover img {
            transition: ease 0.5s;
            transform: scale3d(1.3, 1.3, 1.3) rotate(15deg);
        }

    .Essentials .body-section span {
        display: block;
        font-size: 0.9rem;
        text-align: center;
        padding: 0.5rem 0;
    }

    .Essentials .body-section .details {
        /*background-color: #fbe4e6;*/
        background: #bfbfbf9c;
        position: absolute;
        /*bottom: -100px;*/
        bottom: 0px;
        width: 100%;
        border-bottom-right-radius: 0.5rem;
        border-bottom-left-radius: 0.5rem;
        transition: ease 0.5s;
        color: #484848;
    }

@media screen and (max-width: 971px) {
    .Essentials .body-section .details {
        position: absolute;
        bottom: 0;
    }

    .Essentials .body-section span {
        font-size: 0.9rem;
    }
}

.Essentials .body-section .image:hover .details {
    bottom: 0;
    transition: ease 0.5s;
}

section.banner {
    /* background-image: url("../images/Capture.png"); */
    /* background-repeat: no-repeat; */
    height: 27rem;
    /* background-position: center; */
    width: 100%;
    position: relative;
}

    section.banner a {
        display: block;
        height: 27rem;
    }


section.last-section img {
    width: 50px;
    vertical-align: text-bottom;
}

.last-section h6 {
    margin-bottom: 0;
}

.last-section .box-text {
    margin-bottom: 2em;
}

.last-section .onvan-detail {
    display: inline-block;
}

    .last-section .onvan-detail h6 {
        transition: ease 0.3s;
    }

.last-section .box-text:hover .onvan-detail h6 {
    transition: ease 0.3s;
    padding-right: 15px;
}

section.last-section a:hover {
    text-decoration: none;
}

footer {
    background: -webkit-linear-gradient(28deg, #828282 79%, #777373 94%);
    color: #fff;
    padding: 5rem 0 1rem 0;
}

    footer h4 {
        margin-bottom: 2rem;
    }

    footer ul {
        padding-right: 0;
    }

    footer li {
        list-style: none;
        transition: ease 0.5s;
    }

        /*footer .footer-links li:hover{*/
        /*padding-right: 1rem;*/
        /*transition: ease 0.5s;*/
        /*}*/
        footer li a {
            /*color: #d7d7d7;*/
            color: #fffaf0;
            font-size: 0.8rem;
            display: block;
            line-height: 2.0rem;
            transition: ease 0.6s;
        }

    footer .footer-links li a:hover {
        text-decoration: none;
        padding-right: 20px;
        color: #68f9eb;
        transition: ease 1.3s;
        font-weight: 600;
    }

    footer li a:hover {
        text-decoration: none;
        color: #ffffff;
    }

    footer hr {
        border-color: #ffffff;
    }

    footer .social-icons li {
        display: inline-block;
    }

        footer .social-icons li a {
            font-size: 3rem;
            padding: 0 0.5rem;
            transition: ease 0.6s;
        }

        footer .social-icons li:hover a {
            transition: ease 0.3s;
            transform: scale(1.1, 1.1);
        }

            footer .social-icons li:hover a .facebook {
                color: #395693;
                transition: ease 0.3s;
            }

            footer .social-icons li:hover a .linkedin {
                color: #73b2cd;
                transition: ease 0.3s;
            }

            footer .social-icons li:hover a .instagram {
                color: #ba31ae;
                transition: ease 0.3s;
            }

            footer .social-icons li:hover a .youtube {
                color: #f70000;
                transition: ease 0.3s;
            }

            footer .social-icons li:hover a .twitter {
                color: #00a9e8;
                transition: ease 0.3s;
            }

            footer .social-icons li:hover a .telegram {
                color: #289ccf;
                transition: ease 0.3s;
            }

    footer .copyright li {
        display: inline-block;
    }

    footer .copyright ul li a {
        font-size: 1rem;
    }

    footer .copyright ul li:not(:last-child) {
        padding-left: 1rem;
    }

    footer .copyright ul li:first-child a {
        color: #ffffff;
        display: inline-block;
    }

/*product page*/
nav.my-breadcrumb {
    width: 100%;
}

.my-breadcrumb .breadcrumb {
    background-color: transparent;
}

.product .product-title {
    font-size: 1.8rem;
    display: block;
    margin-bottom: 2rem;
}

.product .main-image-wapper img, .product .thumbnails a img {
    border-radius: 0.5rem;
}

.product .sub-total {
    border: 1px solid #d6d8db;
    background-color: #F5F5F5;
    border-radius: 0.5rem;
    color: #383d41;
    padding: 0.5rem;
    font-size: 17px;
}

.product .form-control {
    border-color: #FFBF69;
}

    .product .form-control option:hover {
        background-color: #FF9F1C;
    }

    .product .form-control:focus {
        border-color: #F3722C !important;
        box-shadow: 0 0 0 .1rem #F3722C !important;
        transition: ease 0.6s;
    }

#myTabContent {
    border: 1px solid #8cc63f;
    border-top: 0;
    padding: 1rem;
}

.nav-tabs {
    border-bottom: 1px solid #8cc63f;
}

    .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
        border-color: #8cc63f54 #8cc63f54 #dee2e6;
    }

    .nav-tabs .nav-link.active {
        border-color: #8cc63f #8cc63f #fff;
    }

.product-tabs span.title {
    font-weight: bold;
    font-size: 1.2rem;
}

/* Category */
section.category-banner {
    /* background-image: url("../images/business_card_info_hero.jpg");
    background-position: center;
    background-repeat: no-repeat; */
    height: 21rem;
    position: relative;
}

    section.category-banner .image-background {
        position: absolute;
        top: 0;
        height: 100%;
        left: 50%;
        right: 50%;
        transform: translateX(50%);
        width: 100vw;
    }

.category-banner .category-banner-inner {
    position: relative;
}

    .category-banner .category-banner-inner .category-detail {
        margin-top: 2rem;
    }

        .category-banner .category-banner-inner .category-detail h1 {
            font-size: 2rem;
        }

section.tab-links .tab-links-wrapper {
    background-color: #F5F5F5;
}

section.tab-links ul {
    margin-bottom: 0;
}

    section.tab-links ul.list li {
        list-style: none;
        display: inline-block;
        padding: 1rem 1rem;
        border-bottom: 6px solid #d5d5d5;
    }

        section.tab-links ul.list li:not(:last-child) {
            margin-left: 15px;
        }

        section.tab-links ul.list li:hover {
            border-bottom-color: #8cc63f;
        }

        section.tab-links ul.list li a {
            padding: 1rem;
            text-decoration: none;
        }

.tab-links .image:hover {
    transform: translateY(-10px);
    transition: 0.2s;
}

.tab-links .image img {
    width: 100%;
    border-radius: 0.5rem;
    height: 300px;
}

.tab-links a {
    text-decoration: none;
    color: #7e7cf1;
}

.tab-links .image {
    position: relative;
    transition: 0.2s;
}

    .tab-links .image .details {
        position: absolute;
        right: 0;
        bottom: 0;
        display: block;
        background-color: #a7a3a3;
        width: 100%;
        color: #fff;
        text-align: center;
        border-radius: 0.5rem;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

        .tab-links .image .details span {
            padding: 0.5rem;
            display: block;
        }

            .tab-links .image .details span.name {
                color: #d8d8d8;
                font-size: 1.5rem;
            }

.title-shekl:before{
    content: "";
    width: 38%;
    height: 1px;
    background-color: #d8d8d8;
    display: inline-block;
    margin-left: 20px;
}

.title-shekl:after {
    content: "";
    width: 38%;
    height: 1px;
    background-color: #d8d8d8;
    display: inline-block;
    margin-right: 20px;
}

@media screen and (max-width: 991px) {
    .title-shekl:before,
    .title-shekl:after {
        display: none;
    }
}

.tab-links #Paper .box {
    border: 1px solid lightgray;
    padding: 0;
}

    .tab-links #Paper .box .image img {
        border-radius: 0;
        height: 150px;
    }

    .tab-links #Paper .box .image:hover {
        transform: none;
        transition: 0;
    }

.tab-links #Paper .box {
    transition: 0.2s;
    height: 350px;
}

    .tab-links #Paper .box:hover {
        transform: translateY(-10px);
        transition: 0.2s;
    }

    .tab-links #Paper .box .details-2 span {
        display: block;
        text-align: justify;
        padding: 0.5rem;
        color: #484848;
    }

        .tab-links #Paper .box .details-2 span.name {
            color: rgb(72, 72, 72);
            text-align: center;
            font-weight: bold;
        }

.tab-links #Paper .col-md-3 {
    padding: 0 5px;
}

.tab-links .sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}

.sticky + #pop {
    padding-top: 30px;
}

#Info img {
    width: 100%;
}

#Info {
    padding-top: 60px;
}

.dropdown-menu {
    border-color: #8bc63e;
}

.cart__table thead {
    background: #f5f5f5;
}

    .cart__table thead th {
        padding: 2.1rem 0 !important;
        border: none !important;
        min-width: 120px;
    }

.cart__table tr td {
    padding: 1.5rem 0 !important;
}

.cart__table-value {
    font-size: 15px;
    color: #3e414c;
    font-weight: normal;
    display: block;
    position: relative;
    text-align: center;
}

    .cart__table-value::after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 1px;
        height: 25px;
        background: #e4e4e4;
    }

tr td:last-child .cart__table-value:after,
tr th:last-child .cart__table-value:after {
    display: none;
}

.cart__table-circle {
    width: 25px;
    height: 25px;
    border-radius: 50px;
    display: inline-block;
    padding: 3px 0;
    color: #FFF;
    font-size: 14px;
}

.cart__table-edite {
    background: #ffae00;
}

.cart__table-close {
    background: #f10129;
}

.cart__add a i {
    font-size: 15px;
    margin: -1px 11px;
}

.cart__price:after {
    content: '';
    display: table;
    clear: both;
}

.cart__price-box {
    background: #f5f5f5;
    text-align: center;
    padding: 2.3rem 0;
    border-radius: 5px;
    min-height: 106px;
}

    .cart__price-box:hover {
        background: #ddfffc;
        cursor: pointer;
        transition: ease 0.4s;
    }

    .cart__price-box * {
        display: block;
        font-size: 15px;
    }

.cart__price-total {
    background: #CBF3F0;
}

    .cart__price-total * {
        font-weight: 700;
        color: #ff4d61;
    }

.cart__address .form-group {
    position: relative;
}

.cart__address .input-address {
    height: 4.5rem;
}

@media only screen and (min-width: 20em) and (max-width: 48em) {
    .cart__address .input-address {
        font-size: 0.7rem;
        padding: 15px;
    }
}

.cart__address-text {
    padding-right: 1.5rem;
}

.cart__address-map {
    position: absolute;
    left: 20px;
    top: 17px;
}

@media only screen and (min-width: 20em) and (max-width: 48em) {
    .cart__address-map {
        left: 0;
        top: 50px;
    }
}

.cart__address-map span {
    margin-left: 10px;
    color: #5270ce;
    font-size: 15px;
}

.cart__address-delivery > * {
    border-radius: 4px;
    transition: all 0.2s;
    border: 1px solid #e8e8e8;
}

.cart__address-delivery label {
    display: block !important;
}

@media only screen and (min-width: 20em) and (max-width: 48em) {
    .cart__address-delivery label {
        font-size: 1.1rem !important;
    }
}

.cart__address-delivery label:after {
    background: #FF9F1C !important;
}

.cart__address-delivery .active {
    background: #ff9f1cb3;
    border: 1px solid #b7b7b7;
    transition: ease 0.9s;
}

}

.cart__address-delivery .active label {
    color: #FFF !important;
}

.cart__payment {
    padding: 1.5rem 0;
}

    .cart__payment:after {
        content: '';
        display: table;
        clear: both;
    }

.cart__payment-item {
    float: right;
    position: relative;
    border-radius: 3px;
    width: 145px;
    height: 145px;
    text-align: center;
    padding: 15px 0;
    transition: all 0.3s;
}

@media only screen and (min-width: 20em) and (max-width: 48em) {
    .cart__payment-item {
        width: 100%;
        margin-bottom: 1.5rem;
    }
}

@media only screen and (min-width: 61.937em) and (max-width: 75em) {
    .cart__payment-item {
        width: 122px;
    }
}

.cart__payment-item:not(:last-child) {
    margin-left: 1rem;
}

.cart__payment-item.active {
    box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.11);
    background: #ffbf695c;
}

.cart__payment-item label:before,
.cart__payment-item label:after {
    display: none;
}

.cart__payment-item label {
    padding-right: 0 !important;
    position: initial !important;
    display: block !important;
}

    .cart__payment-item label > * {
        display: block;
        margin: 0 auto;
    }

    .cart__payment-item label span {
        margin: 3px 0;
    }

.cart__payment-item input:checked + label .cart__payment-icon {
    opacity: 1;
}

.cart__payment-icon {
    position: absolute;
    top: 12px;
    right: 12px;
    color: #FF9F1C;
    font-size: 1.5rem;
    opacity: 0;
    transition: all 0.3s;
}

.cart__Coupon p a {
    color: #5db8ff;
}

.cart__factor {
    border-radius: 3px;
    /*padding: 0.5rem;*/
    padding: 1.2rem 0;
    /*height: 50px;*/
    text-align: center;
}

    .cart__factor:after {
        content: '';
        display: table;
        clear: both;
    }

@media only screen and (min-width: 20em) and (max-width: 48em) {
    .cart__factor {
        height: auto;
    }

    .cart__factor-item {
        float: none !important;
        width: 100% !important;
        margin-bottom: 1.5rem;
    }
}

.cart__factor-item {
    border: 1px solid #e8e8e8;
    padding: 0.25rem;
    margin-left: 13px;
    float: right;
    border-radius: .25rem;
}

@media only screen and (min-width: 61.937em) and (max-width: 75em) {
    .cart__factor-item {
        width: 118px;
    }
}

.cart__factor-item.active {
    background: #ff9f1cb3;
    transition: ease 0.6s;
}

    .cart__factor-item.active label:after {
        background: #000;
    }

.cart__factor label {
    font-size: 14px !important;
}

.cart__factor-item.active label {
    color: #FFF !important;
}

.cart__describe textarea {
    border: none;
    resize: none;
    background: #fafafa;
}

.cart__total {
    background: #FFF;
    box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.11);
    text-align: center;
    padding: 0.5rem 0;
    border-radius: 6px;
    font-size: 1rem;
    color: #000;
}

.cart__total-price {
    color: #ee0303;
}

.cart .box {
    margin-bottom: 0.8rem;
    padding: 1.5rem 1.5rem !important;
}

.btn-contact {
    color: #FFF;
    border-radius: 50px;
    /*height: 40px;*/
    font-size: 15px;
    padding: 15px 20px !important;
    background: #8ba5f9;
    vertical-align: middle;
    /*line-height: 40px;*/
}

    .btn-contact i {
        transform: translateY(4px);
    }

.list-link a {
    margin-bottom: 1.5rem;
    display: block;
}

.btn-price {
    background: #a300df;
}

.btn-guid {
    background: #00cbdd;
}

.btn-money {
    background: #00cbdd;
    border-radius: 8px !important;
}

.btn-register {
    background: #ff8a00;
}

    .btn-register i, .btn-price i, .btn-guid i {
        transform: translateY(3px);
    }

.list-quesion .collaps li {
    list-style: none;
}

.list-quesion .collaps ul {
    padding: 0;
}

.list-quesion .collaps li a {
    display: block;
    position: relative;
    font-size: 1rem;
    color: #333333;
}

.list-quesion .collaps > li {
    margin-bottom: 1rem;
}

.detail-collaps {
    font-size: 14px;
    display: none;
    color: #606060;
    text-align: justify;
}

.faq .padding-right-0 {
    padding-right: 15px !important;
}

.blog__newsletter--form {
    position: relative;
}

.btn-newsletter {
    background: none;
    color: #32d600 !important;
    position: absolute;
    left: 15px;
    top: 7px;
    padding: 0 !important;
    font-size: 1rem;
    box-shadow: none !important;
}

.blog__banner img {
    width: 100%;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-bottom-60 {
    margin-bottom: 60px;
}

.margin-top-60 {
    margin-top: 60px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.margin-top-20 {
    margin-top: 20px;
}

.profile__message-item {
    margin-top: 1rem;
}

.margin-bottom-25 {
    margin-bottom: 25px;
}

.category-title-h1 {
    color: #ff9000;
}

.category-title-h2 {
    font-weight: normal;
    margin-bottom: 4rem;
}

@media only screen and (min-width: 48em) and (max-width: 61.937em) {
    .category-content .public-text {
        height: auto !important;
    }

    .category-content .box {
        margin-bottom: 1.5rem;
    }
}

.category-content .public-text p {
    line-height: 2.5rem;
}

.item-category .item-product {
    text-align: center;
}

    .item-category .item-product a {
        position: relative;
    }

    .item-category .item-product:hover .item-product-name {
        transform: scale(0);
    }

.item-category .item-product-img {
    border: 1px solid #cecdcc;
    border-radius: 15px;
    width: 100% !important;
    height: 185px;
}

.item-category .item-product-detail {
    left: 0;
    margin: 0 auto;
    width: 100%;
}

.item-category .item-product-name {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.5);
    color: #FFF;
    padding: 11px 0;
    transition: all 0.4s;
}

.item-product {
    margin-bottom: 2rem;
}

    .item-product > a {
        position: relative;
        display: block;
    }

        .item-product > a:hover {
            color: #9b00e3;
        }

.item-product-title {
    font-size: 1.1rem;
    padding-top: 5px;
    color: #838182;
}

.item-product-img {
    width: 100%;
    height: 142px;
    border-radius: 3px;
}

.item-product-detail {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.item-product-hover {
    background: rgba(0, 0, 0, 0.4);
    border-radius: 3px;
    text-align: center;
    transform: scale(0);
    position: relative;
    transition: all .5s;
    width: 100%;
    height: 100%;
}

.item-product-hover_span {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 34px;
    height: 34px;
    background: #ffd05f;
    border-radius: 3px;
}

.item-product-hover_icon {
    font-size: 20px;
    color: #000;
    transform: translateY(40%);
}

.item-product:hover .item-product-hover {
    transform: scale(1);
}

.image-contact {
    width: 100%;
}

.iframe-contact {
    height: 320px;
}

.info-contact-item_title {
    color: #ffae00;
    text-align: right;
    margin-left: 3rem;
    height: 25px;
    float: right;
}

.info-contact-item_detail {
    text-align: right;
    color: #414e5f;
    display: block;
}

.product-details .form-group .up {
    position: absolute;
    left: auto;
    right: 30px;
    top: 38px;
    width: 20px;
    text-align: center;
    border-radius: 3px;
    border: 1px solid #eb7683;
    cursor: pointer;
}

.product-details .form-group input[type=number] {
    -moz-appearance: textfield;
    text-align: center;
}

.product-details .form-group .down {
    position: absolute;
    right: auto;
    left: 30px;
    top: 38px;
    width: 20px;
    text-align: center;
    border-radius: 3px;
    border: 1px solid #eb7683;
    cursor: pointer;
}

/* mobile menu */

/* 
- Name: megamenu.js - style.css
- Version: 1.0
- Latest update: 29.01.2016.
- Author: Mario Loncarek
- Author web site: http://marioloncarek.com
*/


/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Body - not related to megamenu
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* body {
    font-family: 'Source Sans Pro', sans-serif;
}

* {
    box-sizing: border-box;
}

a {
    color: #333;
}

.description {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
} */


/* ––––––––––––––––––––––––––––––––––––––––––––––––––
megamenu.js STYLE STARTS HERE
–––––––––––––––––––––––––––––––––––––––––––––––––– */


/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Screen style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.menu-container {
    width: 80%;
    margin: 0 auto;
    background: #e9e9e9;
}

.menu-mobile {
    display: none;
    padding: 20px;
}

    .menu-mobile:after {
        content: "\f394";
        font-family: "Ionicons";
        font-size: 2.5rem;
        padding: 0;
        float: right;
        position: relative;
        top: 0;
        -webkit-transform: translateY(-25%);
        -ms-transform: translateY(-25%);
        transform: translateY(-25%);
    }

.menu-dropdown-icon:before {
    content: "\f489";
    font-family: "Ionicons";
    display: none;
    cursor: pointer;
    float: left;
    padding: 1.5em 2em;
    background: #fff;
    color: #333;
}

.menu > ul {
    margin: 0 auto;
    width: 100%;
    list-style: none;
    padding: 0;
    position: relative;
    /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
    box-sizing: border-box;
}

@media screen and (min-width: 960px) {
    .menu > ul {
        width: auto;
    }
}

.menu > ul:before,
.menu > ul:after {
    content: "";
    display: table;
}

.menu > ul:after {
    clear: both;
}

.menu > ul > li {
    float: right;
    padding: 0;
    margin: 0;
}

    .menu > ul > li:not(:last-child) {
        /*border-left: 1px solid #ad1526;*/
        margin-left: 1px;
    }

    .menu > ul > li a {
        text-decoration: none;
        padding: 7px;
        display: block;
        font-size: 17px;
        color: #919191;
        font-weight: 300;
    }

    .menu > ul > li:first-child,
    .menu > ul > li:last-child {
        margin: 0 2px;
    }

    /* .menu > ul > li:hover:first-child, */
    .menu > ul > li:hover:last-child {
        background: none;
    }

    .menu > ul > li:hover {
        /*background-color: #de1a31;
    background-image: linear-gradient(#de1a31, #a81425);*/
        background: -webkit-linear-gradient(0deg, #ff0009 69%, #ff4d53 87%);
        border-radius: 4px;
    }

        .menu > ul > li:hover > a {
            color: #fff;
        }

    .menu > ul > li > ul {
        display: none;
        width: 100%;
        background: #ffffff;
        padding: 20px;
        position: absolute;
        z-index: 99;
        left: 0;
        margin: 0;
        list-style: none;
        box-sizing: border-box;
        box-shadow: 0px 1px 15px 0px lightgray;
    }

    .menu > ul > li.show > ul {
        display: block;
    }

    .menu > ul > li > ul:before,
    .menu > ul > li > ul:after {
        content: "";
        display: table;
    }

    .menu > ul > li > ul:after {
        clear: both;
    }

    .menu > ul > li > ul > li {
        margin: 0;
        padding-bottom: 0;
        list-style: none;
        width: 25%;
        background: none;
        float: right;
    }

        .menu > ul > li > ul > li a {
            color: #777;
            padding: .2em 0;
            width: 95%;
            display: block;
            border-bottom: 1px solid #ccc;
            font-size: 14px;
            transition: ease 0.2s;
            border-radius: 5px;
        }

            .menu > ul > li > ul > li a.product-menu:hover {
                transition: ease 0.9s;
                padding-right: 10px;
                background-color: #ff888c;
                color: #fff;
                width: 90%;
            }

            .menu > ul > li > ul > li a.parent-category {
                font-size: 16px;
                color: #b6424f;
            }

        .menu > ul > li > ul > li > ul {
            display: block;
            padding: 0;
            margin: 10px 0 0;
            list-style: none;
            box-sizing: border-box;
        }

            .menu > ul > li > ul > li > ul:before,
            .menu > ul > li > ul > li > ul:after {
                content: "";
                display: table;
            }

            .menu > ul > li > ul > li > ul:after {
                clear: both;
            }

            .menu > ul > li > ul > li > ul > li {
                float: right;
                width: 100%;
                padding: 3px 0;
                margin: 0;
                font-size: .8em;
            }

                .menu > ul > li > ul > li > ul > li a {
                    border: 0;
                }

    .menu > ul > li > ul.normal-sub {
        width: 300px;
        left: auto;
        padding: 10px 20px;
    }

        .menu > ul > li > ul.normal-sub > li {
            width: 100%;
        }

            .menu > ul > li > ul.normal-sub > li a {
                border: 0;
                padding: 1em 0;
            }


/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media only screen and (max-width: 959px) {
    .menu-container {
        width: 100%;
    }

    .menu-mobile {
        display: block;
        width: 100%;
    }

    .menu-dropdown-icon:before {
        display: block;
    }

    .menu > ul {
        display: none;
    }

        .menu > ul > li {
            width: 100%;
            float: right;
            display: block;
        }

            .menu > ul > li a {
                padding: 15px;
                width: 100%;
                display: block;
            }

            .menu > ul > li > ul {
                position: relative;
            }

                .menu > ul > li > ul.normal-sub {
                    width: 100%;
                }

                .menu > ul > li > ul > li {
                    float: none;
                    width: 100%;
                    margin-top: 20px;
                }

                    .menu > ul > li > ul > li:first-child {
                        margin: 0;
                    }

                    .menu > ul > li > ul > li > ul {
                        position: relative;
                    }

                        .menu > ul > li > ul > li > ul > li {
                            float: none;
                        }

    .menu .show-on-mobile {
        display: block;
    }
}

.category-description {
    height: auto;
}

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
    right: -26px;
    left: initial;
    opacity: 1 !important;
}

@media only screen and (min-width: 20em) and (max-width: 48em) {
    .mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
        right: -8px;
    }
}

.mCSB_scrollTools a + .mCSB_draggerContainer {
    background: #dfdfdf;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #b6424f !important;
    width: 4px !important;
    right: -1px !important;
    border-radius: 0 !important;
}

.mCSB_scrollTools {
    width: 2px !important;
}

.mCSB_buttonDown, .mCSB_buttonUp {
    background: #dfdfdf;
    width: 6px !important;
    height: 6px !important;
    opacity: 1 !important;
    border-radius: 5px;
    right: -2px;
}

.mCSB_buttonUp {
    top: 14px !important;
}

.mCSB_buttonDown {
    bottom: 14px !important;
}

.mCustomScrollBox {
    direction: rtl;
    text-align: right;
}

.profile__message-list {
    height: 400px;
}

.num-chat .title, .login-menu .title {
    font-size: 14px;
    margin-left: 5px;
}

.profile__message-item .mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
    right: -15px;
    left: initial;
    opacity: 1 !important;
}

#paper {
    text-align: justify;
    direction: rtl;
}

    #paper .mCSB_container {
        text-align: justify;
        direction: rtl;
    }

    #paper h1, #paper h2 {
        font-size: 1.2rem;
    }

    #paper div {
        font-size: 0.9rem;
    }

    #paper a {
        color: #007bff;
    }

.btn-armani {
    color: #fff;
    background-color: #FF9F1C;
    border-color: #FF9F1C;
}

    .btn-armani:hover, .btn-armani:active, .btn-armani:focus {
        color: #fff;
        background-color: #c80164;
        border-color: #c80164;
    }

    .btn-armani:focus {
        box-shadow: 0 0 0 .2rem #c8016457;
    }

.address-map-png {
    background-image: url("../images/map2.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 0;
    margin: 0;
}

.first-blog-post .right-section, .all-blog-post .right-section {
    display: inline-block;
}

.first-blog-post .left-section, .all-blog-post .left-section {
    float: left;
    margin-right: auto;
    margin-left: 0;
}

    .first-blog-post .left-section p, .all-blog-post .left-section p {
        display: inline-block;
    }

.td_btn {
    min-width: 100px;
}

.search form .search-input {
    padding-left: 60px;
}

.search form .search-button {
    background: transparent;
    outline: 0;
    border: 0;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 20px;
    top: 0px;
    /* border-right: 1px solid lightgray; */
}

    .search form .search-button img {
        width: 45px;
        height: auto;
        padding: 8px 8px;
    }

        .search form .search-button img:hover {
            transition: ease 0.2s;
            transform: scale(1.1,1.1) rotate(-10deg);
        }


@media screen and (max-width:991px) {
    .home, .basket {
        display: none !important;
    }
}


.main-404 {
    text-align: center;
    position: relative;
    height: 50vh;
}

    .main-404 .not-found {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

        .main-404 .not-found .title-404 {
            height: 122px;
            line-height: 122px;
            font-size: 122px;
            font-family: 'Fredoka One', cursive;
            margin: 0px;
            color: #ae1426;
            text-transform: uppercase;
        }

        .main-404 .not-found .subtitle-404 {
            margin: 0;
            font-size: 25px;
        }

        .main-404 .not-found .link-to-home-404 {
            font-weight: 700;
            color: #d5192f;
        }

.swiper-pagination-bullet {
    width: 50px;
    height: 5px;
    border-radius: 0;
}
/*
=====================================================
Blog Detail
=====================================================
*/
.back-page-header {
    background-image: linear-gradient(30deg,#a66c94 0,#584364 100%);
    padding: 60px 0 80px;
}

    .back-page-header .persian-title {
        color: #fff;
        font-size: 1.5rem;
    }

    .back-page-header .english-title {
        color: #fff;
        font-size: 1.3rem;
        text-align: left;
        direction: ltr;
    }


.blog-single-top-holder {
    /* margin:0 auto; */
    /* max-width:910px; */
    padding: 60px 20px 35px;
}

.blog-single-image-holder {
    padding-top: 10px;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
}

    .blog-single-image-holder:before {
        background-image: -webkit-gradient(linear,left top, left bottom,color-stop(0, #f8f8f8),color-stop(70%, #fff),to(#fff));
        background-image: linear-gradient(180deg,#f8f8f8 0,#fff 70%,#fff 100%);
        content: '' !important;
        display: block !important;
        height: 100%;
        left: 0;
        position: absolute;
        top: 60%;
        -webkit-transform: skew(0deg,-3deg);
        transform: skew(0deg,-3deg);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        width: 100%;
        z-index: -1;
    }

    .blog-single-image-holder img {
        border-radius: 3px;
        display: block;
        margin: 0 auto;
        max-width: 950px;
        width: 100%;
    }

.blog-single-content-holder {
    margin: 0 auto;
    max-width: 910px;
    padding-right: 20px;
    padding-left: 20px;
}

.blog-single-categories {
    display: inline;
    vertical-align: middle;
}

    .blog-single-categories a.primary {
        color: #8c7ce5;
    }

        .blog-single-categories a.primary:hover {
            color: #6751dd;
        }

.blog-single-categories-holder {
    margin-bottom: 2px;
    font-size: 0;
}

.single-block .blog-single-title {
    font-size: 1.5rem;
}

.single-block .category-title {
    margin-bottom: 15px;
    display: inline-block;
    font-size: 18px;
}

.other-posts {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #eee;
}

    .other-posts span {
        font-size: 18px;
        display: inline-block;
    }

        .other-posts span:not(:last-child) {
            margin-left: 15px;
        }

    .other-posts .other {
        padding: 5px 10px;
        background-color: #f7f7f7;
        border-radius: 5px;
        color: #7f8187;
        font-size: 15px;
    }

        .other-posts .other:hover {
            background: #efefef;
            color: #616368;
        }

    .other-posts a:not(:last-child) {
        margin-left: 10px;
    }


/*custom heading sizes */
div#mCSB_1_container h1,
div#mCSB_1_container .h1, .row h1 {
    font-size: 2rem;
}

div#mCSB_1_container h2,
div#mCSB_1_container .h2, .row h2 {
    font-size: 1.5rem;
}

div#mCSB_1_container h3,
div#mCSB_1_container .h3, .row h3 {
    font-size: 1.2rem;
}

div#mCSB_1_container, .container {
    font-size: 1.2em;
}


button.btn.btn-contact.btn_comment {
    border-radius: 8px;
    background: -webkit-linear-gradient(0deg, #ff0009 69%, #ff4d53 87%);
}

ul {
    margin-bottom: 0.5em;
}

span.final-price-credit {
    color: red;
    font-size: 1.1em;
    font-weight: bold;
}

.pull-left {
    font-weight: 500;
}


/*for blog breadcrumb*/
li.breadcrumb-item > a {
    color: #5c5c5c;
}

    li.breadcrumb-item > a:hover {
        color: #f4c5f7;
        transition: ease 0.3s;
    }

.breadcrumb-item + .breadcrumb-item:before {
    color: #5c5c5c;
}

[dir=rtl] .breadcrumb-item + .breadcrumb-item:before {
    padding-right: 0;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.title-shekl {
    font-size: 1.3rem !important;
}



.modalError {
    text-align: center;
    color: red;
    font-size: 1.2em;
    margin: 0;
    display: block;
}
