/*responsive*/
@media  screen and (max-width: 1440px) {
    #sidebar .sidebar-header {
        margin: 0;
        padding: 0px;
        position: relative;
        right: 0;
    left: 0;
    }
    #sidebar {
        left: -130px;
        margin-right: 0;
        background: #fff;
        color: #000;
        transition: all 600ms;
        position: absolute;
    }
}
/*laptop screen layout max-width: 1366px*/
@media screen and (max-width: 1366px) {
    .cart-page {
        overflow: auto;
        overflow-y: scroll;
        height: auto;
        max-height: 70vh;
    }
    #sidebar .sidebar-header {
        padding: 20px;
        background: #fff;
        /* float: right; */
        margin-right: 0px;
        border-left: 2px solid #acb9ff;
        transition: all 600ms ease;
        /* width: 52px; */
        padding: 0;
        height: auto;
        padding: 0;
        right: 0;
        left: -135px;
        position: absolute;
        /* display: none; */
        transition: opacity 1s ease-out;
        opacity: 0;
    }
    #sidebar {
        background: #fff;
        color: #000;
        transition: all 600ms;
        position: static;
        left: 0;
        right: 0;
        float: right;
    }
    .sidebar-header {
        opacity: 1;
        visibility: visible;
        /* position: sticky; */
        top: 0;
        left: 68px;
        /* width: 100px; */
        z-index: 999;
        -webkit-box-shadow: 0 2px 28px 0 rgb(0 0 0 / 6%);
        box-shadow: 0 2px 28px 0 rgb(0 0 0 / 6%);
        background: #ffffff !important;
        -webkit-animation: 0.5s ease-in-out 0s normal none 1 running fadeInDown;
        animation: 0.5s ease-in-out 0s normal none 1 running fadeInDown;
    }

    #sidebar.active .sidebar-header {
        opacity: 1;
        width: 360px;
        padding: 26px 12px 10px 14px;
        height: 100%;
        margin: 0;
        position: sticky;
        transition: all 600ms ease;
        right: 0;
        float: right;
        left: 0;
    }
    .about_section iframe {
        width: 100%;
    }
}
/*laptop screen layout max-width: 1366px end*/
@media screen and (min-width: 800px) and (max-width: 1280px) {
    .fashion-nav .navbar .navbar-nav .nav-item a {
        font-size: 14px;
        margin-left: 8px;
        margin-right: 8px;
    }
    .fashion-responsive-nav .others-option {
        width: 22%;
    }

    .others-option .option-item .search-btn-box {
        font-size: 24px;
    }
    .menu_open {
        color: #fff;
        margin-right: 0;
        font-size: 24px;
    }
    .cart-btn button .fa {
        font-size: 24px;
        color: #fff;
    }
    #sidebar .sidebar-header {
        padding: 20px;
        background: #fff;
        float: left;
        margin-right: -55px;
        border-left: 2px solid #acb9ff;
        transition: all 600ms ease;
        width: 0;
        padding: 0;
        height: auto;
        padding: 18px 0px 18px 3px;
    }
    #products.products_section .product-thumb .image img {
        width: 100%;
        /* max-width: 430px;
        height: 196px; */
        background-size: 100%;
    }
    #sidebar {
        margin-left: -250px;
    }
    .others-option .option-item .cart-btn {
        top: 0;
    }
    .sidebar-header {
        left: -125px;
    }
    .row {
        padding-left: 15px;
        padding-right: 15px;
    }

    .row .row {
        padding: 0;
    }
    #category_product.category_product .image {
        width: 100%;
        float: left;
    }
    #category_product.category_product .product-thumb .caption {
        width: 100%;
        margin-left: 0;
    }
    #category_product.category_product .product-thumb {
        min-height: 350px !important;
        margin-bottom: 20px;
    }
    #category_product.category_product h3,
    #category h3 {
        font-size: 18px;
    }
    #products.products_section .product-thumb {
        min-height: 400px;
        margin-bottom: 30px;
    }
    #sidebar_blog.sidebar_blog .blog_text_matter {
        margin-left: 15px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    /*front T/C modal start*/
    .home-banner {
        width: 100%;
        background-repeat: no-repeat;
        background-size: 100% auto;
        height: 179px;
    }
    .home-banner-img {
        width: 100%;
    }
    .terms-modal {
        left: 0%;
        right: 0;
    }
    .option-item .search-btn-box i {
        font-size: 24px !important;
    }
    /*front T/C modal end*/
    .modal .modal-dialog {
        width: 100%;
        max-width: 430px;
    }

    .row {
        padding-left: 10px;
        padding-right: 10px;
    }
    .top-header .col-lg-8 {
        width: 75%;
        float: left;
    }
    .container {
        width: 688px;
    }
    .grid,
    .grid--rev,
    .grid--full,
    .grid-uniform {
        list-style: none;
        margin: 0;
        padding: 0;
        margin-left: -9px;
    }
    p img {
        margin: 0;
        width: 60%;
    }
    .is-sticky .menu_open {
        color: #000;
        margin-right: 7px;
        font-size: 24px;
    }
    .menu_open {
        color: #ffffff;
    }
    header {
        z-index: 21;
        position: sticky;
        top: 0;
        height: 65px;
    }
    .navbar-area.is-sticky {
        padding-top: 28px;
    }
    .cart-btn button .fa {
        font-size: 24px;
        color: #fff;
        top: -5px;
        position: relative;
    }
    .top-header .col-lg-4 {
        width: 25%;
        float: left;
    }
    .fashion-responsive-menu img {
        max-width: 300px;
        width: 100%;
    }
    #category_product.category_product .image {
        width: 100%;
        float: left;
    }
    #category_product.category_product .product-thumb .caption {
        width: 100%;
        margin-left: 0;
    }
    #category_product.category_product .product-thumb {
        min-height: 300px !important;
        margin-bottom: 20px;
    }
    #category_product.category_product h3,
    #category h3 {
        font-size: 18px;
    }
    #products.products_section .product-thumb {
        min-height: 400px;
        margin-bottom: 30px;
    }
    #blogs.blog_section .blog_inner_matter h3 {
        line-height: 23px;
        font-size: 16.5px;
    }
    #blogs.blog_section .blog_inner_matter .admin_and_comments {
        font-size: 10px;
    }
    #sidebar_blog.sidebar_blog .blog_text_matter {
        margin-left: 15px;
    }
    #sidebar_blog.sidebar_blog .blog_text_matter {
        width: 100%;
        margin-left: 0px;
    }
    #sidebar_blog.sidebar_blog .image {
        width: 100%;
        float: left;
    }
    .navbar-area {
        padding-top: 18px;
        padding-bottom: 18px;
        background: transparent;
    }
    .fashion-responsive-nav .others-option {
        margin-left: 0;
        padding-left: 0;
        width: 22%;
        float: right;
        text-align: right;
    }
    .fashion-responsive-menu.option-item .fa {
        font-size: 28px;
    }
    #sidebar .sidebar-header {
        padding: 20px;
        background: #fff;
        float: left;
        margin-right: 0px;
        border-left: 2px solid #acb9ff;
        transition: all 600ms ease;
        width: 4px;
        padding: 0;
        height: auto;
        /* padding: 18px 42px 18px 3px; */
        left: -120px;
    }
    #frame {
        width: auto;
        min-width: 100%;
        max-width: 100%;
        padding: 10px 10px 0px 10px;
        background: #fff;
        top: -155px;
        position: relative;
    }
    #frame .content {
        float: right;
        width: 100%;
        height: 100%;
        overflow: hidden;
        position: relative;
        bottom: 0;
    }
    #frame .content .message-input {
        position: fixed;
        bottom: 0;
        width: 748px;
        z-index: 99;
    }
}
@media screen and (max-width: 414px) {
    .home-banner {
        width: 100%;
        background-repeat: no-repeat;
        background-size: 100% auto;
        height: 179px;
    }
    .home-banner-img {
        width: 100%;
    }
    #sidebar.active .sidebar-header {
        width: 420px !important;
    }
    #sidebar.active .sidebar-header {
        /* transform: translateX(-300px); */
        transition: all 600ms ease;
        width: 360px;
        padding: 20px 93px 10px 29px;
        height: 100%;
        position: fixed;
        left: 0;
    }
}
@media screen and (min-width: 320px) and (max-width: 992px) {
    .home-banner {
        width: 100%;
        background-repeat: no-repeat;
        background-size: 100% auto;
        height: 350px;
    }
    .home-banner-img {
        width: 100%;
    }
    #slideWiz .detail-box {
        width: 100%;
        left: 0;
    }

    .logo img {
        width: 100%;
    }

    .navbar-area {
        padding-top: 6px;
        padding-bottom: 6px;
        background: transparent;
        position: sticky;
        top: 0;
    }

    .cart-btn span {
        background: transparent;
        padding: 4px 6px 4px 6px;
        border-radius: 113px;
        width: auto;
        font-size: 10px;
        max-width: 22px;
        height: 10px;
        top: -7px;
        position: relative;
        color: #fff;
    }

    .row {
        padding-left: 15px;
        padding-right: 15px;
    }

    #products.products_section .product-thumb .image img {
        width: 100%;
        /* max-width: 438px;
        height: 228px; */
        background-size: 100%;
    }

    .about_text h2 {
        color: #000;
        text-align: center;
        font-size: 20px;
        font-family: Karla, sans-serif;
        margin: 0 0 1.5em;
    }
    #about_us_two h1 {
        font-size: 12px;
    }

    .skiptranslate {
        margin-top: -40px;
    }
    #close_cart a i {
        font-size: 20px;
        top: 23px;
        position: fixed;
        left: 279px;
    }
    .checkout-area .checkout-module .checkoutd-nav .nav-item a:after {
        content: "";
        border-top: 46.7px solid transparent;
        border-bottom: 46.7px solid transparent;
        border-left: 20px solid #372d8e;
        position: absolute;
        right: -16px;
        top: -10px;
        z-index: 1;
        transition: 0.4s;
    }
    .checkoutd-nav .nav-item a:before {
        content: "";
        border-top: 46.7px solid transparent;
        border-bottom: 46.7px solid transparent;
        border-left: 27.7px solid #ffffff;
        position: absolute;
        right: -40px;
        top: -10px;
        z-index: 1;
        transition: 0.4s;
        display: none;
    }
    .checkout-area .d-lg-flex {
        display: flex !important;
        font-size: 10px;
        font-weight: 600;
    }

    .modal .modal-dialog {
        position: relative;
        top: 7%;
        left: 47%;
        transform: translate(-50%, -50%) !important;
        margin-top: 0;
        margin-bottom: 0;
        width: 100%;
        max-width: 277px;
        overflow: auto;
        padding: 0;
        display: block;
    }

    .checkout-area .form-control {
        display: block;
        width: 100%;
        height: calc(1.5em + 0.75rem + 2px);
        font-size: 12px;
        font-weight: 400;
        line-height: 1.5;
        color: #495057;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: 0;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    }
    .form-vertical input {
        width: 100%;
    }
    #search .input-group-btn .btn {
        top: -138px;
    }
    .form-row {
        display: block;
    }
    .form-control {
        border-radius: 0px;
    }
    #search .close {
        position: fixed;
        top: 17px;
        right: 23px;
    }
    .grid__item h1 {
        margin-right: 50px;
        font-size: 18px;
    }
    .grid-uniform .grid__item {
        padding-left: 44px;
    }
    .price--amount {
        text-align: left;
    }
    #search input[type="search"] {
        position: absolute;
        top: -122%;
        left: 0;
        margin-top: -51px;
        width: 60%;
        margin-left: 20%;
        color: #000;
        background: transparent;
        border-bottom: 2px solid #000;
        border-left: 0px solid transparent;
        border-right: 0px solid transparent;
        font-size: 24px;
        font-family: Roboto;
        font-weight: 300;
        outline: none;
        padding: 10px;
        border-top: 0;
        text-align: left;
    }
    .grid__item {
        box-sizing: border-box;
        float: left;
        min-height: 1px;
        padding-left: 16px;
        vertical-align: top;
        width: 100%;
    }
    .grid__item textarea {
        width: 100%;
    }
    * #MainContent h1 {
        font-size: 28px;
    }
    .single_products_left_side h2 {
        color: #000 !important;
        font-size: 24px;
    }
    .add-to-Cart {
        padding: 10px 22px;
        font-size: 14px;
        background: #17114e;
        margin-top: 30px;
    }
    .pro-title {
        font-size: 16px;
    }
    .one-quarter {
        width: 100%;
        padding: 40px;
    }
    .checkout-area .checkout-module .btn {
        padding: 10px 23px;
        font-size: 13px;
    }
    .checkout-area .nav > li > a {
        position: relative;
        display: block;
        padding: 10px 0px 10px 14px;
    }
    .checkout-area .page-heading-title h2 {
        font-size: 24px;
        font-weight: 600;
        color: #000000;
        padding: 36px 8px;
    }
    .sced-are {
        display: none;
    }
    .price--amount {
        text-align: left;
    }

    table p img {
        margin: 0;
        width: 20px;
    }
    .footer_copyright p img {
        margin: 0;
        width: 16%;
    }
}

