@media (min-width: 992px) {
    .category_product .col-lg-3 {
        width: 20%;
    }
    .category_product .col-lg-9 {
        width: 80%;
    }
    .serach-box-menu {
        position: absolute;
        visibility: visible;
        width: 0px;
        right: -2px;
        top: -15px;
        opacity: 1;
        transition: 0.5s;
        position: relative;
        right: initial;
        top: initial;
        width: 240px;
        border: 1px solid #000;
        border-radius: 42px;
    }
}

@media only screen and (max-width: 1400px) {
    .category_product .product_item a.add_bag {
        font-size: 11px;
    }
    .navbar-nav .nav-item{
        margin: 0 8px;
    }
}

@media only screen and (max-width:1199px) {
    .navbar-nav .nav-item {
        margin-right: 0;
    }
    .navbar-nav {
        margin-left: 10px;
    }
    .product_color label {
        width: calc(100% - 35px);
    }
    .shopping_sec.inner .table_right_block {
        overflow-x: auto;
    }
    .container {
        max-width: 100%;
    }
    .serach-box-menu {
        width: 120px;
    }
}

@media (max-width: 992px) {
    .about_sec .slick-arrow.next {
        left: 48px;
        bottom: -40px;
    }
    .about_sec .slick-arrow.pre {
        left: 0px;
        bottom: -40px;
    }
    .cart_info_sec .products_item .products_varity .add_cart_btn a {
        margin-right: 10px;
    }
    .cart_info_sec .products_item .products_varity .add_cart_btn a:last-child {
        margin-right: 0px;
    }
}

