/*================================================================================
	Item Name: Vuexy - Vuejs, HTML & Laravel Admin Dashboard Template
	Version: 2.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */

.home-page {
    /*background: #F5F5F9;*/
    padding-bottom: 30px !important;
}

/*===================================*
06.START ICON BOX STYLE
*===================================*/
.icon_box {
    margin-bottom: 30px;
}

.icon {
    margin-bottom: 15px;
}

.icon_box_content h1,
.icon_box_content h2,
.icon_box_content h3,
.icon_box_content h4,
.icon_box_content h5,
.icon_box_content h6 {
    text-transform: capitalize;
}

.icon i {
    font-size: 30px;
}

.icon_box p:last-child {
    margin: 0;
}

.icon_box_content .link i {
    vertical-align: middle;
    margin-left: 2px;
}

.box_img {
    margin-bottom: 15px;
}

.icon_box_style1 {
    text-align: center;
    padding: 0 40px;
    position: relative;
}

.icon_box_style1 .icon i {
    font-size: 46px;
    line-height: 1;
}

.icon_box_style1::before {
    content: "";
    position: absolute;
    right: 0;
    top: 15%;
    bottom: 15%;
    width: 1px;
    background-color: #ddd;
}

[class*="col-"]:last-child .icon_box_style1::before {
    content: normal;
}

.icon_box_style2 .icon {
    background-color: #fff;
    max-width: 78px;
    text-align: center;
    float: left;
    height: 78px;
    border-radius: 100%;
    line-height: 78px;
    position: relative;
    margin: 0px 20px 0px 0px;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05);
    -ms-flex: 0 0 78px;
    flex: 0 0 78px;
}

.icon_box_style2:hover .icon {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: swing;
    animation-name: swing;
}

.icon_box_style2 .icon i {
    font-size: 40px;
    color: #FF324D;
    line-height: 78px;
}

.shopping_info {
    /*border-top: 1px solid #ddd;*/
    /*border-bottom: 1px solid #ddd;*/
}

.shopping_info .icon_box {
    margin-top: 0;
    padding-top: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.icon_box.icon_box_style3 {
    border: 1px solid #ddd;
    padding: 30px;
    margin-left: -1px;
    margin-top: -1px;
    margin-bottom: 0;
}

.icon_box_style3 .icon {
    float: left;
    margin-right: 20px;
    margin-bottom: 0;
}

.icon_box_style3 .icon_box_content {
    overflow: hidden;
}

.icon_box_style3 .icon i {
    font-size: 36px;
    color: #FF324D;
    line-height: normal;
}

.icon_box_style3 .icon_box_content p {
    font-size: 14px;
    line-height: normal;
}

.icon_box_style4 {
    background-color: #fff;
    padding: 20px;
    text-align: center;
}

.icon_box_style4 .icon i {
    background-color: #FF324D;
    color: #fff;
    width: 60px;
    height: 60px;
    display: inline-block;
    line-height: 60px;
    border-radius: 100%;
    font-size: 24px;
}

.icon_box_style2 .icon {
    float: right;
    margin: 0px 0px 0px 20px;
}

.icon_box_style2 .icon img {
    width: 40px;
}

.swiper-responsive-breakpoints.swiper-container .swiper-slide {
    background-color: white;
    /* height: 321px; */
    padding: 15px 0px;
}

.percentp {
    position: absolute;
    left: 8px;
    top: 15px;
    width: 51px;
    color: white;
    font-size: 14px;
    height: 24px;
    border-radius: 13px;
    border: 1px solid #595e7e;
    text-align: center;
    padding-top: 2px;
    background-color: #595e7e;
}

.c-product-box__title {
    text-align: center;
    margin-top: 14px;
    overflow: hidden;
    /* max-width: 90%; */
    min-height: 50px;
    font-size: 14px;
    height: 30px;
    font-size: 0.9rem;
    line-height: 25px;
    display: block;
    color: #414141;
}
.old-price
{
    text-decoration: line-through;
    color: #acacac;
    display: block;
}
.c-price__value {
    color: #2e335f;
    font-weight: bold;
}

/*  title-slider*/

.ecome-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    position: relative;
}

