<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.error_svg_wrap{
    text-align: center;
}
.error_svg_wrap svg{
    width:300px !important;
}
.white_p p,
.white_p li{
    color:#fff
}
.order_pay_btn{
    float:right;
    display:inline-block;
}
.back_button_pdp{
    position: absolute;
    top:20px;
    z-index: 10;
    right:0;
}
.order_pay_btn .common_anchor{
    margin-top: -10px;
}
.white_logo{
    display:none;
}
.upload_parent_wrap .filter_wrap{
    float:right;
    margin-top: 30px;
}
.main_common_listing_table_wrap.th_border th{
    border:1px solid #E1E1E1
}
a.common_anchor.main-btn{
    padding: 15px 75px;
    font-size: 26px;
    margin: 10px 10px;
}
.parent_container.search .advance_search_wrap{
    position: fixed;height: auto;bottom: 0;
}
.left_menu_wrap .child_items a{
    display: flex;
    align-items: center;
}
.left_menu_wrap .child_items a + a{
    margin-top: 7px;
}
.left_menu_wrap .child_items a svg{
    width:32px;
    margin-right: 7px;
}
.order_tab_ul{
    width:100%;
    float:left;
    display:inline-block;
    position: relative;
    padding: 0;
    margin:0;
    margin-top: 10px;
    text-align: center;
}
.order_tab_ul li{
    display:inline-block;
    position: relative;
    text-align: center;
}
.order_tab_ul li + li{
    margin-left:20px;
}
.order_tab_ul li a{
    display:flex;
    align-items: center;
    background: #fff;
    color: #000;;
    padding: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border:1px solid rgba(0,0,0,0.3);
}
.order_tab_ul li a .icon{
    width:40px;
    flex:0 0 40px;
    margin-right: 10px;
}
.order_tab_ul li a .icon svg{
    float:left;
    max-width: 100%;;
}
.order_tab_ul li a .icon path,
.order_tab_ul li a .icon rect,
.order_tab_ul li a .icon polygon{
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    fill:#000;
}
.order_tab_ul li a .title{
    font-size:15px;
    color:#000;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.order_tab_ul li a:hover,
.order_tab_ul li a.active{
    background: #000;
    color:#fff;
    text-decoration: none;
}
.order_tab_ul li a:hover .icon path,
.order_tab_ul li a:hover .icon rect,
.order_tab_ul li a:hover .icon polygon,
.order_tab_ul li a.active .icon path,
.order_tab_ul li a.active .icon rect,
.order_tab_ul li a.active .icon polygon{
    fill:#fff;
}
.order_tab_ul li a:hover .title,
.order_tab_ul li a.active .title{
    color:#fff;

}
.white_menu .front_end_menu_wrap .menu_front_wrap ul li a{
    color:#fff;
}
.white_menu .front_end_menu_wrap .menu_front_wrap .common_anchor {
    border-color:#fff;
    background: #fff;
    color:#000;
}
.white_menu .front_end_menu_wrap .menu_front_wrap .common_anchor.secondary {
    border-color:#fff;
    color:#fff;
    background: transparent;
}
.white_menu .front_end_menu_wrap .menu_front_wrap .common_anchor:hover,
.white_menu .front_end_menu_wrap .menu_front_wrap .common_anchor.secondary:hover {
    border-color:#ffffff;
    background: #000;
    color:#fff;
}
.prod_imgs_order{
    display:flex;
    align-items: center;
    justify-content: start;
}
.prod_imgs_order &gt; *{
    margin-right: 10px;;
}
.prod_imgs_order .pcnt{
    margin-right: 10px;;
    font-family: semi_font;    font-size: 15px;
}
.selected_file_wrap .common_header  {
    width:100%;
    float:left;
    display:inline-block;
    overflow:hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.chat_wrap{
    padding-left: 60px;
    padding-right: 60px;
}
.grid_listing_parent_wrap ul{
    display:flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.login_parent_wrap .login_wrap{
    z-index: 10;
}
.three_list_wrap.flex{
    display:flex;
    flex-wrap: wrap;
}
.filters_right_buttons{
    float:right;
    display: inline-block;
}
.margin-bottom-10{
    margin-bottom: 10px;
}
.combo_selection .backdrop{
    position: fixed;
    top:0;
    left:0;
    bottom:0;
    right:0;
    z-index: 6;
    display:none;
}
.combo_selection.active .backdrop{
    display:inline-block;
}
.combo_selection .values_wrap ul li{
    border-color: #AEAEAE;
}
.combo_selection .values_wrap ul{
    margin-left: -1px;
    width: calc(100% + 1px);
}
.badge-success{
    background: lightgreen;
    color:#000;
}
.ui-datepicker{
    z-index: 10 !important;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year{
    color:#000 !important;
}
.buyer_quick_search_selection  .badge{
    display: flex;
    float: left;
    margin:2px;
    align-items: center;
    justify-content: center;
}
.buyer_quick_search_selection  .badge img{
    width:16px;
}
.showhide_pass{
    position: absolute;
    top:50%;
    right:10px;
    line-height: 13px;
    font-size:13px;
    margin-top:-5px;
}
.showhide_pass .hidep{
    display:none;
}
.showhide_pass.active .hidep{
    display:inline-block;
}
.showhide_pass.active .showp{
    display:none;
}
.ui-widget,
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button{
    font-family: reg_font;
}
.reg_selected_type_wrap .action_a{
    float:none;
}
.login_wrap .top_success_wrap .alert-success{
    margin-top: 20px;
    margin-bottom: 0;
}
.login_parent_wrap.register .button_login_wrap p span{
    padding-right: 10px;
}
.selected_file_wrap .common_header  {
    padding-top: 0 !important;
    text-align: center;
}
.selected_file_wrap.has_border{
    border:1px solid #c2c2c2;
    border-radius: 10px;
}
.selected_file_wrap.has_border .common_header{
    font-size: 12px;
}
.upload_file_button .upload_file_image_button [type="file"]{
    position: absolute;
    top: 0;
    margin-top: 0;
    opacity: 0;

    left:0;
}
.chat_wrap .text p{
    padding: 0;
}
.chat_wrap .text{
    padding:20px;
    border-radius: 10px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 12px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 12px -2px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 12px -2px rgba(0,0,0,0.75);
    color:#000;
}
.chat_wrap .date{
    color:#999;
    margin-top: 10px;
}
.chat_wrap .user_label{
    position: absolute;
    top:0;
    left:0;
    width:40px;
    height:40px;
    border-radius: 40px;
    background: #000;
    color:#fff;
    line-height: 40px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
}

.chat_wrap.right .user_label{
    left:auto;right:0;
}
.chat_wrap.right .date{
    text-align: right;
}
.chat_wrap + .chat_wrap{
    margin-top: 20px;
}
.bot_sticky_chat{
    position: sticky;
    bottom:0;
    left:0;

}
.bot_sticky_chat .inner_wrap{

    height:300px;
}
.bot_sticky_chat .inner_wrap p{

    padding-top: 0;
}
.label_as_select{

}
.label_as_select .inner_label {
    width:120px;
    border:1px solid #bdbdbd;
    font-weight: 400;
    padding:10px 15px;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
    margin:5px;
}
.label_as_select .inner_label svg{
    max-width: 60px;
}
.label_as_select [type="radio"]{
    display:none;
}
.label_as_select .inner_label p{
    padding-top: 10px !important;
}
.label_as_select [type="radio"]:checked + .inner_label {
    border-color: #000;
}
.left_menu_wrap .child_items.active{
    display:none;
}
.left_menu_wrap:hover .child_items.active{
    display:inline-block !important;
}
.alert.full_wrap{
    padding: 10px !important;
}
.upload_file_abs{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index: 5;
    opacity: 0;
    cursor: pointer !important;
}
.task_loader{
    position: fixed;
    top:0;
    left:0;
    z-index: 1000;
    display:none;
    width:100%;
    height:100%;
    background: url('../images/loader.gif') center center no-repeat rgba(255,255,255,0.5);
    background-size: 50px auto;
}
.task_loader.active{
    display:inline-block;
}
.login_parent_wrap{
    min-height: 100vh;
    height: auto;
}
.login_parent_wrap.register .login_wrap{
    margin-bottom: 100px;
}
.error_full_wrap{
    width:100%;
    float:left;
    display:inline-block;
    color:maroon;
}
.common_anchor.active{
    color:transparent !important;
    position: relative;
    cursor: not-allowed;
    background: #000 !important;

}
.common_anchor.active:after{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: url('../images/btn_loader.gif') center center no-repeat;
    background-size: 50px auto;
    content:'';
}
.margin_top_10{
    margin-top: 10px;
}
.margin_top_20{
    margin-top: 20px !important;
}
.alert{
    width:100%;
    display:inline-block;
}
.common_anchor.wauto{
    width:auto !important;
}
.para_a{
    color:#000;
    display:inline-block;
}
.flex_a{
    display: flex;
    align-items: center;
}
.flex_a img{
    width:30px;
    margin-right: 10px;
}
.common_anchor.small{
    padding:7px 20px;
    margin-top: 20px;
}
.common_anchor.danger{
    background: #d33d3d;
}
.common_anchor.green{
    background: darkolivegreen;
}
.common_header.success{
    font-size:15px;
    text-align: center;
    line-height: 30px;
    margin-top:10px;
}
.white_container.center_content{
    display:flex;
    flex-wrap: wrap;
    align-items: center;
}
.confetti_full_screen_wrap {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
    height: 100%;
}
.upload_parent_wrap .form_wrap .common_blocked_button .parent.selected_file_wrap,.selected_file_wrap{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index: 10;
    background: #fff;
    border-radius: 20px;
    align-items: center;
    display: flex;
}
.upload_parent_wrap .form_wrap .common_blocked_button .parent.selected_file_wrap.has_image,.selected_file_wrap.has_image{
    position: relative;
    top:auto;
    left:auto;
    height:auto;
    width:auto;
}

.upload_parent_wrap .form_wrap .common_blocked_button .parent.selected_file_wrap .close_anchor,.selected_file_wrap  .close_anchor{
    position: absolute;
    top:0;
    right:0;
    width:30px;
    z-index: 10;
}
.upload_parent_wrap .form_wrap .common_blocked_button .parent.selected_file_wrap.has_image .close_anchor,.selected_file_wrap.has_image .close_anchor{
    top:-15px;
    right:-15px;
    height:32px;
    width:32px;
    background: #fff;
    border-radius: 30px;
    padding: 5px;
    border:1px solid #d6d6d6;
}
.loader{
    position: fixed;
    top:0;
    z-index: 1060;
    left:0;
    width:100%;
    display:none;
    height:100%;
    background:url("../images/loader.gif") center center no-repeat rgba(255,255,255,0.5);
}
.loader.active{
    display:inline-block;
}
.advance_search_wrap{
    display:none;
}
.advance_search_wrap.active{
    display:inline-block;
}
.parent_container.search.no_abs .advance_search_wrap{
    display:inline-block;
}
.order_list_parent ul li .actions_wrap.no_btn{
    margin-top: 20px;
}
.combo_selection p.selected{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.is_editable .form_field{
    padding: 5px;
    border-radius: 0;
    margin-top:0;
    border:none;
    background: transparent;
    font-size:12px;
}
a{
    cursor: pointer;
}
.review_star_parent{
    float:left;
    display:inline-block;
}
.review_star_parent .filled{
    display:none;
}
.review_star_parent.active .filled{
    display:inline-block;
}
.review_star_parent.active .emptyy{
    display:none;
}
.left_menu_wrap .child_items a img{
    width:40px;
}
.image_preview_span{
    width:150px;
    padding: 10px;
    display:inline-block;
    align-items: center;
    overflow: hidden;


}

.selected_file_wrap .data_wrap .common_header  img{

}
.percentage_3col_wrap{
    color:#000;
}
.main_common_listing_table_wrap th.text-left{
    text-align: left;
}
.advance_search_bg{
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index: 999;
    display:none;
}
.filter_content_wrap{
    z-index: 1000;
}
.margin_bottom_20{
    margin-bottom: 20px;
}
.advance_search_bg.active{
    display: inline-block;
}
.action_a{
    width:25px;
    float:left;
    cursor: pointer;
    display:inline-block;
}
.action_a + .action_a{
    margin-left: 5px;
}
.btn.btnactive{
    background: #000 !important;
    text-shadow: none !important;
    color:#fff !important;
}
.is_editable{
    padding: 0 !important;
}
.fix_notification_wrap{
    position: fixed;
    bottom:20px;
    right:20px;
    width:400px;
    padding: 20px;
    z-index: 1012;
    pointer-events: none;
}
.fix_notification_wrap:empty{

}
.fix_notification_wrap .alert{
    margin-top: 0;
    margin-bottom: 0;
}
.fix_notification_wrap .alert + .alert{
    margin-top: 20px;
}
.general_popup_wrap{
    position: fixed;
    top:0;
    left:0;
    display:none;
    width:100%;
    height:100%;
    overflow: auto;
    z-index: 1010;
    background: rgba(248,248,248,0.7);
    -webkit-backdrop-filter: saturate(180%) blur(10px);
    backdrop-filter: blur(10px);
    text-align: center;
    padding: 50px 20px;
}
.general_popup_wrap.nobot_pad{
    padding-bottom: 0;
}
.general_popup_wrap.active{
    display:inline-block;
}
.general_popup_wrap .inner_wrap{
    width: 500px;
    display:inline-block;
    background: #ffffff;
    text-align: left;
    padding: 20px;
}
.general_popup_wrap .inner_wrap .common_header{
    padding-top: 0;
    padding-bottom: 20px;
    font-size:20px;
    border-bottom: 1px solid #000;
    margin-bottom: 10px;
}
.general_popup_wrap .inner_wrap .close_btn{
    position: absolute;
    z-index: 1;
    right:0;
    width:30px;
}
body .form_field{
    margin-top: 5px;
}
.product_mega_parent_wrap{
    padding-left: 50px;
}
.product_video_iframe{
    width:100%;
    border:0;
    height:600px;
}
.has_chat_span{

    width:5px;
    height:5px;
    background: maroon;
display: inline-block;
    margin-right: 5px;
    border-radius: 5px;
}
.footer_wrap .icon_wrap{
    margin-top: 20px;
}
.single_certificate_wrap{
    position: fixed;
    bottom: 30px;
    left: 120px;
    z-index: 10;

}
.saved_search_items_wrap{
    max-height: 300px;
    overflow-y: auto;
}
.saved_search_item{
    background: #f6f6f6;
    padding: 10px;

    margin-bottom: 5px;
}
.saved_search_item .name{
    float:left;
    display:inline-block;
    width:70%;
}
.saved_search_item .action_div{
    float:right;
    width:30%;
    text-align: right;
}
.saved_search_item .action_div .action_a{
    width:20px;
    float:none;

}
.whatsapp_fix {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 900;
}

.whatsapp_fix a,.single_certificate_wrap a {
    float: left;
    display: inline-block;
    position: relative;
    background: #fff;
    padding: 10px;
    padding-right: 20px;
    color: #000;
    font-size: 14px;
    border-radius: 30px;
}
.single_certificate_wrap a {
    border:1px solid #a7a7a7;
}

.whatsapp_fix a img,.single_certificate_wrap a img {
    display: inline-block;
    width: 40px;
    margin-right: 10px;
}
.mobile_menu{
    display:none;
}
.home_popup_wrap{
    position: relative;
    background: #FFF;
    padding: 0px;
    width: auto;
    max-width: 750px;
    margin: 20px auto;
}
.home_popup_wrap .mfp-close{
    color:#fff !important;
}
.fullscreen-bg-video {
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}
.home_slider_top_wrap .data_wrap,
.home_bottom_video_wrap  .data_wrap{
    z-index: 10;
}
.features_front_wrap ul .swiper-slide li{
    width: 100%;
    margin-bottom: 30px;
}
.theme_arrow{
    width:40px;
    height:40px;
    background-color:#000;
    line-height:40px;border-radius:40px;
}
.theme_arrow:after{
    font-size:20px;color:#fff;
}
.general_content_wrap.has_bot_pad,
.margin_bot_prefoot{
    padding-bottom: 70px;
}
.general_content_wrap{
    margin-top: 50px;
}
b,strong{
    font-family: bold_font;
    font-weight: normal;
}
.white_menu .white_logo img{
    width:200px;
}
.front_end_menu_wrap .menu_front_wrap ul li .sub-menu-ul{
    position: absolute;
    top:100%;
    left:0;
    min-width: 100%;
    width: auto;
    background: #fff;
    padding:10px;
    text-align: left;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border:1px solid #999;
}
.front_end_menu_wrap .menu_front_wrap ul li:hover .sub-menu-ul{
    opacity: 1;
    visibility: visible;
}
.front_end_menu_wrap .menu_front_wrap ul li .sub-menu-ul li{
    margin-right: 0;
}
.front_end_menu_wrap .menu_front_wrap ul li .sub-menu-ul li a{
    white-space: nowrap;
    background: #fff !important;
    color:#000 !important;
    padding:0;
    text-transform: none;
    padding-right: 30px;
}
.front_end_menu_wrap .menu_front_wrap ul li .sub-menu-ul li + li{
    margin-top: 10px;
}
.half_front_why_parent ul li img{
    width: 300px;
}
.gridContainer.med{
    max-width: 1200px;
}
.has_h_scroll{

}
.grid_listing_parent_wrap ul li .data_wrap a{
    text-decoration: none !important;
}
.grid_listing_parent_wrap ul li .image_wrap{
    overflow: hidden;
}

.blackp{
    color:#000 !important;
}
.listing_wishlist_a{
    position: absolute;
    top:10px;
    right:10px;
    z-index: 15;
    width:30px;
    padding: 5px;
    border:1px solid #a7a7a7;
    background:#fff;
    border-radius: 30px;
}
.listing_wishlist_a img{
    float:left;
}
.center_form_wrap{
    margin: 0 auto;
    max-width: 1000px;
}
.center_title{
    text-align: center;
}
.center_title .title_wrap{
    width:100%;
    text-align: center;
}
.left_half_wrap{
    padding-right: 10px;
}
.right_half_wrap{
    padding-left: 10px;
}
.breadcrumbs_parent_wrap nav{
    margin-bottom: 0;
    background: #fff;
}
.breadcrumbs_parent_wrap nav ol{

    background: #fff;
}
.breadcrumbs_parent_wrap nav a{
    color:#000;font-size:12px;
}
.login_parent_wrap.register.nobg{
    background: transparent;
}
.hover_plp_video_wrap{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:0;
    background: url('../images/loader.gif') center center no-repeat #fff;
    background-size: 30px auto;
}
.popup_video_iframe{
    width:100%;
    float:left;
    display:inline-block;
    position: relative;
    border: 0;
    height:400px;
}
.hover_plp_video_wrap .vid_quick_view{
    position: absolute;
    top:0;
    left:0;
    z-index: 6;
    cursor: pointer;
    width:100%;
    height:100%;
}
.hover_plp_video_wrap iframe{
    width:100%;
    border:0;
    float:left;
    display:inline-block;
    height:100%;
}
.grid_listing_parent_wrap ul li.video_loaded .hover_plp_video_wrap{
    height:100%;
    opacity: 0;
    visibility: hidden;
}

.grid_listing_parent_wrap ul li.video_loaded:hover .hover_plp_video_wrap{
    opacity: 1;
    visibility: visible;
}
.text-justify p{
    text-align: justify;
}
.half_front_why_parent ul li .common_header{
    font-family: reg_font
}
.text-left .main_common_listing_table_wrap{
    text-align: left
}
.advance_shape_wrap ul .swiper-slide li{
    width:100% !important;
}
.advance_shape_wrap ul .theme_arrow {
    width:25px;
    height:25px;
}
.advance_shape_wrap ul .theme_arrow:after {
    font-size:12px;
}
.count_circle{
    min-width:20px;
    height:20px;
    display:inline-block;
    border-radius: 20px;
    text-align: center !important;
    background: #000 !important;
    color:#fff !important;
    padding: 0 3px;
    font-size:12px !important;
    line-height: 20px !important;
}

@-webkit-keyframes myanimation{
    0%{
        color:#fff;background:#000
    }
    50%{
        color:#000;
        background:#f7f7f7
    }
    to{
        color:#fff;
        background:#000
    }
}
.common_anchor.blink{
    animation: myanimation 1s infinite;
}

/* PRODUCT STARTS */
.product_parent_wrap .image_wrap{
    height:calc(100vh - 50px);
    position: sticky;
    overflow: hidden;
    top:80px;
    left:0;
}

.product_parent_wrap .image_wrap .product_video_iframe{
    height:100%;
}
.product_spec_wrap{
    margin-top:40px;
    padding-right: 10px;
    padding-left: 10px;
}
.product_spec_wrap ul{
    margin-bottom: 10px;
}
.product_spec_wrap ul.three_ul li{
    width:31.33%;
    margin-right: 3%;
}
.product_spec_wrap ul.three_ul li:nth-child(3n+0){
    margin-right: 0
}
.spec_title_wrap{
    padding: 10px;
    background: #e3e3e3;
    color:#000;
    font-family: bold_font;
    letter-spacing: 0.1em;
    width:100%;
    float:left;
    display:inline-block;
    margin-bottom: 10px;
}
/* PRODUCT ENDS */
.left_menu_wrap{
    z-index: 300;
}
.flag_field_wrap{
    display: flex;
    align-items: center;
}
.flag_field_wrap .flag_dp_wrap{
    flex: 0 0 80px;

    position: relative;
}
.flag_field_wrap .flag_dp_wrap + .form_field{
    margin-left: 10px;
}
.flag_field_wrap .flag_dp_wrap .selected_country_flag{
    position: absolute;
    top:5px;
    pointer-events: none;
    left:0;
    width:100%;
    bottom:0;
    display:flex;
    align-items: center;
    justify-content: center;
}
.flag_field_wrap .flag_dp_wrap .selected_country_flag img{
    margin-right: 5px;
}
.flag_field_wrap .flag_dp_wrap .form_field{
    color:transparent;

}
.flag_field_wrap .flag_dp_wrap .form_field option{
    color:#000;
}
body .general_popup_wrap  .nav.nav-tabs{
    margin-top: 0 !important;
}
.grid_listing_parent_wrap ul li.video_loaded .swiper-slide .hover_plp_video_wrap{
    position: relative;
    top:auto;
    left:auto;
    height:100%;
    opacity: 1;
    visibility: visible;
}
.product_parent_wrap .image_wrap,
.product_parent_wrap .data_parent_wrap{
    width:50%;
}
.discount_percent_black{
    background: #000;
    display:inline-block;
    padding:5px 10px;

    border-radius: 30px;
    color:#fff !important;
}
.common_anchor.hasicon {
    display:flex;
    float:left;
    align-items: center;
    white-space: nowrap;
}
.common_anchor.hasicon  .icon{
    display:inline-block;
    width: 20px;
    float:left;
    margin-right: 5px;
}
.common_anchor.hasicon  .icon svg{
    float: left;
}
.common_anchor.hasicon  .icon path{
    fill:#fff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.common_anchor.hasicon:hover  .icon path{
    fill:#000;
}
.pdp_name{
    float:left;
    display:inline-block;
    margin-right: 10px;
}
.pdp_name span{
    float:left;
    display:inline-block;
}
.pdp_name span + span{
    margin-left:10px;
    padding-left: 10px;
    border-left:2px solid #b3b3b3
}
.product_parent_wrap .data_parent_wrap .data_wrap .name_wrap .common_header{
    display:flex;align-items: center;
    flex-wrap: wrap;
}
.product_parent_wrap .data_parent_wrap .data_wrap .name_wrap,
.product_parent_wrap .data_parent_wrap .data_wrap .name_wrap .common_header{
    width:100%;
}
.home_slider_top_wrap.half{
    padding-top: 250px;
    background-position:center center !important;
    padding-bottom: 100px;
}
.home_slider_top_wrap.half,
.home_slider_top_wrap.half .data_wrap{
    height:auto;
}
.login_parent_wrap.landing .inner_wrap{
    position: relative;
    z-index: 20;
    padding-top: 40px;
    padding-bottom: 40px;
    display:flex;
}
.login_parent_wrap.landing .inner_wrap .half_wrap:first-child{
    padding-right: 30px;
}
.login_parent_wrap.landing .inner_wrap .half_wrap:last-child{
    padding-left: 30px;
}
.login_parent_wrap.landing .inner_wrap .login_wrap{
    width:100%;
}
.login_parent_wrap.white_landing .login_wrap{
    background: transparent;
}
.login_parent_wrap.white_landing .login_wrap .error_full_wrap{
    color:lightcoral;
}
.login_parent_wrap.white_landing .login_wrap .white_logo{
    display:inline-block;
}
.login_parent_wrap.white_landing .login_wrap p{
    color:#fff;
}
.login_parent_wrap.white_landing .login_wrap .common_anchor{
    border:1px solid #fff;
}
.login_parent_wrap.white_landing .login_wrap .form_field{
    background: rgba(255,255,255,0.2);
    color:#fff;
}
.percentage_3col_wrap{
    margin-top: 10px;
    font-size:12px;
}
.percentage_3col_wrap .col-xs-4:nth-child(3){
    text-align: right;
}
.percentage_3col_wrap .col-xs-4:nth-child(2){
    text-align: center;
}
.percentage_3col_wrap .col-xs-4:nth-child(1){
    text-align: left;
}
.order_list_parent ul li.full_wrap{
    width:100%;
}
.order_table_parent{
    padding: 20px;
    border-radius: 10px;
    background: #fff;
}
.order_table_parent .order_table{
    border-collapse: collapse;
    width:100%;
}
.order_table_parent .order_table th{
    background: #000;
    color:#fff;
}
.order_table_parent .order_table td,
.order_table_parent .order_table th{
    border:1px solid #000;
    padding: 10px;
}
.order_table_parent .order_table td.img{
    width:150px;
}
.order_table_parent .order_table td.price{
    white-space: nowrap;
}
.for_mobile{
    display:none;
}
.common_anchor.blborder{
    border:1px solid #000;
}
.emails_list_wrap{
    margin-top: 50px;
}
.emails_list_wrap .inner_wrap{
    margin-top:70px;
    padding: 15px;
    border-radius: 15px;
    -webkit-box-shadow: 0px 0px 17px -4px rgba(0,0,0,0.6);
    -moz-box-shadow: 0px 0px 17px -4px rgba(0,0,0,0.6);
    box-shadow: 0px 0px 17px -4px rgba(0,0,0,0.6);
}
.emails_list_wrap .inner_wrap .icon_wrap .img{
    width:100px;
    display:inline-block;
    padding: 15px;
    overflow: hidden;
    margin-bottom: 15px;
    background: white;
    margin-top: -50px;
    border-radius: 100px;
    -webkit-box-shadow: 0px 0px 17px -4px rgba(0,0,0,0.6);
    -moz-box-shadow: 0px 0px 17px -4px rgba(0,0,0,0.6);
    box-shadow: 0px 0px 17px -4px rgba(0,0,0,0.6);
}
.emails_list_wrap .inner_wrap p{
    font-family: bold_font;
    padding-top: 0;
}
.map_wrap{
    padding: 10px;
    background: #f7f7f7;
    margin-top: 50px;

}
.map_wrap iframe{
    width:100%;
    float:left;
    display:inline-block;
    border: 0;
}
.address_select_wrap .address_item_wrap{
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.address_select_wrap .address_item_wrap [type="radio"]{
    position: absolute;
    top:0;
    left:0;
}
.address_select_wrap .address_item_wrap label{
    width:100%;
    float:left;
    display:inline-block;
    position: relative;
    padding-left: 30px;
}
.back_button_pdp.mobile{
    display:none;
}
@media only screen and (max-width: 1500px){
    .back_button_pdp{
        top:10px;
    }
}
@media only screen and (min-width: 1100px){
    .home_values_wrap ul.three_ul li{
        width:31.33% !important;
        margin-right: 3% !important;
    }
    .home_values_wrap ul.three_ul li:nth-child(3n+0){

        margin-right: 0% !important;
    }
    .footer_wrap{
        padding-top: 50PX;
        padding-bottom: 100PX;
    }
    .white_menu  .white_logo{
        display:inline-block;
    }
    .white_menu  .black_logo{
        display:none;
    }
    .product_parent_wrap .data_parent_wrap .data_wrap p,
    .product_parent_wrap .data_parent_wrap .product_spec_wrap p,
    .product_parent_wrap .spec_title_wrap{
        font-size: 15px;
    }
    .main_menu_top_wrap .white_container .logo_wrap.back_panel_logo_wrap img{
        max-width: 130px;
    }
    .main_common_listing_table_wrap{
        font-size:13px;
    }
    body.inner_body p, body.inner_body .btn-group a, body.inner_body .btn-group, body.inner_body .btn-group button, body.inner_body .form_field, body.inner_body .content_ul li, body.inner_body .nav.nav-tabs li a{
        font-size:15px !important;
    }
    .ipad_wrap_home.fullh .parent{
        height:100vh
    }
    .ipad_wrap_home.fullh .image_wrap{
        margin-top: auto;

    }
    .product_parent_wrap .image_wrap .tab-content,
    .product_parent_wrap .image_wrap .tab-pane{
        height:100%;
    }
}
@media only screen and (max-width: 1100px){
    .home_values_wrap ul.three_ul li{
        width:31.33% !important;
        margin-right: 3% !important;
    }
    .home_values_wrap ul.three_ul li:nth-child(3n+0){

        margin-right: 0% !important;
    }
    .footer_wrap{
        padding-top: 50px;
        padding-bottom: 100px;
    }
    .half_front_why_parent ul.contact_ul li{
        width:33.33%;
        padding-right: 10px;
        padding-left: 10px;
        margin-right: 0;
    }
    .product_parent_wrap .image_wrap .tab-content,
    .product_parent_wrap .image_wrap .tab-pane{
        height:100%;
    }
    .product_spec_wrap ul.three_ul li{
        width:100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .ipad_wrap_home.fullh .image_wrap{
        margin-top: auto;

    }
    .product_video_iframe{

        height:450px;
    }
    .mobile_menu{
        position: fixed;
        top:87px;
        bottom:0;
        text-align: center;
        z-index: 1000;

        background: rgba(255, 255, 255, 0.8);
        -webkit-backdrop-filter: saturate(180%) blur(20px);
        backdrop-filter: blur(20px);
        padding: 50px;
        width:100%;
        border-top:1px solid rgba(0,0,0,0.2)
    }
    .mobile_menu .content_ul{
        width:100%;
        display:inline-block;
        padding:0;
        margin:0;
    }
    .mobile_menu .content_ul li{
        width:100%;
        display:inline-block;
        padding:0;
        margin:0;
    }

    .mobile_menu .content_ul li a{
        width:100%;
        display:inline-block;
        padding:0;
        margin:0;
        color: #000;
        text-transform: uppercase;
        letter-spacing: 0.2em;
        display: inline-block;
        padding: 5px;
        border-radius: 8px;
        font-family: med_font;
    }
    .mobile_menu .content_ul li .plus_minus{
        font-size:20px;
    }
    .mobile_menu .content_ul li .sub-menu-ul{
        display:none;
        padding-left: 0;
        margin-bottom: 20px;
    }
    .mobile_menu .content_ul li .sub-menu-ul li a{
        text-transform: initial;
    }
}
@media only screen and (max-width: 786px){
    .order_tab_ul{
        white-space: nowrap;
        overflow-x: scroll;
        padding-bottom: 10px;
    }
    .order_tab_ul li + li{
        margin-left:-5px;
    }
    .title_filter_wrap .filter_wrap.show_always .common_anchor{
        display:inline-block;margin-top: 0;
    }
    .product_parent_wrap #qck_menu1 .product_video_iframe{
        width:130%;
        margin-left:-15%;
        max-width: 130%;
    }
    .home_values_wrap ul.three_ul li{
        width:100% !important;
        margin-right: 0% !important;
    }
    .home_values_wrap ul.three_ul li:nth-child(3n+0){

        margin-right: 0% !important;
    }
    .product_parent_wrap .image_wrap,
    .product_parent_wrap .data_parent_wrap{
        width:100%;
    }
    .product_parent_wrap .image_wrap .tab-content,
    .product_parent_wrap .image_wrap .tab-pane{
        height:auto;
    }
    /* PRODUCT STARTS */
    .product_parent_wrap .image_wrap{
        height:auto;
        position: relative;
        top:auto;
        left:auto;
    }

    .product_parent_wrap .image_wrap .product_video_iframe{
        height:600px;
    }
    /* PRODUCT ENDS */
    .product_video_iframe{

        height:600px;
    }
    .login_parent_wrap.register .login_wrap{
        margin-bottom: 150px;
    }
}
@media only screen and (max-width: 480px){
    .order_tab_ul li a{

    }
    .error_svg_wrap svg{
        width:180px !important;
    }
    .back_button_pdp.mobile{
        display:inline-block;
        top: 50px;
    right: 10px;
    }
     .back_button_pdp.mobile .common_anchor{
       padding: 5px 20px;;
    }
    .back_button_pdp.desktop{
        display:none;
    }
    .product_parent_wrap #qck_menu1 .product_video_iframe{
        width:100%;
        margin-left:0;
        max-width: 100%;
    }
    .order_tab_ul li a{
        padding: 5px;    font-size: 11px;
    }
    .order_tab_ul li a .title{
        font-size:12px;
    }
    .order_tab_ul li a .icon{
        width:20px;
        margin-right: 5px;
        flex:0 0 20px;
    }
    .for_mobile{
        display:inline-block;
    }
    .order_table_parent .order_table thead{
        display:none;
    }
    .order_table_parent .order_table tbody tr td.img{
        width: 100%;
        text-align: center;
    }
    .order_table_parent .order_table tbody tr td.img img{
        max-width: 100px;
    }
    .order_table_parent .order_table,
    .order_table_parent .order_table tbody,
    .order_table_parent .order_table tbody tr,
    .order_table_parent .order_table tbody tr td{
        width:100%;
        float:left;
        display:inline-block;
        border: 0;
    }
    .order_table_parent .order_table tbody tr + tr{
        border-top: 2px solid #000;
    }
    .order_table_parent .order_table tbody tr{
        position: relative;
    }

    .order_table_parent{
        padding: 10px;
    }
    .percentage_3col_wrap{
        font-size:10px;
    }
    .login_parent_wrap.landing .inner_wrap{
        flex-wrap: wrap;
    }
    .login_parent_wrap.landing .inner_wrap .half_wrap:first-child{
        padding-right: 0px; width:100%;
    }
    .login_parent_wrap.landing .inner_wrap .half_wrap:last-child{
        padding-left: 0px; width:100%;margin-top: 30px;
    }
    .login_parent_wrap.landing .inner_wrap .login_wrap{
        width:100%;
    }
    .half_front_why_parent ul.contact_ul li{
        width:100%;
margin-bottom: 30px;
    }
    .half_front_why_parent.contact .half_wrap:last-child{
        margin-top: 20px;
    }
    .half_front_why_parent ul.contact_ul li img{
        width:100px;
        max-width: none !important;
    }
    .product_parent_wrap .data_parent_wrap .data_wrap{
        padding-left: 0;
        padding-right: 0;
    }
    .pdp_name,.discount_percent_black{
        font-size:15px;
    }
    .pdp_name span + span{
        padding-left: 5px;
        margin-left: 5px;
    }
    .common_anchor .icon{
        width:15px;
    }
    .general_popup_wrap .common_anchor.small{
        padding: 5px;
    }
    .left_menu_wrap{
        overflow: auto;
    }
    .product_spec_wrap ul.three_ul li{
        margin-top: 0px;
    }
    .split_word{
        word-break: break-all;
    }
    .product_parent_wrap .image_wrap .product_video_iframe{
        height:500px;
    }
    .theme_arrow{
        width:30px;
        height:30px;

        line-height:30px;
    }
    .theme_arrow:after{
        font-size:15px;
    }
    .mobile_menu{
        top:78px;
    }
    .whatsapp_fix {
        bottom: 20px;
        right: 20px;
    }
    .single_certificate_wrap{
        bottom: 20px;
        left: 20px;
    }
    .whatsapp_fix a,.single_certificate_wrap a  {

        padding: 7px;
        padding-right: 20px;font-size: 12px;

    }
    .whatsapp_fix a img,.single_certificate_wrap a img {

        width: 30px;

    }
    .product_parent_wrap .image_wrap{
        margin-top: 0;
    }
    .product_mega_parent_wrap{
        padding-left: 0;
    }
    .product_video_iframe{

        height:450px;
    }
    .bot_sticky_chat .inner_wrap{

        height:auto;
    }
    .fix_notification_wrap{
        bottom:0px;
        padding: 10px;
        right:10px;
        left:10px;
        width:auto;
    }
    .general_popup_wrap .inner_wrap{
        width: 100%;
    }
    .common_header.success{
        font-size:12px !important;

        line-height: 25px;

    }
    .left_menu_wrap,
    .left_menu_wrap:hover{
        width:100%;
        -webkit-transition: none;
        transition: none;
    }
    .map_wrap iframe{
        height:300px;
    }
    .emails_list_wrap .inner_wrap {
        margin-top: 50px;
    }
    .emails_list_wrap .inner_wrap .icon_wrap .img{
        width:80px;
        margin-top: -40px;
    }
}
</pre></body></html>