@media (max-width: 991px) {
    .banner_sec h1 {
        font-size: 40px;
    }
    .about_sec .about_slide h2 {
        margin-top: 30px;
    }
    .footer_sec .footer_social {
        margin-bottom: 30px;
    }
    .login_section .login_info form .form-control {
        max-width: 100%;
    }
    .login_section .login_info form .btn {
        margin: 30px 0;
        width: 100%;
    }
    .login_section .login_info {
        padding: 30px 20px;
    }
    .login_section .login_info form p {
        margin-bottom: 30px;
    }
    .navbar .item_block {
        display: none !important;
    }
    .mobile_header_top .item_block {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .cart_info_sec .products_item h1 {
        font-size: 25px;
        line-height: 30px;
    }
    .products_item {
        padding-top: 20px;
    }
    .shopping_sec .table_left_block::after,
    .review-section .reveiw_left::after {
        display: none;
    }
    .shopping_sec {
        padding: 40px 0;
    }
    .shopping_sec .title h1 {
        margin-bottom: 40px;
    }
    .shopping_sec .table_right_block,
    .shopping_sec .table_left_block {
        padding-left: 0;
        padding-right: 0;
    }
    .navbar.inners .navbar-toggler {
        display: none;
    }
    .banner_sec .slider-nav {
        margin-bottom: 30px;
    }
    .mobile_filter {
        display: block;
    }
    .mobile_filter a {
        width: 50px;
        height: 50px;
        background: var(--red);
        color: var(--white);
        font-size: 16px;
        line-height: 48px;
        text-align: center;
        border: none;
        display: inline-block;
        position: fixed;
        right: 15px;
        z-index: 5;
        bottom: 20px;
        border-radius: 50px;
        box-shadow: 0 5px 15px -5px rgb(255 0 0 / 80%);
    }
    .category_product .product_filter {
        height: initial;
        position: initial;
    }
    .category_product .product_filter .accordion {
        display: none;
        overflow: auto;
    }
    .category_product .product_filter .accordion.filter_open {
        position: fixed;
        width: 100%;
        height: 100%;
        background: #fff;
        z-index: 9999;
        display: block;
        top: 0;
        left: 0;
        padding: 20px;
        padding-bottom: 90px;
    }
    .category_product {
        padding: 40px 0;
    }
    .apply-footer {
        display: flex;
        justify-content: space-around;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background: #fff;
        border-top: 1px solid #ccc;
        padding: 15px;
        text-align: center;
        z-index: 999;
    }
    .apply-footer a {
        width: 150px;
        height: 48px;
        background: var(--red);
        color: var(--white);
        font-size: 16px;
        line-height: 48px;
        text-align: center;
        border: none;
        display: inline-block;
        box-shadow: 0 5px 15px -5px rgb(255 0 0 / 80%);
        border-radius: 5px;
    }
    .apply-footer a:hover {
        box-shadow: 0 5px 15px -5px rgb(255 0 0 / 80%);
        background-image: linear-gradient(135deg, #ff0000 10%, #130101 150%);
    }
    .apply-footer a.cancel {
        background: var(--black);
        box-shadow: 0 5px 15px -5px rgb(0 0 0 / 80%);
    }
    .apply-footer a.cancel:hover {
        background: #fff;
        color: #000;
        font-weight: 600;
    }
    .category_product .accordion-body {
        max-height: 230px;
    }
    .menu-btn {
        width: 35px;
        height: 35px;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        transition: all .2s ease-in-out;
    }
    .menu-btn__burger {
        width: 30px;
        height: 3px;
        background: var(--black);
        border-radius: 5px;
        transition: all .2s ease-in-out;
        position: relative;
    }
    .menu-btn__burger::before,
    .menu-btn__burger::after {
        content: '';
        position: absolute;
        width: 30px;
        height: 3px;
        background: var(--black);
        border-radius: 5px;
        transition: all .2s ease-in-out;
        left: 0;
    }
    .menu-btn__burger::before {
        transform: translateY(-9px);
    }
    .menu-btn__burger::after {
        transform: translateY(9px);
    }
    .menu-btn.open .menu-btn__burger {
        transform: translateX(-50px);
        background: transparent;
    }
    .menu-btn.open .menu-btn__burger::before {
        transform: rotate(45deg) translate(35px, -35px);
        background: var(--black);
    }
    .menu-btn.open .menu-btn__burger::after {
        transform: rotate(-45deg) translate(35px, 35px);
        background: var(--black);
    }
    .header_section .navbar-toggler {
        border: none;
        z-index: 99;
        padding-right: 0;
    }
    .mobile_header_top {
        display: block;
        padding: 15px 0;
        background: var(--red);
        z-index: 9999;
        position: relative;
    }
    .mobile_header_top .item_block ul {
        justify-content: flex-end;
    }
    .navbar-expand-lg .navbar-collapse {
        position: fixed;
        width: 100%;
        background: #fff;
        right: -270px;
        top: 0;
        height: 100%;
        max-width: 260px;
        padding-top: 131px;
        transition: all .2s;
        overflow: auto;
    }
    .language {
        margin-right: 7px;
    }
    .language a:first-child:before {
        content: "";
        position: absolute;
        right: -3px;
        top: 50%;
        transform: translateY(-50%);
        height: 12px;
        width: 2px;
        background: var(--white);
    }
    .mobile_header_top .language a {
        color: var(--black);
        position: relative;
    }
    .mobile_header_top .language a.active {
        color: var(--white);
    }
    .navbar-expand-lg .navbar-collapse.show {
        right: 0;
    }
    .language a {
        padding: 0 8px;
    }
    body.overflow {
        overflow: hidden;
        position: relative;
    }
    body.overflow:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #00000057;
        z-index: 9;
    }
    .shopping_sec .table_left_block table thead {
        display: none;
    }
    .shopping_sec .table_left_block table tr {
        display: block;
        padding-top: 50px;
        position: relative;
    }
    .shopping_sec .table_left_block table tr>td {
        display: block;
        text-align: right!important;
    }
    .shopping_sec .table_left_block table tr>td:before {
        content: attr(data-title) ": ";
        font-weight: 400;
        float: left;
    }
    .shopping_sec .table_left_block table tr>td.product_remove {
        position: absolute;
        top: 0px;
        right: 0;
        border: none;
    }
    .shopping_sec .table_left_block table tr>td.product_remove:before {
        content: none;
    }
    .shopping_sec .content_info,
    .shopping_sec .qty {
        justify-content: flex-end;
        flex-wrap: wrap;
    }
    .shopping_sec .content_info .desc .bg {
        margin-left: auto;
    }
    .shopping_sec .table_left_block td .info {
        display: block;
    }
    .product_color {
        text-align: right;
    }
    .table_left_block table p {
        text-align: right;
    }
    .shopping_sec .table_right_block {
        margin-top: 40px;
    }
    .shopping_sec.inner .col-lg-8 {
        padding-right: calc(var(--bs-gutter-x) * .5);
    }
    .products_slider .slick-arrow.pre {
        left: -5px;
    }
    .products_slider .slick-arrow.next {
        right: -5px;
    }
    .home_header .language a:first-child::before {
        background: var(--black);
    }
    .login_section.login {
        height: 100%;
        min-height: initial;
        padding: 40px 0;
    }
    .login_section.login img {
        height: initial;
        display: none;
    }
    .login_section.login .login_info .logo img {
        height: initial;
        max-width: 217px;
        display: block;
        margin: 0 auto;
    }
    .login_section.login .login_info form h2 {
        text-align: center;
    }
    .login_section.login .login_info {
        height: initial;
    }
    .login_section.login .login_info .logo {
        margin-bottom: 30px;
    }
    .login_section.login .login_info form h2 {
        margin-bottom: 30px;
        font-size: 26px;
    }
    .login_section.login .login_info form .form-control {
        height: 48px;
    }
    .login_section.login .login_info form .btn {
        height: 55px;
    }
    .login_section.login .login_info form .btn {
        margin: 30px 0;
    }
    .login_section.login .login_info form p,
    .login_section.login .login_info form p a {
        margin-bottom: 30px;
    }
    .login_section #nextprevious button {
        margin: 22px 0;
        ;
    }
    #nextprevious>div {
        text-align: center;
        float: none !important;
    }
    .login_section #regForm {
        padding: 0;
    }
    .login_section #nextprevious button#nextBtn,
    .login_section #nextprevious button#prevBtn {
        margin-bottom: 0;
    }
    .table_left_block.desktop {
        display: none;
    }
    .shopping_mobile {
        display: block;
    }
    .btn.mobile {
        display: inline-block;
        max-width: 260px;
        width: 100%;
        height: 46px;
        background: var(--red);
        color: var(--white);
        font-size: 15px;
        text-align: center;
        font-weight: 400;
        border: none;
        border-radius: 0;
        margin-bottom: 30px;
        border: 1px solid var(--red);
        transition: all .5s;
        display: inline-block;
        line-height: 46px;
        padding: 0;
        margin-top: 15px;
    }
    .shopping_sec.inner .form_sec form .btn.desktop {
        display: none;
    }
    .slider-nav {
        display: none;
    }
    .slider-products {
        margin-bottom: 30px;
    }
    .navbar-nav {
        margin-left: 15px;
    }
    .navbar-nav .sub_menus.show {
        display: block;
    }
    .menu_arrow {
        display: inline-block;
        width: 8px;
        margin-left: 15px;
    }
    .menu_arrow.toggle {
        transform: rotate(90deg);
    }
    .navbar-nav .sub_menus li {
        padding-left: 15px;
    }
    .shopping_sec.inner .table_right_block.check_out {
        margin-bottom: 20px;
    }
    .navbar-nav .nav-item:last-child {
        display: inline-block;
    }
    .inner_banner {
        background-position: 71% 100%;
    }
    .order-btn.mobile {
        display: inline-block;
    }
    .shopping_sec.inner .payment-block .order-btn {
        display: none;
    }
    .cart_info_sec .myslider .slick-arrow.pre {
        transform: rotate(-90deg);
        bottom: 10px;
    }
    .cart_info_sec .myslider .slick-arrow.next {
        transform: rotate(-90deg);
        left: initial;
        right: 10px;
    }
    .myslider .slick-slide img {
        width: 100%;
    }
    .text_center {
        text-align: center;
    }
    .account_detail .main .order_search input {
        width: 100%;
    }
    .footer_sec .footer_menu {
        margin-bottom: 30px;
    }
    .category_product .product_item a.add_bag {
        font-size: 9px;
    }
    .text_center.desktop {
        display: none;
    }
    .text_center.mobile {
        display: block;
    }
    .serach-box-menu {
        width: 190px;
    }
}

