<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.description_list ul{
    padding-left: 15px;
}
.description_list li{
text-transform: uppercase;
letter-spacing: 0.2em;
font-size: 9px;
line-height: 2.1em;
color: #f0f0f0;

}
.home_slider_wrap .image_wrap .common_anchor{
	background:#ab1111;
	color:#fff;
}
.home_slider_wrap .image_wrap .common_anchor:hover{
	background:#fff;
	color:#ab1111;
}

.swiper-pagination-bullet{
 position: relative;
}
.gallery_parent_wrap.related_wrap{
    margin-top: 70px;;
}
.swiper-pagination-bullet .pagination_text{
    position: absolute;
    top:0;
    right:50%;
    color:#fff;
    padding: 0 25px;
    opacity: 0;
    line-height: 20px;
    background: rgb(171,17,17,0.5);
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    white-space: nowrap;
    -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;
}
.normal_title_span{
    color:#f0f0f0;
    font-family: bw_reg;
    text-transform: uppercase;
    font-size:35px;
}
/*.swiper-pagination-bullet.swiper-pagination-bullet-active .pagination_text,*/
.swiper-pagination-bullet:hover .pagination_text{
    opacity: 1;
}

.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: #000;
    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:10px;
    right:10px;
    z-index: 10;
    cursor: pointer;
}
.enquiry_popup_wrap.active{
    right:0;
}
.common-home .footer_wrap{
    display:none;
}
.theme_color{
    color:#ab1111;
}
.theme_light_color{
    color:#e65656;
}
.btn.btn-success{
    background: #000;
    color: #fff;
    border-color: #fff;
}
.common_anchor{
    cursor: pointer;
}
.designer_info{
    text-align: left;
    margin-top:150px;
}
.designer_info .row &gt; *{
    font-size:11px;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    line-height: 1.8em;
    text-transform: uppercase;
}
.designer_info .value{
    font-size:14px;
    text-transform: initial;
    padding-top: 10px;
}
.designer_info .social_value{

    padding-top: 10px;
}
.designer_info .social_value a{
    width:25px;
    display:inline-block;
}

