@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold.woff2') format('woff2'), url('../fonts/Roboto-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rajdhani';
    src: url('../fonts/Rajdhani-Bold.woff2') format('woff2'), url('../fonts/Rajdhani-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

*,
 ::after,
 ::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}

html {
    font-family: 'Rajdhani';
}

body {
    max-height: 100vh;
    width: 100%;
    scroll-behavior: smooth;
    font-family: 'Rajdhani';
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0 !important;
}

.header {
    height: 900px;
    font-family: 'Rajdhani';
}


/* header n product_main_register */

.hero-bg {
    height: 900px;
    background-image: url("../images/hero_1.png");
    background-position: center bottom;
    background-size: cover;
    /* background-size: 100% 100%; */
    background-repeat: no-repeat;
    clip-path: polygon(0 0, 100% 0, 100% 91%, 0 100%);
    ;
    color: white;
}

.product_detail_hero {
    height: 900px;
    background-image: url("../images/hero_1.png");
    background-position: center bottom;
    background-size: cover;
    /* background-size: 100% 100%; */
    background-repeat: no-repeat;
    clip-path: none;
    color: white;
}

.header-wrapper {
    height: auto;
    border-bottom: solid 2px #4c4c4c;
    padding-top: 13px;
    padding-bottom: 10px;
}

.header-wrapper .create_account {
    position: relative;
}

.create_account a {
    font-family: 'Rajdhani';
    font-weight: bold;
    font-size: 14px;
}

.header-wrapper .create_account .drop_down {
    position: absolute;
    background-color: #fbb71c;
    visibility: hidden;
    left: -32px;
    bottom: -270%;
    width: 100%;
    z-index: 9999;
    border-radius: 10px;
    height: 70px;
    /* transition: 0.5s linear all; */
    width: 103px !important;
}

.header-wrapper .create_account .drop_down ul {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.navbar {
    width: 100%;
    position: relative;
}

.main_cat,
.main_brand {
    position: static;
}

.mega,
.mega_brand {
    width: 100%;
    position: absolute;
    background-color: #fff;
    z-index: 9999;
    left: 0;
    display: none;
    transition: 0.5s linear all;
    border-top: 1px solid #000;
}

.mega_row {
    width: 100%;
    margin-left: 0px;
    background-color: #ebebeb;
    padding: 9px;
}

.mega_col {
    padding: 10px;
}

.mega_col a {
    text-decoration: none;
    color: #000;
}

.mega_col p {
    font-weight: bold !important;
    margin-top: 5px !important;
}

.view_all_brand_btn {
    text-decoration: none;
    font-weight: bold;
    width: 200px;
    height: 40px;
    line-height: 25px;
    background-color: #fbb71c;
    transition: 0.5s linear all;
}

.view_all_brand_btn:hover {
    background: transparent;
    border: 2px solid #fbb71c;
}

.main_cat:hover .mega {
    display: block;
}

.main_brand:hover .mega_brand {
    display: block;
}

.parent_cat {
    width: 100%;
    border: 1px solid grey;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 7px;
    min-height: 170px;
    text-align: center;
    background-color: white;
}

.categories {
    padding: 30px 10px;
    width: 100%;
    height: 100%;
    background: transparent;
    /* background-color: rgba(0, 0, 0, 0.6); */
    /* background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 60%); */
    z-index: 1;
    display: none;
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset; */
}


/* .category_parent:hover .categories {
        display: block !important;
    } */


/* .navbar-expand-lg .navbar-nav .nav-link .category_parent:hover .categories {
        display: block !important;
    } */

.categories .cat_content {
    border: 1px solid grey;
    padding: 20px;
    background-color: #fff;
    box-shadow: #000 0px 50px 100px -20px, #000 0px 30px 60px -30px, #000 0px -2px 6px 0px inset;
}

.categories .parent_cat {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 10px 0px;
}

.categories .parent_cat p {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 10px 0px;
}

.categories .parent_cat a {
    text-decoration: none;
}

.categories .parent_cat p {
    color: #fff;
    margin-top: 10px !important;
    font-weight: 600;
}

#leader_ship .btn {
    display: none !important;
}

#family_brand .btn {
    display: none !important;
}


/* .parent_cat img {
        height: 100px !important;
    } */

.categories .load_more_btn {
    width: 200px !important;
    height: 50px !important;
    font-weight: bold;
    line-height: 40px;
    font-size: 22px;
    transition: 0.5s linear all;
}

.categories .load_more_btn:hover {
    background: transparent;
    border: 2px solid #fbb71c;
    color: #fff;
}

.brands {
    padding: 30px 10px;
    width: 100%;
    height: 100%;
    background: transparent;
    /* background-color: rgba(0, 0, 0, 0.6); */
    /* background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 60%); */
    z-index: 1;
    display: none;
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset; */
}


/* .category_parent:hover .categories {
        display: block !important;
    } */


/* .navbar-expand-lg .navbar-nav .nav-link .category_parent:hover .categories {
        display: block !important;
    } */

.brands .brand_content {
    border: 1px solid grey;
    padding: 20px;
    background-color: #fff;
    box-shadow: #000 0px 50px 100px -20px, #000 0px 30px 60px -30px, #000 0px -2px 6px 0px inset;
}

.brands .brand_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 10px 0px;
}

.brands .brand_content p {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 10px 0px;
}

.brands .brand_content a {
    text-decoration: none;
}

.brands .parent_brand p {
    color: #fff;
    margin-top: 10px !important;
    font-weight: 600;
}

.brands .load_more_btn {
    width: 200px !important;
    height: 50px !important;
    font-weight: bold;
    line-height: 40px;
    font-size: 22px;
    transition: 0.5s linear all;
}

.brands .load_more_btn:hover {
    background: transparent;
    border: 2px solid #fbb71c;
    color: #fff;
}

.navbar-nav {
    width: 100%;
    display: flex;
    justify-content: space-around !important;
}

.header-wrapper .create_account .drop_down ul li {
    transition: none !important;
    margin: 5px 0px;
    list-style: none;
}

.header-wrapper .create_account .drop_down ul li i {
    font-size: 14px;
}

.header-wrapper .create_account .drop_down ul li a {
    color: #fff;
    text-decoration: none;
    /* font-weight: 800; */
}

.header-wrapper .create_account .drop_down ul li:hover {
    background-color: #fff;
    color: #000 !important;
}

.header-wrapper .create_account .drop_down ul li:hover a {
    color: #000;
}

.header-wrapper .create_account:hover .drop_down {
    visibility: visible;
}

.header-inner-box {
    display: flex;
    justify-content: space-between;
    padding-top: 0px;
    padding-bottom: 0px;
    background-clip: border-box;
    align-items: center;
}

.header-left-side {
    display: flex;
    align-items: center;
}

.header-right-side {
    display: flex;
    align-items: center;
}

.social-icon-color {
    color: white !important;
    margin-left: 10px;
}

.sicon-1 {
    margin-right: 21px;
}

.sicon-2 {
    margin-right: 16px;
}

.sicon-3 {
    margin-right: 20px;
}

.people-box {
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.top_bar_right {
    display: flex;
    justify-content: end;
    align-items: center;
}

.top_bar_right i {
    font-size: 20px;
    margin: 0px 5px;
    color: #fff;
}

.top_bar_right .social_icon {
    margin-right: 15px;
}

.people-box-text {
    /* border-right: solid 2px #4c4c4c; */
    padding-right: 10px;
    align-items: center;
    /* float: right; */
    text-align: right;
}

.top_bar_right .line {
    width: 1px;
    height: 20px;
    background-color: #fff;
    margin-right: 20px;
    margin-bottom: 5px;
}

.top_bar_right .social_icon a {
    text-decoration: none !important;
    color: #fff !important;
}

.horizental_line {
    width: 2px;
    /* height: 30px; */
    height: 5px;
    background-color: #fff;
}

.people-box-text li {
    list-style: none;
    float: left;
}

.icon-box {
    /* float: right; */
    margin-left: 0px;
    font-size: 14px;
    color: #fff;
    /* border-left: 2px solid #fff; */
}

.icon-box i {
    font-size: 20px;
}

.icon-box a {
    font-size: 14px;
    color: #fff;
    font-family: 'Rajdhani';
    text-decoration: none;
    margin: 0px 10px 0px 0px;
}

.icon-box a:hover {
    font-size: 14px;
    color: #fbb71c;
}

.people-box-text {
    border-right: 2px solid #fff;
    margin-left: 10px;
}

.people-box-text i {
    font-size: 20px;
    margin: 0px 10px 0px 0px;
}

.people-box-text a i:hover {
    color: #fbb71c !important;
}

.socialicon-box {
    display: flex;
    /* border: solid 2px red; */
    align-items: center;
}

.socialicon-box ul {
    display: flex;
    align-items: center;
    margin-top: 12px;
    margin-right: 10px;
    list-style: none;
}

.people-text-class {
    font-size: 16px !important;
    font-weight: 500;
    color: white;
    ;
}

.message-box {
    color: white;
    margin-right: 11px;
    float: left;
    display: flex;
    align-items: center;
}

.message-box i {
    color: #d79e1b;
    font-size: 25px;
    margin-right: 10px;
}

.message-box-text {
    font-size: 14px;
    font-weight: 300;
    color: white;
    font-family: 'Rajdhani';
}

.message-box a {
    font-size: 14px;
    color: white;
    font-family: 'Rajdhani';
    font-weight: bold !important;
    margin-right: 5px;
    text-decoration: none;
}

.message-box-text {
    font-size: 14px;
    font-weight: 300;
    color: white;
}

.address-margin {
    margin-left: 10px !important;
    font-family: 'Rajdhani';
    font-weight: bold;
}

.location-box {
    display: flex;
    align-items: center;
    margin-left: 10px;
}

.location-box i {
    color: #d79e1b;
    font-size: 20px;
}

.people-box {
    display: flex;
}

.people-icon__size {
    height: 30px;
    object-fit: cover;
    object-position: center;
    width: 30px;
}

.testing__border {
    height: 30px;
    border: solid 2px white;
    float: right;
}

.people-text-class {
    font-size: 14px
}

.header-one {
    display: flex;
}

.header-tag-area {
    height: 114px;
    /* border: solid 2px red; */
    padding-top: 39px;
    padding-bottom: 37px;
    display: flex;
    align-items: center;
}

.testing-border {
    border: solid 2px red;
}

.number-div {
    display: flex;
    margin-left: 72px;
}

.phone-icon {
    width: 23px;
    height: 38px;
    margin-right: 8px !important;
    margin-top: 10px !important;
}

.phone-icon-class {
    display: flex;
    justify-content: center;
    align-self: center;
}

.getsupport p {
    font-weight: 700;
    color: white;
    font-size: 15px;
}

.getnumber {
    display: flex;
    flex-direction: column;
}

.search-bar {
    width: 352px;
    height: 55px;
    display: flex;
    align-items: center;
    /* border: solid 2px red; */
    border-right: 10px;
    border-radius: 10px;
    margin-left: 207px;
}

.search-bar input {
    height: 43px;
    min-width: 303px;
    padding: 10px;
    border: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    font-family: 'Rajdhani';
    font-size: 14px !important;
    font-weight: bold;
    color: grey;
    /* letter-spacing: 1px; */
}

.search-bar__icon {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 43px;
    width: 100%;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #fbb71c;
}

.search-bar__icon i {
    color: #fff;
}

.shop-cart {
    margin-left: auto;
    position: relative;
}

.shopping_cart_hero {
    background-image: url(../images/about_header.png);
    background-position: top center;
}

.billing_header {
    background-image: url(../images/about_header.png);
    background-position: top center;
}

.product_detail_hero {
    background-image: url(../images/about_header.png);
    background-position: top center;
}

.product_detail_header {
    background-image: url(../images/about_header.png);
    background-position: top center;
}

.shopping_cart_header {
    background-image: url(../images/shopping_cart_header.png);
    background-position: top center;
    background-repeat: no-repeat;
}

.about_main_header {
    background-image: url(../images/shopping_cart_header.png);
    background-position: top center;
    background-repeat: no-repeat;
    /* height: 500px; */
}

.contact_main_header {
    background-image: url(../images/contact_header.png);
    background-position: top center;
    background-repeat: no-repeat;
}

.subscribe_bar ::-webkit-input-placeholder {
    /* Edge */
    color: #a599a2 !important;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Roboto';
    line-height: 20px;
}

.subscribe_bar :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #a599a2 !important;
}

