/*--------------------------- Color variations ----------------------*/
/*--------------------------- Fonts ----------------------*/
@import url("https://fonts.googleapis.com/css?family=Poppins:500,700|Roboto:400,500");
/* Medium Layout: 1280px */
/* Tablet Layout: 768px */
/* Mobile Layout: 320px */
/* Wide Mobile Layout: 480px */
/* Section Gaps css
============================================================================================ */
.no-padding {
    padding: 0; }

.section_gap {
    padding: 100px 0; }
@media (max-width: 991px) {
    .section_gap {
        padding: 80px 0; } }

.section_gap_top_75 {
    padding: 75px 0; }
@media (max-width: 991px) {
    .section_gap_top_75 {
        padding: 70px 0; } }

.section_gap_75 {
    padding: 75px 0; }
@media (max-width: 991px) {
    .section_gap_75 {
        padding: 70px 0; } }

.section_gap_top {
    padding-top: 100px; }
@media (max-width: 991px) {
    .section_gap_top {
        padding-top: 80px; } }

.section_gap_bottom {
    padding-bottom: 100px; }
@media (max-width: 991px) {
    .section_gap_bottom {
        padding-bottom: 80px; } }

.gray-bg {
    background: #f9f9ff; }

/* Section title css
============================================================================================ */
.section-title {
    margin-bottom: 50px;
}
.section-title h1 {
    font-size: 36px;
}
.section-title p {
    margin-bottom: 0;
}

/* Start Gradient Area css
============================================================================================ */
.gradient-bg, .nav-icon, .primary-btn, .add-bag .add-btn, .single-product .product-details .prd-bottom .social-info span:after, .grid-btn:hover, .list-btn:hover, .grid-btn.active, .list-btn.active, .pagination a.active, .pagination a:hover, .s_Product_carousel .owl-dots div.active, .s_product_text .card_area .icon_btn:after, .product_description_area .nav.nav-tabs li a.active, .single-footer-widget .click-btn {
    background: #4b47c0 !important;
}

.gradient-bg-reverse, #search_input_box {
    background: #4b47c0 !important;
}

/*--- preloader start ---*/

#preloader{
    position:fixed;
    inset:0;
    background:#fff;
    z-index:999999;
}

.cube{
    width:40px;
    height:40px;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%) rotate(45deg);
}

.cube div{
    width:20px;
    height:20px;
    background:#4b47c0;
    position:absolute;
    animation:cube 1.2s infinite ease-in-out;
}

.cube div:nth-child(2){ left:20px; animation-delay:0.15s;}
.cube div:nth-child(3){ top:20px; animation-delay:0.3s;}
.cube div:nth-child(4){ left:20px; top:20px; animation-delay:0.45s;}

@keyframes cube{
    0%,70%,100%{ transform:scale(1); }
    35%{ transform:scale(0); }
}


/*--- end of preloader ---*/