.ecome-info {
    color: #666666;
    margin-top: -3px;
}

@media (min-width: 480px) {
    .ecome-heading.style2:before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        border-bottom: 1px dashed #bababa;
    }
    .bg-new-home .ecome-heading.style2:before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        border-bottom: 1px dashed #fff;
    }
    .ecome-heading.style2 h1 {
        padding-left: 30px;
        position: relative;
        z-index: 1;
    }

    .ecome-heading.style2 p {
        padding-left: 30px;
        position: relative;
        z-index: 1;
    }
}

.ecome-heading h1 {
    font-size: 19px;
    background: #f5f5f9;
    font-weight: bold;
}

.ecome-heading p {
    font-size: 19px;
    background: #fff;
}

.ecome-heading.style2 h1 {
    margin: 13px 0;
}

.ecome-heading.style2 p {
    margin: 13px 0;
}

.price-vip-slider-percent {
    padding: 0px 16px;
    /* background: #ddd; */
    border-bottom: 1px solid #ff6378;
    /* color: red; */
    font-size: 1.1rem;
    background: #d91d55;
    color: #fff;
    border-radius: 22px;
}

.ecome-heading .btn-show {
    font-size: 14px;
    color: #2e335f;
    width: 111px;
    line-height: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    border: 1px solid #2e335f;
    font-weight: 500;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    background: #fff;
    position: relative;
    z-index: 1;
    border-radius: 999px;
}