.subscribe_bar ::placeholder {
    color: #a599a2 !important;
}

#contact_us ::-webkit-input-placeholder {
    /* Edge */
    color: #a599a2 !important;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Roboto';
    line-height: 20px;
}

#contact_us :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #a599a2 !important;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Roboto';
    line-height: 20px
}

#contact_us ::placeholder {
    color: #a599a2 !important;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Roboto';
    line-height: 20px
}

.search-bar ::-webkit-input-placeholder {
    /* Edge */
    color: #a599a2 !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    font-family: 'Roboto' !important;
    line-height: 20px !important;
}

.search-bar :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #a599a2 !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    font-family: 'Roboto' !important;
    line-height: 20px !important;
}

.search-bar ::placeholder {
    color: #a599a2 !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    font-family: 'Roboto' !important;
    line-height: 20px !important;
}

.billing_detail_checkout ::placeholder {
    color: #a599a2 !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    font-family: 'Roboto' !important;
    line-height: 20px !important;
}

.billing_detail_checkout :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #a599a2 !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    font-family: 'Roboto' !important;
    line-height: 20px !important;
}

.billing_detail_checkout ::-webkit-input-placeholder {
    /* Edge */
    color: #a599a2 !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    font-family: 'Roboto' !important;
    line-height: 20px !important;
}

.product_detail_right .form-group select {
    border: 2px solid #ced4da !important;
    border-radius: 0px !important;
}

.product_detail_right select ::-webkit-input-placeholder {
    /* Edge */
    color: #a599a2 !important;
    font-size: 19px;
}

.product_detail_right :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #a599a2 !important;
}

.product_detail_right ::placeholder {
    color: #a599a2 !important;
}

.Shopping-card-color {
    color: white;
}

.product_detail_parent {
    font-family: 'Rajdhani' !important;
}

.last_product {
    padding-right: 0px !important;
}

.first_product {
    padding-left: 0px !important;
    margin-bottom: 20px;
}

.shopping-details-cirlce {
    height: 30px;
    position: absolute;
    width: 30px;
    border-radius: 50%;
    top: -20px;
    left: 15px;
    background-color: #fbb71c;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}

.shr__anchor {
    text-decoration: none;
}

.shr__anchor:hover {
    text-decoration: none;
    color: black;
}

.navbar {
    background: #fff !IMPORTANT;
    padding: 0px;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #fbb71c !important;
    border-color: #fbb71c !important;
}

.pagination {
    margin-top: 20px;
}

.parent_pagination {
    display: flex;
    justify-content: end;
}

.pagination .page-link {
    color: #000;
    font-size: 20px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 15px 50px;
    color: #000;
    font-size: 21px;
    text-align: center;
    font-family: 'Rajdhani';
    font-weight: bold;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #fff;
    background-color: #fbb71c;
}

.banner_main_heading {
    padding-top: 80px;
    font-size: 72px;
    color: #fff;
    font-weight: bold;
    font-family: 'Rajdhani';
}

.banner_main_heading strong {
    color: #fbb71c;
}

.banner_main_heading h3 {
    padding-top: 0px;
    font-size: 48px;
    color: #fff;
    font-weight: bold;
    font-family: 'Rajdhani';
}

.banner_main_heading p {
    padding-top: 0px;
    margin: 0px;
    font-size: 18px;
    color: #fff;
    font-weight: normal;
    font-family: 'Rajdhani';
    font-weight: 600;
    padding-top: 15px;
}

.banner_search_Area {
    display: flex;
    justify-content: center;
}

.search-sec {
    padding: 2rem;
    padding-left: 8rem;
}

.search-slt {
    display: block;
    width: 83%;
    font-size: 17px;
    line-height: 1.5;
    color: #55595c !important;
    /* background-color: #fff; */
    background-image: none;
    /* border: 1px solid #ccc; */
    height: calc(3rem + 2px) !important;
    border-radius: 0;
    font-family: 'Rajdhani';
    font-weight: 600;
    outline: none;
    /* background: transparent; */
    border: none;
}

.search-slt .first_option {
    position: relative;
}

.search-slt .first_option::before {
    content: "ggghg" !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    width: 20% !important;
    height: 100% !important;
    background-color: #000 !important;
}

.search_select_1,
.search_select_2,
.search_select_3 {
    display: flex;
}

.search_count {
    padding: 10px 15px;
    background-color: #fff;
    color: grey;
    display: flex;
    align-items: center;
    border: none;
    /* border-top-left-radius: 4px; */
    /* border-bottom-left-radius: 4px; */
    position: relative;
    font-weight: 600;
}

.search_count::after {
    content: "";
    position: absolute;
    top: 23%;
    right: 0;
    width: 2px;
    height: 54%;
    background-color: #e1e1e1;
}

.text-md-left {
    text-align: left !important;
    padding-left: 0px;
}

.wrn-btn {
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    border-radius: 0;
    background: #fbb71c;
    height: 50px;
    width: 140px;
    border: 1px solid #fbb71c;
    color: rgb(58, 57, 57);
}

.wrn-btn:hover {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    border-radius: 0;
    background: #fff;
    height: 50px;
    width: 140px;
    border: 1px solid #fbb71c;
    color: #fbb71c;
}

.sort_search_parent {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* width: 100%; */
    margin-right: 0px !important;
    /* background-color: #16a085; */
}

.sort_search_parent select {
    padding: 5px;
    width: 150px;
    border: 1px solid #ced4da !important;
    /* font-family: 'Rajdhani'; */
    font-family: 'Roboto';
    font-weight: 500;
    color: #686969;
}

.sort_search_parent select option {
    font-weight: 600;
    font-family: 'Roboto';
}

.sort_search_parent label {
    color: #686969;
    font-weight: 600;
}

.sort_search_parent h1 {
    padding-left: 10px;
}

.bestseller_heading h2 {
    text-align: center;
    padding-top: 0px;
    font-size: 36px;
    color: #000;
    font-weight: bold;
    font-family: 'Rajdhani';
    width: 100%;
    text-transform: uppercase;
}

.bestseller_heading p {
    text-align: center;
    font-size: 18px;
    color: #838383;
    font-family: 'Roboto';
    width: 100%;
}

.top_produt_box {
    margin-top: 30px;
    margin-bottom: 20px;
}

.product-grid4,
.product-grid4 .product-image4 {
    position: relative;
}

.product-grid4 .rating {
    color: #ffb800;
}

.product-grid4 {
    font-family: Poppins, sans-serif;
    text-align: center;
    border-radius: 0px;
    overflow: hidden;
    z-index: 1;
    transition: all .3s ease 0s;
    border: solid 1px #ececec;
    padding: 20px;
    padding-top: 30px;
    min-height: 100%;
    margin-bottom: 20px;
}

.product-grid4:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .2)
}

.product-grid4 .product-image4 a {
    display: block
}

.product-grid4 .product-image4 img {
    min-width:170px;
    width:200px !important;
}

.product-grid4 .pic-1 {
    opacity: 1;
    transition: all .5s ease-out 0s
}

.product-grid4:hover .pic-1 {
    opacity: 0
}

