@media only screen and (max-width:1559px) {
    .main_nav > ul > li {
        margin: 0 3px;
    }
    .main_nav li a{
        font-size: 15px;
    }
    .header_right li a{
        font-size: 15px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .order_menu_list li .all_btn{
        height: 48px;
        font-size: 15px;
        letter-spacing: 0;
    }
    .order_menu_list_more .dropdown-toggle {
        width: 46px;
        height: 48px;
    }
}


@media only screen and (min-width:1100px) and (max-width:1300px) {

	.main_nav li a{
        font-size: 14px;
    }
	
}

@media only screen and (min-width:1100px) {
	.main_nav>ul>li {
		margin: 0 5px;
	}
	.mean-expand {
		width: 20px;
		display: inline-block;
		margin-left: 5px;
		height: auto;
	}
	.mean-expand svg {
		width: 100%;
		height: 100%;
	}
	.main_nav>ul {
		display: flex;
		flex-wrap: wrap;
	}
	.main_nav ul ul {
		position: absolute;
		display: block;
		left: 0;
		top: calc(100% - 2px);
		background: #fff;
		min-width: 300px;
		border-radius: 5px;
		opacity: 0;
		visibility: hidden;
		z-index: 99;
		box-shadow: 0 10px 15px rgba(0, 0, 0, 0.12);
	}
	.main_nav ul li:last-child ul {
		left: auto;
		right: 0;
	}
	.main_nav ul ul li {
		margin: 0;
		border-bottom: 1px solid #eee;
	}
	.main_nav ul li.menu-item-has-children:after {
		content: "";
		position: absolute;
		left: calc(100% + 5px);
		top: 50%;
		transform: translateY(-40%);
		width: 16px;
		height: 16px;
		background: url(../img/chevron-down.svg) no-repeat center top;
		background-size: 20px;
		transition: all 300ms ease-in-out;
	}
	.main_nav ul ul li:last-child {
		border-bottom: 0;
	}
	.main_nav ul ul li a {
		font-size: 16px;
		padding: 12px 15px;
		color: #000;
	}
	.main_nav ul ul li:first-child a {
		border-radius: 5px 5px 0 0;
	}
	.main_nav ul ul li:last-child a {
		border-radius: 0 0 5px 5px;
	}
	.main_nav ul li:hover>ul {
		opacity: 1;
		visibility: visible;
	}
	.main_nav ul li.menu-item-has-children:hover:after {
		transform: rotate(180deg) translateY(40%);
		background-position: center top;
	}
}

@media only screen and (max-width:1099px) {
    .header_right{
        column-gap: 20px;
    }
    .section_title h2 {
        font-size: 45px;
    }
    /* mobile menu start */
    .main_nav > ul > li{
        margin: 0;
    }
    .mobile_top {
        display: flex;
    }
    .main_nav{
        position: fixed;
        height: 100%;
        background: var(--bs-white);
        left: -500px;
        max-width: 100%;
        width: 350px;
        top: 0;
        overflow-y: auto;
        z-index: 9999;
        box-shadow: 0 0 20px #00000054;
        transition: all 300ms ease-in-out;
    }
    .responsiveOverlay{
        position: fixed;
        background: #000000ab;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        opacity: 0;
        visibility: hidden;
        transition: all 300ms ease-in-out;
        backdrop-filter: blur(4px);
    }
    .responsiveOverlay_on{
        opacity: 1;
        visibility: visible;
    }
    .main_nav_open{
        left: 0;
    }
    .main_nav ul ul{
        display: none;
    }
    .main_nav li{
        display: block;
        margin: 0;
        border-top: 1px solid #7e7e7e1a;
    }
    .main_header_black .main_nav > ul > li > a{
        color: #fff;
    }
    .main_nav > ul > li:last-child{
        border-bottom: 1px solid #ffffff3a;
    }
    .main_nav li.menu-item-has-children > a{
        padding-right: 40px;
    }
    
    #top_search_bar_section {
    	z-index: 100000;
	    position: fixed;
	    top: 65px;
	    left: 350px;
	}
    
    #category-list {
    	display: none;
    }
    
    #category-list:target {
    	display: block;
    }
    
	.main_nav li a{
        padding: 14px 20px;
    }
    .mean-expand{
        display: block;
        position: absolute;
        right: 0;
        height: 100%;
        top: 0;
        width: 44px;
        background: var(--theme-gray);
        color: var(--primary-green);
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .mean-expand svg{
        width: 20sx;
        height: 20px;
        transition: all 300ms ease-in-out;
    }
    .mean-expand.mean-clicked svg{
        transform: rotate(180deg);
    }
    .mob_menu_btn {
        display: inline-flex;
        width: 40px;
        height: 40px;
        justify-content: center;
        align-items: center;
        border-radius: 5px;
        border: none;
        padding: 8px;
        color: var(--primary-green);
    }
    .mob_menu_btn:hover {
        color: var(--primary-brown);
    }
    .proposal_btn{
        margin-left: 0;
    }
    /* mobile menu end */
    .banner_text h1 {
        font-size: 70px;
    }

    .our_experience_item h3 {
        font-size: 40px;
    }
    .our_experience_item h6 {
        font-size: 18px;
    }
    .category_item h5 {
        font-size: 18px;
    }
    .logo_sldier{
        height: auto;
    }
    .category_item_icon {
        width: 80px;
        height: 70px;
        margin-bottom: 20px;
    }

    .addnew_gray_box {
        padding: 25px;
    }
    .order_history_item_right{
        padding-left: 20px;
    }


    .order_history_item_left {
        max-width: 200px;
        height: 150px;
        padding: 10px;
    }
}