/*    baner*/
.single_banner {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.single_banner_info {
    position: absolute;
    right: 0;
    top: 50%;
    padding: 20px;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50%;
}

.single_bn_title {
    font-weight: bold;
    font-size: 32px;
}

.single_bn_link {
    position: relative;
}

.single_bn_link::before {
    content: "";
    position: absolute;
    bottom: 3px;
    height: 7px;
    background-color: rgba(255, 50, 77, 0.2);
    width: 100%;
    z-index: -1;
}

.single_banner:hover img {
    -moz-transform: scale(1.06);
    -webkit-transform: scale(1.06);
    transform: scale(1.06);
}

.single_banner img {
    transition: all 0.3s ease-in-out;
    width: 100%;
}

.sale_banner {
    padding: 0 10px;
    position: relative;
    margin-bottom: 30px;
}

.sale_banner img {
    width: 100%;
}

.hover_effect1 {
    overflow: hidden;
    position: relative;
    display: block;
}

.hover_effect1::before, .hover_effect1::after {
    background-color: rgba(255, 255, 255, 0.6);
    content: "";
    height: 100%;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    transition: all 0.9s ease 0s;
    width: 100%;
    z-index: 1;
}

.hover_effect1::before {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    -moz-transform: translate(105%, 0%);
    -webkit-transform: translate(105%, 0%);
    transform: translate(105%, 0%);
}

.hover_effect1::after {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    -moz-transform: translate(-105%, 0%);
    -webkit-transform: translate(-105%, 0%);
    transform: translate(-105%, 0%);
}

.hover_effect1:hover:before, .hover_effect1:hover:after {
    opacity: 0;
    -moz-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}

.fb_info {
    position: absolute;
    top: 15px;
    padding: 15px;
    left: 15px;
    z-index: 9;
}

.fb_info2 {
    position: absolute;
    top: 50%;
    padding: 15px;
    left: 35px;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9;
    width: 40%;
}

.furniture_banner .single_bn_title1 {
    font-size: 80px;
    margin-bottom: 15px;
}

.sale-banner img {
    width: 100%;
}

/*    shegeft angiz*/
.deal_timer .countdown_time .countdown_box:first-child,
.deal_timer .countdown_time .countdown_box .cd_text {
    display: none;
}

.deal_timer {
    position: relative;
    padding-left: 15px;
}

.deal_timer::before {
    content: "\e72b";
    position: absolute;
    left: 0;
    top: 3px;
    font-family: 'themify';
    font-size: 20px;
    color: #FF324D;
}

.deal_timer .countdown_style1 .countdown_box::before {
    font-size: 24px;
    font-weight: normal;
    right: -10px;
}

.deal_timer .countdown_box .countdown {
    font-size: 24px;
}

.deal_timer .countdown_box {
    width: auto;
    padding-right: 0;

}

.deal_wrap {
    /*border: 2px solid #e7e7e7;*/
    border-radius: 20px;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.deal_wrap .product_img {
    max-width: 245px;
    width: 100%;
}

.deal_content {
    width: 100%;
    padding: 30px 0px 30px 30px;
    text-align: right;
}

.deal_content .product_info {
    padding: 0;
}

.deal_wrap .countdown_style1 .countdown_box::before {
    font-size: 24px;
    font-weight: normal;
    right: -10px;
}

.deal_wrap .countdown_box .countdown {
    font-size: 24px;
}

.deal_wrap .countdown_time .cd_text {
    font-size: 13px;
}

.deal_progress {
    padding-top: 5px;
    display: block;
}

.stock-available {
    float: right;
}

.deal_progress .progress {
    margin-top: 5px;
    margin-bottom: 20px;
    border-radius: 20px;
}

.deal_progress .progress-bar {
    background-color: #FF324D;
    text-indent: -99999px;
}

.swiper3 .product_img img {
    display: block;
    width: 100%;
}

/*    contdown*/
.countdown_time {
    display: table;
    width: 100%;
}

.countdown_time .countdown_box {
    float: left;
    width: 25%;
    font-family: 'IranYekan';
    padding: 0 15px;
}

.countdown-wrap {
    display: inline-block;
    text-align: center;
}

.countdown_time .cd_text {
    display: block;
}

.countdown_box .countdown {
    color: #292b2c;
    font-size: 40px;
}

.countdown_white .countdown_box .countdown, .countdown_white .countdown_box .cd_text {
    color: #fff;
}

.countdown_style1 .countdown_box {
    position: relative;
    text-align: center;
}

.countdown_style1 .countdown_box::before {
    content: ":";
    font-size: 40px;
    font-weight: bold;
    color: #000;
    position: absolute;
    right: -6px;
}

.countdown_style1.countdown_white .countdown_box::before {
    color: #fff;
}

.countdown_style1 .countdown_box:last-child:before {
    content: normal;
}

.cs_logo {
    margin-bottom: 30px;
    display: block;
}

.cs_title {
    line-height: 44px;
    margin-bottom: 20px;
}

.cs_content .countdown_time,
.cs_content .newsletter_form {
    margin-bottom: 30px;
}

.countdown_style2,
.countdown_style3 {
    direction: ltr;
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
    display: -ms-flexbox;
    display: flex;
}

.countdown_style2 .countdown_box .countdown-wrap {
    text-align: center;
    border: 1px solid #ddd;
    width: 100%;
    padding: 10px;
}

.countdown_style3 .countdown-wrap {
    width: 100%;
    background-color: #fff;
    padding: 15px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.03);
}

.countdown_time.countdown_style4 {
    margin: 0 -2px;
    width: auto;
    display: block;
}

.countdown_time.countdown_style4 .countdown_box {
    padding: 0 2px;
}

.countdown_style4 .countdown_box .countdown-wrap {
    text-align: center;
    background-color: #f2f2f2;
    width: 100%;
    padding: 10px;
}

h1, h2, h3, h4, h5, h6 {
    color: #292b2c;
    font-size: 1rem;
    font-weight: 700;
}

.home-page {
    padding-top: 20px;
}

.price {
    color: #FF324D;
    font-weight: 600;
    font-size: 12px;
}

.product_price del {
    font-size: 14px;
    margin-right: 5px;
    margin-left: 3px;
}

.countdown-wrap span {
    display: block;
}

.swiper-wrapper {
    /*padding-top: 10px;*/
    /*padding-bottom: 10px;*/
}

.swiper-icon-after-pro {
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 4px;
}

@media (max-width: 992px) {
    .pd-r-l-responsive50 {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }

    .deal_wrap .product_img {
        margin: 0 auto;
    }

    .deal_wrap {
        display: block;
        padding: 20px;
    }
}

@media only screen and (max-width: 1199px) {
    .deal_wrap .product_img {
        max-width: 200px;
    }
}

@media (max-width: 1199.98px) {
    .pt-responsive-for-header {
        padding-top: 65px;
    }

}

@media (max-width: 575px) {
    .pt-responsive-for-header {
        padding-top: 130px;
    }
}

.dropdown-shopping-basket .dropdown-menu-header {
    background-color: #FF9F43 !important;
    text-align: center;
}

.basket-img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
}