.product-grid4 .pic-2 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all .5s ease-out 0s
}

.product-grid4:hover .pic-2 {
    opacity: 1
}

.product-grid4 .social {
    width: 180px;
    padding: 0;
    margin: 0 auto;
    list-style: none;
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s ease 0s
}

.product-grid4 .social li {
    display: inline-block;
    opacity: 0;
    transition: all .7s
}

.product-grid4 .social li:nth-child(1) {
    transition-delay: .15s
}

.product-grid4 .social li:nth-child(2) {
    transition-delay: .3s
}

.product-grid4 .social li:nth-child(3) {
    transition-delay: .45s
}

.product-grid4:hover .social li {
    opacity: 1
}

.product-grid4 .social li a {
    color: #222;
    background: #fff;
    font-size: 17px;
    line-height: 36px;
    width: 40px;
    height: 36px;
    border-radius: 2px;
    margin: 0 5px;
    display: block;
    transition: all .3s ease 0s
}

.product-grid4 .social li a:hover {
    color: #fff;
    background: #16a085
}

.product-grid4 .social li a:after,
.product-grid4 .social li a:before {
    content: attr(data-tip);
    color: #fff;
    background-color: #000;
    font-size: 12px;
    line-height: 20px;
    border-radius: 3px;
    padding: 0 5px;
    white-space: nowrap;
    opacity: 0;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: -30px
}

.product-grid4 .social li a:after {
    content: '';
    height: 15px;
    width: 15px;
    border-radius: 0;
    transform: translateX(-50%) rotate(45deg);
    top: -22px;
    z-index: -1
}

.product-grid4 .social li a:hover:after,
.product-grid4 .social li a:hover:before {
    opacity: 1
}

.product-grid4 .product-discount-label,
.product-grid4 .product-new-label {
    color: #fff;
    background-color: #16a085;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 31px;
    height: 31px;
    width: 65px;
    border-radius: 0px;
    position: absolute;
    left: 10px;
    top: 15px;
    transition: all .3s;
    margin-top: -32px;
}

.product-grid4 .product-discount-label {
    left: auto;
    right: 10px;
    background-color: #ef981f
}

.product-grid4:hover .product-new-label {
    opacity: 0
}

.product-grid4 .product-content {
    padding: 25px
}

.product-grid4 .title {
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    margin: 0 0 7px;
    transition: all .3s ease 0s
}

.product-grid4 .title {
    color: #000;
    font-family: 'Rajdhani';
    font-weight: bold;
    font-size: 14px;
}

.product-grid4 .price {
    color: #878787;
    font-size: 17px;
    font-weight: 700;
    margin: 0 2px 15px 0;
    display: block;
    margin-top: 5px;
}

.product-grid4 .price span {
    font-family: 'Rajdhani';
    color: #909090;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0;
    text-decoration: line-through;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    /* margin-top:0px !important */
}

.product-grid4 .add-to-cart {
    border: 1px solid #e5e5e5;
    display: inline-block;
    padding: 10px 20px;
    color: #888;
    font-weight: 600;
    font-size: 14px;
    border-radius: 4px;
    transition: all .3s
}

.product-grid4:hover .add-to-cart {
    border: 1px solid transparent;
    background: #16a085;
    color: #fff
}

.product-grid4 .add-to-cart:hover {
    background-color: #505050;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5)
}

.phone {
    font-family: 'Rajdhani';
    font-weight: 700;
}

.middle_bg_save {
    background-image: url("../images/middle-image.png");
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 50px;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

.middle_bg_save h2 {
    color: #fbb71c;
    font-size: 56px;
    font-weight: 700;
    padding: 0px;
    margin: 0px;
    margin-top: 100px !important;
    text-transform: uppercase;
}

.middle_bg_save p {
    font-family: 'Rajdhani';
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    padding: 0px;
    margin: 0px;
    margin-top: 0px !important;
}

.clear20 {
    height: 20px;
    clear: both;
}

.btn_shpo_now2 {
    background: #fdb819;
    border-radius: 5px;
    padding: 3px;
    width: 105px;
    height: 40px;
    font: 16px;
    color: #7e611c;
    text-align: center;
    display: block;
    line-height: 35px;
    margin-top: 20px;
    text-decoration: none;
    font-weight: 600;
}

.btn_shpo_now2:hover {
    background: #fff;
    font: 16px;
    color: #000;
    text-decoration: none;
}

.middle_bg_save img {
    margin-top: 50px;
}

.bottom_produt_rec {
    margin-top: 30px;
    margin-bottom: 20px;
    display: flex;
}

.product_rec_1 {
    float: left;
    width: 20%;
}

.product_rec_1 .product-grid4 {
    border-bottom: none;
    border-top: none;
}

.product_rec_1 .product-grid4 span {
    font: 12px;
    color: #999999;
    text-align: left;
    display: block;
}

.product_rec_1 .product-grid4 .title a {
    text-align: left;
    color: #000;
}

.product_rec_1 .product-grid4 .title a:hover {
    text-decoration: none;
    color: #fbb71c;
}

.product_rec_1 .product-grid4 .title {
    text-align: left;
}

.product_rec_1 .product-grid4 .price {
    color: #000;
}

.product_rec_1 .product-grid4 {
    min-height: 250px;
}

.mrg_rec_h2 {
    margin-top: 40px;
}

.bg_sub3 {
    background: url("../images/bg_sub.png");
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 60px;
    min-height: 586px;
}

.bg_sub3 h2 {
    font-size: 36px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Rajdhani";
    text-align: center;
    color: rgb(255, 255, 255);
    padding: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    text-align: center;
    margin-top: 80px !important;
    text-transform: uppercase;
}

.product-grid4 .product-discount-label {
    z-index: 99;
    top: 40px;
    right: 10px;
}

.product-grid4 .product-discount-label::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-top: 44px solid #ef981f;
    border-right: 47px solid transparent;
    top: 1px;
    z-index: -1;
}

.bg_sub3 p {
    margin: 30px 0px 40px 0px;
    text-align: center;
    font-family: 'Roboto';
    font-size: 18px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Roboto";
    text-align: center;
}

.subscribe_bar {
    width: 50%;
    height: 55px;
    display: flex;
    align-items: center;
    /* border: solid 2px red; */
    border-right: 10px;
    border-radius: 10px;
    /* margin-left: 207px; */
    margin: auto;
    margin-top: 30px;
}

.subscribe_bar input {
    height: 100%;
    min-width: 76%;
    padding: 10px;
    border: none;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border: none;
    font-family: 'Roboto';
    font-size: 12px;
}

.subscribe_bar_icon {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #fbb71c;
    width: 30px;
    color: #fff;
    font-family: 'Roboto'
}

.subscribe_bar_icon button {
    border: none;
}

.subscribe_bar .search-bar__icon {
    width: 155px !important;
    border: none !important;
    color: #fff;
    font-weight: 600;
    font-family: 'Roboto';
    font-size: 16px;
}

.product_rec_1 .rating {
    color: #ffb800;
    text-align: left;
}

.test_bg {
    left: 0;
    width: 97%;
    position: absolute;
    right: 0;
    margin: auto;
    background: url(../images/test_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -273px;
    min-height: 390px;
    padding-top: 60px;
    padding: 40px;
    padding-left: 77px;
    padding-right: 77px;
    position: absolute;
}

.test_bg h2 {
    padding: 0px;
    margin: 0px;
    margin-bottom: 40px !important;
    margin-top: 20px !important;
    font-size: 36px;
    line-height: 41px;
    color: #000000;
    font-weight: 700;
    font-family: "Rajdhani";
    text-align: center;
    text-transform: uppercase;
}

.testimonials {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(150, 150, 150, 1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(150, 150, 150, 1);
    box-shadow: 0px 0px 5px 0px rgba(150, 150, 150, 1);
    /* padding-bottom: 10px; */
    padding: 20px;
    height: 235px;
}

.testimonials blockquote {
    border: medium none;
    color: #000;
    display: block;
    font-size: 14px;
    line-height: 20px;
    padding: 15px;
    position: relative;
    font-family: 'Roboto';
}

.testimonials .carousel-info img {
    border: 1px solid #f5f5f5;
    border-radius: 5px !important;
    height: 75px;
    padding: 3px;
    width: 75px;
}

.testimonials .carousel-info {
    overflow: hidden;
    margin-left: 10px;
}

.testimonials p {
    font-size: 17px;
    font-family: 'Roboto';
}

.testimonials .carousel-info img {
    margin-right: 15px;
}

.testimonials .carousel-info span {
    display: block;
    font-family: 'Roboto';
    color: #e6400c;
    font-weight: bold;
}

.testimonials span.testimonials-name {
    color: #000;
    font-size: 16px;
    margin: 23px 0 7px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Roboto';
}

.testimonials span.testimonials-post {
    color: #e6400c;
    font-size: 12px;
    font-family: 'Roboto';
    font-weight: bold;
}

.footer-up-section {
    width: 100%;
    height: 228px;
    background-color: #f3f4f6;
}


/* Footer style star here  */

.link_text {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    font-family: 'Open Sans', 'Helvetica Neue', sans-serif;
    line-height: 23px;
    padding-bottom: 39px;
}

.footer_li_1 {
    list-style-type: none;
}

.footer_li_1 li {
    font-size: 15px !important;
    font-weight: normal !important;
}

.footer_li_1 .dropdown {
    padding-bottom: 0px;
    margin-bottom: 15px;
}

.footer_li_1 .dropdown .dropdown-menu a {
    color: #000000;
    font-size: 17px !important;
    text-transform: none;
    padding: 8px;
}

.footer_li_1 .dropdown-menu {
    padding: 0px;
}

.footer_li_1 .dropdown .dropdown-item:hover {
    color: #ffffff;
    background-color: #f47216;
}

.footer_li_1 .dropdown:hover .dropdown-menu {
    display: block;
}

.footer {
    background-color: #232323;
    padding: 40px 0px;
}

.justify-content-evenly {
    justify-content: space-evenly;
}

.li_footer {
    padding-bottom: 20px;
}

.footer-border-right {
    border-right: 1px solid #444444;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.footer-border-left {
    border-left: 1px solid #444444;
    padding-left: 86px;
}

.sp_info {
    text-decoration: none;
    color: #ffffff;
    padding-left: 43px;
    font-size: 14px;
    font-family: 'Open Sans', 'Helvetica Neue', sans-serif;
}

.contact_num {
    padding-left: 40px;
}

 ::-webkit-input-placeholder {
    /* Edge */
    color: #a599a2 !important;
    font-size: 19px;
}

 :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #a599a2 !important;
}

 ::placeholder {
    color: #a599a2 !important;
}

.contact_num a {
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
    font-size: 14px;
    font-family: 'Open Sans', 'Helvetica Neue', sans-serif;
}

.address-text {
    font-size: 18px;
    font-weight: bold;
    font-family: 'Open Sans', 'Helvetica Neue', sans-serif;
}

.footer .fas.fa-home,
.footer .fa-envelope,
.footer .fa-phone {
    color: #fbb71c;
    font-size: 25px;
}

.li_footer a {
    position: relative;
    padding-left: 19px;
}

.li_footer a:before {
    content: '';
    position: absolute;
    background-image: url(../images/list-arrow.png);
    width: 20px;
    height: 20px;
    left: 0;
    background-repeat: no-repeat;
    top: 6px;
}

.last-footer,
.blw_darkfooter {
    text-align: center;
    background-color: #000;
    padding: 2px;
}

.last-footer p {
    margin-bottom: 0;
    color: #ffffff;
    font-size: 15px;
    font-family: 'Open Sans', 'Helvetica Neue', sans-serif;
}

.subscribe_btn {
    height: 100%;
}

.li_footer a {
    cursor: pointer;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 15px;
    font-family: 'Open Sans', 'Helvetica Neue', sans-serif;
}

.li_footer a:hover {
    cursor: pointer;
    color: #fbb71c;
    text-decoration: none;
}

.footerlogo {
    height: auto;
    padding: 0px 0px 47px 0px;
}

.footer_cont {
    padding: 50px 15px 50px 10px;
}


/* New product page start  */

.main_dash {
    display: flex;
    width: 100%;
    padding-top: 29px;
    margin-bottom: 30px;
}

#top-select-form-submit-button:active {
    background-color: #fbb71c !important;
    border: 1px solid #fbb71c !important;
    box-shadow: inherit !important;
}