/* Start primary btn css
============================================================================================ */
.primary-btn {
    position: relative;
    overflow: hidden;
    color: #fff;
    padding: 0 30px;
    line-height: 50px;
    border-radius: 50px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 500;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.primary-btn:before {
    position: absolute;
    left: -145px;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: #000;
    opacity: 0;
    -webkit-transform: skew(40deg);
    -moz-transform: skew(40deg);
    -ms-transform: skew(40deg);
    -o-transform: skew(40deg);
    transform: skew(40deg);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.primary-btn:hover {
    color: #fff;
}

.primary-btn:hover:before {
    left: 320px;
    opacity: .3;
}

.primary-btn-outline {
    position: relative;
    overflow: hidden;
    color: #4b47c0;
    background: transparent;
    border: 1px solid #4b47c0;
    padding: 0 30px;
    line-height: 50px;
    border-radius: 50px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 500;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.primary-btn-outline:before {
    position: absolute;
    left: -145px;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: #000;
    opacity: 0;
    -webkit-transform: skew(40deg);
    -moz-transform: skew(40deg);
    -ms-transform: skew(40deg);
    -o-transform: skew(40deg);
    transform: skew(40deg);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.primary-btn-outline:hover {
    color: #fff;
    background: -webkit-#4b47c0 !important;
    background: -moz-#4b47c0 !important;
    background: -o-#4b47c0 !important;
    background: #4b47c0 !important;
}

.primary-btn-outline:hover:before {
    left: 240px;
    opacity: .3;
}

body {
    line-height: 24px;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #777777;
    background: #fff; }

html,
body {
    height: 100%; }

ul {
    margin: 0;
    padding: 0;
    list-style: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
    /*color: #222222;*/
    color: #4b47c0;
    font-weight: 500;
    line-height: 1.2 !important; }

h6 {
    color: #222222;
}

.list {
    list-style: none;
    margin: 0px;
    padding: 0px; }

a {
    text-decoration: none;
    transition: all 0.3s ease-in-out; }
a:hover, a:focus {
    text-decoration: none;
    outline: none; }

button:focus {
    outline: none;
    box-shadow: none; }

.overflow-hidden {
    overflow: hidden; }

.text-heading {
    margin-bottom: 30px;
    font-size: 24px; }

b, sup, sub, u, del {
    color: #4b47c0; }

h1 {
    font-size: 36px; }

h2 {
    font-size: 30px; }

h3 {
    font-size: 24px; }

h4 {
    font-size: 18px; }

h5 {
    font-size: 16px; }

h6 {
    font-size: 14px; }

h1, h2, h3, h4, h5, h6 {
    line-height: 1.5em; }

.typography h1, .typography h2, .typography h3, .typography h4, .typography h5, .typography h6 {
    color: #777777; }

/*=========== Navbar area start ============*/
.header_area {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    height: 187px;
    transition: background 0.4s, all 0.3s linear;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.header_area .main_menu .main_box {
    background: #4b47c0 !important;
    margin: 0px auto 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.header_area .navbar {
    background: #fff;
    padding: 0px;
    border: 0px;
    border-radius: 0px; }
@media (max-width: 991px) {

    .header_area .navbar .navbar-collapse {
        margin-top: 30px;
    }

    .header_area .navbar .navbar-collapse .nav-item {
        padding: 10px;
    }
}

.header_area .navbar .navbar-toggler .icon-bar {
    /*color: #fff;*/
    height: 2px;
    width: 20px;
    content: "";
    background: #fff;
    display: block;
    margin: 5px;
}

.header_area .navbar .nav .nav-item {
    position: relative;
    /*width: 100px;*/
    margin-right: 35px;
}

.header_area .navbar .nav .nav-item::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 7px;
    width: 0;
    height: 2px;
    background-color: #fff;
    transition: width .3s ease-in-out;
    transform: translateX(-50%);
}

.header_area .navbar .nav.navbar-right .nav-item::after {
    bottom: 16px;
}

.user-nav::after {
    bottom: 0px !important;
}

.header_area .navbar .nav .nav-item:hover::after {
    width: 80%;
}

.header_area .navbar .nav .nav-item.user-nav:hover::after {
    width: 100% !important;
}

.header_area .navbar .nav .nav-item.active::after {
    width: 80%;
}

.header_area .navbar .nav .nav-item .nav-link {
    text-transform: uppercase;
    padding: 0px;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    width: 100%;
    text-align: center;
}

.header_area .navbar .nav .nav-item-outline {
    position: relative;
    width: 100px;
    background: #fff;
    border-radius: 50px;
    border: 1px solid #fff;
}
.header_area .navbar .nav .nav-item-outline .nav-link {
    transition: .5s ease;
    color: #4b47c0;
}
.header_area .navbar .nav .nav-item-outline:hover,
.header_area .navbar .nav .nav-item-outline.active {
    transition: .4s ease;
    background: transparent;
}
.header_area .navbar .nav .nav-item-outline.active:hover {
    background: #fff;
}
.header_area .navbar .nav .nav-item-outline.active:hover .nav-link {
    color: #4b47c0 !important;
    transition: .5s ease;

}
.header_area .navbar .nav .nav-item-outline:hover .nav-link {
    transition: .5s ease;
    color: #fff !important;
}
.header_area .navbar .nav .nav-item-outline.active:hover::after {
    transition: .5s ease;
    background: #4b47c0 !important;
}

.fs-17 {
    font-size: 17px !important;
}

@media (min-width: 991px) {
    .header_area .navbar .nav .nav-item .nav-link {
        padding: 10px 0;
    }
}

.header_area .navbar .nav .nav-item .nav-link:after {
    display: none;
}

.header_area .navbar .nav .nav-item:hover .nav-link,
.header_area .navbar .nav .nav-item.active .nav-link {
    color: #fff;
}

.header_area .navbar .nav .nav-item:hover .nav-link {
    font-size: 15px;
}

.header_area .navbar .nav .nav-item.submenu {
    position: relative;
}

.header_area .navbar .nav .nav-item.submenu ul {
    border: none;
    padding: 0px;
    border-radius: 0px;
    box-shadow: none;
    margin: 0px;
    background: #fff;
}

@media (min-width: 992px) {
    .header_area .navbar .nav .nav-item.submenu ul {
        /*background: -webkit-#4b47c0 !important;*/
        /*background: -moz-#4b47c0 !important;*/
        /*background: -o-#4b47c0 !important;*/
        /*background: #4b47c0 !important;*/
        position: absolute;
        top: 140%;
        left: 0px;
        min-width: 200px;
        text-align: left;
        opacity: 0;
        -webkit-transition: visibility 0.5s ease;
        -moz-transition: visibility 0.5s ease;
        -o-transition: visibility 0.5s ease;
        transition: visibility 0.5s ease;
        visibility: hidden;
        display: block;
    }

    .header_area .navbar .nav .nav-item.submenu .user {
        top: 100%;
    }
}

.header_area .navbar .nav .nav-item.submenu ul:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #eeeeee transparent transparent transparent;
    position: absolute;
    right: 24px;
    top: 45px;
    z-index: 3;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item {
    display: block;
    float: none;
    margin-right: 0px;
    border-bottom: 1px solid #ededed;
    margin-left: 0px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item.active {
    background: #4b47c0;
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item.active .nav-link {
    color: #fff;
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item .nav-link {
    line-height: 45px;
    padding: 0px 30px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    display: block;
    margin-right: 0px;
    color: #4b47c0 !important;
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item:last-child {
    border-bottom: none;
}

.header_area .navbar .nav .nav-item.submenu ul .nav-item:hover .nav-link {
    background: #4b47c0;
    color: #fff !important;
}

@media (min-width: 992px) {
    .header_area .navbar .nav .nav-item.submenu:hover ul {
        visibility: visible;
        opacity: 1;
    }
}

.header_area .navbar .nav .nav-item.submenu:hover ul .nav-item {
    margin-top: 0px;
}

.header_area .navbar .nav .nav-item:last-child {
    margin-right: 0px;
}

.navbar-brand img {
    width: 175px;
}

@media (min-width: 991px) {
    .navbar-brand {
        padding-left: 30px;
    }

    .navbar-expand-lg .navbar-collapse {
        margin-left: 75px;
    }

    .header_area .navbar .nav.navbar-nav.navbar-right {
        display: -webkit-inline-box;
    }
}

.header_area .navbar .nav.navbar-nav.navbar-right li {
    margin-left: 25px;
    margin-right: 0px;
}

@media (max-width: 991px) {
    .header_area .navbar .nav.navbar-nav.navbar-right li {
        margin-left: 0px;
    }
}

.header_area .navbar .nav.navbar-nav.navbar-right li span {
    color: #fff;
    line-height: 80px;
    font-weight: 500;
}

.header_area .navbar .nav.navbar-nav.navbar-right li span:hover,
.header_area .navbar .nav.navbar-nav.navbar-right li:hover span {
    color: #fff;
}

.header_area .navbar .nav.navbar-nav.navbar-right .search {
    background: transparent;
    border: 0;
    cursor: pointer;
    padding: 0;
}

.search_form {
    width: 50%;
    position: relative;
}

.search_input_box {
    border: 0px;
    outline: 0px;
    width: 100%;
    border-radius: 20px;
    padding: 7px 15px;
    font-size: 17px;
}

.search_btn {
    position: absolute;
    top: 7px;
    right: 10px;
    border: 0px;
    background: transparent;
    cursor: pointer;
}

@media (max-width: 575px) {
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
        padding: 0px 15px;
    }
}

/* =========== Navbar area end ===========*/

/* banner area css
============================================================================================ */
.banner-area.organic-breadcrumb {
    display: none;
}
.banner-area .active-banner-slider .owl-nav {
    position: absolute;
    right: 0;
    position: absolute;
    top: 50%;
    left: 0px;
    display: flex;
    justify-content: space-between;
    transform: translate(0%, -20px);
}

.banner-outer {
    background: url('../img/header-img.png');
    background-position: left;
    background-repeat: no-repeat;
    padding: 8px;
    border-radius: 20px;
}

.active-banner-slider {
    border-radius: 20px;
}

@media (max-width: 1920px) {
    .banner-area .active-banner-slider .owl-nav {
        right: -115px;
    }
}

@media (max-width: 1680px) {
    .banner-area .active-banner-slider .owl-nav {
        right: 0px;
    }
}

@media (max-width: 991px) {
    .banner-area .active-banner-slider .owl-nav {
        display: none;
    }
}

.slider-img {
    border-radius: 20px;
}
.banner-area .active-banner-slider .owl-nav .owl-prev,
.banner-area .active-banner-slider .owl-nav .owl-next {
    display: inline-block;
    margin: 10px;
    opacity: .7;
    background: #4b47c0;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.banner-area .active-banner-slider .owl-nav .owl-prev:hover,
.banner-area .active-banner-slider .owl-nav .owl-next:hover {
    opacity: 1;
}

.banner-area .active-banner-slider .owl-nav .owl-prev img,
.banner-area .active-banner-slider .owl-nav .owl-next img {
    width: 40px;
}

@media (max-width: 991px) {
    .banner-area .banner-content {
        padding-left: 0; } }
.banner-area .banner-content h1 {
    font-size: 60px;
    line-height: 66px;
    font-weight: 700;
    padding-top: 25px;
    /*margin-bottom: 30px; */
}
@media (max-width: 767px) {
    .banner-area .banner-content h1 {
        font-size: 35px;
        line-height: 46px; } }
.banner-area .banner-content p {
    margin: 0; }
@media (max-width: 991px) {
    .banner-area .banner-img {
        display: none; }
}

.discount-img {
    border-radius: 20px;
    height: 269px;
    /*padding: 10px;*/
}

.discount-img img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    border-radius: 20px;
}

/* ========= breadcrumb area start ==========*/
.breadcrumb-banner {
    padding: 10px;
    background: #4b47c0 !important
}
.breadcrumb-banner a {
    display: inline-block;
    color: #fff;
    font-weight: 400;
}
.breadcrumb-banner a span {
    display: inline-block;
    margin: 0 10px;
}
.breadcrumb-banner .col-first {
    padding-right: 15px; }
@media (max-width: 1680px) {
    .breadcrumb-banner .col-first {
        padding-right: 40px; } }
@media (max-width: 991px) {
    .breadcrumb-banner .col-first {
        width: 48%; } }
@media (max-width: 767px) {
    .breadcrumb-banner .col-first {
        width: 100%; }
}

.p1-gradient-bg,
.details-tab-navigation .nav-link:hover,
.details-tab-navigation .nav-link.active,
.quick-view-carousel-details .owl-controls .owl-dots .owl-dot.active:after,
.organic-body .quick-view-carousel .owl-controls .owl-dots .owl-dot.active:after,
.organic-body .organic,
.organic-body .organic:hover,
.checkput-login .top-title,
.register-form,
.mini-cart-2a.mini-cart-1 .mini-border,
.mini-cart-2a.mini-cart-2 .mini-border,
.mini-cart-2a.mini-cart-3 .mini-border,
.mini-cart-2a.mini-cart-4 .mini-border,
.mini-cart.mini-cart-1 .mini-border,
.mini-cart.mini-cart-2 .mini-border,
.mini-cart.mini-cart-3 .mini-border,
.mini-cart.mini-cart-4 .mini-border,
.item-cart,
.submit-btn,
.submit-btn.color-1,
.submit-btn.color-2,
.submit-btn.color-3,
.submit-btn.color-4,
.view-btn.color-1:after,
.view-btn.color-2:after,
.view-btn.color-3:after,
.view-btn.color-4:after,
.organic-section-title-left .carousel-trigger
.prev-trigger:after,
.organic-section-title-left .carousel-trigger .next-trigger:after,
.single-search-product:before,
.single-organic-product:after,
.single-organic-product .bottom,
.single-organic-product:hover .discount, .single-furniture-product .bottom, .single-furniture-product:hover .discount, .single-sidebar-product:before, .single-organic-product-list:after {
    background-image: -moz-linear-gradient(45deg, #f6463d 0%, #f6398d 45%, #f52cdc 100%);
    background-image: -webkit-linear-gradient(45deg, #f6463d 0%, #f6398d 45%, #f52cdc 100%);
    background-image: -ms-linear-gradient(45deg, #f6463d 0%, #f6398d 45%, #f52cdc 100%); }

.p1-gradient-color, .organic-body .quick-view-content .price span, .organic-body .quick-view-content .category span, .organic-body .quick-view-content .view-full, .organic-product-top .single-product-top:hover .product-title, .tab-navigation .nav-link:hover, .tab-navigation .nav-link.active, .mini-cart-2a.mini-cart-1 .middle h5 a:hover, .mini-cart-2a.mini-cart-1 .cross span:hover, .mini-cart-2a.mini-cart-2 .middle h5 a:hover, .mini-cart-2a.mini-cart-2 .cross span:hover, .mini-cart-2a.mini-cart-3 .middle h5 a:hover, .mini-cart-2a.mini-cart-3 .cross span:hover, .mini-cart-2a.mini-cart-4 .middle h5 a:hover, .mini-cart-2a.mini-cart-4 .cross span:hover, .mini-cart.mini-cart-1 .middle h5 a:hover, .mini-cart.mini-cart-1 .cross span:hover, .mini-cart.mini-cart-2 .middle h5 a:hover, .mini-cart.mini-cart-2 .cross span:hover, .mini-cart.mini-cart-3 .middle h5 a:hover, .mini-cart.mini-cart-3 .cross span:hover, .mini-cart.mini-cart-4 .middle h5 a:hover, .mini-cart.mini-cart-4 .cross span:hover, .single-search-product .desc .title:hover, .single-sidebar-product .desc .title:hover {
    background: -moz-linear-gradient(45deg, #f6463d 0%, #f6398d 45%, #f52cdc 100%);
    background: -webkit-linear-gradient(45deg, #f6463d 0%, #f6398d 45%, #f52cdc 100%);
    background: -ms-linear-gradient(45deg, #f6463d 0%, #f6398d 45%, #f52cdc 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }

/* ========= breadcrumb area start ==========*/

/* ========= 2nd banner area start ==========*/
.second-banner {
    width: 925px;
    height: 250px;
}
.second-banner img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    /*object-fit: cover;*/
}
/* ========= 2nd banner area end ==========*/


/* ========= banner area end ==========*/

/* start features area css
============================================================================================ */
@media (max-width: 768px) {
    .features-area {
        padding-top: 0; } }
.features-area .col-lg-3:last-child .single-features {
    border-right: 0; }
@media (max-width: 575px) {
    .features-area .col-lg-3:last-child .single-features {
        margin-top: 30px; } }
.features-area .col-lg-3:nth-child(3) .single-features,
.features-area .col-lg-3:nth-child(4) .single-features {
    margin-bottom: 0; }

.features-inner {
    padding: 40px 0; }

.single-features {
    text-align: center;
    border-right: 1px solid #eeeeee; }
@media (max-width: 991px) {
    .single-features {
        border-right: none;
        margin-bottom: 30px; } }
.single-features .f-icon {
    margin-bottom: 20px; }
.single-features .f-icon img {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
.single-features h6 {
    font-size: 16px;
    margin-bottom: 0; }
.single-features p {
    margin-bottom: 0; }
.single-features:hover .f-icon img {
    opacity: .5; }

/* start features area css
============================================================================================ */

/* start category area css
============================================================================================ */
.single-deal {
    position: relative;
    margin-bottom: 30px; }
.single-deal .overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: rgba(255, 61, 33, 0.8);
    opacity: 0.5;
    visibility: hidden;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
.single-deal .deal-details {
    position: absolute;
    left: 50%;
    top: 115%;
    display: inline-block;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
.single-deal .deal-details h6 {
    color: #fff;
    text-transform: uppercase; }
.single-deal:hover .overlay {
    opacity: .5;
    visibility: visible; }
.single-deal:hover .deal-details {
    top: 50%;
    opacity: 1;
    visibility: visible; }

/* end category area css
============================================================================================ */

/* start product area css
============================================================================================ */
.active-product-area {
    padding-top: 70px;
    padding-bottom: 50px;
    height: 633px;
}
.active-product-area .owl-nav div {
    position: absolute;
    left: 35%;
    top: 7%;
    opacity: .5; }
.active-product-area .owl-nav div:hover {
    opacity: 1; }

@media (max-width: 1440px) {
    .active-product-area .owl-nav div {
        left: 30%; } }
@media (max-width: 1200px) {
    .active-product-area .owl-nav div {
        left: 28%; } }
@media (max-width: 991px) {
    .active-product-area .owl-nav div {
        top: 3%;
        left: 25%; } }
@media (max-width: 870px) {
    .active-product-area .owl-nav div {
        left: 15%; } }
@media (max-width: 767px) {
    .active-product-area .owl-nav div {
        left: 10%;
        top: 2%;
        margin-top: -25px; } }
@media (max-width: 570px) {
    .active-product-area .owl-nav div {
        left: 37%;
        top: 1%;
        margin-top: -25px; } }
@media (max-width: 480px) {
    .active-product-area .owl-nav div {
        margin-top: -20px;
        left: 28%; } }
.active-product-area .owl-nav .owl-next {
    left: auto;
    right: 35%; }
@media (max-width: 1440px) {
    .active-product-area .owl-nav .owl-next {
        right: 30%; } }
@media (max-width: 1200px) {
    .active-product-area .owl-nav .owl-next {
        right: 28%; } }
@media (max-width: 991px) {
    .active-product-area .owl-nav .owl-next {
        top: 3%;
        right: 25%; } }
@media (max-width: 870px) {
    .active-product-area .owl-nav .owl-next {
        right: 15%; } }
@media (max-width: 767px) {
    .active-product-area .owl-nav .owl-next {
        right: 10%;
        top: 2%;
        margin-top: -25px; } }
@media (max-width: 570px) {
    .active-product-area .owl-nav .owl-next {
        right: 37%;
        top: 1%;
        margin-top: -25px; } }
@media (max-width: 480px) {
    .active-product-area .owl-nav .owl-next {
        margin-top: -20px;
        right: 28%; } }

.single-product {
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
}
.single-product img {
    height: 200px;
    object-fit: contain !important;
    width: 100% !important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.single-product .product-details {
    padding: 10px;
    background: #f8f9fa;
    border-top: 2px solid #ccc;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.single-product .product-details h6 {
    font-size: 16px;
    height: 21px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-transform: uppercase;
    margin: 0px;
}
.single-product .product-details .price {
    height: 26px;
    margin: 6px 0px;
}
.single-product .product-details .price h6 {
    font-size: 14px;
    display: inline-block;
    padding-right: 15px;
    margin: 0;
}
.single-product .product-details .price .l-through {
    text-decoration: line-through;
    color: #cccccc;
    margin-bottom: 0;
}
.single-product .product-details .prd-bottom {
    position: relative;
    margin-top: 8px;
}

.single-product:hover .single-product img,
.single-product img:hover {
    transform: scale(1.05);
    transition: 1s ease;
}

.single-product .product-details .prd-bottom .social-info {
    position: relative;
    display: inline-block;
    width: 35px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    overflow: hidden;
}
.single-product .product-details .prd-bottom .social-info span {
    position: relative;
    height: 30px;
    width: 30px;
    line-height: 30px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    /*background: #828bb2;*/
    color: #777777;
    border: 1px solid #777777;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 1;
}
.single-product .product-details .prd-bottom .social-info:hover span {
    color: #fff;
    border: 1px solid #4b47c0;
}
.single-product .product-details .prd-bottom .social-info span:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}
.single-product .product-details .prd-bottom .social-info .hover-text {
    position: absolute;
    left: 0;
    top: 3px;
    width: 100px;
    left: -40px;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 12px;
    color: #222222;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    opacity: 0;
    visibility: hidden;
}

.single-product .product-details .prd-bottom .social-info:hover {
    width: 115px;
}

.single-product .product-details .prd-bottom .social-info2:hover {
    width: 100px !important;
}

.single-product .product-details .prd-bottom .social-info:hover span:after {
    opacity: 1;
    visibility: visible;
}
.single-product .product-details .prd-bottom .social-info:hover .hover-text {
    opacity: 1;
    visibility: visible;
    left: 40px;
    color: #000;
}

/* end product area css
============================================================================================ */

@media (max-width: 767px) {
    .single-img {
        min-width: 50%;
    }
}
.single-img img {
    opacity: .2;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
@media (max-width: 800px) {
    .single-img img {
        margin-bottom: 40px; } }
.single-img img:hover {
    opacity: .8; }

.single-related-product {
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
.single-related-product .desc {
    margin: 10px 0px 10px 15px; }
.single-related-product .price h6 {
    font-size: 14px;
    display: inline-block;
    padding-right: 10px;
    margin-bottom: 0px; }
.single-related-product .price .l-through {
    text-decoration: line-through;
    color: #cccccc;
    margin-bottom: 0; }
.single-related-product a {
    color: #222222;
    text-transform: uppercase; }
.single-related-product:hover .desc a {
    color: #4b47c0; }
.deal-image img{
    width: 70px;
    height: 70px;
    object-fit: contain;
}
@media (max-width: 991px) {
    .ctg-right {
        display: none; } }
.details-tab-navigation {
    background: #f9fafc; }
.details-tab-navigation .nav-tabs {
    border: none; }
.details-tab-navigation .nav-link {
    border: 1px solid #eee;
    background: #fff;
    color: #000;
    padding: 0 30px;
    line-height: 35px;
    margin: 10px 3px;
    border-radius: 0px; }
.details-tab-navigation .nav-link:hover {
    color: #fff;
    border: 1px solid transparent; }
.details-tab-navigation .nav-link.active {
    color: #fff;
    border: 1px solid transparent; }

.description {
    padding: 30px;
    border: 1px solid #eee;
    border-top: 0px; }

.specification-table {
    padding: 30px;
    border: 1px solid #eee;
    border-top: 0px; }
.specification-table .single-row {
    padding: 10px 0;
    border-bottom: 1px solid #eee; }
.specification-table .single-row span {
    width: 50%; }
.specification-table .single-row span:first-child {
    margin-left: 50px; }
.specification-table .single-row:last-child {
    border-bottom: 0px; }

.review-wrapper {
    padding: 30px;
    border: 1px solid #eee;
    border-top: 0px; }

.review-overall {
    width: 235px;
    padding: 30px 0;
    border: 1px solid #eee;
    background: #f9fafc;
    text-align: center; }
.review-overall h3 {
    font-weight: 500; }
.review-overall .main-review {
    color: #4b47c0;
    font-size: 48px;
    font-weight: 700;
    padding: 15px 0; }

.review-count {
    margin-left: 30px; }
.review-count h4 {
    margin-bottom: 5px; }

.single-review-count .total-star {
    margin: 0 10px; }

.total-star i {
    display: inline-block;
    margin: 0 1px;
    color: #cccccc; }
.total-star.five-star i:nth-child(-n + 5) {
    color: #fbd600; }
.total-star.four-star i:nth-child(-n + 4) {
    color: #fbd600; }
.total-star.three-star i:nth-child(-n + 3) {
    color: #fbd600; }
.total-star.two-star i:nth-child(-n + 2) {
    color: #fbd600; }
.total-star.one-star i:nth-child(-n + 1) {
    color: #fbd600; }

.total-comment {
    margin-top: 30px; }
.total-comment .single-comment .user-details img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin-right: 20px; }
.total-comment .single-comment .user-details .user-name h5 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px; }
.total-comment .single-comment .user-comment {
    margin-top: 15px;
    margin-bottom: 30px; }

.main-form {
    text-align: right; }
.main-form .view-btn {
    border: 0px;
    cursor: pointer;
    margin-top: 10px; }

.common-input {
    display: block;
    width: 100%;
    border: 1px solid #eee;
    line-height: 40px;
    padding: 0 30px;
    margin-top: 10px; }
.common-input:focus {
    outline: none; }
.common-input.mt-20 {
    margin-top: 20px; }

.common-textarea {
    display: block;
    width: 100%;
    height: 100px;
    border: 1px solid #eee;
    padding: 10px 30px;
    margin-top: 10px; }
.common-textarea:focus {
    outline: none; }

.reply-comment {
    margin-left: 30px; }

.quick-view-carousel-details {
    position: relative; }
.quick-view-carousel-details .item {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
    height: 600px;
    display: block; }
.quick-view-carousel-details .owl-controls {
    position: absolute;
    bottom: 20px;
    right: 20px; }
.quick-view-carousel-details .owl-controls .owl-dots .owl-dot {
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-left: 10px; }
.quick-view-carousel-details .owl-controls .owl-dots .owl-dot:nth-child(1) {
    background: url(../img/ob1.jpg);
    margin-left: 0; }
.quick-view-carousel-details .owl-controls .owl-dots .owl-dot:nth-child(2) {
    background: url(../img/ob2.jpg); }
.quick-view-carousel-details .owl-controls .owl-dots .owl-dot:nth-child(3) {
    background: url(../img/ob3.jpg); }
.quick-view-carousel-details .owl-controls .owl-dots .owl-dot.active {
    position: relative; }
.quick-view-carousel-details .owl-controls .owl-dots .owl-dot.active:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: .8;
    left: 0;
    top: 0; }

.organic-body .quick-view-carousel .owl-controls .owl-dots .owl-dot:nth-child(1) {
    background: url(../img/organic-food/ob1.jpg);
    margin-left: 0; }
.organic-body .quick-view-carousel .owl-controls .owl-dots .owl-dot:nth-child(2) {
    background: url(../img/organic-food/ob2.jpg); }
.organic-body .quick-view-carousel .owl-controls .owl-dots .owl-dot:nth-child(3) {
    background: url(../img/organic-food/ob3.jpg); }
.organic-body .organic span {
    color: #fff; }

.organic-product-top .single-product-top {
    height: 500px;
    padding: 40px;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important; }
.organic-product-top .single-product-top.middle {
    height: 235px; }
.organic-product-top .single-product-top .product-title {
    position: relative;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 21px; }

.tab-navigation .nav-tabs {
    border: none; }
.tab-navigation .nav-link {
    border: none;
    background: #f9fafc;
    padding: 0 30px;
    line-height: 35px;
    margin: 10px 3px;
    border-radius: 3px; }
.tab-navigation .nav-link:hover {
    */
}
.tab-navigation .nav-link.active {
    */
}

.category-list .single-product {
    margin-top: 30px; }

label {
    margin-bottom: 0; }

.view-btn {
    border-radius: 0px;
    box-shadow: none;
    border: 1px solid #eee;
    padding: 0 30px;
    cursor: pointer;
    min-width: 172px; }
.view-btn.color-2:after {
    border-radius: 0; }
.view-btn span {
    font-weight: 400; }

.billing-form-page .common-input {
    padding: 0 15px; }
.billing-form-page .common-textarea {
    padding: 10px 15px; }
.billing-form-page .view-btn {
    border-radius: 0px;
    box-shadow: none;
    border: 1px solid #eee;
    padding: 0 30px;
    cursor: pointer;
    min-width: 172px; }
.billing-form-page .view-btn.color-2:after {
    border-radius: 0; }
.billing-form-page .view-btn span {
    font-weight: 400; }

.checkput-login .top-title {
    padding: 10px 15px; }
.checkput-login .top-title p {
    margin: 0;
    color: #fff; }
.checkput-login .top-title p a {
    color: #fff;
    text-decoration: underline; }

.checkout-login-collapse {
    padding: 20px; }

.pixel-checkbox + label {
    margin-left: 10px; }

.billing-title {
    border-bottom: 1px solid #ddd;
    line-height: 1.3em;
    padding-bottom: 10px; }
.billing-title.pl-15 {
    padding-left: 15px; }

.billing-form .common-input {
    margin-top: 20px; }
.billing-form .sorting {
    margin-top: 20px;
    margin-right: 0; }
.billing-form .sorting .nice-select {
    width: 100%; }
.billing-form .sorting .nice-select .list {
    width: 100%; }

.order-wrapper {
    background: #f9fafc;
    padding: 20px 15px; }
.order-wrapper .list-row {
    border-bottom: 1px solid #eee;
    padding: 10px 0; }
.order-wrapper .list-row h6 {
    text-transform: uppercase; }
.order-wrapper .list-row .total {
    font-weight: 500;
    color: #222222; }
.order-wrapper .bold-lable {
    font-weight: 700;
    text-transform: uppercase;
    color: #222222; }
.order-wrapper .payment-info {
    margin-top: 20px;
    background: #f5f5f5;
    border-top: 1px solid #eee;
    padding: 15px; }
.order-wrapper .terms-link {
    color: #43b253; }
.order-wrapper .pixel-checkbox {
    margin-top: 5px; }

.cart-title {
    padding-bottom: 15px; }

.cart-single-item {
    border-top: 1px solid #eee;
    padding: 15px 0; }
.cart-single-item .product-item {
    margin-left: 15px; }
.cart-single-item .product-item img {
    border-radius: 3px; }
.cart-single-item .product-item h6 {
    color: #000;
    margin-left: 30px;
    font-weight: 400; }
.cart-single-item .price,
.cart-single-item .total {
    font-size: 18px;
    font-weight: 500;
    color: #222222; }
.cart-single-item .quantity-container .quantity-amount {
    color: #222222;
    font-weight: 500;
    font-size: 18px;
    border-radius: 20px 0 0 20px;
    width: 60px; }
.cart-single-item .quantity-container .arrow-btn {
    border-radius: 0 20px 20px 0;
    overflow: hidden;
    border-left: 1px solid #eee; }
.cart-single-item .quantity-container .arrow-btn .arrow {
    padding-right: 15px; }

.cupon-area {
    padding: 15px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee; }
.cupon-area .view-btn {
    box-shadow: none;
    border-radius: 0px;
    cursor: pointer;
    border: 1px solid #eee;
    padding: 0 30px; }
.cupon-area .view-btn.color-2:after {
    border-radius: 0; }
.cupon-area .view-btn span {
    font-weight: 400; }
.cupon-area .cuppon-wrap .view-btn {
    border-radius: 0; }
.cupon-area .cuppon-wrap .view-btn.color-2:after {
    border-radius: 0; }
.cupon-area .cupon-code {
    display: none; }
.cupon-area .cupon-code input {
    border: 1px solid #eee;
    line-height: 40px;
    padding: 0 15px;
    width: 200px;
    border-right: 0px;
    margin-right: -5px; }
.cupon-area .cupon-code button {
    border-right: 0;
    cursor: pointer; }
.cupon-area .cupon-code button:focus {
    outline: none; }
.cupon-area .cupon-code .view-btn {
    border-radius: 0; }
.cupon-area .cupon-code .view-btn:after {
    border-radius: 0; }

.subtotal-area {
    padding: 15px;
    border-bottom: 1px solid #eee; }
.subtotal-area .subtotal {
    margin-left: 200px;
    font-weight: 500;
    color: #222222;
    font-size: 18px; }

.shipping-area {
    padding: 15px;
    border-bottom: 1px solid #eee; }
.shipping-area .filter-list label {
    margin-right: 10px; }
.shipping-area .calculate {
    margin-right: 43px; }
.shipping-area .view-btn {
    border-radius: 0px;
    box-shadow: none;
    border: 1px solid #eee;
    padding: 0 30px;
    cursor: pointer;
    width: 172px; }
.shipping-area .view-btn.color-2:after {
    border-radius: 0; }
.shipping-area .view-btn span {
    font-weight: 400; }
.shipping-area .sorting {
    margin-right: 0;
    width: 300px; }
.shipping-area .sorting .nice-select {
    width: 100%; }
.shipping-area .sorting .list {
    width: 100%; }
.shipping-area .common-input {
    padding: 0 15px; }

.quantity-container .quantity-amount {
    width: 50px;
    line-height: 36px;
    border: 1px solid #eeeeee;
    border-right: 0px;
    border-radius: 3px;
    margin-right: -3px;
    padding-left: 20px; }
.quantity-container .arrow {
    height: 17px;
    padding-left: 15px;
    border: none;
    cursor: pointer;
    background: #fff; }
.quantity-container .arrow:focus {
    outline: none; }
.quantity-container .arrow span {
    font-size: 12px; }
.quantity-container .arrow-btn {
    padding: 1px 0 3px 0;
    border: 1px solid #eeeeee;
    border-left: 0px;
    border-radius: 3px; }

.order-rable {
    width: 100%;
    padding: 15px;
    display: block; }
.order-rable tr td {
    width: 50%; }
.order-rable tr td:last-child {
    color: #222222;
    font-weight: 500; }

.login-form {
    padding: 30px;
    background: #f9fafc;
    height: 100%; }
.login-form a:hover {
    color: #44b253; }

.register-form {
    padding: 30px 30px 100px 30px; }
.register-form .billing-title {
    color: #fff;
    border-bottom: 1px solid #fff; }
.register-form p {
    color: #fff; }
.register-form .common-input {
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: transparent;
    color: #fff; }
.register-form .common-input:focus {
    border: 1px solid white; }
.register-form ::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #fff;
    font-weight: 300; }
.register-form :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff;
    opacity: 1;
    font-weight: 300; }
.register-form ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff;
    opacity: 1;
    font-weight: 300; }
.register-form :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
    font-weight: 300; }
.register-form ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff;
    font-weight: 300; }

.order-tracking {
    padding: 30px;
    background: #f9fafc; }

.tracking_form .primary-btn {
    border-radius: 0px;
    line-height: 38px;
    border: none; }
.tracking_form .primary-btn:hover:before {
    left: 170px; }

.load-product {
    display: none; }

.cart-btn {
    display: inline-block;
    height: 40px;
    width: 174px;
    text-align: center;
    background: #fff;
    border-radius: 3px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    overflow: hidden; }
.cart-btn span {
    color: #222222;
    font-weight: 700;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
.cart-btn .cart {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%; }
.cart-btn .lnr-cart {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    margin-top: 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
.cart-btn:hover .cart {
    margin-top: -30px; }
.cart-btn:hover .lnr-cart {
    margin-top: 0; }

.mini-cart-2a {
    width: 290px;
    background: #fff;
    position: absolute;
    z-index: 3;
    top: 50px;
    right: 15px;
    display: none;
    z-index: 5; }
.mini-cart-2a .mini-border {
    width: 100%;
    height: 1px; }
.mini-cart-2a.showing {
    display: block; }
.mini-cart-2a .total-amount {
    border-bottom: 1px dotted #eee;
    padding: 20px;
    background: #f9fafc; }
.mini-cart-2a .total-amount .title span {
    color: #cccccc; }
.mini-cart-2a .total-amount .amount {
    font-size: 24px;
    color: #222222; }
.mini-cart-2a .single-cart-item {
    padding: 20px;
    border-bottom: 1px dotted #eee; }
.mini-cart-2a .single-cart-item .middle {
    padding: 0 10px; }
.mini-cart-2a .single-cart-item .middle h5 a {
    font-size: 14px;
    font-weight: 400;
    background: -webkit-linear-gradient(-180deg, #555555, #555555);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
.mini-cart-2a .single-cart-item .middle h6 {
    font-weight: 700;
    margin-top: 5px; }
.mini-cart-2a .single-cart-item .cross {
    cursor: pointer; }
.mini-cart-2a .single-cart-item .cross span {
    background: -webkit-linear-gradient(-180deg, #777, #777);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
.mini-cart-2a .proceed-btn {
    padding: 20px; }
.mini-cart-2a .proceed-btn .view-btn {
    width: 100%;
    text-align: center; }
.mini-cart-2a.mini-cart-4 {
    right: 0; }

.mini-cart {
    width: 290px;
    background: #fff;
    position: absolute;
    z-index: 3;
    top: 50px;
    right: 15px;
    display: none;
    z-index: 5; }
.mini-cart .mini-border {
    width: 100%;
    height: 1px; }
.mini-cart.showing {
    display: block; }
.mini-cart .total-amount {
    border-bottom: 1px dotted #eee;
    padding: 20px;
    background: #f9fafc; }
.mini-cart .total-amount .title span {
    color: #cccccc; }
.mini-cart .total-amount .amount {
    font-size: 24px;
    color: #222222; }
.mini-cart .single-cart-item {
    padding: 20px;
    border-bottom: 1px dotted #eee; }
.mini-cart .single-cart-item .middle {
    padding: 0 10px; }
.mini-cart .single-cart-item .middle h5 a {
    font-size: 14px;
    font-weight: 400;
    background: -webkit-linear-gradient(-180deg, #555555, #555555);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
.mini-cart .single-cart-item .middle h6 {
    font-weight: 700;
    margin-top: 5px; }
.mini-cart .single-cart-item .cross {
    cursor: pointer; }
.mini-cart .single-cart-item .cross span {
    background: -webkit-linear-gradient(-180deg, #777, #777);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
.mini-cart .proceed-btn {
    padding: 20px; }
.mini-cart .proceed-btn .view-btn {
    width: 100%;
    text-align: center; }
.mini-cart.mini-cart-4 {
    right: 0; }

.item-cart {
    display: inline-block;
    line-height: 40px;
    border-radius: 20px;
    text-transform: uppercase;
    width: 170px;
    text-align: center;
    font-weight: 700;
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 4;
    color: #fff;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
    color: #fff; }
.item-cart:hover {
    color: #fff; }

.submit-btn {
    display: inline-block;
    line-height: 42px;
    border-radius: 20px;
    text-transform: uppercase;
    padding: 0 40px;
    text-align: center;
    z-index: 4;
    color: #fff;
    transition: visibility 0s, opacity 0.5s linear;
    border: none;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0; }

.view-btn {
    display: inline-block;
    line-height: 40px;
    padding: 0 40px;
    text-align: center;
    background: #fff;
    border-radius: 3px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 3px;
    position: relative; }
.view-btn span {
    color: #222222;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    z-index: 3; }
.view-btn i {
    color: #222222;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    z-index: 3; }
.view-btn:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 2;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
.view-btn.reply {
    padding: 0 30px;
    text-transform: capitalize;
    border-radius: 20px;
    margin-left: auto;
    box-shadow: none;
    border: 1px solid #eee; }
.view-btn.reply span {
    font-weight: 300;
    margin-left: 10px; }
.view-btn.reply:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 2;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
.view-btn.reply:hover {
    border: 1px solid transparent; }
.view-btn:hover:after {
    opacity: 1; }
.view-btn:hover span {
    color: #fff; }
.view-btn:hover i {
    color: #fff; }

.furniture-section-title {
    margin-bottom: 30px;
    padding: 10px 0;
    border-bottom: 1px dotted #eeeeee; }
.furniture-section-title h3 {
    font-size: 24px;
    font-weight: 500; }

.jewellery-section-title img {
    margin-bottom: 10px; }
.jewellery-section-title h3 {
    margin-bottom: 10px;
    position: relative; }
.jewellery-section-title h3:before {
    position: absolute;
    content: "";
    width: 25%;
    height: 1px;
    background: #eeeeee;
    left: 0;
    bottom: 5px; }
.jewellery-section-title h3:after {
    position: absolute;
    content: "";
    width: 25%;
    height: 1px;
    background: #eeeeee;
    right: 0;
    bottom: 5px; }

.testimonial-section-title {
    padding-right: 50px; }
.testimonial-section-title img {
    margin-bottom: 10px; }
.testimonial-section-title h3 {
    margin-bottom: 10px;
    position: relative;
    display: inline-block; }
.testimonial-section-title h3:after {
    position: absolute;
    content: "";
    width: 200px;
    height: 1px;
    background: #eeeeee;
    left: 110%;
    bottom: 5px; }

.organic-section-title {
    overflow: hidden; }
.organic-section-title h3 {
    text-transform: uppercase;
    display: inline-block;
    position: relative; }
.organic-section-title h3:before {
    position: absolute;
    content: "";
    height: 1px;
    width: 500px;
    background: url(../img/logo/title-line.png) repeat;
    top: 50%;
    right: 120%;
    transform: translateY(-50%); }
.organic-section-title h3:after {
    position: absolute;
    content: "";
    height: 1px;
    width: 500px;
    background: url(../img/logo/title-line.png) repeat;
    top: 50%;
    left: 120%;
    transform: translateY(-50%); }

.organic-section-title-left {
    padding: 15px 0;
    overflow: hidden;
    position: relative; }
.organic-section-title-left h3 {
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    margin-left: 50px; }
.organic-section-title-left h3:before {
    position: absolute;
    content: "";
    height: 1px;
    width: 200px;
    background: url(../img/logo/title-line.png) repeat;
    top: 50%;
    right: 107%;
    transform: translateY(-50%); }
.organic-section-title-left h3:after {
    position: absolute;
    content: "";
    height: 1px;
    width: 2000px;
    background: url(../img/logo/title-line.png) repeat;
    top: 50%;
    left: 107%;
    transform: translateY(-50%); }
.organic-section-title-left .carousel-trigger {
    position: absolute;
    top: 50%;
    right: 50px;
    z-index: 2;
    padding: 7px 15px;
    background: #fff;
    transform: translateY(-50%); }
.organic-section-title-left .carousel-trigger .prev-trigger {
    margin-right: 5px; }
.organic-section-title-left .carousel-trigger .next-trigger {
    margin-left: 5px; }
.organic-section-title-left .carousel-trigger .prev-trigger, .organic-section-title-left .carousel-trigger .next-trigger {
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    z-index: 3;
    position: relative; }
.organic-section-title-left .carousel-trigger .prev-trigger span, .organic-section-title-left .carousel-trigger .next-trigger span {
    line-height: 40px;
    position: relative;
    z-index: 3;
    display: inline-block;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
.organic-section-title-left .carousel-trigger .prev-trigger:after, .organic-section-title-left .carousel-trigger .next-trigger:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
.organic-section-title-left .carousel-trigger .prev-trigger:hover, .organic-section-title-left .carousel-trigger .next-trigger:hover {
    box-shadow: none; }
.organic-section-title-left .carousel-trigger .prev-trigger:hover:after, .organic-section-title-left .carousel-trigger .next-trigger:hover:after {
    opacity: 1; }
.organic-section-title-left .carousel-trigger .prev-trigger:hover span, .organic-section-title-left .carousel-trigger .next-trigger:hover span {
    color: #fff; }

.banner-discount {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    transform: rotate(-25deg);
    position: absolute;
    background: url(../img/logo/discount-shape.svg) no-repeat center center/cover;
    z-index: 5; }
.banner-discount .offer {
    margin-top: 7px;
    position: relative;
    color: #fff;
    z-index: 5; }
.banner-discount .offer b {
    font-size: 24px;
    font-weight: 700; }

.single-search-product {
    padding: 15px 0;
    position: relative; }
.single-search-product img {
    max-width: 70px;
    height: auto; }
.single-search-product .desc {
    margin-left: 15px;
    margin-top: 5px; }
.single-search-product .desc .title {
    margin-bottom: 5px;
    display: inline-block;
    background: -webkit-linear-gradient(-180deg, #555555, #555555);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
.single-search-product .desc .price {
    font-weight: 700;
    color: #222222; }
.single-search-product .desc .price span {
    font-weight: 700; }
.single-search-product .desc .price del {
    font-size: 12px;
    color: #cccccc;
    font-weight: 400; }
.single-search-product:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #eeeeee;
    left: 0;
    bottom: 0;
    z-index: 1; }
.single-search-product:before {
    position: absolute;
    content: "";
    width: 0%;
    height: 1px;
    left: 0;
    bottom: 0;
    z-index: 2;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
.single-search-product:hover:before {
    width: 100%; }

.single-organic-product {
    margin-top: 30px;
    padding: 30px 20px 0 20px;
    text-align: center;
    border-radius: 3px;
    overflow: hidden;
    position: relative; }
.single-organic-product:after {
    content: "";
    position: absolute;
    height: 3px;
    width: 0%;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
.single-organic-product .price {
    margin-top: 10px;
    margin-bottom: 5px; }
.single-organic-product .price del {
    font-size: 14px;
    color: #cccccc;
    font-weight: 400; }
.single-organic-product .bottom {
    width: 160px;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 20px 20px 0 0;
    transform: scaleY(0);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
.single-organic-product .bottom a {
    display: inline-block;
    width: 25%;
    line-height: 40px; }
.single-organic-product .bottom a span {
    color: #fff; }
.single-organic-product .bottom a:hover {
    background: #fff; }
.single-organic-product .bottom a:hover span {
    color: #222222; }
.single-organic-product .text {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; }
.single-organic-product .discount {
    width: 60px;
    line-height: 30px;
    border-radius: 3px;
    position: absolute;
    top: 20px;
    right: 20px;
    background: #fff;
    color: #222222;
    text-align: center;
    font-weight: 700;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 4; }

.single-organic-product:hover .bottom {
    transform: scaleY(1); }
.single-organic-product:hover:after {
    width: 100%; }
.single-organic-product:hover .text {
    opacity: 0; }
.single-organic-product:hover .discount {
    color: #fff; }

.single-small-banner {
    position: relative;
    overflow: hidden;
    margin-top: 30px;
    padding: 20px;
    width: 32.36%; }
.single-small-banner:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 200px;
    left: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(25deg);
    background: rgba(0, 0, 0, 0.05); }
.single-small-banner:after {
    content: "";
    position: absolute;
    width: 30px;
    height: 200px;
    left: 60px;
    top: 50%;
    transform: translateY(-50%) rotate(25deg);
    background: rgba(0, 0, 0, 0.05); }
.single-small-banner.color-1 {
    background: #3fcaff; }
.single-small-banner.color-2 {
    background: #ffcc00; }
.single-small-banner.color-3 {
    background: #e10101; }
.single-small-banner .desc {
    margin-left: 10px; }
.single-small-banner .desc h5 {
    text-shadow: -4px 4px 1px rgba(0, 0, 0, 0.15);
    font-size: 16px;
    margin-bottom: 3px; }
.single-small-banner .desc p {
    margin: 0;
    text-shadow: -4px 4px 1px rgba(0, 0, 0, 0.15); }

.single-sidebar-product {
    padding: 15px 0;
    overflow: hidden;
    position: relative; }
.single-sidebar-product img {
    max-width: 70px;
    height: auto; }
.single-sidebar-product .desc {
    margin-left: 12px;
    margin-top: 5px; }
.single-sidebar-product .desc .title {
    margin-bottom: 5px;
    display: inline-block;
    background: -webkit-linear-gradient(-180deg, #555555, #555555);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
.single-sidebar-product .desc .price {
    font-weight: 700;
    color: #222222; }
.single-sidebar-product .desc .price span {
    font-weight: 700; }
.single-sidebar-product .desc .price del {
    font-size: 12px;
    color: #cccccc;
    font-weight: 400; }
.single-sidebar-product:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #eeeeee;
    left: 0;
    bottom: 0;
    z-index: 1; }
.single-sidebar-product:before {
    position: absolute;
    content: "";
    width: 0%;
    height: 1px;
    left: 0;
    bottom: 0;
    z-index: 2;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
.single-sidebar-product:hover:before {
    width: 100%; }
.single-sidebar-product .dot-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5; }
.single-sidebar-product .dot-bottom span {
    width: 3px;
    height: 1px;
    display: inline-block;
    background: transparent;
    position: relative;
    margin-left: 9px; }
.single-sidebar-product .dot-bottom span:first-child {
    margin-left: 6px; }
.single-sidebar-product .dot-bottom span:before {
    width: 3px;
    height: 1px;
    background: #fff;
    content: "";
    position: absolute;
    left: -3px;
    top: 0; }
.single-sidebar-product .dot-bottom span:after {
    width: 3px;
    height: 1px;
    background: #fff;
    content: "";
    position: absolute;
    left: 3px;
    top: 0; }

.jewellery-tab-area ul.tabs {
    margin: 0px;
    padding: 0px;
    list-style: none;
    height: 300px; }
.jewellery-tab-area ul.tabs li {
    background: #f9fafc;
    padding: 10px 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    height: 100px;
    border-bottom: 1px solid #fff; }
.jewellery-tab-area ul.tabs li.current {
    background: #fff; }
.jewellery-tab-area .tab-content {
    display: none;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff; }
.jewellery-tab-area .tab-content.current {
    display: inherit; }
.jewellery-tab-area .first-tab-content {
    background: #f9fafc;
    position: relative;
    min-height: 300px; }
.jewellery-tab-area .first-tab-content .text-btn {
    width: 55%;
    margin-left: 20px; }
.jewellery-tab-area .first-tab-content .left-img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 150px;
    height: auto; }
.jewellery-tab-area .first-tab-content .right-img {
    position: absolute;
    bottom: 0;
    right: 0; }

.filter-bar {
    border-radius: 35px;
    padding: 0px 20px 10px 20px;
    background: #4b47c0 !important;
}

}
.filter-bar a, .filter-bar i {
    color: #000; }

.main-categories a {
    color: #000; }

.grid-btn, .list-btn {
    margin-top: 10px;
    width: 40px;
    line-height: 40px;
    border: 1px solid #eee;
    text-align: center;
    margin-right: 10px; }
.grid-btn i, .list-btn i {
    display: inline-block; }
.grid-btn:hover i, .list-btn:hover i {
    color: #fff; }
.grid-btn.active i, .list-btn.active i {
    color: #fff; }

.sorting {
    margin-top: 10px;
    margin-right: 10px; }
.sorting .nice-select {
    border-radius: 50px;
    padding-right: 50px; }
.sorting .nice-select:after {
    right: 18px; }
.sorting .nice-select .list {
    border-radius: 0px; }

.pagination {
    margin-top: 10px;
    border-radius: 0px; }
.pagination a {
    width: 60px;
    line-height: 25px;
    text-align: center;
    display: inline-block;
    border-radius: 50px;
    background: #fff;
}
.pagination a.active {
    color: #fff;
    border: 2px solid #fff;
}
.pagination a:hover {
    color: #fff; }
.pagination .dot-dot {
    width: auto;
    background: transparent;
    border-top: 0px;
    border-bottom: 0px;
    color: #cccccc;
    padding: 0 5px; }
.pagination .dot-dot:hover {
    background: transparent;
    border: 0px;
    border-right: 1px solid #eee;
    color: #cccccc; }

.single-organic-product-list {
    padding: 30px 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-bottom: 1px solid #eee;
    position: relative; }
.single-organic-product-list .product-thumb {
    position: relative;
    z-index: 2;
    border: 1px solid #eee;
    border-radius: 3px;
    overflow: hidden;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
    height: 100%;
    min-height: 190px;
    max-width: 400px; }
.single-organic-product-list .product-details {
    position: relative;
    z-index: 2;
    padding: 10px 70px 10px 20px; }
.single-organic-product-list .product-details h4 {
    margin-bottom: 10px;
    margin-top: 3px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
.single-organic-product-list .product-details .rattings {
    margin-bottom: 20px; }
.single-organic-product-list .product-details .rattings i {
    color: #fbd600;
    margin-right: 2px; }
.single-organic-product-list .product-details .rattings span {
    margin-left: 5px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
.single-organic-product-list .product-details .collect-info li {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
.single-organic-product-list .product-details .collect-info li i {
    color: #44b253;
    margin-right: 10px; }
.single-organic-product-list .price-wrap {
    position: relative;
    z-index: 2;
    padding: 10px 0; }
.single-organic-product-list .price-wrap .avalability {
    margin-bottom: 0px;
    border-bottom: 1px solid #eee;
    padding-bottom: 3px; }
.single-organic-product-list .price-wrap .avalability span {
    color: #44b253; }
.single-organic-product-list .price-wrap .price {
    font-size: 24px;
    font-weight: 700;
    color: #222222;
    margin: 25px 0; }
.single-organic-product-list .price-wrap .view-btn {
    width: 100%; }
.single-organic-product-list .price-wrap .compare {
    margin-top: 20px; }
.single-organic-product-list .price-wrap .compare p i {
    margin-right: 10px; }
.single-organic-product-list:after {
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    transform: scaleY(0);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    transform-origin: top;
    z-index: 1; }
.single-organic-product-list:hover {
    padding: 30px; }
.single-organic-product-list:hover:after {
    transform: scaleY(1); }
.single-organic-product-list:hover .product-details span {
    color: #fff; }
.single-organic-product-list:hover .product-details p {
    color: #fff; }
.single-organic-product-list:hover .product-details h4 {
    color: #fff; }
.single-organic-product-list:hover .product-details .rattings {
    margin-bottom: 20px; }
.single-organic-product-list:hover .product-details .rattings span {
    color: #fff; }
.single-organic-product-list:hover .product-details .collect-info li {
    color: #fff; }
.single-organic-product-list:hover .product-details .collect-info li i {
    color: #fff; }
.single-organic-product-list:hover .price-wrap .avalability {
    color: #fff; }
.single-organic-product-list:hover .price-wrap .avalability span {
    color: #fff; }
.single-organic-product-list:hover .price-wrap .price {
    color: #fff; }
.single-organic-product-list:hover .price-wrap .compare p {
    color: #fff; }
.single-organic-product-list:hover .price-wrap .compare p i {
    color: #fff; }

.sidebar-categories .head {
    line-height: 60px;
    /*background: #828bb3;*/
    padding: 0 30px;
    font-size: 16px;
    font-weight: 400;
    color: #fff; }
.sidebar-categories .main-categories {
    margin-top: 20px;
    padding: 0 20px;
    background: #fff; }
.sidebar-categories .main-nav-list a {
    font-size: 14px;
    display: block;
    line-height: 50px;
    padding-left: 10px;
    border-bottom: 1px solid #eee; }
.sidebar-categories .main-nav-list a:hover {
    color: #4b47c0; }
.sidebar-categories .main-nav-list a .number {
    color: #cccccc;
    margin-left: 10px; }
.sidebar-categories .main-nav-list a .lnr {
    margin-right: 10px;
    display: none; }
.sidebar-categories .main-nav-list.child a {
    padding-left: 32px; }

.sidebar-filter {
    margin-top: 50px; }
.sidebar-filter .top-filter-head {
    line-height: 60px;
    background: #828bb3;
    padding: 0 30px;
    font-size: 16px;
    font-weight: 400;
    color: #fff; }
.sidebar-filter .head {
    line-height: 60px;
    padding: 0 30px;
    font-size: 14px;
    font-weight: 700;
    color: #222222;
    text-transform: uppercase;
    margin-top: 5px; }
.sidebar-filter .common-filter {
    margin-top: 20px;
    background: #f8f9fa;
}
.sidebar-filter .common-filter .filter-list {
    padding: 11px 0px 0px 28px;
    border-bottom: 1px solid #eee;
}

.filter-list {
    line-height: 30px; }
.filter-list i {
    margin-right: 10px;
    cursor: pointer; }
.filter-list .number {
    color: #ccc; }
.filter-list label {
    margin-bottom: 3px;
    cursor: pointer; }

@-webkit-keyframes click-wave {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.35;
        position: absolute;
        top: 50%;
        left: 50%; }
    100% {
        transform: translate(-50%, -50%) scale(3);
        opacity: 0;
        top: 50%;
        left: 50%;
        position: absolute; } }
@-moz-keyframes click-wave {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.35;
        position: absolute;
        top: 50%;
        left: 50%; }
    100% {
        transform: translate(-50%, -50%) scale(3);
        opacity: 0;
        top: 50%;
        left: 50%;
        position: absolute; } }
@keyframes click-wave {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.35;
        position: absolute;
        top: 50%;
        left: 50%; }
    100% {
        transform: translate(-50%, -50%) scale(3);
        opacity: 0;
        top: 50%;
        left: 50%;
        position: absolute; } }
.pixel-radio {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    height: 20px;
    width: 20px;
    -webkit-transition: all 0.15s ease-out 0s;
    -moz-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s;
    background: #fff;
    border: 2px solid #eee;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-right: 10px;
    outline: none;
    position: relative;
    z-index: 1; }

.pixel-radio:checked {
    border: 7px solid #4b47c0; }

.pixel-radio:checked::after {
    -webkit-animation: click-wave 0.65s;
    -moz-animation: click-wave 0.65s;
    animation: click-wave 0.65s;
    background: #4b47c0;
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: relative;
    z-index: 2;
    opacity: 0; }

.pixel-radio {
    border-radius: 50%;
    top: 6px; }

.pixel-radio::after {
    border-radius: 50%; }

.price-range-area {
    padding: 30px 30px 0 30px; }
.price-range-area .noUi-target {
    background: #eee;
    border-radius: 0px;
    border: 0px;
    box-shadow: none; }
.price-range-area .noUi-horizontal {
    height: 6px; }
.price-range-area .noUi-connect {
    background: #eee;
    border-radius: 0px;
    box-shadow: none; }
.price-range-area .noUi-horizontal .noUi-handle {
    width: 16px;
    height: 16px;
    left: -8px;
    top: -5px;
    border-radius: 50%;
    border: 0px;
    background: #4b47c0;
    box-shadow: none;
    cursor: pointer;
    -webkit-transition: ease 0.1s;
    -moz-transition: ease 0.1s;
    -o-transition: ease 0.1s;
    transition: ease 0.1s; }
.price-range-area .noUi-horizontal .noUi-handle:focus {
    outline: none; }
.price-range-area .noUi-horizontal .noUi-handle:hover {
    border: 3px solid #4b47c0;
    background: #fff; }
.price-range-area .noUi-handle::after, .price-range-area .noUi-handle::before {
    display: none; }
.price-range-area .value-wrapper {
    margin-top: 20px;
    color: #cccccc; }
.price-range-area .value-wrapper .to {
    margin: 0 5px; }
.price-range-area .price {
    margin-right: 5px;
    color: #777777; }

/* Feature Product Area css
============================================================================================ */
.feature_product_area .main_box {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: -50px;
    margin-bottom: -50px;
    position: relative;
    z-index: 10; }
.feature_product_area .hot_product_inner {
    margin-bottom: 100px; }

.hot_p_item {
    position: relative; }
.hot_p_item .product_text {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%; }
.hot_p_item .product_text h4 {
    margin-top: 26px;
    margin-left: 26px;
    color: #222222;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 30px; }
.hot_p_item .product_text a {
    position: absolute;
    left: 26px;
    bottom: 28px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    color: #222222;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
.hot_p_item .product_text a:hover {
    color: #4b47c0; }

.feature_p_slider .owl-dots {
    text-align: center; }
.feature_p_slider .owl-dots .owl-dot {
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: #e4ecee;
    display: inline-block;
    margin-right: 10px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin-top: 45px;
    margin-bottom: 30px; }
.feature_p_slider .owl-dots .owl-dot:last-child {
    margin-right: 0px; }
.feature_p_slider .owl-dots .owl-dot.active {
    width: 30px;
    height: 8px;
    background: #4b47c0;
    border-radius: 4px; }

.f_p_item {
    text-align: center;
    margin-bottom: 35px; }
.f_p_item .f_p_img {
    position: relative;
    overflow: hidden; }
.f_p_item .f_p_img .p_icon {
    position: absolute;
    right: -45px;
    bottom: 30px;
    transition: all 300ms ease; }
.f_p_item .f_p_img .p_icon a {
    display: block;
    height: 40px;
    width: 40px;
    text-align: center;
    border-radius: 3px;
    background: #fff;
    line-height: 40px;
    color: #222222;
    margin-bottom: 5px; }
.f_p_item .f_p_img .p_icon a:last-child {
    margin-bottom: 0px; }
.f_p_item .f_p_img .p_icon a:hover {
    color: #fff;
    background: #4b47c0; }
.f_p_item h4 {
    color: #222222;
    font-size: 16px;
    margin-top: 15px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
.f_p_item h4:hover {
    color: #4b47c0; }
.f_p_item h5 {
    margin-bottom: 0px;
    font-size: 18px;
    color: #777777; }
.f_p_item:hover .f_p_img .p_icon {
    right: 15px; }

.latest_product_area .main_box {
    padding-top: 100px;
    padding-bottom: 100px; }

.latest_product_inner {
    margin-bottom: -35px; }

/* End Feature Product Area css
============================================================================================ */
/* End Feature Product Area css
============================================================================================ */
.most_product_area .main_box {
    padding-top: 100px;
    padding-bottom: 100px;
    margin-top: -50px;
    margin-bottom: -50px;
    position: relative;
    z-index: 10; }

.most_product_inner {
    margin-bottom: -30px; }

.most_p_list .media {
    margin-bottom: 30px; }
.most_p_list .media .d-flex {
    padding-right: 20px; }
.most_p_list .media .media-body {
    vertical-align: middle;
    align-self: center; }
.most_p_list .media .media-body h4 {
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: normal;
    color: #222222; }
.most_p_list .media .media-body h3 {
    font-size: 16px;
    font-weight: 500;
    color: #777777;
    margin-bottom: 0px; }

/* End Feature Product Area css
============================================================================================ */

/* Single Product Area css
============================================================================================ */
.s_Product_carousel .owl-dots {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%); }
.s_Product_carousel .owl-dots div {
    height: 5px;
    width: 20px;
    background: #dddddd;
    margin: 5px;
    display: block;
    content: "";
    border-radius: 50px; }
.s_Product_carousel .owl-dots div.active {
    width: 30px; }

.s_product_text {
    margin-left: -15px;
    margin-top: 15px;
}
.s_product_text h5,
.s_product_text h3,
.s_product_text h2 {
    color: #222222;
}
@media (max-width: 575px) {
    .s_product_text {
        margin-left: 0px; } }
.s_product_text h3 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 10px;
}
.s_product_text h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px; }
.s_product_text .list li {
    margin-bottom: 5px; }
.s_product_text .list li a {
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    color: #555555; }
.s_product_text .list li a span {
    width: 90px;
    display: inline-block; }
.s_product_text .list li a span:hover {
    color: #555; }
.s_product_text .list li a.active span {
    color: #555;
    -webkit-text-fill-color: #555; }
.s_product_text .list li:last-child {
    margin-bottom: 0px; }
/*.s_product_text .card_area .primary-btn {*/
/*    line-height: 38px;*/
/*    padding: 0px 38px;*/
/*    text-transform: uppercase;*/
/*    margin-right: 10px;*/
/*    border-radius: 5px; }*/
.s_product_text .card_area .icon_btn {
    position: relative;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    background: #828bb2;
    border-radius: 50%;
    display: inline-block;
    color: #fff;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin-right: 10px;
    z-index: 1; }
.s_product_text .card_area .icon_btn:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    z-index: -1; }
.s_product_text .card_area .icon_btn:hover:after {
    opacity: 1;
    visibility: visible; }

.product_count {
    display: inline-block;
    position: relative;
    margin-bottom: 24px; }
.product_count label {
    font-size: 14px;
    color: #777777;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    padding-right: 10px; }
.product_count input {
    width: 76px;
    border: 1px solid #eeeeee;
    border-radius: 3px;
    padding-left: 10px; }
.product_count button {
    display: block;
    border: none;
    background: transparent;
    box-shadow: none;
    cursor: pointer;
    position: absolute;
    right: -1px;
    font-size: 14px;
    color: #cccccc;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
.product_count button:hover {
    color: #222222; }
.product_count .increase {
    top: -2px; }
.product_count .reduced {
    bottom: 12px; }

.product_description_area {
    /*padding-bottom: 120px;*/
    margin-top: 60px;
}
.product_description_area .nav.nav-tabs {
    background: #e8f0f2;
    text-align: center;
    display: block;
    border: none;
    padding: 10px 0px;
}
.product_description_area .nav.nav-tabs li {
    display: inline-block;
    margin-right: 7px; }
.product_description_area .nav.nav-tabs li:last-child {
    margin-right: 0px; }
@media (max-width: 441px) {
    .product_description_area .nav.nav-tabs li:last-child {
        margin-top: 15px; } }
.product_description_area .nav.nav-tabs li a {
    padding: 0px;
    border: none;
    line-height: 38px;
    background: #fff;
    border: 1px solid #eeeeee;
    border-radius: 0px;
    padding: 0px 30px;
    color: #4b47c0;
    font-size: 13px;
    font-weight: normal; }
@media (max-width: 570px) {
    .product_description_area .nav.nav-tabs li a {
        padding: 0 15px; } }
.product_description_area .nav.nav-tabs li a.active {
    color: #fff;
    border: 1px solid #ccc; }
.product_description_area .tab-content {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 30px; }
.product_description_area .tab-content .total_rate .box_total {
    background: #e8f0f2;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px; }
.product_description_area .tab-content .total_rate .box_total h4 {
    font-size: 48px;
    font-weight: bold; }
.product_description_area .tab-content .total_rate .box_total h5 {
    color: #222222;
    margin-bottom: 0px;
    font-size: 24px; }
.product_description_area .tab-content .total_rate .box_total h6 {
    color: #222222;
    margin-bottom: 0px;
    font-size: 14px;
    color: #777777;
    font-weight: normal; }
.product_description_area .tab-content .total_rate .rating_list {
    margin-bottom: 30px; }
.product_description_area .tab-content .total_rate .rating_list h3 {
    font-size: 18px;
    color: #222222;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    margin-bottom: 10px; }
.product_description_area .tab-content .total_rate .rating_list .list li a {
    font-size: 14px;
    color: #777777; }
.product_description_area .tab-content .total_rate .rating_list .list li a i {
    color: #fbd600; }
.product_description_area .tab-content .total_rate .rating_list .list li:nth-child a i:last-child {
    color: #eeeeee; }
.product_description_area .tab-content .table {
    margin-bottom: 0px; }
.product_description_area .tab-content .table tbody tr td {
    padding-left: 65px;
    padding-right: 65px;
    padding-top: 14px;
    padding-bottom: 14px; }
.product_description_area .tab-content .table tbody tr td h5 {
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    color: #777777;
    margin-bottom: 0px;
    white-space: nowrap; }
.product_description_area .tab-content .table tbody tr:first-child td {
    border-top: 0px; }

.review_item {
    margin-bottom: 15px; }
.review_item:last-child {
    margin-bottom: 0px; }
.review_item .media {
    position: relative; }
.review_item .media .d-flex {
    padding-right: 15px; }
.review_item .media .media-body {
    vertical-align: middle;
    align-self: center; }
.review_item .media .media-body h4 {
    margin-bottom: 0px;
    font-size: 14px;
    /*color: #222222;*/
    font-family: "Roboto", sans-serif;
    margin-bottom: 8px; }
.review_item .media .media-body .rated {
    color: #4b47c0; }
.review_item .media .media-body h5 {
    font-size: 13px;
    font-weight: normal;
    color: #777777; }
.review_item .media .media-body .reply_btn {
    border: 1px solid #e0e0e0;
    padding: 0px 28px;
    display: inline-block;
    line-height: 32px;
    border-radius: 16px;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    color: #222222;
    position: absolute;
    right: 0px;
    top: 14px;
    @icnlude transition; }
.review_item .media .media-body .reply_btn:hover {
    background: #4b47c0;
    border-color: #4b47c0;
    color: #fff; }
.review_item p {
    padding-top: 10px;
    margin-bottom: 0px; }
.review_item.reply {
    padding-left: 28px; }

.review_box h4 {
    font-size: 24px;
    color: #222222;
    margin-bottom: 20px; }
.review_box p {
    margin-bottom: 0px;
    display: inline-block; }
.review_box .list {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px; }
.review_box .list li {
    display: inline-block; }
.review_box .list li a {
    display: inline-block;
    color: #fbd600; }
.review_box .contact_form {
    margin-top: 15px; }
.review_box .primary-btn {
    line-height: 38px !important;
    padding: 0px 38px;
    text-transform: uppercase;
    margin-right: 10px;
    border-radius: 5px;
    border: none; }

/* End Single Product Area css
============================================================================================ */
/* Cart Area css
============================================================================================ */
.cart_inner .table thead tr th {
    border-top: 0px;
    font-size: 14px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    color: #777777;
    border-bottom: 0px !important;
}
.cart_inner .table tbody tr td {
    padding-top: 30px;
    padding-bottom: 30px;
    vertical-align: middle;
    align-self: center;
}
.cart_inner .table tbody tr .prod {
    padding-right: 30px;
}
.cart_inner .table tbody tr .prod img {
    border: 1px solid #eeeeee;
    border-radius: 3px;
    width: 150px;
}

.cart_inner .table tbody tr .prod p {
    width: 150px;
}

.cart_inner .table tbody tr td h5 {
    font-size: 14px;
    color: #222222;
    font-family: "Roboto", sans-serif;
    margin-bottom: 0px;
}
.cart_inner .table tbody tr td .product_count {
    margin-bottom: 0px;
}
.cart_inner .table tbody tr td .product_count input {
    width: 100px;
    padding-left: 30px;
    height: 40px;
    outline: none;
    box-shadow: none;
}
.cart_inner .table tbody tr td .product_count .increase {
    top: -2px;
}
.cart_inner .table tbody tr td .product_count .increase:before {
    content: "";
    height: 40px;
    width: 1px;
    position: absolute;
    left: -3px;
    top: 0px;
    background: #eeeeee;
}
.cart_inner .table tbody tr td .product_count .increase:after {
    content: "";
    height: 1px;
    width: 30px;
    position: absolute;
    left: -3px;
    top: 22px;
    background: #eeeeee; }
.cart_inner .table tbody tr td .product_count .reduced {
    bottom: -6px;
}
.cart_inner .table tbody tr.bottom_button .gray_btn {
    line-height: 38px;
    border-radius: 3px;
    padding: 0px 10px !important;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}
.cart_inner .table tbody tr.bottom_button td:last-child {
    width: 60px;
}
.cart_inner .table tbody tr.bottom_button td .cupon_text {
    margin-left: -446px; }
.cart_inner .table tbody tr.bottom_button td .cupon_text input {
    width: 200px;
    padding: 0px 15px;
    border-radius: 3px;
    border: 1px solid #eeeeee;
    height: 40px;
    font-size: 14px;
    color: #cccccc;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    margin-right: -3px;
    outline: none;
    box-shadow: none; }
.cart_inner .table tbody tr.bottom_button td .cupon_text input.placeholder {
    font-size: 14px;
    color: #cccccc;
    font-family: "Roboto", sans-serif;
    font-weight: normal; }
.cart_inner .table tbody tr.bottom_button td .cupon_text input:-moz-placeholder {
    font-size: 14px;
    color: #cccccc;
    font-family: "Roboto", sans-serif;
    font-weight: normal; }
.cart_inner .table tbody tr.bottom_button td .cupon_text input::-moz-placeholder {
    font-size: 14px;
    color: #cccccc;
    font-family: "Roboto", sans-serif;
    font-weight: normal; }
.cart_inner .table tbody tr.bottom_button td .cupon_text input::-webkit-input-placeholder {
    font-size: 14px;
    color: #cccccc;
    font-family: "Roboto", sans-serif;
    font-weight: normal; }
.cart_inner .table tbody tr.bottom_button td .cupon_text .primary-btn {
    height: 40px;
    line-height: 38px;
    text-transform: uppercase;
    padding: 0px 38px;
    margin-right: -3px;
    border-radius: 0; }
.cart_inner .table tbody tr.bottom_button td .cupon_text .gray_btn {
    padding: 0px 40px; }
.cart_inner .table tbody tr.shipping_area td:nth-child(3) {
    vertical-align: top; }
.cart_inner .table tbody tr.shipping_area .shipping_box {
    margin-left: -250px;
    text-align: right; }
.cart_inner .table tbody tr.shipping_area .shipping_box .list li {
    margin-bottom: 12px; }
.cart_inner .table tbody tr.shipping_area .shipping_box .list li:last-child {
    margin-bottom: 0px; }
.cart_inner .table tbody tr.shipping_area .shipping_box .list li a {
    padding-right: 30px;
    font-size: 14px;
    color: #777777;
    position: relative; }
.cart_inner .table tbody tr.shipping_area .shipping_box .list li a:before {
    content: "";
    height: 16px;
    width: 16px;
    border: 1px solid #cdcdcd;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%); }
.cart_inner .table tbody tr.shipping_area .shipping_box .list li a:after {
    content: "";
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #4b47c0;
    display: inline-block;
    position: absolute;
    right: 3px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0; }
.cart_inner .table tbody tr.shipping_area .shipping_box .list li.active a:after {
    opacity: 1; }
.cart_inner .table tbody tr.shipping_area .shipping_box h6 {
    font-size: 14px;
    font-weight: normal;
    color: #222222;
    font-family: "Roboto", sans-serif;
    margin-top: 20px;
    margin-bottom: 20px; }
.cart_inner .table tbody tr.shipping_area .shipping_box h6 i {
    color: #777777;
    padding-left: 5px; }
.cart_inner .table tbody tr.shipping_area .shipping_box .shipping_select {
    display: block;
    width: 100%;
    background: #e8f0f2;
    border: 1px solid #eeeeee;
    height: 40px;
    margin-bottom: 20px; }
.cart_inner .table tbody tr.shipping_area .shipping_box .shipping_select .list {
    width: 100%;
    border-radius: 0px; }
.cart_inner .table tbody tr.shipping_area .shipping_box .shipping_select .list li {
    font-size: 14px;
    font-weight: normal;
    color: #777777; }
.cart_inner .table tbody tr.shipping_area .shipping_box input {
    height: 40px;
    outline: none;
    border: 1px solid #eeeeee;
    background: #e8f0f2;
    width: 100%;
    padding: 0px 15px;
    margin-bottom: 20px; }

.cart_inner .table tbody tr.out_button_area .checkout_btn_inner .primary-btn:hover:before {
    left: 230px;
}

.cart-table thead tr th,
.cart-table tbody tr td {
    max-width: 220px;
    width: 220px;
    text-align: center;
}

.cart-table tbody tr td .cart-image {
    width: 100px;
    height: 100px;
    object-fit: contain;
}

.cart-table tbody tr td.product-remove a {
    color: #4b47c0;
    font-size: 18px;
}

/* End Cart Area css
============================================================================================ */
/* Login form Area css
============================================================================================ */
.login_box_area .login_box_img {
    margin-right: -30px;
    position: relative;
}

.login_box_area .container {
    padding: 45px 0px 80px 0px;
}

.login_form_inner {
    height: 100%;
    text-align: center;
    padding-top: 45px;
}

.login_form_inner .login_form {
    max-width: 500px;
    margin: auto;
}

.login_form .form-group {
    margin: 25px 0px 0px;
}

.login_form .form-group input {
    height: 54px;
    border: none;
    border-bottom: 1px solid #cccccc;
    border-radius: 0px;
    outline: none;
    box-shadow: none;
}

.login_form .form-group .creat_account {
    margin-left: 10px;
    text-align: left;
}

.login_form .form-group .creat_account input {
    height: auto;
    margin-right: 10px;
}

.creat_account input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.creat_account label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 18px;
    height: 18px;
    border: 1px solid #777777;
    border-radius: 4px;
    background: #fff;
    transition: all 0.3s ease;
}

.creat_account label::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid #4b47c0;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
    transition: opacity 0.2s ease;
}

.creat_account input:checked + label::after {
    opacity: 1;
}

.creat_account label:hover::before {
    background: rgba(255, 77, 51, 0.08);
}

.login_form .form-group .primary-btn {
    display: block;
    line-height: 50px;
    width: 100%;
    text-transform: uppercase;
    border: none;
}

.login_form .form-group .primary-btn:hover:before {
    left: 480px;
}

.login-links a {
    font-size: 14px;
    color: #777777;
    font-family: "Roboto", sans-serif;
    margin: 20px 0px 50px;
    display: block;
}

.login-links a:hover {
    color: #4b47c0;
}

/* End Login form Area css
============================================================================================ */
/*============== contact_area css ================*/
.mapBox {
    height: 420px;
    margin-top: 80px;
    margin-bottom: 100px; }

.contact_info .info_item {
    position: relative;
    padding-left: 45px; }
.contact_info .info_item i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
    line-height: 24px;
    color: #4b47c0;
    font-weight: 600; }
.contact_info .info_item h6 {
    font-size: 16px;
    line-height: 24px;
    color: "Roboto", sans-serif;
    font-weight: bold;
    margin-bottom: 0px;
    color: #222222; }
.contact_info .info_item h6 a {
    color: #222222; }
.contact_info .info_item p {
    font-size: 14px;
    line-height: 24px;
    padding: 2px 0px; }

.contact_form .form-group {
    margin-bottom: 10px; }
.contact_form .form-group .form-control {
    font-size: 13px;
    line-height: 26px;
    color: #999;
    border: 1px solid #eeeeee;
    font-family: "Roboto", sans-serif;
    border-radius: 0px;
    padding-left: 20px; }

.contact_form .form-group .form-control:focus {
    box-shadow: none;
    outline: none;

    border-color: #4b47c0;
}
.contact_form .form-group textarea {
    resize: none; }
.contact_form .form-group textarea.form-control {
    height: 134px; }
.contact_form .primary-btn {
    border: none;}

.contact-store-img {
    height: 329px;
    border: 5px solid #4b47c0;
    border-radius: 10px;
}
.contact-store-img img {
    border-radius: 5px;
    width: 100%;
    height: 100%;
}

.footer-area {
    padding-top: 100px;
    background-color: #222222;
}

.footer-area h6 {
    color: #fff;
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: 600;
}

.footer-logo {
    display: block;
    /*width: 190px;*/
    margin: auto;
}

.footer-service-item {
    margin-bottom: 10px;
}

.footer-service-link {
    line-height: 24px;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #cccccc;
}

.footer-service-item:hover .footer-service-link {
    color: #4b47c0;
}

.footer-contact li {
    margin-bottom: 10px;
    color: #cccccc;
}

.footer-area p {
    color: #cccccc;
}

@media (max-width: 767px) {
    .footer-area h6 {
        margin-bottom: 15px; } }
}

.copy-right-text i,
.copy-right-text a {
    color: #4b47c0; }

.footer-social a {
    padding-right: 25px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
.footer-social a:hover i {
    color: #4b47c0; }
.footer-social i {
    color: #cccccc;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }

@media (max-width: 991px) {
    .single-footer-widget {
        margin-bottom: 40px; }
}
.single-footer-widget .bb-btn {
    color: #fff;
    font-weight: 300;
    border-radius: 0;
    z-index: 9999;
    cursor: pointer; }
.single-footer-widget .info {
    position: absolute;
    margin-top: 5%;
    color: #fff;
    font-size: 12px; }
.single-footer-widget .info.valid {
    color: green; }
.single-footer-widget .info.error {
    color: red; }
.single-footer-widget .click-btn {
    color: #fff;
    border-radius: 0;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    padding: 6px 12px;
    border: 0; }
.single-footer-widget .click-btn:focus {
    outline: none;
    box-shadow: none; }
.single-footer-widget ::-moz-selection {
    /* Code for Firefox */
    background-color: #191919 !important;
    color: #777777; }
.single-footer-widget ::selection {
    background-color: #191919 !important;
    color: #777777; }

.footer-bottom {
    border-top: 1px solid;
    margin-top: 45px;
}
.footer-text {
    padding: 20px 0px 20px 0px;
}
@media (max-width: 991px) {
    .footer-text {
        padding-top: 40px;
    }
}

.footer-text a,
.footer-text i {
    color: #4b47c0;
    font-size: 16px;
}

.footer-text a:hover,
.footer-text i :hover {
    text-decoration: underline;
    text-decoration-color: #4b47c0s;
}

/*# sourceMappingURL=main.css.map */


/*by me*/


.navbar-light .navbar-toggler {
    margin-left: 75px;
    color: #4b47c0;
    border-color: #4b47c0;
}

@media (max-width: 767px) {
    .navbar-light .navbar-toggler {
        margin-left: 40px;
    }
}

@media (max-width: 576px) {
    .navbar-light .navbar-toggler {
        margin-left: 20px;
    }
}

.navbar-collapse {
    flex-grow: initial;
}

.dropdown-menu.show {
    position: absolute !important;
}

/*.services-container {
}*/

/*.latest-carousel-wrapper {
    position: relative;
    padding-bottom: 60px;
}*/

.latest-product-carousel .owl-nav {
    position: absolute;
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: flex-end;
    gap: 15px;
}

.latest-product-carousel .owl-nav button {
    background: none !important;
    border: none;
}

@media (max-width: 1440px) {
    .active-product-area .owl-nav div {
        left: 79%;
    }
    .active-product-area .owl-nav .owl-next {
        right: 0%;
    }
}

@media (max-width: 1200px) {
    .active-product-area .owl-nav div {
        left: 74%;
    }
    .active-product-area .owl-nav .owl-next {
        right: 0%;
    }
}

@media (max-width: 991px) {
    .active-product-area .owl-nav div {
        left: 66%;
    }
    .active-product-area .owl-nav .owl-next {
        right: 0%;
    }
}

@media (max-width: 767px) {
    .active-product-area .owl-nav div {
        top: 50%;
        left: 54%;
    }
    .active-product-area .owl-nav .owl-next {
        top: 48%;
        right: 0%;
    }
}

@media (max-width: 511px) {
    .active-product-area .owl-nav div {
        left: 50%;
    }
    .active-product-area .owl-nav .owl-next {
        right: 0%;
    }
}

@media (max-width: 480px) {
    .active-product-area .owl-nav div {
        left: 0%;
    }
    .active-product-area .owl-nav .owl-next {
        right: 0%;
    }
}

.mapouter {
    position: relative;
    text-align: right;
    width: 100%;
    height: 500px;
    margin: 50px 0px;
}

.gmap_canvas {
    overflow: hidden;
    background: none!important;
    width: 100%;
    height: 500px;
}

.gmap_iframe {
    height:500px!important;
}

/* ===============================
   GLOBAL RESPONSIVE FIXES
================================= */

img {
    max-width: 100%;
    height: auto;
}

.section-gap {
    padding: 80px 0;
}

@media (max-width: 991px) {
    .section-gap {
        padding: 60px 0;
    }
}

@media (max-width: 576px) {
    .section-gap {
        padding: 40px 0;
    }
}

/* ===============================
   ABOUT SECTION
================================= */

.about-area h2 {
    font-size: 32px;
}

.about-img-container {
    height: 400px;
    background: #4b47c0 !important;
}

@media (max-width: 768px) {
    .about-area h2 {
        font-size: 26px;
    }
    .about-area p {
        font-size: 15px;
    }
}

/* ===============================
   FEATURES (WHY CHOOSE US)
================================= */

.single-feature {
    background: #fff;
    padding: 30px 20px;
    border-radius: 12px;
    transition: 0.3s;
    height: 100%;
}

.single-feature i {
    font-size: 40px;
    color: #4b47c0;
    margin-bottom: 15px;
}

@media (max-width: 576px) {
    .single-feature {
        padding: 25px 15px;
    }
    .single-feature h6 {
        font-size: 16px;
    }
}

/* ===============================
   TEAM SECTION
================================= */

.team-member {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    height: 100%;
}

.team-member img {
    width: 215;
    height: 229;
    border-radius: 10px;
    margin-bottom: 15px;
}

.team-member h6 {
    margin-bottom: 5px;
    font-size: 18px;
}

@media (max-width: 576px) {
    .team-member {
        padding: 15px;
    }
    .team-member h6 {
        font-size: 16px;
    }
}

/* ===============================
   FOOTER RESPONSIVE
================================= */

.footer-area {
    text-align: left;
}

@media (max-width: 768px) {
    .footer-area {
        text-align: center;
    }
    .footer-social {
        justify-content: center;
    }
}

/* ===============================
   NAVBAR MOBILE FIX
================================= */

@media (max-width: 991px) {
    .navbar-nav {
        padding: 15px;
    }
}

/* MOBILE MENU STYLE */
@media (max-width: 991.98px) {

    #navbarSupportedContent {
        position: absolute;
        top: -135%;
        left: 10px;
        width: 300px;
        background: #fff;
        padding: 15px;
        border-radius: 0 0 12px 12px;
        z-index: 999;
    }

    #navbarSupportedContent .menu_nav {
        display: flex;
        flex-direction: column;
    }

    #navbarSupportedContent .nav-link {
        color: #4b47c0;
        padding: 10px 0;
        border-bottom: 1px solid #ccc;
        width: 100%;
    }

    #navbarSupportedContent .nav-link:hover {
        color: #000;
    }

    #navbarSupportedContent .dropdown-menu {
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
        background: transparent;
        border: none;
        padding-left: 15px;
        display: none;
    }

    #navbarSupportedContent .dropdown.show .dropdown-menu {
        display: block;
    }
}

@media (max-width: 767.98px) {
    .header_area .search_form.d-md-block {
        display: none !important;
    }
    .header_area .search_form.d-md-none {
        display: flex !important;
    }
}

@media (min-width: 768px) {
    .header_area .search_form.d-md-block {
        display: flex !important;
    }
    .header_area .search_form.d-md-none {
        display: none !important;
    }
}

@media (max-width: 991.98px) {
    .header_area .container-fluid {
        display: flex !important;
        justify-content: space-around !important;
        align-items: center;
    }
}

@media (max-width: ) {

}

/* ===============================
   WISHLIST PAGE
================================= */

.wishlist-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    transition: 0.3s;
    height: 100%;
}

.wishlist-card:hover {
    transform: translateY(-8px);
}

.wishlist-img {
    position: relative;
}

.wishlist-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.remove-wishlist {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #4b47c0 !important;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
}

.remove-wishlist:hover {
    background: #4b47c0 !important;
    border: none;
}

.wishlist-content {
    padding: 15px;
    text-align: center;
}

.wishlist-content h6 {
    font-size: 16px;
    margin-bottom: 8px;
}

.wishlist-content .price {
    font-weight: 600;
    margin-bottom: 12px;
}

.wishlist-card-actions a{
    width: 170px;
}

.wishlist-button:hover:before {
    left: 220px;
}

/* Responsive */
@media (max-width: 576px) {
    .wishlist-img img {
        height: 180px;
    }
}


/* ===============================
   USER DASHBOARD
================================= */

.dashboard-wrapper {
    display: flex;
    min-height: 100vh;
}

.dashboard-sidebar {
    width: 260px;
    background: #000;
    padding: 30px 10px;
}

.user-avatar {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    margin-bottom: 10px;
    border: 3px solid #fff;
}

/*.user-info,
.dashboard-content {
  margin-top: 115px;
}*/

.user-info h6,
.user-info p  {
    color: #4b47c0;
    margin-bottom: 5px;
}

.dashboard-menu {
    list-style: none;
    padding: 0;
    margin-top: 30px;
}

.dashboard-menu li {
    margin-bottom: 15px;
}

.dashboard-menu a {
    color: #4b47c0;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 15px;
    border-radius: 8px;
    transition: 0.3s;
}

.dashboard-menu a:hover,
.dashboard-menu a.active {
    background: #4b47c0;
    color: #fff;
}

.dashboard-content {
    flex: 1;
    padding: 40px;
}

/* Responsive */
@media (max-width: 768px) {
    .dashboard-wrapper {
        flex-direction: column;
    }
    .dashboard-sidebar {
        width: 100%;
    }
}

.order-icons a {
    color: #000;
    font-size: 16px;
}

.order-icons a:hover {
    color: #4b47c0;
}

.product-img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid #eee;
}

.review-box textarea {
    resize: none;
    outline: none;
}

/* Star Rating */
.rating {
    direction: rtl;
    display: inline-flex;
}

.form-control:focus {
    border-color: #4b47c0;
}

.rating input {
    display: none;
}

.rating label {
    font-size: 22px;
    color: #ccc;
    cursor: pointer;
    transition: color 0.2s;
}

.rating input:checked ~ label,
.rating label:hover,
.rating label:hover ~ label {
    color: #4b47c0;
}

/* Button */
.btn-theme {
    background: #4b47c0;
    color: #fff;
    border-radius: 30px;
    padding: 10px 30px;
}

.btn-theme:hover {
    background: #e6452e;
}

/* Responsive */
@media (max-width: 768px) {
    .review-item {
        flex-direction: column;
    }

    .review-box {
        margin-left: 0 !important;
        margin-top: 15px;
    }
}

.brand-card {
    display: block;
    padding: 0px;
    border-radius: 8px;
    text-align: center;
    transition: 0.3s;
    background: #fff;
    height: 200px;
    position: relative;
}

.brand-card:hover {
    transform: translateY(-5px);
}

.brand-card:hover .brand-name,
.brand-name:hover {
    color: #4b47c0;
}

.brand-card img {
    width: 100%;
    object-fit: contain;
    height: 154px;
}

.brand-name {
    margin: 0px 0px;
    color: #4b47c0;
    padding: 10px;
    font-size: 17px;
    border: 1px solid #7777;
    border-radius: 0px 0px 10px 10px;
    position: absolute;
    /*bottom: 0px;*/
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.series-card {
    display: block;
    padding: 0px;
    border-radius: 8px;
    text-align: center;
    transition: 0.3s;
    background: #fff;
    border: 1px solid #777;
    text-transform: capitalize;
}

.series-name{
    margin: 0px 0px;
    color: #4b47c0;
    padding: 10px;
    font-size: 17px;
    width: 100%;
    line-height: 2;
}

.service-card {
    background: #fff;
    padding: 30px 20px;
    text-align: center;
    border-radius: 10px;
    height: 100%;
}
.service-card img {
    width: 60px;
    margin-bottom: 15px;
}
.service-card h5 {
    margin-bottom: 10px;
}

.repair-card {
    display: block;
    cursor: pointer;
    height: 115px;
}

.repair-card input {
    display: none;
}

.repair-content {
    background: #fff;
    border: 2px solid #4b47c0;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    transition: 0.3s;
    height: 100%;
}

.repair-card:hover .repair-content {
    transform: translateY(-5px);
}

.repair-card input:checked + .repair-content {
    border-color: #4b47c0;
    background: #deddff;
}

/* Text + icon color change */
.repair-card input:checked + .repair-content h6 {
    color: #4b47c0;
}

.repair-content img {
    width: 65px !important;
    height: 65px !important;
    margin-bottom: 10px;
}

.repair-submit-btn:hover:before {
    left: 250px;
}

.repair-customer-details button:hover:before {
    left: 245px;
}

.summary-box,
.form-box {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 25px;
}

.summary-box h5,
.form-box h5 {
    margin-bottom: 20px;
    font-weight: 600;
}

.device-summary {
    text-align: center;
}

.summary-services {
    padding-left: 18px;
}

.summary-services li {
    list-style-type: circle;;
    margin-bottom: 6px;
}

.success-box {
    background: #fff;
    border-radius: 12px;
    padding: 40px 30px;

}

.success-icon {
    font-size: 70px;
    color: #28a745;
    margin-bottom: 15px;
}

.success-details {
    background: #f9f9f9;
    border-radius: 8px;
    padding: 15px;
    margin: 20px 0;
}

.success-details p {
    margin-bottom: 6px;
}

.success-actions .primary-btn {
    min-width: 150px;
}

.condition-submit:hover:before,
.sell-success:hover:before {
    left: 240px;
}

@media ( max-width: 498px) {
    .navbar-light .navbar-brand {
        display: none;
    }
}
.price-range-area .noUi-horizontal .noUi-handle {
    left: 0px !important;
}


.slider-container {
    position: relative;
    width: 100%;
    height: 30px;
}

/* Full background bar */
.slider-base {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 6px;
    background: #ddd;
    border-radius: 4px;
    z-index: 1;
}

/* Selected range bar */
.slider-track {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 6px;
    background: #4b47c0 !important;
    border-radius: 4px;
    z-index: 2;
}

/* Reset input */
.slider-container input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    position: absolute;
    width: 100%;
    top: 4px;
    left: 0;
    pointer-events: none;
    background: none;
    z-index: 3;
}

/* Remove default track */
.slider-container input[type="range"]::-webkit-slider-runnable-track {
    -webkit-appearance: none;
    background: transparent;
}

/* ✅ Chrome / Edge / Safari thumb */
.slider-container input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    pointer-events: auto;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    background: #4b47c0 !important;
    border: none;
    cursor: pointer;
}

/* ✅ Firefox thumb */
.slider-container input[type="range"]::-moz-range-thumb {
    pointer-events: auto;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    background: #4b47c0 !important;
    border: none;
    cursor: pointer;
}

.product-meta .badge {
    padding: 9px 13px;
    font-size: 12px;
}

.trade-line {
    color: #444;
    font-size: 14px;
    margin-bottom: 15px;
}

.badge-primary {
    background: #4b47c0 !important;
    color: #fff;
}

.badge-circle {
    border-radius: 50%;
}

.color-options {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.color-option {
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    font-size: 14px;
}

.color-option input {
    display: none;
}

.color-option .swatch {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    margin-right: 6px;
    border: 2px solid transparent;
    transition: all 0.2s ease;
}

.color-option .swatch.white {
    background: #fff;
    border: 1px solid #ccc;
}

.color-option input:checked + .swatch {
    border-color: #4b47c0;
    box-shadow: 0 0 0 2px rgba(255,77,0,0.3);
}

.color-name {
    user-select: none;
}


.payment-card {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 15px;
    margin-bottom: 12px;
    border: 1px solid #ddd;
    border-radius: 8px;
    cursor: pointer;
    background: #fff;
    transition: all 0.25s ease;
}

.payment-card img {
    height: 26px;
}

.payment-card span {
    font-size: 14px;
    font-weight: 500;
}

.payment-card input {
    display: none;
}

.payment-card.active {
    border-color: #4b47c0;
}

.payment-content {
    display: none;
    padding: 12px 15px;
    background: #fafafa;
    border-left: 3px solid #4b47c0;
    border-radius: 8px 8px 0 0;
    margin-bottom: -6px;
}

.device-form {
    margin: 0 auto;
    padding: 30px;
    border-radius: 12px;
}

.device-form h4 {
    margin-bottom: 15px;
    border-bottom: 2px solid #4b47c0;
    display: inline-block;
    padding-bottom: 5px;
}

.device-form label {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    cursor: pointer;
}

.device-form input[type="radio"],
.device-form input[type="checkbox"] {
    margin-right: 10px;
    width: 18px;
    height: 18px;
    accent-color: #4b47c0;
}

.header-upper {
    color: #222;
    height: 45px;
    padding: 10px;
    background: #f8f9fa;
}


.header-upper p {
    float: right;
    line-height: 2;
    margin-right: 10px;
    position: relative;
}

.offer-card {
    position: relative;
    background: #fff;
    padding: 15px;
    border-radius: 12px;
    transition: 0.3s;
}

.offer-card:hover {
    transform: translateY(-6px);
}

.discount-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #4b47c0;
    color: #fff;
    font-size: 13px;
    padding: 6px 10px;
    border-radius: 20px;
    font-weight: 600;
}

.offer-card img {
    width: 100%;
    border-radius: 10px;
}

.offer-card .brand {
    font-size: 13px;
    color: #777;
}

.new-price {
    color: #4b47c0;
    font-weight: 600;
    margin-right: 8px;
}

.old-price {
    text-decoration: line-through;
    color: #aaa;
}


.ribbon-card {
    position: relative;
    overflow: hidden;
}

.ribbon {
    position: absolute;
    top: 15px;
    right: -35px;
    background: #4b47c0;
    color: #fff;
    transform: rotate(45deg);
    width: 120px;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 0;
}


.overlay-card {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

.overlay-card img {
    width: 100%;
}

.overlay {
    position: absolute;
    inset: 0;
    background: #4b47c0 !important;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.3s;
}

.overlay-card:hover .overlay {
    opacity: 1;
}

.neon-card {
    position: relative;
    padding: 15px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid #4b47c0;
    height: 370px;
}

.neon-card::before {
    content: "";
    position: absolute;
    inset: -2px;
    background: #4b47c0 !important;
    border-radius: 20px;
    z-index: -1;
    animation: neonMove 3s linear infinite;
}

@keyframes neonMove {
    0% { filter: hue-rotate(0deg); }
    100% { filter: hue-rotate(360deg); }
}

.sale-tag {
    position: absolute;
    top: 12px;
    right: 12px;
    background: #4b47c0;
    color: #fff;
    padding: 5px 10px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 700;
}


/* ===== PRICE DETAILS CARD ===== */

.wrapper-box {
    display: flex;
    gap: 16px;
    background: #fff;
    border-radius: 16px;
    padding: 16px;
    transition: 0.3s ease;
}

.wrapper-box:hover {
    transform: translateY(-4px);
}

/* ===== IMAGE ===== */
.thumbnail {
    flex: 0 0 120px;
}

.card-img {
    border-radius: 14px;
    overflow: hidden;
    background: #f5f5f5;
}

.card-img img {
    width: 100%;
    transition: 0.4s;
}

.wrapper-box:hover img {
    transform: scale(1.08);
}

/* ===== CONTENT ===== */
.content {
    flex: 1;
}

.card-subtitle {
    font-size: 12px;
    color: #4b47c0;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.card-title a {
    font-size: 15px;
    font-weight: 600;
    color: #222;
    text-decoration: none;
}

.card-title a:hover {
    color: #4b47c0;
}

/* ===== PRICES ===== */
.product-prices {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 12px;
}

.price-wrapper {
    display: flex;
    gap: 20px;
}

.price-tag {
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

.price-tag span {
    font-size: 11px;
    color: #888;
    text-transform: uppercase;
}

.cash-price {
    color: #4b47c0;
}

.cash-voucher {
    color: #28a745;
}

/* ===== SELL BUTTON ===== */
.sell-btn button {
    background: #4b47c0;
    border: none;
    width: 178px;
    border-radius: 25px;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    transition: 0.3s;
}

.sell-btn button:hover {
    transform: scale(1.05);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 576px) {
    .wrapper-box {
        flex-direction: column;
        text-align: center;
    }

    .product-prices {
        flex-direction: column;
        gap: 12px;
    }

    .price-wrapper {
        justify-content: center;
    }
}

.rating {
    direction: rtl;
    font-size: 30px;
    display: flex;
    align-items: baseline;
}
.rating input {
    display: none;
}
.rating label {
    color: #ccc;
    cursor: pointer;
}
.rating input:checked ~ label,
.rating label:hover,
.rating label:hover ~ label {
    color: #4b47c0;
}

.details-payment {
    width: 50px;
}
