﻿

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

/*#48dfe7 original color*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* text-shadow: rgba(0,0,0,.01) 0 0 1px; */
}

:root {
    --bs-red: #e30d01 !important;
    --bs-purple: #27013e !important;
}

body {
    /*font-family: "Outfit", sans-serif; */
    font-family: "Outfit", sans-serif !important;
    /* font-size: 14px; */
    font-weight: 400;
    background-color: #ffffff;
    color: #000000;
    font-size: 14px;
}

p.welcometext {
    text-align: center;
    position: relative;
    color: #000 !important;
    margin-bottom: 20px;
}

div {
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul {
    list-style: none;
    margin-bottom: 0px;
}

a.searcicon {
    background: #feebef00;
    padding: 13px 10px;
    vertical-align: sub;
    margin-top: -10px;
    border-radius: 6px;
    margin-left: 0;
    font-size: 15px;
    font-weight: inherit;
    background-image: linear-gradient(to TOP, #feeaef00, #feeaef00);
}

.login {
    background: rgba(118, 187, 10, 0);
    color: #fff;
    font-size: 16px;
    border: none !important;
}

p {
    font-size: 13px;
    line-height: 21px;
    font-weight: 400;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
    text-shadow: rgba(0,0,0,.01) 0 0 1px;
}

    p a {
        display: inline;
        position: relative;
        color: inherit;
        /*border-bottom: solid 1px #ffa07f;*/
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        transition: all 200ms ease;
    }

a, a:hover, a:visited, a:active, a:link {
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
    text-shadow: rgba(0,0,0,.01) 0 0 1px;
}

p a:active {
    position: relative;
    color: #FF6347;
}

/*p a:hover {
    color: #FFFFFF;
}
*/
p a:hover::after {
    opacity: 0.2;
}

::selection {
}

p::selection {
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 14px;
}


h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
    text-shadow: rgba(0,0,0,.01) 0 0 1px;
    color: #42464e;
}

    h1::selection, h2::selection, h3::selection, h4::selection, h5::selection, h6::selection {
    }

.form-control {
    color: #db5246;
}

/*section {
    display: block;
    position: relative;
    box-sizing: border-box;
    margin-top: 0;
    padding-top: 116px;
*/ }

.row.remove_mar {
    background: #ffeffe;
}

.clear {
    clear: both;
}

.clearfix::before, .clearfix::after {
    content: "";
    display: table;
}

.clearfix::after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.float_left {
    float: left;
}

.float_right {
    float: right;
}

