<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.nav_ul li p a{
    color:#afafaf
}
.home_categories_wrap{
    padding-bottom:0;
}
.follow_media_wrap{
    padding-top:100px;
}
.home_video_wrap .common_header,
.follow_media_wrap .common_header{
    padding-top:0 !important;color: #2e3591;        font-family: st_bold;
}

.home_categories_wrap ul{
    padding-top:20px !important;
}
.home_video_wrap{
    padding-top:100px;
}
.social_li a{
    display: inline-block;
    float:left;
    width: 30px;
}
.logo_footer_wrap .image_wrap img{
    width: 150px;
}
.header_ul li{
    display: flex;
    align-items: center;
}
.header_wrap .logo_wrap img{
    width: 160px;;
}
.latest_gallery{
	display:flex;
	align-items:start;
	flex-wrap:wrap;
}
.fancy_radio{
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.34);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.34);
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.34);
}
.home_video_wrap .gridContainer{
    max-width: 1230px;
    min-width: 1230px;
}
.home_video_wrap iframe{
    height:800px;
}
.enquiry_popup_bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: rgba(0,0,0,0.5);
    backdrop-filter: blur(8px);
    display: none;
}
.enquiry_popup_wrap{
    position: fixed;
    top:0;
    width:400px;
    height:100%;
    overflow-y: auto;
    z-index: 1001;
    background: #fff;
    padding: 20px;
    right:-400px;
    border-left: 1px solid rgba(255,255,255,0.3);
    -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;
}
.enquiry_popup_wrap .close_wrap{
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 10;
    cursor: pointer;
    width: 45px;
}
.enquiry_popup_wrap.active{
    right:0;
}
.size_lia.image_size_lia{
    margin-top: 10px;
}
.size_lia.image_size_lia{
    background: #e1e1e1 !important;
    width:23%;
}
.size_lia.image_size_lia.color_size_lia{
    background: #e1e1e1 !important;
    width:100px;
    padding: 0;
}
.size_lia.image_size_lia.color_size_lia .select_border{
    -webkit-box-shadow: 0px 0px 2px 2px rgba(255,255,255,1);
    -moz-box-shadow: 0px 0px 2px 2px rgba(255,255,255,1);
    box-shadow: 0px 0px 2px 2px rgba(255,255,255,1);
}
.size_lia.image_size_lia .select_border{
    position: absolute;
    top:-8px;
    left:50%;
    margin-left: -8px;
    width:17px;
    height:17px;
    border-radius: 16px;
    background: #fff;
    border:2px solid rgba(0,0,0,0.5);
}
.size_lia.image_size_lia .select_border .select_bg{
    position: absolute;
    top:2px;
    left:2px;
    right:2px;
    bottom:2px;
    border-radius: 10px;
    z-index: 2;
    opacity: 0;
    background: rgba(2,116,189,1);
}
.size_lia.image_size_lia:hover  .select_border,
.size_lia.image_size_lia.active  .select_border{
    border-color:rgba(2,116,189,0.5);
}
.size_lia.image_size_lia:hover  .select_border .select_bg,
.size_lia.image_size_lia.active  .select_border .select_bg{
    opacity: 1;
}
/**my_account**/

.my_account_wrap .gridContainer{
    max-width: 850px;
    min-width: auto;
}
.my_account_wrap{
    padding-top: 50px;
    padding-bottom: 50px;
}
.my_account_wrap .account_main{
    padding-top: 10px;
}
.my_account_wrap .inner_box_wrap{
    background: #9e9e9e6e ;
    margin: 0;
    border-radius: 30px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    padding: 30px;

}


.my_account_wrap .account_name_wrap{
    width: 50%;
    display: inline-block;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
}
.my_account_wrap .account_name_wrap h3{

    line-height: normal;
    letter-spacing: normal;
    font-size: 20px;
    margin: 0% !important;
}
.my_account_wrap .account_edit_wrap{
    width: 50%;
    display: inline-block;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: right;
    padding-top: 2px;
}
.person_editprofile{
    display: inline-block;
    float: right;
    cursor: pointer;
    border: 1px solid #3E4152;
    padding: 4px 8px !important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 800;
    text-align: center;
}
.my_account_data_list ul{
    width: 100%;
    display: inline-block;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 0;
}
.my_account_data_list ul li {
    width: 31.33%;
    display: inline-block;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    text-align: center;
    list-style: none;
    color: #000000;

    margin-right: 3%;


    margin-top: 28px;

}
.my_account_data_list ul li a{
    padding: 10px;
    color: #000000;
    padding:20px  10px;
    margin-right: 3%;
    border: 1px solid;border-radius: 10px;
    width:100%;
    display:inline-block;
    -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;

}
.my_account_data_list ul li a:hover{
    background-color: #cce8ff;
    text-decoration: none;
}

.my_account_ul li:nth-child(3n+0) {
    margin-right: 0;
}
.my_account_data_list ul li img {
    width: 50px;
}
.send_mes_wrap .left_txt_wrap .text_form{
    margin: 0;
}
.features_ul li .des_wrap p{
    color:#333;
}
.menu_wrap .menu_list_wrap li{
    position: relative;
}
.home_categories_wrap.is_circle .categories_ul {
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    align-items: start;
    justify-content: center;
    flex-wrap: wrap;
}
.home_categories_wrap.is_circle .categories_ul li{
    width: 220px;
    margin: 15px;
    padding-bottom: 0;
}
.home_categories_wrap.is_circle .categories_ul li img{
    border-radius: 250px;
    
}
/* Rewards Starts */
.common_rewards_wrap{
    position: fixed;
    left:20px;
    bottom:20px;
    z-index: 500;
}
.common_rewards_wrap .button_wrap{
    position: relative;
    float:left;
    display:inline-block;

    background:#000;
    color:#fff;
    border:1px solid #000;
    cursor: pointer;
    font-size:15px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}
.common_rewards_wrap .button_wrap span{
    float:left;
    display:inline-block;
    position: relative;
}
.common_rewards_wrap .button_wrap .text{
    padding:15px;
}
.common_rewards_wrap .button_wrap .close_img{
    display:none;
    width:51px;
    height:51px
}
.common_rewards_wrap .button_wrap .close_img img{
    width:36px;
    margin-top:7px;
    margin-left:7px;
}
.common_rewards_wrap .button_wrap.active .text{
    display:none;
}
.common_rewards_wrap .button_wrap.active .close_img{
    display:inline-block;
}
.common_rewards_wrap .description_wrap{
    position: absolute;
    bottom:100%;
    height:500px;
    left:0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width:350px;
    overflow-y: auto;
    margin-bottom: 10px;
    background:#fff;
    display:none;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.37);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.37);
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.37);
}
.common_rewards_wrap .description_wrap p{
    line-height: 1.8em;
}
.common_rewards_wrap .description_wrap .common_header{
    padding: 20px;
    font-size:17px !important;
    background:#000;
    color:#fff;
    letter-spacing: 0.1em !important;
}
.reward_bar_wrap{
    background:#e8e8e8;
    height:10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}
.reward_bar_wrap span{
    position: absolute;
    top:0;
    left:0;
    width:0;
    height:100%;
    background:green;
}
.common_rewards_wrap.logged .description_wrap{
    height:200px;
}
.common_rewards_wrap .description_wrap .common_anchor{

    font-size:14px;
    float:none;
}

.common_rewards_wrap .description_wrap .desc_wrap{
    padding: 20px;
    padding-top: 30px;
    overflow: visible;
    background: #fff !important;
    overflow: initial !important;
    top: auto;
    left: auto;
    display: inline-block;
    position: relative;
    height: auto;
}

.para_anchor.theme_anchor{
    border:none;
    color:#000;
}
.highlight_p{
    font-size:25px;
}
.checkout-checkout .common_rewards_wrap,
.checkout-checkout .whatsapp_fix{
    display:none !important;
}
.search_wrap .close_wrap{
    display:none;
}
.size_wrap{
    margin-top: 10px;
}
.color_black{
    color:#000;
}
.cart_page_wrap{
    margin-top: 10px;
}
.cart_top_wrap .gridContainer{
    max-width: 1250px;
}
.cart_table{
    width:100%;
    float:left;

}
.cart_table .image{

    vertical-align: top;
    width:200px;
}
.cart_table .image .image_wrap{

    background:#fff;margin-bottom: 15px;
}
.cart_table .cart_content{
    padding-left: 20px;vertical-align: top;
}
.cart_table .cart_content .inner_wrap{
    border:1px solid #d3d3d3;
    background:#fff;
    padding: 20px;
    margin-bottom: 15px;
}
.cart_table .cart_content .name_price_wrap{
    width:100%;
    float:left;
    font-size:20px;
    margin-bottom: 10px;
}
.cart_table .cart_content .name_price_wrap .name_td{
    text-align: left;
    width:70%;

}
.cart_table .cart_content .name_price_wrap .price_td{
    text-align: right;
}
.cart_table .quantity{
    margin-top: 10px;

}
.cart_table .quantity .label{
    margin-top: 13px;
    float:left;
}
.cart_table .quantity a{
    display:inline-block;
    width:30px;
}
.cart_table .input-group{
    border-collapse: separate;
    border-spacing: 0;
    float:left;
    margin-right:10px;
}
.cart_table .input-group input{
    min-width:100px;
    height: 39px;
    text-align: center;
}
.coupon_wrap{
    width:30%;
    float:right;
    margin-bottom: 15px;
}
.coupon_wrap .ctitle_wrap{
    float:right;
    margin-bottom: 10px;
}
.text_arrow{
    position: absolute;
    top:18px;
    width:25px;
    z-index: 1;
    right:10px;
}
.login_top_wrap.checkout{
    margin-bottom: 40px;
}
.checkout_wrap h6{
    font-size: 18px;
    width:100%;
    float:left;
    display:inline-block;
    margin-bottom: 20px;
    color: #2e3591;
}
textarea.text_form{
    border-radius: 15px;
}
.wallet_cart_parent td{
    padding: 10px;
    border-bottom: 1px solid #dfdfdf;
}
.login_top_wrap.account .empty_p,
.login_top_wrap.account .empty_wrap{
    text-align: center !important;
    width: 100%;
}
#top_success svg{
    max-width: 150px;
}
#top_success.large svg{
    max-width: 500px;
}
.latest_gallery li .desc_wrap .title_wrap p{
    color:#222;
}