@media screen and (min-width: 320px) and (max-width: 600px) {
    /* .home-banner {
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        height: 179px;
    } */
    .fashion-responsive-menu .option-item .btn {
        display: none;
    }
    .fashion-responsive-nav .others-option {
        width: 40%;
    }
    #sidebar button {
        padding: 14px 55px;
    }
    .table > tbody > tr > th {
        padding: 3px;
    }
    .table {
        font-size: 10px;
    }
    .single_products_page {
        padding: 0 0px 0px 0px;
    }
    .others-option .option-item .search-btn-box {
        position: relative;
        top: 2px;
        font-size: 20px !important;
    }
    .breadcrumb-item a {
        font-size: 12px;
    }
    .form-input {
        border-radius: 0px;
    }
    p img {
        margin: 0;
        width: 100%;
    }
    .menu_open {
        color: #fff;
        font-size: 18px;
    }
    .is-sticky .menu_open {
        color: #000;
        font-size: 18px;
    }
    .cart-btn button .fa {
        font-size: 18px;
        color: #fff;
    }
    #slideWiz .detail-box {
        width: 100%;
        left: 0;
    }
    #about_us.about_section h2 {
        font-size: 12px;
        color: #fff;
        text-align: left;
    }
    .about_text h1 {
        font-size: 24px;
    }
    #zodiac_Sign.rashi_wrapper .col-xs-12 {
        width: 50%;
    }
    .others-option .option-item .search-btn-box .search-btn {
        font-size: 18px;
    }
    .others-option .option-item .cart-btn {
        font-size: 18px;
        top: 0;
    }
    #sidebar .sidebar-header {
        padding: 20px;
        background: #fff;
        float: left;
        left: -100px;
        border-left: 2px solid #acb9ff;
        transition: all 600ms ease;
        width: 4px;
        padding: 0;
        height: auto;
        /* padding: 18px 42px 18px 3px; */
    }
    #sidebar.active .sidebar-header {
        /* transform: translateX(-300px); */
        transition: all 600ms ease;
        width: 360px;
        padding: 20px 120px 10px 27px;
        height: 100%;
        position: fixed;
        left: 0;
    }
    .others-option .option-item .cart-btn a span {
        right: -9px;
        top: 9px;
        width: 15px;
        height: 15px;
        line-height: 15px;
    }
    .others-option:before {
        height: 18px;
    }
    #services .col-sm-4 {
        width: 100%;
        float: left;
    }
    #footer .footer_matter .col-xs-12 {
        width: 100%;
        float: left;
    }
    #footer .footer_list_wrapper {
        min-height: auto;
    }
    .footer_newslatter .col-sm-5 {
        width: 100%;
        float: left;
    }
    .footer_newslatter .col-sm-3 {
        width: 100%;
        float: left;
    }
    #footer .footer_newslatter .row {
        display: -webkit-inline-block;
        display: -ms-inline-block;
        display: inline-block;
    }
    .footer_newslatter .box {
        text-align: center;
    }
    #footer .footer_newslatter strong {
        margin-bottom: 10px;
    }
    #footer .footer_newslatter {
        padding: 15px 14px 20px 15px;
        border-radius: 10px;
    }
    #footer .footer_matter h2 {
        font-size: 20px;
        padding-bottom: 15px;
        padding-top: 15px;
    }
    #footer .box:after {
        right: -650px;
    }
    #about_us.about_section p {
        line-height: 24px;
        font-size: 13px;
    }
    .full_services_page .services_matter p {
        font-size: 13px;
        line-height: 24px;
    }
    h2 {
        font-size: 24px;
    }
    h3 {
        font-size: 20px;
    }
    .forecast_page .eb_matter p {
        font-size: 13px;
    }
    #products.products_section .col-sm-4 {
        width: 100%;
    }
    #products.products_section .product-thumb {
        min-height: auto;
    }
    #category_product.category_product .product-thumb .caption {
        margin-left: 15px;
    }
    #checkout .radio-panel .radio-inline {
        font-size: 14px;
    }
    #checkout .payment_method td {
        font-size: 14px;
    }
    #products_products .single_products_left_side .add-to-box .btn-cart {
        font-size: 13px;
        padding: 7px 13px 6px;
        margin-left: 9px;
    }
    .custom button.items-count {
        width: 35px;
    }
    #products_products .single_products_left_side .add-to-links li {
        width: 100%;
        margin-bottom: 15px;
    }
    #products_products .single_products_left_side .email-friend {
        width: 100%;
    }
    .nav-tabs.product-tabs > li {
        width: 100%;
        margin-bottom: 10px;
    }
    .grid--full {
        margin: 0px;
    }
    .eb-Reviews-title {
        font-size: 13px;
    }
    p {
        font-size: 13px;
    }
    #products_products .single_products_left_side ul.add-to-links {
        width: 100%;
    }
    #products_products .single_products_left_side .add-to-links li {
        padding: 0px 0px 0px 0px;
    }
    #blogs.blog_section.blog_margin .col-sm-3 {
        width: 100%;
        float: left;
    }
    #blogs.blog_section.blog_margin_sidbar .eb_left .col-sm-4 {
        width: 100%;
        float: left;
    }
    #mySidenav ul {
        max-height: 350px;
        overflow: auto;
    }
    #reviewModal {
        left: 0;
        right: 0;
    }
    #reviewModal .modal-body {
        width: 480px;
    }
    .login_page .login_box {
        max-width: 900px;
        margin: auto;
        padding: 40px;
    }
    .checkout-area .checkout-module .form-group {
        display: inline-block;
        width: 100%;
        padding: 0 12px;
    }
    #frame .content .message-input {
        position: fixed;
        bottom: 0;
        width: 297px;
        z-index: 99;
        left: -3px;
    }
    /*front T/C modal start*/
    .terms-modal {
        left: 0;
        right: 0;
        max-width: 300px;
        top: -7rem;
    }
    /*front T/C modal end*/
    #frame .content .messages .sent {
        position: relative;
        right: 59px;
        margin: 0;
    }
    #frame .content .messages {
        height: auto;
        min-height: calc(100% - 93px);
        max-height: calc(100% - 93px);
        padding: 0px 20px 0px 20px;
    }
    #frame .content .messages ul li p {
        display: inline-block;
        padding: 10px 15px 0;
        border-radius: 20px;
        max-width: 205px;
        line-height: 130%;
    }
    #frame .content .messages ul li {
        display: inline-block;
        clear: both;
        float: left;
        /* margin: 15px 15px -34px 15px; */
        width: calc(100% - 0px);
        font-size: 1.9em;
    }
    .teammember img {
        width: 100% !important;
        border-radius: 50%;
    }
    .products_section .product-thumb {
        margin-bottom: 0;
        height: 370px;
        object-fit: scale-down;
    }
}
@media screen and (min-width: 360px) and (max-width: 640px) {
    .home-banner {
        width: 100%;
        background-repeat: no-repeat;
        background-size: 100% auto;
        height: 280px;
    }
    .home-banner-img {
        width: 100%;
    }
    #slideWiz .detail-box {
        width: 100%;
        left: 0;
    }
    .table > tbody > tr > th {
        padding: 3px;
    }
    .products_section .product-thumb {
        margin-bottom: 0;
        height: 370px;
        object-fit: scale-down;
    }
    .teammember img {
        width: 100% !important;
        border-radius: 50%;
    }
    .table {
        font-size: 10px;
    }
    .messages .sent {
        position: relative;
        right: 75px;
    }
    #frame .content .messages {
        height: auto;
        min-height: calc(100% - 93px);
        max-height: calc(100% - 93px);
        padding: 24px 20px 0px 18px;
    }
    .logo img {
        width: 100%;
    }
    .checkout-area .checkout-module .form-group {
        display: inline-block;
        width: 100%;
        padding: 0 12px;
    }
    #frame .content .message-input .wrap input {
        width: calc(90% - 17px);
    }
    #frame .content .message-input {
        position: fixed;
        bottom: 0;
        width: 362px;
        z-index: 99;
    }
    /*front T/C modal start*/
    .terms-modal {
        left: 5%;
        right: 0;
        max-width: 300px;
        top: -36rem;
    }
    /*front T/C modal end*/
    .image-tag {
        font-weight: 700;
        margin-bottom: 10px;
        margin-top: 60px;
    }
    .main-form {
        margin-left: 15px;
    }
    .single_products_page {
        padding: 0 0px 0px 0px;
    }
    .add-ads {
        margin-bottom: 50px;
    }
    .others-option .option-item .search-btn-box {
        font-size: 18px;
    }
    .navbar-area {
        padding-top: 6px;
        padding-bottom: 6px;
        background: transparent;
        position: sticky;
        top: 0;
    }
    .cart-btn button .fa {
        font-size: 15px;
        color: #fff;
        left: -15px;
        position: relative;
    }
    .cart-btn span {
        background: transparent;
        padding: 4px 6px 4px 6px;
        border-radius: 113px;
        width: auto;
        font-size: 10px;
        max-width: 22px;
        height: 10px;
        top: -7px;
        position: relative;
        color: #fff;
        left: -15px;
    }
    header {
        z-index: 21;
        position: sticky;
        top: 0;
        height: 36px;
    }
    .menu_open {
        margin-right: 7px;
        font-size: 14px;
    }
    .is-sticky .menu_open {
        margin-right: 7px;
        font-size: 14px;
    }
    #sidebar .sidebar-header {
        padding: 20px;
        background: #fff;
        float: left;
        margin-right: 0px;
        border-left: 2px solid #acb9ff;
        transition: all 600ms ease;
        width: 4px;
        padding: 0;
        height: auto;
        /* padding: 18px 42px 18px 3px; */
    }
    #sidebar hr {
        margin-top: 3px;
        margin-bottom: 20px;
        border: 0;
        border-top: 2px solid #3659a9;
    }
    #products.products_section .product-thumb .image img {
        width: 100%;
        /* max-width: 438px;
        height: 228px; */
        background-size: 100%;
    }
    #sidebar button {
        display: inline-block;
        margin-bottom: 30px;
        font-weight: 600;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        background-image: none;
        border: 1px solid transparent;
        padding: 8px 35px;
        font-size: 14px;
        border-radius: 0;
        background: #372d8e;
        color: #ffffff !important;
        text-transform: uppercase;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
        letter-spacing: 0.5;
        outline: hidden;
    }
    .about_text h2 {
        color: #000;
        text-align: center;
        font-size: 20px;
        font-family: Karla, sans-serif;
        margin: 0 0 1.5em;
    }
    #about_us_two h1 {
        font-size: 12px;
    }
    #sidebar #close_cart {
        left: 180px;
        position: relative;
        top: -36px;
        display: none;
    }
    #sidebar.active #close_cart {
        left: 180px;
        position: relative;
        top: -36px;
        display: flex;
    }

    #sidebar.active .sidebar-header {
        /* transform: translateX(-300px); */
        transition: all 600ms ease;
        width: 360px;
        padding: 20px 93px 10px 29px;
        height: 100%;
        position: fixed;
        left: 0;
    }
    .fashion-responsive-nav .others-option {
        width: 60%;
    }
    .skiptranslate {
        margin-top: -40px;
    }
    #close_cart a i {
        font-size: 20px;
        top: 23px;
        position: fixed;
        left: 304px;
    }
    .checkout-area .checkout-module .checkoutd-nav .nav-item a:after {
        content: "";
        border-top: 28.7px solid transparent;
        border-bottom: 28.7px solid transparent;
        border-left: 20px solid #372d8e;
        position: absolute;
        right: -16px;
        top: -5px;
        z-index: 1;
        transition: 0.4s;
    }
    .checkoutd-nav .nav-item a:before {
        content: "";
        border-top: 46.7px solid transparent;
        border-bottom: 46.7px solid transparent;
        border-left: 27.7px solid #ffffff;
        position: absolute;
        right: -40px;
        top: -10px;
        z-index: 1;
        transition: 0.4s;
        display: none;
    }
    .checkout-area .d-lg-flex {
        display: flex !important;
        font-size: 10px;
        font-weight: 600;
    }
    .modal .modal-dialog {
        position: absolute;
        top: 50%;
        left: 47%;
        transform: translate(-50%, -50%) !important;
        margin-top: 0;
        margin-bottom: 0;
        width: 100%;
        max-width: 335px;
    }
    .checkout-area .form-control {
        display: block;
        width: 100%;
        height: calc(1.5em + 0.75rem + 2px);
        font-size: 12px;
        font-weight: 400;
        line-height: 1.5;
        color: #495057;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: 0;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    }
    .form-vertical input {
        width: 100%;
    }
    #search .input-group-btn .btn {
        top: -138px;
    }
    #search .close {
        position: fixed;
        top: 17px;
        right: 23px;
    }
    .grid__item h1 {
        margin-right: 50px;
        font-size: 18px;
    }
    .grid-uniform .grid__item {
        padding-left: 44px;
    }
    .price--amount {
        text-align: left;
    }
    #search input[type="search"] {
        position: absolute;
        top: -122%;
        left: 0;
        margin-top: -51px;
        width: 60%;
        margin-left: 20%;
        color: #000;
        background: transparent;
        border-bottom: 2px solid #000;
        border-left: 0px solid transparent;
        border-right: 0px solid transparent;
        font-size: 24px;
        font-family: Roboto;
        font-weight: 300;
        outline: none;
        padding: 10px;
        border-top: 0;
        text-align: left;
    }
    .grid__item {
        box-sizing: border-box;
        float: left;
        min-height: 1px;
        padding-left: 16px;
        vertical-align: top;
        width: 100%;
    }
    .grid__item textarea {
        width: 100%;
    }
    * #MainContent h1 {
        font-size: 28px;
    }
    p img {
        margin: 0;
        width: 100%;
    }
    .single_products_left_side h2 {
        color: #000 !important;
        font-size: 24px;
    }
    .add-to-Cart {
        padding: 10px 22px;
        font-size: 14px;
        background: #17114e;
        margin-top: 30px;
    }
    .pro-title {
        font-size: 16px;
    }
    .one-quarter {
        width: 100%;
        padding: 40px;
    }
    .checkout-area .checkout-module .btn {
        padding: 10px 23px;
        font-size: 13px;
    }
    .checkout-area .nav > li > a {
        position: relative;
        display: block;
        padding: 10px 0px 10px 14px;
    }
    .checkout-area .page-heading-title h2 {
        font-size: 24px;
        font-weight: 600;
        color: #000000;
        padding: 36px 8px;
    }
    .sced-are {
        display: none;
    }
    .price--amount {
        text-align: left;
    }
    p img {
        margin: 0;
        width: 100%;
    }
    table p img {
        margin: 0;
        width: 20px;
    }
    .footer_copyright p img {
        margin: 0;
        width: 16%;
    }
    #reviewModal {
        left: 0;
        right: 0;
    }
    #reviewModal .modal-body {
        width: 480px;
    }
    .login_page .login_box {
        max-width: 900px;
        margin: auto;
        padding: 40px;
    }
}
@media screen and (min-width: 320px) and (max-width: 600px) {
    .home-banner {
        width: 100%;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        height: 150px;
    }
    .home-banner-img {
        width: 100%;
    }
    .fashion-responsive-menu .option-item .btn {
        display: none;
    }
    .fashion-responsive-nav .others-option {
        width: 60%;
        margin-right: -10px;
    }
    #about_us.about_section {
        padding: 51px 0;
        background: transparent;
    }

    #slideWiz .detail-box {
        width: 100%;
        left: 0;
    }
    #about_us.about_section h2 {
        font-size: 12px;
        color: #fff;
        text-align: left;
    }
    .about_text h1 {
        font-size: 24px;
    }
    #zodiac_Sign.rashi_wrapper .col-xs-12 {
        width: 50%;
    }
    .others-option .option-item .search-btn-box .search-btn {
        font-size: 18px;
    }
    .others-option .option-item .cart-btn {
        font-size: 18px;
        top: 0;
    }
    #sidebar .sidebar-header {
        padding: 20px;
        background: #fff;
        float: left;
        left: -100px;
        border-left: 2px solid #acb9ff;
        transition: all 600ms ease;
        width: 4px;
        padding: 0;
        height: auto;
        /* padding: 18px 42px 18px 3px; */
    }
    .others-option .option-item .cart-btn a span {
        right: -9px;
        top: 9px;
        width: 15px;
        height: 15px;
        line-height: 15px;
    }
    .others-option:before {
        height: 18px;
    }
    #services .col-sm-4 {
        width: 100%;
        float: left;
    }
    #footer .footer_matter .col-xs-12 {
        width: 100%;
        float: left;
    }
    #footer .footer_list_wrapper {
        min-height: auto;
    }
    .footer_newslatter .col-sm-5 {
        width: 100%;
        float: left;
    }
    .footer_newslatter .col-sm-3 {
        width: 100%;
        float: left;
    }
    #footer .footer_newslatter .row {
        display: -webkit-inline-block;
        display: -ms-inline-block;
        display: inline-block;
    }
    .footer_newslatter .box {
        text-align: center;
    }
    #footer .footer_newslatter strong {
        margin-bottom: 10px;
    }
    #footer .footer_newslatter {
        padding: 15px 14px 20px 15px;
        border-radius: 10px;
    }
    #footer .footer_matter h2 {
        font-size: 20px;
        padding-bottom: 15px;
        padding-top: 15px;
    }
    #footer .box:after {
        right: -650px;
    }
    #about_us.about_section p {
        line-height: 24px;
        font-size: 13px;
    }
    .full_services_page .services_matter p {
        font-size: 13px;
        line-height: 24px;
    }
    h2 {
        font-size: 24px;
    }
    h3 {
        font-size: 20px;
    }
    .forecast_page .eb_matter p {
        font-size: 13px;
    }
    #products.products_section .col-sm-4 {
        width: 100%;
    }
    #products.products_section .product-thumb {
        min-height: auto;
    }
    #category_product.category_product .product-thumb .caption {
        margin-left: 15px;
    }
    #checkout .radio-panel .radio-inline {
        font-size: 14px;
    }
    #checkout .payment_method td {
        font-size: 14px;
    }
    #products_products .single_products_left_side .add-to-box .btn-cart {
        font-size: 13px;
        padding: 7px 13px 6px;
        margin-left: 9px;
    }
    .custom button.items-count {
        width: 35px;
    }
    #products_products .single_products_left_side .add-to-links li {
        width: 100%;
        margin-bottom: 15px;
    }
    #products_products .single_products_left_side .email-friend {
        width: 100%;
    }
    .nav-tabs.product-tabs > li {
        width: 100%;
        margin-bottom: 10px;
    }
    .eb-Reviews-title {
        font-size: 13px;
    }
    p {
        font-size: 13px;
    }
    #products_products .single_products_left_side ul.add-to-links {
        width: 100%;
    }
    #products_products .single_products_left_side .add-to-links li {
        padding: 0px 0px 0px 0px;
    }
    #blogs.blog_section.blog_margin .col-sm-3 {
        width: 100%;
        float: left;
    }
    #blogs.blog_section.blog_margin_sidbar .eb_left .col-sm-4 {
        width: 100%;
        float: left;
    }
    #mySidenav ul {
        max-height: 350px;
        overflow: auto;
    }
}


@media only screen and (max-width: 600px) {
    .category_block p{
        font-size: 5px;
    }
    /* YOU MIGHT ALSO LIKE */
    .each_recommend_product_img{
        height: 130px;
    }
}
@media only screen and (min-width: 601px) and (max-width: 768px) {
    .category_block p{
        font-size: 8px;
    }
    /* YOU MIGHT ALSO LIKE */
    .each_recommend_product_img{
        height: 150px;
    }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
    .category_block p{
        font-size: 10px;
    }
    /* YOU MIGHT ALSO LIKE */
    .each_recommend_product_img{
        height: 200px;
    }
}
@media only screen and (min-width: 993px) and (max-width: 1200px) {
    .category_block p{
        font-size: 15px;
    }
    /* YOU MIGHT ALSO LIKE */
    .each_recommend_product_img{
        height: 250px;
        margin-bottom: 10px;
    }
}
@media only screen and (min-width: 1201px){
    .category_block p{
        font-size: 20px;
    }
    /* YOU MIGHT ALSO LIKE */
    .each_recommend_product_img{
        height: 300px;
        margin-bottom: 20px;
    }
}