.btn-danger.focus,
.btn-danger:focus {
    box-shadow: inherit !important;
}

#aside-nav {
    width: 238px;
    transition: width 0.5s;
    margin-right: 63px;
}

.times_cont {
    display: none;
}

.nav_ul {
    padding-left: 20px;
}

.nav_ul li {
    padding-bottom: 15px;
}

main {
    transition: margin 0.5s;
    min-height: 100vh;
}

main.active {
    margin-left: 0px !important;
}

#aside-nav.active {
    width: 0px;
}

#header-navbar #aside-toggle-btn {
    color: #293042;
    cursor: pointer;
}

.product-inner-main {
    background-color: #ffff;
    /* z-index: 99; */
}

.product-header {
    background-image: url(../images/product-banner.png);
    clip-path: initial;
}

.result-text {
    font-weight: bold;
    color: #000000;
    font-size: 20px;
    padding-top: 24px;
    padding-bottom: 38px;
}

#aside-toggle-btn {
    display: none;
}

.side-product-hed {
    font-weight: bold;
    font-size: 49px;
    color: #000000;
    padding-bottom: 28px;
}

.aside-collapse-list {
    width: 100%;
    display: inline-block;
}

.aside-collapse-list ul {
    list-style: none;
    display: block;
}

.card-header {
    width: 100%;
    display: inline-block;
    background-color: #fbb71c;
    border-radius: 4px;
    padding: 0;
}

.card-header h2,
.card-header h5 a {
    font-weight: bold;
    font-size: 20px;
    color: #000000;
}

.card-header h5 a {
    padding: 12px 17px;
}

.card-header h5 a:hover {
    text-decoration: none;
}

.aside_nav_ul .side-body-section {
    border: 1px solid #e1e1ee;
    background-color: #fff;
    padding: 13px 17px;
}

.swith-heading {
    display: inline-block;
    padding: 13px 17px;
}

.mm-left-switch {
    float: right;
    display: flex;
    align-items: center;
}

.mm-left-switch .custom-control-label::before {
    background-color: #6c6c6c;
}

.mm-left-switch .custom-control-label::after {
    background-color: #fff;
}

.mm-left-switch input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #fff;
    background-color: #fff;
}

.mm-left-switch input:checked~.custom-control-label::after {
    color: #ef981f;
    border-color: #ef981f;
    background-color: #ef981f !important;
}

.side-body-section p {
    color: #000;
}


/* new collapse start  */

.faq-section .card {
    margin-bottom: 26px;
}

.side-body-section {
    margin-bottom: 26px;
}

.aside_nav_ul .card {
    border: 0;
}

.faq-section .mb-0>a {
    display: block;
    position: relative;
    text-transform: uppercase;
}

.faq-section .mb-0>a:after {
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 17px;
    font-weight: 600;
}

.card-body {
    padding: 0;
}

.faq-section .mb-0>a[aria-expanded="true"]:after {
    content: "\f068";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
}


/* checkbox style :start */

.styled-checkbox {
    position: absolute;
    opacity: 0;
}

.styled-checkbox+label {
    position: relative;
    cursor: pointer;
    padding: 0;
    margin-bottom: 0;
}

.styled-checkbox+label:before {
    content: "";
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: white;
    border: 2px solid #6c6c6c;
    border-radius: 4px;
}

.styled-checkbox:hover+label:before {
    background: #fbb71c;
}

.styled-checkbox:focus+label:before {
    box-shadow: 0;
}

.styled-checkbox:checked+label:before {
    background: #fbb71c;
    border: 2px solid #fbb71c;
}

.styled-checkbox:checked+label:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 9px;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    transform: rotate(45deg);
}

.unstyled {
    margin: 0;
    padding: 0 17px;
    list-style-type: none;
    padding-top: 9px;
    border: 1px solid rgba(0, 0, 0, .125);
}

.unstyled li {
    margin-bottom: 13px;
}

.brand-ul {
    height: 505px;
    overflow-y: scroll;
}

.mm-procuct-list .product-grid4 {
    margin-bottom: 25px;
}

.mm-procuct-list .product-grid4 .product-image4 {
    text-decoration: none !important;
    width: 185px;
    height: 175px;
    margin: 0 auto;
}

.mm-procuct-list .product-grid4 .product-image4 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.parent_cat .img {
    width: 100px;
    height: 100px;
    margin: auto;
    display: inline-block;
}

.parent_cat .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.mm-procuct-list .product-discount-label {
    z-index: 99;
}

.mm-procuct-list .product-discount-label::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-top: 44px solid #ef981f;
    border-right: 47px solid transparent;
    top: 1px;
    z-index: -1;
}

.product-grid4 .deals-badge {
    width: auto;
    padding: 0px 5px;
    background-color: rgb(243 18 18)
}

.mm-procuct-list .deals-badge::before {
    border-top: 44px solid rgb(243 18 18)
}

.mm-procuct-list .product-grid4 {
    min-height: 94%;
}

.mm-procuct-list a:hover {
    text-decoration: none;
}

.product-header,
.product-header-main {
    height: 473px;
    background-position: top;
}

.product-header .search-sec {
    padding: 6rem;
}

.brand-ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #252525;
}

.brand-ul::-webkit-scrollbar {
    width: 12px;
    background-color: #252525;
}

.brand-ul::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #7d7d7d;
}

.banner-serach {
    max-width: 640px;
    margin: auto;
}

.banner-serach input {
    height: 50px;
    padding: 20px;
    font-size: 17px;
    color: #000;
    border-radius: 0;
    font-family: 'Rajdhani';
    font-weight: 600;
}

.cat-box-img {
    width: 100%;
    height: 120px;
    margin: auto;
}

.cat-box-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.parent_all_categry p {
    text-align: center;
    padding-top: 10px;
    margin-bottom: 0;
}

.banner-serach h2 {
    color: #fff;
    text-align: center;
    margin-bottom: 30px !important;
    font-size: 36px;
    font-weight: bold;
    font-family: 'Rajdhani';
}

.parent_all_categry {
    width: 100%;
    border: 1px solid grey;
    display: inline-block;
    padding: 20px 15px 0px;
    background-color: white;
    margin-bottom: 50px;
    min-height: 208px;
}

.parent_all_categry a {
    text-decoration: none;
}

.parent_all_categry a:hover {
    text-decoration: none;
}

.product-name {
    width: 100%;
    font-size: 25px;
    color: #0c0c0c;
    font-weight: 700;
    font-family: "Rajdhani";
    margin-bottom: 20px !important;
    text-transform: uppercase;
}


/* end checkbox */


/* new product page end  */


/* Media strst hree  */

@media screen and (max-width:1370px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 15px 38px;
    }
    .number-div {
        display: flex;
        margin-left: 77px;
        font-size: 20px;
    }
    .search-bar {
        margin-left: 77px;
    }
    .mm-procuct-list .product-discount-label {}
}