@media only screen and (max-width:1199px) {
    body,
    .text_box p,
    .login_form_field .form-control{
        font-size: 16px;
    }
    .common_vb_padding {
        padding: 80px 0;
    }
    .section_title h2 {
        font-size: 38px;
    }

    .banner_panel{
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .banner_text h1 {
        font-size: 60px;
    }
    .why_choose_col:nth-child(2n + 1) .why_choose_item:before{
        display: none;
    }
    .why_choose_col:nth-child(2n + 2) .why_choose_item:before{
        display: block;
    }
    .why_choose_col:nth-child(2n + 2) .why_choose_item:after{
        display: block;
    }
    .why_choose_col:last-child .why_choose_item:after{
        display: none;
    }

    .why_choose_col:nth-child(2n + 1) .why_choose_item{
        padding-left: 0;
    }
    .why_choose_col:nth-child(2n + 2) .why_choose_item{
        padding-right: 0;
    }
    .addnew_gray_box {
        padding: 20px;
    }
    .produt_info_boxs h4{
        font-size: 1.1em;
    }

    .product_img_upload_btn{
        max-width: 100%;
        height: 120px;
    }
    .image-preview{
        padding-left: 0;
    }
    .image-preview .image-container {
        height: 120px;
        margin-top: 15px;
    }
    .image-preview .more-images{
        margin-top: 15px;
        height: calc(100% - 15px);
    }

    .order_menu_list li .all_btn {
        height: 44px;
        font-size: 14px;
    }
    .order_menu_list_more .dropdown-toggle {
        width: 44px;
        height: 44px;
    }
    .prodcut_price h3{
        font-size: 2.2em;
    }
}

@media only screen and (max-width: 991px) {
    .common_vb_padding,
    .common_vm_padding{
        padding: 55px 0;
    }
    .text_box p{
        margin-bottom: 20px;
    }
    .why_choose_item{
        padding: 30px;
    }

    .our_experience [class*="col-"]:not(:last-child) .our_experience_item{
        margin-bottom: 25px;
    }
    .catalog_wrapper {
        grid-template-columns: repeat(3, 1fr);
        row-gap: 35px;
        column-gap: 20px;
    }
    .category_item{
        padding: 0;
    }
    .category_item h5 {
        font-size: 16px;
    }
    .video_box {
        padding-bottom: 70%;
    }

    .login_form{
        max-width: 100%;
    }

    /* Product Filter Mobile */
    .filter_panel{
        position: fixed;
        top: 0;
        right: -100%;
        z-index: 99999;
        height: 100%;
        width: 100%;
        max-width: 350px;
        overflow-y: auto;
        background: var(--bs-white);
        transition: right 300ms ease-in-out;
    }
    .filter_panel h3{
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 11;
        background-color: var(--bs-white);
    }

    .order_history_search{
        padding: 3px;
        width: 100%;
    }
    .order_history_search_input button {
        width: 42px;
        height: 42px;
    }
    .order_history_search_input input {
        height: 42px;
    }
    #orderStatus {
        height: 42px;
    }
    .order_history_title span {
        font-size: 24px;
        padding: 4px;
    }
    .order_history_item_left {
        max-width: 160px;
    }
    .order_history_item_text{
        margin-bottom: 20px;
    }


    .prodcut_pin_check h3,
    .prodcut_pin_check_form,
    .prodcut_pin_check_bottom {
        padding: 25px;
    }
    .prodcut_pin_check_form input,
    .prodcut_pin_check_form button{
        height: 50px;
    }
    .prodcut_price h3{
        font-size: 2em;
    }
    .product_short_desc h6{
        line-height: 1.6em;
    }
    .product_short_desc h4{
        font-size: 2em;
    }

}