.bg-back-gray- {
    background: #F5F5F9;
}

body {
    /*background-color: #F5F5F9 !important;*/
}

.dropdown-shopping-basket a i {
    font-size: 1.5rem;
    color: #626262;
}

.header-navbar {
    /*border-bottom: 1px solid #e5e5e5;*/
}

img {
    max-width: 100%;
}

@media (max-width: 575.98px) {
    .logo-responsive-box {
        display: block;
        width: 100%;
    }

    .logo-responsive-box .logo-responsive {
        display: block !important;
        margin: 2px auto;
    }

    img.logo-big-page {
        /*display: none !important;*/
    }
}

/*footer css*/
.footer_top {
    padding: 55px 0 30px;
    /*border-bottom: 1px solid #ebebeb;*/
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer_top {
        padding: 55px 0 5px;
    }
}

@media only screen and (max-width: 767px) {
    .footer_top {
        padding: 15px 0 5px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .widgets_container {
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .widgets_container {
        margin-bottom: 35px;
    }

}
@media only screen and (max-width: 577px){
    .widgets_container {
        margin-bottom: 20px !important;
    }
    .img-namad-f{
        margin-top: 0px !important;
        /*text-align: center;*/
        margin-bottom: 20px;
    }
    .footer_menu ul{
        margin-bottom: 15px;
        display: inline-block;
        margin-left: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .widgets_container.widget_menu {
        margin-bottom: 51px;
    }
}

.widgets_container h3 {
    font-size: 14px;
    margin-bottom: 30px;
    font-weight: 500;
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
}

.widgets_container h3::before {
    position: absolute;
    background: #595e7e;
    content: '';
    display: block;
    height: 3px;
    width: 40px;
    bottom: 0;
    right: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .widgets_container h3 {
        font-size: 13px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .widgets_container h3 {
        margin-bottom: 22px;
    }
}

@media only screen and (max-width: 767px) {
    .widgets_container h3 {
        margin-bottom: 22px;
    }
}

.aff_content {
    /*margin-bottom: 25px;*/
}

@media only screen and (max-width: 767px) {
    .aff_content {
        margin-bottom: 17px;
    }
}

.aff_content p {
    font-size: 14px;
    text-align: justify;
    line-height: 27px;
    margin: 0px;
    padding: 0px;
}

.app_img {
    margin-bottom: 10px;
    text-align: center;
}

.app_img:last-child {
    margin-bottom: 0;
}

.footer_contact > p {
    font-size: 14px;
}

.footer_menu ul li {
    margin-bottom: 12px;
}

.footer_menu ul li:last-child {
    margin-bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer_menu ul li {
        margin-bottom: 13px;
    }
}

@media only screen and (max-width: 767px) {
    .footer_menu ul li {
        margin-bottom: 14px;
    }
}

.footer_menu ul li a {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
}

.footer_menu ul li a:hover {
    color: #e57f44;
}

@media only screen and (max-width: 767px) {
    .footer_menu ul li a {
        font-size: 13px;
        line-height: 18px;
    }
}

.footer_social {
    margin-top: 17px;
}

@media only screen and (max-width: 767px) {
    .footer_social {
        text-align: right;
    }
}

.footer_social ul li {
    display: inline-block;
    margin-left: 5px;
}

.footer_social ul li:last-child {
    margin-left: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer_social ul li {
        margin-left: 2px;
    }
}

@media only screen and (max-width: 767px) {
    .footer_social ul li {
        margin-left: 3px;
    }
}

.footer_social ul li a {
    width: 42px;
    height: 42px;
    line-height: 42px;
    display: block;
    text-align: center;
    font-size: 16px;
    border-radius: 4px;
    /*color: #ffffff;*/
    background: #f9f9f9;
    color: #919191;
    border: 1px solid #e3e3e3;
}

.footer_social ul li a:hover {
    background: #2e335f;
    color: #fff;

}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer_social ul li a {
        width: 37px;
        height: 37px;
        line-height: 37px;
    }
}

@media only screen and (max-width: 767px) {
    .footer_social ul li a {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 15px;
    }
}

.footer_social ul li a.facebook {
    background: #3b5998;
}

.footer_social ul li a.facebook:hover {
    background: #c40316;
}

.footer_social ul li a.twitter {
    background: #00aced;
}

.footer_social ul li a.twitter:hover {
    background: #c40316;
}

.footer_social ul li a.instagram {
    background: #bc2a8d;
}

.footer_social ul li a.instagram:hover {
    background: #c40316;
}

.footer_social ul li a.linkedin {
    background: #007bb6;
}

.footer_social ul li a.linkedin:hover {
    background: #c40316;
}

.footer_social ul li a.rss {
    background: #f26522;
}

.footer_social ul li a.rss:hover {
    background: #c40316;
}

.footer_contact_inner {
    display: flex;
    margin-bottom: 15px;
}

.contact_text {
    /*margin-right: 15px;*/
}

.contact_text p {
    font-size: 14px;
    margin-top: -1px;
}

.contact_text p strong {
    color: #626262;
}

.contact_text p a {
    color: #626262;
    font-weight: bold;
}

@media only screen and (max-width: 767px) {
    .copyright_area {
        text-align: center;
        margin-bottom: 15px;
    }
}

.copyright_area p {
    line-height: 25px;
    font-size: 14px;
}

@media only screen and (max-width: 767px) {
    .copyright_area p {
        font-size: 13px;
    }
}

.copyright_area p a {
    color: #c40316;
}

.copyright_area p a:hover {
    text-decoration: underline;
}

.footer_bottom {
    padding: 30px 0;
}

@media only screen and (max-width: 767px) {
    .footer_bottom {
        padding: 20px 0 25px;
    }
}

.footer_payment p {
    font-size: 14px;
    line-height: 23px;
    font-style: italic;
    margin-bottom: 8px;
}

/*newsletter css*/

.newsletter_area {
    margin-top: -73px;
}

@media only screen and (max-width: 767px) {
    .newsletter_area {
        margin-top: -50px;
    }
}

.newsletter_inner {
    padding: 45px 35px;
    border: 1px solid #ebebeb;
    background: #ffffff;
}

@media only screen and (max-width: 767px) {
    .newsletter_inner {
        padding: 30px 15px;
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .newsletter_sing_up {
        margin-bottom: 14px;
    }
}

.newsletter_sing_up h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
    .newsletter_sing_up h3 {
        font-size: 18px;
    }
}

.newsletter_sing_up p {
    font-size: 14px;
    font-weight: 400;
}

.newsletter_sing_up p span {
    color: #c40316;
}

@media only screen and (max-width: 767px) {
    .newsletter_sing_up p {
        font-size: 13px;
    }
}

@media only screen and (max-width: 767px) {
    .subscribe_content {
        margin-bottom: 22px;
    }
}

.subscribe_content p {
    font-size: 14px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .subscribe_form {
        margin-top: 25px;
    }
}

@media only screen and (max-width: 767px) {
    .subscribe_form {
        width: 100%;
    }
}

.subscribe_form form {
    width: 100%;
    position: relative;
    background: #ffffff;
    border-radius: 4px;
}

.subscribe_form form input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    /*color: #666;*/
    color: #a1a3a8;
}

.subscribe_form form input::-moz-placeholder {
    /* Firefox 19+ */
    color: #666;
}

.subscribe_form form input:-ms-input-placeholder {
    /* IE 10+ */
    color: #666;
}

.subscribe_form form input:-moz-placeholder {
    /* Firefox 18- */
    color: #666;
}

.subscribe_form form input {
    width: 100%;
    border: 1px solid #c8c8c8;
    background: none;
    padding: 0 15px 0 158px;
    height: 50px;
    font-size: 14px;
    color: #666;
    border-radius: 8px;
    text-align: right;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .subscribe_form form input {
        padding: 0 15px 0 125px;
    }
}

@media only screen and (max-width: 767px) {
    .subscribe_form form input {
        height: 40px;
        font-size: 12px;
        padding: 0 15px 0 106px;
    }
}

.subscribe_form form button {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 20px;
    width: 140px;
    background: #c40316;
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    height: 100%;
    border: 0;
    display: block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 8px 0 0 8px;
}

.subscribe_form form button:hover {
    color: #ffffff;
    background: #222222;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .subscribe_form form button {
        width: 110px;
    }
}

@media only screen and (max-width: 767px) {
    .subscribe_form form button {
        font-size: 12px;
        padding: 0 8px;
        width: 94px;
    }
}

.mailchimp-alerts {
    line-height: 2;
    position: relative;
    top: 10px;
}

.mailchimp-error {
    text-align: right;
    color: #c40316;
}

.mailchimp-success {
    text-align: right;
    max-width: 510px;
    color: green;
}

.mailchimp-success.active {
    margin-top: 20px;
}

.pd-r-l-responsive50 {
    padding-right: 20px;
    padding-left: 20px;
}

.shadow-radius {
    -webkit-box-shadow: 0 0px 4px 0 rgba(0, 0, 0,0.23) !important;
    box-shadow: 0 0px 4px 0 rgba(0, 0, 0,0.23) !important;
    border-radius: 16px;
    z-index: 3;
    position: relative;
    margin-top: 10px;
}

footer .app_img img {
    max-width: 100%;
}

footer .box-image-footer- {
    background: #f9f9f9;
    padding: 10px 0px;
    border: 1px solid #e3e3e3;
    height: 116px;
}
.noUi-handle {
  border-color: #df773b!important;
}
.noUi-connect {
    background: #df773b !important;
}
.menu-footer- ul li{
    display: inline-block;
    margin-left: 15px;
}
.footer_menu ul{
    margin-bottom: 15px;
}

.mb-15-{
    margin-bottom: 15px !important;
}
#mapid{
    height: 265px;
    border-radius: 10px;
}
.img-namad-f{
    /*margin-top: 20px;*/
}
.empty-product{
    text-align: center;
    margin: 50px auto 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.empty-product img{
    width: 100px;
    margin-right: auto;
    margin-left: auto;
}
.empty-product p{
    font-size: 16px;
    margin-top: 2rem;
}

.horizontal-menu .header-navbar.navbar-horizontal ul#main-menu-navigation > li > .dropdown-menu {
    margin-top: 0px !important;
}
.qty-box input {
    background-color: #fff;
    border: 0;
    outline: none;
    width: 50px;
    height: 40px;
    text-align: center;
    font-weight: 600;
    border: 1px solid #F0F2F3;
}