@media screen and (max-width:1199px) {
    .header-logo {
        width: 300px;
        height: 40px;
    }
    .search-bar {
        width: 304px;
    }
    .search-bar input {
        min-width: 255px;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 15px 24.4px;
    }
    .product-grid4 {
        padding: 20px 12px;
        min-height: 362px;
    }
    .middle_bg_save img {
        max-width: 100%;
    }
    .product_rec_1 .product-grid4 {
        min-height: 343px;
    }
    .product-image4 img {
        max-width: 100%;
    }
    .product-grid4 .product-content {
        padding: 15px 15px 0px;
    }
    .header-logo img {
        width: 264px;
        height: 49px;
        object-fit: contain;
    }
    .search-bar {
        margin-left: 29px;
    }
    .testimonials .carousel-info img {
        margin-right: 9px;
    }
    .footer {
        padding: 1px 0px 40px
    }
    #aside-nav {
        width: 260px;
        transition: width 0.5s;
        margin-right: 20px;
    }
}

@media (max-width: 991px) {
    .mm-procuct-list .product-grid4 .product-image4 {
        text-decoration: none !important;
        /* width: 130px; */
        height: 140px;
        margin: 0 auto;
    }
    .toggle-btn {
        float: right;
        position: relative;
    }
    .number-div {
        display: flex;
        margin-left: 17px;
    }
    .phone {
        font-size: 20px;
        white-space: nowrap;
    }
    .search-bar input {
        min-width: 200px;
    }
    .search-bar {
        margin-left: 20px;
    }
    .shop-cart {
        margin-left: 10px;
    }
    .search-sec {
        padding: 2rem;
        padding-left: 4rem;
    }
    .banner_main_heading {
        padding-top: 62px;
        font-size: 64px;
    }
    .hero-bg,
    .header {
        height: 788px;
    }
    .product-grid4 {
        margin-top: 15px;
    }
    .top_produt_box {
        margin-top: 0px;
        margin-bottom: 0;
    }
    .bestseller_heading {
        padding-bottom: 20px;
    }
    .product_rec_1 {
        width: 33.33%;
    }
    .bg_sub3 h2 {
        margin-top: 70px !important;
    }
    .subscribe_bar {
        width: 70%;
    }
    .test_bg {
        margin-top: -344px;
        left: -25px;
        padding: 30px 30px 60px 60px;
    }
    .testimonials blockquote {
        margin-bottom: 0;
    }
    .navbar {
        padding: 0.5rem 1rem;
    }
    .footer-logo {
        width: 350px;
        height: 123px;
        text-align: center;
        margin: 0 auto;
    }
    .footer-logo img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .result-text {
        padding-bottom: 0;
    }
    .product-header,
    .product-header-main {
        height: 450px;
        background-position: top;
    }
    .product-header .search-sec {
        padding: 5rem;
    }
}

@media (max-width: 767px) {
    .header-tag-area {
        flex-wrap: wrap;
        height: auto;
    }
    .number-div {
        margin-left: 72px;
    }
    .footer {
        margin-top: 0px;
    }
    .rating {
        margin-bottom: 15px;
        margin-top: 20px;
    }
    .search-bar {
        margin-left: 0;
        margin-top: 21px;
    }
    .search-bar input {
        min-width: 246px;
    }
    .shop-cart {
        margin-left: 116px;
        margin-top: 30px;
    }
    .message-box-text {
        font-size: 13px;
        margin-left: 7px !important;
    }
    .location-box {
        margin-right: 0;
    }
    .message-box {
        margin-right: 5px;
    }
    .banner_main_heading {
        font-size: 45px;
    }
    .banner_main_heading h3 {
        font-size: 40px;
    }
    .search-slt {
        width: 100%;
        margin-bottom: 12px;
        height: 38px !important;
    }
    .navbar {
        padding: 0.5rem 1rem;
    }
    .banner_main_heading {
        padding-top: 49px;
    }
    .hero-bg,
    .header {
        height: 910px;
    }
    .wrn-btn {
        width: 100%;
    }
    .product_rec_1 {
        width: 50%;
    }
    .bestseller_heading {
        padding-bottom: 0;
    }
    .bg_sub3 {
        margin-top: 39px;
    }
    .subscribe_bar {
        width: 100%;
    }
    .footer-up-section {
        height: 130vh;
    }
    .testimonials {
        margin-bottom: 14px;
        margin-left: 17px;
    }
    .footer-up-section .test_bg h2 {
        margin-bottom: 18px !important;
    }
    .footer_cont {
        padding: 0 15px;
    }
    .footer_li_1 li {
        width: 143px;
    }
    .footer_li_1 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: left;
        align-items: center;
    }
    .footer-logo {
        width: 350px;
        height: 120px;
        text-align: center;
        margin: 0 auto;
        display: block;
    }
    .footer-logo img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .footerlogo {
        padding: 10px 0px 2px;
    }
    .footer-border-left {
        border-left: 0;
        padding-left: 0;
    }
    .footer-border-right {
        border-right: 0;
    }
    .sp_info {
        margin-bottom: 20px !important;
        display: block;
    }
    .product-header,
    .header {
        height: 700px;
        background-position: top;
    }
    .product-header .search-sec {
        padding: 4rem;
    }
    .bestseller_heading {
        margin-top: 35px;
    }
    .sort_search_parent .result-tex {
        padding-top: 0px;
    }
    .sort_search_parent {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

@media (max-width:768px) {
    .mega img,
    .mega_brand img {
        display: none;
    }
    .mega,
    .mega_brand {
        border: none;
    }
    .parent_cat {
        border: none;
        padding: 0px;
    }
    .about_hero,
    .billing_header,
    .contact_header,
    .shopping_cart_hero {
        height: 100% !important;
        background-position: center;
        background-image: url(../images/about_header.png);
        / clip-path: none;
        color: white;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .shopping_cart_header {
        background-image: url(../images/shopping_cart_header.png);
        background-position: top center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .comman_search .search_count {
        padding: 10px 15px;
        background-color: #fff;
        color: grey;
        display: flex;
        align-items: center;
        border: none;
        position: relative;
        font-weight: 600;
    }
}

@media (max-width: 575px) {
    .product-grid4 .product-discount-label,
    .product-grid4 .product-new-label {
        height: 27px;
        width: 50px;
    }
    .mm-procuct-list .product-discount-label::before {
        border-top: 36px solid #ef981f;
    }
    .sort_search_parent h1 {
        padding-bottom: 20px;
    }
    .product-grid4 .deals-badge {
        width: auto;
        padding: 0px 5px;
        background-color: rgb(243 18 18)
    }
    .mm-procuct-list .deals-badge::before {
        border-top: 44px solid rgb(243 18 18)
    }
    .icon-box {
        float: left;
        margin-top: 15px;
        margin-bottom: 10px;
    }
    .message-box-text {
        font-size: 14px;
        margin-left: 0px !important;
    }
    .location-box {
        justify-content: center;
    }
    .location-box .icon-box {
        margin-top: 0;
    }
    .people-box-text {
        border-right: 0;
        padding-right: 10px;
        display: flex;
        width: calc(100% - 142px);
        justify-content: center;
        flex-direction: row;
        margin-top: 20px;
    }
    .people-box-text li {
        padding: 0px 2px;
    }
    .header-tag-area {
        padding-top: 24px;
    }
    .header-logo {
        margin: auto;
    }
    .phone {
        font-size: 24px;
    }
    .getsupport {
        font-size: 18px;
    }
    .number-div {
        margin-left: 0;
    }
    .search-bar {
        width: 90%;
    }
    .search-bar input {
        min-width: 328px;
    }
    .shop-cart {
        margin-left: 5px;
    }
    .banner_main_heading {
        padding-top: 35px;
        font-size: 40px;
    }
    .banner_main_heading h3 {
        font-size: 35px;
    }
    .banner_main_heading p {
        margin-top: 10px;
    }
    .search-sec {
        padding: 2rem 10px;
        padding-left: 10px;
    }
    .hero-bg,
    .header {
        height: 1098px;
    }
    .mm-mbottom {
        margin-bottom: 20px;
    }
    .middle_bg_save {
        margin-top: 30px;
        padding-top: 0;
    }
    .middle_bg_save h2 {
        font-size: 40px;
        margin-top: 40px !important
    }
    .middle_bg_save .row {
        flex-direction: column-reverse;
    }
    .product_rec_1 {
        width: 100%;
    }
    .product_rec_1 .product-grid4 {
        min-height: auto;
        border: 0;
        padding: 10px 0px;
    }
    .bg_sub3 h2 {
        margin-top: 40px !important;
    }
    .bg_sub3 p {
        margin-top: 10px !important;
    }
    .subscribe_bar .search-bar__icon {
        padding: 8px;
    }
    .test_bg {
        margin-top: -302px;
        left: -51px;
        padding: 48px 15px 56px 62px;
        width: 100%;
    }
    .footer-logo {
        width: 280px;
    }
    .footer-up-section {
        min-height: 660px;
    }
    #aside-toggle-btn {
        display: block;
    }
    #aside-nav {
        width: 0px;
        margin-right: 0;
    }
    #aside-nav.active.width-260 {
        width: 260px;
    }
    #header-navbar #aside-toggle-btn {
        position: relative;
        top: 8px;
        right: 10px;
    }
    .side-product-hed {
        font-size: 30px;
        padding-bottom: 7px;
        padding-top: 5px;
    }
    .main_dash {
        padding-top: 0;
    }
    .swith-heading {
        padding: 12px;
        max-width: 100px
    }
    .aside_nav_ul .side-body-section {
        padding: 10px 12px;
    }
    .unstyled {
        padding: 10px;
    }
    .unstyled li {
        font-size: 14px;
    }
    .mob_nav {
        padding-right: 0;
    }
    .product-header,
    .product-header-main {
        height: 730px;
        background-position: top;
    }
    .product-header .search-sec {
        padding: 3rem;
    }
    .bestseller_heading {
        margin-top: 20px;
    }
    .top_bar_right {
        display: flex;
        justify-content: center !important;
    }
    .message-box-text {
        margin-left: 10px !important;
        margin-bottom: 10px !important;
    }
    .top_bar_left {
        display: flex !important;
        justify-content: center !important;
        font-family: 'Rajdhani';
        font-weight: bold;
    }
    .comman_search .search_count {
        padding: 10px 15px;
        background-color: #fff;
        color: grey;
        display: flex;
        align-items: center;
        border: none;
        /* border-top-left-radius: 4px; */
        /* border-bottom-left-radius: 4px; */
        position: relative;
        font-weight: 600;
        height: 80%;
    }
}

