@media only screen and (min-width: 1800px){
    .container{
        max-width: 1790px;
    }
    .cus_container {
        max-width: 1900px;
        padding: 0px 20px;
    }
}
@media only screen and (max-width: 1800px){
    .cus_container {
        max-width: 1900px;
        padding: 0px 20px;
    }
    .container {
        max-width: 1600px;
    }
}
@media only screen and (max-width: 1600px){
    .cus_container {
        max-width: 1900px;
        padding: 0px 20px;
    }
    .footer_left_wrapper {
    	max-width: 430px;
    }
    .header_main_links ul li a {
        font-size: 13px;
    }
    .header_top_marq_text p {
        font-size: 12px;
    }
    .header_main_flex {
        padding: 15px 0px;
    }
    .index_banner_main_text {
        max-width: 900px;
        margin: 0px 0px 20px 0px;
    }
    .index_banner_main_text h5 {
        font-size: 40px;
    }
    .index_banner_main_text h6 {
        font-size: 70px;
    }
    .main_heading {
        font-size: 30px;
    }
    .index_first_wrap_tbtn a {
        font-size: 15px;
    }
    .common_dark_btn {
        font-size: 16px;
        width: 130px;
        height: 50px;
    }
    .index_fourth_cr_box_text {
        height: 70px;
    }
    .index_fourth_cr_box_text h6 {
        font-size: 16px;
    }
    .index_fourth_cr_box_img {
        height: 340px;
    }
    .modal_proDec_img {
        width: 510px;
    }
    .proDec_slider {
        width: 510px;
    }
    .modal_proDec_text_wrap {
        width: calc(100% - 510px);
        padding: 30px 15px 60px 15px;
        max-height: 650px;
    }
    .search_modal .modal-dialog {
        max-width: 1200px;
    }
    .modal-card-wrapper .index_fourth_cr_box_img {
        height: 300px;
        border-radius: 20px 20px 0px 0px;
    }
    .modal-card-wrapper {
        height: 550px;
    }
    .cart-pro-wrap-text h6 {
        font-size: 14px;
    }
    .cart-pro-wrap-text h4 {
        font-size: 14px;
    }
    .product-price {
        font-size: 14px;
    }
    .cart-modal-product-text-flex h6 {
        font-size: 16px;
    }
    .cart-modal-product-text-flex p {
        font-size: 16px;
    }
    .checkout-modal .offcanvas-body {
        padding: 15px;
    }
    .checkout-modal {
        max-width: 360px;
    }
    .modal_proDec_text_f span {
        font-size: 12px;
    }
    .common_inn_banner_text h6 {
        font-size: 70px;
    }
    .common_inn_banner_text h5 {
        font-size: 35px;
        margin: 0px 0px 0px 0px;
    }
    .checkout-main-heading h6 {
        font-size: 35px;
    }
    .checkout-form-heading h6 {
        font-size: 22px;
    }
    .form-group input {
        font-size: 16px;
        padding: 10px 15px;
    }
    .custom-checkbox .checkmark {
        width: 15px;
        height: 15px;
    }
    .check_wrap label {
        font-size: 16px;
    }
    .checkout-summary-wrap-top-img {
        width: 120px;
        height: 100px;
    }
    .checkout-summary-box-text h6 {
        font-size: 16px;
    }
    .checkout-summary-wrap-flex h5 {
        font-size: 20px;
    }
    .blog_details_main_wrap_img {
        height: 580px;
    }
    .blog_details_text_wrap h6 {
        font-size: 35px;
    }
    .blog_details_main_wrap_ttext h6{
        font-size: 50px;
    }

}
@media only screen and (max-width: 1399px){
    .header_main_links ul li a {
        font-size: 16px;
        color: #ffffff;
    }
    .menu_close_btn{
        display: flex;
    }
    .header_main_links ul li a::before {
        background-color: #fff;
    }
    .circle_active{
        transform: rotate(-90deg);
    }
    .header_ico_f {
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .header_ico_f a {
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        width: 40px;
        height: 40px;
        border: 1px solid #fff;
        border-radius: 30px;
        transition: 0.5s ease;
    }
    .header_ico_f a:hover {
        background-color: #ffff;
        color: var(--black);
    }
    .search_modal .modal-dialog {
        max-width: 1100px;
    }
    .modal-card-wrapper .index_fourth_cr_box_img {
        height: 280px;
    }
    .grid_5 .index_fourth_cr_box_img {
        height: 300px !important;
    }
    .checkout-main-heading h6 {
        font-size: 30px;
    }
    .checkout-form-heading h6 {
        font-size: 20px;
    }
    .checkout-summary-wrap-top {
        gap: 50px;
    }
    .checkout-summary-box-text h6 {
        width: 150px;
    }
    .checkout-summary-wrap-dcard input {
        font-size: 16px;
    }
    .blog_details_main_wrap_img {
        height: 500px;
        margin: 0 0 30px 0;
    }
    .blog_details_main_wrap_comment {
        margin: 0 0 20px 0;
    }
    .blog_details_text_wrap h6 {
        font-size: 30px;
        margin: 0 0 5px 0;
    }
    .blog_details_text_wrap p {
        font-size: 16px;
    }
    .blog_details_main_wrap_comment a {
        font-size: 18px;
    }
    .blog_details_main_wrap_comment p {
        font-size: 18px;
    }
    .blog_details_main_wrap_ttext h6{
        font-size: 40px;
    }
}
@media only screen and (max-width: 1199px){
    .index_banner_main_text {
        max-width: 740px;
    }
    .index_banner_main_text h5 {
        font-size: 35px;
    }
    .index_banner_main_text h6 {
        font-size: 50px;
    }
    .main_heading {
        font-size: 28px;
    }
    .common_inn_banner_text h6 {
        font-size: 55px;
    }
    .common_inn_banner_text h5 {
        font-size: 30px;
    }
    .search_modal .modal-dialog {
        max-width: 950px;
    }
    .modal-card-wrapper .index_fourth_cr_box_img {
        height: 240px;
    }
    .index_fourth_cr_box_text_sizef button {
        font-size: 12px;
    }
    .index_fourth_cr_box_tag {
        left: 10px;
    }
    .index_fourth_cr_box_tag span {
        font-size: 12px;
    }
    .commonIn_first_wrap_pro {
        --cols: 4;
    }
    .grid_5 .index_fourth_cr_box_img {
        height: 280px !important;
    }
    .common_inn_banner_text {
        width: 600px;
    }
    .checkout-main-heading h6 {
        font-size: 28px;
    }
    .checkout-form-heading h6 {
        font-size: 18px;
    }
    .form-group input {
        font-size: 14px;
        padding: 8px 12px;
    }
    .checkout-summary-wrap-flex h5 {
        font-size: 18px;
    }
    .checkout-summary-wrap-dcard input {
        font-size: 14px;
    }
    .tab_center_unset{
        align-items: start !important;
    }
    .blog_details_main_wrap_img {
        height: 430px;
    }
}
@media only screen and (max-width: 991px){
    .index_banner_main_text {
        max-width: 600px;
    }
    .index_fourth_cr_box_img {
        height: 400px;
    }
    .search_modal .modal-dialog {
        max-width: 760px;
    }
    .modal_search_main_wrap {
        padding: 20px 0px 0px 20px;
    }
    .modal-search-wrap input {
        font-size: 14px;
    }
    .common_inn_banner_text {
        width: 500px;
    }
    .modal_proDec_img {
        width: 450px;
    }
    .proDec_slider {
        width: 450px;
    }
    .modal_proDec_text_wrap {
        width: calc(100% - 450px);
        max-height: 570px;
    }
    .modal_proDec_text h6 {
        font-size: 20px;
    }
    .modal_proDec_text p span {
        font-size: 16px;
    }
    .modal_proDec_text p {
        font-size: 12px;
    }
    .modal_proDec_text_sizef button {
        font-size: 12px;
        width: 40px;
        height: 35px;
    }
    .modal_proDec_box_text h6 {
        font-size: 14px;
    }
    .modal_proDec_box_text ul li {
        font-size: 12px;
    }
    .accordion-container .accordion-header {
        font-size: 14px;
    }
    .accordion-container .accordion-content ul li {
        font-size: 12px;
    }
    .accordion-container .accordion-content p {
        font-size: 12px;
    }
    .modal_proDec_btn button {
        width: 240px;
    }
    .common_dark_btn {
        font-size: 14px;
    }
    .grid4 .index_fourth_cr_box_img {
        height: 250px !important;
    }
    .commonIn_first_wrap_pro {
        --cols: 2;
    }
    #grid2 , #grid3{
        display: flex;
    }
    #grid1 , #grid4 , #grid5{
        display: none;
    }
    .header_main_links {
        width: 400px !important; 
    }
    .cus_dropdown_body ul {
        width: 240px !important;
    }
    .cus_dropdown_body {
        left: 80px !important;
    }
    .cus_dropdown_body_inn1 {
        top: 20px;
        left: -10px;
    }
}
@media only screen and (max-width: 575px){
    .index_fourth_wrap_tabs .nav-tabs .nav-link {
        font-size: 14px;
        width: 60px;
    }
    .index_fourth_cr_box_text_sizef button {
        font-size: 12px;
        width: 100%;
        height: 30px;
    }
    .tab-content {
        margin: 15px 0px 0px 0px;
    }
    .index_banner_main_text {
        max-width: 390px;
        padding: 60px 30px 30px 30px;
    }
    .index_banner_main_text h5 {
        font-size: 30px;
    }
    .index_banner_main_text h6 {
        font-size: 30px;
    }
    .subscription_box .heading {
        font-size: 20px;
    }
    .submit_btn {
        font-size: 18px;
    }
    .check_wrap {
        margin: 0px 0px 15px 0px;
    }
    .copywrite_row p {
        font-size: 16px;
    }
    .header_main_links ul li a {
        font-size: 15px;
    }
    .header_main_icons ul {
        gap: 10px;
    }
    .header_main_logo img {
        max-width: 200px;
    }
    .modal-card-wrapper {
        border-left: none;
        height: 480px;
    }
    .common_inn_banner_text {
        width: 350px;
    }
    .common_inn_banner_text h6 {
        font-size: 30px;
    }
    .common_inn_banner_text h5 {
        font-size: 25px;
    }
    .modal_proDec_wrap_f {
        flex-direction: column;
    }
    .modal_proDec_img {
        width: 100%;
        height: 370px;
    }
    .modal_proDec_img img {
        object-fit: contain;
    }
    .proDec_slider {
        width: 100%;
    }
    .modal_proDec_text_wrap {
        width: 100%;
        max-height: 370px;
    }
    .modal_proDec_btn button {
        width: 90%;
        bottom:29px;
    }
    #grid1, #grid2{
        display: flex !important;
    }
    #grid3 , #grid4 , #grid5{
        display: none !important;
    }
    .commonIn_first_wrap_pro {
        --cols: 2;
    }
    .grid_1 .index_fourth_cr_box_img {
        height: 400px !important;
    }
    .commonIn_first_wrap_fltr button {
        font-size: 17px;
    }
    .checkout-summary-wrap-top {
        gap: 15px;
        flex-direction: column;
    }
    .checkout-summary-wrap-top-img {
        width: 100px;
        height: 80px;
    }
    .checkout-summary-wrap-flex h6 {
        font-size: 14px;
    }
    .checkout-summary-wrap-flex h5 {
        font-size: 16px;
    }
    .footer_links a {
        font-size: 16px;
        margin-bottom: 0px;
    }
    .commonIn_shoes_wrap_pro {
        --cols: 1;
        margin: 0px 0px 20px 0px;
    }
}