.qty-box .qty-add {
    border-right: 0;
    border-radius: 8px 0 0 8px;
}
.qty-box span {
    cursor: pointer;
    width: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #F0F2F3;
    font-size: 13px;
    background-color: #fff;
    transition: .3s;
}
.qty-box .qty-subtract {
    border-left: 0;
    border-radius: 0 8px 8px 0;
}
.order-textarea {
    width: 100%;
    height: 150px !important;
    outline: none;
    border: unset;
    padding: 14px;
    border-radius: 5px;
    background-color: #ffffff;
    border: 1px solid #e4e4e4;
    resize: none;
}
#newAddress input{
  width: unset !important;
}
#newAddress .icon-x{
    margin-right: 5px;
    font-size: 17px;
    color: red;

}
.delIcon{
    cursor: pointer;
}
#newAddress .vs-radio-con{
    margin-bottom: 10px;

}
.box-product-cart{
    align-items: center;
    display: flex;
    padding: 8px;
    /* border-radius: 5px; */
    border-bottom: 1px solid #ddd;
    justify-content: space-between;
}
.box-product-cart .img-box-cart{
    width: 60px;
    height: 60px;
    border-radius: 4px;
    overflow: hidden;
}
.box-product-cart .img-box-cart img{
    max-width: 100%;
    height: 100%;
    width: 100%;
}
.box-product-cart .title-box-cart{
    width: 40%;
}
@media (max-width: 600px) {
    .box-product-cart {
        justify-content: flex-start !important;
        flex-wrap: wrap;
    }
    .box-product-cart .title-box-cart{
        width: calc(100% - 70px);
    }
    .count-box-cart{
        margin-left: 10px;
        margin-right: 70px;
    }
    .img-box-cart{
        margin-left: 10px;
    }
}