@media (max-width: 480px) {
    .search-bar {
        width: 85%;
    }
    .search-bar input {
        min-width: calc(100% - 55px);
    }
    .shop-cart {
        margin-left: 5px;
    }
    .product-header,
    .product-header-main {
        height: 740px;
        background-position: top;
    }
    .product-header .search-sec {
        padding: 3rem 15px;
    }
}


/* footer style end  */

@media (min-width: 992px) {
    .search-sec {
        position: relative;
    }
}

#review-container {
    border-left: 5px solid rgb(238, 238, 238);
    margin-bottom: 20px;
}

@media (max-width: 992px) and (min-width:768px) {
    .footer-border-right {
        border: none !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .mega img,
    .mega_brand img {
        /* display: none; */
        width: 50% !important;
    }
    .mega_col p {
        font-weight: bold !important;
        margin-top: 5px !important;
        font-size: 12px;
    }
    .mega,
    .mega_brand {
        border: none;
    }
    .parent_cat {
        border: none;
        padding: 0px;
    }
    /* .footer_contect_info{
        text-align: center;
        margin : 30px 0px;
    }
    .footer-border-left {
        border:none;
     padding-left: 0px;
     text-align: center;
    }

    .footer-border-left .link_text {
        text-align: center;
    }
    .footer_address_bottom{
        text-align: center;
    } */
    .quick_link,
    .contact_info_bottom {
        margin-top: 30px !important;
    }
    .footer_contect_info {
        padding-left: 60px;
    }
}

@media only screen and (min-width: 1441px) and (max-width: 2560px) {
    .container {
        max-width: 1400px !important;
        width: 1400px !important;
        padding: 0px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 1440px) {
    .container {
        max-width: 96% !important;
        width: 96% !important;
    }
}


/* login page styling start  */

* {
    font-family: 'Rajdhani';
}

.product_header_login,
.product_main_login {
    height: 100% !important;
    background-image: url('../images/login_header_bg.png');
    background-position: top center;
}

.product_header_login .form_login_heading {
    font-size: 45px;
    font-weight: bold;
    font-family: 'Rajdhani';
    color: #fff;
}

.login_container {
    margin-top: 30px;
    padding-bottom: 40px;
}

.login_container i {
    position: relative;
    font-size: 22px;
    color: #b5b5b5 !important;
}

.login_container p {
    text-transform: uppercase;
    font-weight: 600;
    color: #b5b5b5;
    letter-spacing: 1px;
}

.login_container .bootom_text a {
    font-size: 14px !important;
}


/* Login form css  */

.product_main_login .login_form_box {
    /* background-color: rgba(0,0,0,.5); */
    padding: 30px;
}

.product_main_login .login_form_box input h2 {
    font-size: 45px;
    font-weight: bold;
    font-family: 'Rajdhani';
}

.product_main_login .login_form_box input {
    background-color: transparent !important;
    border: none;
    font-family: 'Rajdhani';
}

.product_main_login .login_form_box .input_group {
    background-color: rgba(224, 224, 224, 0.2);
    align-items: center;
    height: 85px;
    padding: 20px;
    color: #fff !important;
    margin: 5px 0px !important;
    font-family: 'Rajdhani';
}

.product_main_login .login_form_box .input_group input {
    position: relative;
    margin-left: 10px;
    width: 100%;
    padding: 10px;
    color: white;
}

.product_main_login .login_form_box .input_group input:focus {
    border: none !important;
    outline: none !important;
    color: #fff;
}

.product_main_login ::-webkit-input-placeholder {
    /* Edge */
    color: #fff;
}

.product_main_login :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
}

.product_main_login ::placeholder {
    color: #fff;
}

.product_main_login .login_form_box .input_group i {
    position: relative;
    font-size: 18px;
}

.product_main_login .login_form_box .line {
    height: 100%;
    width: 1.5px;
    background-color: #b5b5b5;
    margin-left: 20px;
    outline: none !important;
}

.product_main_login .login_form_box a {
    text-decoration: none;
    color: #b5b5b5;
    font-size: 16px;
    font-family: 'Rajdhani';
    /* text-transform: uppercase; */
    font-weight: 600;
}

.product_main_login .login_form_box .checkbox_group {
    display: flex;
    align-items: center;
    font-family: 'Rajdhani';
}

.product_main_login .login_form_box .checkbox_group p {
    font-size: 14px !important;
    margin-left: 10px !important;
    font-family: 'Rajdhani', sans-serif;
    color: #b5b5b5;
}

.product_main_login .login_form_box .login_btn {
    height: 85px;
    font-size: 33px;
    font-weight: 900;
    background-color: #fbb71c !important;
    border: none;
    color: #000000;
    font-family: 'Rajdhani', sans-serif;
    transition: 0.5s linear all;
}

.product_main_login .login_form_box .login_btn:hover {
    background: transparent !important;
    border: 2px solid #fbb71c;
    color: #fff;
    box-shadow: 2px 2px 2px #fff, -2px -2px 2px #fff;
}

.product_main_login .bootom_text,
.bootom_text a {
    font-size: 16px !important;
    font-weight: 300 !important;
    font-family: 'Rajdhani', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.product_main_login .bootom_text a {
    color: #fbb71c;
    font-family: 'Rajdhani', sans-serif !important;
    text-transform: uppercase;
    /* font-size: 16px !important; */
}

.register_container {
    padding-top: 30px;
    padding-bottom: 30px;
}

.register_container p {
    color: #b5b5b5;
}

.product_main_login .checkbox_parent {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.product_main_login .checkbox_container {
    display: block;
    position: relative;
    padding-left: 20px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.product_main_login .checkbox_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}


/* Create a custom checkbox */

.product_main_login .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    background: transparent;
    border: 2px solid #b5b5b5;
    border-radius: 5px;
}


/* On mouse-over, add a grey background color */

.product_main_login .checkbox_container:hover input~.checkmark {
    background-color: #fbb71c;
}


/* When the checkbox is checked, add a blue background */

.product_main_login .checkbox_container input:checked~.checkmark {
    background-color: #fbb71c;
}


/* Create the checkmark/indicator (hidden when not checked) */

.product_main_login .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the checkmark when checked */

.product_main_login .checkbox_container input:checked~.checkmark:after {
    display: block;
}


/* Style the checkmark/indicator */

.product_main_login .checkbox_container .checkmark:after {
    left: 4px;
    top: 0px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* 1199 */


/* 991 */


/* 767 */


/* 575 */

@media (max-width:1199px) and (min-width:992px) {}

@media (max-width:990px) {
    .product_main_login .checkbox_parent {
        /* display: flex; */
        /* background-color: tomato; */
    }
    .product_main_login .checkbox_parent .checkbox_group p {
        font-size: 12px !important;
        margin-left: 5px !important;
        /* background-color: turquoise; */
    }
    .product_main_login .checkbox_parent .checkbox_group {
        width: 50% !important;
        /* background-color: tomato; */
    }
    .product_main_login .checkbox_parent a {
        font-size: 10px !important;
        /* background-color: tomato; */
    }
    .product_main_login .login_form_box .login_btn {
        height: 50px;
        font-size: 25px;
        font-weight: 900;
        background-color: #fbb71c !important;
        border: none;
        color: #000000;
        font-family: 'Rajdhani', sans-serif;
    }
    .product_main_login .bootom_text p {
        font-size: 14px;
        text-transform: uppercase;
    }
    .product_main_login .bootom_text a {
        font-size: 14px;
    }
}


/* Register page styling  */

* {
    font-family: 'Rajdhani';
}

.product_header_register,
.product_main_register {
    background-image: url('../images/login_header_bg.png');
    height: 100% !important;
    background-position: top center !important;
}

.bootom_text {
    color: #fff;
    text-transform: uppercase;
}


/* Login form css  */

.product_main_register .register_form_box {
    /* background-color: rgba(0,0,0,.5); */
    padding: 30px;
}

.product_main_register .register_form_box h2 {
    font-size: 45px;
    font-weight: bold;
    font-family: 'Rajdhani';
    color: #fff;
}

.product_main_register .register_form_box input {
    background-color: transparent !important;
    border: none;
    font-family: 'Rajdhani';
    color: #fff;
}

.product_main_register .register_form_box .input_group {
    background-color: rgba(224, 224, 224, 0.2);
    align-items: center;
    height: 85px;
    padding: 20px;
    color: #fff !important;
    margin: 5px 0px !important;
    font-family: 'Rajdhani';
}

.product_main_register .register_form_box .input_group input {
    position: relative;
    outline: none !important;
    width: 100%;
    padding: 10px;
    margin-left: 10px;
}

.product_main_register .register_form_box .input_group input:focus {
    border: none !important;
    outline: none !important;
}

.product_main_register ::-webkit-input-placeholder {
    /* Edge */
    color: #b5b5b5 !important;
    font-weight: 500;
    font-size: 20px;
}

.product_main_register :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #b5b5b5 !important;
    font-weight: 500;
    font-size: 20px;
}

.product_main_register ::placeholder {
    color: #b5b5b5 !important;
    font-weight: 500;
    font-size: 20px;
}

.login_container ::-webkit-input-placeholder {
    /* Edge */
    color: #b5b5b5 !important;
    font-weight: 500;
    font-size: 20px;
}

.login_container :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #b5b5b5 !important;
    font-weight: 500;
    font-size: 20px;
    ;
}

.login_container ::placeholder {
    color: #b5b5b5 !important;
    font-weight: 500;
    font-size: 20px;
}

.product_main_register .register_form_box .input_group i {
    position: relative;
    font-size: 22px;
    color: #b5b5b5 !important;
    /* font-weight: bold; */
}

.product_main_register .register_form_box .line {
    height: 100%;
    width: 1px;
    background-color: #b5b5b5;
    margin-left: 20px;
    outline: none !important;
}

.product_main_register .product_main_register .register_form_box a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-family: 'Rajdhani';
}