.trans_200 {
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.trans_300 {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.trans_400 {
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.trans_500 {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.fill_height {
    height: 100%;
}

.super_container {
    width: 100%;
    overflow: hidden;
}

.prlx_parent {
    overflow: hidden;
}

.prlx {
    height: 130% !important;
}

.nopadding {
    padding: 0px !important;
}

.button {
    display: inline-block;
    background: #fa7a23;
    border-radius: 5px;
    height: 48px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

    .button a {
        display: block;
        font-size: 18px;
        font-weight: 400;
        line-height: 48px;
        color: #FFFFFF;
        padding-left: 35px;
        padding-right: 35px;
    }

    .button:hover {
        opacity: 0.8;
    }

/*********************************
3. Header
*********************************/
.phone_detail {
    text-align: initial;
}

.header {
    background: none;
    background: none;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    z-index: auto;
    background-image: url(../images/abstract.jpg);
    background-position: 0em -169px;
}

/*********************************
3.1 Top Bar
*********************************/
.top_bar {
    width: 100%;
    height: 45px;
    background: rgb(90, 125, 21) !important;
    /* border-bottom: rgba(245,245,245,1); */
    z-index: 2;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.25882352941176473);
    background: none;
    /* border-bottom: 0px solid #e5e5e5; */
    /* background-image: url(//cdn.shopify.com/s/files/1/0102/1155/7435/t/10/assets/header_bg_image.jpg?85); */
    border-bottom: 1px solid rgba(137,142,145,0.1);
}

.header.scrolled .top_bar {
    display: none;
}

.top_bar_contact {
    display: inline-block;
}

.top_bar_contact_item {
    font-size: 16px;
    font-weight: 300;
    line-height: 44px;
    color: #2a345d;
    margin-right: 11px;
    font-weight: 400;
    font-weight: 400;
}

    .top_bar_contact_item:not(:first-child) {
        margin-right: 0px;
    }

    .top_bar_contact_item a {
        font-size: 14px;
        line-height: 36px;
        color: #000000;
        margin-right: 11px;
        font-weight: 3;
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        transition: all 200ms ease;
        font-weight: 400;
    }

        .top_bar_contact_item a:hover {
            color: #70a807;
        }

    .top_bar_contact_item:last-child {
        margin-right: 0px;
    }

.top_bar_icon {
    display: inline-block;
    margin-right: 11px;
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(1px);
    font-size: 16px;
    color: #2a345d;
}

.top_bar_menu {
    display: inline-block;
}

.top_bar_dropdown li {
    padding-left: 13px;
    padding-right: 13px;
}

.standard_dropdown li {
    display: inline-block;
    /*position: relative;*/
}


    .standard_dropdown li li {
        display: block;
        width: 100%;
        float: left;
        line-height: 53px;
    }

a.button-link {
    BORDER: 1PX SOLID #FFF;
    PADDING: 5PX 9PX;
    COLOR: #FFF;
}

.so-topbar-button {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: inline-block;
    text-align: center;
    height: 45px;
    line-height: 45px;
    margin-right: 100px;
    max-width: 200px;
}

.standard_dropdown li li a {
    display: block;
    width: 100%;
    font-size: 14PX;
    font-weight: 500;
    color: #130702 !important;
    line-height: 31px;
    text-shadow: none;
    border-width: 0 1px 0 0;
    border-style: solid;
    border-color: #ffffff;
    box-shadow: 0px 0px 0px #7d088a inset;
    MARGIN: 0px 0px;
    border-image: linear-gradient( to bottom, #fef8fd, rgb(254, 248, 253) ) 1 100%;
    text-transform: uppercase;
}

.standard_dropdown li:last-child a {
    border-bottom: none;
}

.standard_dropdown li.hassubs > a i {
    display: inline-block;
    margin-left: 5px;
}

.standard_dropdown li a {
    display: block;
    position: relative;
    font-size: 14px;
    font-weight: 300;
    color: #666;
    line-height: 45px;
    white-space: nowrap;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

    .standard_dropdown li a i {
        /* display: none; */
        -webkit-transform: translateY(-1px);
        -moz-transform: translateY(-1px);
        -ms-transform: translateY(-1px);
        -o-transform: translateY(-1px);
        transform: translateY(-1px);
        font-size: 12px;
    }



span.news h1 {
    font-size: 12px;
    color: #fff;
}

textarea:hover, input:hover, textarea:active, input:active, textarea:focus, input:focus, .form-control:focus {
    outline: none !important;
    border-color: #e0703f;
    box-shadow: none !important;
    background: #fff !important;
}
/*.main_nav_dropdown li li {
    background: url(../images/menu-heading-arrow.png) no-repeat 2% 50%;
}*/
ul.list-unstyled li a.FIRST {
    color: var(--bs-red);
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}

ul.list-unstyled li {
    margin-bottom: 10px;
    border-bottom: 1px solid #00000075;
    padding-bottom: 10px;
}

a.submenu-product {
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    color: #121110;
}

    a.submenu-product:hover {
        color: var(--bs-red);
    }

ul.standard_dropdown.main_nav_dropdown h4 {
    padding: 0 12px;
    font-size: xx-large;
    font-size: 14px;
    color: #000000;
    font-weight: 900;
    margin-top: 1em;
    margin-bottom: 9px;
}



.standard_dropdown ul ul {
    left: 100%;
    top: 0 !important;
    margin-left: 7px;
}

.top_bar_user {
    display: inline-block;
}

.user_icon {
    display: inline-block;
    margin-right: 7px;
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
    width: 15px;
}

    .user_icon img {
        width: 100%;
    }

.top_bar_user div {
    display: inline-block;
    height: 40px;
}

.top_bar_user i {
    font-size: 12px;
    PADDING-RIGHT: 4px;
}

/*.top_bar_user div:nth-child(2) {
    margin-right: 21px;
}*/
.top_bar_user a {
    font-size: 16px;
    font-weight: 300;
    line-height: 46px;
    color: rgba(251, 252, 246, 0.8313725490196079);
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.user_icon i {
    color: #fff;
    font-size: 16px;
    line-height: 0;
    vertical-align: sub;
}

/*.top_bar_user div:nth-child(2)::after {
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -13px;
    width: 1px;
    height: 17px;
    background: rgba(130, 120, 120, 0.49);
    content: '';
}*/
.top_bar_user a:hover {
    color: #093366;
}

/*********************************
3.2 Header Main
*********************************/
i.fa.fa-home {
    font-size: 31px;
    vertical-align: middle;
    /* background: yellowgreen; */
}

.header_main {
    padding: 0;
    height: 93PX;
    position: relative;
    background: #86c476;
}

.header.scrolled .header_main {
    display: none;
}

.header_main_item {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}




.logo a {
    font-size: 36px;
    font-weight: 500;
    color: #0e8ce4;
}

.logo_container {
    float: left;
}

.header_search {
    height: 41px;
    margin-left: 4em;
}

.header_search_content {
    top: 119%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 0px solid rgb(215, 224, 198);
    border-radius: 00;
}

@media (max-width:1024px) {
    .search-container input.form-control {
        min-width: 350px !important;
    }

    ul.navbar-nav.headerSlot li.nav-item {
        margin-left: 12px;
    }
}


@media (max-width: 991px) {

    nav.navbar.navbar-expand-lg.navbar-light.bg-light {
        position: relative;
    }
    #paymnt_btn{
        margin-left:0px!important;
    }
    .shop_table {
        overflow-x: auto;
        display: inline;
    }
    #progressdiv_cart {
        margin-right: 0 !important;
    }
    .why-image {
        flex-direction: column;
    }
    .card.top {
        top: 0px!important;
        right: 0px!important;
    }
    .card.bottom {
        bottom: 0!important;
        left: 0!important;
    }



    .collapseslot.responsive {
        display: block;
        transition: all .5s ease;
        transition-duration: 0.6s;
        transform: scaleY(1);
        position: absolute !important;
        background: #2b3d64;
        width: 100%;
        min-width: 400px;
        top: 0;
        right: 0px;
        box-shadow: 0px 0px 10px rgb(204 204 204 / 48%);
        /* z-index: -99999; */
    }

    ul.navbar-nav.headerSlot li.nav-item a.nav-link {
        margin-left: 0px !important;
        color: #fff !important;
    }

    .collapseslot {
        display: none;
    }

    .navbar-light .navbar-nav .nav-link {
        color: #ffffff;
    }

    ul.navbar-nav.headerSlot {
        align-items: inherit !important;
        padding: 0px;
    }

    nav.navbar.navbar-expand-lg.navbar-light {
        min-height: 0;
        margin-bottom: 0;
        height: 93px;
    }

    li.hassubs.nav-item {
        height: 26px;
    }

    ul.navbar-nav.headerSlot li.nav-item {
        margin-left: 0;
        margin-bottom: 20px;
    }

    li.nav-item.cart_plus i.fa.fa-cart-plus {
        color: #fff !important;
    }

    .add_cart {
        background: #ffffff !important;
        color: #121110 !important;
        right: 0px;
        left: 0px;
    }
}

@media(max-width:425px) {
    .header-search.header-same {
        display: none;
    }

    .header-logo.header-same a img {
        width: 50px;
    }



    ul.navbar-nav.headerSlot li.nav-item a.nav-link {
        font-size: 14px !important;
        color: #fff !important;
        font-weight: 500;
        padding: 5px 10px !important;
        border-bottom: 1px solid #ffffff3b;
    }

    ul.navbar-nav.headerSlot li.nav-item {
        margin-left: 0;
        margin-bottom: 10px;
    }

    header.header-section.fixed {
        position: inherit;
    }
}
.wave {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
}

@media(max-width:320px) {
    .collapseslot.responsive {
        width: 290px !important;
    }

    ul.navbar-nav.headerSlot {
        align-items: inherit !important;
        padding: 0 !important;
    }

    .txtSlot h4 {
        font-size: 23px !important;
        line-height: 36px;
    }
}

.header_search_form_container {
    width: 100%;
    /* height: 50px; */
}

.header_search_form {
    width: 100%;
    /* height: 100%; */
    background: #f1f1f1;
    color: #fff;
    border-radius: 0px;
    /* box-shadow: 0px 1px 3px #8f2aca; */
    HEIGHT: 50px;
    BORDER: 0PX SOLID #efdebf;
    border-radius: 5px;
}

li.nav-item.cart_plus i.fa.fa-cart-plus {
    font-size: 25px;
    color: #585858;
}

.add_cart {
    width: 20px;
    height: 20px;
    background: #402275;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 21px;
    font-size: 12px;
    position: absolute;
    top: -11px;
    right: 6px;
}

.header_search_input {
    display: block;
    background: none;
    position: relative;
    width: 100%;
    height: 100%;
    line-height: 56px;
    /* border: none !important; */
    outline: none !important;
    padding-left: 26px;
    color: #7f7f7f;
    float: left;
    border-radius: 6px;
    /* HEIGHT: 40PX; */
    BORDER: 0PX SOLID #fde5e6;
    box-shadow: none !important;
}

    .header_search_input::-webkit-input-placeholder {
        font-size: 13px !important;
        font-weight: 300;
        line-height: 50px;
        color: #757575 !important;
    }

    .header_search_input:-moz-placeholder /* older Firefox*/ {
        font-size: 16px !important;
        font-weight: 300;
        line-height: 50px;
        color: #a3a3a3 !important;
    }

    .header_search_input::-moz-placeholder /* Firefox 19+ */ {
        font-size: 16px !important;
        font-weight: 300;
        line-height: 50px;
        color: #a3a3a3 !important;
    }

    .header_search_input:-ms-input-placeholder {
        font-size: 16px !important;
        font-weight: 300;
        line-height: 50px;
        color: #a3a3a3 !important;
    }

    .header_search_input::input-placeholder {
        font-size: 16px !important;
        font-weight: 300;
        line-height: 50px;
        color: #a3a3a3 !important;
    }

.custom_dropdown {
    width: calc((100% - 50px) * 0.399);
    height: 50px;
    float: left;
    padding-left: 26px;
}

    .custom_dropdown::before {
        display: block;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        width: 1px;
        height: 28px;
        background: #e5e5e5;
        content: '';
    }

.custom_dropdown_list i {
    display: inline-block;
    color: #a3a3a3;
    font-size: 10px;
    margin-left: 3px;
    -webkit-transform: translateY(-1px);
    -moz-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    -o-transform: translateY(-1px);
    transform: translateY(-1px);
}

.custom_dropdown_placeholder {
    display: inline-block;
    font-size: 13px;
    font-weight: 300;
    color: #656161;
    line-height: 48px;
    cursor: pointer;
}

    .custom_dropdown_placeholder i {
    }

.custom_list {
    text-align: left;
    position: absolute;
    padding: 0;
    top: 75px;
    left: -15px;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0 0 25px rgba(63, 78, 100, 0.15);
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -ms-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: all 0.2s ease;
}

    .custom_list.active {
        visibility: visible;
        opacity: 1;
        top: 50px;
        box-shadow: 0 0 25px rgba(63, 78, 100, 0.15);
        -webkit-transition: opacity 0.3s ease;
        -moz-transition: opacity 0.3s ease;
        -ms-transition: opacity 0.3s ease;
        -o-transition: opacity 0.3s ease;
        transition: all 0.3s ease;
    }

    .custom_list li {
        height: 35px;
        padding-left: 15px;
        padding-right: 15px;
        background: #FFFFFF;
    }

        .custom_list li a {
            display: block;
            color: #a3a3a3;
            line-height: 35px;
            border-bottom: solid 1px #ededed;
            -webkit-transition: all 200ms ease;
            -moz-transition: all 200ms ease;
            -ms-transition: all 200ms ease;
            -o-transition: all 200ms ease;
            transition: all 200ms ease;
        }

            .custom_list li a:hover {
                color: #000;
            }

select {
    display: inline;
    border: 0;
    width: auto;
    margin-left: 10px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #000;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
    .product-thumb .d-fleximage{
        height:200px;
    }
.product-thumb .d-fleximage img{
    height: 100%!important;
}
    input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus textarea:-webkit-autofill, textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus {
        border: 1px solid fff;
        /*-webkit-text-fill-color: #fff;*/
        -webkit-box-shadow: 0 0 0px 1000px #fff inset;
        transition: background-color 5000s ease-in-out 0s;
    }

    input:focus, textarea:focus, select:focus {
        background-color: rgba(169, 64, 64, 0) !important;
    }

.trends_favs i {
    display: none;
}

.searcicon {
    position: absolute;
    right: 0px;
    z-index: 9999;
    top: 11px;
    font-size: 19px;
    color: #eceede;
}

select#productname, option.kdl {
    background: linear-gradient(to bottom, #8ab914 0%,#9fd41a 0%,#81b304 99%);
    border-radius: 5px;
    padding: 0px 6px;
    position: relative;
    border: 0px solid #fffdfd;
    line-height: 36px;
    vertical-align: text-top;
    margin-top: -18px;
    display: inline-block;
    bottom: 0;
    z-index: 9999;
    position: relative;
    left: 0;
    padding: 2px 23px;
}

/*select#productname {
    color: #274011;
    border: 1px solid #fff;
    padding: 0;
    border: 1px solid #f3f2f2;

    vertical-align: inherit;
}*/
select:hover {
    cursor: pointer;
}

select option {
    border: 0;
    border-bottom: 1px solid #555;
    padding: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.header_search_button {
    position: absolute;
    top: 0;
    right: 0;
    width: 47px;
    /* height: 100%; */
    background: #58b507;
    border: none;
    outline: none;
    cursor: pointer;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-radius: 25px;
    margin: 3px 4px;
    padding: 11px 0px;
}

.wishlist_cart {
    height: 93px;
}

.wishlist {
    margin-right: 37px;
}

.wishlist_icon {
    font-size: 14px;
    color: #4a4d58;
    font-weight: 5;
}

.wishlist_content {
    margin-left: 0;
    bo-re: bo;
    /* border: 1px solid #fff; */
}

.wishlist_text a {
    font-size: 15px;
    font-weight: 300;
    color: #000000;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

    .wishlist_text a:hover {
        color: #0e8ce4;
    }

.wishlist_text {
    color: #feeaef;
    font-size: 20px;
    /* font-family: 'Poppins', sans-serif !important; */
    font-weight: 400;
}

.wishlist_count a {
    margin-top: 0;
    color: #feeaef;
    font-size: 20px;
    font-weight: 700;
    /* font-family: 'Poppins', sans-serif !important; */
}

.cart_count {
    position: absolute;
    bottom: 26px;
    right: 5px;
    width: 20px;
    height: 20px;
    background: #654e24;
    border-radius: 50%;
    text-align: center;
}

    .cart_count span {
        display: block;
        line-height: 18px;
        font-size: 12px;
        color: #FFFFFF;
        -webkit-transform: translateY(1px);
        -moz-transform: translateY(1px);
        -ms-transform: translateY(1px);
        -o-transform: translateY(1px);
        transform: translateY(1px);
    }

.cart_icon img {
    /* width: 100%; */
    width: 34px;
    /* height: 51px; */
}

.cart_content {
    margin-left: 9px;
}

.cart_text a {
    font-size: 14px;
    font-weight: 500;
    color: #fcc1c9;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

    .cart_text a:hover {
        color: #000;
        /* font-family: Verlag!important; */
    }

img.add-img {
    width: 100%;
}

.cart_price {
    font-size: 14px;
    color: #f95421;
    margin-top: 1px;
    font-weight: 500;
}

.cart_icon i {
    line-height: 41px;
    border-radius: 50%;
    background: #115c9a;
    display: inline-block;
    width: 36PX;
    height: 36PX;
    font-size: 18px;
    color: #fff;
}

/*********************************
3.3 Main Navigation
*********************************/
.text-keyword a {
    color: #a5a5a9 !important;
}

.text-keyword.hidden-sm.hidden-xs {
    display: block;
    font-size: 11px;
    display: inline-flex;
    margin-top: 0;
    margin-left: 0;
}

a.btn.btn-primary.btn-lg {
    /* background:#d805a3; */
    background-image: url(../images/abstract.jpg) !important;
    background-position: 3em 15em !important;
}

.dp_detail > table > tbody > tr > td {
    padding: 0px 5px;
    color: unset;
    font-size: 15px;
    font-weight: 500;
    color: #505050;
    text-align: left;
}

.dp_detail {
    margin: 12px;
}

.main_nav {
    /* position: absolute; */
    /* background: #270d02; */
    width: 100%;
}




.header.scrolled .main_nav {
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.mega-menu-areaa {
    width: 1130px !important;
}

.main_nav_content {
    width: 100%;
    justify-content: flex-end;
}

.cat_menu_container {
    width: 44%;
    height: 100%;
    padding-left: 35px;
    cursor: pointer;
    z-index: 1;
    font-weight: 600;
    line-height: 36px;
    border-radius: 5px;
    margin-top: 5px;
    text-align: right;
    color: #ce0680;
    font-size: 16px;
    display: none;
}

.cat_menu_title {
    height: 100%;
}

.cat_burger {
    width: 18px;
    height: 14px;
}

    .cat_burger span {
        display: block;
        position: absolute;
        left: 0;
        width: 100%;
        height: 3px;
        background: #000000;
    }

        .cat_burger span:nth-child(2) {
            top: 6px;
        }

        .cat_burger span:nth-child(3) {
            top: 12px;
        }

.cat_menu_text {
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-left: 20px;
}

.cat_menu_container ul {
    BORDER-RADIUS: 3PX;
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    /*visibility: hidden;
	opacity: 0;*/
    min-width: 100%;
    background: #FFFFFF;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: all 0.3s ease;
}

.cat_menu_container > ul {
    padding-top: 0px;
    margin-top: 15px;
}

.cat_menu_container:hover .cat_menu {
    visibility: visible;
    opacity: 1;
}




ul.cat_menu > li:first-child {
    border-top: 2px solid #ebebeb;
}

ul.cat_menu > li:last-child {
    border-bottom: 2px solid #ebebeb;
}

ul.cat_menu {
    border-left: 2px solid #ebebeb;
    border-right: 2px solid #ebebeb;
}

    ul.cat_menu:before {
        background-color: #fff;
        border-right: 2px solid #ebebeb;
        border-top: 2px solid #ebebeb;
        top: -8px;
        content: "";
        display: inline-block;
        height: 16px;
        left: 50%;
        margin-left: -8px;
        position: absolute;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        width: 16px;
        z-index: 10001;
    }

.cat_menu li {
    display: block;
    position: relative;
    width: auto;
    height: 44px;
    border-bottom: solid 1px #f2f2f2;
    padding-left: 35px;
    padding-right: 30px;
    white-space: nowrap;
}

    .cat_menu li.hassubs > a i {
        display: block;
    }

    .cat_menu li a {
        display: block;
        position: relative;
        font-size: 14px;
        font-weight: 400;
        color: #000000;
        line-height: 46px;
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        transition: all 200ms ease;
    }

        .cat_menu li a:hover {
            color: #f96a36;
        }

        .cat_menu li a i {
            display: none;
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            right: 0;
            font-size: 12px;
        }

    .cat_menu li ul {
        display: block;
        position: absolute;
        top: 35px;
        left: 100%;
        visibility: hidden;
        opacity: 0;
        width: 100%;
        background: #FFFFFF;
        box-shadow: 0px 10px 25px rgba(0,0,0,0.1);
    }

    .cat_menu li:hover > ul {
        top: 0;
        visibility: visible;
        opacity: 1;
    }

.main_nav_dropdown li:last-child {
    margin-right: 0px;
}

ul.logos_list img {
    width: 100%;
}

.cart_icon {
    border-radius: 50%;
    padding: 1px 1px;
    float: left;
    text-align: center;
    /* background: #f95421; */
}

li.hassubs img {
    position: absolute;
    top: 12px;
    right: 14px;
    /* height: auto; */
    margin: 0px;
}

.banner-hover img {
    width: 100%;
}

.banner-hover {
    position: relative;
    z-index: 1;
    display: block;
}

.imf1 img {
    width: 100%;
}

.header_main.fixed {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 9999;
}

.main_nav_dropdown li a {
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 0px 8px;
    transition: all 0.2s linear 0s;
    font-weight: 600;
    text-transform: none;
    border: none !important;
    line-height: 40px;
}

    .main_nav_dropdown li a:hover {
        background: #e0703f;
        color: #fff;
        border-radius: 5px;
    }

    .main_nav_dropdown li a.active {
        background: #e0703f;
        color: #fff;
        border-radius: 5px;
    }

a.btn.btn-outline {
    background: none;
    border: 0px;
    font-size: 14px !important;
    color: #313131 !important;
    font-weight: 600;
    padding: 0px 5px !important;
}



.main_nav_dropdown li li {
    padding-left: 0px;
    padding-right: 15px;
    margin-right: 0px;
    line-height: 53px;
}

.menu_trigger_container {
    display: none;
    width: auto;
    height: 100%;
    padding-right: 25px;
    padding-left: 25px;
    cursor: pointer;
}

.menu_trigger {
    height: 100%;
}




.menu_burger_inner {
    display: inline-block;
}

.menu_trigger_text {
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-right: 16px;
}

.main-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* padding-right: 15px; */
    /* padding-left: 15px; */
    /* margin-right: auto; */
    /* margin-left: auto; */
    /* width: 113% !important;*/
    /*  height: 93px;
    margin-left: -78px !important;*/
}

.header-menu.header-same nav.navbar.navbar-expand-lg.navbar-light.sticky-top {
    padding: 0px;
    margin: 0px;
}
/*.header-logo {
    width: 95px;
}*/
.header-logo.header-same a img {
    width: 100%;
}



/**************new Project SSDL  style cssssssssss******************************/
section.fashion_sec {
    padding: 80px 0px 30px 0px;
    background: #f2f2f2;
}

.slider_slot {
    background: white;
    margin-top: 30px;
    margin-left: -50px;
}

.clothe_imgs img {
    width: 100%;
    height: 400px;
}

.clothe_sec {
    position: relative;
}

.clothe_content {
    position: absolute;
    top: 50%;
    left: 35%;
    transform: translate(-35%, -50%);
    text-align: center;
}

    .clothe_content h2 {
        font-size: 24px;
        font-weight: 600;
        color: #fff;
        margin: 0px;
    }

    .clothe_content p {
        color: #fff;
        text-align: center;
    }

.counter-section:after {
    content: "";
    position: absolute;
    background-image: url(../images/Moringa_Powder.jpg);
    background-size: cover;
    background-attachment: fixed;
    z-index: -2;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0.5;
    background-position: center center;
}

section.fashion_sec.for_women {
    padding: 0px 0px 40px 0px;
}

.womenslot h2 {
    color: #121110;
}

.womenslot p {
    color: #121110;
}



   

.about_txt p {
    font-size: 15px;
    line-height: 28px;
}
/*.submit_btn {
    text-align: center;
}*/
.submit_btn a {
    line-height: 45px;
    background: #fff;
    width: 150px;
    height: 45px;
    display: inline-block;
    color: #000;
    text-align: center;
    border-radius: 30px;
    text-decoration: none;
    box-shadow: 1px 1px 7px 0px #48dfe7;
}

/*                ==========================================================================
*/

.problem-solution {
    padding: 100px 0;
    position: relative;
    background: linear-gradient(135deg, #f8f9ff, #fefeff);
    overflow: hidden;
}

/* Floating Shapes */
.shape {
    position: absolute;
    border-radius: 50%;
    opacity: 0.2;
    animation: float 6s ease-in-out infinite;
}

.shape1 {
    width: 120px;
    height: 120px;
    background: #a855f7;
    top: 15%;
    left: 5%;
}

.shape2 {
    width: 200px;
    height: 200px;
    background: #06b6d4;
    bottom: 10%;
    right: 10%;
    animation-delay: 2s;
}

.shape3 {
    width: 150px;
    height: 150px;
    background: #f43f5e;
    top: 70%;
    left: 20%;
    animation-delay: 4s;
}

@keyframes float {
    0%,100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-30px);
    }
}

/* Problem Text */
.problem h3 {
    font-size: 48px;
    font-weight: 800;
    color: var(--bs-purple);
    margin-bottom: 25px;
    position: relative;
}

    .problem h3::after {
        content: "";
        position: absolute;
        bottom: -10px;
        left: 0;
        width: 60px;
        height: 4px;
        background: var(--bs-purple);
        border-radius: 4px;
    }

.problem ul {
    padding-left: 20px;
}

    .problem ul li {
        font-size: 16px;
        margin-bottom: 15px;
        font-weight: 500;
        color: #333;
        position: relative;
        opacity: 0;
        animation: slideUp 1s ease forwards;
    }

        .problem ul li:nth-child(1) {
            animation-delay: 0.3s;
        }

        .problem ul li:nth-child(2) {
            animation-delay: 0.6s;
        }

        .problem ul li:nth-child(3) {
            animation-delay: 0.9s;
        }

        .problem ul li::before {
            content: "✔";
            position: absolute;
            left: -25px;
            color: var(--bs-purple);
            font-weight: bold;
            font-size: 20px;
        }

/* Image */
.img-section {
    text-align: center;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
    background: rgba(255,255,255,0.6);
    backdrop-filter: blur(12px);
    padding: 15px;
    transition: transform 0.4s ease;
}

    .img-section img {
        max-width: 100%;
        border-radius: 15px;
        transition: transform 0.5s ease;
    }

    .img-section:hover img {
        transform: scale(1.05);
    }

    .img-section:hover {
        transform: translateY(-10px);
    }

/* Animations */
@keyframes slideUp {
    from {
        transform: translateY(30px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}



/*                ==========================================================================
*/

/* Solution Section */

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/

/* Section Background */
.problem-solution.solution {
    padding: 100px 0;
    position: relative;
    background: linear-gradient(135deg, #fdfbfb, #ebedee);
    overflow: hidden;
}

/* Floating Shapes */
.shape {
    position: absolute;
    border-radius: 50%;
    opacity: 0.15;
    animation: float 8s ease-in-out infinite;
}

.shape1 {
    width: 120px;
    height: 120px;
    background: #06b6d4;
    top: 10%;
    left: 5%;
}

.shape2 {
    width: 200px;
    height: 200px;
    background: #a855f7;
    bottom: 15%;
    right: 10%;
    animation-delay: 2s;
}

.shape3 {
    width: 150px;
    height: 150px;
    background: #f43f5e;
    top: 70%;
    left: 20%;
    animation-delay: 4s;
}

.shape4 {
    width: 100px;
    height: 100px;
    background: #22c55e;
    bottom: 5%;
    left: 45%;
    animation-delay: 6s;
}

@keyframes float {
    0%,100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-40px);
    }
}

/* Heading */
.text-section h3 {
    font-size: 48px;
    font-weight: 800;
    color: var(--bs-purple);
    margin-bottom: 30px;
    position: relative;
}

    .text-section h3::after {
        content: "";
        position: absolute;
        bottom: -12px;
        left: 0;
        width: 70px;
        height: 5px;
        background: var(--bs-purple);
        border-radius: 5px;
        animation: slideIn 1s ease forwards;
    }

/* List Items */
.text-section ul {
    padding-left: 20px;
}

    .text-section ul li {
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 15px;
        color: #333;
        opacity: 0;
        transform: translateX(40px);
        animation: fadeInRight 1s forwards;
    }

        .text-section ul li:nth-child(1) {
            animation-delay: 0.3s;
        }

        .text-section ul li:nth-child(2) {
            animation-delay: 0.6s;
        }

        .text-section ul li:nth-child(3) {
            animation-delay: 0.9s;
        }

        .text-section ul li:nth-child(4) {
            animation-delay: 1.2s;
        }

        .text-section ul li:nth-child(5) {
            animation-delay: 1.5s;
        }

        .text-section ul li:nth-child(6) {
            animation-delay: 1.8s;
        }

        .text-section ul li::before {
            content: "✔";
            position: absolute;
            left: -25px;
            color: var(--bs-purple);
            font-weight: bold;
            font-size: 20px;
        }

/* Image Section */
.img-section {
    text-align: center;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
    background: rgba(255,255,255,0.4);
    backdrop-filter: blur(10px);
    padding: 20px;
    transition: transform 0.4s ease;
    animation: floatImage 6s ease-in-out infinite;
}

    .img-section img {
        max-width: 100%;
        border-radius: 15px;
        transition: transform 0.5s ease;
    }

    .img-section:hover img {
        transform: scale(1.08);
    }

    .img-section:hover {
        transform: translateY(-12px);
    }

/* Animations */
@keyframes slideIn {
    from {
        width: 0;
    }

    to {
        width: 70px;
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(40px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes floatImage {
    0%,100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }
}



/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/



.company-product {
    padding: 80px 0;
    background: linear-gradient(135deg, #f3f3f3, #e9e9ff);
    overflow: hidden;
    position: relative;
}

    /* Heading */
    .company-product .product-inner-section h5 {
        font-size: 64px;
        text-transform: uppercase;
        font-weight: 700;
        color: var(--bs-purple);
        text-align: center;
        animation: fadeInDown 1s ease;
        letter-spacing: 2px;
    }

.header_title h5 {
    font-size: 38px;
    color: #121110;
    font-weight: 700;
    position: relative;
    margin-left: 50px;
    animation: fadeInLeft 1.2s ease;
}

    .header_title h5:before {
        content: '';
        position: absolute;
        top: 20px;
        left: -45px;
        border: 2px solid #f80100;
        width: 40px;
        animation: slideLine 1.5s infinite alternate;
    }

/* Inner Box */
.company-product .product-inner-section .innner {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    width: 70%;
    padding: 50px 40px;
    background: linear-gradient(135deg, var(--bs-purple), #7e57c2);
    margin: 40px auto 0;
    border-radius: 20px;
    animation: fadeInUp 1.2s ease;
    transition: transform 0.5s ease, box-shadow 0.5s ease;

}

    .company-product .product-inner-section .innner:hover {
        transform: translateY(-10px) scale(1.03);
        box-shadow: rgba(240, 46, 170, 0.4) 0px 20px 30px;
    }

    .company-product .product-inner-section .innner ul {
        padding-left: 0;
        list-style: none;
    }

        .company-product .product-inner-section .innner ul li {
            font-size: 28px;
            color: white;
            margin: 12px 0;
            transition: all 0.3s ease;
        }

            .company-product .product-inner-section .innner ul li:hover {
                transform: translateX(10px);
                color: var(--bs-red);
            }

            .company-product .product-inner-section .innner ul li .fa-arrow-right {
                margin-right: 10px;
                transition: transform 0.3s ease;
            }

            .company-product .product-inner-section .innner ul li:hover .fa-arrow-right {
                transform: translateX(5px) rotate(20deg);
            }

.product-inner-section h5::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 0%;
    height: 4px;
    background: var(--bs-purple);
    border-radius: 4px;
    transition: width 0.5s ease;
    position: relative;
    
}
.product-inner-section h5:hover::after {
    width: 100%;
}
/* Circle Image Box */
.company-product .product-inner-section .div-1 {
    width: 240px;
    height: 240px;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    text-align: center;
    border: 8px solid white;
    margin: 0px auto;
    transition: 0.6s;
    cursor: pointer;
    overflow: hidden;
    animation: bounceIn 1.2s ease;
}

    .company-product .product-inner-section .div-1 img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        transition: transform 0.6s ease;
    }

    .company-product .product-inner-section .div-1:hover img {
        transform: scale(1.1) rotate(10deg);
    }

    .company-product .product-inner-section .div-1:hover {
        transform: rotate3d(1, 1, 1, 25deg) scale(1.05);
        box-shadow: rgba(240, 46, 170, 0.4) 5px 10px 20px, rgba(240, 46, 170, 0.3) 10px 20px 30px;
    }

/* Flexbox Layout */
.company-product .product-inner-section .main-box {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

/* Animations */
@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-40px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-50px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(40px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes bounceIn {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }

    60% {
        transform: scale(1.1);
        opacity: 1;
    }

    100% {
        transform: scale(1);
    }
}

@keyframes slideLine {
    from {
        left: -45px;
    }

    to {
        left: -20px;
    }
}


.header_title span {
    background: #f80100;
    padding: 5px 10px;
    color: #fff;
}

.welcomeSlot .owl-nav {
    display: none;
}

section.our_services {
    padding: 60px 0px;
    background: #f2f2f2;
}

.service-box {
    position: relative;
    margin-bottom: 30px;
    border-radius: 10px;
    overflow: hidden;
    transition: all .5s ease;
    height: 290px;
}
/*.service-box:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 93.5%;
    background: rgba(0,0,0,0.2);
    overflow: hidden;
}*/
img.service_img {
    width: 100%;
    height: 270px;
    object-fit: inherit;
    object-position: 50%;
}

.service-txt {
    text-align: center;
    margin: 0px 10px;
    position: relative;
    top: -25px;
}

    .service-txt h2 {
        font-size: 18px;
        background: var(--bs-red);
        border-radius: 5px;
        padding: 12px 20px;
        color: #fff;
    }

.overlaySlot {
    position: absolute;
    top: 300px;
    left: 0px;
    background: var(--bs-red);
    width: 100%;
    height: 100%;
    padding: 20px 30px;
    color: #fff;
    transition: all .5s ease;
    border-radius: 5px;
    cursor: pointer;
}

    .overlaySlot p {
        text-align: justify;
        color: #fff;
    }

.service-box:hover .overlaySlot {
    top: 0px;
    transition-duration: 0.6s;
}

.product_imgs img {
    width: 100%;
    border-radius: 7px;
    border: 1px solid rgba(0,0,0,.125);
    cursor: pointer;
}

.product_imgs {
    margin-bottom: 30px;
}
/*.service-box:hover .service-txt {
    display: none;
}*/
.choose_header {
    text-align: center;
    margin-bottom: 45px;
}

.gapping {
    margin-top: 20px;
}

#productimages {
    display: none;
}

.choose_header h3 {
    font-size: 42px;
    font-weight: 800;
    color: var(--bs-purple);
    text-transform: uppercase;
}
    .choose_header h3 span{
        color:var(--bs-red);
    }

    .choose_header p {
        text-align: center;
    }

/* Main About Section */

/*===========================================================================
*/

.about_section {
    position: relative;
    background: linear-gradient(135deg, #1a002d9c, #200052);
    color: #fff;
    padding: 100px 20px 100px 20px;
    overflow: hidden;
}

/* Heading */
.choose_header h3 {
    font-size: 36px;
    font-weight: 700;
    color:var(--bs-purple);
    text-align: center;
}

    .choose_header h3 span {
        color: var(--bs-red);
    }

.line-brack {
    width: 100px;
    height: 4px;
    background: var(--bs-red);
    margin: 10px auto 30px;
    border-radius: 10px;
    animation: lineGlow 2s infinite alternate;
}

@keyframes lineGlow {
    from {
        box-shadow: 0 0 5px #ff4da6;
    }

    to {
        box-shadow: 0 0 20px #ff4da6;
    }
}

/* Image with blob bg */
.about_imgs {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .about_imgs img {
        width: 100%;
        border-radius: 20px;
        z-index: 2;
        box-shadow: 0 10px 25px rgba(0,0,0,0.4);
    }

.blob-bg {
    position: absolute;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(255,77,166,0.7), rgba(77,0,166,0.6));
    border-radius: 50%;
    filter: blur(80px);
    animation: blobMove 8s infinite ease-in-out alternate;
    z-index: 1;
}

@keyframes blobMove {
    0% {
        transform: translate(-40px, -40px) scale(1);
    }

    50% {
        transform: translate(40px, 20px) scale(1.2);
    }

    100% {
        transform: translate(-30px, 30px) scale(1);
    }
}

/* Text Glass Effect */
.glass-card {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.2);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 25px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.4);
}

.about_txt p {
    font-size: 15px;
    line-height: 1.8;
    color: #eee;
}

.custom-btn {
    display: inline-block;
    margin-top: 20px;
    padding: 12px 28px;
    background: linear-gradient(45deg, #ff4da6, #ff0066);
    color: #fff;
    text-decoration: none;
    border-radius: 30px;
    font-weight: 600;
    transition: all 0.4s ease;
    box-shadow: 0 5px 15px rgba(255,77,166,0.4);
}

    .custom-btn:hover {
        background: linear-gradient(45deg, #ff0066, #ff4d4d);
        transform: translateY(-3px) scale(1.05);
    }

/* Floating Particles */
.particles span {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    opacity: 0.5;
    animation: particleMove 10s infinite linear;
}

    .particles span:nth-child(1) {
        top: 20%;
        left: 10%;
        animation-delay: 0s;
    }

    .particles span:nth-child(2) {
        top: 60%;
        left: 20%;
        animation-delay: 2s;
    }

    .particles span:nth-child(3) {
        top: 40%;
        left: 80%;
        animation-delay: 4s;
    }

    .particles span:nth-child(4) {
        top: 70%;
        left: 50%;
        animation-delay: 6s;
    }

    .particles span:nth-child(5) {
        top: 30%;
        left: 90%;
        animation-delay: 8s;
    }

@keyframes particleMove {
    0% {
        transform: translateY(0) scale(1);
        opacity: 0.5;
    }

    50% {
        transform: translateY(-60px) scale(1.2);
        opacity: 0.9;
    }

    100% {
        transform: translateY(0) scale(1);
        opacity: 0.5;
    }
}



/*===========================================================================
*/
.custom-btn {
    background: var(--bs-purple);
    padding: 5px 15px;
    display: inline-block;
    color: white;
    border-radius: 2px;
    transition: 0.5s;
}

    .custom-btn:hover {
        background-color: var(--bs-red);
        color: white !important;
    }

.line-brack {
    border-bottom: 3px solid #fff;
    padding: 10px 0px 0px;
    margin-bottom: 10px;
    width: 40%;
    margin: 0px auto 15px;
    position: relative;
}

    .line-brack:after {
        content: '';
        position: absolute;
        top: 3px;
        left: 50%;
        width: 15px;
        height: 15px;
        border: 4px solid var(--bs-red);
        background: white;
        /* transform: translate(-50%, -50%); */
        transform: rotate( 45deg );
    }





.about_imgs img {
    width: 100%;
    border-radius: 10px;
}




section.nkSlot {
    margin-top: 90px;
}

.img-home {
    height: 259px;
    width: 100%;
    position: relative;
    border: 1px solid #ccc;
    margin-bottom: 30px;
}

    .img-home span {
        color: transparent;
        display: inline-block;
        height: 100%;
        opacity: 1;
        transition: all 1s ease-in-out 0s;
        width: 100%;
    }

    .img-home a span.img-banner2 {
        background: url('../images/garment-img4.jpg') no-repeat scroll 0 0;
        background-size: 100% 100%;
        opacity: 1;
    }

    .img-home span.img-banner2-hover {
        background: url('../images/combo_imgs3.jpg') no-repeat scroll 0 0;
        background-size: 100% 100%;
        opacity: 0;
        position: absolute;
        left: 0;
        top: 0;
        width: 0;
    }

    .img-home:hover span.img-banner2-hover {
        opacity: 1;
        width: 100%;
    }



    .img-home a span.img-banner3 {
        background: url('../images/combo_imgs3.jpg') no-repeat scroll 0 0;
        background-size: 100% 100%;
        opacity: 1;
    }

    .img-home span.img-banner3-hover {
        background: url('../images/combo_imgs4.jpg') no-repeat scroll 0 0;
        background-size: 100% 100%;
        opacity: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: 0;
    }

    .img-home:hover span.img-banner3-hover {
        opacity: 1;
        width: 100%;
    }


    .img-home a span.img-banner1 {
        background: url('../images/combo_imgs4.jpg') no-repeat scroll 0 0;
        background-size: 100% 100%;
        opacity: 1;
    }

    .img-home span.img-banner1-hover {
        background: url('../images/garment-img4.jpg') no-repeat scroll 0 0;
        background-size: 100% 100%;
        opacity: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: 0;
    }

    .img-home:hover span.img-banner1-hover {
        opacity: 1;
        width: 100%;
    }












section.choose_Sec:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 47%;
    height: 100%;
    background-image: url('../images/aa.jpg');
    /*background-image: url(http://www.clarioninfotech.com/img/slider/slider2.jpg);*/
    background-position: top;
    background-size: cover;
}

section.choose_Sec {
    background: var(--bs-purple);
    background-repeat: no-repeat;
    background-size: cover;
    margin: 60px 0px;
    position: relative;
    /*    height: 530px;
*/
}

.image_Slider {
    border: 1px solid #ccc;
    height: 135px;
    border-radius: 5px;
    overflow: hidden;
    padding: 0px;
}


.wy-chooseus {
    position: relative;
}

ul.aboutimg {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0px;
}

    ul.aboutimg li {
        margin-left: 15px;
        width: 20%;
    }

        ul.aboutimg li img {
            width: 100%;
            border-radius: 5px;
            height: 85px;
        }

.nkSlot {
    display: none;
}

.view-all {
    text-align: center;
    margin-top: 30px;
}

.welcomecontent h5 {
    font-size: 34px;
    color: #fff;
    font-weight: 500;
    margin: 20px 0px 10px 0px;
    text-transform: uppercase;
}

.welcomecontent p {
    color: #fff;
    font-weight: 400;
}


.inner-banner {
    background: url(https://media.istockphoto.com/id/1355454999/video/black-teen-girl-whispering-friend-shocking-secret-trustful-relations-gossiping.jpg?s=640x640&k=20&c=RFOKH-yOdfdTHlPT3v40z5c80_TzbKnMj8UJzVzJBkc=) !important;
    background-size: cover !important;
    background-position: center !important;
    height: 300px;
    position: relative;
    display: table;
    width: 100%;
    padding: 0px;
}



.comeingsoom_img img {
    width: 100%;
    height: 260px;
    /* object-fit: scale-down; */
}

.comeingsoom_text {
    padding: 10px 0px;
    background: #f80100;
}

    .comeingsoom_text a {
        font-size: 20px;
        color: #fff;
        font-weight: 500;
        padding: 10px 15px;
    }

        .comeingsoom_text a:hover {
            text-decoration: none;
            color: #fff;
        }

.videoSlot img {
    width: 100%;
}

section.product_slider .owl-nav {
    display: none;
}

.comeingsoom_img {
    overflow: hidden;
}

    .comeingsoom_img img:hover {
        transform: scale(1.1);
        cursor: pointer;
        transition-duration: 0.3s;
    }

section.newsletter {
    /* background-image: linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.8)), url('../images/bg-newletter.jpeg');*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 0;
    padding: 50px 0px;
    background: linear-gradient(98deg,rgba(227, 13, 1, 1) 0%, rgba(39, 1, 62, 1) 100%);
}

.newsletter_txt h3 {
    color: #ffffff;
    font-size: 26px;
    line-height: 37px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: left;
}

.newsletter_txt p {
    color: #fff;
    font-size: 15px;
    line-height: 25px;
    text-align: left;
    margin: 0px;
}

.newsletterform input.form-control {
    border: 0px;
    border-radius: 0px;
    width: 100%;
    height: 45px;
    color: #121110;
    background: #fff;
    border: 3px solid var(--bs-red);
}

button.subscribe_btn {
    position: absolute;
    width: 150px;
    top: 0px;
    right: 0px;
    height: 45px;
    border-style: none;
    background: var(--bs-red);
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    margin: 0;
    float: right;
    outline: none;
    cursor: pointer;
}


    button.subscribe_btn:hover {
        background: var(--bs-purple);
    }



.txtSlot {
    text-align: center;
    padding: 100px;
}

    .txtSlot h4 {
        font-size: 40px;
        font-weight: 500;
        line-height: 45px;
        letter-spacing: 1px;
        margin-bottom: 30px;
    }

    .txtSlot a {
        color: #fff;
        text-transform: uppercase;
        border: 1px solid #fff;
        padding: 10px 40px;
        display: inline-block;
        font-size: 15px;
        transition-duration: 0.3s;
    }

.counter-section {
    background: #000;
    position: relative;
    opacity: 0.9;
    padding: 50px 0px;
    margin-bottom: 30px;
    z-index: 999;
    height: 400px;
}

.search-icon {
    position: absolute;
    top: 1px;
    right: 0px;
}

    .search-icon i {
        font-size: 18px;
        background: #402275;
        padding: 9px 15px;
        height: 36px;
        width: 47px;
        color: #fff;
        border-top-right-radius: 7px;
        border-bottom-right-radius: 7px;
    }

.search-container input.form-control {
    height: 38px;
    width: 100%;
    min-width: 390px !important;
    background: #fdfbfb;
    font-size: 14px !important;
    border-radius: 7px;
}

.home-slider-first {
    padding: 91px 0 0 0;
}
    /*.carousel-inner {
    height: 600px;
}*/
    .home-slider-first img {
        height: 100%;
    }
header.header-section.fixed {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 99;
    padding: 8px 0;
    /*    background: #f6f6f6;
*/
}

header.header-section {
    /*background: #00000066;*/
    /* height: 120px; */
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    padding-bottom: 0;
    transition: all .5s ease;
    transition-duration: 0.6s;
    width: 100%;
    position: absolute;
    z-index: 9;
    padding: 8px 0;
}

.header-section {
    background: #ffffffad;
    backdrop-filter: blur(20px);
}

ul.dropdownSlot li.col-sm-4.col-xs-12 {
    margin-bottom: 20px;
}

/*li.hassubs.nav-item:hover ul.dropdown-menu {
    opacity: 1 !important;
  
    transform: scaleY(1);
}*/
ul.dropdown-menu {
    background: #ffffff;
    width: 100% !important;
    padding: 20px;
    position: absolute !important;
    top: 30px;
    margin: 0px auto;
    left: 0%;
    box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 15%);
    transition: all 0.5s ease 0s;
    transform-origin: 0 0 0;
}

    ul.dropdown-menu.dropdown_brand_sub.show {
        width: 284px !important;
        right: 0;
    }

    ul.dropdown-menu .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
        float: left;
    }

ul.navbar-nav.headerSlot {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

    ul.navbar-nav.headerSlot li.nav-item {
        margin-left: 5px;
    }

        ul.navbar-nav.headerSlot li.nav-item a.nav-link {
            font-size: 15px;
            color: #121110;
            font-weight: 500;
            padding: 0px;
            margin-left: 20px;
            text-transform: uppercase;
        }

            ul.navbar-nav.headerSlot li.nav-item a.nav-link:hover {
                color: var(--bs-red);
                border-radius: 7px;
                transition: all 0.5s ease;
            }



@media(max-width:767px) {
    ul.dropdown-menu {
        top: 130px !important;
    }
    .product-innner {
        margin: 22px 0 0 0;
    }
    .company-product .product-inner-section .div-1{
        margin-bottom:10px;
    }
    .customer{
        width:100%!important;
    }
    .customer-groups {
        flex-direction: column;
        gap: 5px !important;
    }
    .advantages .container {
        gap: 0px !important;
    }
    .company-product .product-inner-section .innner {
        width: 100%;
        margin: 5px auto 0;
    }
    .problem-solution {
        padding: 20px 0 0px 0;
    }
    .about_section {
        padding: 50px 20px 25px 20px!important;
    }
    .inner-banner .titlebar-main {
        top: 50% !important;
    }
    .legal-documents {
        padding: 10px 0!important;
    }
    .doc-gallery {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
    }

    .d-fleximage {
        height: 330px !important;
    }

    a.btn.btn-primary.btn-lg.addcart {
        line-height: 20px !important;
    }

  

    .Bankdetails {
        margin-top: 50px;
    }

    .inner-banner .inner-page-title {
        font-size: 18px !important;
        line-height: 18px !important;
    }

    .inner-banner {
        height: 230px !important;
    }

    .home-slider-first {
        padding: 78px 0 0 0;
    }

    nav.navbar.navbar-expand-lg.navbar-light {
        min-height: 0;
        margin-bottom: 0;
        height: auto !important;
    }

    section.choose_Sec {
        height: auto !important;
    }

    .welcomecontent h5 {
        font-size: 24px;
    }

    .about_txt {
        margin-top: 12px;
    }

    .collapseslot.responsive {
        top: 59px;
        padding: 15px 10px;
    }

   

    ul.list-unstyled li a.FIRST {
        color: var(--bs-red);
        font-size: 15px;
    }
}
/*********************************
Footer----Section-----footer-----cssssssss    *********************************/


footer.footer-section {
    padding: 50px 0px 25px;
    background: #1d1e23;
}

.logo_sec p {
    color: #fff;
    padding: 10px 0px;
    text-align: justify;
}

h3.header_txt {
    font-size: 23px;
    font-weight: 400;
    color: #fff;
    padding: 0px 0px 15px;
    position: relative;
}

    h3.header_txt:before {
        content: "";
        background: linear-gradient(98deg,rgba(227, 13, 1, 1) 0%, rgba(39, 1, 62, 1) 100%);
        height: 2px;
        width: 70%;
        position: absolute;
        bottom: 9px;
        left: 0px;
    }

.logo_sec img.logo_imgs {
    width: 40%;
    margin: 6px auto;
    display: flex;
}

.compant_txt li {
    margin-bottom: 10px;
    transition-duration: 0.6s;
    transition: 0.5s;
    color: #fff;
}

    .compant_txt li a:hover {
        padding-left: 10px;
        color: var(--bs-red);
        font-style: italic;
    }

.compant_txt ul {
    margin: 0px 0px 20px;
    padding: 0px;
}

.compant_txt li a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 400;
    transition-duration: 0.6s;
}

    .compant_txt li a .fa_icon {
        padding-right: 10px;
    }

ul.social-icon li i {
    padding-right: 10px;
    font-size: 30px;
    position: relative;
    top: 5px;
    left: 0px;
}

.location-icon {
    margin-right: 15px;
}

footer.footer-bottom {
    background: var(--bs-purple);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 100px;
    height: 45px;
    line-height: 40px;
}

.f-bootom {
    color: white;
    font-size: 15px;
}

.payment_card img {
    width: 163px;
    margin-top: 4px;
}

/*##################carouselSlider {*/


.carouselSlider {
    border: 1px solid rgba(0,0,0,.125);
    margin-bottom: 0px;
    position: relative;
    overflow: hidden;
    transition: all 0.5s;
    /* text-align: center; */
    border-radius: 7px;
    background: #fff;
    height: auto;
}

.slidermanufacturing_sec p {
    font-size: 15px;
    padding: 20px 20px 20px 20px;
    margin: 0px;
    text-align: left;
    line-height: 25px;
}

.sliderSlot .owl-nav {
    display: none !important;
}

.slider_content {
    padding: 20px;
}

    .slider_content a {
        color: #121110;
        font-size: 16px;
        font-weight: 500;
    }

        .slider_content a:hover {
            color: #48dfe6;
        }

    .slider_content p {
        padding: 5px 0px 0px;
    }

.slidermanufacturing_sec img {
    width: 100%;
    height: auto;
}

.slidermanufacturing_sec {
    position: relative;
}

    .slidermanufacturing_sec img {
        width: 100% !important;
        height: 305px;
    }

    .slidermanufacturing_sec:hover .hover_imgs {
        transition: all 0.4s ease;
        top: 0px;
    }

.hover_imgs {
    position: absolute;
    top: -480px;
    left: 0px;
    transition: all 0.4s ease;
}

.mrpSection {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 10px 0px;
}

    .mrpSection label {
        font-size: 15px;
        color: #6f6666;
        margin: 0px;
    }

    .mrpSection span {
        font-size: 15px;
        color: #f44336;
        text-decoration: line-through;
    }

.reviewSlot a {
    color: #fb9924 !important;
}

.hover-cartSlot {
    position: absolute;
    top: -60px;
    left: 0px;
    transition: all 0.3s ease;
}

    .hover-cartSlot ul {
        display: flex;
        list-style: none;
        padding: 10px 16px;
        width: 100%;
        min-width: 310px !important;
        background: #00000038;
        justify-content: center;
    }

.carouselSlider:hover .hover-cartSlot {
    top: 0px;
    transition: all 0.3s ease;
}

.hover-cartSlot ul li {
    margin-right: 20px;
}

    .hover-cartSlot ul li a i {
        background: #48dfe6;
        width: 40px;
        height: 40px;
        font-size: 22px;
        color: #ffffff;
        line-height: 43px;
        text-align: center;
        border-radius: 50%;
    }

        .hover-cartSlot ul li a i:hover {
            background: #7448a9;
        }

h5.moringa-leaf {
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    padding: 4px 3px;
    background: var(--bs-purple)
}

img.bottom-imgs {
    width: 100%;
    margin-bottom: 20px;
}

/*a.readmore-btn {
    text-align: center;
    display: inline-block;
    width: 150px;
    height: 45px;
    background: #ffffff;
    color: #000;
    font-size: 18px;
    line-height: 45px;
    border-radius: 30px;
    box-shadow: 1px 1px 7px 0px #48dfe7;
    text-decoration: none;
    margin-top: 30px;
}*/
/*********************************

    /*##################carouselSlider++++++++++++++++++++++++++ {*/




.top_categories {
    position: relative;
    background-color: #fff;
    padding: 0px;
    /* z-index: 1; */
}

.shopping_icon {
    float: left;
}

.shoppig_txt {
    padding-left: 110px;
    padding-top: 15px;
}

    .shoppig_txt h2 {
        font-size: 18px;
        color: #000;
        font-weight: 500;
        margin: 0px;
        padding: 0px;
    }

.categories_txt:hover .shoppig_txt h2 {
    color: #fff;
}

.categories_txt:hover .shoppig_txt p {
    color: #fff;
}

.shoppig_txt p {
    font-size: 13px;
    padding: 0px;
    margin: 0px;
    line-height: 25px;
    color: #3e3e3e;
}

.shopping_icon i {
    color: #fff;
    text-align: center;
    line-height: 80px;
    font-size: 42px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 1px solid #03222a;
    background-color: #03222a;
    transition: all .3s ease;
}

.categories_txt {
    border: 1px solid rgba(0,0,0,.125);
    padding: 10px 25px;
    margin-bottom: 30px;
    height: 100px;
}

    .categories_txt:hover {
        background: #03222a;
    }

        .categories_txt:hover .shopping_icon i {
            background: #fff;
            color: #121110;
        }


.page_menu {
    margin-top: 0px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.page_menu_content {
    height: 0px;
    background: #0e8ce4;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
}

.page_menu_search {
    display: none;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}

.page_menu_search_input {
    width: 100%;
    height: 40px;
    background: #FFFFFF;
    border: none;
    outline: none;
    padding-left: 25px;
}

.page_menu_item {
    display: block;
    position: relative;
    border-bottom: solid 1px rgba(255,255,255,0.1);
    vertical-align: middle;
}

    .page_menu_item > a {
        display: block;
        color: #FFFFFF;
        font-weight: 500;
        height: 50px;
        line-height: 50px;
        font-size: 14px;
        text-transform: uppercase;
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        transition: all 200ms ease;
    }

        .page_menu_item > a:hover {
            color: #b5aec4;
        }

    .page_menu_item a i {
        display: none;
        margin-left: 8px;
    }

    .page_menu_item.has-children > a > i {
        display: inline-block;
    }

.page_menu_selection {
    margin: 0;
    width: 100%;
    height: 0px;
    overflow: hidden;
    z-index: 1;
}

    .page_menu_selection li {
        padding-left: 10px;
        padding-right: 10px;
        line-height: 50px;
    }

        .page_menu_selection li a {
            display: block;
            color: #FFFFFF;
            border-bottom: solid 1px rgba(255,255,255,0.1);
            font-size: 14px;
            text-transform: uppercase;
            -webkit-transition: opacity 0.3s ease;
            -moz-transition: opacity 0.3s ease;
            -ms-transition: opacity 0.3s ease;
            -o-transition: opacity 0.3s ease;
            transition: all 0.3s ease;
        }

            .page_menu_selection li a:hover {
                color: #b5aec4;
            }

        .page_menu_selection li:last-child a {
            border-bottom: none;
        }

.menu_contact_item {
    display: inline-block;
    font-size: 12px;
    font-weight: 300;
    line-height: 56px;
    margin-right: 40px;
    color: #FFFFFF;
}

    .menu_contact_item:not(:first-child) {
        margin-right: 0px;
    }

    .menu_contact_item a {
        font-size: 12px;
        font-weight: 300;
        line-height: 56px;
        color: #FFFFFF;
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        transition: all 200ms ease;
    }

        .menu_contact_item a:hover {
            color: #8a8a8a;
        }

    .menu_contact_item:last-child {
        margin-right: 0px;
    }

.menu_contact_icon {
    display: inline-block;
    margin-right: 14px;
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
}

/*********************************
4. Banner
*********************************/
.banner {
    width: 100%;
    padding-top: 68px;
    padding-bottom: 83px;
    overflow: hidden;
}

.banner_background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.banner_content {
    z-index: 1;
}

.banner_text {
    font-weight: 500;
    line-height: 1.166;
    color: #7599b2;
    text-transform: uppercase;
    letter-spacing: 0.038em;
}

.banner_price {
}

.banner_price {
    font-size: 30px;
    color: #df3b3b;
    margin-top: 87px;
}

.characteristics {
    background: rgba(109, 163, 0, 0);
}

.banner_price span {
    display: inline-block;
    position: relative;
    color: #7e8285;
    margin-right: 14px;
}

    .banner_price span::after {
        display: block;
        position: absolute;
        top: 21px;
        left: 0;
        width: 100%;
        height: 2px;
        background: #8d8d8d;
        content: '';
    }

.banner_product_name {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    margin-top: 8px;
}

.char_item {
    background: rgba(149, 199, 21, 0);
    border: 1px solid rgba(108, 162, 3, 0);
}

.banner_button {
    margin-top: 42px;
}

.banner_product_image {
    position: absolute;
    top: -5px;
    right: -52px;
    z-index: 0;
}

/*********************************
5. Characteristics
*********************************/
.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.characteristics {
    padding-top: 14px;
    padding-bottom: 0;
    background: linear-gradient(to bottom right, #325b81, #325b81) !important;
    padding-top: 19px;
    /* padding-top: 0em; */
}

.bottom_delivery {
    border-top: 0px solid rgb(128, 210, 156);
    border-bottom: 0px solid rgba(255, 255, 255, 0.43);
}

.char_icon {
    float: left;
    margin-right: 20px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: #fb9e00;
    line-height: 47px;
    text-align: center;
    border: 2px dashed rgb(245, 255, 248);
}

.char_item {
    width: 100%;
    height: 100px;
    padding-left: 12px;
    border-radius: 0;
    /* border: solid 1px #ebebeb; */
}

.char_icon {
    margin-right: 24px;
}

.char_content {
    transform: translate(-1px, 3px);
}

.char_title {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    /* font-family: 'Encode Sans Expanded', sans-serif !important; */
    /* font-family: 'Poppins',sans-serif!important; */
}

.char_subtitle {
    /* font-family: 'Roboto', sans-serif !important; */
    font-size: 14px;
    font-weight: 500;
    color: rgb(201, 198, 198);
    margin-top: 3px;
    /* font-family: 'Poppins',sans-serif!important; */
}

/*********************************
6. Deals of the week
*********************************/
.deals_featured {
    width: 100%;
}

/*********************************
6.1 Deals
*********************************/
.popular_pr {
    background: #fff;
}

.deals {
    margin-top: 25px;
    width: 36%;
    border: 1px solid #f3f1f1;
    margin-right: 7%;
    padding-top: 85px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 15px;
    border-radius: 5px;
}

.deals_title {
    position: absolute;
    top: 27px;
    left: 40px;
    font-size: 18px;
    font-weight: 500;
    color: #000000;
}

.deals_slider_container {
    width: 100%;
}

.deals_item {
    width: 100% !important;
}

.deals_image {
    width: 100%;
}

    .deals_image img {
        width: 100%;
    }

.deals_content {
    margin-top: 33px;
}

.deals_item_category a {
    font-size: 14px;
    font-weight: 400;
    color: rgba(0,0,0,0.5);
}

.deals_item_price_a {
    font-size: 14px;
    font-weight: 400;
    color: rgba(0,0,0,0.6);
}

.deals_item_name {
    font-size: 24px;
    font-weight: 400;
    color: #000000;
}

.deals_item_price {
    font-size: 24px;
    font-weight: 500;
    color: #f96500;
}

.available {
    margin-top: 19px;
}

.available_title {
    font-size: 12px;
    color: rgba(0,0,0,0.5);
    font-weight: 400;
}

    .available_title span {
        font-weight: 700;
    }

.sold_title {
    font-size: 12px;
    color: rgba(0,0,0,0.5);
    font-weight: 400;
}

    .sold_title span {
        font-weight: 700;
    }

.available_bar {
    width: 100%;
    height: 10px;
    background: #e8e8e8;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 5px;
}

    .available_bar span {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        border-radius: 5px;
        background: #f96a0e;
    }

.deals_timer {
    margin-top: 30px;
}

.deals_timer_title {
    font-size: 14px;
    font-weight: 500;
    color: #000000;
}

.deals_timer_subtitle {
    font-size: 12px;
    color: rgba(0,0,0,0.5);
}

.deals_timer_content {
    padding-bottom: 17px;
}

.deals_timer_box {
    width: 173px;
    padding-left: 3px;
    padding-right: 3px;
    border: solid 1px #cccccc;
    border-radius: 5px;
    margin-right: 1px;
}

.deals_timer_unit {
    width: 33.33333333%;
    font-size: 24px;
    font-weight: 500;
    color: #000000;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 3px;
    padding-bottom: 2px;
    float: left;
}

    .deals_timer_unit:first-child::after, .deals_timer_unit:nth-child(2)::after {
        display: block;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 0px;
        width: 1px;
        height: 25px;
        background: #e5e5e5;
        content: '';
    }

    .deals_timer_unit span {
        position: absolute;
        display: block;
        bottom: -22px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        font-size: 8px;
        color: rgba(0,0,0,0.5);
        text-transform: uppercase;
    }

.deals_slider_nav_container {
    position: absolute;
    top: 20px;
    right: 40px;
}

.deals_slider_nav {
    display: inline-block;
    cursor: pointer;
}

    .deals_slider_nav i {
        font-size: 18px;
        padding: 10px;
        color: #666666;
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        transition: all 200ms ease;
    }

    .deals_slider_nav:hover i {
        color: #000000;
    }

    .deals_slider_nav:active i {
        color: #df3b3b;
    }

.deals_slider_prev {
    margin-right: 4px;
}

/*********************************
6.2 Featured
*********************************/
.featured {
    width: 57%;
    -webkit-transform: translateY(25px);
    -moz-transform: translateY(25px);
    -ms-transform: translateY(25px);
    -o-transform: translateY(25px);
    transform: translateY(25px);
}

.tabbed_container {
    width: 100%;
}

.tabs {
    width: 100%;
}

    .tabs ul li {
        font-size: 17px;
        font-weight: 400;
        color: #000;
        float: left;
        margin-right: 53px;
        cursor: pointer;
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        transition: all 200ms ease;
    }

        .tabs ul li:hover {
            color: rgba(0,0,0,0.8);
        }

        .tabs ul li:last-child {
            margin-right: 0px;
        }

        .tabs ul li.active {
            color: rgb(249, 101, 0);
        }

.tabs_line {
    width: 100%;
    height: 1px;
    background: #dadada;
    margin-top: 12px;
}

.tabs.tabs-right .tabs_line {
    margin-top: 39px;
}

.tabs_line span {
    position: absolute;
    top: -1px;
    left: 0;
    width: 80px;
    height: 2px;
    background: #f96500;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.tabs.tabs-right ul {
    float: right;
}

.product_panel {
    display: none;
    margin-left: -60px;
    margin-right: -60px;
}

    .product_panel.active {
        display: block;
    }

.featured_slider {
    width: 100%;
}

    .featured_slider .slick-list {
        padding-left: 20px;
        padding-right: 20px;
    }

    .featured_slider .slick-track {
        padding-bottom: 120px;
    }

.featured_slider_item {
    height: 263px;
    width: 25%;
}

.product_item {
    position: relative;
    border: 1px solid #f1f1f1;
    width: 100%;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    background: #FFFFFF;
    cursor: pointer;
    padding-top: 0px;
    z-index: 0;
}

.slick-active .product_item:hover {
    box-shadow: 0px 5px 25px rgba(0,0,0,0.1);
    z-index: 10;
}

.product_image {
    padding: 4px;
    width: 100%;
}

    .product_image img {
        display: block;
        position: relative;
        max-width: 100%;
        height: 299px;
    }

.product_content {
    width: 100%;
}

.product_price {
    font-size: 16px;
    font-weight: 500;
    margin-top: 0px;
    /* font-family: 'Crete Round', serif; */
    color: unset;
}

    .product_price.discount {
        color: #f96500;
    }

    .product_price span {
        font-size: 12px;
        font-weight: 400;
        color: rgba(0,0,0,0.6);
        margin-left: 10px;
    }

.product_name {
    margin-top: 3px;
    overflow: hidden;
}

    .product_name div {
        width: 100%;
    }

        .product_name div a {
            /* font-family: 'Raleway', sans-serif; */
            font-size: 14px;
            font-weight: 400;
            color: rgba(0, 0, 0, 0.6784313725490196);
            white-space: nowrap;
            -webkit-transition: all 200ms ease;
            -moz-transition: all 200ms ease;
            -ms-transition: all 200ms ease;
            -o-transition: all 200ms ease;
            transition: all 200ms ease;
            TEXT-TRANSFORM: UPPERCASE;
        }

            .product_name div a:hover {
                color: #0e8ce4;
            }

/*section.inner-banner:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}*/

.product_color {
    visibility: hidden;
    opacity: 0;
    margin-top: 19px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.product_extras {
    width: 100%;
    background: #FFFFFF;
    max-height: 0px;
    overflow: hidden;
    -webkit-transition: max-height 200ms ease;
    -moz-transition: max-height 200ms ease;
    -ms-transition: max-height 200ms ease;
    -o-transition: max-height 200ms ease;
    transition: max-height 200ms ease;
    position: absolute;
    top: 0;
}

.slick-active .product_item:hover .product_extras {
    max-height: 300px;
}

.slick-active .product_item:hover .product_color, .slick-active .product_item:hover .product_cart_button {
    visibility: visible;
    opacity: 1;
}

.product_color input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 8px;
}

    .product_color input:checked::after {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        font-family: 'FontAwesome';
        content: '\f00c';
        color: #FFFFFF;
    }

.product_cart_button {
    position: relative;
    left: 0px;
    visibility: hidden;
    opacity: 0;
    width: 100%;
    height: 48px;
    background: rgba(0, 0, 0, 0.79);
    border: none;
    outline: none;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    cursor: pointer;
    margin-top: 0px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

    .product_cart_button:hover {
        background: rgb(249, 101, 0);
    }

.featured_slider .slick-dots {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 100px;
}

.featured_slider .slick-slide {
    outline: none;
}

.featured_slider .slick-dots li {
    display: inline-block;
    width: 15px;
    height: 15px;
    border: none;
    outline: none;
    padding: 0px;
    margin: 0px;
    border-radius: 50%;
    content: '';
    background: #e8e8e8;
    margin-right: 20px;
    cursor: pointer;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

    .featured_slider .slick-dots li:hover {
        background: #0e8ce4;
    }

    .featured_slider .slick-dots li.slick-active {
        background: #f96500;
    }

    .featured_slider .slick-dots li:last-child {
        margin-right: 0px;
    }

    .featured_slider .slick-dots li button {
        display: none;
    }

.featured_slider_dots_cover {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 100px;
    width: 100px;
    height: 30px;
    background: #FFFFFF;
    z-index: 1;
    display: none;
}

.product_fav {
    position: absolute;
    top: 33px;
    right: 12px;
    width: 36px;
    height: 36px;
    background: #FFFFFF;
    box-shadow: 0px 1px 5px rgba(0,0,0,0.1);
    border-radius: 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

    .product_fav:hover {
        box-shadow: 0px 1px 5px rgba(0,0,0,0.3);
    }

.product_item:hover .product_fav {
    top: 18px;
}

.product_fav i {
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #cccccc;
    line-height: 36px;
    pointer-events: none;
    z-index: 0;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.product_fav.active i {
    color: red;
}

.product_item:hover .product_fav {
    display: none;
    visibility: visible;
    opacity: 1;
}


h6.service-box-title {
    background: #ffffff;
    padding: 20px 0px;
    border-radius: 7px;
    width: 90%;
    margin: -25px auto 15px;
    position: relative;
    box-shadow: 0 3px 7px 0 rgb(0 0 0 / 17%);
}

    h6.service-box-title a {
        color: #000;
        font-size: 18px !important;
    }

.product_marks {
    display: none;
    position: absolute;
    top: 33px;
    left: 30px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.slick-active .product_marks {
    display: block;
}

.product_item:hover .product_marks {
    top: 18px;
    left: 18px;
}

.product_mark {
    display: inline-block;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: #FFFFFF;
    text-align: center;
    line-height: 36px;
    font-size: 12px;
}

.product_new {
    display: none;
    background: #0e8ce4;
    visibility: hidden;
    opacity: 0;
}

.product_discount {
    display: none;
    background: #df3b3b;
    visibility: hidden;
    opacity: 0;
}

.product_item.is_new .product_new, .product_item.discount .product_discount {
    display: inline-block;
    visibility: visible;
    opacity: 1;
    display: none;
}

/*********************************
7. Popular Categories
*********************************/
.popular_pr.p-t-40.p-b-40.p-l-10.p-r-10 {
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.02);
    border-radius: 5px;
}

.popular_categories {
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.02);
    padding-top: 25px;
    padding-bottom: 0;
}

.popular_categories_title {
    font-size: 30px;
    font-weight: 500;
    color: #000000;
    line-height: 1.2;
}

.popular_categories_slider_nav {
    margin-top: 30px;
}

.popular_categories_nav {
    display: inline-block;
    width: 36px;
    height: 36px;
    box-shadow: 0px 1px 5px rgba(0,0,0,0.1);
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    margin-right: 16px;
    background-color: rgba(0, 0, 0, 0.27058823529411763);
}

    .popular_categories_nav:last-child {
        margin-right: 0px;
    }

    .popular_categories_nav i {
        line-height: 36px;
        color: #e5e5e5;
        font-size: 18px;
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        transition: all 200ms ease;
    }

    .popular_categories_nav:hover i {
        color: #474747;
    }

.popular_categories_link {
    margin-top: 40px;
}

    .popular_categories_link a {
        font-size: 10px;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        color: #0e8ce4;
    }

.new-btn {
    height: 38px !important;
    background: #fba504 !important;
    width: 51%;
    margin: 18px auto;
    padding: 0px 2px !important;
    color: #fff !important;
}

span.add-cart {
    font-size: 17px;
}

    span.add-cart img {
        vertical-align: bottom;
    }

.popular_category_image {
    margin-bottom: 7px;
}

.popular_category {
    padding: 4px;
    height: 100%;
    border: 1px solid #f1f1f1;
    margin: 7px;
    PADDING-BOTTOM: 14PX;
    TEXT-ALIGN: CENTER;
    box-shadow: 0 3px 4px rgba(0,0,0,.12);
}

.popular_category_image img {
    max-height: 100%;
    max-width: 100%;
}

.popular_category_text {
    margin-top: 20px;
    line-height: 0.714;
    text-align: center;
}

/*********************************
8. Banner 2
*********************************/
.banner_2 {
    width: 100%;
    display: none;
}

.banner_2_background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.banner_2_item {
    height: 580px;
}

.banner_2_content {
    padding-top: 145px;
}

.banner_2_image_container {
    width: 100%;
    height: 100%;
}

.banner_2_image {
    min-width: 100%;
    width: calc(44.8vw);
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}

    .banner_2_image img {
        width: 100%;
    }

.banner_2_category {
    font-size: 41px;
    color: rgb(249, 114, 34);
    font-weight: 600;
}

.banner_2_title {
    font-size: 14px;
    font-weight: 300;
    color: #0a0a0a;
    line-height: 1.5;
    margin-top: 9px;
}

.banner_2_text {
    font-size: 16px;
    font-weight: 300;
    color: #828282;
    line-height: 1.5;
    margin-top: 9px;
}

.banner_2_rating {
    margin-top: 18px;
}

.rating_r i::before {
    font-family: 'FontAwesome';
    content: "\f006";
    font-style: normal;
    font-size: 19px;
    margin-right: 4px;
    color: #f5e211;
}

.rating_r_1 i:first-child::before {
    content: "\f005";
}

.rating_r_2 i:first-child::before {
    content: "\f005";
}

.rating_r_2 i:nth-child(2)::before {
    content: "\f005";
}

.rating_r_3 i:first-child::before {
    content: "\f005";
}

.rating_r_3 i:nth-child(2)::before {
    content: "\f005";
}

.rating_r_3 i:nth-child(3)::before {
    content: "\f005";
}

.rating_r_4 i:first-child::before {
    content: "\f005";
}

.rating_r_4 i:nth-child(2)::before {
    content: "\f005";
}

.rating_r_4 i:nth-child(3)::before {
    content: "\f005";
}

.rating_r_4 i:nth-child(4)::before {
    content: "\f005";
}

.rating_r_5 i:first-child::before {
    content: "\f005";
}

.rating_r_5 i:nth-child(2)::before {
    content: "\f005";
}

.rating_r_5 i:nth-child(3)::before {
    content: "\f005";
}

.rating_r_5 i:nth-child(4)::before {
    content: "\f005";
}

.rating_r_5 i:nth-child(5)::before {
    content: "\f005";
}

.banner_2_button {
    margin-top: 43px;
}

.banner_2_dots {
    position: absolute;
    bottom: 40px;
    left: calc((100% - 1170px) / 2 + 15px);
    z-index: 1000000;
}

    .banner_2_dots .owl-dot {
        display: inline-block;
        width: 15px;
        height: 15px;
        background: #FFFFFF;
        border-radius: 50%;
        margin-right: 16px;
        box-shadow: 0px 1px 5px rgba(0,0,0,0.1);
        cursor: pointer;
    }

        .banner_2_dots .owl-dot:last-child {
            margin-right: 0px;
        }

        .banner_2_dots .owl-dot.active {
            background: #fa820a;
            box-shadow: none;
        }

/*********************************
9. Hot New Arrivals
*********************************/
.new_arrivals {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 0px;
}

.new_arrivals_title {
    position: absolute;
    left: 0;
    top: -7px;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: -29px;
}

.arrivals_slider {
    width: 100%;
}

    .arrivals_slider .slick-list {
        padding-left: 20px;
        padding-right: 20px;
    }

    .arrivals_slider .slick-track {
        padding-bottom: 30px;
    }

.arrivals_slider_item {
    visibility: hidden;
    height: 313PX;
    width: 25%;
    margin-bottom: 5em;
}

.arrivals_slider .slick-active .arrivals_slider_item {
    visibility: visible;
}

.border_active.active {
    display: block;
}

.arrivals_slider .slick-dots {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 50px;
}

.arrivals_slider .slick-slide {
    outline: none;
}

.arrivals_slider .slick-dots li {
    display: inline-block;
    width: 15px;
    height: 15px;
    border: none;
    outline: none;
    padding: 0px;
    margin: 0px;
    border-radius: 50%;
    content: '';
    background: #e8e8e8;
    margin-right: 20px;
    cursor: pointer;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

    .arrivals_slider .slick-dots li:hover {
        background: #0e8ce4;
    }

    .arrivals_slider .slick-dots li.slick-active {
        display: none;
        background: #0e8ce4;
    }

    .arrivals_slider .slick-dots li:last-child {
        margin-right: 0px;
    }

    .arrivals_slider .slick-dots li button {
        display: none;
    }

.arrivals_slider_dots_cover {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 100px;
    width: 100px;
    height: 30px;
    background: #FFFFFF;
    z-index: 1;
    display: none;
}

.arrivals_single {
    width: 100%;
    padding-top: 73px;
}

    .arrivals_single > div {
        width: 212px;
        float: right;
    }

.arrivals_single_image {
    width: 100%;
}

    .arrivals_single_image img {
        max-width: 100%;
    }

.arrivals_single_content {
    width: 100%;
}

.arrivals_single_button {
    position: relative;
    left: 0px;
    width: 100%;
    height: 48px;
    background: #0e8ce4;
    border: none;
    outline: none;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    cursor: pointer;
    margin-top: 19px;
    border-radius: 5px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

    .arrivals_single_button:hover {
        background: rgba(14, 140, 228, 0.8);
    }

.arrivals_single_category {
    margin-top: 27px;
}

    .arrivals_single_category a {
        font-size: 12px;
        color: rgba(0,0,0,0.5);
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        transition: all 200ms ease;
    }

        .arrivals_single_category a:hover {
            color: #0e8ce4;
        }

.arrivals_single_name_container {
    width: 100%;
}

.arrivals_single_name {
    margin-top: 2px;
    float: left;
}

    .arrivals_single_name a {
        font-size: 16px;
        color: #000000;
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        transition: all 200ms ease;
    }

        .arrivals_single_name a:hover {
            color: #0e8ce4;
        }

.arrivals_single_price {
    font-size: 16px;
    font-weight: 500;
    float: right;
}

.arrivals_single_rating {
    margin-top: 9px;
}

.arrivals_single_marks {
    display: block;
    position: absolute;
    top: -15px;
    left: 0px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

    .arrivals_single_marks .product_mark {
        display: inline-block;
        width: 36px;
        height: 36px;
        border-radius: 50%;
        color: #FFFFFF;
        text-align: center;
        line-height: 36px;
        font-size: 12px;
    }

    .arrivals_single_marks .product_new {
        display: block;
        background: #0e8ce4;
        visibility: visible;
        opacity: 1;
    }

    .arrivals_single_marks .product_discount {
        display: block;
        background: #df3b3b;
        visibility: visible;
        opacity: 1;
    }

.arrivals_single .product_fav {
    position: absolute;
    top: -15px;
    right: 0px;
    width: 36px;
    height: 36px;
    background: #FFFFFF;
    box-shadow: 0px 1px 5px rgba(0,0,0,0.1);
    border-radius: 50%;
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.product_fav:hover {
    box-shadow: 0px 1px 5px rgba(0,0,0,0.3);
}

.product_fav i {
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #cccccc;
    line-height: 36px;
    pointer-events: none;
    z-index: 0;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.product_fav.active i {
    color: red;
}

/*********************************
10. Hot Best Sellers
*********************************/
.best_sellers {
    padding-top: 56px;
    background: #eff6fa;
    padding-bottom: 50px;
    margin-top: -77px;
}

.bestsellers_panel {
    display: none;
    width: 100%;
    padding-top: 50px;
}

    .bestsellers_panel.active {
        display: block;
        padding-top: 50px;
    }

.bestsellers_slider {
    width: calc(100% + 30px);
    left: -15px;
    padding-bottom: 67px;
}

.bestsellers_item {
    background: #FFFFFF;
    border-radius: 8px;
    padding: 25px;
}

.bestsellers_slider .slick-slide > div:first-child {
    margin-bottom: 30px;
}

.bestsellers_slider .slick-slide {
    outline: none;
}

.bestsellers_slider .slick-slide {
    margin: 0 15px;
}

.bestsellers_image {
    width: 115px;
    height: 115px;
}

    .bestsellers_image img {
        max-width: 100%;
        max-height: 100%;
    }

.bestsellers_content {
    padding-left: 25px;
}

.bestsellers_category a {
    font-size: 12px;
    color: rgba(0,0,0,0.5);
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

    .bestsellers_category a:hover {
        color: #0e8ce4;
    }

.bestsellers_name {
    margin-top: 2px;
}

    .bestsellers_name a {
        font-size: 16px;
        font-weight: 400;
        color: #000000;
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        transition: all 200ms ease;
    }

        .bestsellers_name a:hover {
            color: #0e8ce4;
        }

.bestsellers_rating {
    margin-top: 9px;
}

    .bestsellers_rating i::before {
        font-size: 13px;
        margin-right: 8px;
    }

.bestsellers_price {
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
}

.bestsellers_item.discount .bestsellers_price {
    color: #df3b3b;
}

.bestsellers_price span {
    position: relative;
    font-size: 12px;
    font-weight: 400;
    color: rgba(0,0,0,0.6);
    margin-left: 9px;
}

    .bestsellers_price span::after {
        display: block;
        position: absolute;
        left: -2px;
        top: 6px;
        width: calc(100% + 4px);
        height: 1px;
        background: #8d8d8d;
        z-index: 1;
        content: '';
    }

.bestsellers_fav {
    display: none;
    position: absolute;
    top: 30px;
    right: 29px;
}

    .bestsellers_fav.active {
        display: block;
    }

    .bestsellers_fav i {
        font-size: 13px;
        color: #df3b3b;
    }

.bestsellers_marks {
    position: absolute;
    left: 18px;
    top: 18px;
}

.bestsellers_mark {
    display: none;
    width: 36px;
    height: 36px;
    font-size: 10px;
    font-weight: 500;
    color: #FFFFFF;
    border-radius: 50%;
    line-height: 36px;
    text-align: center;
}

.bestsellers_discount {
    background: #df3b3b;
}

.bestsellers_item.discount .bestsellers_discount, .bestsellers_item.is_new .bestsellers_new {
    display: block;
}

.bestsellers_new {
    background: #0e8ce4;
}

.bestsellers_slider .slick-dots {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -5px;
}

    .bestsellers_slider .slick-dots li {
        display: inline-block;
        width: 15px;
        height: 15px;
        border: none;
        outline: none;
        padding: 0px;
        margin: 0px;
        border-radius: 50%;
        content: '';
        background: #e8e8e8;
        margin-right: 20px;
        cursor: pointer;
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        transition: all 200ms ease;
    }

        .bestsellers_slider .slick-dots li:hover {
            background: #0e8ce4;
        }

        .bestsellers_slider .slick-dots li.slick-active {
            background: #0e8ce4;
        }

        .bestsellers_slider .slick-dots li:last-child {
            margin-right: 0px;
        }

        .bestsellers_slider .slick-dots li button {
            display: none;
        }

/*********************************
11. Adverts
*********************************/
.advert_content {
    padding-left: 30px;
}

.advert_subtitle {
    font-size: 12px;
    color: rgba(0,0,0,0.5);
    margin-bottom: 26px;
}

.advert_title a {
    font-size: 18px;
    font-weight: 500;
    color: #000000;
}

    .advert_title a:hover {
        color: #0e8ce4;
    }

.advert_title_2 a {
    font-size: 18px;
    font-weight: 500;
    color: #0e8ce4;
}

    .advert_title_2 a:hover {
        opacity: 0.8;
    }

.advert_text {
    color: #828282;
    margin-top: 10px;
}

.advert_image {
    width: 178px;
    height: 100%;
}

    .advert_image img {
        display: block;
        max-width: 100%;
    }

/*********************************
12. Trends
*********************************/
.trends {
    padding-top: 20px;
    padding-bottom: 60px;
    margin-top: 16px;
}



.trends_overlay {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    display: none;
    height: 100%;
    background: rgba(0, 0, 0, 0.86);
}

.reviews {
    display: none;
}

ul.catgeroy li a {
    color: #ffffff;
    font-weight: 300;
}

ul.catgeroy li {
    display: inline-block;
    padding: 2px;
    color: red;
}

.trends_background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.trends_container {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-right: 40px;
}

.trends_title {
    padding-right: 50px;
}


.heade_titles H4 {
    font-size: 16px;
    font-weight: 500;
}

.review.align-items-start.justify-content-start > div {
    border: 1px solid #ddd;
}

p.comments-count.text-cente, p.author.text-center {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 20px;
    position: relative;
    padding-right: 10px;
}

span.date {
    margin-top: 16PX;
    DISPLAY: BLOCK;
    FONT-SIZE: 16PX;
    FONT-WEIGHT: 600;
}

.trends_text {
    margin-top: 17px;
}

    .trends_text p:last-child {
        margin-bottom: 0px;
        font-size: 15px;
        text-align: initial;
    }

.trends_info.clearfix p {
    font-size: 13px;
    text-align: inherit;
}

.trends_slider_nav {
    margin-top: 27px;
}

.trends_nav {
    display: inline-block;
    width: 36px;
    height: 36px;
    box-shadow: 0px 1px 5px rgba(0,0,0,0.1);
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    margin-right: 16px;
    background: #dc0498;
}

    .trends_nav:last-child {
        margin-right: 0px;
    }

    .trends_nav i {
        line-height: 36px;
        color: #ffffff;
        font-size: 18px;
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        transition: all 200ms ease;
    }

    .trends_nav:hover i {
        color: #474747;
    }

.trends_item {
    background: #ffd8f0;
    border-radius: 8px;
    padding: 30px 12px 17px 12px;
}

.trends_image {
    width: 100%;
}

    .trends_image img {
        width: auto !important;
        max-width: 19% !important;
    }

.trends_category a {
    font-size: 12px;
    color: rgba(0,0,0,0.5);
}

    .trends_category a:hover {
        color: #0e8ce4;
    }

.trends_content {
    margin-top: 20px;
}

.trends_name {
    float: left;
}

    .trends_name a {
        font-size: 16px;
        color: #000000;
    }

        .trends_name a:hover {
            color: #0e8ce4;
        }

.trends_price {
    font-size: 16px;
    font-weight: 500;
    float: right;
}

.trends_fav {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 36px;
    height: 36px;
    background: #FFFFFF;
    box-shadow: 0px 1px 5px rgba(0,0,0,0.1);
    border-radius: 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    cursor: pointer;
}

    .trends_fav.active {
        visibility: visible;
        opacity: 1;
    }

    .trends_fav:hover {
        box-shadow: 0px 1px 5px rgba(0,0,0,0.3);
    }

.trends_item:hover .trends_fav {
    visibility: visible;
    opacity: 1;
    top: 18px;
}

.trends_fav i {
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #cccccc;
    line-height: 36px;
    pointer-events: none;
    z-index: 0;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.trends_fav.active i {
    color: red;
}

.trends_item:hover .trends_fav {
    visibility: visible;
    opacity: 1;
}

.trends_marks {
    position: absolute;
    left: 18px;
    top: 18px;
}

.trends_mark {
    display: none;
    width: 36px;
    height: 36px;
    font-size: 10px;
    font-weight: 500;
    color: #FFFFFF;
    border-radius: 50%;
    line-height: 36px;
    text-align: center;
}

.trends_discount {
    background: #df3b3b;
}

.trends_item.discount .trends_discount, .trends_item.is_new .trends_new {
    display: block;
}

.trends_new {
    background: #e4860e;
}

.trends_nav i {
    color: #fff;
}

/*********************************
13. Latest Reviews
*********************************/
.reviews {
    padding-top: 60px;
    padding-bottom: 40px;
}

.reviews_title_container {
    border-bottom: solid 1px #dadada;
}

.reviews_title {
    font-weight: 500;
    margin-bottom: 14px;
}

.reviews_all {
    position: absolute;
    right: 0;
    bottom: 14px;
}

    .reviews_all a {
        font-size: 10px;
        color: #0e8ce4;
        text-transform: uppercase;
        letter-spacing: 0.1em;
    }

        .reviews_all a:hover {
            opacity: 0.8;
        }

.review {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.home-blog-content.blog-detail.text-center p {
    text-align: center;
    FONT-SIZE: 12PX;
}

.review_image {
    width: 100%;
    height: 100%;
}

    .review_image img {
        max-width: 100%;
    }

.review_content {
    padding-left: 0px;
    margin-top: -4px;
}

.review_name {
    font-size: 16px;
    font-weight: 500;
}

.review_rating_container {
    margin-top: 1px;
}

.review_rating {
    display: inline-block;
}

    .review_rating i::before {
        font-size: 13px;
        margin-right: 8px;
    }

.review_time {
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    color: rgba(0,0,0,0.5);
}

.review_text {
    margin-top: 12px;
}

    .review_text p:last-child {
        margin-bottom: 0px;
    }

.reviews_dots {
    position: absolute;
    bottom: -69px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10;
}

    .reviews_dots .owl-dot {
        display: inline-block;
        width: 15px;
        height: 15px;
        background: #e8e8e8;
        border-radius: 50%;
        margin-right: 16px;
        box-shadow: 0px 1px 5px rgba(0,0,0,0.1);
        cursor: pointer;
    }

        .reviews_dots .owl-dot:last-child {
            margin-right: 0px;
        }

        .reviews_dots .owl-dot.active {
            background: #115c9a;
            box-shadow: none;
            display: none;
        }

/*********************************
14. Recently Viewed
*********************************/
.labercustomhtml {
    background: linear-gradient(to bottom, #78da15 0%,#aeec41 0%,#889240 99%) !important;
    text-align: center;
    margin: 15px 0em;
    margin-bottom: 28px;
    width: 100%;
    border-radius: 5px;
}

    .labercustomhtml p {
        font-size: 18px;
        color: #fff;
        margin-bottom: 0px;
        line-height: 44px;
    }

.viewed {
    padding-top: 5px;
    padding-bottom: 10px;
    background: #FFF;
}

.viewed_title_container {
    border-bottom: solid 1px #dadada;
}

.viewed_title {
    margin-bottom: 14px;
}

.viewed_nav_container {
    position: absolute;
    right: -5px;
    bottom: 14px;
}

.viewed_nav {
    display: inline-block;
    cursor: pointer;
}

    .viewed_nav i {
        color: #dadada;
        font-size: 18px;
        padding: 5px;
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        transition: all 200ms ease;
    }

    .viewed_nav:hover i {
        color: #606264;
    }

.viewed_prev {
    margin-right: 15px;
}

.viewed_slider_container {
    padding-top: 50px;
}

.viewed_item {
    width: 100%;
    background: #FFFFFF;
    border-radius: 8px;
    padding-top: 0;
    padding-bottom: 2em;
    padding-left: 15px;
    padding-right: 15px;
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.02);
    border: 1px solid #e6e6e6;
    /* padding: 29px 5px; */
    background: #fff;
    height: 350px;
    /* padding-top: 5em; */
}

.viewed_image {
    height: 200PX;
    text-align: center;
    PADDING-TOP: 12PX;
}

.footer_contact_text p {
    color: rgb(193, 17, 147);
    font-weight: 200;
    font-size: 15px;
}

.viewed_image img {
    display: block;
    max-width: 100%;
}

.viewed_content {
    width: 100%;
    margin-top: 1em;
}

.viewed_price {
    font-size: 16px;
    color: #000000;
    font-weight: 500;
}

.viewed_item.discount .viewed_price {
    color: #df3b3b;
}

.viewed_price span {
    position: relative;
    font-size: 12px;
    font-weight: 400;
    color: rgba(0,0,0,0.6);
    margin-left: 8px;
}

    .viewed_price span::after {
        display: block;
        position: absolute;
        top: 6px;
        left: -2px;
        width: calc(100% + 4px);
        height: 1px;
        background: #8d8d8d;
        content: '';
    }

.viewed_name {
    margin-top: 3px;
}

    .viewed_name a {
        font-size: 13px;
        color: #000000;
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        transition: all 200ms ease;
        font-weight: 400;
    }

        .viewed_name a:hover {
            color: #000;
        }

.item_marks {
    position: absolute;
    top: 18px;
    left: 18px;
}

.item_mark {
    display: none;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: #FFFFFF;
    font-size: 10px;
    font-weight: 500;
    line-height: 36px;
    text-align: center;
}

.item_discount {
    background: #df3b3b;
    margin-right: 5px;
}

.item_new {
    background: #0e8ce4;
}

.viewed_item.discount .item_discount {
    display: inline-block;
    display: none;
}

.viewed_item.is_new .item_new {
    display: inline-block;
}

/*********************************
15. Brands
*********************************/
.brands {
    width: 100%;
    padding-top: 90px;
    padding-bottom: 90px;
}

.brands_slider_container {
    height: 130px;
    border: solid 1px #e8e8e8;
    box-shadow: 0px 1px 5px rgba(0,0,0,0.1);
    padding-left: 97px;
    padding-right: 97px;
}

.brands_slider {
    height: 100%;
}

.brands_item {
    height: 100%;
}

    .brands_item img {
        max-width: 100%;
    }

.brands_nav {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 5px;
    cursor: pointer;
}

    .brands_nav i {
        color: #e5e5e5;
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        transition: all 200ms ease;
    }

    .brands_nav:hover i {
        color: #676767;
    }

.brands_prev {
    left: 40px;
}

.brands_next {
    right: 40px;
}

/*********************************
16. Newsletter
*********************************/



/*********************************
17. Footer
*********************************/
.overlayy {
    background-image: url('../images/footer_curve.png');
    height: 100%;
    width: 100%;
    float: left;
    top: 0;
    position: absolute;
    background-repeat: no-repeat;
    background-position: top;
}

.footer {
    position: relative;
    /* background-image: url('../images/parallax-2.jpg'); */
    padding-top: 0;
    background: #009846;
    /* padding-bottom: 40px; */
}

    .footer .logo_container {
        height: auto;
        margin-bottom: 8px;
        margin-top: 3px;
    }

    .footer .logo {
        top: auto;
        -webkit-transform: transform: none;
        -moz-transform: transform: none;
        -ms-transform: transform: none;
        -o-transform: transform: none;
        transform: none;
    }

        .footer .logo a {
            color: #000000;
        }

.footer_title {
    font-size: 18px;
    color: orange;
    /* text-transform: uppercase; */
    font-weight: 500;
}

ul.no-padding.info-company {
    margin: 7px 0 7px 0;
    padding: 0;
    overflow: hidden;
    line-height: 24px !important;
}

.footer_column p {
    color: #000;
    /* margin-top: 27px; */
    font-weight: 200;
    font-size: 15px;
}

.info-company li {
    color: #000;
    font-weight: 100;
    display: inline-flex;
    margin-bottom: 8px;
    vertical-align: sub;
    font-size: 14PX !important;
}

.info-company i {
    vertical-align: middle;
    padding: 3px 8px !important;
    font-size: 15px !important;
}

.footer_phone {
    font-size: 18px;
    font-weight: 500;
    color: #464545;
    margin-top: 13px;
}

.footer_contact_text {
    margin-top: 10px;
}

    .footer_contact_text p {
        margin-bottom: 3px;
        font-size: 16px;
        font-weight: 500;
    }

.footer_social {
    margin-top: 27px;
}

    .footer_social ul li {
        display: inline-block;
        width: 100%;
        height: 38px;
        background: #7dbc0000;
        /* border-radius: 50%; */
        cursor: pointer;
        /* box-shadow: 0px 1px 5px rgba(0,0,0,0.1); */
        margin-right: 24px;
        text-align: left;
        margin-bottom: 4px;
    }

        .footer_social ul li i {
            color: #215733;
            text-align: center;
            line-height: 20px;
            -webkit-transition: all 200ms ease;
            -moz-transition: all 200ms ease;
            -ms-transition: all 200ms ease;
            -o-transition: all 200ms ease;
            transition: all 200ms ease;
            font-size: 18px;
            border: 0px solid #2b2b2b;
            padding: 6px 8px;
            border-radius: 0;
            width: 50px;
            height: 33px;
            /* margin: 1px; */
            background: #f3d3e9;
        }

        .footer_social ul li:hover i {
            color: #0e8ce4;
        }

.footer_subtitle {
    font-size: 12px;
    color: #000000;
}

.footer_column ul:first-of-type {
    margin-top: 2em;
}

.footer_column ul {
    margin-top: 7px;
}

.footer_list li {
    margin-bottom: 10px;
}

p {
    /* font-family: 'Encode Sans Expanded', sans-serif !important; */
}

.footer_list li a {
    font-size: 17px;
    /* font-family: 'Open Sans', sans-serif !important; */
    font-weight: inherit;
    color: #fff;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    padding: 0px 0px 0px 0px;
}

.struct ul li {
    margin-bottom: 5px;
    font-size: 10px;
}

.struct ul li {
    margin-bottom: 5px;
}

    .struct ul li .hightlight {
        font-weight: 600;
        text-transform: uppercase;
        color: #121110;
    }

ul.no-padding.info-company a {
    color: #000 !important;
}

.des-footer ul li {
    margin-bottom: 12px;
}

.footer_list li a:hover {
    color: red;
}

.des-footer ul li {
    font-size: 12px;
}

.footer_column.footer_contact p {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
}

.des-seo-struct {
    margin-bottom: 2em;
}

.footer_list_2 {
    margin-top: 42px !important;
}

.copyright {
    width: 100%;
    background: #363e60;
    border-top: 1px solid rgb(58, 63, 95);
}

.copyright_container {
    width: 100%;
    height: 56px;
}

.copyright_content {
    font-size: 15px;
    color: rgb(201, 198, 198);
    font-weight: 400;
    /* font-family: 'Poppins',sans-serif!important; */
}

    .copyright_content span {
        font-weight: 500;
    }

.logos {
}

.logos_list li {
    display: inline-block;
    margin-right: 16px;
}

    .logos_list li:last-child {
        margin-right: 0px;
    }

/*.main_nav_menu {
    position: absolute;
}*/
/*new*/
.haede-top {
    width: 100%;
    /* background: linear-gradient(45deg, rgb(76, 4, 113) 25%, rgb(126, 20, 206) 55%, rgb(101, 28, 125) 100%); */
}

label#lblPrice {
    color: #000;
    padding-left: 8px;
}

/*.header_main:BEFORE {
    POSITION: ABSOLUTE;
    height: 100%;
    width: 100%;
    content: "";
    opacity: 0;
    background: #000000bf;
    
}*/

a.flex-c-m.size2.bo-rad-23.s-text2.bgwhite.hov1.trans-0-4 {
    background: rgba(0, 0, 0, 0.16862745098039217);
    BORDER: 1PX SOLID rgba(252, 251, 247, 0);
}

.noumber-detail {
    line-height: 29px;
}

p.welcometext::before, p.welcometext::after {
    display: block;
    position: absolute;
    /* top: 66%; */
    content: '';
    width: 200px;
    height: 1px;
    display: none;
    background: #675a48;
}

p.welcometext::after {
    right: 11%;
}

p.welcometext::before {
    left: 11%;
}

.product-thumb:hover .addcart {
    opacity: 1 !important;
}

.box-ft.box-ft-2.nice-border-full img {
    width: 100%;
    BORDER: 1PX SOLID rgb(239, 236, 236);
}

span.bof-tf-title-wrap {
    position: absolute;
    bottom: 33px;
    left: 22px;
}

.bof-tf-sub-title {
    display: block;
    font-weight: 800;
    font-size: 30px;
    color: #f96500;
}

span.bof-tf-title {
    font-size: 32px;
    line-height: 43px;
    color: #000000c9;
    font-weight: 100;
    text-transform: uppercase;
}

span.bof-tf-sub-title-center {
    display: block;
    font-weight: 800;
    font-size: 30px;
    color: #f96500;
}

.cat-name {
    color: #000000;
    font-weight: 500;
    font-size: 16px;
}

    .cat-name:hover {
        color: #eb3e32;
        text-decoration: none;
    }

.hoverStyle {
    text-align: center;
    position: relative;
    overflow: hidden;
}

    .hoverStyle .hoverBox::before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.58);
        content: '';
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
        -webkit-transition: opacity 0.75s,-webkit-transform 0.75s;
        transition: opacity 0.75s,transform 0.75s;
    }

.hoverBox {
    POSITION: STATIC !important;
    text-align: center;
}

.hoverStyle .hoverIcons {
    position: absolute;
    bottom: 11em;
    width: 100%;
    -webkit-transition: -webkit-transform 0.35s,color 0.35s;
    transition: transform 0.35s,color 0.35s;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 0;
    top: 107px;
    left: 0;
}

.hoverIcons a.eye {
    -webkit-transform: translate3d(-300%,0,0);
    transform: translate3d(-300%,0,0);
}

.hoverIcons a.heart {
    -webkit-transform: translate3d(300%,0,0);
    transform: translate3d(300%,0,0);
}

.hoverIcons a.hovicon {
    width: 43PX;
    height: 42PX;
    margin: 0 5px;
    -webkit-transition: opacity 0.75s,-webkit-transform 0.75s;
    transition: opacity 0.75s,transform 0.75s;
    background: #65bc7b;
}

.view_btn {
    text-align: right;
    margin-top: 2EM;
    MARGIN-BOTTOM: 23PX;
}

.phone_detail P {
    FONT-SIZE: 15PX;
}

.view_btn a {
    background: #fd6d01;
    color: #fff;
    border-radius: 0;
    padding: 15px 12px;
    FONT-WEIGHT: 600;
    font-size: 14px;
    border-radius: 4px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.hoverIcons .fa {
    font-size: 19px;
    line-height: 44px;
    color: #ffffff;
}

.hoverStyle a.cartBTN2 {
    position: absolute;
    BOTTOM: 24px;
    left: 21%;
    padding: 9px 21px;
    /* width: 100%; */
    opacity: 0;
    -webkit-transform: translate3d(0,-200px,0);
    transform: translate3d(0,-200px,0);
    -webkit-transition: opacity 0.75s,-webkit-transform 0.75s;
    transition: opacity 0.75s,transform 0.75s;
    border: 0px solid #fff;
    /* width: 100%; */
    font-size: 19px;
    background-image: url(../images/abstract.jpg);
}

.hoverStyle:hover .hoverBox::before, .hoverStyle:hover a.cartBTN2 {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

/*.hoverStyle:hover .hoverIcons{-webkit-transform:translate3d(0,-80%,0) translate3d(0,-80px,0);transform:translate3d(0,-80%,0) translate3d(0,-80px,0);opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}*/
.hoverStyle:hover .hoverIcons {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

    .hoverStyle:hover .hoverIcons a.hovicon {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

.hovicon {
    display: inline-block;
    border-radius: 50%;
    color: #fff;
    /* box-shadow: 0 0 0 2px #fff; */
    vertical-align: top;
}

    .hovicon:after {
        pointer-events: none;
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        content: '';
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        top: -2px;
        left: -2px;
        padding: 2px;
        z-index: -1;
        background: #fff;
        -webkit-transition: -webkit-transform 0.2s,opacity 0.3s;
        -moz-transition: -moz-transform 0.2s,opacity 0.3s;
        transition: transform 0.2s,opacity 0.3s;
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.3);
        opacity: 0;
    }

    .hovicon:hover, .hovicon:hover i, .hovicon.liked i {
        color: #215733;
    }

        .hovicon:hover:after, .hovicon.liked:after {
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
            opacity: 1;
        }

    .hovicon.liked:hover:after {
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.3);
        opacity: 0;
    }

    .hovicon.liked:hover i {
        color: #fff;
    }

.hoverIcons a.hovicon.liked i {
    display: none;
}

.hoverIcons a.hovicon.liked:after {
    content: "\f004";
    color: #e85200;
    font-size: 15px;
    line-height: 33px;
    font-family: FontAwesome;
}

.hoverIcons a.hovicon.liked:hover i {
    display: inline-block;
}

.hoverIcons a.hovicon.liked:hover:after {
    content: "";
}

a.cartBTN2 {
    border: 1px solid #65bc7b;
    background: #65bc7b;
    filter: none;
    color: #fff;
    text-transform: uppercase;
    border-radius: 5px;
    font-size: 14px !important;
    background-image: red;
    padding: 17px;
    font-weight: 700;
}

.trianlge-bg {
    display: none;
}

.onSalesBTN {
    display: inline-block;
    background: #e85200;
    border: 16px solid #ff9d68;
    border-radius: 100%;
    text-align: center;
    width: 225px;
    height: 225px;
    color: #fff;
    text-transform: uppercase;
    font-size: 50px;
    font-weight: 600;
    line-height: 45px;
    padding: 45px 0;
}

    .onSalesBTN span {
        display: block;
        font-size: 30px;
    }

.cat-details h1 {
    font-size: 30px;
    color: #000;
    margin-bottom: 15px;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.cat-details p {
    font-size: 14px;
    line-height: 18px;
    color: #403f3f;
    padding: 5px 25px;
    margin-bottom: 15px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.cat-box-top {
    position: relative;
    background-color: #cbcbcb;
    background-image: url(/images/product-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    border: solid 1px #ccc;
    height: 320px;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-bottom: 30px;
}

.cat-image img {
    max-width: 90%;
    min-height: 90%;
    vertical-align: middle;
}

.cat-details {
    height: 193px;
    padding-top: 67px;
    padding-bottom: 25px;
    text-align: center;
}

.wishlist_icon i {
    font-size: 27px;
    color: #3bc242;
    border: 0px solid #e1e2e9;
    border-radius: 0;
    width: 47px;
    text-align: center;
    height: 47px;
    line-height: 48px;
    background: #ffffff;
}

.main_nav_menu {
    line-height: 42px;
    margin-left: 20px;
}

/**/
.sdd p {
    font-size: 19px;
    /* font-family: "Roboto", "HelveticaNeue", "Helvetica Neue", sans-serif !Important; */
    line-height: 31px;
}

.adverts {
    padding-top: 2em;
    padding-bottom: 2em;
}

/**/

/*.container {
    width: 1300px !important;
    max-width: 1300px;
}*/
/*@media only screen and (min-width: 1300px) {
    .container {
        width: 1270px !important;
        max-width: 1270px;
    }
}*/

@media (max-width: 991px) {
    .col_no {
        height: 1px !important;
    }

    .wpb_wrapper {
        margin-bottom: 17px;
    }

    .banner-effect.main-banner {
        margin-bottom: 12px;
    }

    .header_main {
        padding-top: 0px !important;
    }

    .right {
        width: 100% !important;
    }

        .right .section-min img {
            width: 100% !important;
            max-height: 216px;
            height: auto !important;
        }

    .galery_imag {
        display: none !important;
    }

    .w-md-80.w-lg-50.text-center.mx-md-auto.m-b-40 {
        width: 100%;
    }

    .cont-about {
        padding-top: 5px;
        padding-bottom: 10px;
        padding: 1em;
    }

    .labercustomhtml {
        margin: 1em;
    }

    .add-img {
        width: 100%;
    }

    .container {
        width: 100% !important;
        max-width: 100% !important;
    }

    .top-img {
        display: none;
    }
}

.resplifeaddd {
    padding-top: 58px;
}

.collapse {
    display: block;
}

.block_newsletter form input[type="email"] {
    width: 100%;
    background: no-repeat;
    margin-bottom: 15px;
    border: 2px solid #e6e6e6;
    border-radius: 40px;
    height: 52px;
    padding-left: 20px;
}

.block_newsletter form input.btn {
    height: 45px;
    color: #fff !important;
    background: #115c9a;
    border-color: #115c9a;
    color: #555;
    font-size: 15px;
    font-weight: 600;
    border-radius: 40px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    width: 100%;
    text-transform: none;
}

    .block_newsletter form input.btn:hover {
        background-color: #58b606;
        color: #fff;
        border-color: #58b606;
    }

/*@media (min-width: 768px) {
    .hidden-md-up {
        display: none !important;
    }
        .links .collapse.in {
    display: block;
}
}
@media (max-width: 767px) {
    .hidden-sm-down {
        display: none !important;
    }
    .collapse {
    display: none;
}
  
}
    .links .collapse.in {
    display: block;
}
}*/
.trends_slider.owl-loaded.owl-drag {
    background: none !important;
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, .08) !important;
}

.wpb_wrapper h1 {
    color: #8cc200;
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 22px 10px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    position: relative;
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.11);
    font-weight: 500;
}



.footer_column.footer_contact {
    color: #fff;
}

.logo img {
    width: 100%;
    max-width: 93px;
    margin-left: 0px;
    margin: 3px auto;
}

.top_bar1 {
    /* background-image: url(//cdn.shopify.com/s/files/1/0102/1155/7435/t/10/assets/header_bg_image.jpg?85); */
    text-align: center;
    background: #25245400;
    /* background-image: url(//cdn.shopify.com/s/files/1/0102/1155/7435/t/10/assets/header_bg_image.jpg?85); */
    /* background-image: url(//cdn.shopify.com/s/files/1/0102/1155/7435/t/10/assets/header_bg_image.jpg?85); */
    position:;
    /* background: #ffffff61 !important; */
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.2); */
    margin-bottom: 0;
}

.shopiinghead {
    text-align: center;
    width: 100%;
    height: 45px;
}

button.CLOSEBTN {
    BACKGROUND: none;
    border: 0;
    position: absolute;
    left: 74%;
    top: 6px;
    font-size: 13px;
    color: #fbfcf6;
    font-weight: 900;
    background: #e61728;
    padding: 4px 11px;
}




.titlehead {
    margin-top: 2em;
}

.footer-top-area {
    padding-top: 5px;
    /* background: #485200; */
    padding-bottom: 40px;
}

.footer-top-area {
    background: #fff;
}

.footer-about {
}

ul.catgeroy {
    text-align: left;
    MARGIN-BOTTOM: 15PX;
}

.footer-about h4 {
    border-bottom: 0px solid #ececec;
    font-size: 17px;
    font-weight: 400;
    padding-bottom: 10px;
    color: #2d4203;
    TEXT-ALIGN: left;
    font-size: 20px;
}

.footer-logo {
    margin: 30px 0;
}

    .footer-logo img {
    }

.footer-p p {
    color: #555;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
}

.social-link {
    margin-top: 25px;
}

    .social-link ul {
    }

        .social-link ul li {
            display: inline-block;
            margin-left: 10px;
        }

            .social-link ul li i {
                line-height: 40px;
            }

            .social-link ul li:first-child {
                margin: 0;
            }

            .social-link ul li a {
                background: #f3f3f3 none repeat scroll 0 0;
                border-radius: 100%;
                color: #555;
                display: inline-block;
                font-size: 19px;
                height: 40px;
                text-align: center;
                transition: all 0.3s ease 0s;
                width: 40px;
            }

                .social-link ul li a:hover {
                    color: #fff;
                }

                .social-link ul li a.f:hover {
                    background: #3B5998;
                }

                .social-link ul li a.g:hover {
                    background: #DD4B39;
                }

                .social-link ul li a.t:hover {
                    background: #00ACED;
                }

p {
    text-align: justify;
    /* font-family: 'Nanum Gothic', sans-serif!important; */
    font-size: 15px;
    color: #42464e;
    line-height: 24px;
    margin-bottom: 0;
    font-weight: normal;
    font-family: "Outfit", sans-serif;
}

.social-link ul li a.p:hover {
    background: #CB2128;
}

.social-link ul li a.i:hover {
    background: #3F729B;
}

.t-icon {
    float: left;
}

.peer-content {
    float: left;
    margin-top: 30px;
}

.t-icon {
    float: left;
}

    .t-icon span {
        background: #555 none repeat scroll 0 0;
        border-radius: 100%;
        color: #fff;
        display: inline-block;
        font-size: 19px;
        height: 40px;
        text-align: center;
        width: 40px;
        transition: 0.3s;
    }

        .t-icon span i {
            line-height: 43px;
        }

.peer-content:hover .t-icon span {
    background: #ff5555;
}

.t-details {
    float: left;
    margin-left: 15px;
    width: 290px;
}

    .t-details p {
        color: #555;
        font-size: 13px;
        font-weight: 500;
        line-height: 20px;
    }

    .t-details h5 {
        color: #777;
        font-size: 12px;
    }

    .t-details p a {
        color: #555;
    }

        .t-details p a:hover {
            color: #FF5555;
        }

.level {
    margin-top: 5px;
}

.letter {
    margin-top: 40px;
}

    .letter h4 {
        font-size: 13px;
        line-height: 20px;
    }

.footer-logo img {
    width: 78%;
}

.footer-p p {
    font-weight: 400;
}

.t-details p {
    font-weight: 400;
}

.footer-search form input {
    background: #f3f3f3 none repeat scroll 0 0;
    border: 1px solid rgba(0, 0, 0, 0.1803921568627451);
    font-size: 13px;
    height: 40px;
    margin-top: 5px;
    padding: 6px 10px;
    width: 100%;
    transition: 0.3s;
    margin-bottom: 12px;
}

.add_border {
    padding: 15px;
}

.button-4 {
    width: 140px;
    height: 50px;
    border: 2px solid #f3f3f3;
    float: left;
    text-align: center;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0 0 40px 0px;
    background: linear-gradient(to bottom, #8ab914 0%,#9fd41a 0%,#a8de1f 99%);
}

    .button-4 a {
        font-family: arial;
        font-size: 16px;
        color: #fff;
        text-decoration: none;
        line-height: 50px;
        transition: all .5s ease;
        z-index: 2;
        position: relative;
    }

.eff-4 {
    width: 140px;
    height: 50px;
    left: -140px;
    background: linear-gradient(to bottom, #8ab914 0%,#9fd41a 0%,#171f04 99%);
    position: absolute;
    transition: all .5s ease;
    z-index: 1;
}

.button-4:hover .eff-4 {
    left: 0;
}

.button-4:hover a {
    color: #fff;
}

button.button_subs {
    border-radius: 2px;
    padding: 10px 20px;
    border: 0px;
    color: #fff !important;
    background: #F15931;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
    font-size: 13px;
    font-weight: 500;
    transition: box-shadow .2s ease;
    vertical-align: super;
}

.button a, .button button {
    border: 2px solid #ececec;
    color: #555;
    font-size: 13px;
    font-weight: 500;
    padding: 8px 20px;
    text-decoration: none;
    text-transform: uppercase;
    background: #fff;
}

.banner-hover {
    position: relative;
    z-index: 1;
    display: block;
}

    .banner-hover:after, .banner-hover:before {
        position: absolute;
        background-color: rgba(255,255,255,0.2);
        content: "";
        left: 50%;
        right: 51%;
        opacity: 1;
        top: 0;
        bottom: 0;
    }

    .banner-hover:after {
        left: 0;
        right: 0;
        top: 50%;
        bottom: 51%;
    }

    .banner-hover:hover:after {
        top: 0;
        bottom: 0;
    }

    .banner-hover:hover:before {
        left: 0;
        right: 0;
    }

    .banner-hover:hover:after, .banner-hover:hover:before {
        opacity: 0;
        transition: 0.8s;
        transition-timing-function: ease-in;
    }

/*ANIKMATIO*/
/*FOTE*/
a.btn.btn-primary.btn-lg {
    border: 2px solid #ffffff !important;
}

.footer-search input {
    height: 50px;
    width: 340px;
    float: left;
    PADDING-LEFT: 12PX;
    background-color: #efefef;
    box-shadow: none;
    border-radius: 0;
    border: none #efefef;
    border-right-width: 0;
    font-size: 15px;
    color: #434343;
    -webkit-appearance: none;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    MARGIN-BOTTOM: 12PX;
}

.titlehead {
    margin: 0px;
    width: 100%;
}

.footer_list li:before {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 13px;
    display: inline-block;
    cursor: pointer;
    line-height: 20px;
    color: rgb(193, 17, 147);
    margin-right: 5px;
    0: JIS04;
    display: none;
}

.footer-bottom-content {
    padding: 0;
    background: #282828;
    text-align: left;
}

.footer-headings {
    font-size: 16px;
    color: #434343;
    text-transform: uppercase;
    margin: 0 0 21px;
    font-weight: 600;
}

.copyright_content {
    text-align: left;
    width: 100%;
    /* font-family: 'Encode Sans Expanded', sans-serif !important; */
}

.product-grid:hover {
    /* border: 1px solid #F3F3F3; */
    -webkit-box-shadow: 1px 3px 8px rgba(185, 184, 184, 0.78);
    box-shadow: 1px 3px 8px rgba(185, 184, 184, 0.78);
}

.product-list {
    position: relative;
    text-align: center;
    vertical-align: top;
    background: #fff;
    padding: 7px 7px 7px 7px;
    border: 1px solid rgba(0, 0, 0, 0.03137254901960784);
    padding-bottom: 17px;
    min-height: 345px !important;
    margin: 0px 0px;
    height: auto;
    margin-bottom: 13px;
    margin: 0;
}

    .product-list:hover {
        /* border: 1px solid #F3F3F3; */
        -webkit-box-shadow: 1px 3px 8px rgba(185, 184, 184, 0.78);
        box-shadow: 1px 3px 8px rgba(185, 184, 184, 0.78);
    }




a.btn.btn-primary.btn-lg {
    text-decoration: none;
}

    a.btn.btn-primary.btn-lg.addcart:hover {
        background: #402275 !important;
        border-radius: 30px;
        transition-duration: 0.3s;
    }

.productview {
    background: #fff;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
}

.item-slick1 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.top_offer {
    text-align: left;
    font-size: 14px;
    line-height: 45px;
    font-weight: 500;
    color: #fff;
    letter-spacing: .6px;
}

.wpb_wrapper {
    /* background: #ff0000 !important; */
    /* width: 100%; */
    /* float: left; */
}

.wg-title h1 {
    background: #402275;
    min-width: 100%;
    position: relative;
    float: left;
    font-size: 15px;
    font-weight: 600;
    padding: 0px 16px;
    color: #ffffff;
    height: 43px;
    box-shadow: none;
    BORDER-RADIUS: 5PX;
    MARGIN-BOTTOM: 14PX;
    margin-top: 14px;
    line-height: 40px;
}

.wg-title:before {
    width: 0;
    height: 0;
    border-top: 23px solid transparent;
    border-left: 18px solid #ffffff;
    border-bottom: 23px solid transparent;
    position: absolute;
    content: "";
    top: 0;
    left: 196px;
    display: none;
}

.viewmore {
    text-align: right;
    margin-top: 25px;
    width: 100%;
}

    .viewmore a {
        background: #e0703f;
        padding: 8px 17px;
        color: white;
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 0px;
        border-radius: 5px;
    }

section.top_achiever {
    padding: 50px 0px;
}

.videoSlot {
    margin-bottom: 30px;
}

.news-letter {
    border: 1px solid #48dfe6;
    margin-bottom: 30px;
}

    .news-letter h4 {
        font-size: 22px;
        font-weight: 500;
        color: #fff;
        padding: 10px 15px;
        background: #48dfe6;
        /* border-radius: 5px; */
        border: 1px solid #48dfe6;
        margin-bottom: 15px;
    }

    .news-letter marquee {
        height: 290px !important;
        padding: 0px 20px;
    }

    .news-letter ul {
        padding: 10px 25px;
    }

        .news-letter ul li {
            margin-bottom: 15px;
            font-size: 14px;
            font-weight: 400;
            line-height: 25px;
        }

            .news-letter ul li i {
                padding-right: 10px;
                color: #000000;
                width: 30px;
                height: 30px;
                background: #ffffff;
                padding: 6px 7px;
                box-shadow: 0px 0px 8px #00000026;
                margin-right: 20px;
                border-radius: 3px;
            }

.trends_image img {
    border-radius: 0;
    border: 0px solid #ddd;
}

.topbar-social a {
    padding: 12px 8px;
    font-size: 15px;
    color: rgba(42, 52, 93, 0.8784313725490196);
}

.topbar-social {
    HEIGHT: 45PX;
    JUSTIFY-CONTENT: flex-end;
    align-items: center;
    display: flex;
}

    .topbar-social a {
        padding: 6px 7px;
        font-size: 14px;
        color: #fff;
        border-radius: 50%;
        border: 2px solid #fafafa;
        width: 30px;
        height: 30px;
        line-height: 0;
        margin-left: 8px;
    }

.blog-post-type-1 .blog-date {
    line-height: normal;
    margin-bottom: 20px;
}

.blog-post-type-1 .blog-detail p {
    margin-bottom: 25px;
}

.home-blog-content.blog-detail.text-center h4 {
    margin-bottom: 20px;
    FONT-SIZE: 17PX;
    FONT-WEIGHT: 400;
}

.gallery-image__item:hover img {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    filter: brightness(75%);
}

.gallery-image__item:hover:after {
    right: -55%;
    top: 120%;
}

.gallery-image__item {
    margin-bottom: 3em;
}

.w-30 {
    -webkit-box-flex: 0 0 30.76923%;
    -moz-box-flex: 0 0 30.76923%;
    -webkit-flex: 0 0 30.76923%;
    -ms-flex: 0 0 30.76923%;
    flex: 0 0 30.76923%;
    max-width: 30.76923%;
}

.w-38 {
    -webkit-box-flex: 0 0 38.46154%;
    -moz-box-flex: 0 0 38.46154%;
    -webkit-flex: 0 0 38.46154%;
    -ms-flex: 0 0 38.46154%;
    flex: 0 0 38.46154%;
    max-width: 38.46154%;
    padding: 0 10px;
}

.midddle {
    padding-left: 12px;
}

.gallery-image__item:after {
    content: "";
    display: inline-block;
    width: 150%;
    height: 80%;
    position: absolute;
    right: 32%;
    top: -75%;
    background: rgba(255,255,255,0.15);
    -ms-transform: skewY(-50deg);
    -webkit-transform: skewY(-50deg);
    transform: skewY(-50deg);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.gallery-image__item {
    position: relative;
    display: block;
    color: #fff;
    width: 100%;
    overflow: hidden;
}

.bg-title-page {
    width: 100%;
    min-height: 201px;
    padding-left: 15px;
    padding-right: 15px;
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: cover;
    background-position: 0em -3em;
}

.footer_social ul li span {
    color: #fff;
    padding: 0;
    PADDING-LEFT: 9PX;
    font-size: 15px;
    font-weight: 500;
}

.top_bar_contact_item {
    display: inline-block;
}

.col_no {
    height: 17px;
    /* display: none; */
}

/*i.fab.fa-facebook-f {
    background: #3d6cf5;
}

i.fab.fa-twitter {
    background: #78a8f3;
}

i.fab.fa-youtube {
    background: #ff0000;
}

i.fab.fa-google {
    background: #e04f15;
}*/

.footer_social ul li:hover i {
    background: rgb(103, 91, 91);
    color: #fff;
}

.top-img {
    background: #fff;
    text-align: center;
}

.logo_bottom img {
    width: 25%;
}

.footer-top-area {
    background: #fff;
    background: #f3f3f3;
    margin-bottom: 0;
}

.footer-about {
    padding-bottom: 12px;
    padding-top: 24px;
    /* TEXT-ALIGN: left !important; */
}

.secure-content.text-right {
    line-height: 56px;
}

.logo:before {
    position: absolute;
    background: rgba(29, 43, 0, 0);
    content: "";
    width: -10px;
    /* height: 27px; */
    border-right: 42px solid rgb(159, 183, 111);
    top: 0px;
    border-top: 22px solid rgba(0, 0, 0, 0);
    left: -42px;
    display: none;
}

.top-img img {
    margin-left: -129px;
    margin-top: 0px;
    position: absolute;
    left: 0;
}

.logo:after {
    position: absolute;
    background: rgba(29, 43, 0, 0);
    content: "";
    width: -10px;
    /* height: 27px; */
    /* border-left: 42px solid rgb(64, 95, 6); */
    top: 0px;
    border-top: 22px solid rgba(0, 0, 0, 0);
    right: -42px;
}

.top_bar_icon i {
    color: #fff;
    font-size: 28px;
}

.top_bar_contact_item {
    font-size: 22px;
    color: #870a73;
}

.cart_text a {
    color: #000;
    /* font-family: 'Open Sans', sans-serif; */
    font-size: 18px;
    font-weight: 500;
    /* font-family: 'Poppins', sans-serif !important; */
    font-family: Verlag !important;
}

.wishlist_text a {
    /* color: #000; */
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 500;
    margin-top: 0;
}

.banner-contain {
    z-index: 1;
    position: absolute;
    right: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align: center;
    top: 0;
}

h4.lang_trans {
    color: #f6921e;
    font-weight: 400;
    margin-bottom: 7px;
    margin-top: 12px;
    text-transform: uppercase;
    FONT-SIZE: 16PX;
}

h1.lang_trans {
    font-size: 29px;
    color: #6dc729;
    text-transform: uppercase;
    margin-bottom: 8px;
}

h4.lang_trans {
    color: #f6921e;
    font-weight: 400;
    margin-bottom: 7px;
    margin-top: 12px;
    text-transform: uppercase;
    FONT-SIZE: 16PX;
}

.banner-btn.lang_trans {
    BACKGROUND: linear-gradient(45deg, rgb(153, 185, 7) 0%, rgb(154, 222, 48) 41%, rgb(165, 193, 7) 100%);
    PADDING: 3PX 9PX;
    MARGIN-TOP: 14PX;
    color: #fff;
    BORDER-RADIUS: 5PX;
    font-size: 17px;
}

h2.lang_trans {
    color: #111c2d;
    font-weight: 500;
    FONT-SIZE: 10PX;
}

.banner-btn.lang_trans a {
    color: #fff;
}



.phone_detail span img {
    width: 18px;
}

.phone_detail ul li a {
    padding: 6px 3px;
    color: #000000;
    font-weight: 500;
    font-size: 14px;
    line-height: 33px;
}

.heade_titles {
    margin: 9px 0;
}

.phone_detail ul li {
    display: inline-block;
}

span.welcome-msg {
    color: #000000;
    font-weight: 300;
}

a.btn-head {
    color: #fbd545;
    font-weight: 600;
}

.btn-head i {
    color: #fff;
    padding-right: 5px;
}

.top_bar1 {
    padding: 1px 0em;
    /* border-bottom: 1px solid rgb(231, 232, 234); */
    /* margin-bottom: 10px; */
    background: #ffffff;
    /* background: linear-gradient(to top , #ffffff00, #ffffffe0); */
    box-shadow: 0px 5px 0px #c3c3c3;
}

a.btn-head {
    color: #ffffff;
    font-weight: 400;
    /* border: 0px solid #404f61; */
    padding: 5px 9px;
    border-radius: 0;
    background: linear-gradient(to bottom right, #325b81, #325b81) !important;
    font-size: 16px;
    /* font-family: 'Poppins',sans-serif!important; */
    border: 0px solid #dbdcde;
    margin: 2px;
    border-radius: 5px;
    font-weight: 500;
    /* padding-left: 9px; */
    /* padding-right: 23px; */
    box-shadow: 0 0px 0 #886428;
}

.customer-action-hd {
    color: #fffffe;
    font-size: 16px;
    padding: 5px 0;
}


span.company_name {
    font-size: 30px;
    font-weight: 700;
    color: #f95400;
}



.counter-box {
    display: block;
    border: 5px solid #fff;
    text-align: center;
    height: 200px;
    width: 200px;
    border-radius: 50%;
    margin-bottom: 30px;
    transition: all 0.5s ease;
}

.counter-inner {
    display: inline-flex;
    color: #fff;
    font-size: 30px;
    padding-top: 50px;
}

.counter-box p {
    margin: 5px 0 0;
    padding: 0;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}

.counter-box:hover {
    background: #e0703f;
    border: 3px solid #e0703f;
    transform: translate(0px, -10px);
    /* transition-duration: 0.6s; */
    cursor: pointer;
    /* transform: rotateY( 
90deg
 ); */
    transition: all 0.5s ease;
    border-radius: 50%;
}






.ad_banner {
    position: relative;
    overflow: hidden;
    border: 1px solid #ebebeb;
}

    .ad_banner a:before {
        position: absolute;
        width: 20%;
        height: 100%;
        background: rgba(255,255,255,.3);
        content: "";
        transform: skew(-20deg);
        -webkit-transform: skew(-20deg);
        -ms-transform: skew(-20deg);
        -moz-transform: skew(-20deg);
        -o-transform: skew(-20deg);
        left: -25%;
    }

    .ad_banner:hover a:before {
        left: 105%;
        transition: left .5s ease;
        -webkit-transition: left .5s ease;
        -moz-transition: left .5s ease;
        -ms-transition: left .5s ease;
        -o-transition: left .5s ease;
    }

.advertise_banner_content {
    position: absolute;
    text-align: left;
    text-transform: capitalize;
    top: 52px;
    bottom: auto;
    left: 52%;
    right: auto;
}

    .advertise_banner_content .text1 {
        font-size: 28px;
        font-weight: 600;
        color: #fff;
        text-align: left;
        display: block;
        line-height: 35px;
        margin-bottom: 8px;
        letter-spacing: 0;
    }

    .advertise_banner_content .text2 {
        font-size: 14px;
        font-weight: 400;
        color: #fff;
        margin: 0 0 20px;
        display: block;
    }

ul.FOTTER_products {
    text-align: left;
}

    ul.FOTTER_products li h2 {
        font-size: 12px;
        padding-top: 8px;
        display: inline-block;
        color: #1d1b1b;
        font-weight: 600;
    }

    ul.FOTTER_products li a {
        color: #444;
        font-size: 12px;
    }

ul.FOTTER_products {
    text-align: left;
    color: #949494;
}

.advertise_banner-button a {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    border-bottom: 1px solid #fff;
}

.advertise_banner-button:hover a {
    color: #000;
    border-color: #000;
}

h2.tt-title a {
    color: #484848;
}

h2.tt-title {
    font-size: 16px;
    text-align: center;
    font-weight: 500;
}

.btn_add {
    text-align: center;
}

    .btn_add a {
        background: #f96c30;
        padding: 8px 30px;
        border-radius: 3px;
        box-shadow: 0px 1px #af461b;
    }

.tt-btn-addtocart span {
    color: #fff;
}

.products_name {
    display: block;
    margin-bottom: 6px;
}


.tt-product:not(.tt-view) .tt-description {
    position: relative;
    z-index: 4;
    background: #fff;
}

.tt-product.one.thumbprod-center:hover {
    box-shadow: 0px 0px 33px rgba(0, 0, 0, 0.09019607843137255);
}

.tt-product.one.thumbprod-center {
    position: relative;
    overflow: hidden;
    padding-bottom: 25px;
    border: 1px solid #f5f1f1;
    margin-bottom: 2em;
    /* margin-top: 10px; */
}

.tt-image-box img {
    border-radius: 5px;
}

.tt-image-box {
    padding-top: 73PX;
}

.heading_tittle {
    text-align: center;
}

    .heading_tittle H2 {
        MARGIN: 0 0PX;
        FONT-SIZE: 24PX;
        FONT-WEIGHT: 500;
        COLOR: #191919;
        /* border-bottom: 1px solid #231c18; */
    }

    .heading_tittle span {
        font-size: 20px;
        color: #191919;
    }

.heading_tittle {
    text-align: center;
    margin-bottom: 2em;
}

span.welcome-msg i {
    color: red;
    font-size: 20px;
    background: #ff000000;
    border-radius: 50px;
    width: 27px;
    height: 27px;
    text-align: center;
    line-height: 30px;
    font-weight: 800;
}

span.welcome-msg a {
    color: #444;
    padding-left: 22px;
    /* background: red; */
    padding-right: 32px;
    padding: 2px 8px;
    font-size: 17px;
    font-weight: 500;
    /* font-family: 'Poppins',sans-serif!important; */
    margin-left: 11px;
    padding-right: 21px;
}

body {
    padding-right: 0 !important;
}


.header-top {
    background-color: #e1e2e9;
    padding: 5px 20px;
    box-shadow: 0px 0px 3px #ccc;
    margin-bottom: 2px;
}

.title-key {
    color: #288a53;
}

.phone_detail {
    TEXT-ALIGN: RIGHT;
}

    .phone_detail p {
        color: #000000 !important;
        line-height: 39px;
    }

.heade_titles H4 {
    FONT-SIZE: 16PX;
    FONT-WEIGHT: 500;
    color: #196137;
}

.top_bar_HEADING {
    background-color: #ffffff;
    padding: 6px 20px;
    box-shadow: 0px 0px 3px #ccc;
    margin-bottom: 1;
}

.wishlist_icon img {
    width: 40px;
}

.title-first {
    font-size: 30px;
    font-weight: 500;
    display: inline-block;
}

.title-last {
    text-align: 0;
    font-size: 30px;
    font-weight: 500;
    color: #1f0d3e;
    position: relative;
    top: 15px;
    right: 0;
    display: block;
    margin-bottom: 20px;
}

.amy-title p {
    color: #000;
}

.pavo-widget-text.pa-element.pa_text h4 {
    color: rgb(250, 38, 146);
    font-size: 18px;
    margin-top: 18px;
}

a.btn_read {
    background: #65bc7b !important;
    color: #fff;
    padding: 15px 31px;
    display: inline-block;
    margin-top: 1em;
    border-radius: 5px;
    /* box-shadow: 0px 2px #a80b76; */
    font-weight: 500 !important;
    /* border-radius: 25px; */
    background: url(//www.sofy.in/wp-content/themes/sofy/images/button.png) no-repeat;
}

h1.extra {
    font-size: 32px;
}

.baby_titlr h2 {
    font-size: 56px;
    font-weight: 700;
    color: mediumpurple;
    margin-bottom: 9px;
}

.baby_titlr h1 {
    /* font-weight: 400; */
    color: #e82fa1;
    font-weight: normal;
    margin-bottom: 10px;
}

.baby_titlr {
    width: 100%;
    padding: 98px 8%;
}

.top_bg_child {
    background-image: url('../images/abo.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.top_img h4 {
    color: #e0039f;
}

.top_img p {
    font-size: 15px;
    margin-bottom: 5px;
    margin-top: 6px;
    color: #111 !important;
    font-weight: 500;
}

.notification_promobtn a {
    background: #dc0497;
    color: #fff;
    font-size: 21px;
}

.notification_promobtn a {
    font-size: 14px !important;
    font-weight: 600;
}

.notification_promobtn {
    vertical-align: middle;
    position: absolute;
    top: 14px;
    right: 73px;
}

.img_two {
    position: relative;
    border: 7px solid #efc5ed;
}

h2.u-label.u-label--sm.u-label--success.mb-2 {
    font-size: 41px;
    /* COLOR: #e82fa1; */
    /* FONT-WEIGHT: 600!IMPORTANT; */
}

h1.HEADING_TAF {
    FONT-SIZE: 35px;
    COLOR: #6f3571;
    TEXT-ALIGN: CENTER;
    /* FONT-WEIGHT: 600; */
}

.featured-contentone {
    position: absolute;
    top: 71px;
    right: 27px;
}

.trends_content {
    margin-top: 20px;
    text-align: center;
}

.featured-content {
    position: absolute;
    top: 71px;
    left: 27px;
}

.fotter_iiner {
    background: #34495d;
    padding-top: 45px;
    padding-bottom: 45px;
}

.about-text H3 A {
    COLOR: #3c1704;
}

.about-text H3 {
    FONT-SIZE: 28PX;
    FONT-WEIGHT: 600;
    COLOR: RED;
}

.about-text p {
    color: #000 !important;
    font-size: 18px;
}



.phone_detail h2 {
    padding-top: 16px;
    TEXT-TRANSFORM: uppercase;
    font-size: 13px;
    font-weight: 600;
    background: #444;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0px 4px 2px #000 inset;
    text-align: left;
}

.blog-wrapper-2 .post-content-inner h3 {
    font-size: 22px;
    padding-bottom: 0;
    padding-top: 18px;
    color: #000 !important;
    text-transform: capitalize;
    background: #ffffff;
    padding-bottom: 9px;
}

span#cart-total i {
    color: #000;
}

.post-content-inner a {
    color: #000;
    padding: 10px;
}

.post-content {
    border: 1px solid #eaeaea;
    padding: 2px;
}

.top_title h3 {
    line-height: 34px;
}

.gift a {
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 600;
    color: #5d3822;
    background: #fdf1c1;
    padding: 9px 5px;
    border-radius: 0 5px 5px 0;
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0px;
    border-left: 2px dashed #2457aa;
    font-family: Verlag !important;
}

input#txtSearch {
    padding: 13px 19px;
}



.header-img2 {
    background-image: url(../images/header-img1.png);
    margin: 0;
    padding: 0;
    position: relative;
    background-repeat: no-repeat;
    background-position: 0em -574px;
    margin-left: 24px;
}


    .header-img2 a {
        font-size: 16px;
        color: #000 !important;
        line-height: 20px;
        padding: 1px 0 0 32px;
    }

span.header-static-text {
    display: block;
    padding: 0 0 0 31px;
}

.header-img2.mail {
    background: url(../images/sprite-3.png) no-repeat scroll 0px -133px transparent;
}




.icon img {
    width: 85px;
    margin-bottom: 21px;
    height: 74px;
}

.services-block-one .icon {
    position: relative;
    font-size: 60px;
    min-height: 70px;
    color: #111;
}

.services-block-one .inner-box {
    padding: 42px 8px 27px;
    /* border-bottom: 3px solid #f96600; */
    /* -webkit-box-shadow: 0px 5px 24px 6px rgba(0, 0, 0, 0.06); */
    /* box-shadow: 0px 5px 24px 6px rgba(0, 0, 0, 0.06); */
}

.services-block-one h4 {
    position: relative;
    font-size: 19px;
    font-weight: 600;
    padding-bottom: 0;
    margin-bottom: 6px;
}

.services-block-one {
    position: relative;
    margin-bottom: 0px;
    text-align: center;
}

    .services-block-one h4 a {
        color: #341106;
        -webkit-transition: .5s ease;
        -o-transition: .5s ease;
        transition: .5s ease;
        font-family: Verlag !important;
        FONT-SIZE: 22PX;
    }

h2.style_hed strong {
    font-size: 36px;
    display: block;
    line-height: 69px;
    background: #8d561e;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    FONT-WEIGHT: 400;
}

h2.style_hed span {
    font-size: 30px;
    margin-bottom: 15px;
}

.style_hed span {
    background: #713d12db;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-style: normal;
    display: inline-block;
}

.sp-two {
    position: relative;
    padding: 0 0 20px;
    background: #ffffff;
}

.OFFERa {
    background-image: url(../images/abstract.jpg);
    background-repeat: repeat-x;
    background-position: 0em 72px;
}

a.mybtn {
    padding: 9px 3em;
    border: 1px solid #b79569;
    display: inline-block;
    color: #613d14;
    font-size: 18px;
    border-radius: 4px;
    margin-top: 12px;
    background: linear-gradient(45deg, rgb(224, 187, 102) 0%, rgb(246, 227, 151) 55%, rgb(175, 105, 38) 100%);
    box-shadow: 0px 3px #5a3912;
    font-weight: 700;
}

.text {
    font-size: 18px;
    color: #634c27;
}

ul.footer_list li {
    DISPLAY: block;
}

.fotterser {
    border-bottom: 1px solid #444444;
}

.col-md-9.contact-us-dv.text-center {
    COLOR: rgb(221, 182, 111);
    FONT-SIZE: 18PX;
    TEXT-ALIGN: CENTER;
}

.contact-us-dv span {
    font-weight: bold;
}

.social-icons-lists ul li {
    margin: 4px;
    padding: 0 !important;
    display: inline-block;
    border: none !important;
    list-style: none !important;
}

.social-icons-lists li a {
    color: #000;
    font-size: 17px;
}

.social-icons-lists li {
    display: inline-block;
    margin: 0px !important;
    background: #ddb66f;
    border-radius: 50px;
    padding: 4px 11px;
}

.row.last-footer {
    padding-top: 13px;
}

.namer_title {
    text-align: center;
}

    .namer_title h1 {
        font-size: 38px;
        color: #251424;
        background: rgba(210, 169, 104, 0.5607843137254902);
        border-radius: 9px;
        padding: 0;
        font-weight: 800;
    }

.contact-info-list li {
    position: relative;
    color: #222;
    font-size: 16px;
    padding-bottom: 20px;
    margin-bottom: 23px;
    padding-left: 60px;
}

    .contact-info-list li:before {
        position: absolute;
        content: '';
        left: 0;
        bottom: 0px;
        width: 100%;
        height: 2px;
        background-color: #ddd;
        transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
    }

    .contact-info-list li span {
        position: absolute;
        top: 11px;
        display: inline-block;
        left: 0;
        color: #a9804c;
        font-size: 18px;
    }

    .contact-info-list li b {
        padding-right: 14px;
        margin-left: 0;
        display: block;
    }

.customer-action-hd.d-flex.flex-row {
    justify-content: center;
    align-items: center;
}

.login_brnt {
    background: #000;
    background-image: url(../images/abstract.jpg);
    background-position: 0em 17em;
    padding-left: 11px;
    padding-right: 12px;
    padding-top: 6px;
    padding-bottom: 8px;
    border-radius: 4px;
    box-shadow: 0px 3px #906d1d;
}

    .login_brnt a {
        padding: 12px 9px;
    }

    .login_brnt a {
        font-family: Verlag !important;
        padding: 10px 1px;
        color: #653c1e;
        font-weight: 600;
        font-size: 18px;
    }

.jombopack {
    position: absolute;
    top: 0;
    right: 26px;
    top: 11px;
}

.single-box {
    text-align: center;
}

.single-box {
    text-align: center;
}

    .single-box p {
        color: #f7f5f5;
    }

.single-box {
    text-align: center;
}

    .single-box i {
        font-size: 28px;
        margin-bottom: 11px;
        color: #fff;
        border-radius: 50px;
        border: 1px solid #454343;
        width: 55px;
        height: 55px;
        line-height: 51px;
        background: #e31e24;
    }

    .single-box h3 {
        color: #fff;
        margin-bottom: 13px;
        margin-top: 14px;
    }


.feature-area .single-feature-2 {
    margin-bottom: 30px;
    padding: 0 30px;
    text-align: center;
    color: #ffffff;
    position: relative;
}

    .feature-area .single-feature-2 i {
        font-size: 34px;
        height: 90px;
        width: 90px;
        line-height: 90px;
        border-radius: 50%;
        text-align: center;
        color: #ffffff;
        display: block;
        margin: auto;
        margin-bottom: 30px;
        box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
        border: 2px solid #ffffff;
        transition: 0.4s;
    }

.single-box p {
    text-align: center;
    color: #fff !important;
}

.top-letest-product-section {
    padding-top: 45px;
    padding-bottom: 45px;
}

    .top-letest-product-section .section-title {
        margin-bottom: 70px;
    }

.contact-us-dv {
    color: rgb(201, 198, 198);
}

a.reg1 {
    background-image: linear-gradient(to bottom right, #f06600, #f06600) !important;
}

.single-feature-2 P {
    TEXT-ALIGN: CENTER;
}

.feature-area .single-feature-2 h4 {
    color: #fff;
}

.feature-area .single-feature-2 {
    text-align: center;
}


.section-headline h2 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 70px;
}

.f-size {
    font-size: 23px;
    color: #666;
    font-weight: 300;
}

.ready-btn.right-btn {
    margin-right: 15px;
    background: #f06700;
    border: 1px solid #f06700 !important;
}

.ready-btn {
    border: 1px solid #fff;
    border-radius: 30px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    font-weight: 600;
    margin-top: 30px;
    padding: 12px 40px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    z-index: 222;
}

.work-left-text {
    width: 50%;
}

.work-right-text {
    background: hsla(209, 44%, 35%, 0.88) none repeat scroll 0 0;
    float: right;
    height: 100%;
    overflow: hidden;
    padding: 71px 0;
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
}
.vision-mission-section {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 25px;
    flex-wrap: wrap;
    padding: 40px 20px;
    background: linear-gradient(135deg, #ede7f6, #f3e5f5);
}

.main-vision-mission {
    flex: 1 1 350px;
    background: #fff;
    box-shadow: 0px 8px 20px rgba(0,0,0,0.1);
    border-radius: 15px;
    padding: 47px 25px !important;
}
    .main-vision-mission .vision-mission {
        transition: all 0.4s ease-in-out;
        text-align: center;
        position: relative;
        overflow: hidden;
        padding: 10px;
    }
    /* Hover effect */
    .main-vision-mission .vision-mission:hover {
        transform: translateY(-4px) scale(1.02);
        box-shadow: 0px 12px 30px rgba(0,0,0,0.2);
        padding:10px;
    }

    /* Decorative Gradient Border */
    .main-vision-mission::before {
        content: "";
        position: absolute;
        top: -3px;
        left: -3px;
        right: -3px;
        bottom: -3px;
        z-index: -1;
        border-radius: 15px;
        background: linear-gradient(45deg, #7e57c2, #ab47bc, #8e24aa);
        opacity: 0;
        transition: opacity 0.4s ease;
    }

    .main-vision-mission:hover::before {
        opacity: 1;
    }

    /* Content */
    .main-vision-mission .content h5 {
        font-size: 28px;
        font-weight: 700;
        color: var(--bs-purple);
        margin-bottom: 15px;
        position: relative;
        margin-top:15px;
    }

        .main-vision-mission .content h5::after {
            content: "";
            display: block;
            width: 60px;
            height: 3px;
            background: #ab47bc;
            margin: 8px auto 0;
            border-radius: 2px;
        }

    .main-vision-mission .content p {
        font-size: 16px;
        color: #444;
        line-height: 1.6;
    }


ul.list li {
    font-size: 16px;
    color: rgb(249, 249, 249);
    line-height: 32px;
}

.reviews-area {
    background: url(https://www.rechargevalues.com/assets/img/background/bg1.jpg);
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-attachment: fixed;
    width: 100%;
    height: auto;
    position: relative;
}

.work-right-text h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
}

h4.sec-heads {
    background: #f06700;
    color: #fff;
    padding: 9px;
    border-radius: 8px;
    position: relative;
    z-index: 1;
}

.newbads {
    background: url(https://www.rechargevalues.com/assets/img/img-2.jpg) #c81919;
    border: 1px solid #ddd;
    padding: 7px 9px;
    border-radius: 13px;
    OVERFLOW: HIDDEN;
    OVERFLOW: HIDDEN;
    background-repeat: no-repeat;
    background-size: cover;
}

    .newbads:before {
        background: #ffffffd4;
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        z-index: 0;
        top: 0;
    }

a.viewnews {
    border: 1px solid #444;
    float: right;
    padding: 2px 7px;
    border-radius: 31px;
    MARGIN-TOP: 2EM;
    color: #444;
    font-size: 13px;
}

section.featured_products {
    margin: 30px 0px 70px;
}

.specialproduct img {
    height: 400px !important;
}

.comeingsoom h5 {
    font-size: 35px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--bs-red);
}

div#special_product {
    position: relative;
}

    div#special_product .owl-dots {
        display: flex;
        text-align: center;
        position: absolute;
        bottom: 10px;
        left: 41%;
    }

        div#special_product .owl-dots .owl-dot {
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background: var(--bs-red);
            margin-right: 10px;
        }

            div#special_product .owl-dots .owl-dot.active {
                width: 30px;
                height: 10px;
                border-radius: 30px !important;
                background: #7448a9 !important;
            }

    div#special_product .owl-nav {
        display: none;
    }

.specialproduct {
    border: 1px solid #ccc;
    padding: 5px;
}

    .specialproduct img {
        width: 100%;
        height: auto;
    }

.featured_products {
    box-shadow: 1px 1px 7px 0px #d6d6d6;
    background: #f7f7f7;
}

div#special_pro {
    padding: 50px 40px 31px 40px;
    border-radius: 5px;
}

.form-group {
    margin-bottom: 10px;
}

.mapSlot {
    margin-top: 20px;
}

@media(max-width:500px) {
    .header-img2 {
        display: none;
    }
}

@media(max-width: 767px) {
    .main-header {
        width: 100% !important;
        margin-left: 0px !important;
    }
}

.logo_sec .img-section {
    background: white;
}

.header-logo {
    width: 80px;
}
.inner-banner .titlebar-main {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++*/
.gallery-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
    padding: 0px 0;
}
.my-gallery {
    padding: 50px 0;
}

.gallery-container img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 12px;
    cursor: pointer;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

        .gallery-container img:hover {
            transform: scale(1.05);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
        }

/* Lightbox */
.lightbox {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.9);
    backdrop-filter: blur(5px);
    justify-content: center;
    align-items: center;
    animation: fadeIn 0.5s ease forwards;
}

    .lightbox img {
        max-width: 80%;
        max-height: 80%;
        border-radius: 12px;
        box-shadow: 0 10px 25px rgba(0,0,0,0.5);
        animation: zoomIn 0.5s ease;
    }

.close, .prev, .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    padding: 10px;
    user-select: none;
    transition: 0.3s;
}

.close {
    top: 30px;
    right: 40px;
    font-size: 45px;
    transform: none;
}

.prev {
    left: 60px;
}

.next {
    right: 60px;
}

    .close:hover, .prev:hover, .next:hover {
        color: #ffcc00;
        transform: scale(1.2);
    }

/* Animations */
@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        transform: scale(0.7);
    }

    to {
        transform: scale(1);
    }
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++*/

/*+++++++++++++++++++++++++++++++++++++++++++++++++++*/

.why-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 80px 8%;
    gap: 60px;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
}

    /* Background pattern */
    .why-section::before {
        content: "";
        position: absolute;
        top: 0;
        left: -100px;
        width: 300px;
        height: 300px;
        background: rgba(255, 77, 109, 0.1);
        border-radius: 50%;
        z-index: 0;
    }

    .why-section::after {
        content: "";
        position: absolute;
        bottom: -80px;
        right: -100px;
        width: 350px;
        height: 350px;
        background: rgba(106, 17, 203, 0.1);
        border-radius: 50%;
        z-index: 0;
    }

.why-text {
    flex: 1 1 45%;
    animation: fadeInLeft 1.2s ease;
    position: relative;
    z-index: 2;
}

    .why-text h2 {
        font-size: 52px;
        font-weight: 800;
        color: #222;
        margin-bottom: 20px;
        position: relative;
    }

        .why-text h2::after {
            content: "";
            position: absolute;
            bottom: -10px;
            left: 0;
            width: 100px;
            height: 5px;
            background: var(--bs-purple);
            border-radius: 4px;
        }

    .why-text p {
        font-size: 16px;
        line-height: 1.8;
        margin-bottom: 15px;
        color: #444;
    }

.why-image {
    flex: 1 1 45%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    animation: fadeInRight 1.2s ease;
}

    .why-image img {
        width: 420px;
        height: 420px;
        object-fit: cover;
        border-radius: 50%;
        box-shadow: 0 15px 40px rgba(0,0,0,0.25);
        animation: float 4s ease-in-out infinite;
    }

.card {
    position: absolute;
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    width: 260px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    opacity: 0;
}

    .card.show {
        opacity: 1;
        transform: scale(1);
        transition: all 0.6s ease;
    }

    .card:hover {
        transform: translateY(-8px) scale(1.05);
        box-shadow: 0 15px 35px rgba(0,0,0,0.25), 0 0 15px rgba(255,77,109,0.5);
    }

    .card h4 {
        font-size: 18px;
        margin-bottom: 10px;
        color: #6a11cb;
    }

    .card ul {
        padding-left: 20px;
        margin: 0;
    }

        .card ul li {
            margin-bottom: 6px;
            font-size: 15px;
            color: #444;
        }

    .card i {
        color: var(--bs-red);
        margin-right: 8px;
    }

    .card.top {
        top: -40px;
        right: -30px;
    }

    .card.bottom {
        bottom: -40px;
        left: -30px;
    }

/* Animations */
@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-12px);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-60px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(60px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Responsive */
@media(max-width: 950px) {
    .why-section {
        /*flex-direction: column;*/
        text-align: center;
        gap: 0px!important;
    }
    .about_imgs img{
        height:auto!important;
    }

    .why-image img {
        width: 300px;
        height: 300px;
    }

    .card {
        position: relative;
        margin: 15px auto;
        display: block;
    }
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++*/


/*+++++++++++++++++++++++++++++++++++++++++++++++++++*/

.team-section {
    text-align: center;
    padding: 80px 20px;
    background: linear-gradient(135deg, #f3e7ff 0%, #e0c3fc 100%);
}

    .team-section h2 {
        font-size: 42px;
        margin-bottom: 50px;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: 2px;
        color: #222;
        position: relative;
        display: inline-block;
    }

        .team-section h2::after {
            content: "";
            width: 80px;
            height: 4px;
            background: linear-gradient(90deg, #ff6a00, #ee0979);
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            border-radius: 2px;
        }

.team-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
}

.team-card {
    width: 300px;
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(12px);
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    padding: 30px 20px;
    text-align: center;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

    .team-card:hover {
        transform: translateY(-10px) scale(1.05);
        box-shadow: 0 15px 40px rgba(0,0,0,0.25);
    }

    .team-card img {
        width: 129px;
        height: 129px;
        border-radius: 50%;
        object-fit: cover;
        border: 5px solid #fff;
        margin-bottom: 20px;
        box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    }

    .team-card h3 {
        margin: 10px 0 5px;
        font-size: 22px;
        font-weight: 700;
        color: #222;
    }

    .team-card h4 {
        font-size: 16px;
        color: var(--bs-red);
        font-weight: 500;
        margin-bottom: 15px;
    }

    .team-card p {
        font-size: 15px;
        color: #333;
        line-height: 1.6;
    }

    .team-card .social {
        margin-top: 15px;
    }

        .team-card .social a {
            margin: 0 8px;
            color: var(--bs-red);
            font-size: 18px;
            transition: 0.3s;
        }

            .team-card .social a:hover {
                color: #ff6a00;
            }
        .team-card .social a .fa{
            color
        }


/*+++++++++++++++++++++++++++++++++++++++++++++++++++*/




/*+++++++++++++++++++++++++++++++++++++++++++++++++++*/
.advantages{
    padding:50px 0;
}
.advantages .container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
    padding: 20px;
    max-width: 1200px;
    margin: auto;
}

.advantages .card {
    background: linear-gradient(145deg, #ffffff, #f0f0f0);
    padding: 25px;
    width: 100%;
    border-radius: 18px;
    box-shadow: 0 8px 16px rgba(0,0,0,0.1);
    position: relative;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    opacity: 0;
    transform: translateY(40px);
    animation: fadeUp 1s forwards;
}

    .advantages .card:nth-child(odd) {
        animation-delay: 0.3s;
    }

    .advantages .card:nth-child(even) {
        animation-delay: 0.6s;
    }

@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.advantages .number {
    position: absolute;
    top: -18px;
    right: -18px;
    background: var(--bs-red);
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(74,108,247,0.4);
}

.advantages .card h3 {
    font-size: 20px;
    margin-bottom: 12px;
    color: var(--bs-purple);
}

.advantages .card p {
    font-size: 15px;
    line-height: 1.6;
    color: #555;
    
}

.advantages .card:hover {
    transform: translateY(-10px) scale(1.03);
    box-shadow: 0 12px 25px rgba(0,0,0,0.15);
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++*/


/*+++++++++++++++++++++++++++++++++++++++++++++++++++*/
.target-main {
    padding: 30px 0 10px 0;
}
.target {
    background: linear-gradient(135deg, #f3e7ff 0%, #e0c3fc 100%);
    padding: 15px 0 15px 0;
    margin-bottom: 12px;
}
.customer:hover {
    transform: scale(1.05) rotate(-2deg);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.customer-groups {
    display: flex;
    justify-content: center;
    gap: 50px;
    margin: 40px 0;
}
.customer {
    text-align: center;
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    width: 220px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
    transform: scale(0.9);
    transition: all 0.4s ease-in-out;
    animation: zoomIn 1s ease;
}
    .customer .img-section{
        height:90px;
        width:90px;
    }
    .customer img {
        width: 100%;
        border-radius: 50%;
        margin-bottom: 15px;
    }
    .customer p{
        text-align:center;
    }

    .target h3 {
        color: var(--bs-purple);
        margin: 30px 0 15px;
        font-size: 1.8rem;
        animation: fadeInLeft 1s ease;
        text-align: center;
        font-weight: 700;
    }
.icon-box:hover {
    background: #e30d0061;
    color: #fff;
    transform: translateY(-8px);
}
.target p {
    font-size: 1rem;
    line-height: 1.7;
    text-align: center;
    margin-bottom: 30px;
    animation: fadeInUp 1s ease;
}

.target .icons-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 20px;
    margin-top: 20px;
}
.icon-box {
    background: #e6f2f2;
    padding: 20px;
    border-radius: 15px;
    text-align: center;
    transition: 0.3s;
    animation: fadeInUp 1s ease;
}

    .icon-box i {
        font-size: 28px;
        margin-bottom: 10px;
        color: #1d3557;
    }
    .icon-box span {
        display: block;
        font-weight: 600;
        font-size: 0.95rem;
    }

/*+++++++++++++++++++++++++++++++++++++++++++++++++++*/


/*+++++++++++++++++++++++++++++++++++++++++++++++++++*/

.doc-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.doc-card {
    width: 100%;
    cursor: pointer;
    transition: transform 0.3s ease;
    position:relative;
}
    .doc-card .title {
        position: absolute;
        top: 30px;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 1;
        transition:0.5s;
    }

    /*.doc-card:hover {
        transform: scale(1.05);
    }*/

    .doc-card img {
        width: 100%;
        border-radius: 10px;
        box-shadow: 0 4px 12px rgba(0,0,0,0.2);
        z-index: 9;
        position: relative;
    }
    .doc-card:hover  .title {
        top: -25px;
    }

    .doc-card h3 {
        margin-top: 10px;
        color: var(--bs-purple);
        font-size: 22px;
        text-transform: uppercase;
    }
    .doc-card .title {
        background: #dfdcdc;
        padding: 0 16px;
        border-radius: 5px;
        width:80%;
        text-align:center;
    }/* Fullscreen Popup */
.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease;
    z-index: 999;
}

    .popup.active {
        opacity: 1;
        visibility: visible;
    }

    .popup img {
        max-width: 80%;
        max-height: 80%;
        border-radius: 12px;
        box-shadow: 0 6px 20px rgba(0,0,0,0.3);
        transform: scale(0.7);
        transition: transform 0.5s ease;
    }

    .popup.active img {
        transform: scale(1);
    }

.close-btn {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 30px;
    color: white;
    cursor: pointer;
    transition: 0.3s;
}

    .close-btn:hover {
        color: #f87171;
    }
.legal-documents{
    padding:80px 0;
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++*/