@media (max-width: 350px) {
    .count-box-cart{
        margin-right: auto;
    }
}
.row-sabad-kharid{
    box-shadow: 0 0px 12px 0 hsla(0, 0%, 71%, 0.21);
    background-color: white;
    border-radius: 4px;
    padding: 15px;
}
.head-sabad{
    font-size: 1.25rem;
    color: #858585;
    border-bottom-style: solid;
    border-width: thin;
    margin: 5px 0px 20px 0px;
    padding-bottom: 10px;
}
.empty-sabad .empty-img{
    margin: 36px 0px 36px 0px;
    /*border-bottom-style: solid;*/
    /*border-width: 1px;*/
    padding-bottom: 20px;
}
.empty-sabad h4{
    color: red;
    font-size: 20px;
}

.acr-preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fbfbfb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 99999;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.top-menu- {
    margin-left: 5px;
    padding: 5px;
    font-size: 12px;
    color: white !important;
}

.top-menu-header {
    border-bottom: 1px solid #8e8e8e;
    border-top: 1px solid #8e8e8e;
    padding: 5px 0px;
    background-color: #2e335f;
    color: white;
}

.top-menu-social-network {
    margin-right: 10px;
    padding: 5px;
    font-size: 14px;
    color: white !important;
    direction: rtl;
}
@media(max-width: 992px){

    .top-menu-social-network {
        margin-top: 3px;
    }
    .dropdown-user-link span img{
        height: 30px;
        width: 30px;
    }
    .login-block {
        margin-right: auto;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .header-navbar .navbar-container .show .dropdown-menu {
        left: 0;
        right: 0 !important;
        float: none;
        width: auto;
        margin-top: 0;
        max-height: 400px;
        overflow-x: hidden;
    }
    .header-navbar .navbar-nav .show {
        position: static;
    }
    .responsive-cart-desk{
        display: none;
    }
    .user-name{
     color: #fff !important;
    }
    .dropdown-user-link{
        text-align: center !important;
    }
    .mobile-menu  .menu-toggle{
padding: 0px;
    }
    .search-block-first{
        display: none;
    }
    .responsive-logo-head-desk{
        display: none;
    }
.menu-login-reg- .menu-box-login- {
    height: 26px !important;
    line-height: 26px !important;
}
    .login-block-first{
        display: none;
    }
    .top-menu-header  ul.nav li a.dropdown-user-link {
        /*padding: 0.7rem 1rem;*/
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .top-menu-header .dropdown-toggle::after{
        content:""  !important;
        display: none;
    }
    .top-menu-header .dropdown-menu {
        z-index: 99999;
    }
    .top-menu-social-network{
        display: block;
    }

    .header-responsive1 {

        padding: 0px;
    }
}

@media (max-width: 768px) {
    .bg-new-home .ecome-heading p {
        margin: 0px !important;
    }

    .nav.nav-pills .nav-item .nav-link.active {
        /*color: #b82525 !important;*/
        color: #fff !important;
        border-bottom: 1px solid #c72b2b;
        padding-bottom: 5px !important;
        display: block;
    }
    .box-category-slider-home .ul_tab{
        display: flex;
        justify-content: center;
    }
    .category-icon- {
        width: 43px;
        height: 43px;
        padding: 5px;
    }
    .top-menu-social-network{
        font-size: 12px;
    }
    .login-block .menu-login-reg- .menu-box-login- a {
        font-size: 12px;
    }
    .header-navbar .navbar-container{
        padding-left: 1rem !important;
    }
}
.horizontal-menu-wrapper .main-menu{
    top:0px;
}
.position-un{
    position: unset;
}
.icon-menu-mobile-{
    font-size: 25px;
    margin-left: 10px !important;
}
.badge.badge-up {
    position: absolute;
    top: -1rem;
    left: -1rem;
    color: #fff;
}
.horizontal-menu-wrapper .header-navbar{
    background: #f5f5f9;
    border-bottom: 1px solid #d4d4d4;
    border-top: 1px solid #d4d4d4;
}
.icon-search-show{
    padding: 10px;
    font-size: 18px;
    cursor: pointer;
}
.login-block-first .dropdown-user-link {
    padding: 0.7rem 1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.menu-login-reg- .menu-box-login-{
    justify-content: flex-end;
}

@media(max-width: 576px){
    .hideMobileMenuF{
        display: none;
    }
    .menu-login-reg- .menu-box-login-{
        justify-content: center;
    }
    .top-menu-header  .top-menu-social-network{
text-align: center;
    }

    .login-block {
        margin: auto;
    }
}
.sticky-head-mobile {
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 999 ;
    /*height: 60px;*/
    /*background-color: #ffffff;*/
}

@media (max-width: 1199.98px) {

    body.horizontal-layout .header-navbar {
        border-bottom: 1px solid #ddd;
    }
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    pointer-events: unset !important;
}
.box-price-slide-{
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.bg-new-home{
    /*background: #f14344;*/
    background: #ef394e;

    border: 1px solid #f14344;
    /*background: #2e335f;*/
    /*border-radius: 10px;*/
    padding-top: 10px;
    margin-bottom: 25px;
    background-blend-mode: darken;
    background-image: url(../../../base_theme/v_theme/images/bg5.png);
    background-repeat: repeat-x;
}
.bg-new-home .ecome-heading p {
    font-size: 19px;
    background: #ef394e;
    color: #fff;
    font-weight: bold;
}


.footer_widgets{
    border-top: 1px solid #ddd;
}
.btn-success-profile {
    border: 1px solid #2e335f !important;
    color: #2e335f !important;
    background-color: #d6e0f747!important;
    font-weight: 600;
}
.btn-success-profile:hover{
    color: #fff;
}
#ecommerce-pagination .page-item {
    margin-left: 10px;
}

.datalist-pagination .page-item {
    margin-left: 10px;
}

.pagination .page-item:last-child:not(.next-item) .page-link {
    /* border-top-left-radius: 1.428rem; */
    /* border-bottom-left-radius: 1.428rem; */
    border-radius: 4px;
}
.pagination .page-item .page-link {
    border-radius: 4px;
}
.pagination .dis-page-link span {
    display: block;
    background-color: #f8f8f8;
    /* padding: 0.572rem 0.651rem; */
    border-radius: 4px;
    color: #c7c7c7;
    padding: 0.65rem 0.911rem;
}
.pagination .page-item.active .page-link {
    border-radius:4px;
    background-color: #2e335f;

}
.pagination .page-item:first-child:not(.prev-item) .page-link {
    /*border-top-right-radius: 1.428rem;*/
    /*border-bottom-right-radius: 1.428rem;*/
    border-radius: 4px;
}
.help-block-profile{
    /*display: none;*/
}

.noUi-target {
    position: relative;
    direction: rtl;
}