.product_main_register .register_form_box .checkbox_group {
    display: flex;
    align-items: center;
    font-family: 'Rajdhani';
}

.product_main_register .register_form_box .checkbox_group p {
    font-size: 14px !important;
    margin-left: 10px !important;
    font-family: 'Rajdhani', sans-serif;
}

.product_main_register .register_form_box .login_btn {
    height: 85px;
    font-size: 33px;
    font-weight: bold;
    background-color: #fbb71c !important;
    border: none;
    color: #000000;
    font-family: 'Rajdhani', sans-serif;
    transition: 0.5 linear all;
}

.product_main_register .register_form_box .login_btn:hover {
    background: transparent !important;
    border: 2px solid #fbb71c;
    color: #fff;
    box-shadow: 2px 2px 2px #fff, -2px -2px 2px #fff;
}

.product_main_register .bootom_text,
.bootom_text a {
    font-size: 18px;
    font-weight: 600 !important;
    font-family: 'Rajdhani', sans-serif;
}

.product_main_register .bootom_text a {
    color: #fbb71c;
    font-family: 'Rajdhani', sans-serif !important;
}

.product_main_register .checkbox_parent {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.product_main_register .checkbox_container {
    display: block;
    position: relative;
    padding-left: 20px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.product_main_register .checkbox_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}


/* Create a custom checkbox */

.product_main_register .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 5px;
}


/* On mouse-over, add a grey background color */

.product_main_register .checkbox_container:hover input~.checkmark {
    background-color: #fbb71c;
}


/* When the checkbox is checked, add a blue background */

.product_main_register .checkbox_container input:checked~.checkmark {
    background-color: #fbb71c;
}


/* Create the checkmark/indicator (hidden when not checked) */

.product_main_register .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the checkmark when checked */

.product_main_register .checkbox_container input:checked~.checkmark:after {
    display: block;
}


/* Style the checkmark/indicator */

.product_main_register .checkbox_container .checkmark:after {
    left: 4px;
    top: 0px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.product_main_register #see_confirm_password,
#see_password {
    cursor: pointer;
}

*:focus {
    outline: none !important;
}

.slider_div {
    max-width: 100% !important;
}

.product-grid4 .product-image4 img {
     /* width: auto !important;  */
    height: 170px !important;
    max-width: 200px;
}

.slider_div a:hover {
    text-decoration: none !important;
    color: #000 !important;
}

#aside-nav-ul {
    width: 208px;
}


/* 1199 */


/* 991 */


/* 767 */


/* 575 */

@media (max-width:990px) {
    .product_main_register .checkbox_parent .checkbox_group p {
        font-size: 12px !important;
        margin-left: 5px !important;
        /* background-color: turquoise; */
    }
    .product_main_register .checkbox_parent .checkbox_group {
        width: 50% !important;
        /* background-color: tomato; */
    }
    .product_main_register .checkbox_parent a {
        font-size: 10px !important;
        /* background-color: tomato; */
    }
    .product_main_register .register_form_box .login_btn {
        height: 50px;
        font-size: 25px;
        font-weight: 900;
        background-color: #fbb71c !important;
        border: none;
        color: #000000;
        font-family: 'Rajdhani', sans-serif;
    }
    .product_main_register .bootom_text p {
        font-size: 14px;
    }
}

@media (max-width:642px) {
    .top_bar_right i,
    .top_bar_right p,
    .top_bar_right a {
        font-size: 15px;
    }
}

@media (max-width:1240px) {
    .search-slt {
        width: 77%;
    }
}

@media (max-width:870px) {
    .search-slt {
        width: 74%;
    }
}

@media (max-width:767px) {
    .search-slt {
        width: 100%;
    }
    .search_count {
        padding: 10px 15px;
        background-color: #fff;
        color: grey;
        display: flex;
        align-items: center;
        border: none;
        /* border-top-left-radius: 4px; */
        /* border-bottom-left-radius: 4px; */
        position: relative;
        font-weight: 600;
        height: 38px !important;
    }
    .footer-up-section {
        height: 65vh !important;
    }
    .bestseller_heading {
        margin-top: 208px;
    }
    .bestseller_heading_2 {
        margin-top: 22px !important;
    }
    .subscribe_bar {
        width: 80%;
    }
    .subscribe_bar .search-bar__icon {
        width: 155px !important;
        border: none !important;
        color: #fff;
        font-weight: 600;
        font-family: 'Roboto';
        font-size: 13px;
    }
    .bg_sub3 h2 {
        font-size: 25px;
    }
    .subscribe_bar input {
        height: 100%;
        min-width: 64%;
        padding: 10px;
        border: none;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        border: none;
        font-family: 'Roboto';
        font-size: 12px;
    }
    .link_text {
        font-size: 24px;
        color: #fff;
        font-weight: bold;
        font-family: 'Open Sans', 'Helvetica Neue', sans-serif;
        line-height: 23px;
        padding-bottom: 39px;
        text-align: center;
    }
    .sp_info {
        text-decoration: none;
        color: #ffffff;
        padding-left: 0px;
        font-size: 14px;
        font-family: 'Open Sans', 'Helvetica Neue', sans-serif;
        text-align: center;
    }
    .contact_num {
        padding-left: 0px;
        text-align: center;
    }
}

@media (max-width:585px) {
    .search_count {
        padding: 10px 15px;
        background-color: #fff;
        color: grey;
        display: flex;
        align-items: center;
        border: none;
        /* border-top-left-radius: 4px; */
        /* border-bottom-left-radius: 4px; */
        position: relative;
        font-weight: 600;
        height: 80%;
    }
}

@media (max-width:1092px) {
    .footer-up-section {
        width: 100%;
        height: 262px;
        background-color: #f3f4f6;
    }
}

@media (max-width:577px) {
    .footer-up-section {
        min-height: 529px;
    }
    .bestseller_heading {
        margin-top: 9px;
    }
    .bestseller_heading h2 {
        text-align: center;
        padding-top: 0px;
        font-size: 25px;
        color: #000;
        font-weight: bold;
        font-family: 'Rajdhani';
        width: 100%;
        text-transform: uppercase;
    }
    .bestseller_heading p {
        text-align: center;
        font-size: 16px;
        color: #838383;
        font-family: 'Roboto';
        width: 100%;
    }
    .hero-bg,
    .header {
        height: 962px;
    }
}

@media (max-width:477px) {
    .hero-bg {
        height: 1115px !important;
    }
    .bestseller_heading {
        margin-top: 159px !important;
    }
}

@media (max-width:400px) {
    .footer-up-section {
        height: 671px !important;
    }
}

@media (max-width:335px) {
    .footer-up-section {
        height: 934px !important;
    }
}

.recommended-products {
    margin-top: 40px !important;
}

@media (max-width:5000px) and (min-width:768px) {
    .shopping_cart_top {
        margin-right: 9px;
    }
}

.invalid-feedback {
    font-size: 14px !important;
    /* font-weight: bold !important; */
    margin-left: 20px;
    color: #ff6b6b !important;
}

.asteric {
    color: red;
}

.alert-success {
    padding: 20px;
    background-color: #55884e;
    color: white;
    opacity: 1;
    transition: opacity 0.6s;
    margin-bottom: 15px;
}


/*.footer-up-section {
    min-height: 529px;
}*/

.bestseller_heading {
    margin-top: 0px;
}

.bestseller_heading h2 {
    text-align: center;
    padding-top: 0px;
    font-size: 36px;
    color: #000;
    font-weight: bold;
    font-family: 'Rajdhani';
    width: 100%;
    text-transform: uppercase;
}

.bestseller_heading p {
    text-align: center;
    font-size: 18px;
    color: #838383;
    font-family: 'Roboto';
    width: 100%;
}

