<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.manuf_a{
    width:100%;
    font-family: fira_light;
    float:left;
    display:inline-block;

    position: relative;
}
.manuf_parent .manuf_a{
    width:15%;
    margin-right: 2%;
    margin-bottom: 30px;
    border:1px solid #f6f6f6;
}
.manuf_parent .manuf_a:nth-child(6n+0){
    margin-right: 0;
}
.manuf_parent .manuf_a .name_wrap{
    padding: 7px;
    background: #f6f6f6;
    color:#000;
    font-size:15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.fullscreen-bg-video {
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}
.common_loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    height: 100%;
    background: url(../images/circle_loader.gif) center center no-repeat rgba(255,255,255, 0.9);
    display: none;
}
.website_loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
    height: 100%;
    display:none;
    background: url(../images/circle_loader.gif) center center no-repeat rgba(255,255,255, 0.9);
    display: none;
}
.add_to_cart_notification{
    position: fixed;
    top:20px;
    right:20px;
    font-family: fira_light;
    z-index: 1000;
    width:400px;
    padding: 20px;
    background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.55);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.55);
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.55);
    display:none;
}
.add_to_cart_notification table td{
    vertical-align: middle;
}
.add_to_cart_notification table td.image{
    width:80px;
}
.add_to_cart_notification table td.name{
    vertical-align: middle;
    padding-left: 20px;
    color:#000;
    font-size:15px;
}
.add_to_cart_notification table td.name &gt; a{
    color:#000;
    text-decoration: none;
    border-bottom: 1px dashed #000;
}
.add_to_cart_notification table td .common_anchor{
    margin-top: 10px;
    background: #ed1c24;
    padding: 10px 20px;color:#fff;
}
.add_to_cart_notification table td .common_anchor:hover{
    background: #ed1c24;
}
.ping_notification_bg_wrap{
    position: fixed;
    left: 0px;
    width: 100%;
    top:0;
    height:100%;
    z-index: 9999;
    background:rgba(255,255,255,0.75);
    display:none;
}
.ping_notification_wrap{
    position: fixed;
    bottom: -300px;
    left: 0px;
    width: 100%;
    padding:100px 40px;
    z-index: 10000;
    text-align: left;
    background:#000;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.ping_notification_wrap.active{
    bottom: 0px;
}
.ping_notification_wrap .text_wrap{
    color:#fff;
    float:left;
    font-size:25px;
    padding-right: 60px;
}
.ping_notification_wrap .text_wrap a{
    color:#fff;
    text-decoration: underline;
}
.ping_notification_wrap .close_wrap{
    position: absolute;
    top:0;
    right:0;
    width:30px;
    cursor: pointer;
}
.ping_notification_wrap .close_wrap{
    color:#fff;
    float:left;
    font-size:25px;
}
.footer_menu_parent_wrap{
    margin-top: 80px;
}
.footer_menu_parent_wrap .social_wrap{
    margin-top:20px;
}
.footer_menu_parent_wrap .social_wrap a{
    color:#fff;
    float:left;
    font-size:25px;
    margin-right:20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.footer_menu_parent_wrap .social_wrap a:hover{
    color:#535353;
}
.footer_menu_parent_wrap .title_wrap{
    color:#fff;
    text-align: left;
    font-family: fira_bold;
    padding-bottom:10px;
    border-bottom: 1px solid #434343;
    text-transform: uppercase;
}
.footer_wrap ul li{
    color:#b4b4b4;
}
.footer_wrap ul li.icon_li{
    padding-left: 40px;
    position: relative;
    min-height: 30px;
    padding-top: 7px;
}
.footer_wrap ul li.icon_li.no_pad{
    padding-top: 0;
}
.footer_wrap ul li .icon{
    position: absolute;
    top:0;
    left:0;
    width:30px;
    height:30px;
    color:#313131;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;

    background:#fff;
    text-align: center;
}
.footer_wrap ul li.icon_li.no_pad .icon{
    top:5px;
}
.footer_wrap ul li .icon .fa{
    line-height: 30px;
}
.footer_menu_parent_wrap ul{
    width:100%;
    float:left;
}
.footer_menu_parent_wrap ul li{
    width:100%;
    margin-top:10px;
    text-align: left;
}
.footer_menu_parent_wrap ul li + li{
    margin-left:0;
}

.all_collection_wrap.gallery_ul_wrap:before{
    display:none;
}
.menu_icon_desk.black_wrap{
    background:#000;
    color:#fff;
}
.menu_icon_desk.black_wrap:hover
{
    background-color: #ed1c24;color: #fff;
}
.all_collection_wrap{
    text-align: center;
    padding:40px 0;
}
.all_collection_wrap .logo_wrap img{
    width:400px;
}
.fix_menu_wrap .close_button,
.desk_cart_btn{
    z-index: 10;
}
.founder_data_wrap .half_wrap.f_right img{
    -webkit-box-shadow: 0px 0px 31px 5px rgba(0,0,0,0.56);
    -moz-box-shadow: 0px 0px 31px 5px rgba(0,0,0,0.56);
    box-shadow: 0px 0px 31px 5px rgba(0,0,0,0.56);
}

.website_preloader {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1010;
    background: url('../images/website_preloader.gif') center center no-repeat #fff;
    left: 0;
}
.mfp-bottom-bar{
    display:inline-block !important;
}
.copyright_wrap{
    font-size:12px;
    color:#b4b4b4;
    margin-top:25px;
}
.copyright_wrap a{
    color:#b4b4b4;
    padding-bottom:2px;
    border-bottom:1px dashed #b4b4b4
}
.bottom_overview_section .process_wrap{
    padding-right:0;
}
.owl_h_100per,
.owl_h_100per .owl-stage-outer,
.owl_h_100per .owl-stage,
.owl_h_100per .owl-item{
    height:100%;
}
.slider_arrow_left{
    position:absolute;
    top:50%;
    left:20px;
    z-index:10;
    color:#fff;
    font-size:40px;
    margin-top:-20px;
    line-height:40px;
}
.slider_arrow_right{
    position:absolute;
    top:50%;
    right:20px;
    z-index:10;
    color:#fff;
    font-size:40px;
    margin-top:-20px;
    line-height:40px;
}
#subscribe_loader{
    font-size:20px;
    color:#fff;
    display:none;
}
.error_full_wrap{
    width:100%;
    float:left;
    display: inline-block;;
    position: relative;
    color:red;
}
.success_full_wrap{
    width:100%;
    float:left;
    display: inline-block;;
    position: relative;
    color:darkgreen;
}
.news_letter_wrap .error_full_wrap{
    color:#fff;
    margin-top:20px;
}
.news_letter_wrap .success_full_wrap{
    color:#fff;
    margin-top:20px;
}
.fix_menu_wrap{
    display:none;
}
.abs_anchor{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.fix_menu_wrap .close_button{
    cursor: pointer;
}
.not_found_wrap{
    text-align: center;
    font-size:20px;
    color:#fff;
}
.pagination_parent_wrap{
    text-align: center;
}
.pagination_parent_wrap .pagination{
    float:none;
    display: inline-block;
    position: relative;
}
.pagination_parent_wrap .pagination:empty{
    display:none;
}
.pagination_parent_wrap .pagination a,
.pagination_parent_wrap .pagination span{
    float:left;
    display: inline-block;
    position: relative;
    text-decoration: none;
    min-width:35px;
    line-height:35px;
    font-size:15px;
    background:#000101;
    height:35px;
    color:#fff;
    padding:0 5px;
    text-emphasis:#ce8483;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.pagination_parent_wrap .pagination * + *{
    margin-left:10px;
}
.pagination_parent_wrap .pagination a:hover,
.pagination_parent_wrap .pagination span{
    background:#f51b1f;
    color:#fff;
}
.mobile_menu_bar_wrap,
.order_button_desk,
.donwload_button_dek{
    z-index:69;
}
.prod_loader{
    font-size:40px;
    text-align: center;
    color:#fff;
    position:fixed;
    top:0;
    left:0;
    display: none;
    width:100%;
    height:100%;
    z-index:100;
    background:rgba(0,0,0,0.7);
}
.prod_inner_loader{
    font-size:40px;
    text-align: center;
    color:#fff;
    position:absolute;
    top:0;
    left:0;
    display: none;
    width:100%;
    height:100%;
    z-index:100;
    background:rgba(0,0,0,0.7);
}
.cart_popup.white-popup-block{
    max-width:750px;
    padding:10px 20px;
    padding-bottom: 30px;
}
.not_found_wrap.black{
    color:#000;
}
.not_found_wrap.cart_not_found_wrap{
    padding:40px 0;
}
.cart_ul{
    width:100%;
    float:left;
    display: inline-block;
    position: relative;;
    padding:0;
    margin:0;
    margin-top:20px;
}
.cart_ul li{
    width:22.75%;
    float:left;
    display: inline-block;
    position: relative;;
    padding:0;
    margin:0;
    margin-right: 3%;
    text-align: center;
    margin-bottom:20px;
}
.cart_ul li:nth-child(4n+0){
    margin-right: 0;
}
.cart_ul li .img_wrap img{
    width:100%;
}
.cart_ul li .name_wrap{
    padding: 5px;
    color: #000;
    background-color: #eeeeee;
    text-transform: uppercase;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cart_ul li .remove_wrap{
    position:absolute;
    top:5px;
    right:5px;
    color:maroon;
    background:#fff;
    font-size:15px;
    line-height:30px;
    z-index: 10;
    cursor: pointer;
    width:30px;
    text-align: center;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.cart_ul li:hover .remove_wrap{
    background:maroon;
    color:#fff;
}
.common_control{
    width:100%;
    float:left;
    padding:8px;
    font-size:14px;
    display: inline-block;
    position: relative;
    background:#efefef;
    color:#000;
    border:1px solid #d6d6d6;
    margin-bottom: 20px;
}
.common_control2{
    width:100%;
    float:left;
    padding:8px;
    font-size:14px;
    display: inline-block;
    position: relative;
    background:transparent;
    color:#fff;
    border:0;
    border-bottom:1px solid #d6d6d6;
    margin-bottom: 20px;
}
.enquiry_form_wrap  .half_wrap:nth-child(odd){
    float:left;
    padding-right:20px;
}
.enquiry_form_wrap  .half_wrap:nth-child(even){
    float:left;
    padding-left:20px;
}
.common_anchor.active{
    background-color: #ed1c24;
    color: #fff;
    text-decoration: none;
}
.error_full_wrap_bg{
    width:100%;
    float:left;
    display: inline-block;
    position: relative;;
    color:red;
    margin-top:15px;
}
.success_full_wrap_bg{
    width: 100%;
    float: left;
    display: inline-block;
    position: relative;
    color: darkgreen;
    margin-top: 15px;
}
.common_control.input_error{
    background:#fae7e7 !important;
}
.common_control2.input_error{
    border-color:red !important;
}
#contact_message_wrap .error_full_wrap,
#contact_message_wrap .success_full_wrap{
    color:#fff;
}
.desk_cart_btn{
    position: absolute;
    left: 30px;
    top: 30px;
    color: #fff;
    font-size: 40px;
    cursor: pointer;
}
.add_to_cart_overlay{
    position: absolute;
    top:50%;
    left:0;
    z-index: 10;
    width:100%;
    text-align: center;
    margin-top:-20px;
    opacity:0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.gallery_ul_wrap ul li:hover .add_to_cart_overlay{
    opacity:1;
    visibility: visible;
}
.prod_btn_cart{
    float:none;
    display: inline-block;
    position: relative;;
    padding:10px;
    text-transform: uppercase;
    background:#fff;
    color:#333;
    font-size:15px;
}
.map_wrap{
    position: absolute;
    top:0;
    left:0;
    z-index: 0;
    width:100%;
    height:100%;
}
.contact_parent_wrap{
    background:#2a2a2a;
    padding:50px 0;
    text-align: center;
}
.contact_parent_wrap .common_header{
    color:#fff;
}
.contact_parent_wrap .contact_inner_wrap{
    padding:0 20%;
}
.f_none{
    float:none;
}
input[type="button"].common_anchor,
input[type="submit"].common_anchor{
    border:0;
}
.placeholder_control_parent{
    margin-top:20px;
}
.placeholder_type_label{
    position: absolute;
    top: 7px;
    left: 10px;
    font-size: 13px;
    text-transform: uppercase;
    opacity: 0.5;
    color:#fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.placeholder_control_parent.active .placeholder_type_label{
    top: -15px;
    left: 0;
    font-size:13px;
}
.margin_top_20{
    margin-top:20px;
}
.normal_form_loader{
    float:none;
    display: inline-block;
    position: relative;;
    margin-left:20px;
    color:#fff;
}
.next_product_wrap{
    background:#2a2a2a;
    padding:100px 0;
}
.next_product_wrap h2{
    font-size:40px;
    text-align: center;
    margin:0;
    color:#fff;
}
.order_button_desk.whatsapp_btn{
    bottom:130px;
    background:#55c765;
}
.order_button_desk.whatsapp_btn:hover{
    background:#2a2a2a
}
.specification_table{
    width:100%;
    float:left;
    border-collapse: separate;
    border-spacing: 10px;
    text-align: left;
}
.specification_table tr &gt; *{
    border-bottom: 1px solid #aeaeae;
    border-right: 1px solid #aeaeae;
}
.specification_table tr &gt; *:last-child{
    border-right:0;
}
.specification_table th{
    width:40%;
}
.specification_table td,.specification_table th{
    padding:10px;
    font-size:12px;
}

.slider_top_wrap .parent_wrap .data_wrap .common_anchor{
    float:none;
}
.slider_top_wrap .parent_wrap .data_wrap .table_wrap{
    z-index:10;
    position:relative;
}
.slider_top_wrap .parent_wrap .data_wrap .common_anchor + .common_anchor{
    margin-left:15px;
}
.bottom_overview_section .anchor_wrap .common_anchor + .common_anchor{
    margin-left:15px;
}
.help_parent_wrap{
    padding:80px;
    text-align: center;
}
.help_parent_wrap .common_header{
    margin-bottom: 40px;
}
.help_parent_wrap a{
    margin-bottom: 40px;
    padding:10px;

    background:#ed1c24;
    color:#fff;
    float:left;
    display:inline-block;
    position: relative;
    width:100%;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
.help_parent_wrap a .icon_wrap{
    position:absolute;
    top:-10px;
    left:-10px;
    font-size:60px;
    opacity:0.2;
}
.help_parent_wrap a:hover{
    text-decoration: none;
    background-color:#091010;
    color:#fff;
}
.slider_top_wrap .common_anchor{
    background:#cccccc;
}
.slider_top_wrap .common_anchor:hover{
    background-color: #ed1c24;
}
.menu_icon_desk.search_icon_wrap{
    top:100px;z-index:100
}
.gallery_ul_wrap ul li .text_wrap{
    margin-top:10px;
    font-size:13px;
    color:#ed1c24;
    text-align: center;
}
.search_popup_wrap{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index: 1000;
    background:#2a2a2a;
    padding:150px 40px;
    padding-bottom: 0;
    display:none;
}
.search_popup_wrap .close_wrap{
    position:absolute;
    top:20px;
    right:20px;
    z-index: 10;
    color: #fff;
    font-size: 40px;
    cursor: pointer;
}
.search_popup_wrap .common_control2{
    font-size:40px;
}
.search_popup_wrap .search_anchor{
    position:absolute;
    top:10px;
    right:0px;
    z-index: 10;
    color: #fff;
    font-size: 40px;
}
.autocomplete_result{
    position:absolute;
    top:100%;
    left:0;
    width:100%;
    z-index: 1000;
    display:none;
    font-family: fira_light;
}
.autocomplete_result .autocomplete_result_inner{
    z-index: 10;
    background:white;
    border:1px solid #CCCCCC;
}
.autocomplete_result .autocomplete_result_inner:empty{
    display:none;
}
.autocomplete_result .cat_list{
    padding:5px;
}
.autocomplete_result .prod_list{
    width:100%;
    float:left;
    display:inline-block;
    position: relative;
    overflow: hidden;
    padding: 7px 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-bottom:1px dashed #ccc;
}
.autocomplete_result .prod_list .prod_list_inner{
    overflow: hidden;
}
.autocomplete_result .prod_list .name{
    font-size:15px;
    display:table-cell;
    vertical-align: middle;
    line-height: 22px;
    padding-top: 0px;
    padding-left: 10px;
    text-align: left;
    color:#000;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.autocomplete_result .prod_list .name b{
    color: #5d5d5d;
    font-size:13px;
}
.autocomplete_result .prod_list .name .name_inner{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.autocomplete_result .prod_list .name del{
    color:#999;
    opacity: 0.5;
    font-size:80%;
}
.autocomplete_result .prod_list .img{
    width:50px;
    min-width: 50px;
    display:table-cell;
    vertical-align: middle;
}
.autocomplete_result .prod_list a{
    width:100%;
    float:left;
    display:table;

    position: relative;

}
.autocomplete_result .prod_list:hover{
    background:#f1f1f1;text-decoration: none !important;
}
.autocomplete_result .prod_list:hover .name{
    color:#263038;
}
.autocomplete_result .prod_list a{
    text-decoration: none !important;
    background:transparent !important;
    color:#000 !important;
    padding:0;
    border-radius: 0px;
    border:0;
}
.cat_item,
.top_menu_new_wrap .search_wrap a.cat_item{
    margin:5px;
    float:left;
    display:inline-block;
    position: relative;
    background:#000;
    color:#fff;
    text-decoration: none;
    padding:5px 10px;
    font-size:12px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.cat_item:hover,
.top_menu_new_wrap .search_wrap a.cat_item:hover{
    background:#000;
    text-decoration: none;
    color:#fff;
}
.category_listing ul{
    display: flex;
    flex-wrap: wrap;
    align-items: start;
}
.gallery_ul_wrap ul {

    display: flex;
    flex-wrap: wrap;
    align-items: start;

}
@media only screen and (min-width: 1100px){
    .gridContainer.small{
        min-width:1250px;
        max-width:1250px;
    }


	.common_header.contact_common_header{
	font-size: 30px;
}
    .gallery_ul_wrap.category_ul li:nth-child(4n+0){
        margin-right:3%;
    }
    .gallery_ul_wrap.category_ul li:nth-child(3n+0){
        margin-right:0 !important;
    }
    .fix_menu_wrap .menu_main_wrap ul li a{
        font-size:20px;
    }
.slider_top_wrap h1.common_header{
        font-size:17px;
    }
}
@media only screen and (min-width: 1100px) and (max-width: 1450px){
	.common_header.contact_common_header{
	    font-size: 25px;
    }
    

}
@media only screen and (max-width: 1100px) and (min-width: 786px){
    .manuf_parent .manuf_a{
        width:18.4%;
        margin-right: 2%;
    }
    .manuf_parent .manuf_a:nth-child(6n+0){
        margin-right: 2%;
    }
    .manuf_parent .manuf_a:nth-child(5n+0){
        margin-right: 0;
    }
    .help_parent_wrap{
        padding:60px 0;
    }
    .fix_menu_wrap .menu_main_wrap ul li a{
        font-size:20px;
    }
	.common_header.contact_common_header{
	font-size: 22px;
}
    .gallery_ul_wrap.category_ul li:nth-child(4n+0){
        margin-right:3%;
    }
    .gallery_ul_wrap.category_ul li:nth-child(3n+0){
        margin-right:0 !important;
    }
    .contact_parent_wrap .contact_inner_wrap{
        padding:0 10%;
    }
}
@media only screen and (max-width: 786px) and (min-width: 481px){
    .manuf_parent .manuf_a{
        width:23.5%;
        margin-right: 2%;
    }
    .manuf_parent .manuf_a:nth-child(6n+0){
        margin-right: 2%;
    }
    .manuf_parent .manuf_a:nth-child(4n+0){
        margin-right: 0;
    }
    .menu_icon_desk
    {
        position: absolute;padding: 10px;font-size: 14px;background-color: #fff;z-index: 30;right: 0;top: 40px;text-transform: uppercase;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        cursor: pointer;
        display:none;
    }

    .menu_icon_desk:hover
    {
        background-color: #ed1c24;color: #fff;
    }
    .menu_icon_desk.search_icon_wrap{
        top:180px;
        display: inline-block;
    }
    .footer_menu_parent_wrap .footer_menu_wrap{
        margin-bottom: 20px;
    }
    .help_parent_wrap{
        padding:60px 0;
    }
    .order_button_desk{
        position: fixed;padding: 5px;background-color: #2a2a2a;border: 1px solid #000;border-right: none;bottom: 90px;right: 0;z-index: 80;color: #fff;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;font-size: 13px;text-transform: uppercase;letter-spacing: 0.1em;
        cursor: pointer;
    }

    .fix_menu_wrap{
        height: 100%;
        overflow: scroll;
    }
    .fix_menu_wrap .menu_main_wrap{
        padding-top:80px;

    }

    .order_button_desk:hover
    {

        background-color: #ed1c24;color: #fff;
    }
    .order_button_desk.whatsapp_btn{
        display:inline-block;
        bottom:90px;
    }
    .desk_cart_btn{
        position: fixed;
    }
    .all_collection_wrap .logo_wrap img{
        width:300px;
    }
}
@media only screen and (max-width: 481px) {
    .slider_top_wrap .parent_wrap .logo_wrap{
        display:none;
    }
    .common-home .slider_top_wrap .parent_wrap .logo_wrap{
        display:inline-block;
    }
    .manuf_parent .manuf_a{
        width:48.5%;
        margin-right: 3%;
        margin-bottom: 10px;
    }
    .manuf_parent .manuf_a:nth-child(6n+0){
        margin-right: 3%;
    }
    .manuf_parent .manuf_a:nth-child(2n+0){
        margin-right: 0;
    }
    .add_to_cart_notification{
        width:auto;
        left:20px;
    }
    .add_to_cart_notification table td.name{
        font-size:13px;
    }
    .autocomplete_result{
        max-height: 300px;
        overflow: scroll;
    }
    .ping_notification_wrap .text_wrap{
        width:100%;
        padding-right: 0;
        font-size:18px;
    }
    .ping_notification_wrap{
        padding:50px 20px;
        padding-top: 75px;
    }
    .ping_notification_wrap .close_wrap{
        top:-50px;
    }
    .search_popup_wrap .common_control2{
        font-size:19px;
    }
    .search_popup_wrap .search_anchor{
        top: 5px;
        font-size: 25px;
    }
    .search_popup_wrap{
        padding:100px 20px
    }
    .menu_icon_desk
    {
        position: absolute;padding: 10px;font-size: 14px;background-color: #fff;z-index: 30;left: 0;top: 40px;text-transform: uppercase;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        cursor: pointer;
        display:none;
    }

    .menu_icon_desk:hover
    {
        background-color: #ed1c24;color: #fff;
    }
    .menu_icon_desk.search_icon_wrap{
        top:20px;
        display: inline-block;
    }
    .menu_icon_desk.search_icon_wrap span{
        display:none;
    }
    .footer_menu_parent_wrap ul{
        margin-top:5px;
        margin-bottom: 15px;
    }
    .footer_menu_parent_wrap .footer_menu_wrap{
        margin-bottom: 20px;
    }
    .all_collection_wrap .logo_wrap img{
        width:200px;
    }
    .help_parent_wrap{
        padding:40px 0;
    }
    .fix_menu_wrap .menu_main_wrap ul li{
        padding-right: 120px;
    }
    .fix_menu_wrap .menu_main_wrap ul li:before{
        width:60px;
    }
    .fix_menu_wrap .menu_main_wrap ul li:hover:before,
    .fix_menu_wrap .menu_main_wrap ul li.active:before{
        width:100px;
    }
	.slider_top_wrap .parent_wrap .data_wrap .full_wrap.contact_header_wrap{
		padding-left:0;
		padding-right:0;
	}
    .slider_top_wrap .parent_wrap .data_wrap .common_anchor + .common_anchor{
        margin-left:0;
    }
    .bottom_overview_section .anchor_wrap .common_anchor + .common_anchor{
        margin-left:0;
    }
    .slider_top_wrap .parent_wrap .data_wrap .common_anchor{
        margin-left:4px;
        margin-right:4px;
    }
    .bottom_overview_section .anchor_wrap .common_anchor{
        margin-left:4px;
        margin-right:4px;
    }
    .order_button_desk{
        position: fixed;padding: 5px;background-color: #2a2a2a;border: 1px solid #000;border-right: none;bottom: 90px;right: 0;z-index: 80;color: #fff;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;font-size: 13px;text-transform: uppercase;letter-spacing: 0.1em;
        cursor: pointer;
    }

    .order_button_desk:hover
    {

        background-color: #ed1c24;color: #fff;
    }
    .order_button_desk.whatsapp_btn{
        display:inline-block;
        bottom:90px;
        font-size:12px;
    }
    .next_product_wrap h2{
        font-size:30px;
    }
    .vision_wrap .vision_desc_wrap{
        display:none;
    }
    .contact_parent_wrap .contact_inner_wrap{
        padding:0 10%;
    }
    .gallery_ul_wrap.category_listing:before{
        height:200px;
    }
    .desk_cart_btn{
        position: fixed;
    }
    .enquiry_form_wrap  .half_wrap:nth-child(odd),
    .enquiry_form_wrap  .half_wrap:nth-child(even){
        float:left;
        width:100%;
        padding-right: 0;
        padding-left:0;
    }
    .cart_ul li{
        width:48.5%;
        margin-right:3%;
    }
    .cart_ul li:nth-child(4n+0){
        margin-right:3%;
    }
    .cart_ul li:nth-child(2n+0){
        margin-right:0;
    }
    .cart_ul li .name_wrap{
        font-size:11px;
    }
}</pre></body></html>