.latest_gallery li .desc_wrap .title_wrap p{
    white-space: nowrap;
    width:100%;
    float:left;
    display:inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
}
.top_slider_wrap .image_wrap img{
    width:100%;
    float:left;
    display:inline-block;
}
.about_top_wrap{
    margin-top: 50px;
}
.about_top_wrap .common_header{
    font-family: st_med;
    color: #0c5987;
}
.about_top_wrap .about_item_wrap{
    margin-bottom: 50px;
}
.about_top_wrap .about_item_wrap .desc_wrap{
    width:60%;
    float:left;
    display:inline-block;
    padding-right: 40px;
}
.about_top_wrap .about_item_wrap .image_wrap{
    width:40%;
    float:left;
    display:inline-block;
}
.about_top_wrap .about_item_wrap.even .image_wrap{
    float:left;
}
.about_top_wrap .about_item_wrap.even .desc_wrap{
    float:right;
    padding-left: 40px;
    padding-right: 0px;
}
.about_top_wrap .about_item_wrap .desc_wrap.bg{
    background: #f7f7f7;
    padding: 40px;
}
.about_top_wrap .about_item_wrap .desc_wrap.bg2{
    background: #f7f7f7;
    padding: 40px;
}
.about_top_wrap .about_item_wrap .desc_wrap.full{
    width:100%;
}
.about_item_wrap.bg_cover{
    min-height: 800px;
}
.about_item_wrap.bg_cover .desc_wrap {
    width:50%;
    padding-top: 50px;
}
.about_item_wrap.bg_cover .desc_wrap  p{
    color:#fff;
}
.about_item_wrap.bg_cover .mobile_image{
    display:none;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year{
    color:#000;
}
.ui-widget.ui-widget-content{
    z-index: 1000 !important;
}
.text_form + .error_full_wrap{
    margin-top: -10px;
    margin-bottom: 20px;
    font-size:11px;
}
.signup_popup_wrap{
    position: relative;
    background: #FFF;
    padding: 0px;
    width: auto;
    max-width: 700px;
    margin: 20px auto;
}
.signup_popup_wrap .signup_content_wrap{
    position: absolute;
    top:0;
    right:0;
    height:100%;
    z-index: 10;
    width:50%;
    padding:20px;
}
.signup_popup_wrap .signup_content_wrap.bottom{
    height:auto;
    left:17.5%;
    width:65%;
    top:430px;
}
.signup_popup_wrap .signup_content_wrap .common_header{
    text-transform: uppercase;
}
.signup_popup_wrap .signup_content_wrap .desc{
    font-size:20px;
    margin-top: 15px;
}
.signup_popup_wrap .signup_content_wrap .form_wrap{
    margin-top: 15px;

}
.signup_popup_wrap .signup_content_wrap.bottom .submit_wrap{
    position: absolute;
    top:0;
    right:0;
}
.signup_popup_wrap .signup_content_wrap .text_form{
    width:70%;
    bordeR:1px solid #000;
    padding: 10px 15px;
    margin-bottom: 15px;
}
.signup_popup_wrap .signup_content_wrap.bottom .text_form{
    padding-top: 19px;
    padding-bottom: 18px;
    width:65%;
}
.signup_popup_wrap .mfp-close{
    color:#000 !important;
}
.signup_popup_wrap .popup_inner_wrap{
    background:#f5f6f1;
}
.hide_mb_icon{
    display:inline-block !important;
}
@media only screen and (max-width:480px){
    .slider_occassion_section .left_slider_occassion_wrap{
        position: relative;
        top: auto;
        left: auto;
        height: auto;
        padding: 50px;
    }
    .slider_occassion_section{
        padding-bottom: 0;
    }
    .slider_occassion_section .left_slider_occassion_wrap .common_header,
    .slider_occassion_section .left_slider_occassion_wrap p{
        color:#fff;
    }
    .slider_occassion_section .right_slider_occassion_wrap{
        padding: 50px 20px;
    }
    .about_top_wrap .about_item_wrap .desc_wrap{
        width:100%;
        margin-bottom: 30px;
        padding-right: 0px;
    }
    .about_top_wrap .about_item_wrap .desc_wrap.bg{
        padding: 20px;
    }
    .about_item_wrap.bg_cover .desc_wrap{
        width:100%;
    }
    .about_item_wrap.bg_cover .desc_wrap p{
        color:#333;
    }
    .about_item_wrap.bg_cover{
        min-height:auto;
        background: transparent !important ;
    }
    .about_item_wrap.bg_cover .mobile_image{
        display:inline-block;
        width:100%;
    }
    .about_top_wrap .about_item_wrap .image_wrap{
        width:100%;
        float:left;
        display:inline-block;
    }
    .home_video_wrap iframe{
        height:300px;
    }
    .option_name_wrap *{
        font-size:14px;
    }
    .enquiry_popup_wrap{
        width:95%;
    }
    .size_lia.image_size_lia{
        width:46.5%;
    }
    .size_lia.image_size_lia.color_size_lia{
        width:31%;
    }
    .add_process_wrap{
        z-index: 1000;
    }
    .reward_redeem_parent_wrap{
        margin-top:0px;
    }
    .reward_redeem_parent_wrap .common_anchor{
        margin-top:20px;
    }
    .common_rewards_wrap .description_wrap{
        width:280px;
        height:380px;
    }

    .common_rewards_wrap .description_wrap .common_header{
        font-size:14px !important
    }
    .common_rewards_wrap .description_wrap .desc_wrap{
        padding:20px;
    }
    .common_rewards_wrap .description_wrap .common_anchor{
        padding-left: 20px;
        padding-right: 20px;
        font-size:12px;
    }
    .common_rewards_wrap .description_wrap p{
        font-size:11px;
    }
    .common_rewards_wrap.logged .description_wrap p{
        font-size:15px;
    }
}
/* Rewards Ends */
.cart_modules .common_anchor{
    background:#d8d8d8;
    padding:10px 20px;
    color:#000;
}
.article-info{
    margin-top: 50px;
}
.article-info .article-sub-title{
    margin-bottom: 30px;
}
.blog_top_bg .common_header{
    color:#fff;
    text-shadow: 0px 2px 3px rgb(0 0 0 / 48%);
}
.blog_top_bg{
    padding-top: 500px;
}
.blog_list_wrap{
    padding-bottom: 100px;
}
.gridContainer.medium{
    max-width: 1400px;
}
.blog_list_ul{
    width:100%;
    float:left;
    display:inline-block;
    position: relative;
    padding: 0;
    margin:0;
}
.blog_list_ul li{
    width:100%;
    float:left;
    display:inline-block;
    position: relative;
    padding: 0;
    margin:0;
    margin-bottom: 40px;
}
.blog_list_ul li .img_wrap{
    width:50%;
    float:left;
    display:inline-block;
    position: relative;
    padding: 0;
    margin:0;
    padding-right: 20px;
}
.blog_list_ul li .info_wrap{
    width:50%;
    float:left;
    display:inline-block;
    position: relative;
    padding: 0;
    margin:0;
    padding-left: 20px;
}
.blog_list_ul li:nth-child(even) .img_wrap{
    float:right;
    padding-right: 0px;
    padding-left: 20px;
}
.blog_list_ul li:nth-child(even) .info_wrap{
    float:left;
    padding-right: 20px;
    padding-left: 0px;
}
.blog_list_ul li .title_wrap a{
    font-size:30px;color:#000;
    text-decoration: none !important;
}
.blog_list_ul li .title_wrap{
    margin-bottom: 20px;
}
.blog_list_ul li .bdesc_wrap{
    font-size:13px;
    color:#000;
    margin-bottom: 20px;
}
.blog_list_ul li .img_wrap img{
    width:100%;
    float:left;
    display:inline-block;
}
.infomative_page_wrap{
    text-align: justify;
}
.whatsapp_fix.for_touch_devices{
    display:none;
}
/*need help**/
.help_you_wrap .inner_top_help_wrap{


    border-radius: 15px;

}
.inner_top_help_wrap{
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 350px;
    box-shadow: 0 2.8px 2.2px rgb(80 66 66 / 3%),
    0 6.7px 5.3px rgb(255 255 255 / 5%),
    0 12.5px 10px rgb(255 255 255 / 6%),
    0 22.3px 17.9px rgb(127 99 99 / 7%),
    0 41.8px 33.4px rgb(255 255 255 / 9%),
    0 100px 80px rgb(187 176 176 / 12%);



}
.wlc_top_wrap{
    padding: 20px;
    background-color: #1872bc;
    border-radius: 20px 20px  0px 0px;

}
.wlc_top_wrap h2{
    color: #fff;
    font-size: 24px;
    margin-top: 0;
    padding-bottom: 10px;padding-right: 10px;
}
.wlc_top_wrap h4{
    color: #fff;
    font-size: 20px;
    padding-bottom: 0px;
}
.wlc_top_wrap p{
    color: #fff;
    font-size: 15px;
    padding: 0px;
    margin: 0%;
}
.ans_top_wrap{
    background-color: white;
    padding: 10px;

    border-radius: 0px 0px 20px 20px;
}
.msg_avatarr{
    display: block;
    position: absolute;
    top: 0;
    left: -50px;
    width: 40px;
    height: 40px;
    margin-right: 0;
}
.msg_avatar {
    position: relative;
    margin-right: 15px;
    width: 51px;
    height: 51px;
    border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.msg_avatar{
    display: block;
    position: absolute;
    top: 10px;
    left: -50px;
    width: 40px;
    height: 40px;
    margin-right: 0;
}
.realb_chat_wrap{
    height: 320px;
}
.inner_realb_chat{
    margin-left: 70px !important;
}


.inner_realb_chat{
    padding: 15px 20px;
    margin: 30px;
    position: relative;
    word-wrap: break-word;
    background-color: #f0f2f7;
    border-radius: 8px;
    font-size: 14px;
    line-height: 1.2;

}
.ans_top_wrap .send_mes_wrap {
    padding: 7px;
    border-top: 1px solid rgba(151, 147, 147, 0.596);
}
.send_mes_wrap .left_txt_wrap{
    width: 80%;
    display: inline-block;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}
.send_mes_wrap .right_send_txt_wrap{
    width: 20%;

    display: inline-block;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: right;
    text-align: center;

}
.send_mes_wrap .right_send_txt_wrap img{
    width: 20px;
    margin-top: 10px;
    float: right;
}
.send_mes_wrap .left_txt_wrap .text_form {
    width: 100%;
    height: 30px;
    float: left;
    display: inline-block;
    position: relative;
    font-size: 15px;
    color: #000;
    background: transparent;
    padding: 15px;
    border: none;
}
.wlc_top_wrap .close_wrap{
    position: absolute;
    right: 10px;
    top: 20px;
    z-index: 1;
}
.wlc_top_wrap .close_wrap img{
    width: 27px;
}
.help_you_wrap .inner_top_help_wrap{
    display:inline-block;
}
.help_you_wrap{
    position: fixed;
    bottom:100px;
    right:40px;
    z-index: 10003;
    display:none;
}
.inner_top_help_wrap{
    position: relative;
    bottom:auto;
    right:auto;
}
.inner_realb_chat{
    display:inline-block;
}
.realb_chat_wrap{
    overflow: scroll;
}
.inner_realb_chat + .inner_realb_chat{
    margin-top: 0;
}
.inner_realb_chat.has_products{
    padding: 10px;
}
.chat_prod_ul{
    width:100%;
    float:left;
    display:inline-block;
    position: relative;
    padding: 0;
    margin:0;
}
.chat_prod_ul li{
    width:50%;
    float:left;
    display:inline-block;
    position: relative;
    padding: 5px;
    margin:0;
}
.chat_prod_ul li img{
    width:100%;
}
/***/
@media only screen and (min-width: 787px) and (max-width: 1100px){
    .help_you_wrap{
        bottom: 90px;
        right: 20px;
    }
}
@media only screen and (max-width: 786px) and (min-width: 481px){
    .help_you_wrap{
        bottom: 130px;
        right: 20px;
    }
}
@media only screen and (max-width: 480px){

    .whatsapp_fix{
        right: 20px;
        bottom: 20px;
    }
    .help_you_wrap{
        bottom: 70px;
        right: 10px;
        left:10px;
    }
    .inner_top_help_wrap{
        width:100%;
    }
    .whatsapp_fix a{
        padding: 8px;
        font-size:11px;
        padding-right: 10px;
    }
    .whatsapp_fix a img{
        width:30px;
        margin-right: 5px;
    }
    .wlc_top_wrap h4{
        margin-top:0;
        padding-bottom: 0;
        font-size:16px;
    }
    .realb_chat_wrap{
        height: 265px;
    }
    .wlc_top_wrap h2{
        font-size:18px;
        padding-bottom: 10px;
    }
    .inner_realb_chat{
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: 54px !important;
        margin-right: 10px;
    }
}
.infomative_page_wrap p{
    width:100%;
    float:left;
    display:inline-block;
}
.faq-box{
    margin-bottom: 10px;
}
.faq-box h3{
    width:100%;
    float:left;
    cursor: pointer;
    font-size:12px;
    text-transform: uppercase;
    background:#f5f5f5;
    color:#000;
    line-height: 18px;
    padding:10px;
    padding-right: 50px;
    margin:0;
    margin-bottom: 10px;
    
}
.faq-box h3:after{
    position: absolute;
    top: 6px;
    right: 10px;
    font-size: 30px;
    margin-top: -10px;
    z-index: 10;
    color: #000;
    line-height: 48px;
    content: '+';
}
.faq-box h3.active:after{
    content: '-';
    line-height: 40px;
}
.faq-ans{
    padding: 10px 0;
    display:none;
}
.absolute_full_wrap{
    background-color: #2d2d2d;
}
.listing_ul li .image_wrap{
    overflow: hidden;
}
.listing_ul li .image_wrap img.list_hover_img{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    opacity: 0;
    -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;
}
.listing_ul li:hover .image_wrap img.list_hover_img{
    opacity: 1;
}
@-webkit-keyframes myanimation {
    0% {color:#fff;}
    25%{color:maroon;}
    50%{color:#fff;}
    75%{color:maroon;}
    100% {color:#fff;}
}

.abs_anchor_btn{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:6;
}
body{
    overflow-x: hidden !important;
}
.cart_modules{
    margin-bottom: 40px;
}
.data_wrap .name_wrap p{
    width:100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}
.menu_wrap.dark_menu{
    position: absolute !important;
}
.footer_new_wrap .gridContainer{
    max-width: 1450px;
}
.footer_new_wrap{
    background:#000;
    padding:50px 0;
}
.footer_new_wrap .footer_right_side{
    width:350px;
    float:right;
    display:inline-block;
}
.footer_new_wrap .footer_right_side .text_form{
    width:100%;
    border:none;
    border-bottom: 1px solid #fff;
    color:#fff;
}
.footer_new_wrap .footer_right_side .half_wrap{
    width:100%;
}
.footer_new_wrap .footer_right_side .submit_wrap{
    margin-top: 20px;
}
.footer_right_side .social_wrap img{
    float:left;
}
.footer_right_side .common_header{
    color:#fff;
    text-align: left;
    margin-bottom: 10px;
}
.footer_new_wrap ul{
    width:300px;
    float:left;
    display:inline-block;
    position: relative;
    padding:0;
    margin:0;
    margin-right: 20px;
}
.footer_new_wrap ul li{
    width:100%;
    float:left;
    display:inline-block;
    position: relative;
    padding:0;
    margin:0;
    margin-bottom: 20px;
}
.footer_new_wrap ul li a{
    color:#fff;
    font-size:15px;
    float:left;
    display:inline-block;
    position: relative;
}
.size_chart_table td,
.size_chart_table th{
    padding: 10px;
}
.size_chart_table th{
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
}
.size_chart_table td{
    border-bottom: 1px solid #000;
}
.size_chart_table{
    width:100%;
    float:left;
    font-size:14px;
    border-collapse: separate;
    border-spacing: 10px;
}
.only_for_mob{
    display:none;
}
.listing_ul li .image_wrap img{
    -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;
    /*filter: grayscale(0);*/
    width:100%;
}
.listing_ul li a:hover .image_wrap img{
    /*filter: grayscale(100%);*/
}
.contact-us-page-info-list{
    padding: 0;
}
.contact-us-page-info-list li{
    padding: 0;
    list-style-type: none;
    margin-bottom: 10px;
}
.contact-us-page-info-list li img{
    width:30px;
    margin-right: 10px;
}
.menu_wrap{
    z-index: 999;
}
.pinch_zoom{
    margin-top: 0px;
    position: fixed;
    width: 100%;
    bottom:0;
    left:0;
    background-color: #FFF;
    z-index: 1001;
    top: 26px;
    display:none;
}
.pinch_zoom_title_wrap{
    text-align: center;
    font-size:13px;
    position: fixed;
    top:0;
    display:none;
    left:0; background-color: #FFF;
    width:100%;
    height:40px;
    padding: 4px ;z-index: 1000;
}
.pinch_zoom_title_wrap img{
    text-align: center;
    font-size: 13px;
    padding: 4px;
    position: absolute;
    top: -1px;
    right: 0;
    width: 28px;
}
.pinch_zoom .inner{
    float: left;
    width: 100%;
    height: 100vh;
}
.product_detail_wrap .overview_cart p{
    margin-bottom: 0;
}
.desc_menu_close img{
    cursor: pointer;
}
.close_search{
    cursor: pointer;
}
.checkout_cart_item_wrap{
    width:100%;
    float:left;
    display:table;
    color:#000;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
.checkout_cart_item_wrap &gt; *{
    display:table-cell;
    vertical-align: middle;
}
.checkout_cart_item_wrap .img_wrap{
    width:60px;
    position: relative;
}
.checkout_cart_item_wrap .img_wrap img{
    border:1px solid #ccc;
}
.checkout_cart_item_wrap .qty{
    min-width:20px;
    height:20px;
    background:#ff7676;
    font-size:12px;
    line-height:20px;
    color:#fff;
    position: absolute;;
    top:-10px;
    right:-10px;
    text-align: center;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
}
.checkout_cart_item_wrap .total_wrap{
    white-space: nowrap;
    text-align: right;
}
.checkout_cart_item_wrap .name_wrap{
    padding:0 15px;
}
.checkout_cart_item_wrap .name_wrap a{
    color:#000;
    border-bottom-color:#ccc;
}
.checkout_cart_item_wrap.last .name_wrap,
.checkout_cart_item_wrap.last .total_wrap{
    font-size:25px;
}
.inner_gallery_wrap .cart_subtotal_wrap{
    width:30%;
    float:right;
}
/* Checkout Starts */
.panel-group,.panel-body{
    margin:0;
    padding:0;
    width:100%;
    float:left;
    display:inline-block;
}
.checkout_main_wrap{
    padding:0;
}
.mob_cart_btn,
.checkout_parent_wrap .right_wrap .mob_close_btn{
    display:none;
}
.checkout_parent_wrap .left_wrap{
    padding-right:40px;
    width:60%;
    float:left;
    padding-top: 20px;
    padding-left: 0px;
    padding-bottom: 50px;
    border-right:1px solid #eee;
}
.checkout_parent_wrap .right_wrap{
    padding-left:40px;
    width:40%;
    padding-right:40px;
    padding-top: 50px;
    padding-bottom: 50px;
    float:left;
    overflow-y: auto;
}
.ps-hero__heading.med{
    font-size:25px;
}
.checkout_cart_item_wrap{
    width:100%;
    float:left;
    display:table;
    color:#000;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
.checkout_cart_item_wrap &gt; *{
    display:table-cell;
    vertical-align: middle;
}
.checkout_cart_item_wrap .img_wrap{
    width:60px;
    position: relative;
}
.checkout_cart_item_wrap .img_wrap img{
    border:1px solid #ccc;
}
.checkout_cart_item_wrap .qty{
    min-width:20px;
    height:20px;
    background:#ff7676;
    font-size:12px;
    line-height:20px;
    color:#fff;
    position: absolute;;
    top:-10px;
    right:-10px;
    text-align: center;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
}
.checkout_cart_item_wrap .total_wrap{
    white-space: nowrap;
    text-align: right;
}
.checkout_cart_item_wrap .name_wrap{
    padding:0 15px;
}
.checkout_cart_item_wrap .name_wrap a{
    color:#000;
    border-bottom-color:#ccc;
}
.checkout_cart_item_wrap.last .name_wrap,
.checkout_cart_item_wrap.last .total_wrap{
    font-size:25px;
}
.checkout_login_info_wrap{
    float:right;
    display: inline-block;
    margin-top:20px;
}
.checkout_login_info_wrap a{
    border-bottom: 1px dashed #000;
}
.payment_radio{
    float:left;
    display:inline-block;
    margin:10px !important;
}
.payment_radio .payment_radio_btn{
    color:#fff;
    padding-left: 0;
    padding:10px;
    background:#1872bc;
    margin-bottom: 10px;
    margin-top:0 !important;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    text-align: center;
    border-radius: 5px;
    -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;
}
.payment_radio .payment_radio_btn:hover{
    background: #464749;
    color:#fff;
}
.payment_radio input[type='radio']{
    display:none;
}
.checkout_login_info_wrap{
    float:right;
    display: inline-block;
    margin-top:5px;
    color:#000;
}
.checkout_login_info_wrap a{
    border-bottom: 1px dashed #000;
    color:#000;
}
.checkout_login_parent_wrap{
    position:relative;
    width:100%;
    float:left;
    display:inline-block;
}
.checkout_login_parent_wrap .close_wrap{
    position:absolute;
    top:20px;
    right:20px;
    z-index: 10;
    cursor: pointer;
}
.checkout_login_parent_wrap .panel-body{
    width:100%;
    float:left;
    display:inline-block;
    position: relative;
}
.checkout_parent_wrap .form_title{
    color:#000;
}
.login_parent_wrap.checkout{
    padding-top: 0;

}
.checkout_logo_wrap{
    margin-bottom: 30px;
}
.checkout_logo_wrap img{
    width: 180px;

}

.checkout_parent_wrap legend{
    text-align: left;
}

.common_header.small{
    font-size:18px;
}
.single_address_wrap{
    width:100%;
    float:left;
    display:inline-block;
    position: relative;
    padding-left: 40px;
    border-bottom: 1px solid #aeaeae;
    padding-bottom: 10px;
    padding-top: 10px;
    background: url('../images/radio_deselect.png') center left no-repeat;
    background-size:20px auto;
    cursor: pointer;
}
.single_address_wrap.active{
    background-image:url("../images/radio_select.png");
}
/* Checkout Ends */
html input[disabled]{
    cursor: not-allowed;
    background:#efefef;
}
.add_to_cart_notification{
    position: fixed;
    top:20px;
    right:20px;
    z-index: 1020;
    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;
    padding: 10px 20px;
}
.overview_image_wrap .rotating_header_wrap{
    left:0;
}
.listing_ul .data_wrap .name_wrap{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.filter_bg_wrap{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    background: transparent;
    z-index: 10000;
}
.filter_fix_wrap{
    position: fixed;
    top:0;
    width:300px;
    height:100%;
    left:-350px;
    overflow: scroll;
    background: #fff;
    border-left: 1px solid #e6e6e6;
    z-index: 10001;
    padding: 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;
}
.filter_fix_wrap .anchor_wrap{
    padding: 10px 0;
}
.pointer{
    cursor: pointer;
}
.filter_fix_wrap .anchor_wrap .common_anchor{
    padding: 15px;
    margin-right: 0;
}
.filter_fix_wrap .anchor_wrap .common_anchor.close_wrap {
    background:#e8e8e8;color:#000;
}
.filter_fix_wrap .anchor_wrap .common_anchor.close_wrap:hover{
    background:#000;color:#fff;
}
.filter_fix_wrap.active{
    left:0;
}
.filter_fix_wrap .title_wrap {
    padding: 10px;
    font-size: 15px;
    background: #ffcc00;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #000;
}
.filter_fix_wrap .title_wrap h4{
    margin: 0;
    font-size:13px;
}
.filter_fix_wrap .color_filter_ul,
.filter_fix_wrap .index_collection_ul{
    width:100%;
    float:left;
    display:inline-block;
    position: relative;
    padding: 10px;
    margin:0;
}
.filter_fix_wrap .index_collection_ul li{
    width:100%;
    float:left;
    display:inline-block;
    position: relative;
    padding: 0px;
    margin:0;
}
.filter_fix_wrap .color_filter_ul li{
    float:left;
    display:inline-block;
    position: relative;
    padding: 0px;
    margin:0;
    margin-right: 5px;
    margin-bottom: 5px;
}
.filter_fix_wrap .color_filter_ul li a{
    width:25px;
    height:25px;
    float:left;
    display:inline-block;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    border:1px solid #000;
}
.filter_fix_wrap .color_filter_ul li.active a{
    border:1px solid #e4b868;
}
.filter_fix_wrap .index_collection_ul li [type="checkbox"]{
    float:left;
    margin-top: 0;
}
.filter_fix_wrap .index_collection_ul li .span_as_a{

    float:left;
    display:inline-block;
    position: relative;
    padding: 0px;
    margin:0;
    padding-left: 10px;
    color:#000;
    font-size:12px;
    font-weight: 400;
}
.filter_fix_wrap .index_collection_ul li [type="checkbox"]{
    float:left;
    margin-top: 0;
}
.filter_fix_wrap .index_collection_ul li .span_as_a{

    float:left;
    display:inline-block;
    position: relative;
    padding: 0px;
    margin:0;
    padding-left: 10px;
    color:#000;
    font-size:13px;
    font-weight: 400;
}


.offcanvas-minicart_wrapper .offcanvas-menu-inner .minicart-item_total{
    padding-top: 10px;
    padding-bottom: 10px;
}
.offcanvas-minicart_wrapper.open .offcanvas-menu-inner{
    z-index: 9999;
    overflow: auto;
}
.required{
    color:red;
}
.required .form_title{
    color:#000;
}
.checkout .text_form{
    color:#000;
}
.hidden{
    display:none;
}
.bg_cover{
    background-position: center center;
    background-repeat:no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.btn-facebook{
    background:#2d609b;
    margin-top:10px;
    color:#fff;
}
.btn-facebook img{
    width: 30px;
}
.btn-facebook:hover{
    background:#000;
    color:#fff;
}
.menu_wrap .top_wrap .icon_wrap .icon_svg{
    position: relative;
}

.product_wrap .price_wrap .mrp{
    text-decoration: line-through;
}
.product_offers_desc ul{
    width:100%;
    float:left;
    display:inline-block;
    position: relative;
    padding:0;
    margin:0;
}
.product_offers_desc ul li{
    width:100%;
    float:left;
    display:inline-block;
    position: relative;
    padding:0;
    margin:0;
    padding: 10px;
    font-size:13px;
    color:#000;
    border:1px dashed #e8e8e8;
    margin-bottom: 10px;
}
.menu_close_a{
    display:none;
}
.footer_logo_main{
    pointer-events: none;
}
.social_icon{
    margin-top: 20px;
}
.social_icon img{
    width:40px;
    margin-bottom: 0;
}
.field_wrap .sorting_wrap .half_wrap:last-child h4{
    border-right: 0;
}
.prod_info_parent_wrap{
    margin-top: 30px;
}
.buttons .common_anchor{
    margin-top: 0;
}
.category_content_wrap input[type="radio"],
.category_content_wrap input[type="checkbox"]{
    float:none;
    width:auto;
}
.category_content_wrap textarea{
    width:100%;
    border:none;
    border-radius: 4px;
    float:left;
}
.login_button{
    background-color: #000;
    color: white;
    cursor: pointer;
    -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;
}
.login_button:hover{
    color:#fff;
}
.desc_menu_close{
    top:20px;
    right:20px;
    left:auto;
}
.common_header.sm{
    font-size:20px;
}
.common_mtop{
    margin-top: 80px;
}
.common_mbot{
    margin-bottom: 80px;
}
.listing_product_wrap .listing_ul .swiper-slide li{
    width:100%;
    padding: 0;
    margin-top: 0;
}
.home_featured_wrap .common_header{
    margin-bottom: 30px;
}

.home_bottom_category_wrap .half_wrap{
    width:50%;
    float:left;
    margin-bottom: 8px;
}
.home_bottom_category_wrap .half_wrap:nth-child(odd){
    padding-right: 2px;
}
.home_bottom_category_wrap .half_wrap:nth-child(even){
    padding-left: 2px;
}
.home_bottom_category_wrap .half_wrap img{
    width:100%;
    display:inline-block;
    float:left;
}
.common_mtop_40{
    margin-top: 40px;
}

.menu_wrap .menu_search_wrap ul li img{
    width:25px;
}
.menu_wrap.light_menu .menu_search_wrap ul li img.dark{
    display:none;
}
.menu_wrap.dark_menu .menu_search_wrap ul li img.light{
    display:none;
}
.product_color_note{
    position: absolute;
    bottom:-10px;
    left:0;
    z-index: 100;
    padding: 15px 10px;
    color:#000;
}
@-webkit-keyframes shake{0%,100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shake{0%,100%{-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);-ms-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);-ms-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake; -webkit-animation-duration:0.3s;animation-duration:0.3s;-webkit-animation-fill-mode:both;animation-fill-mode:both}

.product_wrap .options_wrap .options_list a.active{
    background-color: #e5e5e5;
    color: #000;
    text-decoration:none !important;
}
.prod_thumb_wrap .swiper-button-prev,
.prod_thumb_wrap .swiper-button-next{
    width:25px;
    background:#000;
    height:25px;
}
.prod_thumb_wrap .swiper-button-prev:after,
.prod_thumb_wrap .swiper-button-next:after{
    font-size:18px;
    line-height: 25px;
    color:#fff;
}
.thumb_wrap{
    margin-top:20px;
}
.text-danger{
    color:maroon;
}
.options_list .text-danger{
    margin-top: 5px;
}
*:focus{
    outline: none !important;
}

.gallery_ul .swiper-slide li{
    width:100%;
}
.search_bg_wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1999;
    display: none;
    background: rgba(0,0,0,0.8);
}
.search_popup_wrap {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -250px;
    margin-top: -150px;
    width: 500px;
    height: 300px;
    z-index: 2000;
    background: #fff;
    padding: 20px;
    text-align: center;
    display: none;
}
.search_popup_wrap .close_wrap {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
    width: 35px;
    cursor: pointer;
}

.filter_sort_wrap .full{
    width:100%;
}

.listing_sale_per{
    position: absolute;
    top:10px;
    right:10px;
    text-decoration: none;
    z-index: 1;
    font-size:10px;
    padding:4px 10px;
    text-decoration: none !important;
    padding-bottom: 2px;
    color:#fff !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}


input.common_anchor,
button.common_anchor{
    border:none;
}

.panel-body{
    line-height: normal;
}
.cart_top_wrap .cart_subtotal_wrap {
    width: 30%;
    float: right;
    margin-top: 0px;
}
.para_anchor:hover, p a:hover{
    color:#000;
    text-decoration: none;
}

.gallery_ul li .action_wrap{
    text-align: center;
}
.mobile_menu_text_wrap{
    display:none;
}


.breadcrumb-title{
    text-transform: uppercase;
}
.nowrap{
    white-space: nowrap;
}
.footer_new_wrap .submit_form{
    padding:8px 10px;
}
.home_recommended_wrap{
    margin-top: 40px;
}

.white-popup-block {
    background: #FFF;
    padding: 20px 30px;
    text-align: left;
    max-width: 650px;
    margin: 40px auto;
    position: relative;
    float: none;
}
.f_none{
    float:none;
}
.single_review{
    margin-bottom: 20px;
}
.single_review .user_wrap{
    display:table;
    margin-bottom: 10px;
}
.single_review .user_wrap .icon{
    display:table-cell;
    width:40px;
    height:40px;
    background: rgb(211, 180, 140,0.34);
    text-align: center;
    vertical-align: middle;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
}
.single_review .user_wrap .name{
    display:table-cell;
    padding-left: 20px;
    vertical-align: middle;
}
.single_review .text{
    margin-top: 5px;
    font-size:13px;
}
.single_review .date{
    font-size:12px;
}
.review_img {
    width: 15px;
}
.rating_list_wrap .single_rate_wrap{
    float:left;
    display:inline-block;
    width:20px;
    margin-right:10px;
    position: relative;
    cursor: pointer;
}
.rating_list_wrap .single_rate_wrap img{
    width:100%;
    float:left;
}
.form-group{
    width:100%;
    display:inline-block;

}
.rating_list_wrap .single_rate_wrap .filled{
    position: absolute;
    top:0;
    left:0;
    opacity:0;
}
.rating_list_wrap .single_rate_wrap.active .filled{
    opacity:1;
}
.theme_dots .swiper-pagination{
    text-align: center;
    padding-right: 20px;
}
.theme_dots .swiper-pagination .swiper-pagination-bullet{
    width:20px;
    height:20px;
    background:#000;
}
.theme_dots .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background:#000;
}
.listting_wrap ul .swiper-slide li{
    width:100%;
    margin-top: 10px;
}
.listting_wrap.has_swiper ul{
    padding-left: 10px;
    padding-right: 10px;
}
.product_swiper .swiper-button-prev{
    left:20px;
    color:#464749;
    background:#fff;
    width:30px;
    height:30px;
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    border-radius: 80px;
    font-size: 22px;
    margin-top:-50px;
}
.product_swiper .swiper-button-next{
    right:20px;
    font-size: 22px;
    background:#fff;
    width:30px;
    color:#464749;
    height:30px;
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    border-radius: 80px;
    margin-top:-50px;
}
.product_swiper .swiper-button-next:after,
.product_swiper .swiper-button-prev:after{
    font-size: 15px;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
    pointer-events: auto !important;
}
.menu_parent_wrap{
    background:#717171;
    text-align: center;
}
.menu_parent_wrap .main_menu_ul &gt; li &gt; a{
    color:#fff;
    font-size:14px;
    padding: 15px 15px;
}
.menu_parent_wrap .main_menu_ul &gt; li &gt; a:hover,
.menu_parent_wrap .main_menu_ul &gt; li &gt; a:focus,
.menu_parent_wrap .main_menu_ul &gt; li.open&gt;a,
.menu_parent_wrap .main_menu_ul &gt; li.open&gt;a:hover,
.menu_parent_wrap .main_menu_ul &gt; li.open&gt;a:focus
{
    background:#000;
    color:#fff;
}
.menu_parent_wrap .main_menu_ul &gt; li + li{
    border-left:1px solid #fff;
}
.menu_parent_wrap .navbar{
    float:none;
    margin-bottom: 0;
    display:inline-block;
    margin-bottom: -5px;
}
.menu_parent_wrap .main_menu_ul &gt; li{
    float:left;
    display:inline-block;
    position: relative;
}
.menu_parent_wrap .main_menu_ul &gt; li &gt; .dropdown-menu li{
    border-bottom: 1px solid #000;
    width:100%;
    float:left;
    display:inline-block;
    position: relative;
}
.menu_parent_wrap .main_menu_ul &gt; li &gt; .dropdown-menu a{
    width:100%;
    float:left;
    display:inline-block;
    padding: 8px 10px;
    white-space: nowrap;
    background:#fff;
    color:#000;
    font-size:13px;
    -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-decoration: none;
}
.menu_parent_wrap .main_menu_ul &gt; li &gt; .dropdown-menu a:hover{
    background: #717171;
    color:#fff;
}
.menu_parent_wrap .main_menu_ul &gt; li &gt; .dropdown-menu a.see-all{
    background:#000;
    color:#fff;
}
.menu_parent_wrap .main_menu_ul &gt; li &gt; .dropdown-menu a.see-all:hover{
    background:#000;
    color:#fff;
}
.menu_parent_wrap .main_menu_ul &gt; li &gt; .dropdown-menu{
    padding:0;
}

.mob_menu_bar_wrap .open_wrap,
.mob_menu_bar_wrap .close_wrap{
    display:inline-block;
    width:100%;
    float:left;
}
.mob_menu_bar_wrap .close_wrap{
    display:none;
}
.mob_menu_bar_wrap .close_wrap .icon{

}
.mob_menu_bar_wrap.active .close_wrap{
    display:inline-block;
}
.mob_menu_bar_wrap.active .open_wrap{
    display:none;
}
.pagination_wrap{
    text-align: center;
}
.pagination &gt; li &gt; a{
    color:#000;
}
.pagination &gt; li.active &gt; span{
    color:#fff;
    border-color:#1974bd;
    background:#1974bd;
}
.latest_gallery li del{
    font-size: 80%;
    color:#999
}
.cat_top_section.no_image .top_pdt_breadcrumbs{
    position: relative;
    top:auto;
    right:auto;
    left:auto;
    bottom:auto;
    margin-top: 15px;
}
.inner_products_wrap.full{
    width:100%;
    padding-left: 0;
}
.margin_top_20{
    margin-top:20px;
}
.empty_wrap{
    margin-top:20px;
}
.empty_wrap,
.empty_wrap p{
    font-size:20px;
    text-align: center;
}
.align_center{
    text-align: center;
}
.margin_bottom_20{
    margin-bottom: 20px;
}
.common_anchor:hover{
    background:#464749;
    text-decoration: none;
    color:#fff;
}
.category_mtop{
    padding-top:50px;
}
.category_content_wrap{
    padding-bottom: 50px;
}

/*Product Page Wrap Starts*/


.product_parent_wrap{

    z-index: 20;margin-bottom: 90px;

}

.product_parent_wrap .product_img_wrap , .product_parent_wrap .product_data_wrap
{
    width: 50%;display: inline-block;-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.product_parent_wrap .product_img_wrap .thumb_wrap
{
    width: 13%;display: inline-block;float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.product_parent_wrap .product_img_wrap .img_wrap
{
    width:87%;display: inline-block;float: right;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;padding-left: 30px;
}

.product_parent_wrap .product_img_wrap .img_wrap img
{
    width: 100%;
    -webkit-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.19);
    -moz-box-shadow:    0px 0px 17px 0px rgba(0, 0, 0, 0.19);
    box-shadow:         0px 0px 17px 0px rgba(0, 0, 0, 0.19);
}

.product_parent_wrap .product_img_wrap .thumb_wrap ul
{
    width: 100%;display: inline-block;margin: 0;padding: 0;float: left
}
.product_parent_wrap .product_img_wrap .thumb_wrap ul li
{
    width: 100%;display: inline-block;margin: 0;padding: 0;float: left;list-style: none;margin-bottom: 20px;
    -webkit-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.19);
    -moz-box-shadow:    0px 0px 17px 0px rgba(0, 0, 0, 0.19);
    box-shadow:         0px 0px 17px 0px rgba(0, 0, 0, 0.19);
}


.product_parent_wrap .product_data_wrap
{

    padding-left: 60px;
}

.product_parent_wrap .product_data_wrap h1
{
    color: #000;font-weight: 700;font-size: 30px
}

.product_parent_wrap .product_data_wrap .border_wrap
{
    float: left;background-color: #fff
}
.product_parent_wrap .product_data_wrap p
{
    color: #000;font-weight: 400;line-height: 1.8em;margin-top: 10px
}

.product_parent_wrap .product_data_wrap .data_wrap
{
    margin-top:20px;
}

.product_parent_wrap .product_data_wrap .data_wrap + .data_wrap
{
    margin-top: 15px;
}

.product_parent_wrap .product_data_wrap .data_wrap .half_wrap
{
    padding:10px;
}

.product_parent_wrap .product_data_wrap .data_wrap .title_wrap
{
    text-transform: uppercase;letter-spacing: 0.1em;font-size: 13px;color: #000
}

.product_parent_wrap .product_data_wrap .data_wrap .dropdown
{
    float: right
}

.product_parent_wrap .product_data_wrap .data_wrap .dropdown .btn
{
    background-color: transparent !important;background:none !important
}

.product_parent_wrap .product_data_wrap .data_wrap .dropdown ul
{
    left: auto !important;right: 0px !important
}

.product_parent_wrap .product_data_wrap .anchor_wrap
{
    margin-top: 15px;
}

.product_parent_wrap .product_data_wrap .price_wrap
{
    padding-left:20px;
}

.product_parent_wrap .product_data_wrap .anchor_wrap a
{
    display: inline-block;background-color: #000;color: #fff;text-transform: uppercase;padding:10px;font-size: 17px;letter-spacing: 0.2em;padding-left: 30px;padding-right:30px;
    -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;position: relative;overflow: hidden;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;width: 100%;text-align: center;color: #000
}

.product_parent_wrap .product_data_wrap .price_wrap
{

    color: #000;font-weight: 700;font-size: 30px;
}
.product_parent_wrap .product_data_wrap .price_wrap .price_info
{
    color:#333;
    font-size:12px;
}
.product_parent_wrap .product_data_wrap .price_wrap del
{

    color: darkred;font-size:70%;
}

.product_parent_wrap .product_data_wrap .anchor_wrap a:hover{
    color: #fff;text-decoration: none
}


.product_parent_wrap .product_data_wrap .anchor_wrap a span
{
    position: relative;z-index: 8

}
.product_parent_wrap .product_data_wrap .add_to_cart_anchor + .add_to_cart_anchor
{
    margin-left: 20px;

}


.product_parent_wrap .product_data_wrap .anchor_wrap a:before
{
    position: absolute;width: 100%;height: 100%;content: '';background-color: #000;left: -100%;top: 0;
    -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;
}

.product_parent_wrap .product_data_wrap .anchor_wrap a:hover:before
{
    left: 0
}




.detail_wrap
{


}

.detail_wrap ul
{
    display: inline-block;width: 100%;margin: 0;padding: 0;float: left
}


.detail_wrap ul li
{
    display: inline-block;margin: 0;padding: 0;float: left;list-style: none;margin-right: 5px;margin-top: 10px;
}

.detail_wrap ul li a
{
    text-transform: uppercase;color: rgba(0,0,0,1.00);font-size: 12px;-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;

}

.detail_wrap ul li:hover a
{
    color:#000;text-decoration: none
}

.product_parent_wrap{
    margin:50px 0;
}


.small_text_control {
    float: left;
    display: inline-block;
    position: relative;
    padding: 0;
    margin: 0;
    padding: 4px 8px;
    border: 1px solid #919191;
    min-width: 30px;
    background:#bfbfbf;
    text-align: center;
    color: #000;
    text-decoration: none;
}
a.small_text_control:hover ,
a.small_text_control:focus ,
a.small_text_control:active {
    background:#fff;
    color: #464749;
    text-decoration: none;
}
input.small_text_control{
    background:#fff;
    color: #000;
}


.size_box_parent_wrap{
    width:100%;
    float:left;
    display:inline-block;
    position: relative;
    padding:0;
    margin:0;
    margin-top:10px;
    text-align: center;
    margin-bottom: 10px;
}
.size_box_parent_wrap li{
    float:left;
    display:inline-block;
    position: relative;
    padding:0;
    margin:0;
    margin: 5px;
    margin-right: 10px;
    margin-left: 0;
}

.size_box_parent_wrap li a{
    text-decoration: none;
    float:left;
    display:inline-block;
    position: relative;
    padding:8px 15px;
    min-width:45px;
    text-align: center;
    border:1px solid #d3d3d3;
    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;
}
.size_box_parent_wrap li a:hover,
.size_box_parent_wrap li a.active{
    background:#e9ff91;
}
.product_parent_wrap .product_data_wrap .data_wrap{
    border:0;
}

.feature_icon_wrap{
    margin-top: 40px;
}
.feature_icon_wrap ul
{
    display: inline-block;width: 100%;margin: 0;padding: 0;float: left;
}


.feature_icon_wrap ul li
{
    display: inline-block;width: 33.33%;margin: 0;padding: 0 5px;float: left;list-style: none;text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.feature_icon_wrap ul li .icon_wrap svg
{
    width: 70px;
}

.feature_icon_wrap ul li h3
{
    padding: 0;margin: 0;letter-spacing: 0.1em;font-size: 15px;color: #464749;
}

.feature_icon_wrap ul li p
{
    text-align: center;font-size: 12px;color: #989898;line-height: 1.8em;padding-left: 10px;padding-right: 10px;
}




.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;
}


.common_anchor.grey{
    background: #464749;
    text-decoration: none;
    color: #fff;
}
.common_anchor.grey:hover{
    background: #000;
    text-decoration: none;
    color: #fff;
}
.margin_top_10{
    margin-top:10px;
}
.prod_mob_slider_wrap{
    display:none;
}

.cart_table {
    width: 100%;
    text-align: center;
}
.cart_table th {
    font-weight: normal;
    font-size: 16px;
    border-bottom: 3px solid #ccc;
    color: #000;
    display: table-cell;
    padding-top: 10px;
    cursor:pointer;
    padding-bottom: 10px;
    font-size: 14px;
    vertical-align: middle;
    text-transform: uppercase;
}
.cart_table.white td,
.cart_table.white th{
    color:#fff;
}
.coupon_wrap label{
    color:#000;
}
.cart_table .input-group{
    border-collapse: separate;
    border-spacing: 0;
    float:left;
    margin-right:10px;
}
.cart_table .input-group input{
    min-width:100px;
    height: 39px;
}

.cart_btn_remove {
    width: 40px;
    cursor: pointer;
    display: inline-block;
}
.para_anchor{
    color: #464749 !important;
    display: inline-block;
    text-decoration: none;
    border-bottom: 1px dashed #464749;
}
.cart_table .cart_content .name_price_wrap .name_td a{
    color:#2e3591;
}
.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, 1);
}
.mb_search_wrap a{
    display:inline-block;
    position: relative;
}
.color_related_wrap{
 
}
.color_related_wrap .image{
    width:80px;
    float:left;
    display:inline-block;
    position: relative;
    margin-right: 10px;
    margin-bottom: 10px;
}
#form-subscribe-message{
    text-align: center !important;
}
.cart_count{
    position: absolute;
    top: -10px;
    right:0;
    margin-right: -10px;
    min-width: 20px;
    height: 20px;
    padding: 0 4px;
    font-size: 12px;
    text-align: center;
    line-height: 20px;
    color: #fff;
    background: #1872bc;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.section-space--ptb_40{
    padding-top: 40px;
}
.checkout_parent_wrap .discount-code{

}
.breadcrumb-area{
    padding:80px 0;
}
.breadcrumb-area .breadcrumb-list{
    display:none;
}

.btn-social-icon{
    margin-left:10px;
    margin-top: 0;
}
.fb_loader, .google_loader {
    width: 35px;
    opacity: 0;
    display: inline-block;
    padding-left: 0 !important;
    margin-left: 15px;
}
#prod_readmore{
    font-size:12px;
    padding:5px;
    margin-top: 10px;
    background:#dbdbdb;
    color:#000;
    margin-bottom: 10px;
}
.cc-revoke.cc-bottom{
    display:none !important;
}
.prod_para{
    max-height:90px;
    overflow: hidden;
}
.option_add_to_cart_tab{
    border-top:1px solid #ededed
}
.prod_para.active{
    max-height: none;
}
.unisex_label{
    position: absolute;
    top:10px;
    left:0px;
    font-size:11px;
    padding: 5px 10px;
    z-index: 10;
    background:rgba(0,0,0,0.5);
    color:#fff;
    font-weight: bold;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.fb_loader:before, .google_loader:before{
display:none;
}
.fb_loader:before, .google_loader:before{
display:none;
}
.fb_loader img, .google_loader img{
width:100%;
}
.error_full_wrap{
    color:darkred;
}
.buttons{
    margin-top:20px;
}
.address_list_table_parent{
    margin-bottom: 10px;
    margin-top:10px !important;
    border-radius: 5px;
    padding: 10px;
    background:#f2f2f2;
}
.address_list_table{
    color:#000;

    margin-bottom: 0;
}
.address_td{
    font-size:14px;
    line-height: 1.8em !important;
}
.address_list_table td{
    border:0 !important;
}
.address_list_table td.action_tr{
    vertical-align:middle
}
.address_list_table td.action_tr {
    vertical-align: middle;
}
.sm.common_anchor{
    padding: 5px 10px;
}
.btn.btn-black{
    background-image: -webkit-linear-gradient(top,#616161 0,#000 100%);
    background-image: -o-linear-gradient(top,#616161 0,#000 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#616161),to(#000));
    background-image: linear-gradient(to bottom,#616161 0,#000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f',endColorstr='#ffc12e2a',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #000;
    color:#fff;
}
.btn.btn-black:hover{
    background:#000;
    color:#fff;
}
.for_mobile,.mob_label{
    display:none;
}
.gradient_bg {
    background: #000 !important;
    color:#fff;
}
.add_process_wrap.order_process{
    padding-top: 0;
    margin-top: 0;
    font-size:13px;
    border-top:0;
    position: relative !important;
    top:auto !important;
    left:auto !important;
}
.account_list_wrap .single_item_wrap a{
    width:100%;
    float:left;
    display:inline-block;
    position:relative;
    text-decoration: none;
    color:#fff;

    padding:25px 10px;
    text-align: center;
    -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;
    margin-bottom: 30px;
    background: #464749;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-animation: slide 65s linear infinite;
}

.account_list_wrap .single_item_wrap a:hover{
    text-decoration: none;
    background:#636363;
}
.account_list_wrap .single_item_wrap .icon_wrap{
    -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;
    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}
.account_list_wrap .single_item_wrap:hover .icon_wrap{
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}
.account_list_wrap .single_item_wrap .text_wrap{
    font-size:15px;
    text-transform: uppercase;
    letter-spacing:0.1em;
    margin-top:10px;
    color:#fff;
}
.pts-form-horizontal .pts-control-label.text-left{
    text-align: left !important;
}
.prod_mob_slider_wrap .owl-carousel .owl-wrapper-outer{
    border: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
.form_message_wrap{
    margin-top:20px;
    color:#000;
}
.copyright_wrap{
    color:#fff;
    padding-left: 10px;
    font-size:12px;
}
.copyright_wrap a{
    color:#fff;
    text-decoration: none;
}
.text_form.input_error{
    background: #ffdcdc;
}
.success_full_wrap{
    color:green;
}
.chat_reply{
    min-height: 50px;
    margin-bottom: 15px;
}
.chat_reply .name{
    width:50px;
    height:50px;
    position: absolute;
    top:0;
    left:0;
    text-align: center;
    font-size:17px;
    line-height:50px;
    background: rgb(215, 234, 138);
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    border-radius: 80px;
    line-height: 50px;
}
.chat_reply .date{
    position: absolute;
    top:0;
    right:0;
    text-align: center;
    font-size:10px;

}
.chat_reply .message{
    padding-left: 80px;
    float:right;
    display:inline-block;
    position: relative;
    width:100%;
    padding-top: 15px;
}
.chat_reply .message div{
    background:#e2e2e2;
    font-size:12px;
    width:100%;
    padding: 5px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius:5px;
}
.chat_reply.seller_reply .message{
    padding-right: 80px;
    padding-left: 0px;
}
.chat_reply.seller_reply .name{
    right:0;
    left:auto;
}
.chat_reply.seller_reply .date{
    right:auto;
    left:0;
}
.store-rating a{
    display:inline-block;
    background:#464749;
    color:#fff;
    font-size:12px;
    padding: 2px 5px;
    -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;
}
.store-rating a:hover{
    background:#000;
    text-decoration: none;
    color:#fff;
}
.no_margin_top{
    margin-top: 0;
}

.product_list_wrap{
    width:100%;
    padding-left:0px;
}



.category_feature_wrap{
    padding: 30px;
    padding-bottom: 0;
    background:#f1f1f1;
    text-align: center;
    margin-bottom: 30px;
}
.review_wrap{
    margin-top: 15px;
}
.review_wrap .review_image{
    float: left;display: inline-block;
    margin-right:10px;margin-top: 2px;
}
.review_wrap .review_image img{
    float: left;display: inline-block;width:13px;
    margin-right: 5px;
}
.review_wrap .review_value{
    float: left;display: inline-block;margin-left: 5px;margin-top: 5px;color: #000;letter-spacing: 0.1em;
}
.review_wrap a{
    float: left;display: inline-block;color: #000;letter-spacing: 0.1em;font-size:12px;
}
.listting_wrap ul li .img_wrap .percentage_wrap{
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size:14px;
    top:-10px;
    right:-10px;
}
.listting_wrap ul li h2{
    font-size:18px;
}
.top_menu_wrap .button_wraps .region_anchor{
    display:none;
}
.header_ul li:hover &gt; a{
    text-decoration: none;
}
.header_ul li .arrow{
    display:none;
}
.header_ul li{
    position: relative;
}
.header_ul li .sub-menu{
    position: absolute;
    top:100%;
    left:0;
    min-width: 100%;
    z-index: 10;
    border:1px solid #cecece;
    opacity: 0;
    visibility: hidden;
    text-align: left;
    -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;
}
.header_ul li .sub-menu ul{
    width:100%;
    float:left;
    display:inline-block;
    position: relative;
    padding: 0;
    background:#fff;
    margin:0;

}
.header_ul li .sub-menu ul li{
    width:100%;
    float:left;
    display:inline-block;
    position: relative;
    padding: 0;
    margin:0;
}
.header_ul li .sub-menu ul li + li{
    margin-top: 10px;
}
.header_ul li .sub-menu ul li a{
    width:100%;
    float:left;
    display:inline-block;
    position: relative;
    margin:0;
    padding: 0;
    color:#000;
    font-size:12px;
    background:transparent;
    white-space: nowrap;
}
.header_ul li .sub-menu ul li a:hover{
    background:transparent;
    color:#000;
}
.header_ul li:hover .sub-menu{
    opacity: 1;
    visibility: visible;
}
.breadcrumb{
    margin-top: 15px;
    margin-bottom: 0;
    background: transparent;
    padding: 0;
}
.breadcrumb  li a{
    font-size:12px;
    color:#000;
}
.breadcrumb  li a:hover{
    color:#000;
    text-decoration: none;
}
.return_prod_list_wrap{
    padding:10px;
    margin-bottom: 20px;
    border: 1px solid rgb(0,0,0,0.42);
    text-align: left;
    font-size:12px;
}
.category_content_wrap input[type=submit]{
    border-radius: 20px;
}
.product_wishlist_btn{
    margin-left:10px;
    float:left;
    display:inline-block;
}
.product_wishlist_btn img{
    float:left;
}
.order_product_td .image{
    padding:5px;
    width:50%;
    float:left;
    display:inline-block;
}
.order_product_td .image img{
    border:5px solid #fff;
    float:left;
}
.order_product_td{
    width:200px;
}
.listing_size_parent_wrap .options_wrap .options_list{
    text-align: center;
    margin-top:10px;
}
.listing_size_parent_wrap .options_wrap .options_list a{
    padding: 5px;
    background:#000;
    color:#fff;
    text-decoration: none !important;
    text-align: center;
}
.listing_size_parent_wrap .options_wrap .options_list a + a{
    margin-left:2px;
}
.listing_size_parent_wrap .options_wrap .options_list a:hover{
    background:#e5e5e5;

    color:#000;
}
.gallery_ul li .action_wrap a,
.collection_ul li .action_wrap a{
    background:#da231a
}
.gallery_ul li .action_wrap a:last-child, .collection_ul li .action_wrap a:last-child{
border-right: 0;
}
.collection_ul li .action_wrap a:hover,
.gallery_ul li .action_wrap a:hover{
    background:#000
}
.gallery_ul li .name_wrap,
.collection_ul li .data_wrap .name_wrap{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.info_desc_wrap h5{
    font-size:20px;
}
.info_desc_wrap .account_list_wrap{
    text-align: center;
    margin-top:20px;
}
.info_desc_wrap .account_list_wrap .single_item_wrap .text_wrap{
    color:#000;
}
.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;
}
.signup_popup_wrap{
    position: relative;
    background: #FFF;
    padding: 0px;
    width: auto;
    max-width: 700px;
    margin: 20px auto;
}
.signup_popup_wrap .signup_content_wrap{
    position: absolute;
    top:0;
    right:0;
    height:100%;
    z-index: 10;
    width:50%;
    padding:20px;
}
.signup_popup_wrap .signup_content_wrap.bottom{
    height:auto;
    left:17.5%;
    width:65%;
    top:430px;
}
.signup_popup_wrap .signup_content_wrap .common_header{
    text-transform: uppercase;
}
.signup_popup_wrap .signup_content_wrap .desc{
    font-size:20px;
    margin-top: 15px;
}
.signup_popup_wrap .signup_content_wrap .form_wrap{
    margin-top: 15px;

}
.signup_popup_wrap .signup_content_wrap.bottom .submit_wrap{
    position: absolute;
    top:0;
    right:0;
}
.signup_popup_wrap .signup_content_wrap .text_form{
    width:70%;
    bordeR:1px solid #000;
    padding: 10px 15px;
    margin-bottom: 15px;
}
.signup_popup_wrap .signup_content_wrap.bottom .text_form{
    padding-top: 19px;
    padding-bottom: 18px;
    width:65%;
}
.signup_popup_wrap .mfp-close{
    color:#000 !important;
}
.product-details-content .price small{
    font-size:13px;
    color:#000;
}
.home_product_content_wrap{
    text-align: left !important;
    padding: 20px;
}
.table_wrap{
    width:100%;
    float:left;
    display:table;
    height:100%;
}
.table_wrap .cell_wrap{
    width:100%;
    display:table-cell;
    vertical-align: middle;
    height:100%;
}

.inner_gallery_wrap .inner_product_wrap.full{
    width:100%;
}
.inner_gallery_wrap .inner_product_wrap.full .home_gallery_wrap{
    padding-left: 0;
}
.sorting_wrap .half_wrap.full_wrap{
    width:100%;
}
.header_list .header_ul li{
    position: initial;
}
.header_ul li .sub-menu{
    text-align: center;
    padding: 20px;
    padding-right: 50px;
    background:#fff;

}
.header_ul li .sub_menu_ul_parent{
    width:100%;
    float:left;
    display:table;

}
.header_ul li .sub-menu ul{
    float:none;
    width:auto;
    display: table-cell;
    vertical-align: top;
    width:25%;
    text-align: left;
}
.header_ul li .sub-menu .gridContainer{
    min-width: auto;
    max-width: 1100px;
}
.menu_color_span{
    width:20px;
    height:20px;
    background:#000;
    display:inline-block;
    margin-right: 10px;
    float: left;
}
.my_account_data_list ul li a{
color:#000;
}
.noti_wrap .alert{
    margin-top: 20px;
}
.address_list_table td.action_tr .btn{
    width:auto;
    font-size:12px;
    margin: 0;
}
.padding_l_20{
    padding-left: 20px;
}
.padding_r_20{
    padding-right: 20px;
}
.whatsapp_fix{
    position:fixed;
    bottom:40px;
    right:40px;
    z-index:100;
    -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;
    transform:translateX(300px);
}
.whatsapp_fix a{
    float:left;
    display:inline-block;
    position: relative;
    background:#fff;
    padding: 10px;
    padding-right: 20px;
    color:#000;
    font-size:14px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.whatsapp_fix a img{
    display:inline-block;
    width:40px;
    margin-right: 10px;
}
.whatsapp_fix.active{
    transform:translateX(0);
}


.autocomplete_result{
    position:absolute;
    top:100%;
    left:0;
    width:350px;
    min-width: 100%;
    z-index: 1000;
    margin-top: 5px;
}
.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:#1369b4 !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:#1369b4;
    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;
}
.contact-us-box .single-input.your-mobile{
    position: relative;
}
.contact-us-box .single-input input.input_error,
.contact-us-box .single-input textarea.input_error{
    background: #efcccc;
}
.contact-us-box .single-input.your-mobile::before {
    content: "\f095";
    font-family: FontAwesome;
    position: absolute;
    right: 1.2em;
    top: 10px;
}
.btn-primary{
    background:#000;
}
.login_account_wrap .col {
    width: 100%;
    margin: auto;
    margin-top: 6px;
    padding-left: 25%;
    padding-right: 25%;
}
.login_account_wrap h5{
    text-align: center;
}
.old-price{
    text-decoration: line-through;
    padding-left: 5px;
}
.right{
    float:right;
}
#specification table tr td,
#specification table tr th{
    border-left:0;border-right:0;
}
/* style the container */
.login_account_wrap .container {
    position: relative;
    border-radius: 5px;
    background-color: #fcf2e6;
    padding: 20px 0 30px 0;
}

/* style inputs and link buttons */
.login_account_wrap input,
.login_account_wrap .btn {
    width: 100%;
    padding: 8px;
    border: none;
    border-radius: 4px;
    margin: 5px 0;
    opacity: 0.85;
    display: inline-block;
    font-size: 17px;
    line-height: 20px;
    text-decoration: none; /* remove underline from anchors */
}
.login_account_wrap .btn_social {
    width: 40%;
    padding: 10px;
    border: none;
    border-radius: 4px;
    margin: 5px 0;
    opacity: 0.85;
    display: inline-block;
    font-size: 13px;
    line-height: 10px;
    text-decoration: none; /* remove underline from anchors */
    text-align: center;
    display: inline-block;
}
.login_account_wrap input:hover,
.login_account_wrap .btn:hover {
    opacity: 1;
}
.login_account_wrap .btn_social:hover {
    opacity: 1;
}
/* add appropriate colors to fb, twitter and google buttons */
.login_account_wrap .fb {
    background-color: #3B5998;
    color: white;
}

.login_account_wrap .google {
    background-color: #dd4b39;
    color:  white;
}

/* style the submit button */
.login_account_wrap input[type=submit] {
    background-color: #673b30;
    color: white;
    cursor: pointer;
    -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;
}

.login_account_wrap input[type=submit]:hover {
    background-color: #baa093;
}
.sub_menu_arrow,.menu_close_btn{
    display:none;
}
.option_name_wrap{
    cursor: pointer;
}
.options_list{
    position: relative;
    width:100%;
    float:left;
}
.options_list .opt_bg{
    position: fixed;
    content:'';
    top:0;
    z-index: 210;
    left:0;
    width:100%;
    height:100%;
    cursor: url(../images/close_cursor.cur),default;
    background:rgba(0,0,0,0.2);
}
.options_list a{
    margin:3px;
    text-align: center;
    min-width: 50px;
    float:left;
    display:inline-block;
    position: relative;
    z-index: 211;
    padding: 10px;
    background:#e1e1e1;
    text-decoration: none;
    color:#000;
}
.options_list a:hover,
.options_list a.active{
    background:#1872bc;
    text-decoration: none;
    color:#fff;
}

.open_overlay{
    cursor: pointer;
}
.product_desc_popup_wrap{
    display:none;
}
.product_wrap .product_detail_wrap .price_wrap .discount,
.product_wrap .product_detail_wrap .price_wrap del{
    font-size:60%;
}
.featured_arrow_left{
    position: absolute;
    bottom:50%;
    left:40px;
    padding: 8px;
    z-index: 10;
    margin-top:-20px;
}
.featured_arrow_right{
    position: absolute;
    bottom:50%;
    right:40px;
    padding: 8px;
    z-index: 10;
    margin-top:-20px;
}
.featured_arrow_right img,
.featured_arrow_left img{
    float:left;
}
.featured_arrow_right.swiper-button-disabled,
.featured_arrow_left.swiper-button-disabled{
    opacity: 0.3;
}
.menu_wrap .menu_search_wrap li{
    position: relative;
}
.home_featured_wrap .gridContainer{
    width:100%;
    min-width: 100%;
    padding: 0;
}
.home_featured_wrap .inner_wrap {
    padding: 0 80px;
}
.home_bottom_category_wrap .gridContainer{
    width:100%;
    margin:0;
    padding:0;
}
.product_det_slide_wrap {
    margin-bottom: -20px;
    margin-top:10px;
    display:none;
}
.product_detail_wrap .overview_cart .content_wrap p{
    cursor: pointer;
}
.recommend_header{
    margin-bottom: 30px;
}
.product_recommend .featured_arrow_left{
    left:auto;
    right:50px;
    bottom:auto;
    top: -50px;
width: 28px;
}
.product_recommend .featured_arrow_right{
    left:auto;
    right:0px;
    width: 28px;
    top: -50px;
    bottom:auto;
}
.signup_popup_wrap .popup_inner_wrap{
    background:#f5f6f1;
}
.influ_img_grayscale .hv_opa,
.desk_infu_wrap  .hv_opa,
.mb_infu_wrap  .hv_opa {
    display:none;
}
.home_product_ul.influ_slider li .image_wrap{
    overflow: hidden;
}
.home_product_ul.influ_slider li .image_wrap img{
    -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;
    filter: grayscale(0);
}
.home_product_ul.influ_slider li:hover .image_wrap img{
    filter: grayscale(100%);
    transform: scale(1.1);
}
.influencer_ul li .left_infu_wrap {
    text-align: center;
}
.listing_product_wrap.category_listing .gridContainer{
    max-width: 1300px;
}
.login_top_wrap.account{
    margin-bottom: 40px;
}
.login_register_wrap{
    margin-top: 50px;
    margin-bottom: 50px;
}
.login_register_wrap .gridContainer{
    max-width: 1250px;
}
.login_register_wrap .login_left_wrap {
    padding-right:40px;
}
.login_register_wrap .login_right_wrap  {
    padding-left:40px;
}
.wishlist_table_wrap .image{
    width:150px;
}
.contact-info-list,
.contact-info-list a{
    color:#000;
}
.contact_map_wrap{
    border:10px solid #f57d24
}
.contact_info_wrap{
    padding-left: 30px;
    margin-bottom: 40px;
}
.contact_mapp_wrap{
    padding-right: 30px;
    margin-bottom: 40px;
}
.signup_popup_wrap .popup_inner_wrap{
    background: #e3ca39;
}
.signup_popup_wrap .popup_inner_wrap .image_wrap{
    width:50%;
    float:left;
}
.signup_popup_wrap .popup_inner_wrap .signup_content_rel_wrap{
    width:50%;
    float:left;
    display:inline-block;    text-align: center;
    padding:40px 20px;
}
.swiper_arrows {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background: #2e3591;
  }
  
  .swiper_arrows:after,
  .swiper_arrows:before {
    font-size: 15px;
    color: #fff;
  }
   .head_review_table .top_overview_table_wrap {
    border-bottom: 1px solid rgb(209, 203, 203);
}
   .head_review_table .top_overview_table_wrap p{
    padding: 5px;;
}
.menu_list_section{
    position: sticky;
    top:0;
    left:0;
    z-index: 1000;
}
body{
    width:100%;
    float:left;
    display:inline-block;
    position: relative;
}
@media only screen and (min-width:480px){

    .listing_ul li.third{
        width:100%;
        padding-left:24%;
        padding-right: 24%;
    }
    .listing_ul li.fourth.left{
        padding-right:45%;
    }
    .listing_ul li.fourth.right{
        padding-left:45%;
    }
}
@media only screen and (min-width:1100px){
    .menu_ul&gt;li&gt;a:before{
        position: absolute;
        top:100%;
        left:0;
        width:100%;
        height:12px;
        content:'';
    }
    .latest_gallery li{
        width:22.75%;
        margin-right: 3%;;
    }
    .latest_gallery li:nth-child(3n+0){
        margin-right: 3%;
    }
    .latest_gallery li:nth-child(4n+0){
        margin-right: 0;
    }
    .slider_occassion_section .left_slider_occassion_wrap{
        width:30%;
    }
    .slider_occassion_section .right_slider_occassion_wrap{
        width:70%;
    }
    .product_wrap .product_detail_wrap{
        overflow:auto;
    }
    .product_wrap .product_detail_wrap .common_header{
        font-size:25px;
    }
    .product_wrap .product_detail_wrap p{
        font-size:13px;
    }
    .product_detail_wrap .price_wrap p{
        font-size:18px;
    }
    .menu_wrap .menu_list_wrap ul li.collection_li ul.sub-menu li:first-child a{
        animation: myanimation 1s infinite;
    }
    .menu_wrap .menu_list_wrap ul li.collection_li ul.sub-menu li:first-child a:hover{
        background:#333 !important;
    }


    .size_wrap h4{
        font-size:16px;
    }
    .search_mix{
        position: absolute;
        display:none;
        left:auto;
        top:-10px;
        height:auto;
        background:transparent;
        width:250px;
        right: 125px;
    }
    .search_mix.light_menu .search_form{
        border-color:#fff;
        color:#fff;
    }
    .menu_wrap.dark_menu .search_mix .search_form{
        border-color:#000;
        color:#000;
    }
    .search_mix .gridContainer{
        min-width: 100%;
        max-width: 100%;
        width:100%;
    }
    .search_mix .half_wrap{
        min-width: 100%;
        max-width: 100%;
        width:100%;
    }
    .search_mix .close_search{
        display:none;
    }
    .cart_summary_title_wrap{
        display:none;
    }
    .checkout_parent_wrap .right_wrap.desk_active{
        position:absolute;
        top:0;
        right:0;
        width:80%;
        background:#fff;
        min-height:100%;
        z-index:100;
        border-left:1px solid #eee;
    }
    .checkout_parent_wrap .left_wrap.desk_active:after{
        position:absolute;
        top:0;
        left:0;
        content:'';
        width:100%;
        height:100%;
    }
    .checkout.login_top_wrap .gridContainer{
        max-width: 1200px;
    }
    .menu_wrap .menu_list_wrap ul li{
        position: relative;
    }
    .menu_wrap .menu_list_wrap ul li ul.sub-menu{
        position: absolute;
        top:100%;
        left:0;
        width:auto;
        min-width: 100%;
        margin-top:0;
        padding-top: 10px;
        opacity: 0;
        -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;
        visibility: hidden;
    }
    .menu_wrap .menu_list_wrap ul li:hover ul.sub-menu{
        opacity: 1;
        visibility: visible;
    }
    .menu_wrap .menu_list_wrap ul li ul.sub-menu li{
        width:100%;
        float:left;
        display:inline-block;
        position: relative;
        margin:0;
    }
    .menu_wrap .menu_list_wrap ul li ul.sub-menu li a{
        width:100%;
        float:left;
        display:inline-block;
        position: relative;
        margin:0;
        white-space: nowrap;
        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;
        color:#fff;
        padding: 8px 15px;
        padding-right: 30px;
        text-align: left;
    }
    .menu_wrap .menu_list_wrap ul li ul.sub-menu li a:hover{
        text-decoration: none;
        background:#fff;
        color:#000;
    }
    .unisex_label{
        font-size:13px;
    }
    .listting_wrap ul li .img_wrap{
        padding: 20px;
    }
    .top_menu_wrap .button_wraps{
        padding-top: 55px;
    }

    .gridContainer.sm{
        max-width:600px;
        min-width:600px;
    }
    .gridContainer.product_grid,
    .gridContainer.lg{
        max-width:1250px;
        min-width:1250px;
    }
    .gridContainer.med{
        max-width:1100px;
        min-width:1100px;
    }
    .product_wrap .product_detail_wrap{
        height:auto;
        bottom:30px;
        top:0;
        padding-top: 120px;
        padding-bottom: 50px;
    }
    .listing_ul li.fourth.right{
        padding-left: 650px
    }

}
@media only screen and (min-width:1300px){
    .listing_product_wrap.category_listing .gridContainer{
        max-width: 1100px;
        min-width: 1100px;
    }
}
@media only screen and (min-width:1500px){

    .product_wrap .product_detail_wrap .product_right_content_wrap{
        margin-top: -100px;
    }
}
@media only screen and (min-width:1600px){
    .slider_occassion_section .left_slider_occassion_wrap{
        width:30%;
    }
    .slider_occassion_section .right_slider_occassion_wrap{
        width:70%;
    }
    .influencer_ul li .left_infu_wrap img{
        width: 65%;
    }
    .common_header{
        font-size: 30px;
    }
    .search_mix{
        top:25px;
    }
    .product_wrap .product_detail_wrap .common_header{
        font-size:30px;
    }
    .product_detail_wrap .price_wrap p{
        font-size:22px;
    }
}
@media only screen and (min-width:1100px) and (max-width:1500px){
    .signup_popup_wrap .signup_content_wrap.bottom .text_form{
        padding-top: 12px;
        padding-bottom: 12px;
    }
	.realb_chat_wrap{
		height:250px;
	}
    .whatsapp_fix{
         bottom:20px;
         right:20px;
     }
    .help_you_wrap{
        bottom:90px;
        right:20px;
    }
    .product_wrap .product_detail_wrap{
        height:100%;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .blog_top_bg{
        padding-top: 400px;
    }
    .signup_popup_wrap .signup_content_wrap.bottom .text_form{
        padding-top: 12px;
        padding-bottom: 12px;
    }
}
@media only screen and (min-width:1100px) and (max-width:1700px){
    .top_menu_wrap .button_wraps a{
        font-size:14px;
    }
}
@media only screen and (min-width: 787px) and (max-width: 1100px){
    .home_video_wrap .gridContainer{
        max-width: 100%;
        min-width: 100%;
    }
    .home_video_wrap iframe{
        height:600px;
    }
    .cart_top_wrap .cart_subtotal_wrap,.coupon_wrap {
        width: 40%;
    }
    .text_arrow{
        top: 14px;
    }
    .signup_popup_wrap .signup_content_wrap.bottom .text_form{
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .product_wrap .product_detail_wrap{
        overflow: auto;
    }
    .product_recommend{
        margin-top: 40px;
    }
    .product_wrap .product_detail_wrap .common_header{
        font-size:22px;
    }
    .product_detail_wrap .price_wrap p{
        font-size:16px;
    }
    .home_featured_wrap .inner_wrap {
        padding: 0 50px;
    }
    .featured_arrow_right{
        right:10px;
    }
    .featured_arrow_left{
        left:10px;
    }
    .menu_wrap .menu_list_wrap ul li.collection_li ul.sub-menu li:first-child a{
        animation: myanimation 1s infinite;
    }
    .menu_wrap .menu_list_wrap ul li.collection_li ul.sub-menu li:first-child a:hover{
        background:#333 !important;
    }
    .footer_new_wrap ul{
        width:31.33%;
    }
    .footer_new_wrap .footer_right_side{
        width:31.33%;
    }
    .search_mix{
        position: absolute;
        display:none;
        left:auto;
        top:-10px;
        height:auto;
        background:transparent;
        width:200px;
        right: 115px;
    }
    .search_mix.light_menu .search_form{
        border-color:#fff;
        color:#fff;
    }
    .menu_wrap.dark_menu .search_mix .search_form{
        border-color:#000;
        color:#000;
    }
    .search_mix .gridContainer{
        min-width: 100%;
        max-width: 100%;
        width:100%;
    }
    .search_mix .half_wrap{
        min-width: 100%;
        max-width: 100%;
        width:100%;
    }
    .search_mix .close_search{
        display:none;
    }
    .common_mtop{
        margin-top: 40px;
    }
    .common_mbot{
        margin-bottom: 40px;
    }
    .product_wrap .product_detail_wrap{
        height:auto;
        bottom:30px;
        top:0;
        padding-top: 80px;
        padding-bottom: 50px;
    }
    .product_wrap .product_detail_wrap .common_header{
        margin-top: 0;
    }
    .menu_wrap .menu_list_wrap ul li{
        position: relative;
    }
    .menu_wrap .menu_list_wrap ul li ul.sub-menu{
        position: absolute;
        top:100%;
        left:0;
        width:auto;
        min-width: 100%;
        margin-top:0;
        padding-top: 10px;
        opacity: 0;
        -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;
        visibility: hidden;
    }
    .menu_wrap .menu_list_wrap ul li:hover ul.sub-menu{
        opacity: 1;
        visibility: visible;
    }
    .menu_wrap .menu_list_wrap ul li ul.sub-menu li{
        width:100%;
        float:left;
        display:inline-block;
        position: relative;
        margin:0;
    }
    .menu_wrap .menu_list_wrap ul li ul.sub-menu li a{
        width:100%;
        float:left;
        display:inline-block;
        position: relative;
        margin:0;
        white-space: nowrap;
        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;
        color:#fff;
        padding: 8px 15px;
        padding-right: 30px;
        text-align: left;
    }
    .menu_wrap .menu_list_wrap ul li ul.sub-menu li a:hover{
        text-decoration: none;
        background:#fff;
        color:#000;
    }
    .whatsapp_fix{
        right:20px;
        bottom:20px;
    }

    .listting_wrap ul li .img_wrap{
        padding: 20px;
    }
    .top_menu_wrap .button_wraps{
        padding-top: 55px;
    }

    .mob_cart_btn{
        display:inline-block;
        position: fixed;
        bottom:30px;
        right:0;
        width:250px;
        background:#000;
        text-transform: uppercase;
        color:#fff;
        text-align: center;
        cursor: pointer;

        z-index: 1;
        font-size:18px;
        padding:10px;

    }


    .product_parent_wrap .product_data_wrap .data_wrap + .data_wrap{
        margin-top:0;
    }
    .product_parent_wrap .product_data_wrap .data_wrap .qty_wrap{
        width:30%;
    }
    .product_parent_wrap .product_data_wrap .data_wrap .price_wrap{
        width:70%;
    }
    .product_parent_wrap .product_data_wrap .anchor_wrap{
        margin-top:10px;
    }
    .feature_icon_wrap{
        margin-top:20px;
    }
    .menu_parent_wrap .main_menu_ul &gt; li &gt; a{
        font-size:12px;
        padding: 12px 15px;
    }
    .menu_parent_wrap .navbar{
        min-height: auto;
    }
    .gallery_ul li .action_wrap{
        opacity: 1;
        visibility: visible;
    }

    .checkout_parent_wrap .left_wrap{
        border-right: none;
        padding-top: 10px;
        width:100%;
    }
    .checkout_cart_item_wrap{
        color:#000;
    }
    .checkout_cart_item_wrap .name_wrap a{
        color:#000;
    }
    .checkout_parent_wrap .right_wrap{
        position:fixed;
        top: -100%;
        left:0;
        height:100%;
        -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;
        width:100%;
        z-index: 10;
        padding-right: 40px;
        background:#fff;
        -webkit-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.49);
        -moz-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.49);
        box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.49);

    }
    .checkout_parent_wrap .right_wrap.active{
        overflow: auto;
        top:0;
    }

    .checkout_parent_wrap .right_wrap .mob_close_btn{
        position: absolute;
        top:8px;
        right:20px;
        display: inline-block;
        z-index: 1;
    }
    #right_cart_wrap .cart_table td,
    #right_cart_wrap .cart_table th{
        color:#000;
    }
    .checkout_parent_wrap .left_wrap{
        padding-left: 0;
        padding-right: 0;
    }
    .checkout_parent_wrap .right_wrap {
        width: 100%;
        padding: 0;
        padding-top: 0px;
        margin-bottom: 40px;
        margin-top: 0px;
        position: relative;
        left:auto;
        top:auto;
        display:inline-block;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        background:none;
    }
    .checkout_parent_wrap .right_wrap .mob_close_btn{
        display:none;
    }
    .cart_summary_title_wrap{
        display:inline-block;
        width:100%;
        float:left;
        padding:10px;
        font-size:20px;
        color:#fff;
        background:#000;
        margin-bottom: 20px;
        position: relative;

    }

}
@media only screen and (max-width: 786px) and (min-width: 481px){
    .signup_popup_wrap .signup_content_wrap.bottom .text_form{
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .signup_popup_wrap .signup_content_wrap.bottom{
        top:330px;
    }
    .home_video_wrap .gridContainer{
        max-width: 100%;
        min-width: 100%;
    }
    .home_video_wrap iframe{
        height:600px;
    }
    .cart_top_wrap .cart_subtotal_wrap,.coupon_wrap {
        width: 50%;
    }
    .text_arrow{
        top:13px;
    }
    .help_you_wrap{
        bottom:90px;
        right:20px;
    }
    .signup_popup_wrap .signup_content_wrap.bottom .text_form{
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .signup_popup_wrap .signup_content_wrap.bottom{
        top:330px;
    }
    .blog_list_ul li .title_wrap a{
        font-size: 18px;
    }
    .blog_list_ul li .img_wrap,
    .blog_list_ul li .info_wrap{
        width:100%;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .blog_list_ul li .info_wrap{
        margin-top: 20px;
    }

    .product_recommend{
        margin-top: 40px;
    }
    .home_featured_wrap .inner_wrap {
        padding: 0 50px;
    }
    .featured_arrow_right{
        right:10px;
    }
    .featured_arrow_left{
        left:10px;
    }
    .menu_wrap .menu_list_wrap ul li.collection_li ul.sub-menu li:first-child a{
        animation: myanimation 1s infinite;
    }
    .menu_wrap .menu_list_wrap ul li.collection_li ul.sub-menu li:first-child a:hover{
        background:#333 !important;
    }
    .product_detail_wrap .add_cart_wrap{
        position: relative;
        bottom:0;
        left:0;
    }
    .product_color_note{
        width:100%;
        position: relative;
        bottom:0;
        left:0;
        padding: 10px 20px;
        float:left;
        display:inline-block;
    }
    .footer_new_wrap ul{
        width:47%;
    }
    .footer_new_wrap .footer_right_side{
        width:100%;
        margin-top:40px;
    }

    .search_mix{
        position: absolute;
        display:none;
        left:auto;
        top: -35px;
        height:auto;
        background:transparent;
        width: 140px;
        right: 110px;
    }
    .search_mix.light_menu .search_form{
        border-color:#fff;
        color:#fff;
    }
    .menu_wrap.dark_menu .search_mix .search_form{
        border-color:#000;
        color:#000;
    }
    .search_mix .gridContainer{
        min-width: 100%;
        max-width: 100%;
        width:100%;
    }
    .search_mix .half_wrap{
        min-width: 100%;
        max-width: 100%;
        width:100%;
    }
    .search_mix .close_search{
        display:none;
    }

    .common_mtop{
        margin-top: 40px;
    }
    .sub_menu_arrow{
        display:inline-block;
        position: absolute;
        top:-7px;
        right:0;
        padding: 0px;
        -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;
        width:50px;
    }
    .sub_menu_arrow.active{
        transform: rotate(-90deg);
    }
    .menu_close_btn{
        position: relative;
        width:40px;
        margin-left: 20px;
        float:left;
        display:inline-block;
        margin-bottom: 10px;
    }
    .sub_menu_arrow svg{
        float:left;
    }
    .menu_wrap .menu_inner_wrap .menu_list_wrap{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        transform: translateX(-100%);
        z-index: 1000;
        background: #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;
        display:inline-block;
        padding: 20px 0;
    }
    .menu_wrap .menu_inner_wrap .menu_list_wrap.active{
        transform: translateX(0px);
    }
    .menu_wrap .menu_list_wrap ul li a{
        color:#000;
        padding: 0px 20px;
        float:left;
        display:inline-block;
        font-size:25px;
    }
    .menu_wrap .menu_list_wrap li{
        width:100%;
        margin:0;
        margin-bottom: 15px;
        text-align: left;
    }
    .menu_wrap .menu_list_wrap ul li .sub-menu{
        background:#000;
        padding-top: 20px;
        display:none;
    }
    .menu_wrap .menu_list_wrap ul li .sub-menu li a{
        color:#fff;
    }

    .my_account_data_list ul li{
        width:48.5%;
        margin-right: 3%;
    }
    .my_account_data_list ul li:nth-child(3n+0){
        margin-right: 3%;
    }
    .my_account_data_list ul li:nth-child(2n+0){
        margin-right: 0;
    }
    .whatsapp_fix{
        right:20px;
        bottom:20px;
    }
    .menu_close_a{
        position: absolute;
        top:5px;
        left:5px;
        z-index:100;
        display:inline-block;
    }
    .full_wrap.bg_dark_brown.header_list{
        display:inline-block;
    }


    .header_list .header_ul li{
        position: relative;
    }
    .header_ul li .sub_menu_ul_parent{
        display: inline-block;

    }
    .header_ul li .sub-menu ul{
        display: inline-block;
        width:100%;
    }
    .header_ul li .sub-menu ul + ul{
        margin-top: 20px;
    }

    .inner_product_wrap .cat_title_wrap .drop_menu{
        display: none;
        position: fixed;
        bottom: 39px;
        background:#faeee0;
        left: 0;
        width: 100%;
        z-index: 100;
        padding: 10px;
    }
    .inner_product_wrap .cat_title_wrap .drop_menu select{
        width:100%;
    }
    .cat_title_wrap .half_wrap {
        width:100%;
    }

    .menu_close_a{
        position: absolute;
        top:5px;
        right:5px;
        display:inline-block;
        width:35px;
    }

    .gallery_ul li .action_wrap{
        opacity: 1;
        visibility: visible;
    }


    .mobile_menu_text_wrap {
        display: inline-block;
        position: absolute;
        top:0;
        left:0;
        width:100%;
        padding: 10px 30px;
        color:#fff;
        text-transform: uppercase;
        text-align: left;
    }
    .mobile_menu_text_wrap a{
       width:20px;
        float:right;
        display:inline-block;
    }
    .header_list {
        position: fixed;
        top:0;
        left:0;
        width:50%;
        height:100%;
        display:inline-block;
        background: #fff;
        z-index: 1000;
        margin-top:0;
        overflow: scroll;
        padding:20px;
        padding-top: 40px;
        background: #000;
        border-right:1px solid #e8e8e8;;
        -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;
        left:-50%;
    }
    .header_list.active{
        left:0;
    }

    .listting_wrap ul li .img_wrap{
        padding: 20px;
    }
    .top_menu_wrap{
        text-align: center;
    }
    .top_menu_wrap .logo_wrap{
        float:none;
    }



    .product_parent_wrap .product_data_wrap .data_wrap + .data_wrap{
        margin-top:0;
    }
    .product_parent_wrap .product_data_wrap .data_wrap .qty_wrap{
        width:30%;
    }
    .product_parent_wrap .product_data_wrap .data_wrap .price_wrap{
        width:70%;
    }
    .product_parent_wrap .product_data_wrap .anchor_wrap{
        margin-top:10px;
    }
    .feature_icon_wrap{
        margin-top:20px;
    }
    .product_parent_wrap .product_img_wrap, .product_parent_wrap .product_data_wrap{
        width:100%;padding:0;
    }
    .product_parent_wrap .product_data_wrap{
        margin-top:50px;
    }
    .product_parent_wrap{
        margin-bottom:50px;
        margin-top:20px;

    }

    .menu_parent_wrap{
        position: fixed;
        top:0;
        left:0;
        width:100%;
        z-index: 100;
        height:100%;
        padding-top: 50px;
        display:none;
        padding-bottom: 80px;overflow: auto;
    }
    .menu_parent_wrap .navbar{
        width:100%;
        float:left;
        display: inline-block;
    }
    .menu_parent_wrap .main_menu_ul &gt; li &gt; .dropdown-menu{
        position: relative;
        top:auto;
        left:auto;
        width:100%;
    }

    .menu_parent_wrap .main_menu_ul &gt; li &gt; .dropdown-menu a{
        font-size:14px;
    }
    .menu_parent_wrap .navbar .navbar-collapse{
        padding:0;
    }
    .menu_parent_wrap .main_menu_ul{
        width:100%;
    }
    .menu_parent_wrap .main_menu_ul &gt; li{
        width:100%;
    }
    .menu_parent_wrap .main_menu_ul &gt; li + li{
        border-left:0;
    }
    .menu_parent_wrap .main_menu_ul &gt; li &gt; a{
        font-size: 20px;
        padding: 16px 10px;
    }
    .menu_parent_wrap .navbar{
        min-height: auto;
    }

    .menu_parent_wrap .main_menu_ul &gt; li &gt; a .arrow{
        margin-left: 20px;
        width:8px;
        display:inline-block;
    }
    .menu_parent_wrap .main_menu_ul &gt; li.open &gt; a .arrow{
        transform:          rotate(90deg);
        -ms-transform:      rotate(90deg);
        -moz-transform:     rotate(90deg);
        -webkit-transform:  rotate(90deg);
        -o-transform:       rotate(90deg);
    }

    .checkout_parent_wrap .left_wrap{
        border-right: none;
        padding-top: 20px;
        width:100%;
    }
    .checkout_cart_item_wrap{
        color:#000;
    }
    .checkout_cart_item_wrap .name_wrap a{
        color:#000;
    }
    .checkout_parent_wrap .right_wrap{
        position:fixed;
        top: -100%;
        left:0;
        height:100%;
        -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;
        width:100%;
        z-index: 10;
        padding-right: 40px;
        background:#fff;
        -webkit-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.49);
        -moz-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.49);
        box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.49);

    }
    .checkout_parent_wrap .right_wrap.active{
        overflow: auto;
        top:0;
    }

    .checkout_parent_wrap .right_wrap .mob_close_btn{
        position: absolute;
        top:8px;
        right:20px;
        display: inline-block;
        z-index: 1;
    }
    #right_cart_wrap .cart_table td,
    #right_cart_wrap .cart_table th{
        color:#000;
    }
    .checkout_parent_wrap .left_wrap{
        padding-left: 0;
        padding-right: 0;
    }
    .checkout_parent_wrap .right_wrap {
        width: 100%;
        padding: 0;
        padding-top: 0px;
        margin-bottom: 40px;
        margin-top: 0px;
        position: relative;
        left:auto;
        top:auto;
        display:inline-block;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        background:none;
    }
    .checkout_parent_wrap .right_wrap .mob_close_btn{
        display:none;
    }
    .cart_summary_title_wrap{
        display:inline-block;
        width:100%;
        float:left;
        padding:10px;
        font-size:20px;
        color:#fff;
        background:#000;
        margin-bottom: 20px;
        position: relative;

    }
    .checkout-cart .whatsapp_fix {
        display:none;
    }
    .menu_wrap .menu_inner_wrap .mb_search_wrap{
        width:auto;
        float:right;
    }
}
@media only screen and (max-width: 480px){
    .signup_popup_wrap .popup_inner_wrap .image_wrap{
        width:100%;
    }
    .signup_popup_wrap{
        max-width: 90%;
    }
    .signup_popup_wrap .popup_inner_wrap .signup_content_rel_wrap{
        width:100%;
    }
    .signup_popup_wrap .signup_content_wrap.bottom{
        position: relative;
        top:auto;
        right:auto;
        display:inline-block;
        left:auto;
        width:100%;
        background: #f5f5f5;
        padding: 20px;
    }
    .signup_popup_wrap .signup_content_wrap.bottom .text_form{
        width:100%;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .signup_popup_wrap .signup_content_wrap.bottom .submit_wrap{
        position: relative;
        top:auto;
        left:0;
    }
    .signup_popup_wrap .signup_content_wrap{
        width:60%;
        padding-left: 10px;
    }
    .signup_popup_wrap .popup_inner_wrap{
        background:#edefea;
    }

    .signup_popup_wrap .signup_content_wrap .text_form{
        width:100%;
    }
    .signup_popup_wrap .signup_content_wrap .common_header{
        font-size:15px;
    }
    .signup_popup_wrap .signup_content_wrap .desc{
        font-size:10px;
    }
    .home_video_wrap .gridContainer{
        max-width: 100%;
        min-width: 100%;
    }
    .home_video_wrap iframe{
        height:300px;
    }
    .contact_info_wrap{
        padding-left: 0px;
        width:100%;
        margin-bottom: 30px;
    }
    .contact_mapp_wrap{
        padding-right: 0px;
        width:100%;
        margin-bottom: 30px;
    }
    .contact_map_wrap{
        border-width: 5px;
    }
    #top_success svg{
        max-width: 70px;
    }
    .return_prod_list_wrap tr{
        display:table-row;float:none;
    }
    .return_prod_list_wrap{
        padding: 0px;
    }
    .return_prod_list_wrap tr td:first-child{
        width: 80px;
    }
    .return_prod_list_wrap tr td .return_info_wrap{
        width: 80px;
    }
    .return_prod_list_wrap tr td .para_anchor {
        margin-top: 5px;
        margin-right: 2px;
        font-size: 11px;
    }
    .return_prod_list_wrap tr td{
        display:table-cell;float:none;
    }
    .wallet_cart_parent tr{
        border-bottom: 3px solid #dfdfdf;
    }
    .wishlist_table_wrap .image{
        text-align: center !important;
    }
    .wishlist_table_wrap .image img{
        max-width: 150px;
        display:inline-block;
    }
    .my_account_wrap{
        padding-top: 0;
    }
    .my_account_data_list ul li{
        width:100%;
    }
    .my_account_wrap .inner_box_wrap{
        text-align: center;
        padding:10px;display: inline-block;
    }
    .my_account_wrap .account_edit_wrap{
        width:100%;
    }
    .person_editprofile{
        font-size:10px;float:none;
    }
    .my_account_wrap .account_name_wrap{
        width:100%;
        padding-left: 0;
    }
    .my_account_wrap .account_name_wrap h3{
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .login_register_wrap .login_left_wrap {
        padding-right:0px;width:100%;
    }
    .login_register_wrap .login_right_wrap  {
        padding-left:0px;width:100%;
        margin-top: 40px;
    }
    .buttons .common_anchor{
        width:100%;
        text-align: center;
    }
    .buttons * + *{
        margin-top: 15px;
    }
    .buttons .pull-right,
    .buttons .pull-left{
        width:100%;
    }
    .cart_top_wrap .cart_subtotal_wrap,.coupon_wrap {
        width: 100%;
    }
    .text_arrow{
        top:13px;
    }
    .listing_section .filter_section .sort_wrap{
        width:100%;
        float:left;
        display: inline-block;
    }
    .inner_fiter_section .sort_wrap select {
        width:100%;
    }
    .search_wrap .close_wrap{
        display:inline-block;
        position: absolute;
        width:30px;
        right:5px;
        top:15px;
    }
    .header_overview_wrap .inner_wrap .search_wrap{
        position: fixed;
        top:-70px;
        left:0;
        width:100%;
        padding: 10px;
        z-index: 100;
        display:inline-block;
        background: #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;
        padding-right: 40px;
    }
    .header_overview_wrap .inner_wrap .search_wrap.active{

        top:0px;

    }
    .signup_popup_wrap .signup_content_wrap.bottom{
        position: relative;
        top:auto;
        right:auto;
        display:inline-block;
        left:auto;
        width:100%;
        background: #f5f5f5;
        padding: 20px;
    }
    .signup_popup_wrap .signup_content_wrap.bottom .text_form{
        width:100%;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .signup_popup_wrap .signup_content_wrap.bottom .submit_wrap{
        position: relative;
        top:auto;
        left:0;
    }
    .blog_top_bg{
        padding-top: 200px;
    }
    .blog_list_ul li .title_wrap a{
        font-size: 18px;
    }
    .blog_list_ul li .img_wrap,
    .blog_list_ul li .info_wrap{
        width:100%;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .blog_list_ul li .info_wrap{
        margin-top: 20px;
    }
    .blog_list_ul li{
        margin-bottom: 20px;
    }
    .blog_list_ul li + li{
        padding-top: 20px;
        border-top:1px solid #e5e5e5
    }

	.menu_wrap .menu_list_wrap ul li .sub-menu{
		margin-top:10px;
	}
    .signup_popup_wrap .signup_content_wrap{
        width:60%;
        padding-left: 10px;
    }
    .signup_popup_wrap .popup_inner_wrap{
        background:#e3ca39;
    }

    .signup_popup_wrap .signup_content_wrap .text_form{
        width:100%;
    }
    .signup_popup_wrap .signup_content_wrap .common_header{
        font-size:15px;
    }
    .signup_popup_wrap .signup_content_wrap .desc{
        font-size:10px;
    }
    .product_recommend{
        margin-top: 20px;
    }
    .product_recommend .featured_arrow_left,
    .product_recommend .featured_arrow_right{
        width:22px;
        top:-40px;
    }
    .product_recommend .featured_arrow_left{
        right:30px;
    }

    .listing_ul .data_wrap .name_wrap{
        width:100%;
    }
    .data_wrap .price_wrap{
        width:100%;
        padding-right: 0;
    }
    .data_wrap .price_wrap p{
        width:100%;
        padding-right: 0;
        text-align: left !important;
    }
    .home_featured_wrap .inner_wrap {
        padding:0 10px;
    }
    .featured_arrow_right{
        right:10px;
    }
    .featured_arrow_left{
        left:10px;
    }
    .menu_wrap .menu_list_wrap ul li.collection_li ul.sub-menu li:first-child a{
        animation: myanimation 1s infinite;
    }
    .menu_wrap .menu_list_wrap ul li.collection_li ul.sub-menu li:first-child a:hover{
        background:#333 !important;
    }
    .product_detail_wrap .add_cart_wrap{
        position: relative;
        bottom:0;
        left:0;
    }
    .autocomplete_result{
        width:100%;
    }
    .cart_count{
        top:-5px;
    }
    .product_color_note{
        width:100%;
        position: relative;
        bottom:0;
        left:0;
        padding: 10px 5px;
        float:left;
        display:inline-block;
        font-size:12px;
    }
    .product_detail_wrap .add_cart_wrap .common_anchor{
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .footer_new_wrap ul{
        width:100%;
        padding: 0 5px;
    }
    .footer_new_wrap .footer_right_side{
        width:100%;
        padding: 0 5px;
        margin-top:40px;
    }
    .size_chart_table thead{
        display:none;
    }
    .size_chart_table,
    .size_chart_table tbody,
    .size_chart_table tbody tr,
    .size_chart_table tbody tr td{
        width:100%;
        font-size:12px;
        float:left;
        display:inline-block;
        position: relative;
    }
    .size_chart_table td{
        border:none;
        padding: 5px;
    }
    .size_chart_table tr{
        border-bottom: 3px solid #000;
    }
    .only_for_mob{
        display:inline-block;
    }
    .menu_wrap .menu_inner_wrap .mb_search_wrap{
        width:auto;
        float:right;
    }
    .checkout-cart .whatsapp_fix {
        display:none;
    }
    .common_mtop_40{
        margin-top: 20px;
    }
    .home_bottom_category_wrap.common_mtop{
        margin-top: 10px;
    }
    .home_bottom_category_wrap .half_wrap{
        margin-bottom: 2px;
        width:100%;
    }
    .home_bottom_category_wrap .half_wrap:nth-child(odd){
        padding-right: 0;
    }
    .home_bottom_category_wrap .half_wrap:nth-child(even){
        padding-left: 0px;
    }
    .featured_arrow_left{
        width:30px;
        left:10px;
    }
    .featured_arrow_right{
        width:30px;
        right:10px;
    }
    .common_mtop{
        margin-top: 40px;
    }
    .search_mix .menu_close{
        top: 20px;
    }
    .autocomplete_result{
        max-height: 500px;
        overflow: auto;
    }
    .autocomplete_result .prod_list .name{
        font-size: 12px;    line-height: 18px;
    }
    .add_to_cart_notification{
        width:auto;
        left:20px;
    }
    .add_to_cart_notification table td.name{
        font-size:13px;
    }
    .sub_menu_arrow{
        display: inline-block;
        position: absolute;
        top: -5px;
        right: 0;
        padding: 0px;
        -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;
        width: 30px;
    }
    .sub_menu_arrow.active{
        transform: rotate(-90deg);
    }
    .menu_close_btn{
        position: relative;
        width:40px;
        margin-left: 10px;
        float:left;
        display:inline-block;
        margin-bottom: 10px;
    }
    .sub_menu_arrow svg{
        float:left;
    }
    .menu_wrap .menu_inner_wrap .menu_list_wrap{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        transform: translateX(-100%);
        z-index: 1000;
        background: #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;
        display:inline-block;
        padding:5px 0;
    }
    .menu_wrap .menu_inner_wrap .menu_list_wrap.active{
        transform: translateX(0px);
    }
    .menu_wrap .menu_list_wrap ul{
        margin-top: 0;
    }
    .menu_wrap .menu_list_wrap ul li a{
        color:#000;
        padding: 0px 10px;
        float:left;
        display:inline-block;
        font-size:15px;
    }
    .menu_wrap .menu_list_wrap li{
        width:100%;
        margin:0;
        margin-bottom: 15px;
        text-align: left;
    }
    .menu_wrap .menu_list_wrap ul li .sub-menu{
        background:#000;
        padding-top: 20px;
        display:none;
    }
    .menu_wrap .menu_list_wrap ul li .sub-menu li a{
        color:#fff;
    }


    .offcanvas-minicart_wrapper.open .offcanvas-menu-inner{
        padding-top: 20px !important;
    }
    .whatsapp_fix{
        right:20px;
        bottom:20px;
    }
    .whatsapp_fix a{
        padding: 8px;
        font-size:11px;
        padding-right: 10px;
    }
    .whatsapp_fix a img{
        width:30px;
        margin-right: 5px;
    }
    .menu_close_a{
        position: absolute;
        top:5px;
        left:5px;
        z-index:100;
        display:inline-block;
    }
    .full_wrap.bg_dark_brown.header_list{
        display:inline-block;
    }
    .cart_table tbody{
        width:100%;
        float:left;
    }
    .address_list_table_parent{
        padding: 0;
    }

    .header_list .header_ul li{
        position: relative;
    }
    .header_ul li .sub_menu_ul_parent{
        display: inline-block;

    }
    .header_ul li .sub-menu ul{
        display: inline-block;
        width:100%;
    }
    .header_ul li .sub-menu ul + ul{
        margin-top: 20px;
    }
    .collection_ul li .data_wrap,
    .gallery_ul li .data_wrap{
        padding: 10px;
    }
    .image_left,
    .image_right{
        padding: 0;
        margin-bottom: 20px;
    }
    .collection_ul li .data_wrap .name_wrap,
    .gallery_ul li .data_wrap .name_wrap{
        margin-bottom: 5px;
        padding-bottom: 0;
    }
    .inner_product_wrap .cat_title_wrap .drop_menu{
        display: none;
        position: fixed;
        bottom: 39px;
        background:#faeee0;
        left: 0;
        width: 100%;
        z-index: 100;
        padding: 10px;
    }
    .inner_product_wrap .cat_title_wrap .drop_menu select{
        width:100%;
    }
    .cat_title_wrap .half_wrap {
        width:100%;
    }

    .gallery_ul li .title_wrap{
        padding-left: 5px;
        padding-right: 5px;
    }
    .gallery_ul li .action_wrap{
        opacity: 1;
        visibility: visible;
    }
    .gallery_ul li .action_wrap a{
        font-size:10px;
    }

	.theme_dots .swiper-pagination{
		text-align:left;
		padding-left:15px;
		width:auto;
	}
	.prod_info_parent_wrap + .inner_gallery_wrap {
		margin-top:40px;
	}
	.theme_dots .swiper-pagination .swiper-pagination-bullet{
		width:10px;
		height:10px;
	}
    .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;
    }

    .listing_sale_per{
        top:5px;
        right:5px;
        padding: 4px 5px;
        padding-bottom: 2px;
    }
    .mobile_menu_text_wrap {
        display: inline-block;
        position: absolute;
        top:0;
        left:0;
        width:100%;
        padding: 10px 30px;
        color:#fff;
        text-transform: uppercase;
        text-align: left;
    }
    .mobile_menu_text_wrap a{
        width:20px;
        float:right;
        display:inline-block;
    }
    .header_list {
        position: fixed;
        top:0;
        left:0;
        width:100%;
        height:100%;
        display:inline-block;
        background: #fff;
        z-index: 1000;
        margin-top:0;
        overflow: scroll;
        padding:20px;
        padding-top: 40px;
        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;
        left:-100%;
    }
    .header_list.active{
        left:0;
    }

    .listting_wrap ul li .img_wrap{
        padding: 10px;
    }
    .category_feature_wrap{
        padding-left: 10px;
        padding-right: 10px;
    }
    .top_menu_wrap{
        text-align: center;
    }
    .top_menu_wrap .logo_wrap{
        float:none;
    }
    .listting_wrap ul li h2 {
        font-size: 14px;
    }
    .listting_wrap ul li .img_wrap .percentage_wrap {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 12px;
        top: -10px;
        right: -10px;
    }


    .listting_wrap{
        padding-bottom: 0;
    }
    .listting_wrap ul li .data_wrap{
        padding-left: 5px;
        padding-right: 5px;
    }
    .listting_wrap ul .swiper-slide li{
        margin-bottom: 0;
        margin-top: 10px;
    }
    .listting_wrap ul li h3{
        margin:0;
    }

    .wallet_cart_parent{
        border:0;
    }
    .wallet_cart_parent table,
    .wallet_cart_parent table tr,
    .wallet_cart_parent table tr td{
        width:100%;
        float:left;
        display:inline-block;
        position:relative;
        text-align:left;

        padding:0;
    }
    .wallet_cart_parent table tr td{
        border:none;
    }
    .wallet_cart_parent table tr{
        padding:10px;
        line-height:1.8em;
    }
    .hide_in_mobile {
        display: none !important;
    }
    .table_view tr, .table_view tr th, .table_view tr td, .table_view thead, .table_view tfood, .table_view tbody {
        width: 100% !important;
        float: left;
        display: inline-block;
        position: relative;
    }
    .table_view{
        border:0;
        font-size:12px;
    }
    .table_view tr td,
    .table_view tr th{
        text-align:left !important;
        border:0;
        white-space: normal !important;
    }
    .table_view tr + tr{
        border-top: 3px solid #ddd !important;
    }
    .table_view tfoot{
        border-top: 3px solid #ddd !important;
    }
    .for_mobile,.mob_label{
        display:inline-block;
    }
    .address_list_table, .address_list_table tr, .address_list_table td , .address_list_table tbody {
        width: 100%;
        float: left;
        text-align: left;
        display: inline-block;
    }
    .category_mtop{
        padding-top: 50px;
    }
    .cart_right_wrap{
        margin-top:30px;
    }
    .cart_table {
        width: 100%;
        text-align: center;
    }

    .cart_table th {
        text-align: center;
        font-weight: normal;
        font-size: 16px;

        border-bottom: 3px solid #e4e4e4;
        color: #000;
        display: table-cell;
        padding-top: 10px;
        cursor:pointer;
        padding-bottom: 10px;
        font-size: 14px;
        vertical-align: middle;
        text-transform: uppercase;
    }
    .cart_table.subtotal_cart td{
        width:50%;
        float:left;
        display: inline-block;
    }
    .cart_table .hide_tablet{
        display:none !important;
    }

    .cart_table .input-group{
        border-collapse: separate;
        border-spacing: 0;
    }
    .cart_table .input-group input{
        min-width:55px;
    }
    .cart_table tr {

        display: inline-block;
        position: relative;
        float: left;
        width: 100%;
    }
    .cart_table .cart_content .inner_wrap{
        padding: 10px;
    }
    .cart_table .cart_content .name_price_wrap .price_td{
        width:100%;
        text-align: left;
        padding-top: 0;
    }
    .cart_table .cart_content .coptions_parent_wrap{
        width:100%;
        text-align: left;
        padding: 10px;
        padding-top: 0;
    }
    .cart_table .cart_content .coptions_parent_wrap br{
        display:none;
    }
    .cart_table .cart_content .name_price_wrap{
        margin-bottom: 0;
    }
    .cart_table .quantity{
        margin-top: 0;
    }
    .cart_table td {


        padding: 10px;
        display: table-cell;
        font-size: 14px;
        vertical-align: middle
    }
    .cart_table td img {

        float: none
    }
    .cart_table thead{
        display:none;
    }
    .cart_table td.image,
    .cart_table td.name,
    .cart_table td.quantity,
    .cart_table td.total{
        width:100%;
        border-right:0;
        border-bottom:0;
        float:left;
        display:inline-block;
    }
    .cart_table td.total{
        bottom: 10px;
        position: absolute;
        right: 0;
    }
    .cart_table td.quantity .form-control{
        width:60px;
        max-width: 60px;
        min-width: 60px;
    }
    .cart_table td.quantity{
        width:50%;
        padding-top: 0;
        margin-bottom: 0;
    }
    .cart_table td.quantity .input-group{
        max-width: 100%;
    }
    .cart_table td.quantity .input-group-btn{
        float: left;
        width: 90px;
    }
    .cart_table td.quantity .btn{
        float: left;
        width: 45px;
    }
    .cart_table .input-group input{
        height:35px;
        line-height: 35px;
    }
    .cart_table td.total{
        width:50%;
    }
    .cart_btn_remove{
        width:30px;
    }
    .cart_table td.name{
        padding-left: 0;
    }
    .cart_table td.quantity{
        padding-left: 0;
        text-align: left;
    }
    .cart_table td.total{
        padding-top:15px;
        text-align:right;
        padding-right: 0;
        font-size:13px;
    }
    .cart_table .image img{

        float:left;
    }
    .cart_table .name{
        padding-right:80px ;
        min-height:80px;
    }
    .cart_table td.image{
        padding:10px;
        display: inline-block;
        text-align: center;
        background: #f2f2f2;
    }
    .cart_table td.image img{
        max-width: 60%;float:none;
    }
    .cart_table .image .image_wrap{
        margin-bottom: 0;background: #f2f2f2;
    }
    .product_parent_wrap .product_data_wrap .data_wrap + .data_wrap{
        margin-top:0;
    }
    .product_parent_wrap .product_data_wrap .data_wrap .qty_wrap{
        width:100%;
    }
    .product_parent_wrap .product_data_wrap .data_wrap .price_wrap{
        width:100%;
        padding-left: 0;
        margin-bottom: 20px;
    }
    .product_parent_wrap .product_data_wrap .anchor_wrap{
        margin-top:10px;
    }
    .feature_icon_wrap{
        margin-top:20px;
    }
    .product_parent_wrap .product_img_wrap, .product_parent_wrap .product_data_wrap{
        width:100%;padding:0;
    }
    .product_parent_wrap .product_data_wrap{
        margin-top:20px;
    }
    .product_parent_wrap{
        margin-top:10px;
        margin-bottom: 30px;
    }
    .product_parent_wrap .product_data_wrap h1{

        font-size: 20px;
    }
    .feature_icon_wrap ul li h3{
        font-size:11px;
    }
    .product_parent_wrap .product_data_wrap p{
        display:none;
    }
    .product_parent_wrap .product_data_wrap .add_to_cart_anchor + .add_to_cart_anchor{
        margin-left:10px;
    }
    .detail_wrap ul li a{
        font-size: 11px;
    }


    .product_parent_wrap .product_img_wrap .thumb_wrap,
    .product_parent_wrap .product_img_wrap .img_wrap{
        display:none;
    }
    .prod_mob_slider_wrap{
        display:inline-block;
        font-size:12px;
    }

    .menu_parent_wrap{
        position: fixed;
        top:0;
        left:0;
        width:100%;
        z-index: 100;
        height:100%;
        display:none;
        padding-top: 50px;
        padding-bottom: 80px;overflow: auto;
    }
    .menu_parent_wrap .navbar{
        width:100%;
        float:left;
        display: inline-block;
    }
    .menu_parent_wrap .main_menu_ul &gt; li &gt; .dropdown-menu{
        position: relative;
        top:auto;
        left:auto;
        width:100%;
        float:left;
    }

    .menu_parent_wrap .main_menu_ul &gt; li &gt; .dropdown-menu a{
        font-size:12px;
    }
    .menu_parent_wrap .navbar .navbar-collapse{
        padding:0;
        -webkit-box-shadow:none;
        box-shadow:none;
    }
    .menu_parent_wrap .main_menu_ul{
        width:100%;
        margin:0;
    }

    .menu_parent_wrap .main_menu_ul &gt; li{
        width:100%;
    }
    .menu_parent_wrap .main_menu_ul &gt; li + li{
        border-left:0;
    }
    .menu_parent_wrap .main_menu_ul &gt; li &gt; a{
        font-size: 14px;
        padding: 10px 10px;
    }
    .menu_parent_wrap .navbar{
        min-height: auto;
    }
    .menu_parent_wrap .main_menu_ul &gt; li &gt; a .arrow{
        margin-left: 20px;
        width:8px;
        display:inline-block;
    }
    .menu_parent_wrap .main_menu_ul &gt; li.open &gt; a .arrow{
        transform:          rotate(90deg);
        -ms-transform:      rotate(90deg);
        -moz-transform:     rotate(90deg);
        -webkit-transform:  rotate(90deg);
        -o-transform:       rotate(90deg);
    }
    .top_menu_wrap .search_wrap select{
        width:100%;
    }
    .top_menu_wrap .search_wrap input{
        width:100%;
        margin-top:10px;
    }

    .checkout_login_info_wrap{
        margin-top: 10px;
        width:100%;
        text-align: center;
        font-size:11px;
    }
    .checkout_logo_wrap{
        text-align: center;
    }
    .checkout_parent_wrap .left_wrap{
        border-right: none;
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        width:100%;
    }
    .common_header.small {
        font-size: 18px;
    }
    .checkout_cart_item_wrap{
        color:#000;
    }
    .checkout_cart_item_wrap .name_wrap a{
        color:#000;
    }
    .checkout_parent_wrap .right_wrap{
        position:fixed;
        top: -100%;
        left:0;
        height:100%;
        -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;
        width:100%;
        z-index: 10;
        padding-right: 20px;
        padding-left: 20px;
        background:#fff;
        -webkit-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.49);
        -moz-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.49);
        box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.49);

    }
    .checkout_parent_wrap .right_wrap.active{
        overflow: auto;
        top:0;
    }

    .checkout_parent_wrap .right_wrap .mob_close_btn{
        position: absolute;
        top:8px;
        right:20px;
        display: inline-block;
        z-index: 1;
    }
    #right_cart_wrap .cart_table td,
    #right_cart_wrap .cart_table th{
        color:#000;
    }
    .cart_table,.cart_table tbody,.cart_table tr,.cart_table td {
        display:inline-block;
    }
    .cart_table .image{
        width:100%;
        text-align: center;
        background: #fff;
    }
    .cart_table .cart_content{
        padding: 0px;
    }

    .cart_table .cart_content .name_price_wrap .name_td{
        width:100%;
    }
    .cart_table .cart_content .name_price_wrap{
        font-size:14px;
    }
    .cart_table tbody{
        display:inline-block;
    }
    .checkout_parent_wrap .left_wrap{
        padding-left: 0;
        padding-right: 0;
    }
    .checkout_parent_wrap .right_wrap {
        width: 100%;
        padding: 0;
        padding-top: 0px;
        margin-bottom: 40px;
        margin-top: 0px;
        position: relative;
        left:auto;
        top:auto;
        display:inline-block;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        background:none;
    }
    .checkout_parent_wrap .right_wrap .mob_close_btn{
        display:none;
    }
    .cart_summary_title_wrap{
        display:inline-block;
        width:100%;
        float:left;
        padding:10px;
        font-size:20px;
        color:#fff;
        background:#000;
        margin-bottom: 20px;
        position: relative;

    }
}
.mob_cart_btn{
    display:none;
}
.subscribe_wrap .sub_scribe_input_wrap{
    width: 20%;
}
.subscribe_wrap .sub_scribe_input_wrap + .sub_scribe_input_wrap{
    margin-left:20px
}
.lr_wrap{
    margin-top: 50px;;
}
.lr_wrap .parent{
    display: flex;
    align-items: center;
}
.lr_wrap .parent .image_wrap{
    padding-right: 40px;
}
.lr_wrap .parent .info_wrap{
    padding-left: 40px;
}
.lr_wrap .parent .image_wrap img{
    width: 100%;
}
.lr_wrap.even .parent .image_wrap{
    padding-left: 40px;
    order: 2;;
    padding-right: 0;
}
.lr_wrap.even .parent .info_wrap{
    padding-left: 0px;
    order: 1;
    padding-right: 40px;
}
@media only screen and (max-width:786px){
    .lr_wrap{
        margin-top: 50px;;
    }
    .lr_wrap .parent{
        flex-wrap: wrap;
    }
    .lr_wrap .parent .image_wrap{
        padding-right: 0px;
        width: 100%;
    }
    .lr_wrap .parent .info_wrap{
        padding-left: 0px;
        padding-top: 15px;
        width: 100%;
    }
    .lr_wrap.even .parent .image_wrap{
        padding-left: 0px;
        order: 1;;
        padding-right: 0px;
    }
    .lr_wrap.even .parent .info_wrap{
        padding-left: 0px;
        order: 2;
        padding-right: 0px;
    }
}
@media only screen and (max-width:1450px){
    .subscribe_wrap .sub_scribe_input_wrap{
        width: 25%;
    }
    .home_categories_wrap.is_circle .categories_ul li{
        width: 210px;
    }
}
@media only screen and (max-width:1100px){
    .home_categories_wrap.is_circle .categories_ul li{
        width: calc(25% - 30px);
    }
}
@media only screen and (max-width:786px){
    .subscribe_wrap .sub_scribe_input_wrap{
        width: 33.33%;
    }
}
@media only screen and (max-width:480px){
    .not_for_mobile{
        display: none !important;
    }
    .header_ul{
        display: inline-block;
        text-align: right;
        margin-top: -15px;
        margin-bottom: 10px;
    }
    .header_ul .social_li{
        display: none;
    }
    .header_ul li {
        float:none;        display: inline-block;
    }
    .header_ul li a{
        font-size: 11px;;letter-spacing: normal;
    }
    .header_ul li:nth-child(2){
        padding-right: 0;
        border: 0;
    }
    .subscribe_wrap .sub_scribe_input_wrap{
        width:100%;
    }
    .subscribe_wrap .flex_center{
        flex-wrap: wrap;
    }
    .subscribe_wrap .sub_scribe_input_wrap {
        margin-bottom: 10px;
    }
    .subscribe_wrap .sub_scribe_input_wrap + .sub_scribe_input_wrap{
        margin-left:0;
    }
    .home_categories_wrap.is_circle .categories_ul li{
        width: calc(33.33% - 10px);
        margin: 5px;
    }
}
.whatsapp_fix ,
.latest_gallery .price_wrap,
.product_image_big_wrap  .delevery_ul,
.product_details_bottom_image,
.coupon_wrap,
.cart_subtotal_wrap ,
.cart_table .cart_content .name_price_wrap .price_td,
.quantity_wrap .pdt_price_vat,
.latest_gallery .rating_list_wrap,
#button-cart + a{
    display: none !important;
}
.common_header.border{
    color:#2e3591
}
.cart_count{
    background:#2e3591
}
.common_anchor.rm_cir_anchor{
    background: #f57a20;
    color:#fff
}
.cart_plus_min_wrap .cart_inner_wrap input{
    width: 100px;text-align: center;
    padding:9px 10px;
}
.home_categories_wrap.is_circle{
    padding-top: 60px;
}
.media_list_wrap .media_ul{
    padding-top: 0px;
}
@media only screen and (max-width:1100px){
    .latest_gallery li .ab_ad_cart_wrap{
        bottom: 20px;;
    }
}
@media only screen and (max-width:480px){
    .home_categories_wrap.is_circle{
        padding-top: 20px;
    }
    .home_video_wrap,.follow_media_wrap{
        padding-top: 40px;
    }
}
.prod_info_parent_wrap{
    display:none
}</pre></body></html>