.hero-bg,
.header {
    height: 962px;
}


}
@media (max-width:477px) {
    .hero-bg {
        height: 1115px;
    }
    
    .bestseller_heading {
        margin-top: 159px !important;
    }
}
@media (max-width:400px) {
    .footer-up-section {
        height: 671px !important;
    }
}
@media (max-width:335px) {
    .footer-up-section {
        height: 934px !important;
    }
}
@media (max-width:5000px) and (min-width:768px) {
    .shopping_cart_top {
        margin-right: 9px;
    }
}
@media(max-width:991px) and (min-width:320px) {
    .hero-bg,
    .header {
        height: auto !important;
    }
    
    .justify-content-evenly {
        justify-content: center;
    }
    
    .justify-content-evenly img {
        margin-right: 10px;
    }
}
.invalid-feedback {
    font-size: 14px !important;
    /* font-weight: bold !important; */
    
    margin-left: 20px;
    color: #ff6b6b !important;
}
.asteric {
    color: red;
}
.alert-success {
    padding: 20px;
    background-color: #55884e;
    color: white;
    opacity: 1;
    transition: opacity 0.6s;
    margin-bottom: 15px;
}

}
.product_anchor:hover {
    text-decoration:none !important;
}
.recommend-slider .slick-prev:before {
    background:#ef981f;
}
.product_detail_bottom {
    text-decoration: none !important;
    width: 185px;
    height: 175px;
    margin: 0 auto;
}
.bottom_padding {
    padding-bottom:0px !important;
    height:400px;
    
}
.hero_heading {
    font-family: 'Rajdhani' !important;
}
.hero_heading h1 {
    font-size: 72px;
    color: #fff;
    font-weight: bold;
    font-family: 'Rajdhani' !important;
}
.hero_heading h1 span {
    font-size: 72px;
    color: #fff;
    font-weight: bold;
    font-family: 'Rajdhani' !important;
}
.hero_heading h1 font span {
    color: #fbb71c !important;
}
.hero_heading h5 span {
    font-size: 50px;
    font-family: 'Rajdhani' !important;
    font-weight: bold;
}
@media(min-width:320px) and (max-width:991px) {
    .navbar {
        background-color: transparent !important;
        padding-right: 0px;
    }
    .navbar-light .navbar-toggler {
        background-color: #fff;
    }
    .navbar-collapse {
        background-color: #fff;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 10px 24.4px;
        border-bottom: solid 1px #ccc;
    }
}
.mobile-responsive {
    display: none;
}
@media(min-width:320px) and (max-width:991px) {
    .web-responsive {
        display: none;
    }
    .mobile-responsive {
        display: block;
    }
}
.comman_search .form-control {
    background-color: #fff;
    opacity: 1;
}
.brand-ul {
    min-height: 98px;
    height: inherit !important;
    overflow-y: inherit;
    width: 100%;
}
@media(min-width:320px) and (max-width:991px) {
    .mega_row .mega_col {
        display: block;
        width: 50%;
        float: left;
        flex: 50%;
        min-width: 50%;
    }
    .parent_cat .img img {
        width: 100% !important;
        height: auto;
        object-fit: inherit;
        display: block;
        margin-top: 40px;
    }
}
@media(min-width:991px) and (max-width:1024px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 15px 20px !important;
    }
}
@media(min-width:768px) and (max-width:991px) {
    .mega_row .mega_col {
        display: block;
        width: 100%;
    }
    .banner_main_heading {
        padding-top: 0px;
        font-size: 64px;
    }
    .backgroundphoto {
        height: auto !important;
        min-height: 80px;
    }
 .modal-content {
        z-index: 12 ;
    }
    .navbar {
        margin-top: -26px !important;
        position: absolute;
        right: 5px;
        z-index: 1;
    }
    .search-bar input {
        min-width: 125px !important;
    }
    .header-logo {
        display: block;
        width: 215px;
        height: 40px;
    }
    .search-bar__icon {
        height: 55px;
        width: 50px;
    }
    .header-tag-area .search-bar__icon {
        height: 43px;
        width: 50px;
    }
    .footer-logo {
        width: 350px;
        height: 60px;
        text-align: center;
        margin: 0 auto;
        display: block;
    }
    .footer-logo img {
        width: auto;
        height: auto;
        object-fit: contain;
        margin: auto;
    }
    .search-bar {
        width: 186px;
    }
    .comman_search .form-control {
        height: 50px !important;
    }
    .search-slt {
        height: 50px !important;
    }
    .search-bar {
        margin-right: 10px;
        margin-left: 10px;
    }
}
@media(min-width:574px) and (max-width:767px) {
    .comman_search .form-control {
        height: 51px !important;
    }
    .comman_search .search_count {
        height: 51px !important;
    }
    .header-tag-area {
        padding-top: 24px;
        margin-bottom: 0px;
        padding-bottom: 10px;
    }
    .banner_main_heading {
        padding-top: 10px;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .hero_heading h1 span {
        font-size: 28px;
    }
    .hero_heading h1 {
        font-size: 28px !important;
    }
    .hero_heading h5 span {
        font-size: 28px !important;
    }
    .message-box {
        color: white;
        margin-bottom: 11px;
        float: inherit;
        display: flex;
        align-items: center;
    }
    .icon-box {
        margin-right: 10px;
        float: left;
    }
    .navbar {
        margin-top: -48px !important;
        position: absolute;
        right: 5px;
        z-index: 9;
    }
    .shop-cart {
        margin-left: 17px !important;
    }
    .top_bar_left {
        display: block !important;
    }
    .location-box {
        justify-content: center;
        margin-left: 4px !important;
        padding-left: 0px !important;
        display: block;
    }
    .message-box-text {
        font-size: 13px;
    }
    .message-box i {
        font-size: 19px;
    }
    .number-div {
        margin-top: 0px !important;
        margin-left: 14px !important;
    }
    .search-sec {
        padding-top: 20px !important;
    }
    .header-logo img {
        width: auto !important;
        height: 37px !important;
    }
    .navbar-collapse {
        margin-top: 20px;
    }
    .backgroundphoto {
        min-height: 600px;
        height: auto !important;
    }
    .top_bar_right {
        padding: 0 !important;
    }
    .top_bar_right {
        display: flex;
        justify-content: right !important;
    }
    .bestseller_heading {
        margin-top: 25px !important;
    }
    .footer-logo img {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
@media(min-width:320px) and (max-width:574px) {
    .product_main_login .login_form_box .input_group input {
        width: 100% !important;
    }
    .product_main_login .login_form_box .input_group input::placeholder {
        font-size: 11px !important;
        text-transform: inherit !important
    }
    .product_main_login .login_form_box .login_btn {
        font-size: 18px !important;
    }
    .comman_search .form-control {
        height: 38px !important;
    }
     .modal-content {
        z-index: 12;
    }
    .navbar {
        margin-top: -68px !important;
        position: absolute;
        right: 4px;
        z-index: 1;
    }
    .footer-logo img {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .top_bar_right {
        display: flex;
        justify-content: right !important;
    }
    .bestseller_heading {
        margin-top: 25px !important;
    }
    .header-tag-area {
        padding-top: 24px;
        margin-bottom: 0px;
        padding-bottom: 10px;
    }
    .banner_main_heading {
        padding-top: 10px;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .hero_heading h1 span {
        font-size: 28px;
    }
    .hero_heading h1 {
        font-size: 28px !important;
    }
    .hero_heading h5 span {
        font-size: 28px !important;
    }
    .message-box {
        color: white;
        margin-bottom: 11px;
        float: inherit;
        display: flex;
        align-items: center;
    }
    .icon-box {
        margin-right: 10px;
    }
    .top_bar_left {
        display: block !important;
    }
    .location-box {
        justify-content: center;
        margin-left: 4px !important;
        padding-left: 0px !important;
        display: block;
    }
    .message-box-text {
        font-size: 13px;
    }
    .message-box i {
        font-size: 19px;
    }
    .number-div {
        margin-top: 20px;
        width: 78%;
    }
    .search-sec {
        padding-top: 20px !important;
    }
    .header-logo img {
        width: auto !important;
        height: 24px !important;
        margin-right: 10px;
    }
    .register_form_box {
        padding: 0px !important;
    }
    .product_main_register .register_form_box .input_group input {
        padding: 0px;
        margin-left: 10px;
    }
    .invalid-feedback {
        display: block !important;
    }
    .main_dash {
        padding-top: 62px;
        overflow: hidden;
    }
    #header-navbar #aside-toggle-btn {
        right: 1px;
    }
    .product_main_login .login_form_box {
        padding: 0px;
    }
    #contact_us .left_side p {
        text-align: left !important;
    }
    #contact_us {
        padding: 10px 0px !important;
    }
}
.slick-track {
    width: auto !important;
}
nav .hidden_btn_click {
    position: absolute;
    right: 3%;
    top: 0;
    z-index: 9999;
    background: #fbb71c;
    background-color: #fff;
    color: rgba(0,
    0,
    0,
    .5);
    border-color: rgba(0,
    0,
    0,
    .1);
    font-size: 1.25rem;
    line-height: 1;
    /* background-color: transparent; */
    border: 1px solid transparent;
    border-radius: 0.25rem;
    padding: 7px;
}
.hidden_btn_click span {
    /* display: inline-block; */
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}
@media (min-width: 320px) and (max-width: 991px) {
    .navbar-collapse {
        background-color: #fff;
        margin-top: 60px;
    }
}
@media(max-width:767px) {
    .main_dash {
        display: flex;
        flex-direction: column;
    }
    #aside-nav {
        width: 260px;
        transition: width 0.5s;
        margin-right: 20px;
        width: 100%;
    }
    #aside-nav-ul {
        /* width: 208px; */
        
        width: 100%;
    }
}
@media (min-width: 320px) and (max-width: 574px) {
    #header-navbar #aside-toggle-btn {
        right: 1px;
        display: none !important;
    }
}
.search-bar {
    position: relative;
}
.append-search-data {
    position: absolute;
    left: 0;
    top: 92%;
    width: 100%;
    /* height: 300px; */
    overflow-y: scroll;
    background: #fff;
    z-index: 9999;
    color: #000;
    /* border: 2px solid #000; */
}
.search_data_parent img {
    width: 50px;
    height: 50px;
}
.search_data_parent {
    /* margin-bottom: 20px; */
    padding: 10px;
    border-bottom: 1px solid #000;
}
.search_data_parent a {
    text-decoration: none;
}
.search_data_parent p {
    color: #000;
}
.search_data_parent .content {
    padding-left: 10px;
}

/* .append-search-data{
    padding: 6px;
} */
.append-search-data h3 {
    font-size: 20px;
}

.bottom_produt_rec  .product-grid4{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 350px;
}

.responsive-slider .owl-next span ,.responsive-slider .owl-prev span{
    font-size:40px;
    background-color: #fbb71c;
}

@media(min-width:767px){

    .bottom_padding {
        padding-bottom:0px !important;
        height:400px;
        width: 269px;
    }
}
@media(max-width:1150px) and (min-width:992px){

    .mega_col p {
        font-weight: bold !important;
        margin-top: 5px !important;
        font-size: 14px;
    }
}