@media only screen and (max-width: 767px) {
    body,
    .text_box p,
    .footer_text p,
    .login_form_field .form-control{
        font-size: 15px;
        line-height: 1.8;
    }
    .all_btn {
        padding: 0 20px;
        height: 46px;
        letter-spacing: 0.1px;
        font-size: 14px;
    }
    .text_box_control, 
    .select_box_control {
        height: 46px;
        padding-left: 15px;
    }
    .section_title {
        margin-bottom: 20px;
    }
    .section_title h2{
        font-size: 35px;
        line-height: 1.1;
    }
    .logo {
        max-width: 115px;
    }
    .header_right_cta li:last-child{
        display: none;
    }
    .header_right_cta li:first-child:after,
    .header_right_cta li:first-child:before{
        display: none;
    }
    .header_right_cta li{
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .banner_text h1{
        font-size: 50px;
        line-height: 1.1;
    }

    .category_item_icon {
        width: 70px;
        height: 60px;
        margin-bottom: 15px;
    }

    .why_choose_col .why_choose_item:after,
    .why_choose_col .why_choose_item:before{
        display: none !important;
    }
    .why_choose_col .why_choose_item{
        padding: 0;
    }
    .why_choose_col:not(:last-child) .why_choose_item{
        padding-bottom: 30px;
        margin-bottom: 30px;
        border-bottom: 1px solid rgba(31, 33, 35, 0.13);
    }
    .youtubePlayBtn{
        font-size: 1.5rem;
    }

    .footer_item h4{
        margin-bottom: 15px;
        font-size: 20px;
    }

    .login_form_field_password .form-control {
        padding-right: 40px;
        font-size: 19px;
    }
    .login_form_icon{
        font-size: 19px;
    }
    .login_form_field {
        margin-bottom: 20px;
    }
    .login_right{
        min-height: 100vh;
    }
    .login_form_head h4{
        font-size: 2.3em;
    }

    .product_list_head_filter{
        column-gap: 0;
        margin: 0 -6px;
    }
    .product_select_option{
        max-width: 50%;
        flex: 0 0 100%;
        padding: 0 6px;
    }
    .product_select_option select{
        width: 100%;
        height: 44px;
    }
    .addnew_gray_box {
        padding: 15px;
    }
    .prodcut_specification_item li {
        padding: 12px 15px;
    }
    .product_addons_next, 
    .product_addons_prev, 
    .recently_view_prev, 
    .recently_view_next {
        height: 40px;
        width: 40px;
    }
    .product_addons_slider_control, 
    .recently_view_slider_control {
        gap: 30px;
    }
}

@media only screen and (max-width: 575px) {
    body,
    .text_box p,
    .footer_text p,
    .login_form_field .form-control,
    .login_form_field label{
        font-size: 14px;
    }
    .section_title h2{
        font-size: 30px;
    }
    .logo a {
        padding: 7px 0;
    }
    .header_right_cta{
        display: none;
    }

    .banner_text h1 {
        font-size: 40px;
    }
    .logo_sldier_wrapper:not(:last-child) {
        margin-bottom: 30px;
    }

    .product_card_img {
        height: 150px;
        margin-bottom: 15px;
    }
    .checkbox_group label{
        font-size: 1em;
    }

    .product_variants{
        flex-wrap: wrap;
        padding: 15px;
        gap: 10px;
        font-size: 1.1em;
    }
    .product_variants_btn{
        flex: 0 0 100%;
        justify-content: center;
    }
    .add_product_buttons {
        gap: 15px;
    }
    .order_menu_list li .all_btn {
        height: 42px;
        font-size: 13px;
    }


    .prodcut_pin_check h3,
    .prodcut_pin_check_form,
    .prodcut_pin_check_bottom {
        padding: 20px 15px;
    }
    .prodcut_pin_check_form input,
    .prodcut_pin_check_form button{
        height: 44px;
    }
}

@media only screen and (max-width: 480px) {
    .order_history_item_left{
        max-width: 100%;
    }
    .order_history_item_right{
        padding-left: 0;
    }
    .login_logo {
        max-width: 200px;
    }
}


@media only screen and (max-width: 414px) {
    .banner_text h1 {
        font-size: 35px;
    }
    .catalog_wrapper {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}