@media (max-width: 767px) {
    .banner_sec h1,
    .about_sec .about_slide h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .footer_sec .footer_menu {
        margin-bottom: 30px;
    }
    .category_product .col-md-6.text-end {
        text-align: center !important;
        margin-bottom: 40px;
    }
    .category_product h2 {
        text-align: center;
    }
    .category_product select {
        margin: 0 auto;
        width: 100%;
        max-width: 100%;
    }
    .filter_arrow {
        max-width: 100%;
    }
    .cart_modal.modal .modal-content .modal-body .block_popup {
        padding: 20px;
    }
    .cart_modal.modal .modal-dialog {
        margin: 0;
    }
    #cookies .cookies_block {
        height: initial;
        flex-wrap: wrap;
    }
    #cookies .cookies_block .btn_accept {
        width: 100%;
    }
    #cookies .cookies_block .icon-cross {
        width: 30px;
        left: initial;
        right: 0;
        top: 7px;
    }
    #cookies .cookies_block .cookies_info {
        width: 100%;
        padding: 0;
    }
    #cookies .cookies_block {
        padding: 20px 0px;
    }
    #cookies .cookies_block .btn_accept .btn {
        margin-top: 10px;
    }
    .account_detail .slidebar {
        margin-bottom: 30px;
    }
    .banner_block+.footer_sec,
    .about_sec+.footer_sec,
    .login_section+.footer_sec {
        padding-top: 60px;
    }
    .footer_sec h5 {
        margin-bottom: 15px;
    }
    .about_detail_sec .contact_detail {
        padding-left: 30px;
        padding-right: 30px;
    }
    .address_blk .d-flex.justify-content-between {
        flex-wrap: wrap;
    }
    .account_detail .main .d-flex.justify-content-between a.common_link {
        margin-bottom: 25px;
    }
    .account_detail h2 {
        margin-bottom: 20px;
    }
    .account_detail .main {
        margin-top: 40px;
    }
    .tabs-container nav {
        margin: 0 auto;
        background: #fff;
        margin-bottom: 40px;
    }
    .tabs-container nav ul {
        list-style: none;
        margin: 0;
        padding: 0;
        border: 1px solid #ccc;
        padding: 0 10px;
    }
    .tabs-container nav ul li {
        padding: 1rem;
        cursor: pointer;
        color: #A7A7A7;
        border-top: 1px solid #eee;
        margin-left: -10px;
        margin-right: -10px;
        padding-left: 25px;
    }
    .tabs-container nav ul li:hover {
        color: #3e4b58;
    }
    .tabs-container nav ul li.active {
        color: #3e4b58;
        border-top: none;
        display: block;
    }
    .tabs-container nav ul li a {
        display: block;
    }
    /* the nitty gritty */
    .tabs-container {
        position: relative;
        height: 4em;
    }
    .tabs-container nav {
        position: absolute;
        width: 100%;
        z-index: 9;
    }
    .tabs-container nav ul {
        display: flex;
        flex-direction: column;
    }
    .tabs-container nav ul li {
        order: 1;
    }
    .tabs-container nav ul li.active {
        order: 0;
    }
    .tabs-container nav ul li.active:after {
        width: 1px;
        height: 1px;
        border: 5px solid transparent;
        border-top: 5px solid #555;
        content: '';
        position: absolute;
        right: 1.5em;
        top: 1.4em;
        z-index: 9999;
    }
    .tabs-container nav ul li:not(.active) {
        position: absolute;
        top: -999em;
    }
    .tabs-container nav ul.expanded li.active:after {
        border-top-color: transparent;
        border-bottom-color: #555;
        top: 1em;
    }
    .tabs-container nav ul.expanded li:not(.active) {
        position: relative;
        top: auto;
    }
    .tab-content {
        margin-top: 40px;
    }
    .tab-content.current {
        display: inherit !important;
    }
    .account_detail .desktop {
        display: none;
    }
    .account_detail .mobile {
        display: block;
    }
    .login_section button {
        width: 100%;
    }
    .login_section .tab {
        text-align: center;
    }
    .about_detail_sec .about_content {
        text-align: center;
    }
    .about_detail_sec.contact .about_content .mb-3 {
        text-align: left;
    }
    .cart_info_sec .products_item.padding-top {
        padding-top: 500px;
    }
    .cart_info_sec .products_item.padding-top h1 {
        color: var(--white);
    }
    .cart_info_sec .products_item h2 {
        color: var(--white);
    }
    .cart_info_sec .products_item.padding-top .products_varity span,
    .cart_info_sec .products_item.padding-top .products_varity .color_varity span {
        color: var(--white);
    }
    .products_item.padding-top .varity_table td,
    .products_item.padding-top .varity_table th,
    .products_item.padding-top .accordian_sec .accordion_head,
    .products_item.padding-top .accordian_sec .accordion_body ul li {
        color: var(--white);
    }
    .products_item.padding-top .accordian_sec .accordion_body table tbody tr th,
    .products_item.padding-top .accordian_sec .accordion_body table tbody tr td {
        color: var(--white);
    }
    .products_item.padding-top .accordian_sec .accordion_head .plusminus svg {
        fill: var(--white)
    }
    #cart_modal .cart_info_sec .products_item.padding-top {
        padding-top: 0px;
    }
    #cart_modal .cart_info_sec .products_item.padding-top h1 {
        color: var(--black);
    }
    #cart_modal .cart_info_sec .products_item h2 {
        color: var(--black);
    }
    #cart_modal .cart_info_sec .products_item.padding-top .products_varity span,
    #cart_modal .cart_info_sec .products_item.padding-top .products_varity .color_varity span {
        color: var(--black);
    }
    #cart_modal .products_item.padding-top .varity_table td,
    #cart_modal .products_item.padding-top .varity_table th,
    #cart_modal .products_item.padding-top .accordian_sec .accordion_head,
    #cart_modal .products_item.padding-top .accordian_sec .accordion_body ul li {
        color: var(--black);
    }
    #cart_modal .products_item.padding-top .accordian_sec .accordion_body table tbody tr th,
    #cart_modal .products_item.padding-top .accordian_sec .accordion_body table tbody tr td {
        color: var(--black);
    }
    #cart_modal .products_item.padding-top .accordian_sec .accordion_head .plusminus svg {
        fill: var(--black)
    }
    .myslider.sticky {
        position: fixed;
        top: 174px;
        z-index: -1;
    }
    .auto-complete a {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        height: 64px;
    }
    .auto-complete {
        min-height: 60px;
        overflow: auto;
    }
    .login_section .login_info form .form-group {
        text-align: left;
    }
    .cart_modal.modal .modal-content .modal-body .popup_img img {
        height: 300px;
        object-position: top;
    }
    .login_section #nextprevious button {
        width: 100%;
    }
    .cart_info_sec .products_item .common_product_details {
        background-color: rgba(0, 0, 0, 0.4);
    }
    .cart_info_sec .products_item .accordian_sec {
        background-color: rgba(0, 0, 0, 0.4);
    }
    .cart_info_sec .qty .plus,
    .cart_info_sec .qty .minus {
        border: 1px solid #ffffff;
    }
    .cart_info_sec .accordian_sec .accordion_body ul li>i {
        color: #ffffff;
    }
}

