#ContactForm .form-group{
    margin-bottom: 0px;
}

#ContactForm .form-control:focus{
    box-shadow: none;
}

#ContactForm input, #ContactForm textarea
{
    font-size: 14px;
    border-radius: 0px;
}

.mean-container .mean-bar {
    z-index: 2;
}

.sidebar-widget .sidebar-widget-list ul li a {
    margin-left: 5px;
}

.slider-content-5 .slider-btn a {
    font-size: 16px;
    color: #010101;
    display: inline-block;
    border: 1px solid #333;
    text-transform: uppercase;
    line-height: 1;
    padding: 19px 50px 21px;
}
.slider-content-5 .slider-btn a:hover {
    border: 1px solid #a749ff;
    color: #fff;
}

.product-wrap .product-img {
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.site_description{
    color: #7a7a7a;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    line-height: 28px;
}

.main-menu nav ul li.active a {
    color: #a749ff;
}
.mean-container .mean-nav ul li.active a {
    color: #a749ff;
}

.header-right-wrap .same-style.cart-wrap .shopping-cart-content.empty {
    height: 85px;
}

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

.footer-widget ul li.social a{
    display: inline-block;
    padding: 0 12px 0 0;
}

.product-wrap .product-img .btn-addtocart span{
    font-size: 16px;
    position: relative;
    top: 0;
    left: 0;
}

.contact-info-label{
    color: #313131;
}

.product-price .old{
    color: #8e8e8e;
}

.product-wrap .product-content .product-price .currency_symbol_left::before {
    background-color: transparent;
}

.product-wrap .product-content .product-price .old .currency_symbol_left{
    color: #8e8e8e;
    margin: 0 2px 0px 8px;
}

.contact-form .contact-form-style button {
    margin-top: 18px;
}

.sidebar-widget.categories .sidebar-widget-list ul li a{
    margin-left: 0px;
}

.parent-prefix-0{
    margin-left: 5px;
}

.parent-prefix-1{
    margin-left: 20px;
}

.parent-prefix-2{
    margin-left: 30px;
}

.parent-prefix-3{
    margin-left: 40px;
}

.product-details-img .shop-details-tab {
    margin-top: 0px;
}

.sidebar-widget .sidebar-widget-list ul li a.selected{
    color: #a749ff;
}

.sidebar-widget .sidebar-widget-list ul li a.selected span{
    color: #fff;
    background: #a749ff;
}

.table th, .table td, .table td p {
    font-size: 16px;
}

/*---------- product ----------*/
.product_price{
    margin: 15px 0 26px;
}
.price_current{
    font-size: 24px;
    color: #fe5252;
}
.price_old{
    color: #333;
    font-size: 18px;
    margin-left: 11px;
}
.product_price del {
    margin-right: 5px;
    margin-left: 3px;
}
.on_sale {
    display: inline-block;
    color: #388e3c;
    font-size: 14px;
}
.cart_extra {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 3.1rem;
    align-items: center;
}
.cart-product-quantity {
    margin: 0 1rem 0 0;
}
.quantity .minus, .quantity .plus {
    background-color: #fff;
    color: #8798a1;
    border: 1px solid #dae2e6;
    display: block;
    float: left;
    /* border-radius: 50px; */
    cursor: pointer;
    /* border: 0; */
    padding: 0;
    width: 30px;
    height: 46px;
    line-height: 36px;
    text-align: center;
    font-size: 20px;
    margin: 0px;
}
.quantity .qty {
    float: left;
    width: 40px;
    height: 46px;
    border: 1px solid #ddd;
    background-color: transparent;
    text-align: center;
    padding: 0;
    margin: 0px;
}
.btn-addtocart {
    color: #fff;
    font-size: 16px;
    height: 48px;
    /*line-height: 48px;*/
    display: block;
    width: 100%;
    text-align: center;
    text-transform: capitalize;
    background-color: #a749ff;
    /* background-color: transparent; */
    border-style: none;
    border-radius: 0px;
}
.btn-addtocart span{
    padding: 3px 5px; 
}
.btn-addtocart:hover {
    background-color: #000;
    color: #fff;
}
button[disabled=disabled].btn-addtocart {
    cursor: default;
    opacity: 0.7;
}
button[disabled=disabled].btn-addtocart:hover {
    border-color: #a749ff;
    background-color: #a749ff;
    color: #fff;
}
.product_add_to_cart .btn-addtocart{
    padding: 0 40px;
}
.product-wrap .product-img span {
    padding: 3px 5px; 
}
.custom_select select{
    height: 45px;
    box-shadow: none;
}
/*-----------------------------*/

/*------ cart empty -----------*/
.item-empty-area__icon i {
    font-size: 140px;
    line-height: 1;
}

.item-empty-area__text {
    font-size: 20px;
}

.item-empty-area__text a {
    margin-top: 30px;
    font-weight: 500;
    display: inline-block;
    background-color: #363f4d;
    color: #fff;
    font-size: 14px;
    padding: 10px 30px;
    -webkit-transition: .3s;
    transition: .3s;
}

.item-empty-area__text a:hover {
    background-color: #a749ff;
    color: #fff;
}

/*-------- cart ---------*/
.shopping-cart-img img{
    max-width: 75px;
}

.product-thumbnail img{
    max-width: 100px;
}
.cart-table-content table{
    width: 100%;
}
.cart-table-content table tbody > tr td.product-name {
    width: auto;
}
.cart-table-content table tbody > tr td.product-price-cart {
    width: auto;
}

.cart-table-content table tbody > tr td.product-quantity {
    width: auto;
}
.cart-table-content table tbody > tr td.product-remove {
    width: auto;
}
.grand-totall h4.grand-totall-title span {
    float: none;
}
.grand-totall h5 span {
    float: none;
    font-size: 20px;
}
.cart-total{
    display: inline-block;
    float: right; 
    font-size: 20px;
}
/*-------------------------------------*/

/* ------ pagination -------*/
.pagination{
    text-align: center;
    display: block;    
}
.page-item{
    display: inline-block;
    margin: 0 4px;
}
.page-item .page-link{
    font-size: 16px;
    border-radius: 43px;
    width: 43px;
    height: 43px;
    line-height: 43px;
    padding: 0px 16px;
    color: #a749ff;
    text-align: center;
    -webkit-box-shadow: none;
    box-shadow: 0 0px 12px 0.8px rgba(0, 0, 0, 0.1);
}
.page-item.active .page-link{
    background-color: #a749ff;
    border-color: #a749ff;
    color: #fff;
    box-shadow: none;
}
.page-item .page-link:hover{
    background-color: #a749ff;
    border-color: #a749ff;
    color: #fff;
    box-shadow: none;
}
.page-item:first-child .page-link {
    background-color: #f6f6f6;
    border-color: #f2ebeb;
    border-top-left-radius: 43px;
    border-bottom-left-radius: 43px;
    font-size: 25px;
    box-shadow: none;
}
.page-item:last-child .page-link {
    background-color: #f6f6f6;
    border-color: #f2ebeb;
    border-top-right-radius: 43px;
    border-bottom-right-radius: 43px;
    font-size: 25px;
    box-shadow: none;
}
.page-item:first-child .page-link:hover,
.page-item:last-child .page-link:hover {
    background-color: #a749ff;
    border-color: #a749ff;
}
/* ---------------------------*/

.medium_divider {
    height: 40px;
}

.discount_coupon_box input{
    height: 45px;
}

.discount_coupon_box .btn-fill-out {
    padding: 9px 25px;
}

/*--- checkout-login ------*/
.toggle_info {
    padding: 20px;
    background-color: #f7f7f7;
}
.toggle_info span {
    padding-left: 25px;
    display: inline-block;
    width: 100%;
    position: relative;
    color: #687188;
    font-size: 16px;
}
.toggle_info span a{
    font-size: 18px;
    color: #232323;
}
.toggle_info span a:hover{
    color:#007bff;
}
/*------------------------*/

/*--- header cart ----*/
.totals_cart_discount .shop-total{
    color: red;
}
.header-right-wrap .same-style.cart-wrap .shopping-cart-content .shopping-cart-total h4 {
    margin-bottom: 5px;
}
/*--------------------*/

/*--- main cart ---*/
.main_cart_totals_wrapper{
    margin-top: 20px;
    margin-bottom: 20px;
}

.main_cart_totals_wrapper .totals_cart_total{
    color: #a749ff;
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 25px;
}

.main_cart_totals_wrapper .totals_cart_discount{
    color: #dc3545;
}
.main_cart_totals_wrapper .totals_item{
    padding: 5px 0px;
}
/*-----------------*/

/*------ products left-categories collapsable ---------*/
.widget-categories{
    display: table;
    width: 100%;
}

.widget-categories .widget-title {
    float: left;
    width: 100%;
    font-size: 17px;
}
/* .widget.widget-categories{
    margin-bottom: 10px;    
} */
.sidebar-widget-list-left a{
    padding-bottom: 10px;
    width: 100%;
}

.widget-categories .widget-body {
    padding-top: 1.3rem;
    padding-bottom: .5rem;
}
.widget-categories .cat-list li {
    margin-bottom: 15px;
}
.widget-categories ul li a span.category-count {
    color: #9a9a9a;
    font-weight: 500;
    background-color: #eeeeee;
    width: 30px;
    height: 20px;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    border-radius: 50px;
    float: right;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.widget-categories ul li a:hover span.category-count {
    color: #fff;
    background-color: #a749ff;
}

.filter_collapse li {
    margin-left: 15px;
}

.sidebar_categories .sidebar_categories_title.selected>a {
    color: #a749ff;
}

.sidebar_category_item .sidebar_categories_title a {
    font-size: 14px;
}

.parent-prefix-0 > .sidebar_categories_title > a {
    font-size: 16px;
}
/*-----------------------------------------------------*/