.designer_info .row &gt; * + *{
    border-left:1px solid #fff;
}
.description_wrap .inner_head.tab_head span{
    border-bottom: 4px solid #fff;cursor: pointer;
}
.description_wrap .inner_head.tab_head.active span{
    border-bottom: 4px solid #ab1111;
}
.home_overview_wrap .half_wrap{
    width:550px;
}
.designer_bg_wrap{
    height:700px;
}
.designer_form_wrap{
    z-index: 5;
    margin-top:-150px;
    padding:80px 0;
    margin-bottom: 50px;
}
.designer_form_wrap .bg_wrap{
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
    width:50%;
    background: #000;
}
.designer_form_wrap .half_wrap{
    padding: 0 50px;
}
.bg_fix{
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: url(../images/common_bg.jpg) center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.body_child_wrap{
    z-index: 2;
    overflow: hidden;
}
.top_cat_img_wrap{
    padding-top: 0;
    padding-bottom: 0;
}
.gallery_wrap li .title_wrap{
   top:-100px;
    left:0;
    width:100%;
    bottom:auto;
    background: #c44038;
    padding:10px 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;
}
.gallery_wrap li:hover .title_wrap{
    top:0;
}
.gallery_wrap li .title_wrap .common_header{
   padding-bottom: 0;font-size:18px;
}
.gallery_wrap li:hover .title_wrap .common_header{
    transform:none;
    color:#fff;

}
.banner_down_arrow{
    position: absolute;
    bottom:50px;
    left:50%;
    width:40px;
    margin-left:-20px;
    z-index: 1;
}
.gallery_wrap li{
    overflow: hidden;
}
.gallery_wrap li .image_wrap img{
    -webkit-transition: all 3s ease-in-out;
    -moz-transition: all 3s ease-in-out;
    -o-transition: all 3s ease-in-out;
    -ms-transition: all 3s ease-in-out;
    transition: all 3s ease-in-out;
}
.gallery_wrap li:hover .image_wrap img{
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.gallery_wrap.team li .title_wrap{
    display:inline-block;
}
.gallery_wrap.team li:hover .image_wrap img{
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}
.new_menu_wrap{
    border-color:#b11112 !important;
}
.common-home .fix_menu_wrap:before{
    background: #b11112;
    opacity: 1;
}
.common-home .new_menu_wrap{
    border-color: rgba(255,255,255,0.3) !important;
}
.blog_top_parent_wrap{
    margin-top: 150px;
}
.blogs_parent_wrap{
    padding-bottom:100px;
}
.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;
}
.blog_list_ul li + li{
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #fff;
}
.blog_list_ul li .img_wrap{
    width:60%;
    padding-right: 40px;
}
.blog_list_ul li .info_wrap{
    width:40%;
    float:left;
    display: inline-block;
}
.blog_list_ul li .info_wrap .common_header a{
    color:#fff;
    font-size:25px;
}
.customize_home_button_wrap{
    position: fixed;
    bottom:150px;
    left:-1px;z-index: 10;
    background: #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}

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
button.common_anchor{
    background: transparent;border: 1px solid #ab1111;
}
.input-group .form-control{
    background:transparent;
    color:#fff;
    font-size:11px;
    padding: 8px;
}
.input-group .btn{
    font-size:11px;
    line-height: 20px;
}
.breadcrumb{
    background:transparent;
    color:#fff;
}
.breadcrumb &gt; li &gt; a{
    color:#fff;
}
.table_wrap {
    display: table;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.table_wrap .cell_wrap {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
.top_slider{
    height:100%;
}

.use_and_info_wrap ul li ul{
	width:100% !important;
	float:left !important;
	display:inline-block !important;
	position:relative !important;
	padding:0 !important;
	margin:0 !important;
	padding-left:20px !important;
}
.use_and_info_wrap ul li ul li{
	width:100% !important;
	float:left !important;
	position:relative !important;
	display: list-item !important;
	padding:0 !important;
	margin:0 !important;
	background:transparent !important;
	height:auto !important;
	padding-left:0 !important;
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;

    -webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both
}


.color_ul{
    width:100%;
    float:left;
    display:inline-block;
    position: relative;
    padding:0;
    margin:0;
}
.tooltip{
    font-family: bw_reg !important;
}
.color_ul li{
    width:80px;
    height:80px;
    float:left;
    display:inline-block;
    position: relative;
    padding:0;
    margin:5px;

}
.color_ul li.active:after{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index: 10;
    content:'';
    background:url('../images/tick.png') center center no-repeat;
    background-color:rgba(255,255,255,0.7);
    background-size:30px auto;

}
.size_ul{
    width:100%;
    float:left;
    display:inline-block;
    position: relative;
    padding:0;
    margin:0;
}
.size_ul li{
    float:left;
    padding:10px 15px;
    display:inline-block;
    position: relative;
    cursor: pointer;
    background:#fff;
    border:1px solid #333;
    color:#333;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    margin:5px;
}
.size_ul li.active{

    background:#333;
    color:#fff;

}
.product_wrap .data_wrap .drawer_wrap .title_wrap{
    cursor: pointer;
}
.product_wrap .data_wrap .drawer_wrap .title_wrap .arrow svg{
    float:left;
}
.product_wrap .data_wrap .drawer_wrap .title_wrap .arrow{
    position: absolute;
    top: 18px;
    right: 5px;
    width:30px;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.product_wrap .data_wrap .drawer_wrap .title_wrap.active .arrow{
    transform: rotate(180deg);
}
.product_wrap .data_wrap .drawer_wrap .text_wrap{
    display:none;
}
.product_wrap .data_wrap .price_wrap del{
    opacity:0.6;
    font-size:60%;
}
.footer_logo_wrap{
    margin-top:50px;
}
.footer_logo_wrap img{
    width:300px;
}
.footer_menu_wrap{
    margin-top:50px;
    text-align: left;
}
.footer_menu_wrap .title{
    font-size:25px;
    margin-bottom: 25px;
    padding-bottom: 10px;
}
.footer_menu_wrap .title.margin{
    margin-top:50px;
}
.footer_menu_wrap .title:after{
    position: absolute;
    top:100%;
    left:0;
    width:30px;
    height:5px;
    background:#f58220;
    content:'';
}
.footer_menu_wrap ul{
    width:100%;
    float:left;
    display:inline-block;
    position: relative;
    padding: 0;
    margin:0;
    margin-bottom: 20px;
}
.footer_menu_wrap ul li{
    width:100%;
    float:left;
    display:inline-block;
    position: relative;
    padding: 0;
    margin:0;
    margin-bottom: 10px;
}
.footer_menu_wrap ul li a{
    width:100%;
    float:left;
    display:inline-block;
    position: relative;
    font-size:15px;
    color:#333;
}
.gridContainer.md{
    max-width: 1250px;
}
.fix_cart_wrap .detail{
    width:100%;
    display:table;
}
.fix_cart_wrap .detail .cell{
    width:33.33%;

    padding: 10px;
    text-align: center;
    font-size:15px;
    vertical-align: middle;
    display:table-cell;
}
.fix_cart_wrap .detail .cell + .cell{
    border-left:1px solid #ccc
}
.common_anchor:before{
    width:100%;
}
.ping_notification_bg_wrap{
    position: fixed;
    left: 0px;
    width: 100%;
    top:0;
    height:100%;
    z-index: 9999;
    background:rgba(0,0,0,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:#B11111;

    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.ping_notification_wrap.active{
    bottom: 0px;
}
.ping_notification_wrap .text_wrap{
    color:#fff;
    float:left;
    font-size:13px;
    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:#000;
    float:left;
    font-size:25px;
}


.fullscreen-bg-video {
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.mfp-counter{
    display:none;
}
.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(0,0,0, 0.9);
    display: none;
}
.checkout_main_wrap{
    padding:0;
}
.mob_cart_btn,
.checkout_parent_wrap .right_wrap .mob_close_btn{
    display:none;
}
.checkout_wrap{
    text-align: left;
}

.checkout_parent_wrap .left_wrap{
    padding-right: 40px;
    width: 60%;
    float: left;
    padding-top: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 20px;text-align: left;
}
.checkout_parent_wrap .right_wrap{
    padding-left: 0px;
    width: 40%;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;text-align: left;
    float: left;
    overflow-y: auto;
    padding-top: 20px;
}
.checkout_parent_wrap  .common_header:before{
    left:0;
    width:20px;
}
.checkout-checkout .common_header{
    border:none;
}
.ps-hero__heading.med{
    font-size:25px;
}
.checkout_cart_item_wrap{
    width:100%;
    float:left;
    display:table;
    color:#fff;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    padding-bottom: 10px;
}
.checkout_cart_item_wrap &gt; *{
    display:table-cell;
    vertical-align: top;
}
.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;
    padding-top: 0;
}
.checkout_cart_item_wrap .name_wrap a{
    color:#fff;
    border-bottom-color:rgba(255,255,255,0.3);
}
.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:#000;
    padding-left: 0;
    padding:10px;
    background:#ffb2bc;
    margin-bottom: 10px;
    margin-top:0 !important;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border:1px solid #000;
    text-align: center;
    border-radius: 5px;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.payment_radio .payment_radio_btn:hover{
    background: #eee;
    color:#000;
}
.payment_radio input[type='radio']{
    display:none;
}
.checkout_login_info_wrap{
    float:right;
    display: inline-block;
    margin-top:20px;
    color:#000;
}
.checkout_login_info_wrap a{
    border-bottom: 1px dashed #fff;
    color:#000;
}
.checkout_login_parent_wrap{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index: 1000;
    background:#000;
    overflow: auto;
    padding:100px 20px;
    display:none;
}
.checkout_login_parent_wrap .close_wrap{
    position:absolute;
    top:20px;
    right:20px;
    z-index: 10;
    cursor: pointer;
}
.checkout_login_parent_wrap .panel-body{
    max-width:500px;
    margin:0 auto;
    float:none;
    display:block !important;
}
.checkout_parent_wrap .form_title{
    color:#fff;
}
.login_parent_wrap.checkout{
    padding-top: 0;

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

}
.checkout_parent_wrap .form_title + .full_wrap{
    margin-bottom: 20px;
}
.checkout_parent_wrap legend{
    text-align: left;
}
.checkout-checkout .text_form,.text_form{
    padding: 10px;
    background-color: transparent;
    border: 1px solid #ffffff;
    width: 100%;
    float: left;
    display: inline-block;
}
.checkout-checkout select.text_form option{
    color:#000;
}
.cloudzoom-blank{
    z-index: 100;
}
.home_text_offer_wrap .text_wrap h3{
    color:#222;
}
.zoom_pointer {
    cursor: zoom-in;
}
.out_of_stock_prod_wrap {
    position: absolute;
    top: -10px;
    left: -10px;
    z-index: 10;
    width:70px;
}
.out_of_stock_prod_wrap img{
    width:auto !important;
}
.owl-carousel .out_of_stock_prod_wrap{
    top:0;
    left:0;
}
.abs_anchor_new {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.main_menu_fix_wrap{
    background-color:#484848;
}
.main_menu_fix_wrap &gt; ul &gt; li &gt; a{
    color:#fff;
}

.fb_loader,.google_loader{
    width:35px;
    opacity:0;
    height:35px;
    background: url(../images/circle_loader.gif) center center no-repeat rgba(255,255,255, 0.9);
    background-size: 100% auto;
    margin-top:10px;
    margin-left:10px;
    display:inline-block;
}
.top_menu_wrap .top_icons a{
    position: relative;
}
.cart_count{
    position:absolute;
    top:-10px;
    right:-10px;
    min-width:20px;
    height:20px;
    padding:0 4px;
    font-size:12px;
    text-align: center;
    line-height:20px;
    color:#fff;
    background:red;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.gradient_bg{
    background: #000;color:#fff;
}
.table_view{
    background:transparent;
    color:#fff;
}
.table_view,
.table_view *{
    border-color:rgba(255,255,255,0.3) !important;
}

.error_full_wrap{
    color:#fff;
}
input.form_btn,
button.form_btn{
    border:0;
}

.gallery_ul li h5{
    color: #333;
}
.notification{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:9999;
    background:rgba(0,0,0, 0.95);
    text-align: center;
    display:none;
}

.modal-backdrop{
    background:rgba(0,0, 0, 0.95);
}
.notification .notification_close_btn{
    position:absolute;
    top: -45px;
    right: -45px;
    z-index:10;
    cursor: pointer;
    width:40px;
}
.notification .noti_content_parent_wrap .btn_wrap{
    margin-top:15px;
}
.notification .noti_overlay_wrap{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    cursor:pointer;
}
.notification .noti_content_parent_wrap{
    width:450px;
    display:inline-block;
    position: relative;
    background:#fff;
    padding:20px;
    z-index: 10;
    text-align: center;
}
.notification .noti_content_parent_wrap .text_wrap{
    font-size:18px;
    color:#000;
}
.notification .noti_content_parent_wrap .single_cart_btn{
    float:none;
}
.notification .noti_content_parent_wrap .text_wrap a{
    border-bottom: 1px dashed #000;
    color:#333131;
}

.empty_wrap,.empty_wrap p{
    font-size:20px;
    color:#fff;
    text-align: center;
    padding: 0;
    margin-bottom: 10px;
}
.f_none,.common_anchor.f_none{
    float:none;
}
.align_center{
    text-align: center;
}
.pagination_wrap{
    text-align: center;
}
.pagination{
    float:none !important;
    margin:0 !important;
    padding-top: 0px !important;
    width:auto !important;
}
.pagination&gt;li{
    margin-right:0 !important;
    width:auto !important;
}
.pagination&gt;li&gt;a, .pagination&gt;li&gt;span{
    color:#333;
}
.pagination li.active span{
    background: #B11111 !important;
    border-color:#B11111 !important;
    color:#fff;
}
.gallery_wrap + .pagination_wrap{
margin-top:-30px;
    margin-bottom: 20px;
}
.price-old,.product_data_wrap_parent .price_wrap h3 del{
    text-decoration: line-through;
    font-size:14px;
    color:#e90303;
}
.product_data_wrap_parent .price_wrap h3 del{
    font-size:20px;
}
.margin_top_20{
    margin-top:20px;
}
.thumb_icon.gallery_left_icon,
.thumb_icon.gallery_right_icon{
    width:40px;
    top:-30px;
}
.thumb_icon.gallery_left_icon{
    left:0px;
}
.thumb_icon.gallery_right_icon{
    right:0px;
}
.product_data_wrap_parent .image_wrap .thumb_wrap{
    margin-top:60px;
}
.product_data_wrap_parent .image_wrap .image_main img{
    width:100%;
}


.tab-content&gt;.active{
    display:inline-block;
}
.nav-tabs{
    border:0;
    border-bottom: 1px solid #333;
}
.nav-tabs li + li{
    margin-left:30px;
}
.nav-tabs li + li:before{
    display:none;
}
.nav-tabs&gt;li{
    margin-bottom:0 !important;
}
.product_tabs_parent_wrap{
    margin-top:40px;
}
.nav-tabs&gt;li&gt;a{
    font-size:11px;
    padding: 0;
    padding-bottom: 10px;
    letter-spacing: 0.1em;
}
.nav-tabs&gt;li&gt;a,
.nav-tabs&gt;li.active&gt;a, .nav-tabs&gt;li.active&gt;a:hover, .nav-tabs&gt;li.active&gt;a:focus,
.nav-tabs&gt;li&gt;a:hover{
    border-radius:0 !important;
    border:0 !important;
    color:#fff;
    background:transparent !important;
}
.nav-tabs li + li:before{
    position:absolute;
    top:30%;
    left:0;
    content:'';
    background:rgba(200, 200, 200, 1);
    width:1px;
    height:40%;
}
.nav-tabs li a{
    color:#fff;
    text-transform:uppercase;
    text-decoration:none;
}
.nav-tabs&gt;li.active:after{
    position: absolute;
    bottom: auto;
    bottom: -2px;
    left: 0;
    width: 100%;
    content: '';
    background: #ff2300;
    height: 3px;
}
.tab-content{
    margin-bottom:0;
    line-height:1.7em;
    text-align:justify;
    font-size:13px;
    color:#282828;
    padding:20px;
    padding-left: 0;
}
.tab_inner_title{
    display:none;
}
.tab-content&gt;.tab-pane{
    width:100% !important;
}
.specs_table{
    width:100%;
    float:left;
    position:relative;
    border-top: 1px solid #f4f4f5;
    margin-bottom: 20px;
}
.specs_table tr td{
    padding:10px;
    font-size:14px;
    line-height: 1.8em;
    vertical-align: middle;
    width:50%;
    border-bottom: 1px solid #f4f4f5;
}
.specs_table tr &gt; *:first-child{
    background:#f4f4f5;
}
.attr_title{
    font-size:13px;
    margin-bottom: 10px;
}

.information_wrap,.information_wrap p{
    color:#333;
    line-height:1.8em;
}
.review_img{
    width:15px;
}
.margin_bot_20{
    margin-bottom: 20px;
}
.white-popup-block {
    background: #FFF;
    padding: 20px 30px;
    text-align: left;
    max-width: 650px;
    margin: 40px auto;
    position: relative;
    float: none;
}
.listing_parent_home_wrap.prod_page{
    padding-top: 0;
}
.options_wrap{
    margin-top:20px;
}
.size_box_parent_wrap{
    width:100%;
    float:left;
    display:inline-block;
    position: relative;
    padding:0;
    margin:0;
    margin-top:0px;
    text-align: center;
    margin-bottom: 10px;
}
.size_box_parent_wrap li{
    float:left;
    display:inline-block;
    position: relative;
    padding:0;
    margin:0;
    margin: 5px;
}

.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 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.size_box_parent_wrap li a:hover,
.size_box_parent_wrap li a.active{
    background: #e4b416;
    background: -moz-linear-gradient(top, #e4b416 0%, #bf8200 100%);
    background: -webkit-linear-gradient(top, #e4b416 0%,#bf8200 100%);
    background: linear-gradient(to bottom, #e4b416 0%,#bf8200 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4b416', endColorstr='#bf8200',GradientType=0 );
}
.panel-default&gt;.panel-heading{
    color:#fff;
    background: #bf8200;
}
.panel{
    background:transparent;
}
/*.panel-body{
    background: rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(255,255,255,0.5);
}*/
.panel-default{
    border:none;
}
.margin.login_parent_wrap{
    padding-top: 130px;
    padding-bottom: 100px;
}
.cart_table {
    width: 100%;
    text-align: center;
}
.cart_table th {
    text-align: center;
    font-weight: normal;
    font-size: 16px;
    border-bottom: 3px solid rgba(255,255,255,0.3);
    color: #fff;
    display: table-cell;
    padding-top: 10px;
    cursor:pointer;
    padding-bottom: 10px;
    font-size: 11px;
    vertical-align: middle;
    text-transform: uppercase;
}
.cart_table.white td,
.cart_table.white th{
    color:#fff;
}
.coupon_wrap label{
    color:#fff;
}
.cart_table .input-group{
    border-collapse: separate;
    border-spacing: 0;
    float:left;
    margin-right:10px;
}
.cart_table .input-group input{
    min-width:70px;
    height: 39px;
}
.cart_table td {
    color:#fff;
    border-bottom: 1px solid #b5b5b5;
    padding: 10px;
    display: table-cell;
    font-size: 11px;
    vertical-align: middle
}
.cart_table td.image{
    padding-left: 0;
    padding-right: 0;
    text-align: left;
}
.cart_table td img {

    float: none
}
.common_anchor.reverse{

}
.cart_left_wrap,.cart_right_wrap {
    padding:20px;
    border-radius:10px;
    background:#000;
    margin-bottom: 0px;
    border:1px solid rgba(255,255,255,0.3);
}
.cart_left_wrap{
    margin-bottom: 30px;
}
.cart_table .quantity{
    width:105px;
    float:right;
    margin-top:20px;
}
.para_anchor,p a{
    color:#fff;
    display:inline-block;
    font-size:11px;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    text-decoration: none;
}
.login_popup_wrap .para_anchor{
    color:#fff;
}
.para_anchor:hover,p a:hover{
    color:#B11111;
    text-decoration: none;
}
.para_anchor.white,.para_anchor.white:hover{
    color:#fff;
    text-decoration: none;
    border-bottom:1px dashed #fff;
}
.login_parent_wrap h3{
    font-weight:400 !important;
}
.cart_offer_wrap{
    margin-top:20px;
}
.cart_offer_wrap .coupon_code_wrap{
    float:left;
    display:inline-block;
    position:relative;
    padding:10px 25px;
    font-size:15px;
    letter-spacing:2px;
    border: 1px dashed rgba(255,255,255,0.3);
    color: #fff;

    text-transform:uppercase;
    cursor:pointer;
    width:100%;
    text-align: center;
}
.cart_offer_wrap .coupon_info_wrap{
    float:left;
    display:inline-block;
    position:relative;
    font-size:11px;
    text-align: center;
    width:100%;
    padding-top:15px;
    color:#fff;
}
.common_anchor.black{
    color:#000;
}
.common_anchor.red{
    background:maroon;
}
.common_anchor.black:hover{
    color:#fff;
}
.cart_offer_wrap .coupon_info_wrap.multiline{
    padding-top:5px;
}
.login_parent_wrap .white_wrap{
    margin-bottom: 30px;
}
.login_parent_wrap .white_wrap.black{
    background: rgba(0,0,0,1);padding: 20px;
    padding-bottom: 30px;border:1px solid #989898
}
.login_parent_wrap .white_wrap.white{
    background: rgba(255,255,255,1);padding: 20px;
    padding-bottom: 30px;border:1px solid #989898
}
.margin_top_40{
    margin-top:40px;
}

.white_wrap.no_white{
    background:transparent;
    padding:0;
    border:0;
}
.checkout_wrap .form_btn + .form_btn{
    margin-left:15px;
}
.checkout_wrap .form_input,.input_has_border .form_input{
    border:1px solid rgba(255,255,255,0.5);
}
.checkout_wrap .text-danger,
.login_parent_wrap .text-danger{
    width:100%;
    float:left;
    display:inline-block;
    font-size:11px;
    margin-top:5px;
}
.guest_login_wrap .half_wrap:nth-child(odd){
    padding-right:20px;
}
.guest_login_wrap .half_wrap:nth-child(even){
    padding-left:20px;
}
.common_header_vsmall{
    color:#fff;
}
.checkout_wrap .radio,.checkout_wrap .checkbox{
    color:#fff;
}

.color_white a{
    color:white
}
.margin_top_10{
    margin-top:10px;
}
.control-label{
    color:#fff;
    font-family: bw_reg;
    font-weight:400;
}
.common_anchor.lg{
    font-size:20px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.form_input.input_error{
    background: rgba(245, 204, 204, 1);
    color:#000;
}
.form-horizontal .control-label{
    padding-top: 17px;
}
.account_list_wrap .single_item_wrap a{
    width:100%;
    float:left;
    display:inline-block;
    position:relative;
    text-decoration: none;
    color:#fff;

    padding:20px 10px;
    text-align: center;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    margin-bottom: 30px;
    background: #000;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border:1px solid rgba(255,255,255,0.3);
}

.theme_box{
    -webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.52);
    -moz-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.52);
    box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.52);
    padding: 10px;
    background:#b11110;
}
.form_title.form_mtop{
    margin-top: 20px;
}
.account_list_wrap .single_item_wrap .icon_wrap{
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}
.account_list_wrap .single_item_wrap .icon_wrap img{
    width:75px;
}
.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:11px;
    text-transform: uppercase;
    letter-spacing:0.1em;
    margin-top:10px;
    color:#fff;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    opacity:0.8;
}
.account_list_wrap .single_item_wrap a:hover{
    text-decoration: none;
}
.account_list_wrap .single_item_wrap a:hover .text_wrap{
    color:#b11110;
}
.address_list_table_parent{
    margin-bottom: 10px;
    margin-top:10px !important;
}
.common_anchor{
    display:inline-block;
}
.address_list_table{
    color:#fff;
    margin-bottom: 0;
}
.address_td{
    font-size:11px;
    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;
}
.for_mobile,.mob_label{
    display:none;
}
.white_wrap.tab_white_wrap{
    padding:5px;
}
.color_light_gold{
    color:#ffb2bc;
}

.catalog_overlay_wrap{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    overflow:auto;
    padding:100px 0;
    z-index:20000;
    display:none;
    background:#000;
}
.catalog_overlay_wrap .close_icon{
    position:absolute;
    top:20px;
    right:20px;
    z-index: 10;
}
.catalog_overlay_wrap .form_input{
    font-size:21px;
    margin-top:20px;
}
.form_input.white_bg{
    background:#ccc;
    color:#000;
}
.gallery_ul li .img_wrap{
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}
.gallery_ul li:hover .img_wrap{
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.payment_radio{
    float:left;
    display:inline-block;
    margin:10px !important;
}
.payment_radio .payment_radio_btn{
    color:#000;
    padding-left: 0;
    padding:10px;
    background:#ffb2bc;
    color:#000;
    margin-bottom: 10px;
    margin-top:0 !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border:1px solid #fff;
    text-align: center;
    border-radius: 5px;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.payment_radio .payment_radio_btn:hover{
    background: #ddd;
    color:#000;
}
.payment_radio input[type='radio']{
    display:none;
}


.return_prod_list_wrap{

    border: 1px solid rgba(255,255,255,0.5);
    padding: 20px 0;
    margin-top: 20px;
}
.returns_prod_wrap .return_info_wrap .img_wrap{
    width: 30%;
    float:left;
    display:inline-block;
    position: relative;;
    padding-right: 20px;
}
.align_left{
    text-align: left;
}
.modal{
    z-index: 10040;
}
.catalog_overlay_wrap .error_full_wrap{
    margin-top:10px;
}
#tab-review .control-label,
.control-label.black{
    color:#000
}
#whatsapp_popup .error_full_wrap{
    color:red !important;
}
.modal-footer{
    text-align: left;
}
.no_mtop{
    margin-top:0;
}
.cod_availibility_wrap .common_header{
    font-size:18px;
    color:#000;
    background: transparent;
    -webkit-background-clip: initial;
    -webkit-text-fill-color: initial;
}
.cod_availibility_wrap .form_input{
    padding-top: 12px;
    padding-bottom: 12px;
}
.cod_availibility_wrap .text_td{
    padding-right: 10px;
}
#form-review .form_input,.form_input.white{
    border: 1px solid rgba(0,0,0,0.5);
    background: transparent;
    color: #000;
}
.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 .filled{
    position: absolute;
    top:0;
    left:0;
    opacity:0;
}
.rating_list_wrap .single_rate_wrap.active .filled{
    opacity:1;
}
.img_td{
    width:100px;
}
.download_catalog_anchor{
    margin:10px 0;
}
.download_catalog_anchor:hover,
.download_catalog_anchor.active{
    -webkit-box-shadow: 0px 0px 23px -8px rgba(255,255,255,0.66);
    -moz-box-shadow: 0px 0px 23px -8px rgba(255,255,255,0.66);
    box-shadow: 0px 0px 23px -8px rgba(255,255,255,0.66);
}
.form_btn.small{
    padding:5px 10px;
    float: none;
}
#button-back{
    margin-left:20px;
}
.mobile_image_wrap{
    display:none;
}
.home_flash_message{
    color:#fff;
    padding:7px 10px;
    background:#000;
    font-size:13px;
}
.z_index100{
    z-index: 100;
    position: relative;
}

.color_error{
    color:red;
}
.slider_image .slide_wrap ,.bg_img{
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.form_message_wrap{
    font-size:11px;
    color:#fff;
    margin-bottom: 15px;
}
.form_message_wrap.black{
    color:#000;
}
.text_form.input_error{
    background: #f7bcbc;
}

.page_content_wrap{
    margin-bottom: 100px;
    font-family: bw_reg;
}
.other_page_title_wrap{
    margin-bottom: 50px;
    text-align: center;
}
.common_anchor.checkout{
    letter-spacing: 0.5em;
}
.social_form_button a{
    color:#fff;
}
.mob_cart_btn{
    border:1px solid rgba(255,255,255,0.5);
    border-top:0;
}
.common_page_content_wrap{
    padding:80px 0;
}
.bg_grey{
    background: url(../images/bg_repeat_black.jpg) repeat;
}
.text_form.mbot{
    margin-bottom: 20px;
}
.form_title{
    margin-bottom: 5px;
    color:#fff;
}
.form_title.black{
    color:#000;
}

.owl_dot_parent .owl-dots {
    position: absolute;
    bottom: 20px;
    left:0;
    width:100%;
    text-align: center;
}

.owl_dot_parent .owl-dots .owl-dot {
    width: 20px;
    height: 20px;

    display: inline-block;
    position: relative;
    background: #fff;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

.owl_dot_parent .owl-dots .owl-dot + .owl-dot {
    margin-left: 5px;
}

.owl_dot_parent .owl-dots .owl-dot.active {
    background: #eb9fa9;
}
.menu_open_anchor .close_img{
    display:none;
}
.menu_open_anchor.active .open_img{
    display:none;
}
.menu_open_anchor.active .close_img{
    display:inline-block;
}
.contact_map_iframe{
    position: absolute;
    top:0;
    left:0;
    width:50%;
    height:100%;
}
.contact_parent_wrap .half_wrap{
    float:right;
    display:inline-block;
    position: relative;
    padding:0 20px;
    width:50%;
}
p.black{
    color:#000;
}
.related_wrap.product_listi_wrap{
    margin-bottom: 30px;
}
.product_listi_wrap ul li .name_wrap span{
    display:inline-block;
}
.ps-product__size {
    margin: 0;
    padding: 0;
    width:100%;
    float:left;
    display:inline-block;
    position: relative;
    margin-bottom: 30px;
    list-style-type: none;
}
.ps-product__title{
    font-size:25px;
}
.ps-product__size li {
    display: inline-block;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    margin-top: 20px;
    font-size: 12px;
    background-color: #eb9fa9;
    padding: 10px;
    color: #000;
    width: 40px;
    height: 40px;
    cursor: pointer;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px;
    margin-left: 10px;
}
.ps-product__size li a{
    font-size: 12px;

    color: #000;
    cursor: pointer;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.ps-product__size li.current
{
    background-color: #000;
    color: #fff;
    text-decoration: none;
}
.ps-product__size li.current a
{
    color: #fff;
    text-decoration: none;
}
.form-group--number {
    position: relative;
    width: 180px;
    margin: 0 auto 20px;
}
.form-group--number input {
    border: 1px solid #e0e0e0;
    text-align: center;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius:0px;
    font-weight: 700;
    letter-spacing: .1em;
    color: #000;
}
.form-group--number span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 18px;
    color: rgba(0,0,0,0.35);
    cursor: pointer;
}
.form-group--number span.down {
    left: 15px;
}
.form-group--number span.up {
    right: 15px;
}
.ps-product--detail .ps-product__shopping .ps-product__cart-action {
    margin: 30px 0;
    padding:0;
    width:100%; float:left;
    display:inline-block;
}
.ps-product--detail .ps-product__shopping .ps-product__cart-action li{
    margin:0;
    padding:0;
    margin-right:10px;
    float:none;
    display:inline-block;
}
.ps-product--detail .ps-product__shopping .ps-product__cart-action li a{
    color:#000;
    font-size:12px;
}
.top_slider_arrow_left{
    position:absolute;
    bottom:200px;
    left:-50px;
    z-index: 10;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.top_slider_arrow_right{
    position:absolute;
    bottom:200px;
    right:-50px;
    z-index: 10;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.top_slider_arrow_left:hover{
    transform:translateX(10px);
}
.top_slider_arrow_right:hover{
    transform:translateX(-10px);
}
.owl-carousel.owl_100per,
.owl-carousel.owl_100per .owl-stage-outer,
.owl-carousel.owl_100per .owl-item,
.owl-carousel.owl_100per .slide_wrap,
.owl-carousel.owl_100per .owl-stage {
    height: 100%;
}
.product_ul.owl-carousel li{
    width:100%;
}
.gallery_left_icon{
    position:absolute;
    top:50%;
    left:-30px;
    z-index: 10;
    margin-top:-110px;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.gallery_right_icon{
    position:absolute;
    top:50%;
    right:-30px;
    z-index: 10;
    margin-top:-110px;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.gallery_left_icon:hover{
    transform:translateX(10px);
}
.gallery_right_icon:hover{
    transform:translateX(-10px);
}
.other_page_top_wrap{
    padding-top:150px;
    text-align: center;
}
.common_header.black{
    color:#000;
}
.cat_desc_wrap{
    padding-bottom:80px;
}
.gallery_ul li .hover_thumb{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    opacity:0;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.gallery_ul li:hover .hover_thumb{
    opacity:1;
}
.login_popup_wrap{
    position:fixed;
    top:0;
    left:0;
    background:rgba(0,0,0,0.5);
    width:100%;
    height:100%;
    backdrop-filter: blur(8px);
    z-index: 10002;
    overflow: auto;
    display:none;
    text-align: center;
}
.login_popup_wrap .quarter_parent_wrap{
    background:#fff;
}
.login_popup_wrap .quarter_wrap{
    width:50%;
    float:left;
    display:inline-block;
    background:#000;
    text-align: left;
    height:100%;
    padding:20px;
    padding-bottom: 50px;
}
.login_popup_wrap .login_logo_wrap{
    width:33.33%;
    position: absolute;
    top:50%;
    left:33.33%;
    text-align: center;
    margin-top:-40px;
}

.login_popup_wrap .close_wrap{
    position:absolute;
    bottom:30px;
    left:50%;
    width:80px;
    margin-left:-40px;
    height:80px;
    background:#fff;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.4);
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.4);
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    border-radius: 80px;
    border:1px solid rgba(0,0,0,0.1);
    padding-top: 23px;
}

.login_popup_wrap .quarter_wrap.register_wrap{
    border-right:1px solid rgba(255,255,255,0.1);
}
.login_popup_wrap .quarter_wrap.login_wrap{

    float:right;
}
.login_popup_wrap .login_logo_wrap img{
    width:400px;
}

.form_title{
    margin-top:10px;
    color:#fff;
    font-family: bw_reg;
    font-size:11px;
    text-transform: uppercase;
}
.common_header.small{
    font-size:20px;
}
.common_header.med{
    font-size:30px;
}
.product_data_parent_wrap .product_detail_wrap .size_parent_wrap ul .text-danger{
    width:100%;
    float:left;
    margin-top:10px;
}
.tooltip p{
    color:#fff;font-size:13px;
}
.tooltip .title{
    color: #fff;
    margin-bottom: 4px;
    font-family: bw_reg;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0.1em;
}
.tooltip{
    font-family: bw_reg;
}
.specification_wrap{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index: 10000;
    background:#f1f1f1;
    display:none;
    padding:100px 0;
    overflow-y: scroll;
}
.specification_wrap .close_wrap{
    position:absolute;
    top:10px;
    right:10px;
    z-index: 10;
}
.product_data_parent_wrap .product_detail_wrap h3 del{
    text-decoration: line-through;
    color:red;
    font-size:60%;
}
.common_header.small{
    font-size:15px;
}
.checkout_parent_wrap .common_header{
    margin-bottom: 15px;
}

.checkout-checkout{
    background:#fff;
}
.menu_plus_icon,.menu_fix_bg_wrap{
    display:none;
}
.cart_btn_remove{
    width:20px;
    margin-top:10px;
    cursor: pointer;
    display: inline-block;
}
.icon_fix_wrap{
    z-index: 1000;
}
.noti_wrap{
    margin-top: 20px;
}

.fix_cart_wrap .common_anchor{
    width:100%;
    text-align: center;
}
.product_ul li .half_wrap{
    width:100%;
}
.fb_anchor{
    float:left;
    display:inline-block;
    position: relative;
    margin-top:10px;
    background:#4267b2;
    padding: 10px 20px;
    color:#fff;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-family: bw_reg;
}
.fb_anchor:hover{
    background-color: #950303;
    color: #fff;
    text-decoration: none;
}
.filter_wrap .close_wrap{
    display:none
}
.sort_dp{
    border:none;
    padding:10px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 13px;
    cursor: pointer;
}
.menu_top_wrap{
    z-index: 100;
}
.menu_mob_bg_wrap{
    display:none;
}
.menu_bar_wrap .close_img{
    display:none;
}
.menu_bar_wrap.active .open_img{
    display:none;
}
.menu_bar_wrap.active .close_img{
    display:inline-block;
}
.out_of_stock_prod_wrap{
    display:none;
}
.gallery_ul.owl-carousel li{
    width:100%;
}

.product_list_parent_wrap .abs_fix_anchor .common_anchor_2{
    width:100%;
}
.category_title_wrap{
    display:none;
}
.category_name_wrap.visible{
    display:inline-block;
}
.list_wrap.full{
    width:100%;
}
.common_header_text.small{
    font-size:25px;
}
.content_pad_tb{
    padding-top: 50px;
    padding-bottom: 280px;
}

.error_full_wrap{
    width:100%;
    float:left;
    color:red;
}
.bg_ping_rotate{
    background:#000;
    border:1px solid rgba(255,255,255,0.3);
    padding: 8px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.product_wishlist_btn{
    margin-left:10px;
    float:left;
    display:inline-block;
}
.product_wishlist_btn img{
    float:left;
}
.cart_btn_wrap{
    padding-left: 50px;
}
.cart_btn_wrap .common_anchor{
    width:100%;
}
.cart_btn_wrap .common_anchor span{
    width:100%;
}
.product_data_parent_wrap .prod_name_wrap h3 del{
    color:red;
    font-size:60%;
}
.for_ipadv_mob{
    display:none !important;
    margin-bottom: 30px;
}


.fullscreen-bg .fullscreen-bg-video {
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.home_video_wrap{
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
}
.home_video_wrap .full_wrap{
    z-index: 10;
}
.gallery_ul li .abs_anchor{
    display:none !important;
}
/*.product_data_parent_wrap .product_detail_wrap .anchor_wrap a{
    display:none !important;
}*/
.gallery_ul li .image_wrap img{
    width:100%;

}
.designer_choice .gallery_ul li .image_wrap img{
    -moz-transform: scale(1.01);
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
}
.designer_choice .gallery_ul li .image_wrap{
    overflow: hidden;
}
.product_img_wrap .gallery_right_icon,
.product_img_wrap .gallery_left_icon{
    margin-top:-40px;
}
.prod_listing_wrap.home_listing_wrap{
    padding-top: 0;
}
.size_bg_wrap{
    display:none;
}
.size_close_btn{
    display: none;
}
.footer_logo{
    background-color: #fff;
    text-align: center;
    display: inline-block;
    float: left;
    padding: 10px;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.52);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.52);
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.52);
}
.footer_logo img{
    width:130px;
}
.footer_desc p{
    color:#000;
    font-size:13px;
}
.common_anchor.pink span{
    background:#f1bec5;
}
.home_listing_wrap.designer_choice p{
    color: #333;
}
.social_wrap{
    text-align: center;
}
.social_wrap a{
    float:left;
    margin-right: 10px;
    display:inline-block;
}

.checkout_parent_wrap .common_header{
    font-size:20px;
}
.login_popup_wrap .close_span{
    position: absolute;
    top:10px;
    right:10px;
    z-index: 10;
    cursor: pointer;
    width:40px;
}
.login_popup_wrap .close_span path{
    fill:#fff;
}
.checkout-checkout .panel-body{
    padding-left: 0;
    padding-right: 0;
}
.btn.btn-black {
    border-color: rgba(255,255,255,0.3);
    background: #000;
    color:#fff;
    cursor: pointer;
}
.btn.btn-black:hover{
    border-color: #333;
    background: #333;
    color:#fff;
}
.size_ul.image li.active{
    -webkit-box-shadow: 2px 2px 7px 0px rgba(0,0,0,0.41);
    -moz-box-shadow: 2px 2px 7px 0px rgba(0,0,0,0.41);
    box-shadow: 2px 2px 7px 0px rgba(0,0,0,0.41);
}
#instagram_ul{
    min-height: 300px;
    background:url('../images/circle_loader.gif') center center no-repeat;
    margin-top: 40px;
}
.gallery_left_icon.insta{
    left:20px;
    margin-top:-35px;
}
.gallery_right_icon.insta{
    right:20px;
    margin-top:-35px;

}
.header_icon_wrap{
    position:absolute;
    bottom:0;
    left:0;
    width:150px;
    left:50%;
    margin-left: -75px;
    background:#fff;
}
.header_icon_wrap a{
    float:left;
    display:inline-block;
    position: relative;
    width: 50px;
    padding: 5px;
}
.header_icon_wrap a + a{
    border-left:1px solid #ccc;
}
.information_wrap p{
    padding-top: 0;
}
.team_wrap{
    margin-bottom: 50px;
}
.team_wrap .img_wrap{
    width:40%;
    float:left;
    padding-right: 40px;
    display:inline-block;
}
.team_wrap .info_wrap{
    width:60%;
    margin-top:100px;
    float:left;
    display:inline-block;
}
.team_wrap.even .img_wrap{
    padding-right: 0px;
    padding-left: 40px;
    float:right;
}

.team_wrap .info_wrap .common_header{
    font-size:35px;
    padding-bottom: 20px;
}
.category_list_wrap .title_nav_wrap{
    margin-top:20px;
}
.category_list_wrap .title_nav_wrap .common_header {
    color:#fff;
}
.category_list_wrap .title_nav_wrap .home_cat_arrows{
    position: absolute;
    top:4px;
    left:0;
}
a:focus{
    outline: none !important;
}
.category_list_wrap .title_nav_wrap .home_cat_arrows &gt; *{
    float:left;
    margin-left:15px;

}
.common_data_wrap.group{
    padding-bottom: 500px;
}
.common_data_wrap.group .data_wrap .common_header,
.common_data_wrap.group .data_wrap p{
    color:#1c1c1c;
}
.common_data_wrap.group:before{
    display:none;
}
.common_data_wrap .image_wrap.left .red_wrap_data{
    right:-20px;
}
.common_data_wrap .image_wrap.right .red_wrap_data{
    left:-40px;
}
.clientel_wrap{
    padding-top:80px;
    padding-bottom: 280px;
    text-align: center;
}
.clientel_wrap .region_wrap{
    margin-top:40px;
}
.clientel_wrap p{
    padding-left: 20%;
    padding-right: 20%;
}
.founder_top_wrap{
    text-align: center;
}
.founder_top_wrap p{
    color:#fff;
}
.founder_top_wrap .common_header{
    color:#fff;
}
.founder_message_wrap{
    margin-top:-70px;
}
.why_karishma_wrap{
    padding-bottom: 120px;
}
.category_list_wrap.home2 ul{
    width:65%;
}
.category_list_wrap.home2 .title_nav_wrap {
    position: absolute;
    left:65%;
    width:35%;
    padding-left:50px;top:20px;
    z-index: 2;
}
.category_list_wrap.home2 .title_nav_wrap .gridContainer{
    max-width:100%;
    min-width:100%;
}
.category_list_wrap.home2 .title_nav_wrap .home_cat_arrows{
    position: absolute;
    left:0;
    top:150px;
    width:100%;
}
.category_list_wrap.home2 ul .swiper-slide:nth-child(even){
    width:auto;
    margin-top:0;
}
.category_list_wrap.home2 ul li .box_wrap img{
    width:100%;
}

.overview_data_wrap{
    overflow: hidden;
}
.slider_bottom_arrow_wrap{
    position: absolute;
    bottom:40px;
    right:0;
    width:50%;
    text-align: center;
}
.home_slider_wrap .slider_parent_wrap .half_wrap.red_wrap .svg_wrap{
    padding:0;
}
.empty_li_slide{
    width:80px !important;
    height:80px !important;
}
.common_data_wrap .list_wrap.override .data_wrap{
    padding-top: 80px;
}

.specification_btn.whatsapp_btn_fix{
    left:auto;
    right:0;
    border-left:2px solid #fff;
    border-right:0;
    background:#25d366;
    color:#000;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.common_anchor.green{
    background:#25d366;
}
.btn.common_anchor{
    background:#ccc;
}
.btn.common_anchor:hover{
    background:#333;
    color:#fff;
}
.btn.common_anchor.orange{
    background:#f58220;
    color:#fff;
}
.btn.common_anchor.maroon:hover{
    background:#000;
    color:#fff;
}
.specification_btn.whatsapp_btn_fix:hover{
    color:#fff;
    text-decoration: none;
    background:#000;
}
.specification_btn.brochure_btn_fix{
    left:auto;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    right:0;
    border-left:2px solid #fff;
    bottom:140px;
    border-right:0;
}
.specification_btn.brochure_btn_fix:hover{
    text-decoration: none;
    color:#fff;
    background:maroon;
}
.group_common_listing_wrap{
    margin-bottom: 400px;
}
.top_cart_wrap{
    float:left;
    width:33.33%;
    display:inline-block;
}
.top_cart_wrap .btn-group a{
    width:100%;
}
#cart .dropdown-menu{
    width:400px;
}
.p_none{
    padding:0;
    margin:0;
}
#cart .dropdown-menu .p_none{
    padding:25px 10px;
}
.other_images_wrap{
    margin-top:20px
}
.other_img_a{
    position: absolute;
    top:50%;
    z-index: 10;
    width: 40px;
    background:rgba(255,255,255,0.8);
    margin-top:-20px;
}
.other_img_a.swiper-button-disabled{
    opacity: 0.2;
}
.other_img_a.left{
    left:15px;
    transform: rotate(90deg);
}
.other_img_a.right{
    right:15px;
    transform: rotate(-90deg);
}
.other_img_a svg{
    float:left;
}
.top_cart_wrap ul{
    font-size:11px;
    padding: 0;
    margin:0;
    border-top:0;
}
.top_cart_wrap .btn-danger{
    width:25px;
}
.top_cart_wrap .btn-group a.common_anchor{
    width:auto;
}
.top_menu_wrap .icon_wrap .prod_name{
    color:#000;
}
.top_menu_wrap .icon_wrap ul li .img{
    width:80px;
}
.top_cart_wrap .buttons{
    padding:10px;
    padding-top: 0;
}
.top_cart_wrap .buttons .common_anchor.f_right{
    float:right;
}
.nowrap{
    white-space: nowrap;
}
.home_icon_wrap.inner{
    padding:50px 0;
}
.full_iframe{
    width:100%;
    float:left;
}
.contact_btns_parent_wrap{
    margin-bottom: 30px;
}
.contact_btns_parent_wrap .contact_btn img{
    margin-bottom: 30px;
}

.contact_btns_parent_wrap .contact_btn:hover{
    background:#f5f5f5;
    text-decoration: none;
}
.common_header.text-left:before{
    left:0;
}
@-webkit-keyframes slide {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -2822px 0;
    }
}
.form_message_wrap:empty{
    display:none;
}
.login_popup_wrap .common_header{
    margin-bottom: 0px;
    padding-bottom: 0;
    color:#fff;
}


.other_page_content_wrap{
    padding:50px 0;
}
.menu_wrap{
    z-index: 1001;
}
.gallery_wrap .product_wrap .data_wrap .field_wrap .ml_span{
    cursor: pointer;
    margin:2.5px;
}
.gallery_wrap .product_wrap .data_wrap .field_wrap .ml_span:hover,
.gallery_wrap .product_wrap .data_wrap .field_wrap .ml_span.active{
    background:#98b739
}
.gallery_wrap .product_wrap .data_wrap .field_wrap h3 del{
    font-size:60%;
    color:red;
}
.ch_summary_title{
    display:none;
}
.login_popup_wrap .quarter_parent_wrap {
    background: #000;
    border:1px solid rgba(255,255,255,0.1);
}

.about_top_wrap{
    padding-left: 0;
    padding-right: 0;
}
.top_slider_pagination{
    position: absolute;
    top:50%;
    width:20px !important;
    left:auto !important;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right:30px;
    z-index: 10;
    bottom:auto !important;
}
.top_slider_pagination .swiper-pagination-bullet{
    width:20px;
    height:20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    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;
}
.top_slider_pagination .swiper-pagination-bullet:hover{
    opacity: 1;
}
.top_slider_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.top_slider_pagination .swiper-pagination-bullet:hover{
    background:#B11111;
}
*:focus{
    outline:none !important;
}
.menu_icon_wrap{
    cursor: pointer;
}
.menu_icon_wrap.cart{
    right:100px;margin-top: -10px;
}
.menu_icon_wrap.account{
    right:150px;margin-top: -10px;
}
.menu_icon_wrap.home{
    right:200px;margin-top: -10px;
}
.gallery_wrap li .title_wrap{
    color:#fff;
}
.footer_wrap{
    padding:80px 0;
    border:none;
    margin:0;
    background:#000;
    text-align: center;
}
.footer_wrap .flogo_wrap svg{
    width:130px;
}

.footer_wrap ul{
    width:100%;
    float:left;
    display:inline-block;
    position: relative;
    padding: 0;
    margin:0;
}
.footer_wrap ul li{
    float:none;
    display:inline-block;
    position: relative;
    padding: 0;
    margin:0 5px;
}
.footer_wrap ul li a,
.footer_wrap .copyright_wrap{
    color: #fff;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    font-size: 10px;
    text-decoration: none;
}
.footer_wrap .copyright_wrap{
    margin-top: 20px;
}
.footer_wrap ul li a:hover{
    color: #b11111;
    text-decoration: none;
}
.top_cat_img_wrap.short{
    padding-top: 120px;
    padding-bottom: 50px;
    margin-bottom: 40px;
}
.text_form + .text-danger{
    margin-top:5px;
    width:100%;
    float:left;
}
.btn{
    font-size:11px;
}
.gallery_wrap.account{
    margin-bottom: 40px;
}
.full_menu_wrap{
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:1000;
    background: url(../images/common_bg.jpg) center no-repeat fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color:#fff;
    border:40px solid #b11111;
    text-align: center;
    cursor: url(../images/cursor_black.cur),default;
    display:none;
}
.full_menu_wrap .close_wrap{
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
    display:none;

}
.full_menu_wrap .menu_ul_parent{
    max-width: 300px;
    float:none;
    display:inline-block;
    position: relative;
    padding: 0;
    margin:0;
    cursor: auto;
}
.full_menu_wrap .menu_ul_parent &gt; li{
    width:100%;
    float:left;
    display:inline-block;
    position: relative;
    padding: 0;
    margin:10px 0;
}
.full_menu_wrap .menu_ul_parent &gt; li &gt; a{
   font-size:15px;
    color:#fff;
    display:inline-block;
    text-transform: uppercase;
    font-family: trajan_reg;
}
.full_menu_wrap .menu_ul_parent &gt; li &gt; ul{
    width:100%;
    float:left;
    display:inline-block;
    position: relative;
    padding: 0;
    margin:20px 0;
    display:none;
}
.full_menu_wrap .menu_ul_parent &gt; li &gt; ul &gt; li{
    width:100%;
    float:left;
    display:inline-block;
    position: relative;
    padding: 0;
    margin:5px 0;
}
.full_menu_wrap .menu_ul_parent &gt; li &gt; ul &gt; li &gt; a{
   font-size:11px;
    color:#fff;
    text-transform: uppercase;
    display:inline-block;
}
.collection_list_wrap{
    width:100%;
    float:left;
    display:table;
    overflow: hidden;
}
.collection_list_wrap .slide{
    display: table-cell;
    width:20%;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.collection_list_wrap .slide .table_wrap{
    background: rgba(0,0,0,0.6);
}
.collection_list_wrap .slide .common_header{
    white-space: nowrap; padding: 20px;
}
.collection_list_wrap .slide .a{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index: 10;
}
.collection_list_wrap:hover .slide{
    width:10%;
}
.collection_list_wrap .slide:hover{
    width:60%;
}
.collection_list_wrap .slide .common_header{
    font-size:25px;
}
.new_menu_wrap{
    position: fixed;
    top:0;
    left:0;
    width:100%;
    text-align: center;
    z-index: 1000;
    background: rgba(19, 18, 18, 0.2);
    backdrop-filter: blur(8px);
    border-bottom: 1px solid rgba(255,255,255,0.3);
}
.new_menu_wrap.active{
    backdrop-filter: none;
}
.new_menu_wrap .icons_list{
    position: absolute;;
    top:30px;
    right:50px;
    z-index: 10;
}
.new_menu_wrap .anchor_wrap{
    position: absolute;
    top:90px;
    right:50px;
    z-index: 10;
}
.new_menu_wrap .anchor_wrap a{
    color:#fff;
}
.new_menu_wrap .anchor_wrap a:hover{
    color:#fff;
    text-decoration: none;
}
.new_menu_wrap .icons_list .menu_icon_wrap.menu_bar_wrap{
    display:none;
}
.new_menu_wrap .icons_list .menu_icon_wrap {
    position: relative;
    float:right;
    display:inline-block;
    top:auto;
    width: 35px;
    right:auto;
    margin-left: 10px;
}
.new_menu_wrap .menu_ul_parent{
    display:inline-block;
    padding:0;
    margin:0;
    width:auto;
}
.new_menu_wrap .menu_ul_parent &gt; li{
    display:inline-block;
    padding:0;
    margin:0;
    width:auto;
    margin-bottom: -3px;
}
.new_menu_wrap .menu_ul_parent &gt; li.short{
    position: relative;
}
.new_menu_wrap .menu_ul_parent &gt; li.short .sub_menu_wrap{
    width:250px;
}

.new_menu_wrap .menu_ul_parent &gt; li.short .sub_menu_wrap .sub-menu{
    padding: 30px;
    min-height: auto;
    width:100%;
}
.new_menu_wrap .menu_ul_parent &gt; li + li{
    margin-left:30px;
}
.new_menu_wrap .menu_ul_parent &gt; li &gt; a{
    font-size:12px;
    color:#fff;
    padding: 30px 0;
    float:left;
    display:inline-block;
    border-bottom: 2px solid transparent;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.new_menu_wrap .menu_ul_parent &gt; li:hover &gt; a{
    text-decoration: none;
    border-color: white;
}
.new_menu_wrap .menu_ul_parent &gt; li.has_sub_menu &gt; ul{
    display:none;
}
.new_menu_wrap .logo_wrap {
    display: inline-block;
    float: left;
    width: 100px;
    position: absolute;
    top:10px;
    left:50px;
    margin-left: 10px;
    z-index: 1001;
}
.fix_menu_wrap{
    display:none;
}
.common-home .fix_menu_wrap{
    display: inline-block;
}
.common-home .new_menu_wrap .logo_wrap,
.common-home .new_menu_wrap .anchor_wrap{
    display: none;
}
.new_menu_wrap .menu_ul_parent &gt; li .sub_menu_wrap{
    position: absolute;
    top: 100%;
    left:0;
    width:100%;
    overflow: hidden;
    z-index: 1000;
    background: #fff;
    display: none;
}
.new_menu_wrap .menu_ul_parent &gt; li:hover .sub_menu_wrap{
    display: inline-block;
}
.new_menu_wrap .menu_ul_parent &gt; li .sub_menu_wrap .sub-menu{
    padding:0;
    margin:0;
    background: #d6d6d6;
    width:500px;
    padding: 50px 100px;
    padding-right: 30px;
    min-height: 300px;
    text-align: left;
    float:left;
    min-height: 380px;
}
.new_menu_wrap .menu_ul_parent &gt; li .sub_menu_wrap .sub-menu &gt; li{
    display:inline-block;
    padding:0;
    margin:0;
    width:100%;
    float:left;
}
.new_menu_wrap .menu_ul_parent &gt; li .sub_menu_wrap .sub-menu &gt; li &gt; a{
    display:inline-block;
    padding:5px 0;
    margin:0;
    width:100%;
    float:left;
    color:#000;
    text-decoration: none;
    font-size:12px;
}
.new_menu_wrap .menu_ul_parent &gt; li .sub_menu_wrap .sub-menu &gt; li .cat_menu_image{
    display:inline-block;
    position: absolute;
    top:0;
    left:1000px;
    height:100%;
    width:500px;
    -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;
    opacity: 0;
    visibility:hidden;
}


.new_menu_wrap .menu_ul_parent &gt; li .sub_menu_wrap .sub-menu &gt; li .submenu_ul_parent{
    position: absolute;
    left: 500px;
    padding: 50px 30px;
    width: 500px;
    background: #fff;
    top: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;
    opacity: 0;
    visibility:hidden;
}
.new_menu_wrap .menu_ul_parent &gt; li .sub_menu_wrap .sub-menu &gt; li.active .cat_menu_image{
    opacity: 1;
    visibility:visible;
}
.new_menu_wrap .menu_ul_parent &gt; li .sub_menu_wrap .sub-menu &gt; li.active .submenu_ul_parent{
    opacity: 1;
    visibility:visible;
}
.new_menu_wrap .menu_ul_parent &gt; li .sub_menu_wrap .sub-menu &gt; li .submenu_ul_parent ul{
    width:31.33%;
    margin-right: 3%;
    float:left;
    display: inline-block;
    position: relative;
    padding: 0;
}
.new_menu_wrap .menu_ul_parent &gt; li .sub_menu_wrap .sub-menu &gt; li .submenu_ul_parent ul:nth-child(3n+0){
    margin-right: 0;
}
.new_menu_wrap .menu_ul_parent &gt; li .sub_menu_wrap .sub-menu &gt; li .submenu_ul_parent ul li{
    width:100%;
    float:left;
    display:inline-block;
    position: relative;
    padding: 0;
    margin:0;
}
.new_menu_wrap .menu_ul_parent &gt; li .sub_menu_wrap .sub-menu &gt; li .submenu_ul_parent ul li a{
    width:100%;
    float:left;
    display:inline-block;
    position: relative;
    padding: 0;
    margin-bottom: 10px;
    color:#000;
    font-size:12px;
    margin:0;
    text-decoration: none;
    margin-bottom: 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;
}
.new_menu_wrap .menu_ul_parent &gt; li .sub_menu_wrap .sub-menu &gt; li .submenu_ul_parent ul li a:hover{
    color:#666;
}
.footer_wrap .gridContainer{
    max-width: 1250px;
    text-align: left;
}
.footer_wrap ul{
    width:25%;
    float:left;
    display:inline-block;
    position: relative;
    padding-right: 20px;
}
.footer_wrap ul li{
    width:100%;
    float:left;
    display:inline-block;
    position: relative;
}
.footer_wrap ul li.title{
    margin-bottom: 5px;
    opacity: 1;text-transform: uppercase;
    font-size:10px;
}
.footer_wrap ul li a{
    font-size:10px;
    text-transform: uppercase;
    margin-bottom: 5px;
    float:left;
    display:inline-block;
    opacity: 0.7;
}
.footer_wrap .subscribe_form_wrap .common_header {
    font-size:10px !important;
    color:#fff;
    font-family: bw_reg;
    text-transform: uppercase;
}
.footer_wrap .subscribe_form_wrap .inner_wrap{
    display:table;
}
.footer_wrap .subscribe_form_wrap .inner_wrap &gt; *{
    display:table-cell;
    vertical-align: top;
    width:70%;
}
.footer_wrap .subscribe_form_wrap .inner_wrap .email_wrap{
    padding-right: 25px;
}
.footer_wrap .subscribe_form_wrap .inner_wrap .common_anchor{
    background: transparent;
}
.footer_wrap .subscribe_form_wrap .inner_wrap .common_anchor:hover{
    background-color: #ab1111;
    color: #fff;
    text-decoration: none;
}
.footer_wrap .subscribe_form_wrap {
    width:50%;
    float:left;
    display:inline-block;
    position: relative;
}
.footer_wrap .prefooter_wrap{
    margin-top:30px;
}
.footer_wrap .prefooter_wrap .payment_wrap{
    margin-right: 30px;
    float:left;
    display:inline-block;

}
.footer_wrap .prefooter_wrap .social_wrap{
    margin-right: 30px;
    float:left;
    display:inline-block;
}
.footer_wrap .prefooter_wrap .social_wrap a{
    margin-top: 5px;
}
.footer_wrap .prefooter_wrap .social_wrap .title{
    font-size:10px !important;
    color:#fff;
    line-height: 33px;
    font-family: bw_reg;opacity: 0.7;
    float:left;
    margin-right: 10px;
    text-transform: uppercase;
}
.new_menu_wrap .icons_list svg path{
    fill:#fff !important;
}
.cart_top_wrap .gridContainer {
    max-width: 1250px;
}
.listing_product_wrap .listing_ul{
    width: 100%;
    display: inline-block;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding: 0%;
    margin: 0%;
}
.listing_product_wrap .listing_ul li {
    width: 48.5%;
    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;
    list-style: none;
    margin-right: 3%;
    margin-top: 30px;
    padding-left: 25px;
    padding-right: 25px;
}
.listing_ul li:nth-child(2n+0) {
    margin-right: 0;
}

.listing_product_wrap .listing_ul li .image_wrap img{
    width: 100%;
}

.light_bt{
    background: transparent;
    border:none;
}
.listing_ul .cart_detail_sm_wrap{
    margin-top: 10px;
}
.listing_ul .cart_detail_sm_wrap p{
    padding-bottom: 0;
}
.listing_ul .data_wrap{
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 15px;
    font-family: selma_light;
    text-transform: uppercase;
}
.cart_top_wrap .listing_ul li {
    width: 22.75%;
    margin-right: 0%;
}
.add_process_wrap{
    border-top: 1px solid #c5c5c5;
    border-bottom: 1px solid #c5c5c5;
    margin-top: 20px;
    padding-bottom: 20px;
    padding-top: 30px;
}
.add_process_wrap .process_right_wrap a{
    float: right;
}
.add_process_wrap .process_right_wrap a:hover{
    background-color: rgba(141, 135, 135, 0.842);
}
.add_process_wrap .process_left_wrap .common_header small{
    color:#d4d4d4;
}
.add_process_wrap .process_left_wrap .common_header{
    line-height: 1.3;
    font-size: 25px;
    margin-top: 0px;
}
.light_details{
    font-size: 15px;
}
.cart_top_wrap{
    padding-bottom: 50px;
}
.cart_modules{
    width:30%;
}
.add_process_wrap .process_left_wrap {
    width:40%;
    padding-left: 50px;
}
.add_process_wrap .process_right_wrap  {
    width:30%;
}
.product_new_wrap .common_header span{
    position: relative;
}
.product_new_wrap .common_header span:after,
.product_new_wrap .common_header span:before{
    content:'';
    background: url('../images/product_lines.png');
    background-size: 100% 100%;
    width:22px;
    position: absolute;
    top:0;
    height:100%;
}
.product_new_wrap .common_header span:after{
    right:-40px;
}
.product_new_wrap .common_header span:before{
    left:-40px;
}
.footer_wrap .prefooter_wrap .social_wrap.sgroup_wrap a{
    margin-top: 0;
    margin-right: 0;
    color:inherit;
    float:none;
}
.top_cat_img_wrap{
    background: rgba(0,0,0,0.5);
}
.btn.stock_btn{
    border-color:rgb(175,96,96);
    border-radius: none;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#af6060+0,b11112+100 */
    background: rgb(175,96,96); /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover,  rgba(175,96,96,1) 0%, rgba(177,17,18,1) 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover,  rgba(175,96,96,1) 0%,rgba(177,17,18,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center,  rgba(175,96,96,1) 0%,rgba(177,17,18,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#af6060', endColorstr='#b11112',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
.gallery_parent_wrap.blog{
    margin-top: 30px;
}

@media only screen and (min-width: 1500px) and (max-width: 1700px){

}
@media only screen and (min-width: 1100px) and (max-width: 1500px){
    .designer_bg_wrap{
        height:550px;
    }
    .new_menu_wrap .menu_ul_parent &gt; li .sub_menu_wrap .sub-menu{
        width:430px;
        padding-left: 60px;
    }
    .new_menu_wrap .menu_ul_parent &gt; li .sub_menu_wrap .sub-menu &gt; li .submenu_ul_parent{
        left:430px;width:430px;
    }
    .new_menu_wrap .menu_ul_parent &gt; li .sub_menu_wrap .sub-menu &gt; li .cat_menu_image{
        left:860px;width:430px;
    }

}
@media only screen and (min-width: 1700px) {

}
@media only screen and (min-width: 1600px) {

}
@media only screen and (min-width: 1100px) {

    .menu_wrap ul li .sub-menu{
        position: absolute;
        top:100%;
        left:0;
        min-width: 100%;
        width:auto;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 1s ease-in-out;
        -moz-transition: all 1s ease-in-out;
        -o-transition: all 1s ease-in-out;
        -ms-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out;
        z-index: 10;
        -webkit-box-shadow: 10px 10px 10px 0px rgba(0,0,0,0.33);
        -moz-box-shadow: 10px 10px 10px 0px rgba(0,0,0,0.33);
        box-shadow: 10px 10px 10px 0px rgba(0,0,0,0.33);
    }
    .menu_wrap ul li:hover .sub-menu{
        opacity: 1;
        visibility: visible;
    }
    .menu_wrap ul li .sub-menu li{
        min-width:100%;
        float:left;
        display:inline-block;
        position: relative;
        margin:0;
    }
    .menu_wrap ul li .sub-menu li a{
        white-space: nowrap;
        background:#98b739;
        color:#fff;
        margin:0;
        width: 100%;
        float: left;
        padding:10px;
        font-size: 14px;
        padding-right: 40px;
    }
    .menu_wrap ul li .sub-menu li a:hover{

        background:#000;
        color:#fff;
    }
    .cart_right_parent_wrap,
    .checkout_parent_wrap .right_wrap{
        position: -webkit-sticky;
        position: sticky;
        top: 20px;
    }
    .gallery_ul li .price_wrap{
        font-size:25px;
    }
    .gridContainer.lg{
        max-width:1200px;
        min-width:1200px;
        width:1200px;
    }
    .gridContainer.sm,
    .gridContainer.sm_desk{
        max-width:1024px;
        min-width:1024px;
        width:1024px;
    }
    .gridContainer.vsm{
        max-width:800px;
        min-width:800px;
        width:800px;
    }
    .login_parent_wrap .pad_l{
        padding-left: 50px;
    }
    .login_parent_wrap .pad_r{
        padding-right: 50px;
    }
    .product_data_wrap_parent .anchor_wrap{
        padding-top: 30px;
    }
    .gridContainer.small{
        max-width:960px;
        min-width:960px;
    }
    .product_highlight_wrap p{
        font-size:15px;
    }

    .checkout_parent_wrap .right_wrap.desk_active{
        position:absolute;
        top:0;
        padding: 20px;
        right:0;
        width:80%;
        background:#000;
        min-height:100%;
        z-index:100;
        border-left:1px solid rgba(255,255,255,0.3);
    }
    .checkout_parent_wrap .left_wrap.desk_active:after{
        position:absolute;
        top:0;
        left:0;
        content:'';
        width:100%;
        height:100%;

    }

    /*.product_list_parent_wrap .abs_fix_anchor{
        display:inline-block;
        margin-top:20px;
    }*/

}
@media only screen and (min-width: 1100px) and (max-width: 1400px) {

    .about_group_bottom_wrap{
        margin-bottom: 200px;
    }
    .category_list_wrap ul  .swiper-slide:nth-child(odd) {
        width:350px;
    }
    .category_list_wrap ul .swiper-slide:nth-child(even) {
        width:250px;
        margin-top:50px;
    }
    .founder_top_wrap.group{
        height:950px;
    }
    .login_popup_wrap .login_logo_wrap img {
        width: 250px;
    }
}
@media only screen and (min-width: 786px) and (max-width: 1100px) {
    .designer_bg_wrap{
        height:550px;
    }
    .new_menu_wrap .menu_ul_parent &gt; li .sub_menu_wrap .sub-menu{
        width:33.33%;
        padding-left: 60px;
    }
    .new_menu_wrap .menu_ul_parent &gt; li .sub_menu_wrap .sub-menu &gt; li .submenu_ul_parent{
        left:33.33%;width:33.33%;
    }
    .new_menu_wrap .menu_ul_parent &gt; li .sub_menu_wrap .sub-menu &gt; li .cat_menu_image{
        left:66.66%;width:33.33%;
    }
    .collection_list_wrap .slide .common_header{
        font-size:20px;
    }
    .full_menu_wrap .close_wrap{
        display:inline-block;
    }
    .top_cat_img_wrap.short{
        padding-top: 140px;
        padding-bottom: 30px;
    }
    .menu_wrap ul li .sub-menu{
        position: absolute;
        top:100%;
        left:0;
        min-width: 100%;
        width:auto;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 1s ease-in-out;
        -moz-transition: all 1s ease-in-out;
        -o-transition: all 1s ease-in-out;
        -ms-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out;
        z-index: 10;
        -webkit-box-shadow: 10px 10px 10px 0px rgba(0,0,0,0.33);
        -moz-box-shadow: 10px 10px 10px 0px rgba(0,0,0,0.33);
        box-shadow: 10px 10px 10px 0px rgba(0,0,0,0.33);
    }
    .menu_wrap ul li:hover .sub-menu{
        opacity: 1;
        visibility: visible;
    }
    .menu_wrap ul li .sub-menu li{
        min-width:100%;
        float:left;
        display:inline-block;
        position: relative;
        margin:0;
    }
    .menu_wrap ul li .sub-menu li a{
        white-space: nowrap;
        background:#98b739;
        color:#fff;
        margin:0;
        width: 100%;
        float: left;
        padding:10px;
        font-size: 14px;
        padding-right: 40px;
    }
    .menu_wrap ul li .sub-menu li a:hover{

        background:#000;
        color:#fff;
    }
    .checkout_parent_wrap .left_wrap.desk_active .cart_left_wrap:after {
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        z-index: 50;
        width: 100%;
        height: 100%;
        background: rgba(255,255,255,0.8);
    }
    .main_menu_wrap .gridContainer {
        width:100%;
        margin:0;
        padding:0;

    }
    .main_menu_wrap ul{
        white-space: nowrap;
        width:100%;
        overflow-x: scroll;
    }
    .main_menu_wrap ul li{
        float:none;
    }
    .footer_menu_wrap .title{
        font-size:20px;
    }
    .group_common_listing_wrap.common_data_wrap .data_wrap{
        padding-top: 50px;
    }
    .group_common_listing_wrap{
        margin-bottom:200px;
    }
    .common_data_wrap .list_wrap.minus{
        margin-top:20px;
    }
    .common_data_wrap .list_wrap.minus .data_wrap{
        padding-top: 0;
    }
    .empty_li_slide{
        width:50px !important;
        height:50px !important;
    }

    .pad_bot_wrap{
        padding-bottom: 200px;
    }
    .region_wrap {
        height: 500px;
    }
    .login_popup_wrap{
        padding-top: 50px;
    }
    .content_pad_tb{
        padding-bottom: 180px;
    }
    .product_list_parent_wrap{
        margin-bottom: 150px;
    }

    .product_data_parent_wrap .product_detail_wrap{
        top:0;
    }
    .checkout_parent_wrap .left_wrap{
        border-right: none;
    }

    .cart_count{
        right:50%;
        margin-right:-35px;
        top:-5px;
    }


    .icon_fix_wrap{
        z-index: 1001;
    }
    .gridContainer.sm{
        max-width:800px;
        min-width:800px;
        width:800px;
    }
    .login_popup_wrap .login_logo_wrap img {
        width: 200px;
    }
    .other_page_top_wrap{
        padding-top: 120px;
    }

    .owl_dot_parent .owl-dots {
        position: absolute;
        bottom: 160px;
        right: 50px;
    }

    .owl_dot_parent .owl-dots .owl-dot {
        width: 15px;
        height: 15px;
    }
    .login_parent_wrap .pad_l{
        padding-left: 30px;
    }
    .login_parent_wrap .pad_r{
        padding-right: 30px;
    }

    .checkout_parent_wrap .left_wrap{
        width:65%;
        border-right: none;
        padding-right: 40px;
        padding-top: 0;
    }
    .checkout_cart_item_wrap{
        color:#fff;
    }
    .checkout_cart_item_wrap .name_wrap a{
        color:#fff;
    }
    .checkout_parent_wrap .right_wrap{
        width: 35%;
        padding-right: 0px;
        position: -webkit-sticky;
        position: sticky;
        top: 20px;

    }

    .checkout_parent_wrap .left_wrap.desk_active:after {
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        width: 100%;
        height: 100%;
    }
    .checkout_parent_wrap .right_wrap.desk_active {
        position: absolute;
        top: 0;
        padding: 20px;
        right: 0;
        width: 80%;
        background: #000;
        min-height: 100%;
        z-index: 100;
        border-left: 1px solid rgba(255,255,255,0.3);
    }

    .checkout_parent_wrap .right_wrap.active{
        overflow: auto;
        top:0;
    }
    .mob_cart_btn{
        display:inline-block;
        position: absolute;
        top:;
        left:50%;
        width:250px;
        background:#000;
        text-transform: uppercase;
        color:#fff;
        text-align: center;
        cursor: pointer;
        margin-left:-125px;
        z-index: 1;
        font-size:18px;
        padding:10px;

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

    }
    .related_wrap.product_listi_wrap {
        margin-bottom: 50px;
    }

    /* .product_list_parent_wrap .abs_fix_anchor{
         display:inline-block;
         margin-top:20px;
     }*/

    .collection_parent_wrap{
        padding-bottom: 200px;
    }
}
.checkout-checkout .panel-body:empty{
    display:none;
}
@media only screen and (min-width: 481px) and (max-width: 786px) {
    .new_menu_wrap .logo_wrap{
        left:20px
    }
    .new_menu_wrap .menu_ul_parent &gt; li &gt; a{
        padding-left: 2px;
        padding-right: 2px;
    }
    .designer_bg_wrap{
        height:550px;
    }
    .designer_form_wrap .half_wrap{
        width:75%;
    }
    .designer_form_wrap .bg_wrap{
        width:75%;
    }
    .new_menu_wrap .menu_ul_parent &gt; li .sub_menu_wrap .sub-menu{
        width:40%;
        padding-left: 60px;
    }
    .new_menu_wrap .menu_ul_parent &gt; li .sub_menu_wrap .sub-menu &gt; li .submenu_ul_parent{
        left:40%;width:60%;
    }
    .new_menu_wrap .menu_ul_parent &gt; li .sub_menu_wrap .sub-menu &gt; li .cat_menu_image{
        display:none;
    }
    .collection_list_wrap{
        width:100%;
        display:inline-block;
    }
    .collection_list_wrap .slide {
        height:400px;
        width:100%;
        display:inline-block;
        position: relative;
        text-align: center;
    }
    .full_menu_wrap .close_wrap{
        display:inline-block;
    }
    .account_list_wrap .single_item_wrap .text_wrap{
        font-size:10px;
    }

    .top_cat_img_wrap.short{
        padding-top: 140px;
        padding-bottom: 30px;
    }
    .product_parent_wrap{
        z-index: 100;
    }
    .tab-content{
        padding-right: 0;
    }
    .nav-tabs{
        text-align: center;
    }
    .nav-tabs &gt; li{
        float:none;
        display:inline-block;
    }
    .login_popup_wrap .quarter_wrap.register_wrap{
        border-right: 0;

        border-top: 1px solid #ccc;
    }
    .checkout_parent_wrap .left_wrap.desk_active .checkout_wrap:after {
        position: absolute;
        top: -15px;
        left: -15px;
        content: '';
        z-index: 50;
        right: -15px;
        bottom: -15px;
        background: rgba(0,0,0,0.7);
    }
    .ch_summary_title{
        width: 100%;
        float: left;
        display: inline-block;
        position: relative;
        padding: 15px;
        background: #000000;
        color: #fff;
        margin-bottom: 20px;
        font-size: 15px;
    }
    .menu_wrap ul li.has_sub_menu &gt; a{
        display:none;
    }
    .menu_wrap ul li.has_sub_menu .sub-menu li:last-child{
        border-bottom: none;
    }


    .checkout_parent_wrap .left_wrap.desk_active .cart_left_wrap:after {
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        z-index: 50;
        width: 100%;
        height: 100%;
        background: rgba(255,255,255,0.8);
    }
    .main_menu_wrap .gridContainer {
        width:100%;
        margin:0;
        padding:0;

    }
    .main_menu_wrap ul{
        white-space: nowrap;
        width:100%;
        overflow-x: scroll;
    }
    .main_menu_wrap ul li{
        float:none;
    }
    .footer_menu_wrap .col-sm-6{
        margin-bottom: 40px;
    }


    .empty_li_slide{
        width:50px !important;
        height:50px !important;
    }
    .slider_bottom_arrow_wrap{
        width:100%;
        bottom:20px;
    }
    .slider_bottom_arrow_wrap img{
        width:25px;
    }
    .home_slider_wrap .slider_parent_wrap .half_wrap.red_wrap{
        padding-bottom: 100px;
    }
    .timeline_ul li .text {
        font-size: 20px;

    }
    .info_group_ul li{
        width:100%;
        margin-right: 0;
    }
    .about_group_bottom_wrap {
        margin-bottom: 150px;
    }

    .pad_bot_wrap{
        padding-bottom: 200px;
    }
    .founder_top_wrap.team{
        padding-bottom: 80px;
    }
    .team_wrap .info_wrap{
        margin-top:20px;
    }

    .content_pad_tb{
        padding-bottom: 160px;
    }
    .product_list_parent_wrap{
        margin-bottom: 100px;
    }

    .checkout_parent_wrap .left_wrap{
        border-right: none;
        padding-left: 0;
        padding-right: 0;
    }
    .logo_parent_wrap{
        text-align: center;
        padding:0 20%;
        margin-bottom: 20px;
    }

    .footer_logo{
        float:none;
    }
    .logo_parent_wrap p{
        text-align: center;
    }
    .prod_listing_wrap .common_header{
        background-size: 100% auto;
    }
    .menu_top_wrap .menu_data_wrap{
        width:75%;
    }
    .menu_top_wrap .logo_wrap{
        width:25%;
    }
    .for_desk_ipadh{
        display:none !important;
    }
    .for_ipadv_mob{
        display:inline-block !important;
    }

    .common_header_text.page_title_wrap{
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 40px;
        text-align: center;
    }
    .product_list_parent_wrap .filter_wrap{
        padding-bottom: 75px;
    }
    .filter_wrap{
        overflow: auto;
    }
    .filter_wrap .close_wrap{
        display:inline-block;
        position: absolute;
        top:10px;
        right:10px;
        z-index: 10;
    }
    .contact_parent_wrap .half_wrap{
        width:100%;
    }

    .icon_fix_wrap{
        z-index: 1001;
    }
    .other_page_top_wrap{
        padding-top: 120px;
    }
    .gallery_left_icon{
        left:-20px;
    }
    .gallery_right_icon{
        right:-20px;
    }
    .top_slider_arrow_left{
        left:20px;
    }
    .top_slider_arrow_right{
        right:20px;
    }
    .related_wrap.product_listi_wrap {
        margin-bottom: 50px;
    }
    .contact_map_iframe{
        position: relative;
        top:auto;
        left:auto;
        width:100%;
        height:350px;
    }
    .contact_parent_wrap .info_wrap{
        width:100%;
    }

    .owl_dot_parent .owl-dots .owl-dot {
        width: 15px;
        height: 15px;
    }
    .owl_dot_parent .owl-dots{
        bottom:80px;
    }
    .login_parent_wrap .pad_l{
        padding-left: 30px;
    }
    .login_parent_wrap .pad_r{
        padding-right: 30px;
    }
    .page_content_wrap{

        margin-bottom: 60px;
    }
    .checkout_parent_wrap .left_wrap{
        width:100%;
        text-align: left;
        padding-top: 0;
    }
    .checkout_cart_item_wrap{
        color:#fff;
    }
    .checkout_cart_item_wrap .name_wrap a{
        color:#fff;
    }
    .login_parent_wrap  .checkout_parent_wrap .half_wrap{
        text-align: left !important;
    }
    .checkout_parent_wrap .right_wrap{
        width:100%;
        padding:0;
        padding-top: 10px;
        margin-top: 30px;

    }
    .checkout_parent_wrap .right_wrap.active{
        overflow: auto;
        top:0;
    }
    .mob_cart_btn{
        display:inline-block;
        position: absolute;
        top:0%;
        text-transform: uppercase;
        left:50%;
        width:250px;
        background:#000;
        color:#fff;
        text-align: center;
        cursor: pointer;
        margin-left:-125px;
        z-index: 1;
        font-size:18px;
        padding:10px;

    }

    .checkout_parent_wrap .right_wrap .mob_close_btn{
        position: absolute;
        top:8px;
        right:20px;
        display: inline-block;
        z-index: 1;
    }
    .cart_count {
        right:50%;
        margin-right:-30px;
        top:-5px;
    }
    .fix_menu_mobile_wrap{
        background:#333;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.62);
        -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.62);
        box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.62);
    }
    .fix_menu_mobile_wrap .col-xs-4{
        border-color:#ccc;
    }
    .guest_login_wrap .half_wrap{
        width:50%;
    }
    .product_data_wrap_parent .content_wrap{
        padding-left: 0;
    }
    .nav-tabs li a{
        padding-left: 10px;
        padding-right: 10px;
    }
    #right_cart_wrap .cart_table td,
    #right_cart_wrap .cart_table th{
        color:#000;
    }

    .nav-tabs li + li{
        margin-left:10px;
    }
    .login_popup_wrap{
        padding:50px 30px;
    }
    .login_popup_wrap .login_logo_wrap{
        width:100%;
        left:auto;
        top:auto;
        position: relative;
        padding: 30px 0;
        margin-top:0;
    }
    .login_popup_wrap .login_logo_wrap img{
        width:250px;
    }
    .login_popup_wrap .quarter_wrap{
        width:100%;
        height:auto;

    }
    .login_popup_wrap .close_wrap{
        bottom:auto;
        top:20px;
        left:auto;
        right:20px;
        margin-left:0;
    }
    .category_name_wrap{
        display:none;
    }
    .category_title_wrap{
        padding: 0px 10px;
        padding-bottom: 15px;
        padding-top: 5px;
        display:inline-block;
        text-align: center;
    }
    .category_title_wrap h2{
        margin:0;
    }
    .collection_parent_wrap{
        padding-bottom: 200px;
    }
}
@media only screen and (min-width: 481px) {
    
    .new_menu_wrap .menu_ul_parent &gt; li &gt; a{
        padding-left:2px;
        padding-right: 2px;
    }
    .new_menu_wrap .menu_ul_parent{
        margin-left:-30px;
    }
    .new_menu_wrap .menu_ul_parent &gt; li + li{
        margin-left: 10px;
    }
}
@media only screen and (max-width: 481px) {
    .new_menu_wrap .logo_wrap{
        width: 80px;
        top: 5px;
    }
    .customize_home_button_wrap{
        bottom:120px;
    }
    .blog_top_parent_wrap{
        margin-top: 100px;
    }
    .blog_list_ul li .img_wrap{
        width:100%;
        padding-right: 0;
    }
    .blog_list_ul li .info_wrap{
        width:100%;
        margin-top: 20px;
    }
    .blog_list_ul li .info_wrap .common_header a{
        font-size:18px;
    }
	.swiper-container-vertical&gt;.swiper-pagination-bullets{
		top:30%;
	}
    .description_list li{
        font-size: 8px;
    }
    .enquiry_popup_wrap{
        width: 95%;right: -95%;
    }
    .price_anchor_wrap .common_anchor{
        width:100%;
        text-align: center;
    }
    .price_anchor_wrap{
        text-align: center;
    }
    .price_anchor_wrap .common_anchor + .common_anchor{
        margin-top: 10px;
    }
    .footer_wrap .prefooter_wrap .social_wrap.sgroup_wrap{
        margin-bottom: 10px;
    }
    .new_menu_wrap .anchor_wrap a{
        float:left;
        margin:5px;
    }
    .fix_menu_wrap .anchor_wrap{
        bottom:-25px;
    }
    .product_new_wrap .common_header span:after{
        right:0px;
    }
    .product_new_wrap .common_header span:before{
        left:0px;
    }
    .product_new_wrap .common_header span{
        padding: 0 30px;
        width:100%;
        float:left;
        display:inline-block;
    }
    .gallery_wrap li .title_wrap .common_header {
        padding-bottom: 0;
        font-size: 13px;
    }
    .new_menu_wrap .menu_ul_parent &gt; li.short .sub_menu_wrap{
        width:100%;
    }
    .new_menu_wrap .menu_ul_parent &gt; li.short .sub_menu_wrap .sub-menu{
        padding: 15px;
    }
    .cart_top_wrap .listing_ul li{
        width:48.5%;
        padding-left: 10px;
        padding-right: 10px;
    }
    .cart_modules,
    .add_process_wrap .process_left_wrap{
        width:100%;
    }
    .add_process_wrap .process_left_wrap{
        padding-left: 0;
        margin-top: 30px;
    }
    .add_process_wrap .process_right_wrap{
        width:100%;
        margin-top: 10px;
    }
    .add_process_wrap .process_right_wrap .common_anchor {
        width:100%;
        text-align: center;
    }
    .new_menu_wrap .menu_ul_parent &gt; li .sub_menu_wrap,
    .new_menu_wrap .menu_ul_parent &gt; li .sub_menu_wrap .sub-menu,
    .new_menu_wrap .menu_ul_parent &gt; li .sub_menu_wrap .sub-menu &gt; li .submenu_ul_parent{
        background: #000;
    }
    .new_menu_wrap .menu_ul_parent &gt; li .sub_menu_wrap .sub-menu &gt; li &gt; a{
        color:#fff;
    }
    .designer_bg_wrap{
        height:350px;
    }
    .new_menu_wrap .anchor_wrap{
        display: inline-block;
        padding-top: 20px;
        text-align: left;
        border-top:1px solid rgba(255,255,255,0.3);
    }
    .designer_form_wrap .half_wrap{
        width:90%;
    }
    .designer_form_wrap .half_wrap{
        padding: 0 20px;
    }
    .designer_form_wrap .bg_wrap{
        width:90%;
    }
    .designer_form_wrap{
        margin-top: -40px;
        padding: 50px 0;
    }
    .designer_info{
        margin-top: 50px;
        padding-left: 20px;

        padding-right: 20px;
    }
    .designer_info .row &gt; *{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .designer_info .row &gt; * + *{
        border-top:1px solid rgba(255,255,255,0.5);
        border-left: 0;
    }
    .home_overview_wrap .half_wrap{
        width:100%;
    }
    .designer_info .row &gt; *{
        text-align: left;
    }
    .footer_wrap ul{
        width:100%;
        margin-bottom: 20px;
        padding-right: 0;
    }
    .footer_wrap .subscribe_form_wrap{
        width:100%;
    }
    .footer_wrap .subscribe_form_wrap .inner_wrap{
        display:inline-block;
    }
    .footer_wrap .subscribe_form_wrap .inner_wrap .email_wrap{
        padding-right: 0;
        margin-bottom: 10px;
    }
    .footer_wrap .prefooter_wrap{
        margin-top: 15px;
    }
    .footer_wrap .prefooter_wrap .payment_wrap,
    .footer_wrap .prefooter_wrap .social_wrap{
        width:100%;
        margin-right: 0;
    }
    .footer_wrap .prefooter_wrap .social_wrap{
        margin-top: 10px;
    }
    .footer_wrap .subscribe_form_wrap .inner_wrap &gt; *{
        width:100%;
        display:inline-block;
    }
    .new_menu_wrap{
        height:50px;
    }
    .new_menu_wrap .icons_list .menu_icon_wrap{
        width:20px;
    }
    .new_menu_wrap .icons_list{
        right:20px;top:25px;
    }
    .new_menu_wrap .icons_list .menu_icon_wrap.menu_bar_wrap{
        display:inline-block;    margin-top: -10px;
        margin-left: 15px;
    }
    .new_menu_wrap .menu_parent_wrap .close_wrap{
        position: absolute;
        top:0;
        right:0;
        padding: 10px;
        width:50px;
    }
    .new_menu_wrap .menu_ul_parent{
        width:100%;
    }
    .new_menu_wrap .anchor_wrap{
        position: relative;
        margin-top:20px;
        left:auto;
        top:auto;
        right:auto;
        width:100%;
    }
    .new_menu_wrap .logo_wrap{
        top:10px;
        left:10px;
    }
    .new_menu_wrap .menu_parent_wrap{
        position: fixed;
        top:0;
        width:95%;
        height:100%;
        left:-100%;
        z-index: 1010;
        background: #000;
        padding: 30px 20px;
        padding-top:50px;
        -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;
        overflow: auto;
    }
    .new_menu_wrap .menu_parent_wrap.active{
        left:0;
    }
    .new_menu_wrap .menu_ul_parent .arrow{
        position: absolute;
        top: 5px;
        right: 0;
        width: 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;
    }
    .new_menu_wrap .menu_ul_parent .arrow.active{
        transform: rotate(180deg);
    }
    .new_menu_wrap .menu_ul_parent .arrow svg{
        float:left;
        display:inline-block;
    }
    .new_menu_wrap .menu_ul_parent .arrow svg path{
        fill:#fff;
    }
    .new_menu_wrap .menu_ul_parent &gt; li{
        width:100%;
        float:left;
        display:inline-block;
        position: relative;

    }
    .new_menu_wrap .menu_ul_parent &gt; li + li{
        margin-left:0;
        margin-top:10px;

    }
    .new_menu_wrap .menu_ul_parent &gt; li &gt; a{
        padding:10px 0;
        border:none !important;
    }
    .new_menu_wrap .menu_ul_parent &gt; li .sub_menu_wrap{
        position: relative;
        top:auto;
        left:auto;
        display:none;
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        -ms-transition: none;
        transition: none;
    }
    .new_menu_wrap .menu_ul_parent &gt; li:hover .sub_menu_wrap{
        display:none;
    }
    .new_menu_wrap .menu_ul_parent &gt; li .sub_menu_wrap .sub-menu{
        padding:15px;
        padding-left: 10px;
        min-height:auto;
        width:100%;
    }
    .new_menu_wrap .menu_ul_parent &gt; li .sub_menu_wrap .sub-menu .arrow{
        top:-1px;
    }
    .new_menu_wrap .menu_ul_parent &gt; li .sub_menu_wrap .sub-menu &gt; li .submenu_ul_parent ul li a{
        color:#fff;
    }
    .new_menu_wrap .menu_ul_parent &gt; li .sub_menu_wrap .sub-menu &gt; li{
        position: relative;
    }
    .common-home .new_menu_wrap .anchor_wrap{
        display:inline-block;
    }
    .new_menu_wrap .menu_ul_parent &gt; li .sub_menu_wrap .sub-menu &gt; li .submenu_ul_parent{
        position: relative;
        width:100%;
        float:left;
        display:inline-block;
        opacity: 1;
        visibility: visible;
        top:auto;
        left:auto;
        padding: 0;
        padding-left: 15px;
        margin:10px 0;
        background: #000;
        display:none;
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        -ms-transition: none;
        transition: none;
    }
    .new_menu_wrap .menu_ul_parent &gt; li .sub_menu_wrap .sub-menu &gt; li .submenu_ul_parent ul{
        width:100%;
        float:left;
        display:inline-block;
        margin-right: 0;
    }
    .collection_list_wrap{
        width:100%;margin-top: 145px;
        display:inline-block;
    }
    .collection_list_wrap .slide {
        height:300px;
        width:100%;
        display:inline-block;
        position: relative;
        text-align: center;
    }
    .collection_list_wrap .slide .common_header{
        font-size:15px;
    }
    .menu_icon_wrap{
        right:20px;
    }
    .menu_icon_wrap.cart{
        right:80px;
    }
    .menu_icon_wrap.account{
        right:120px;
    }
    .menu_icon_wrap.home{
        right:170px;
    }
    .full_menu_wrap{
        border-width:15px;
    }
    .full_menu_wrap .close_wrap{
        display:inline-block;
    }
    .account_list_wrap .col-xs-6{
        padding-left: 5px;
        padding-right: 5px;
    }
    .account_list_wrap .single_item_wrap .text_wrap{
        font-size:10px;
    }
    .account_list_wrap .single_item_wrap a{
        padding: 10px 5px;
        padding-bottom: 15px;
        margin-bottom: 10px;
    }
    .account_list_wrap .single_item_wrap .icon_wrap img{
        width: 55px;
    }
    .top_cat_img_wrap.short{
        padding-top: 140px;
        margin-bottom: 20px;
        padding-bottom: 30px;
    }
    .gallery_wrap.account{
        margin-bottom: 40px;
    }
    .product_parent_wrap{
        z-index: 100;
    }
    .nav-tabs&gt;li&gt;a{
        font-size:10px;
    }
    .nav-tabs&gt;li{
        float:none;
        display:inline-block;
    }
    .footer_wrap{
        padding:50px 0;
    }
    .footer_wrap ul li{
        width:100%;
        margin:3px 0;
    }
    .checkout_parent_wrap .left_wrap.desk_active .checkout_wrap:after {
        position: absolute;
        top: -10px;
        left: -10px;
        content: '';
        z-index: 50;
        bottom: 5px;
        right: -10px;
        background: rgba(0,0,0,0.8);
    }
    .ch_summary_title{
        width:100%;
        float:left;
        display:inline-block;
        position: relative;
        padding: 10px 20px;
        background:#000000;
        color:#fff;
        margin-bottom: 20px;
    }
    .menu_wrap ul li.has_sub_menu &gt; a{
        display:none;
    }
    .menu_wrap ul li.has_sub_menu .sub-menu li:last-child{
        border-bottom: none;
    }
    .top_slider_pagination{
       /* left: 10px !important;
        right: auto !important;
        padding-left: 0;
        bottom: 50px !important;
        top: auto !important;
        width: auto !important;*/
        top:150px;
    }

    .checkout .common_header{
        margin-bottom: 0 !important;
    }

    .checkout_parent_wrap .left_wrap.desk_active .cart_left_wrap:after {
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        z-index: 50;
        width: 100%;
        height: 100%;
        background: rgba(255,255,255,0.8);
    }
    .home_icon_wrap.inner{
        padding: 30px 0;
    }
    .home_icon_wrap.inner .common_header{
        margin-bottom: 20px;
    }
    .checkout_btn_wrap{
        position: fixed;
        bottom:0;
        left:0;
        z-index: 100;
    }
    .other_img_a{
        width:20px;
        margin-top:-10px;
    }
    .other_img_a.right{
        right:5px;
    }
    .other_img_a.left{
        left:5px;
    }
    .main_menu_wrap{
        display:inline-block !important;
    }
    .main_menu_wrap .gridContainer {
        width:100%;
        margin:0;
        padding:0;

    }
    .main_menu_wrap ul{
        white-space: nowrap;
        width:100%;
        overflow-x: scroll;
    }
    .main_menu_wrap ul li{
        float:none;
    }
    .footer_logo_wrap img{
        max-width: 80%;
    }
    .footer_wrap input[type=text]{
        width:100%;
    }
    .specification_btn.brochure_btn_fix{

        border-left:2px solid #fff;
        border-bottom:2px solid #fff;
        bottom:100px;

    }
    .specification_btn.whatsapp_btn_fix{
        bottom:50px;
        border-bottom:2px solid #fff;
    }
    .specification_btn{
        z-index: 80;
    }
    .header_icon_wrap{
        z-index: 10;
    }
    #go_to_top{
        bottom:0;
    }
    .top_info_wrap{
        display:none;
        bottom:41px;
    }

    .common_data_wrap .list_wrap.minus{
        margin-top:0;
    }

    .empty_li_slide{
        display:none
    }

    .slider_bottom_arrow_wrap{
        width:100%;
        bottom:20px;
    }
    .slider_bottom_arrow_wrap img{
        width:25px;
    }

    .landing_logo{
        width:200px;
        top:30px;
        margin-left:-100px;
    }
    .landing_title_wrap p{
        font-size:16px;
        padding-top: 20px;
    }
    .landing_title_wrap{
        position: absolute;
        bottom:50px;

    }
    .landing_title_wrap .half_wrap{
        width:100%;
        margin-bottom: 50px;
    }

    .founder_top_wrap.group .image_wrap .data_left_wrap{
        left:0;
    }
    .pad_bot_wrap{
        padding-bottom: 50px;
    }

    .team_wrap .info_wrap{
        width:100%;
        margin-top:20px;
    }
    .team_wrap .img_wrap,.team_wrap.even .img_wrap{
        width:100%;
        padding: 0;
    }
    .team_wrap .info_wrap .common_header{
        font-size:25px;
    }
    .region_wrap {
        height: 400px;
    }
    .header_icon_wrap{
        width:60px;
        left:auto;
        margin-left:0;
        right:0;
        bottom:45px;
        background:transparent;
    }
    .header_icon_wrap a{
        width:100%;
        background:#fff;
        padding: 5px;
        margin-bottom: 1px;
    }
    .header_icon_wrap a + a{
        border-left:0;
    }
    .contact_parent_wrap .half_wrap{
        padding-top: 0

    }
    .empty_wrap, .empty_wrap p{
        font-size:15px;
    }
    .content_pad_tb{
        padding-bottom: 80px;
    }
    .specification_btn{
        left:42px;
        margin-left:0;
        font-size:14px;
    }
    .collection_parent_wrap{
        padding-bottom: 80px;
    }
    .specification_btn.cart_btn_fix {
        left:155px;bottom:0;
        margin-left:0;
    }
    .product_list_parent_wrap{
        margin-bottom: 50px;
    }
    .cat_desc_wrap{
        padding-bottom: 40px;
    }
    .gallery_ul li{
        width:100%;
        margin-right: 0;
    }
    .top_title_wrap{
        padding-top: 90px;
    }.top_title_wrap.category{
         padding-top: 90px;
         padding-bottom: 180px;
     }
    .gallery_ul li:nth-child(3n+0){
        margin-right: 0;
    }
    .gallery_ul li:nth-child(2n+0){
        margin-right: 0;
    }
    .checkout-checkout .common_header_text.small{
        font-size:27px;
    }
    .checkout_logo_wrap img{
        margin-top:0;
        width:200px;
    }
    .checkout_parent_wrap .left_wrap{
        padding-left: 0;
        padding-right: 0;
        border:none;
    }
    .login_popup_wrap .close_span{
        width:50px;
        top:0px;
        right:0px;
    }
    .checkout-checkout .login_popup_wrap{
        padding-top: 50px;
    }
    .social_wrap{
        margin-bottom: 20px;
    }


    .options_wrap{
        margin-top: 0;
    }
    .product_data_parent_wrap{
        margin-top:80px;
    }
    .product_data_parent_wrap .product_detail_wrap .size_parent_wrap.size_fix{
        display:none;
    }
    .for_ipadv_mob{
        display:inline-block !important;
    }
    .cart_right_wrap{
        padding-left:0px;
        padding-right:0px;
        margin-top:0px;
        margin-bottom: 0;
    }
    .cart_table.subtotal_cart td{
        white-space: nowrap;
    }
    .cart_left_wrap,
    .cart_right_wrap{
        padding:10px;
    }
    .buttons .pull-left .common_anchor, .buttons .pull-right .common_anchor{
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }
    .buttons .pull-left .common_anchor span, .buttons .pull-right .common_anchor span{
        width: 100%;
    }

    .buttons{
        text-align: center;
    }
    .content_pad_tb{
        padding-top: 30px;
    }
    .login_popup_wrap .quarter_wrap{
        padding-bottom: 0;
    }
    .login_popup_wrap{
        top:0;
        position: fixed;
        bottom:0px;
        overflow: auto;

    }

    .common_header_text.page_title_wrap{
        padding-left: 20px;
        padding-right: 20px;
        font-size:35px;
        margin-top: 20px;
        text-align: center;
    }
    .category_title_wrap{
        display:inline-block;
    }
    .filter_title_mobile{
        z-index: 1;
    }
    .category_name_wrap{
        display:none;
    }
    .menu_mob_bg_wrap{
        position: fixed;
        top:0;
        left:0;
        width:100%;
        height:100%;
        background:rgba(255,255,255,1);
        z-index: 100;
    }

    .slider_parent_home_wrap .slider_image{
        height:auto;
    }
    .fix_cart_wrap .detail .cell{
        font-size:13px;
        padding: 5px;
    }
    .fix_cart_wrap .text_form{
        padding-left: 0;
        padding-right: 0;
    }
    .fix_cart_wrap .common_anchor{
        font-size:12px;
        padding-left: 5px;
        padding-right:5px;
        white-space: nowrap;
    }
    .why_sleepy_wrap .white_wrap .title_abs_wrap{
        right:-10px;
    }
    .contact_parent_wrap .half_wrap{
        width:100%;
        padding-left: 0;
        padding-right: 0;
    }


    .icon_fix_wrap{
        z-index: 1001;
    }
    .specification_wrap{
        padding-top: 50px;
        padding-bottom: 80px;
    }
    .login_popup_wrap{
        padding:50px 0px;
    }
    .login_popup_wrap .common_header{
        margin-bottom:0px;
        padding-bottom: 10px;
    }
    .login_popup_wrap .form_title{
        margin-top:0px;
        margin-bottom:10px;
    }
    .login_popup_wrap .fb_anchor{
        margin-top: 0px;
        letter-spacing: normal;
        font-size: 13px;
    }

    .login_popup_wrap .login_logo_wrap{
        width:100%;
        left:auto;
        top:auto;
        position: relative;
        text-align: left;
        margin-top:0;
        padding: 20px 0;
    }
    .login_popup_wrap .login_logo_wrap img{
        width:180px;
    }
    .login_popup_wrap .quarter_wrap{
        width:100%;
        height:auto;
        padding: 20px;
    }
    .login_popup_wrap .quarter_wrap + .quarter_wrap{
        border-top:1px solid rgba(255,255,255,0.1);
        border-left:0;
    }
    .login_popup_wrap .close_wrap{
        bottom:auto;
        top:20px;
        left:auto;
        right:20px;
        width:50px;
        height:50px;
        padding-top: 14px;
        margin-left:0;
    }
    .login_popup_wrap .close_wrap img{
        width:20px;
    }


    .noti_content  .ps-product__shopping  .common_anchor{
        padding-left: 15px;
        padding-right: 15px;
    }
    .ps-product__title {
        font-size: 17px;
    }
    .other_page_top_wrap{
        padding-top: 80px;
    }

    .contact_map_iframe{
        position: relative;
        top:auto;
        left:auto;
        width:100%;
        height:300px;
    }
    .contact_parent_wrap .info_wrap{
        width:100%;
        padding: 50px 20px;
    }
    .ping_notification_wrap{
        padding: 50px 20px;
        padding-top: 100px;
    }
    .ping_notification_wrap .close_wrap{
        top:-70px;
    }
    .ping_notification_wrap .text_wrap{
        font-size:11px;
        text-align: center;
        padding-right: 0;
    }


    .owl_dot_parent .owl-dots .owl-dot {
        width: 15px;
        height: 15px;
    }
    .owl_dot_parent .owl-dots{
        bottom:10px;
    }
    .product_data_wrap .image_wrap .cloudzoom,
    .product_data_wrap .image_wrap .thumb_wrap  {
        display:none;
    }
    .table_view thead td{
        border-top: 1px solid #ddd !important;
    }
    .login_parent_wrap .half_wrap{
        width:100%;
    }
    .login_parent_wrap .pad_l{
        padding-top: 30px;
    }
    .login_parent_wrap .white_wrap.black.address_list_table_parent{
        padding: 10px;
    }
    .common_anchor.checkout{
        letter-spacing: 0.5em;
        padding-left: 15px;
        padding-right: 15px;
        text-align: center;
    }
    .page_content_wrap{

    }
    .page_content_wrap .common_header{
        margin-bottom: 40px;
        padding-bottom: 0;
    }

    .other_page_top_wrap img{
        position: absolute;
        top: 0;
        left: 0;
        width: auto;
        height: 100%;
        max-width: none;
        left: -50%;
    }

    .home_flash_message{
        font-size:12px;
    }
    .category_title_wrap ul{
        padding-top: 7px;
    }
    .category_title_wrap{
        padding: 0px 10px;
        padding-bottom: 10px;
        padding-top: 5px;
        text-align: center;
    }
    .category_title_wrap h2{
        margin:0;
    }
    .mobile_image_wrap{
        display:inline-block;
        text-align: center;
        width:100%;
        float:left;
    }
    .product_data_wrap_parent .image_wrap{
        display:none;
    }
    .payment_radio{
        margin-left:0 !important;
        margin-right: 0 !important;
    }

    #right_cart_wrap .cart_table td{
        color:#000;
    }
    .checkout_login_info_wrap{
        float:left;
        width:100%;
        text-align: center;
    }
    .checkout_login_parent_wrap{
        padding-top:50px;
        padding-bottom: 50px;
    }
    #button-back{
        margin-top:20px;
        margin-left:0px;
    }
    .checkout_parent_wrap .left_wrap{
        width:100%;
        padding-right: 0px;
        padding-top: 0;
        padding-left: 0px;
    }
    .checkout_parent_wrap .form_title + .full_wrap{
        margin-bottom: 10px;
    }
    .checkout_logo_wrap{
        text-align: center;
    }
    .checkout_cart_item_wrap{
        color:#fff;
    }
    .checkout_cart_item_wrap .name_wrap a{
        color:#fff;
    }
    .login_parent_wrap  .checkout_parent_wrap .half_wrap{
        text-align: left !important;
    }
    .checkout_parent_wrap .right_wrap{
        width:100%;
        padding:0;
    }
    .mob_cart_btn{
        display:inline-block;
        position: absolute;
        top:0%;
        left:50%;
        width:250px;
        background:#000;
        color:#fff;
        text-align: center;
        cursor: pointer;
        margin-left:-125px;
        z-index: 1;
        text-transform: uppercase;
        font-size: 16px;
        padding: 7px 10px;

    }
    .checkout_parent_wrap .right_wrap .mob_close_btn{
        position: absolute;
        top:8px;
        width:25px;
        right:20px;
        display: inline-block;
        z-index: 1;
    }
    .cod_availibility_wrap .common_header {
        font-size: 15px;
    }
    .payment_radio .payment_radio_btn{
        width:100%;
    }
    .payment_radio{
        width:100%;
    }
    .catalog_overlay_wrap{
        padding:70px 0;
    }
    .cart_count {
        right:50%;
        margin-right:-22px;
        min-width:15px;
        height:15px;
        line-height: 15px;
        font-size:10px;
        top:-5px;
    }
    .catalog_overlay_wrap .form_input{
        font-size:18px;
        margin-top:20px;
    }

    .fix_menu_mobile_wrap{
        background:#333;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.62);
        -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.62);
        box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.62);
    }
    .fix_menu_mobile_wrap .col-xs-4{
        border-color:#ccc;
    }
    .guest_login_wrap .half_wrap:nth-child(odd){
        padding-right:0px;
    }
    .guest_login_wrap .half_wrap:nth-child(even){
        padding-left:0px;
    }

    .notification{
        padding:0 20px;
    }
    .notification .notification_close_btn{
        right:-8px;
    }
    .notification .noti_content_parent_wrap{
        width:100%;
    }

    .specs_table{
        width:100%;
        float:left;
        display:inline-block;
        position:relative;
    }
    .specs_table tr,
    .specs_table tbody{
        width:100%;
        float:left;
        display:inline-block;
        position:relative;
        border-bottom:1px solid #BBBBBB;
    }
    .specs_table tr td{
        width:100%;
        float:left;
        display:inline-block;
        position:relative;

        padding:10px;
        font-size:12px;border-right:0;
        position:relative;
    }
    .specs_table tr td:first-child{
        border:0;
        padding-bottom:0;
    }
    .specs_table tr td + td{
        border-bottom:0;
    }
    .specs_table tr td:last-child{
        padding-top:0;

        border-right:0;
    }

    .product_tabs_parent_wrap{
        margin-top:0
    }
    .product_tabs_parent_wrap .tab-content{
        float:left;
        display:inline-block;
        line-height:1.7em;
        text-align:justify;
        font-size:13px;
        color:#282828;
        width:100%;
        padding:0;
    }
    /*.product_tabs_parent_wrap .tab-content .tab-pane{
        display:inline-block;
        width:100%;
        float:left;
        margin-bottom:10px;
        visibility:visible;
        position:relative;
    }*/
    /*.product_tabs_parent_wrap .tab-content .tab-pane  .tab_inner_title{
        display:inline-block;
        width:100%;
        background: #000;

        cursor:pointer;
        padding:7px 15px;
        color:#fff;
        text-transform:uppercase;letter-spacing:2px;
        float:left;
        position:relative;
    }
    .product_tabs_parent_wrap .tab-content .tab-pane  .tab_inner_title:after{
        position: absolute;
        top: 4px;
        right: 15px;
        font-size: 22px;
        line-height:22px;
        width:20px;
        text-align:center;
        z-index: 10;
        content: '+';
        color: #fff;
        font-weight: 700;
    }
    .product_tabs_parent_wrap .tab-content .tab-pane  .tab_inner_title.active:after{
        content:'-';
        line-height:18px;
    }*/
    .product_tabs_parent_wrap .tab-content .tab-pane .tab_inner_content{
        /*display:none;*/
       /* margin-top:20px;*/
        padding-top: 15px;
    }

    .specs_table tr td:last-child,
    .specs_table tbody{
        border-bottom:0
    }
    .product_tabs_parent_wrap{
        margin-bottom:20px;
    }
    .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 {
        border-bottom:2px solid rgba(255,255,255,0.3);
        display: inline-block;
        position: relative;
        float: left;
        width: 100%;
    }
    .cart_table td {

        border-bottom: 1px solid rgba(255,255,255,0.3);
        padding: 10px;
        display: table-cell;
        font-size: 11px;
        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{
        padding-top:0;
        padding-left: 0;

    }
    .cart_table td.total &gt; *:first-child{
        width:100%;
        text-align: left;
    }
    .cart_table .quantity{
        margin-top:0;
    }
    .cart_table td.quantity .form-control{
        width:60px;
        max-width: 60px;
        min-width: 60px;
    }
    .cart_table td.quantity{
        width:50%;
    }
    .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 .quantity{
        width:85px;
        margin-top:10px;
        float:left;
    }

    .cart_btn_remove{
        margin-top:5px;
    }
    .cart_table td.name{
        padding-left: 0;
    }
    .cart_table td.quantity{
        padding-left: 0;
        text-align: left;

    }
    .cart_table td.total{
        padding-top:0px;
        text-align:right;
        font-size:13px;
        padding-right:80px ;
    }
    .cart_table .image img{

        float:left;
    }
    .cart_table .name{
        padding-right:80px ;

    }
    .cart_table td.image{
        position: absolute;
        top: 5px;
        right: 0;
        width: auto;
        padding: 0;

        width: 60px;
        border-right: 0;
        border-bottom: 0;
        display: inline-block;
    }
    .cart_table .para_anchor {
        font-size: 12px !important;

    }
    .buttons .form_btn{
        width:100%;
        text-align: center;
    }
    .buttons .pull-left,
    .buttons .pull-right{
        width:100%;
        float:left;
        display: inline-block;
    }
    .buttons .pull-left + .pull-right,
    .buttons .pull-right + .pull-left{
        margin-top:20px;
    }
    .checkout-checkout .buttons .pull-left, .checkout-checkout .buttons .pull-right{
        padding-left: 0;
        padding-right: 0;
    }
    .checkout-checkout .buttons .pull-left .common_anchor_2, .checkout-checkout .buttons .pull-right .common_anchor_2{
        width:100%;
        text-align: center;
    }
    .cart_offer_wrap .coupon_code_wrap{
        width:100%;
        margin-right:0;
        text-align: center;
    }
    .cart_offer_wrap .coupon_info_wrap{
        width:100%;
        text-align: center;
    }
    .margin.login_parent_wrap{
        padding-top:100px;
        padding-bottom: 50px;
    }
    .form-horizontal .control-label{
        padding-top: 5px;
    }
    .hide_in_mobile{
        display:none !important;
    }
    .for_mobile,.mob_label{
        display:inline-block;
    }
    .address_list_table,
    .address_list_table tr,
    .address_list_table td{
        width:100%;
        float:left;
        text-align:left;
        display:inline-block;
    }
    .return_prod_list_wrap{
        padding-left: 10px;
    }
    .return_prod_list_wrap  .address_list_table tbody{
        display:table-row;
        float:none;
    }
    .return_prod_list_wrap  .address_list_table tr{
        display:table-row;
        float:none;
    }
    .return_prod_list_wrap  .address_list_table td{
        display:table-cell;
        float:none;
    }
    .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;
    }
    .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;
    }
    .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;
    }
    .product_data_parent_wrap .product_detail_wrap .size_parent_wrap.size_fix{
        /* position: relative;
         width: 100%;
         bottom: auto;
         left: auto;
         display:inline-block !important;
         text-align: center;*/
        z-index: 1000;
        /*  z-index: 0;*/
    }
    /*.size_close_btn{
        display:none;
    }
    .product_data_parent_wrap .product_detail_wrap .size_parent_wrap.size_fix .title_wrap{
        background:transparent;
    }*/
    .product_data_parent_wrap .product_detail_wrap .size_parent_wrap ul{
        padding-left:5px;
        padding-right: 5px;
    }
    .product_data_parent_wrap .product_detail_wrap .size_parent_wrap ul li:first-child,
    .product_data_parent_wrap .product_detail_wrap .size_parent_wrap ul li{
        margin-left:5px;
        margin-right: 5px;
    }
}

.article-description p{
	text-transform: initial;
}
p{
    font-size:12px !important;
}</pre></body></html>