@media (max-width: 575px) {
    .banner_sec h1,
    .about_sec .about_slide h2 {
        font-size: 22px;
        line-height: 25px;
        text-align: center;
    }
    .banner_sec p {
        text-align: center;
    }
    .products_slider h3 {
        font-size: 25px;
    }
    .banner_sec a {
        margin: 0 auto;
    }
    .about_sec .about_left {
        display: block;
        position: relative;
    }
    .about_sec .about_left h3 {
        writing-mode: initial;
        transform: unset;
        margin-bottom: 20px;
        width: 100%;
    }
    .about_img_slider img {
        width: 100%;
    }
    .arrow-area.desktop {
        display: none;
    }
    .arrow-area.mobile {
        display: block;
        display: block;
        position: absolute;
        bottom: 0;
        right: 0;
    }
    .about_sec .about_slide h2 {
        max-width: initial;
    }
    .about_sec .about_slide p {
        text-align: center;
    }
    .banner_block .banner_cont h3 {
        font-size: 25px;
    }
    .cart_info_sec .products_item .products_varity .add_cart_btn,
    .cart_info_sec .products_item .products_varity .color_varity .all_pattern {
        display: block;
    }
    .cart_info_sec .products_item .products_varity .add_cart_btn a {
        margin-right: 0px;
        width: 100%;
        margin-bottom: 15px;
    }
    .shopping_sec .title h1,
    .shopping_sec.inner h1 {
        font-size: 25px;
        margin-bottom: 20px;
    }
    .home_header .logo img {
        max-width: initial;
        width: 100%;
    }
    .home_header button {
        max-width: 100px;
    }
    #cookies .cookies_block {
        padding: 20px 0px;
    }
    .login_section .container {
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
    }
    .footer_sec h5 {
        text-align: center;
    }
    .footer_sec .footer_menu {
        text-align: center;
        margin-bottom: 30px;
        padding-bottom: 20px;
    }
    .footer_sec .col-lg-3:last-child .footer_menu {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .footer_sec .footer_menu .timing {
        justify-content: center;
    }
    .footer_sec .footer_social {
        margin: 0 auto;
        margin-bottom: 30px;
        text-align: center;
    }
    .footer_sec .footer_menu.contact a {
        flex-wrap: wrap;
        margin-top: 0px;
        justify-content: center;
        padding: 0;
    }
    .footer_sec .footer_menu.contact a {
        display: inline-block;
    }
    .footer_sec .footer_menu.contact a>svg {
        position: initial;
        margin-right: 5px;
    }
    .footer_sec .footer_menu.contact a.app_link_btn>svg {
        left: initial;
        transform: unset;
        top: initial;
    }
    .inner_banner h1 {
        font-size: 28px;
    }
    .address_list {
        padding-bottom: 50px;
    }
    .ck label span {
        padding: 3px 17px;
    }
    .address_list .address_btns {
        right: initial;
        left: 15px;
    }
    .about_detail_sec .about_detail_img {
        padding-top: 0;
    }
    .slider-nav {
        display: none;
    }
    .banner_sec {
        padding-top: 170px;
        overflow: hidden;
        padding-bottom: 40px;
    }
    .banner_sec .banner_content {
        text-align: center;
        margin-bottom: 25px;
    }
    .footer_sec .footer_social a>span {
        font-size: 0;
    }
    .footer_sec .footer_social li {
        display: inline-block;
    }
    .footer_sec .footer_social a label {
        margin: 0 8px;
    }
    .about_sec {
        padding: 40px 0;
    }
    .popup_img,
    .login_section img {
        display: none;
    }
    .footer_sec {
        padding-bottom: 40px;
    }
    .login_section .login_info .logo img {
        display: inline-block;
    }
    .address_list .address_btns {
        top: initial;
        bottom: 5px;
    }
    .inner_banner {
        padding: 40px 0;
    }
    .footer_sec .footer_menu.contact .app_linlks a:last-child {
        margin-top: 15px;
    }
    .footer_sec .footer_social {
        padding-bottom: 20px;
    }
    .shopping_sec.inner .d-flex.mb-5 {
        flex-wrap: wrap;
    }
    .shopping_sec .title h1 {
        width: 100%;
        text-align: center
    }
    .add_address_btn {
        margin: 0 auto;
    }
    .footer_sec .footer_menu .timing p {
        min-width: 120px;
    }
    .footer_sec .footer_menu .timing p:nth-child(2) {
        max-width: 50px;
        min-width: initial;
        width: 100%;
    }
    .footer_sec .footer_menu .timing p:first-child {
        text-align: right;
    }
    .footer_sec .footer_menu .timing p:last-child {
        text-align: left;
    }
    .cart_info_sec .products_item h1 {
        font-size: 22px;
    }
    .cart_info_sec .products_item .products_varity .add_cart_btn {
        display: flex;
        justify-content: space-around;
    }
    .home_header .login_btn {
        font-size: 0;
        width: 45px;
        line-height: 48px;
    }
    .home_header .login_btn>img {
        margin-right: 0;
    }
    .login_section.login .login_info {
        padding-bottom: 0;
    }
    .login_section.login {
        padding-bottom: 0;
    }
    .popup_product {
        display: none;
    }
    .whats_app_sec {
        padding-block: 40px;
    }
    .whats_content, .whats_content div {
        font-size: 16px;
        line-height: 24px;
    }
}

@media only screen and (max-width:420px) {
    .home_header .logo img {
        max-width: 170px;
    }
    .home_header .login_btn {
        max-width: 100px;
    }
    .navbar .navbar-brand img {
        max-width: 130px;
    }
    .cart_info_sec .products_item .products_varity .add_cart_btn a {
        width: 290px;
    }
    .banner_sec {
        padding-top: 135px;
    }
}

.profile_image_front {
    margin-top: 8px;
}