.gallery_retail_ul li .name_wrap{
	padding-left:5px;
	padding-right:5px;
}
.inner_slider_category{
	text-align:center;
	padding:30px 0;
}
.article-image{
    margin-bottom:40px;
    margin-top:10px;
}
.article-image img{
    width:100%;
}
.article-description p{
    color:#000;
}
/* Blog Starts */
.blog_list_ul {
    width: 100%;
    float: left;
    display: inline-block;
    position: relative;
    padding: 0px;
    margin: 0;
}

.blog_list_ul li {
    width: 100%;
    float: left;
    display: inline-block;
    position: relative;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
}

.blog_list_ul li + li {
    margin-top: 30px;
    padding-top: 40px;
    border-top: 1px solid #CDCDCD;
}

.blog_list_ul li .img_wrap {
    width: 50%;
    float: left;
    display: inline-block;
    position: relative;
    padding-right: 25px;
}

.blog_list_ul li .info_wrap {
    width: 50%;
    float: left;
    display: inline-block;
    position: relative;
    padding-left: 25px;
}

.blog_list_ul li .title_wrap a, .blog_list_ul li .title_wrap {
    font-size: 30px;
    text-decoration: none;
    margin-top: 0;
    color: #585858;
    font-weight: 300;
    text-transform: uppercase;
}

.blog_list_ul li .date_wrap {
    margin-top: 20px;
    line-height: 20px;
}

.blog_list_ul li .desc_wrap {
    margin-top: 20px;
    font-size: 13px;
    line-height: 1.8em;
}

.blog_list_ul li .buttons_wrap {
    margin-top: 10px;
}

/* Blog Ends */
.margin_bottom_20 {
	margin-bottom:20px;
}
.lp_desc p{
	padding-bottom:0px;
}
.top_title_wrap .breadcrumb a{
	color:#fff;
}
#thumbs_ul .swiper-button-next,
#thumbs_ul .swiper-button-prev{
	background:#000;
	color:#fff;
	height:30px;
}
#thumbs_ul .swiper-button-next:after,
#thumbs_ul .swiper-button-prev:after{
	font-size:20px;
}
.retail_product_wrap.full{
	width:100%;
	float:left;
	display:inline-block;
	padding-left:0;
	padding-right:0;
}
.footer_retail_wrap .gridContainer{
	max-width:1250px;
}
.footer_retail_wrap{
	padding:80px 0;
	background:#191919;
}
.footer_retail_wrap .title{
	width:100%;
	float:left;
	display:inline-block;
	margin-bottom:20px;
	color:#fff;
	font-size:18px;
}
.footer_retail_wrap .logo_img{
	width:200px;
}
.footer_retail_wrap a{
	width:100%;
	float:left;
	font-size:13px;
	text-decoration:none;
	display:inline-block;
	margin-bottom:10px;
	color:#ef4b4a;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.footer_retail_wrap a:hover{
	color:#fff;
}
.about_new_top_wrap:after{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:350px;
	background:url('../images/about_top_gradient.png') center center repeat-x ;
	background-size:auto 350px;
	content:'';
}
.about_mision_wrap .inner_wrap{
	margin-top:-250px;
}
.about_mision_wrap .inner_wrap img{
	width:180px
}
.about_face_wrap .image_wrap img{
	position:relative;
	z-index:2;
}
.about_face_wrap .image_wrap .red_wrap_data{
	    position: absolute;
    width: 70%;
    height: 60%;
	    bottom: -40px;
		    left: 40px;
    background: url(../images/background_common_red.jpg) center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.achievement_wrap{
	background:url('../images/about_line_history.gif') center center no-repeat ;
	padding:80px 0;
}
.achievement_wrap .col-sm-8{
	background:#131212;
}
.about_face_wrap{
	padding:80px 0;
	text-align:center;
}
.about_face_wrap .image_wrap{
	margin-top: -700px;
	margin-bottom:50px;
}
.about_face_wrap .common_header{
	color:#fff;
}
.about_face_wrap p{
	color:#fff;
	padding-left:20%;
	padding-right:20%;
}
.about_mision_wrap{
	background:#131212;
	padding:80px 0;
	text-align:center;
	padding-bottom:500px;
}
.about_mision_wrap .gridContainer{
	max-width:1250px;
}
.about_mision_wrap .col-sm-6{
	margin-bottom:60px;
}
.about_mision_wrap .common_header{
	color:#fff;
}
.about_mision_wrap p{
	color:#fff;
}
.filter_btn{
    padding:10px 15px;
    font-size:15px;
    float:left;
    display:inline-block;
    text-decoration:none !important;
    color:#000;
    background:#e8e8e8;
-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.filter_btn:hover{
    background:#ffffff;
    color:#000;
}
.per_piece_wrap{
	margin-top:8px;
}
.filter_mega_parent_wrap{
    position:fixed;
    top:0;
    left:0;
    width:400px;
    left:-450px;
    height:100%;
    z-index:1000;
    background:#fff;
    overflow:auto;
    padding:15px;
     -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.filter_mega_parent_wrap.active{
    left:0;
}
.filter_mega_parent_wrap .title_wrap{
    width:100%;
    color:#080808;
    margin-bottom:15px;
    font-weight:bold;
    font-size:18px;
}
.filter_mega_parent_wrap ul{
    width:100%;
    float:left;
    display:inline-block;
    padding:0;
    margin:0;
    margin-bottom:15px;
}
.filter_mega_parent_wrap ul li{
    width:100%;
    float:left;
    display:inline-block;
    padding:0;
    margin:0;
}
.filter_mega_parent_wrap ul li:first-child{
    padding:10px;
    font-size:15px;
    text-transform:uppercase;
    letter-spacing:0.1em;
    color:#000;
    background:#ededed;
    margin-bottom:10px;
}
.filter_mega_parent_wrap ul li a{
    color:#000;
    font-size:12px;
    float:left;
    display:inline-block;
    margin-bottom:5px;
    position:relative;text-decoration:none !important;
}
.filter_mega_parent_wrap ul li a input[type=checkbox]{
    margin-right:3px;
}
.filter_mega_parent_wrap ul li a:hover{
    
}
.filter_mega_parent_wrap .common_anchor{
    cursor:pointer;
}
.filter_mega_parent_wrap .common_anchor.close_btn{
    background:#000;
}
.filter_mega_parent_wrap .common_anchor:before{
    display:none;
}
.gallery_ul.banner{
    text-align:center;
}
.gallery_ul.banner li{
    float:none;
}
.gallery_ul.banner li .title{
    text-align:center !important;
}
.wholesale_reg_wrap .form-horizontal .control-label{
    color:#000;
    padding-top:10px;
}
input.common_anchor_2{
    border:none;
}
.contact_social_wrap a{
    width:30px;
    float:left;
    display:inline-block;
    margin-right:10px;
}
.common_data_wrap .image_wrap > img{
    width:100%;
}
.common_data_wrap .no_mtop,
.common_data_wrap .no_mtop.plus{
    margin-top:0 !important;
}
.common_data_wrap.nobefore:before{
    display:none;
}
.exhibition_parent_wrap .half_wrap{
    padding-left: 50px;
    padding-right: 50px;
}
.exhibition_parent_wrap .title_wrap{
    text-align: center;
    font-size:45px;
    color:#fff;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-shadow: 4px 3px 2px rgba(0,0,0, 0.66);
    -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;
}
.exhibition_parent_wrap a:hover{
    text-decoration: none !important;
}
.exhibition_parent_wrap a:hover .title_wrap{
    letter-spacing: 0.2em;
}
.exhibition_parent_wrap a p{
    color:#fff;
    width:100%;
    text-align: center;
    text-decoration: none !important;
}
.landing_logo{
    position: absolute;
    top:50px;
    left:50%;
    z-index: 10;
    width:300px;
    margin-left:-150px;
}
.home_bg_wrap{
    background:url("../images/landing_image.jpg") center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.landing_title_wrap{
    position: absolute;
    bottom:25%;
    left:0;
    width:100%;
    z-index: 100;
}
.landing_title_wrap a{
    color:#fff;
    text-align: center;
}
.landing_title_wrap p{
    font-size:22px;
}
.common_data_wrap .image_wrap .brand_img{
    width:100%;
}
.common_data_wrap .image_wrap .brand_logo{
    width: 100%;
    position: absolute;
    left: 0;
    top:0;
    height:100%;
    z-index: 1;
    text-align: center;z-index: 100;
    background:rgba(0,0,0,0.5);
}
.common_data_wrap .image_wrap .full_wrap{
    z-index:10;
}

.founder_top_wrap.group{
	padding-bottom: 0;
}
.category_list_wrap{
	background:#191919;
	padding: 40px 0;z-index: 20;
}
.common_data_wrap .data_wrap.left{
	z-index: 10;
}
.category_list_wrap:after{
	background: url(../images/background_common_red.jpg) center repeat-x;
	background-size:auto 100%;
    height:40%;
	position: absolute;
	top:0;
	left:0;
	width:100%;
	content:'';
}

.category_list_wrap ul  .swiper-slide:nth-child(odd) {
  width:450px;
}
.category_list_wrap ul .swiper-slide:nth-child(even) {
 width:300px;
	margin-top:80px;
}
.category_list_wrap ul,
.category_list_wrap ul li{
	width:100%;
	float:left;
	display:inline-block;
	position: relative;
	padding: 0;
	margin: 0;text-align: center
}

.category_list_wrap ul li .title_wrap{
	position: absolute;
	bottom:30px;
	left:0;
	color:#fff;
	background:#191919;
	font-size:15px;
	padding: 5px 10px;
}
.category_list_wrap ul .swiper-slide{
	height:100%;
}

.verticals_parent{
	z-index: 20;
}
.verticals_ul{
	width:100%;
	float:left;
	display:inline-block;
	position: relative;
	padding: 0;
	margin: 0;
}
.verticals_ul li{
	width:100%;
	float:left;
	display:inline-block;
	position: relative;
	padding: 0;
	margin: 0;
}
.verticals_ul li .box_wrap{
	width:100%;
	float:left;
	display:inline-block;
	position: relative;
}
.verticals_ul li .brand_logo{
	width:100%;
	position: absolute;
	left:0;
	bottom:50px;
	z-index: 1;
	text-align: center;
}
.verticals_ul li .title_wrap{
	position: absolute;
	bottom:20px;
	text-align: center;
	z-index: 3;
	left:0;
	text-transform: uppercase;
	color:#da0101;
	font-size:18px;
	width:100%;
}
.verticals_ul li .box_wrap .image_wrap{
	height:450px;
	background:url("../images/brand_thumb_1.jpg") center center no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.verticals_ul li .box_wrap .image_wrap:after{
	position: absolute;
	top:-50px;
	left:0;
	content: '';
	width:100%;
	height:250px;
	background:url('../images/brand_top_shadow.png') repeat-x top center;
}
.verticals_ul li .box_wrap .image_wrap:before{
	position: absolute;
	bottom:-50px;
	left:0;
	content: '';
	width:100%;
	height:250px;
	background:url('../images/brand_bottom_shadow.png') repeat-x bottom center;
}
.category_home_wrap.category ul li .box_wrap{
	width:90%;
	height:300px;
}
.category_home_wrap ul li .box_wrap,
.category_home_wrap ul li .image_wrap{
	transform: rotate(0);
}
.category_home_wrap.verticals ul li .box_wrap{
	width:90%;
	height:350px;
}
.category_list_wrap.module{
    background:transparent;padding:0;
}
.category_list_wrap.module ul li{
    width:31.33%;
    margin-right:3%;
    margin-bottom:30px;
}
.category_list_wrap.module ul li:nth-child(3n+0){
    margin-right:0;
}
.category_list_wrap.module:after{
    display:none;
}
.top_info_wrap{
	position: fixed;
	display:none;
}
.white_p p{
	color:#fff;
}
.why_karishma_wrap ul p{
	padding-left:0 !important;
	padding-right:0 !important;
}
.founder_top_wrap.group{
	height:1160px;
	background:url("../images/about.jpg") center center no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
/*.founder_top_wrap.group .full_wrap,
.founder_top_wrap.group .gridContainer{
	height:100%;text-align: center
}*/
.founder_top_wrap.group .image_wrap  .data_left_wrap {
	position: relative;
	bottom:auto;
	text-align: center;
	display:inline-block;
	position: relative;
	top:auto;
	left:auto;
}
.founder_top_wrap.group .image_wrap  .data_left_wrap  p{
	padding-right: 0;
	padding-left: 0;
}
.pad_bot_wrap{
	padding-bottom: 280px;
}
.founder_top_wrap.team{
	margin-bottom: 60px;
}
#issues li h1 {
    color: rgba(185, 185, 185, 0.7) !important;
    text-align: center;
    font-size: 180px !important;
    font-weight: 700;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.region_wrap {
    height: 700px;
}
.gallery_ul.banner li{

	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.gallery_ul.banner li a.gradient_a:after{
    background: rgba(255,255,255,0.7);
    background: -moz-linear-gradient(top, transparent 0%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, transparent 0%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, transparent 0%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, transparent 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=transparent, endColorstr='#ffffff', GradientType=0 );
    position: absolute;
    bottom:0;
    left:0;
    width:100%;
    height:100%;
    z-index: 1;
    content:'';
}
.gallery_ul.banner li .title{


	color:#000;

	font-size:25px;
    position: absolute;
    bottom:0;
    left:0;
    width:100%;
    padding:20px;

    text-align: left;
z-index: 10;
}
.gallery_ul.banner li:hover{
	border-color:rgba(0,0,0,0.4);
}
.collection_parent_wrap{
		padding-bottom: 350px;
}
.specification_btn.cart_btn_fix{
	bottom:140px;
}

.top_title_wrap{
	background:#191919;
	padding-top:150px;
	padding-bottom: 50px;
	text-align: center;
}
.top_title_wrap.category{
	padding-bottom: 200px;
}
.gallery_ul{
	width:100%;
	float:left;
	display:inline-block;
	position: relative;
	padding:0;
	margin:0;
}
.product_list_parent_wrap{
	margin-bottom: 250px;
}
.product_list_parent_wrap .gallery_ul{
	margin-top:-150px;
}
.gallery_ul li{
	width:31.33%;
	float:left;
	display:inline-block;
	position: relative;
	padding:0;
	margin:0;
	margin-right: 3%;
	margin-bottom: 35px;
	text-align: center;
}
.gallery_ul li:nth-child(3n+0){
	margin-right: 0;
}
.gallery_ul li .image_wrap img{
	width:100%;
    float: left;
}
.gallery_ul li .info_wrap{
	background:transparent;
	padding: 10px;
	
}
.gallery_ul li .info_wrap:before{
	background:rgba(25, 25, 25, 0.05);
	width:0;
	position: absolute;
	top:0;
	left:0;content:'';
	height:100%;-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.gallery_ul li:hover .info_wrap:before{
	width:100%;
}
.gallery_ul li h2{
	margin:0;
	font-size:20px;color:#191919;
}
.gallery_ul li h3{
	margin:0;color:#191919;
	margin-top:10px;
	font-size:16px;color:#7b7676;
}

.top_title_wrap .common_header{
	color:#fff;
}
.home_cat_wrap{
	padding-top:50px;
}
.fix_cart_wrap{
    position:fixed;
    bottom:60px;
    left:0;
    display:none;
    width:100%;
    background: #fff;
    border-top:1px solid #ccc;
    z-index: 100;
}
.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(255,255,255,0.75);
    display:none;
}
.ping_notification_wrap{
    position: fixed;
    bottom: -300px;
    left: 0px;
    width: 100%;
    padding:100px 40px;
    z-index: 10000;
    text-align: left;
    background:#000;
	   
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.ping_notification_wrap.active{
    bottom: 0px;
}
.ping_notification_wrap .text_wrap{
    color:#fff;
    float:left;
    font-size:25px;
    padding-right: 60px;
}
.ping_notification_wrap .text_wrap a{
    color:#fff;
    text-decoration: underline;
}
.ping_notification_wrap .close_wrap{
    position: absolute;
    top:0;
    right:0;
    width:30px;
    cursor: pointer;
}
.ping_notification_wrap .close_wrap{
    color:#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(255,255,255, 0.9);
    display: none;
}
.checkout_main_wrap{
    padding:0;
}
.mob_cart_btn,
.checkout_parent_wrap .right_wrap .mob_close_btn{
    display:none;
}
.checkout_parent_wrap .left_wrap{
    padding-right:40px;
    width:60%;
    float:left;
    padding-top: 50px;
    padding-left: 40px;
    padding-bottom: 50px;
    border-right:1px solid #eee;
}
.checkout_parent_wrap .right_wrap{
    padding-left:40px;
    width:40%;
    padding-right:40px;
    padding-top: 50px;
    padding-bottom: 50px;
    float:left;
    overflow-y: auto;
}
.ps-hero__heading.med{
    font-size:25px;
}
.checkout_cart_item_wrap{
    width:100%;
    float:left;
    display:table;
    color:#000;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
.checkout_cart_item_wrap > *{
    display:table-cell;
    vertical-align: middle;
}
.checkout_cart_item_wrap .img_wrap{
    width:60px;
    position: relative;
}
.checkout_cart_item_wrap .img_wrap img{
    border:1px solid #ccc;
}
.checkout_cart_item_wrap .qty{
    min-width:20px;
    height:20px;
    background:#ff7676;
    font-size:12px;
    line-height:20px;
    color:#fff;
    position: absolute;;
    top:-10px;
    right:-10px;
    text-align: center;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
}
.checkout_cart_item_wrap .total_wrap{
    white-space: nowrap;
    text-align: right;
}
.checkout_cart_item_wrap .name_wrap{
    padding:0 15px;
}
.checkout_cart_item_wrap .name_wrap a{
    color:#000;
    border-bottom-color:#ccc;
}
.checkout_cart_item_wrap.last .name_wrap,
.checkout_cart_item_wrap.last .total_wrap{
    font-size:25px;
}
.checkout_login_info_wrap{
    float:right;
    display: inline-block;
    margin-top:20px;
}
.checkout_login_info_wrap a{
    border-bottom: 1px dashed #000;
}
.payment_radio{
    float:left;
    display:inline-block;
    margin:10px !important;
}
.payment_radio .payment_radio_btn{
    color:#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 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.payment_radio .payment_radio_btn:hover{
    background: #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:#000;
}
.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;
    border:1px solid #d2d2d2;
}
.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 > ul > li > a{
    color:#fff;
}
.prod_buy_now{
    position: absolute;
    top:10px;
    right:10px;
    z-index: 10;
    -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;
}
.prod_buy_now.wishlist{
    top:50px;
}
.prod_buy_now .buy_now_btn{
    width:30px;
    height:30px;
    float:left;
    display:inline-block;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    text-align: center;
    padding-top: 4px;
}
.prod_buy_now .buy_now_btn:hover{
    background: #af7000;
    background: -moz-linear-gradient(top, #af7000 0%, #ffc100 100%);
    background: -webkit-linear-gradient(top, #af7000 0%,#ffc100 100%);
    background: linear-gradient(to bottom, #af7000 0%,#ffc100 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#af7000', endColorstr='#ffc100',GradientType=0 );
}
.prod_buy_now .buy_now_btn img{
    width:18px;
}
.color_gold{
    color:#f4b500 !important;
}
.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: #191919;color:#fff;
}
.table_view{
    background:#fff;
}

.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:#333;
    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;
}
.pagination>li{
    margin-right:0 !important;
    width:auto !important;
}
.pagination>li>a, .pagination>li>span{
    color:#333;
}
.pagination li.active span{
    background: #920303;
    border-color:#920303;
    color:#fff;
}
.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>.active{
    display:inline-block;
}
.nav-tabs{
    border:0;
}
.nav-tabs li + li{
    margin-left:5px;
}
.nav-tabs li + li:before{
    display:none;
}
.nav-tabs>li{
    margin-bottom:0 !important;
}
.product_tabs_parent_wrap{
    margin-top:40px;
}
.nav-tabs>li>a{
    font-size:20px;
    letter-spacing: 0.1em;
}
.nav-tabs>li>a,
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus,
.nav-tabs>li>a:hover{
    border-radius:0 !important;
    border:0 !important;
    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:#333 !important;
    text-transform:uppercase;
	background:#fff !important;
    text-decoration:none;
}
.nav-tabs li.active a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus,
.nav-tabs>li>a:hover{
    color:#fff !important;
	background:#990404 !important;
}
.nav-tabs>li.active:after{
    display:none;
}
.tab-content{
    margin-bottom:0;
    line-height:1.7em;
    text-align:justify;
    font-size:13px;
    color:#282828;
    padding:20px;
}
.tab_inner_title{
    display:none;
}
.tab-content>.tab-pane{
    width:100% !important;
}
.specs_table{
    width:100%;
    float:left;
    position:relative;
    border-collapse:separate;
    border-spacing: 10px;
}
.specs_table tr td{
    padding:10px;
    font-size:15px;
    border-right:1px solid #BBBBBB;
    position:relative;
    border-bottom:1px solid #BBBBBB;
}

.specs_table tr td:last-child{
    border-bottom:1px solid #BBBBBB;
    border-right:0;
}
.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 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.size_box_parent_wrap li a:hover,
.size_box_parent_wrap li a.active{
    background: #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>.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 #ccc;
    color: #000;
    display: table-cell;
    padding-top: 10px;
    cursor:pointer;
    padding-bottom: 10px;
    font-size: 14px;
    vertical-align: middle;
    text-transform: uppercase;
}
.cart_table.white td,
.cart_table.white th{
    color:#fff;
}
.coupon_wrap label{
    color:#000;
}
.cart_table .input-group{
    border-collapse: separate;
    border-spacing: 0;
    float:left;
    margin-right:10px;
}
.cart_table .input-group input{
    min-width:100px;
    height: 39px;
}
.cart_table td {
    color:#000;
    border-bottom: 1px solid #b5b5b5;
    padding: 10px;
    display: table-cell;
    font-size: 14px;
    vertical-align: middle
}
.cart_table td img {

    float: none
}
.common_anchor.reverse{
	
}
.cart_left_wrap,.cart_right_wrap {
	padding:20px;
	border-radius:10px;
	background:#fff;
	margin-bottom: 30px;
}
.para_anchor,p a{
    color:#000;
    display:inline-block;
    text-decoration: none;
    border-bottom:1px dashed #000;
}
.para_anchor:hover,p a:hover{
    color:#000;
    text-decoration: none;
    border-bottom:1px dashed #000;
}
.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:20px;
    letter-spacing:2px;
    border: 2px dashed #000;
    color: #000;
    background:#e1e1e1;
    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:15px;
text-align: center;
	width:100%;
    padding-top:15px;
    color:#000;
}
.common_anchor.black{
    color:#000;
}
.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:12px;
    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:#000;
}

.color_white a{
    color:white
}
.margin_top_10{
    margin-top:10px;
}
.control-label{
    color:#fff;
    font-family: rn_reg;
    font-weight:400;
}
.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:#000;

    padding:25px 10px;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-bottom: 30px;
    background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.account_list_wrap .single_item_wrap a .border_bot{
    position: absolute;
    bottom:0;
    left:50%;
    z-index: 1;
    height:1px;
    background:#57574a;
    width: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;
}
.account_list_wrap .single_item_wrap a .border_top{
    position: absolute;
    top:0;
    left:50%;
    z-index: 1;
    height:1px;
    background:#57574a;
    width: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;
}
.account_list_wrap .single_item_wrap a .border_left{
    position: absolute;
    top:50%;
    left:0;
    z-index: 1;
    height:0px;
    background:#57574a;
    width:1px;
    -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;
}
.account_list_wrap .single_item_wrap a .border_right{
    position: absolute;
    top:50%;
    right:0;
    z-index: 1;
    height:0px;
    background:#57574a;
    width:1px;
    -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;
}
.account_list_wrap .single_item_wrap a:hover .border_top,
.account_list_wrap .single_item_wrap a:hover .border_bot{
    width:100%;
    left:0;
}
.account_list_wrap .single_item_wrap a:hover .border_left,
.account_list_wrap .single_item_wrap a:hover .border_right{
    height:100%;
    top:0;
}
.account_list_wrap .single_item_wrap a:hover{
    text-decoration: none;
}
.form_title.form_mtop{
    margin-top: 20px;
}
.account_list_wrap .single_item_wrap .icon_wrap{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}
.account_list_wrap .single_item_wrap:hover .icon_wrap{
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}
.account_list_wrap .single_item_wrap .text_wrap{
    font-size:15px;
    text-transform: uppercase;
    letter-spacing:0.1em;
    margin-top:10px;
    color:#000;
    opacity:0.8;
}

.address_list_table_parent{
    margin-bottom: 10px;
    margin-top:10px !important;
}
.address_list_table{
    color:#000;
    margin-bottom: 0;
}
.address_td{
    font-size:14px;
    line-height: 1.8em !important;
}
.address_list_table td{
    border:0 !important;
}
.address_list_table td.action_tr{
    vertical-align:middle
}
.address_list_table td.action_tr {
    vertical-align: middle;
}
.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 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}
.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 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.payment_radio .payment_radio_btn:hover{
    background: #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:14px;
    color:#fff;
}
.form_message_wrap.black{
    color:#000;
}
.text_form.input_error{
    background: #f7bcbc;
}

.page_content_wrap{
    margin-bottom: 100px;
    font-family: rn_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;
}
button.common_anchor{

    border:none;
}
.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:30px;
    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 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;
    -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 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;
}

.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 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_arrow_right{
    position:absolute;
    bottom:200px;
    right:-50px;
    z-index: 10;
    -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_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 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_right_icon{
    position:absolute;
    top:50%;
    right:-30px;
    z-index: 10;
    margin-top:-110px;
    -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_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 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.gallery_ul li:hover .hover_thumb{
    opacity:1;
}
.login_popup_wrap{
    position:fixed;
    top:0;
    left:0;
    background:#fff;
    width:100%;
	height:100%;
    z-index: 9999;
	overflow: scroll;
    display:none;
    text-align: center;
}
.login_popup_wrap .quarter_wrap{
    width:50%;
    float:left;
    display:inline-block;
    background:#fff;
    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(0,0,0,0.1);
}
.login_popup_wrap .quarter_wrap.login_wrap{
    
    float:right;
}
.login_popup_wrap .login_logo_wrap img{
    width:400px;
}
.search_popup_wrap{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    background: url(../images/bg_repeat.jpg) repeat;
    height:100%;
    z-index: 1000;
    padding:100px;
    text-align: center;
    display: none;
}
.search_popup_wrap .search_logo_wrap{
    width:350px;
    float:none;
    display:inline-block;
    margin-bottom: 30px;
}
.search_popup_wrap [type='text']{
    width:100%;
    float:left;
    display:inline-block;
    position: relative;
    padding:8px 10px;
    font-size:35px;
    color:#000;
    background:transparent;
    border:none;
    border-bottom: 1px solid #666;
}
.search_popup_wrap .close_wrap{
    position: absolute;
    top:10px;
    right:10px;
    z-index: 10;
}
.text_form{
    width:100%;
    float:left;
    display:inline-block;
    position: relative;
    padding:4px 10px;
    font-size:12px;
    color:#000;
    background:transparent;
    padding:10px;
    border:1px solid #d2d2d2;
}
.form_title{
    margin-top:10px;
    color:#000;
    font-family: rn_reg;
    font-size:12px;
    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: rn_reg;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0.1em;
}
.tooltip{
    font-family: rn_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:40px;
    cursor: pointer;
    display: inline-block;
}
.icon_fix_wrap{
    z-index: 1000;
}
.common_anchor.reverse{
    background-color: #950303;
    color: #fff;
}
.common_anchor_2{
	background-color: #950303;
    color: #fff;
    display: inline-block;
    padding: 10px;
    text-transform: uppercase;
    text-decoration:none;
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.common_anchor.reverse:hover,
.common_anchor_2:hover{
    background-color: #000;
    color: #fff;
    text-decoration:none;
}
.fix_cart_wrap .common_anchor{
    width:100%;
    text-align: center;
}
.product_ul li .half_wrap{
width:100%;
}
.fb_anchor{
    float:left;
    display:none;
    position: relative;
    margin-top:10px;
    background:#4267b2;
    padding: 10px 20px;
    color:#fff;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-family: rn_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%;
}
button.common_anchor_2{
    border:none;
}
.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:35px;
}
.content_pad_tb{
	padding-top: 50px;
    padding-bottom: 280px;
}
button.common_anchor{
    border:none;
    background: transparent;
}
.error_full_wrap{
    width:100%;
    float:left;
    color:red;
}
.bg_ping_rotate{
    background: #fff;
}
.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;
}

.search_wrap{
    float:right;
    display:inline-block;
    position: relative;

}
.search_wrap input{
    border:1px solid #000;
    padding:5px 10px;
    font-size:14px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.search_wrap .icon{
    position: absolute;
    top:5px;
    right:10px;
    width:20px;
    cursor: pointer;
    z-index: 1;
}
.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{
    width:40px;
    margin-left:5px;
    margin-right: 5px;
    display:inline-block;
}
.checkout-checkout .login_popup_wrap{
    top:0 !important;
    bottom:0;
    padding-top: 100px;
}
.checkout-checkout .common_header{
    background-image:none;
}
.login_popup_wrap .close_span{
    position: absolute;
    top:10px;
    right:10px;
    z-index: 10;
    cursor: pointer;
}
.checkout-checkout .panel-body{
    padding-left: 0;
    padding-right: 0;
}
.btn.btn-black {
    border-color: #000;
    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 > *{
	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%;
}
.timeline_ul{
    width:100%;
    float:left;
    display:inline-block;
    position: relative;
    padding:0;
    margin:80px 0;
    padding: 50px 0;
}
.timeline_ul li{
    width:100%;
    float:left;
    display:inline-block;
    position: relative;
    padding:0;
    margin:0;
    min-height: 100px;
    margin-bottom: 40px;
}
.timeline_ul li .text{
    font-size:25px;
    padding-top: 25px;
}
.timeline_ul li .text .line{
    position: absolute;
    top:50px;

    width:70px;
    content:'';
    height:2px;
    background:#cecece;
}
.timeline_ul li .text .dot{
    width:20px;
    height:20px;
    float:left;
    display:inline-block;
    position: relative;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    margin-top:-9px;
    margin-left:-2px;
    background:#cecece;
}
.timeline_ul li:nth-child(odd) .text .dot{
    float:right;
    margin-right:-2px;
    margin-left:0;
}
.timeline_ul li:nth-child(odd) .text .line{
    left:-85px;
}
.timeline_ul li:nth-child(even) .text .line{
    right:-85px;
}
.timeline_ul li:nth-child(odd) .half_wrap{
    float:right;
    padding-left: 150px;
}
.timeline_ul li:nth-child(even) .half_wrap{
    float:left;
    padding-right: 150px;
}
.timeline_ul li .year {
    position: absolute;;
    top:0;
    border:5px solid #fff;
    width:100px;
    font-size: 25px;
    -webkit-box-shadow: 0px 0px 29px -11px rgba(0,0,0,0.53);
    -moz-box-shadow: 0px 0px 29px -11px rgba(0,0,0,0.53);
    box-shadow: 0px 0px 29px -11px rgba(0,0,0,0.53);
    height:100px;
    text-align: center;
    background: rgba(178,5,14,1);
    background: -moz-radial-gradient(center, ellipse cover, rgba(178,5,14,1) 0%, rgba(91,1,3,1) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(178,5,14,1)), color-stop(100%, rgba(91,1,3,1)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(178,5,14,1) 0%, rgba(91,1,3,1) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(178,5,14,1) 0%, rgba(91,1,3,1) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(178,5,14,1) 0%, rgba(91,1,3,1) 100%);
    background: radial-gradient(ellipse at center, rgba(178,5,14,1) 0%, rgba(91,1,3,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2050e', endColorstr='#5b0103', GradientType=1 );
    color:#fff;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    z-index: 10;
}
.timeline_ul li:nth-child(odd) .year{
    left:-48.5px;
}
.timeline_ul li:nth-child(even) .year{
    right:-48.5px;
    background: rgba(91,1,3,1);
    background: -moz-radial-gradient(center, ellipse cover, rgba(91,1,3,1) 0%, rgba(178,5,14,1) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(91,1,3,1)), color-stop(100%, rgba(178,5,14,1)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(91,1,3,1) 0%, rgba(178,5,14,1) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(91,1,3,1) 0%, rgba(178,5,14,1) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(91,1,3,1) 0%, rgba(178,5,14,1) 100%);
    background: radial-gradient(ellipse at center, rgba(91,1,3,1) 0%, rgba(178,5,14,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b0103', endColorstr='#b2050e', GradientType=1 );
}
.timeline_ul:after{
    position: absolute;
    top:0;
    left:50%;
    margin-left:-2.5px;
    width:5px;
    height:100%;
    background:#333;
    content:'';
}


.info_group_ul{
    width:100%;
    float:left;
    display:inline-block;
    position: relative;
    padding:0;
    margin:0;
}
.info_group_ul li{
    width:48.5%;
    float:left;
    display:inline-block;
    position: relative;
    padding:0;
    margin:0;
    margin-right: 3%;
    margin-bottom: 50px;
}
.info_group_ul li .brand_logo{
    position: absolute;;
    top:0;
    left:0;
    width:100%;
    height:100%;
    text-align: center;
}
.info_group_ul li .common_header{
    position: absolute;;
    bottom:30px;
    left:0;
    z-index: 10;
    padding: 10px 20px;
    color:#333;
    font-size:35px;
    background:#fff;
    text-align: center;
    -webkit-box-shadow: 0px 0px 29px -11px rgba(0,0,0,0.53);
    -moz-box-shadow: 0px 0px 29px -11px rgba(0,0,0,0.53);
    box-shadow: 0px 0px 29px -11px rgba(0,0,0,0.53);
}
.info_group_ul li:nth-child(even){
    margin-right: 0;
}
.about_group_bottom_wrap{
    margin-bottom: 300px;
}
.gallery_ul.banner li .date_wrap{
    position: absolute;
    top:5px;
    right:5px;
    padding:5px;
    font-size:14px;
    color:#fff;
    z-index: 50;
    background: rgba(178,5,14,1);
    background: -moz-radial-gradient(center, ellipse cover, rgba(178,5,14,1) 0%, rgba(91,1,3,1) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(178,5,14,1)), color-stop(100%, rgba(91,1,3,1)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(178,5,14,1) 0%, rgba(91,1,3,1) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(178,5,14,1) 0%, rgba(91,1,3,1) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(178,5,14,1) 0%, rgba(91,1,3,1) 100%);
    background: radial-gradient(ellipse at center, rgba(178,5,14,1) 0%, rgba(91,1,3,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2050e', endColorstr='#5b0103', GradientType=1 );
}
.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;
}
.cities_ul{
    width:100%;
    float:left;
    display:inline-block;
    position: relative;
    padding:0;
    margin:0;
    margin-top:40px;
}
.cities_ul li{
    width:33.33%;
    float:left;
    display:inline-block;
    position: relative;
    padding:0 15px;
    margin:0;
    margin-bottom: 30px;
    color:#000;
    letter-spacing: 0.05em;
    font-size:16px;
}
.specification_btn.whatsapp_btn_fix{
    left:auto;
    right:0;
    border-left:2px solid #fff;
    border-right:0;
    background:#25d366;
    color:#000;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.common_anchor.green{
    background:#25d366;
}
.btn.common_anchor{
    background:#ccc;
}
.btn.common_anchor:hover{
    background:#333;
    color:#fff;
}
.btn.common_anchor.maroon{
    background:#950303;
    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 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;
    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;
}
.group_common_listing_wrap.common_data_wrap .data_wrap{
    padding-top: 150px ;
}

/*.landing_swiper{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}*/
.breadcrumb {
    margin-top:10px;
    margin-bottom:0;
    background:transparent;
}
.breadcrumb a{
    color:#333;
}
.common_collection_data p{
    padding-top:0;
}
.founder_top_wrap .image_wrap img{
    width:100%;
    margin-top:70px;
}
.common_anchor_2.black{
    background:#191919;
}
.common_anchor_2.black:hover{
    background:#333;
}
 .collection_parent_wrap .image_title_wrap .title_wrap h1{
   text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.41);
}
.related_wrap{
    margin-top:50px;
}
.related_wrap .common_header {
    text-align:center;
    margin-bottom:30px;
}
.retail_slider_wrap .swiper-pagination{
	left:0 !important;
	width:100% !important;
	text-align:right;
	padding-right:10px;
}
.retail_icon_wrap ul .swiper-slide li{
	width:100%;
}
.gallery_retail_ul .swiper-slide li{
	width:100%;
}
.menu_retail_wrap .menu_icon_wrap{
	z-index:100;
}
.menu_icon_wrap .closed{
	display:none;
}
.menu_icon_wrap.active .closed{
	display:inline-block;
}
.menu_icon_wrap.active .opened{
	display:none;
}
.retail_filter_btn_wrap{
	display:none;
	padding-right:20px;
}
.retail_filter_btn_wrap .common_anchor{
	float:right;
}
.retail_filter_wrap .common_anchor{
	display:none;
}
.young_team_wrap{
	margin-bottom:20px;
}
.young_team_wrap img{
	margin-top:10px;
}
.young_team_wrap .common_header{
	font-size:25px;
	margin-top:10px;
	margin-bottom:30px;
}
.filter_mega_parent_wrap .close_btn{
	position:absolute;
	top:10px;
	right:10px;
	z-index:10;
	
	cursor:pointer;
	width:20px;
}
.filter_mega_parent_wrap{
	padding-top: 50px;
}
.retail_golden_elem_1,
.retail_golden_elem_2{
	position:absolute;
	top:0;
	left:30%;
}
.retail_golden_elem_2{
	left:60%;
}
.retail_golden_elem_1 img,
.retail_golden_elem_2 img{
	float:left;
}
.home_overview_wrap{
	overflow:hidden;
}
.mobile_search_wrap{
	display:none;
}
.why_karishma_wrap.retail{
	padding:80px 0;
	margin-top:0;
	background:transparent;
}
.why_karishma_wrap.retail ul li h3,
.why_karishma_wrap.retail ul p,
.why_karishma_wrap.retail .common_header{
	color:#000 !important;
}
.menu_retail_wrap .menu_wrap ul.top_menu_ul{
	z-index:10;
}
.menu_retail_wrap .menu_wrap ul li.has_children .rsub-menu{
	position:absolute;
	top:100%;
	left:0;
	min-width:100%;
	width:auto;
	    background: #000;
    padding: 10px;
	-webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    opacity:0;
	visibility:hidden;
}
.menu_retail_wrap .menu_wrap ul li.has_children:hover .rsub-menu{
	 opacity:1;
	visibility:visible;
}
.menu_retail_wrap .menu_wrap ul li.has_children .rsub-menu li{
	min-width:100%;
	float:left;
	margin-left:0;
	display:inline-block;
}
.menu_retail_wrap .menu_wrap ul li.has_children .rsub-menu li a{
	white-space:nowrap;
	width:100%;
	float:left;
	margin:0;text-align:left;
	font-size:15px;
	padding:5px;
	padding-right: 20px;
	
}
.menu_retail_wrap .menu_wrap ul li.has_children .rsub-menu li a:hover{
	background:#000;
	color:#f80303
}
.inner_info_parent_wrap{
	padding-bottom:50px;
}
.inner_info_parent_wrap .gridContainer{
	max-width:1250px;
}
.menu_retail_wrap.inner_wrap{
	background:#000;
}
.color_related_wrap .image{
	float:left;
	display:inline-block;
	margin:5px;
}
.common_header.color{
	font-size:20px;
	padding-top:20px;
	border-top:1px solid #d6d6d6;
}
.prod_gst_amount{
	font-size: 15px;
	color:#000;
}
.retail_slider_wrap .swiper-pagination{
	
}
@media only screen and (min-width: 1500px) and (max-width: 1700px){
    .menu_fix_wrap ul li a{
        font-size:12px;
    }
}
@media only screen and (min-width: 1100px) and (max-width: 1500px){
	.retail_cat_wrap .cat_title_image_wrap{
		height: auto;
	}
	.retail_cat_wrap .gridContainer{
		padding:0 50px;
	}
	.retail_golden_elem_1 img,
.retail_golden_elem_2 img{
	width:120px;
}
	.retail_cat_wrap.right .data_wrap{
		padding-left:30px;
	}
	.retail_cat_wrap.left .data_wrap{
		padding-right:30px;
	}
	.retail_cat_wrap.right .cat_title_image_wrap{
		left:20px;
	}
	.retail_cat_wrap.left .cat_title_image_wrap{
		right:20px;
	}
	.about_face_wrap .image_wrap{
		margin-top:-600px;
	}
	.content_pad_tb.event_content_wrap{
		padding-bottom:170px;
	}
    .group_common_listing_wrap.common_data_wrap .list_wrap.plus{
        margin-top:100px;
    }
    .group_common_listing_wrap.common_data_wrap .data_wrap{
        padding-top: 50px;
    }
    .group_common_listing_wrap{
        margin-bottom: 275px;
    }
	.common_data_wrap.group{
		padding-bottom: 300px;
	}
	.verticals_ul li .box_wrap .image_wrap{
		height:270px;
	}
    .verticals_ul li .brand_logo img{
		max-width:200px;
	}
	.category_home_wrap.verticals ul li .box_wrap{
		width:90%;
		height:300px;
	}
	.pad_bot_wrap{
		padding-bottom: 200px;
	}
	.founder_top_wrap.team .image_wrap .data_left_wrap .common_header {
		font-size:40px;
	}
	.founder_top_wrap.team .image_wrap .data_left_wrap p{
		padding-right: 30%;
	}
	.product_list_parent_wrap{
		margin-bottom: 150px;
	}
    .page_content_wrap{

    }
    .nav-tabs>li>a {
        font-size: 16px;
    }
    .product_data_parent_wrap .product_detail_wrap{
        top:0;
    }
}
@media only screen and (min-width: 1700px) {
    .footer_red_png {
        margin-top: -225px !important;
    }
}
@media only screen and (min-width: 1600px) {

    .menu_top_wrap .logo_wrap .circle_wrap{
        margin-bottom: -40px;
        -webkit-border-radius: 190px !important;
        -moz-border-radius: 190px !important;
        border-radius: 190px !important;
    }
    .menu_top_wrap .logo_wrap .circle_wrap img{
        width: 170px !important;
    }
}
@media only screen and (min-width: 1100px) and (max-width: 1400px) {
	.overview_data_wrap.home .data_wrap .common_header{
		font-size:40px;
	}
	
}
@media only screen and (min-width: 1100px) {
	.retail_cat_wrap p{
		padding-right:40%;
	}
	.why_karishma_wrap.retail .gridContainer{
		min-width:1100px;
		max-width:1100px;
	}
	.why_karishma_wrap.retail .common_header{
	font-size:40px;
}
.why_karishma_wrap.retail ul li .image_wrap img{
	    max-width: 150px;
}
.why_karishma_wrap.retail ul li h3{
	font-size:25px;
}
	.about_mision_wrap .inner_wrap .col-xs-12 > *{
		padding-left:30px;
		padding-right:30px;
	}
	.about_mision_wrap .common_header{
		font-size:35px;
	}
	.overview_data_wrap.home .data_wrap{
	padding-left:50px;
}
    .collection_parent_wrap .image_title_wrap .title_wrap h1{
        font-size: 200px;margin-top: 50px;
    }
    .founder_top_wrap .image_wrap .data_left_wrap{
        width:60%;
    }


    .footer_red_png {
        margin-top: -154px;
    }
	.overview_data_wrap .data_wrap .butterfly_wrap_3{
        right: -350px;
        transform: rotate(-10deg);
        bottom: 300px;
}
.overview_data_wrap .data_wrap .butterfly_wrap_2{
    right: -321px;
    width: 150px;
    bottom: 150px;
    transform: rotate(-35deg);
}
.overview_data_wrap .data_wrap .butterfly_wrap{
    right: -180px;
    bottom: 70px;
    pointer-events: none;
    transform: rotate(10deg);
}
.product_data_parent_wrap{
padding-top:60px;
}
    .menu_top_wrap .logo_wrap .circle_wrap{
        margin-bottom: -40px;
        -webkit-border-radius: 140px;
        -moz-border-radius: 140px;
        border-radius: 140px;
    }
    .menu_top_wrap .logo_wrap .circle_wrap img{
        width: 120px;
    }
    .home_video_wrap{
        padding-left: 0;
        padding-right: 0;
    }
    .login_popup_wrap{
        padding-top: 50px
    }
    .menu_top_wrap .menu_data_wrap ul li:hover a{
        background-color: #fff;
        text-decoration: none;
        color: #000;
    }
    .menu_top_wrap .menu_data_wrap ul .sub-menu{
        position:absolute;
        top:100%;
        left:0;
        min-width:100%;
        opacity:0;
        visibility: hidden;
        padding:0;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        overflow: hidden;
    }
    .menu_top_wrap .menu_data_wrap ul .sub-menu li a{
        border-radius: none;
    }
    .menu_top_wrap .menu_data_wrap ul .sub-menu li:hover a{
        background-color: #fff;
        color: #000;
        text-decoration: none;
    }
    .menu_top_wrap .menu_data_wrap ul li:hover .sub-menu{
        opacity:1;
        visibility: visible;
    }
    .menu_top_wrap .menu_data_wrap ul .sub-menu li + li{
        border-top:1px solid #fff;
    }
    .menu_top_wrap .menu_data_wrap ul .sub-menu li{
        width:100%;
        margin:0;
        padding:0;
    }
    .menu_top_wrap .menu_data_wrap ul .sub-menu li a{
        width:100%;
        padding:10px 15px;
        padding-right: 30px;
        white-space: nowrap;
        margin:0;font-size: 17px;
        background-color: #eb9fa9;
        color:#000;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
    }
    .menu_top_wrap .menu_data_wrap ul .sub-menu li a:hover{
        background:#000;
        color:#fff;
    }

    .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;
    }
    .prod_buy_now{
        opacity:0;
        visibility: hidden;
    }
    .gallery_ul li:hover .prod_buy_now{
        opacity:1;
        visibility: visible;
    }
    .checkout_parent_wrap .right_wrap.desk_active{
        position:absolute;
        top:0;
        right:0;
        width:80%;
        background:#fff;
        min-height:100%;
        z-index:100;
        border-left:1px solid #eee;
    }
    .checkout_parent_wrap .left_wrap.desk_active:after{
        position:absolute;
        top:0;
        left:0;
        content:'';
        width:100%;
        height:100%;
        background:rgba(255,255,255,0.8);
    }
    .fix_menu_wrap{
        display:none;
    }
    /*.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) {
	.retail_golden_elem_1 img,
.retail_golden_elem_2 img{
	width:120px;
}
	.about_new_top_wrap:after{
		height:140px;
		background-size:auto 140px;;
	}
	.about_mision_wrap .inner_wrap{
		margin-top:-150px;
	}
	.about_face_wrap .image_wrap .red_wrap_data{
		left:-30px;
	}
	.about_face_wrap .image_wrap{
		margin-top:-600px;
	}
    .group_common_listing_wrap.common_data_wrap .data_wrap{
        padding-top: 50px;
    }
    .founder_top_wrap .image_wrap img{
        margin-top: 100px;
    }
    .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;
    }
    .info_group_ul li .common_header{
        font-size: 25px;
    }
    .about_group_bottom_wrap {
        margin-bottom: 200px;
    }
	.category_list_wrap.home2 .title_nav_wrap{
		padding-right: 35px;
		padding-left: 35px;
	}
	.category_list_wrap.home2 .title_nav_wrap .common_header{
		font-size:35px;
	}
	.category_list_wrap.home2 .title_nav_wrap .home_cat_arrows{
		top:100px;
	}
	.overview_data_wrap .data_wrap .butterfly_wrap_3{
	right: -400px;
}
.overview_data_wrap .data_wrap .butterfly_wrap_2{
	right: -280px;
}
.overview_data_wrap .data_wrap .butterfly_wrap{
	right: -180px;
}
    .overview_data_wrap .data_wrap .butterfly_wrap_3{
        right: -350px;
        transform: rotate(-10deg);
        bottom: 300px;
    }
    .overview_data_wrap .data_wrap .butterfly_wrap_2{
        right: -321px;
        width: 150px;
        bottom: 150px;
        transform: rotate(-35deg);
    }
    .overview_data_wrap .data_wrap .butterfly_wrap{
        right: -180px;
        bottom: 70px;
        pointer-events: none;
        transform: rotate(10deg);
    }
	.clientel_wrap{
		
		padding-bottom: 200px;
		
	}
	.common_data_wrap.group{
		padding-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;
	}
	.verticals_ul li .box_wrap .image_wrap{
		height:400px;
	}
	.verticals_ul li .box_wrap .image_wrap:before{
		bottom:-25px;
	}
	.verticals_ul li .box_wrap .image_wrap:after{
		top:-25px;
	}
	.category_home_wrap.category ul li .box_wrap{
		height:250px;
	}
	.category_home_wrap.category ul li .title_wrap{
		padding-left: 20px;
		padding-right: 20px;
	}
	.founder_top_wrap.group{
	height:auto;
        padding: 150px 0;
		/*padding-top: 450px;
		padding-bottom: 450px;*/
	}
	.founder_top_wrap.group .image_wrap .data_left_wrap p{
		padding:0 20%;
	}
	.founder_top_wrap.group .image_wrap .data_left_wrap{
		left:auto;margin-top:0;
	}
	.founder_top_wrap.team{
		padding-bottom: 80px;
	}
	.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;
	}
	.gallery_ul li{
		width:48.5%;
		margin-right: 3%;
	}
	.gallery_ul li:nth-child(3n+0){
		margin-right: 3%;
	}
	.gallery_ul li:nth-child(2n+0){
		margin-right: 0;
	}
    .product_data_parent_wrap .product_detail_wrap{
        top:0;
    }
    .checkout_parent_wrap .left_wrap{
        border-right: none;
    }
    .gallery_right_icon{
        width:50px;margin-top: -80px;
    }
    .gallery_left_icon{
        width:50px;margin-top: -80px;
    }
    .cart_count{
        right:50%;
        margin-right:-35px;
        top:10px;
    }

    .menu_top_wrap .menu_data_wrap ul li:hover a{
        background-color: #fff;
        text-decoration: none;
        color: #000;
    }
    .menu_top_wrap .menu_data_wrap ul .sub-menu{
        position:absolute;
        top:100%;
        left:0;
        min-width:100%;
        opacity:0;
        visibility: hidden;
        padding:0;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        overflow: hidden;
    }
    .menu_top_wrap .menu_data_wrap ul .sub-menu li a{
        border-radius: none;
    }
    .menu_top_wrap .menu_data_wrap ul .sub-menu li:hover a{
        background-color: #fff;
        color: #000;
        text-decoration: none;
    }
    .menu_top_wrap .menu_data_wrap ul li:hover .sub-menu{
        opacity:1;
        visibility: visible;
    }
    .menu_top_wrap .menu_data_wrap ul .sub-menu li + li{
        border-top:1px solid #fff;
    }
    .menu_top_wrap .menu_data_wrap ul .sub-menu li{
        width:100%;
        margin:0;
        padding:0;
    }
    .menu_top_wrap .menu_data_wrap ul .sub-menu li a{
        width:100%;
        padding:10px 15px;
        padding-right: 30px;
        white-space: nowrap;
        margin:0;font-size: 17px;
        background-color: #eb9fa9;
        color:#000;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
    }
    .menu_top_wrap .menu_data_wrap ul .sub-menu li a:hover{
        background:#000;
        color:#fff;
    }
    .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;
    }
    .nav-tabs>li>a{
        font-size:14px;
    }

    .fix_menu_wrap{
        z-index: 9999;
    }

    .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:100%;
    }
    .checkout_cart_item_wrap{
        color:#000;
    }
    .checkout_cart_item_wrap .name_wrap a{
        color:#000;
    }
    .checkout_parent_wrap .right_wrap{
        position:fixed;
        top: -100%;
        left:0;
        height:100%;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        width:100%;
        z-index: 10;
        padding-right: 40px;
        background:#fff;
        -webkit-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.49);
        -moz-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.49);
        box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.49);

    }
    .checkout_parent_wrap .right_wrap.active{
        overflow: auto;
        top:0;
    }
    .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;
	}
}
@media only screen and (min-width: 481px) and (max-width: 786px) {
	.blog_list_ul li .img_wrap {
        width: 100%;
        padding-right: 0;
    }

    .blog_list_ul li .info_wrap {
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
    }
	.menu_retail_wrap .menu_wrap ul li.has_children .rsub-menu{
		position:relative;
		top:auto;
		left:auto;
		opacity:1;
		visibility:visible;
		margin:10px 0;
		-webkit-transition:none;
        -moz-transition: none;
        -o-transition: none;
        -ms-transition: none;
        transition: none;
		display: none;
		float:left;
		padding:0;
		background:transparent;
	}
	.menu_retail_wrap .menu_wrap ul li.has_children .rsub-menu li a{
		text-align:center;
		font-size:20px;
		padding:5px;
	}
	.menu_retail_wrap .menu_wrap ul.top_menu_ul li.has_children > a:after{
		content:" +";
		font-size:25px;
	}
	.menu_retail_wrap .menu_wrap ul.top_menu_ul li.has_children > a.active:after{
		content:" -";
	}
	.retail_golden_elem_1 img,
.retail_golden_elem_2 img{
	width:120px;
}
	.retail_filter_wrap .common_anchor{
	display:inline-block;
}
	.retail_filter_btn_wrap{
		display:inline-block;
	}
	.retail_product_data_wrap .retail_filter_wrap{
		position:fixed;
		top:0;
		left:0;
		width:60%;
		z-index:100;
		background:#fff;
		padding: 20px;
		-webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
		display:inline-block;
		overflow:scroll;
		transform:translateX(-100%);
	}
	.retail_product_data_wrap .retail_filter_wrap.active{
		transform:translateX(0);
	}
	.menu_retail_wrap .menu_wrap ul.top_menu_ul{
		position:fixed;
		top:92px;
		left:0;
		width:100%;
		bottom:0;
		z-index: 100;
		background:#333;
		border-top:3px solid #fff;
		text-align:center;
		padding-top:40px;
	}
	.menu_retail_wrap .menu_wrap ul.top_menu_ul li{
		width:100%;
		margin:0;
	}
	.menu_retail_wrap .menu_wrap ul.top_menu_ul li a{
		float:none;
		padding:15px;
		font-size:28px;
		display:inline-block;
	}
	.product_tabs_parent_wrap{
		margin-top:0;
		padding:40px;
		padding-top:0;
	}
	.retail_product_data_wrap.product .retail_data_wrap{
		padding-bottom:20px;
	}
	.about_new_top_wrap:after{
		height:140px;
		background-size:auto 140px;;
	}
	.about_mision_wrap .inner_wrap{
		margin-top:-150px;
	}
	.about_face_wrap .image_wrap .red_wrap_data{
		left:-30px;
	}
	.about_mision_wrap{
		padding-bottom:400px;
	}
	.achievement_wrap{
		background-size:100% auto;
	}
	.about_mision_wrap .col-sm-6{
		margin-bottom:10px;
	}
	.about_mision_wrap .col-sm-6 img{
		width:200px;
	}
	.about_face_wrap .image_wrap{
		margin-top:-500px;
	}
    .group_common_listing_wrap.common_data_wrap .data_wrap{
        padding-top: 50px;
    }
    .founder_top_wrap .image_wrap img{
        margin-top: 100px;
    }
    .group_common_listing_wrap{
        margin-bottom: 100px;

    }
    .group_common_listing_wrap.common_data_wrap .image_wrap.left,
    .group_common_listing_wrap.common_data_wrap .image_wrap.right{
        padding-left:0;
        padding-right:0;
    }
    .group_common_listing_wrap.common_data_wrap .image_wrap.right .red_wrap_data{
        bottom:-100px;
    }
    .common_data_wrap .list_wrap.minus{
        margin-top:50px;
    }
    .common_data_wrap .data_wrap .common_header,
    .common_data_wrap .data_wrap p{
        color:#1c1c1c
    }
    .exhibition_parent_wrap .half_wrap{
        height:600px;
        width:100%;
    }
    .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;
    }
	.category_list_wrap.home2 .title_nav_wrap{
		position: relative;
		top:auto;
		left:auto;
		width:100%;
		padding: 0 20px;
	}
	.category_list_wrap.home2 ul{
		width:100%;
	}
	.category_list_wrap.home2 .title_nav_wrap .common_header{
		font-size:35px;
		float:left;
	}
	.category_list_wrap.home2 .title_nav_wrap .home_cat_arrows{
		position: relative;
		top:auto;
		left:auto;width:auto;
		float:right;
	}
	.overview_data_wrap .data_wrap .butterfly_wrap_2{
		right:-100px;
	}
	.overview_data_wrap .data_wrap .butterfly_wrap{
		right:150px;
	}
    .overview_data_wrap .data_wrap .butterfly_wrap_3{
        top:auto;
        transform: rotate(-10deg);
        bottom: 640px;
    }
    .overview_data_wrap .data_wrap .butterfly_wrap_2{

        width: 150px;
        bottom: 150px;
        transform: rotate(-35deg);
    }
    .overview_data_wrap .data_wrap .butterfly_wrap{

        bottom: 70px;
        pointer-events: none;
        transform: rotate(10deg);
    }
	.clientel_wrap{
		
		padding-bottom: 200px;
		
	}
	.clientel_wrap p{
		padding-left: 0;
		padding-right: 0;
	}
	.common_data_wrap.group{
		padding-bottom: 200px;
	}
	.founder_top_wrap.group .image_wrap .data_left_wrap{
		left:auto;margin-top:0;
	}
	.menu_main_wrap ul li br{
		display:none;
	}
	.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;
	}
	.verticals_ul li .box_wrap .image_wrap{
		height:400px;
	}
	.verticals_ul li .box_wrap .image_wrap:before{
		bottom:-25px;
	}
	.verticals_ul li .box_wrap .image_wrap:after{
		top:-25px;
	}
	.category_home_wrap.verticals ul li .box_wrap{
		width:90%;
		height:300px;
	}
	.category_home_wrap.verticals ul li .title_wrap{
		bottom:20px;
	}
	
	.menu_main_wrap ul li{
		width: 100%;
		margin:40px 0;
	}
	.founder_top_wrap.group{
	height:auto;
		padding-top: 250px;
		padding-bottom: 250px;
	}
	.founder_top_wrap.group .image_wrap .data_left_wrap p{
		padding:0 20%;
	}
	.founder_top_wrap.group .image_wrap .data_left_wrap{
		left:0;
	}
	.pad_bot_wrap{
	padding-bottom: 130px;
}
	.founder_top_wrap.team{
		padding-bottom: 80px;
	}
	.team_wrap .info_wrap{
		margin-top:20px;
	}
	.region_wrap {
        height: 500px;
    }
	.content_pad_tb{
		padding-bottom: 160px;
	}
	.product_list_parent_wrap{
		margin-bottom: 100px;
	}
	.gallery_ul li{
		width:48.5%;
		margin-right: 3%;
	}
	.gallery_ul li:nth-child(3n+0){
		margin-right: 3%;
	}
	.gallery_ul li:nth-child(2n+0){
		margin-right: 0;
	}
    .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%;
    }
    .menu_top_wrap .menu_data_wrap ul li:hover a{
        background-color: #fff;
        text-decoration: none;
        color: #000;
    }
    .menu_top_wrap .menu_data_wrap ul .sub-menu{
        position:absolute;
        top:100%;
        left:0;
        min-width:100%;
        opacity:0;
        visibility: hidden;
        padding:0;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        overflow: hidden;
    }
    .menu_top_wrap .menu_data_wrap ul .sub-menu li a{
        border-radius: none;
    }
    .menu_top_wrap .menu_data_wrap ul .sub-menu li:hover a{
        background-color: #fff;
        color: #000;
        text-decoration: none;
    }
    .menu_top_wrap .menu_data_wrap ul li:hover .sub-menu{
        opacity:1;
        visibility: visible;
    }
    .menu_top_wrap .menu_data_wrap ul .sub-menu li + li{
        border-top:1px solid #fff;
    }
    .menu_top_wrap .menu_data_wrap ul .sub-menu li{
        width:100%;
        margin:0;
        padding:0;
    }
    .menu_top_wrap .menu_data_wrap ul .sub-menu li a{
        width:100%;
        padding:10px 15px;
        padding-right: 30px;
        white-space: nowrap;
        margin:0;font-size: 15px;
        background-color: #eb9fa9;
        color:#000;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
    }
    .menu_top_wrap .menu_data_wrap ul .sub-menu li a:hover{
        background:#000;
        color:#fff;
    }
    .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%;
    }

    .fix_menu_wrap{
        z-index: 9999;
    }
    .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;
    }
    .checkout_cart_item_wrap{
        color:#000;
    }
    .checkout_cart_item_wrap .name_wrap a{
        color:#000;
    }
    .login_parent_wrap  .checkout_parent_wrap .half_wrap{
        text-align: left !important;
    }
    .checkout_parent_wrap .right_wrap{
        position:fixed;
        top: -100%;
        left:0;
        height:100%;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        width:100%;
        z-index: 10;
        padding-right: 40px;
        background:#fff;
        -webkit-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.49);
        -moz-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.49);
        box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.49);

    }
    .checkout_parent_wrap .right_wrap.active{
        overflow: auto;
        top:0;
    }
    .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>a{
        font-size:13px;
    }
    .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;
        border: 1px solid rgba(0,0,0,0.1);
        margin-bottom: 20px;
    }
    .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;
	}
	.menu_retail_wrap{
		background:#000;
	}
}
@media only screen and (max-width: 481px) {
	.tawkto_chat + div{
		transform:translateY(-50px);
	}
	.retail_cat_wrap + .retail_cat_wrap{
		margin-top:40px;
	}
	.menu_retail_wrap{
		background:#000;
	}
	.prod_gst_amount{
		font-size:12px;
	}
	.retail_cat_wrap .red_wrap{
		    background: url(../images/dome_top.png) center top repeat;
    height: 66%;
    top: -65px;
	}
	.retail_cat_wrap .common_header{
		margin-top:20px;
	}
	.why_karishma_wrap.retail{
		padding-top:0;
		padding-bottom:50px;
	}
	.why_karishma_wrap.retail ul li{
		margin-top:0;
	}
	.why_karishma_wrap.retail ul li:first-child{
		    margin-top: 40px;
	}
	.blog_list_ul li .title_wrap a, .blog_list_ul li .title_wrap{
        font-size:20px;
    }
    .blog_list_ul li .img_wrap {
        width: 100%;
        padding-right: 0;
    }

    .blog_list_ul li .info_wrap {
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
    }
	.menu_retail_wrap .menu_wrap ul li.has_children .rsub-menu{
		position:relative;
		top:auto;
		left:auto;
		opacity:1;
		visibility:visible;
		margin:10px 0;
		-webkit-transition:none;
        -moz-transition: none;
        -o-transition: none;
        -ms-transition: none;
        transition: none;
		display: none;
		float:left;
		background:transparent;
		padding:0px;
	}
	.menu_retail_wrap .menu_wrap ul li.has_children .rsub-menu li a{
		text-align:center;
		font-size:20px;
		padding:5px;
	}
	.menu_retail_wrap .menu_wrap ul.top_menu_ul li.has_children > a:after{
		content:" +";
		font-size:25px;
	}
	.menu_retail_wrap .menu_wrap ul.top_menu_ul li.has_children > a.active:after{
		content:" -";
	}
	.cities_ul{
		text-align:center;
	}
	.cities_ul li{
		float:none;width:49%;
	}
	.retail_golden_elem_1{
		left:5%;
	}
.retail_golden_elem_2{
	
	right:5%;left:auto;
}
	.retail_golden_elem_1 img,
.retail_golden_elem_2 img{
	width:80px;
}
	.retail_filter_wrap .common_anchor{
	display:inline-block;
}
	.retail_product_data_wrap .retail_filter_wrap{
		position:fixed;
		top:0;
		left:0;
		width:90%;
		z-index:100;
		background:#fff;
		padding: 20px;
		-webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
		display:inline-block;
		overflow:scroll;
		transform:translateX(-100%);
	}
	.retail_product_data_wrap .retail_filter_wrap.active{
		transform:translateX(0);
	}
	.retail_filter_btn_wrap{
		display:inline-block;
	}
	.retail_filter_btn_wrap{
		padding-right:10px;
	}
	.cat_image_wrap ,
	.retail_filter_btn_wrap{
		margin-bottom:10px !important;
	}
	.menu_retail_wrap .menu_wrap ul.top_menu_ul{
		position:fixed;
		top:74px;
		left:0;
		width:100%;
		bottom:0;
		z-index: 100;
		background:#333;
		border-top:3px solid #fff;
		text-align:center;
		padding-top:40px;
	}
	.menu_retail_wrap .menu_wrap ul.top_menu_ul li{
		width:100%;
		margin:0;
	}
	.menu_retail_wrap .menu_wrap ul.top_menu_ul li a{
		float:none;
		padding:10px;
		font-size:20px;
		display:inline-block;
	}
	.product_tabs_parent_wrap{
		margin-top:0;
		padding:20px;
		padding-top:0;
	}
	.retail_product_data_wrap.product .retail_data_wrap{
		padding-bottom:20px;
	}
	.retail_slider_wrap .swiper-pagination{
		bottom:10px !important;
		text-align:center;
	}
	.retail_slider_wrap .swiper-pagination .swiper-pagination-bullet{
		width:10px;
		height:10px;
		margin:0 2px;
	}
	.footer_retail_wrap{
		text-align:center;
		padding:50px 0;
	}
	
	.footer_retail_wrap .title{
		margin-top:40px;
		text-align:center;
	}
	.footer_retail_wrap a{
		text-align:center;
	}
	.video_footer_wrap .data_wrap{
		padding-right:0;
		padding-left:0;
	}
	.video_footer_wrap .data_wrap p{
		padding:0;
	}
	.video_footer_wrap .data_wrap .common_header{
		font-size:28px;
		margin-bottom:20px;
	}
	.about_new_top_wrap:after{
		height:140px;
		background-size:auto 140px;;
	}
	.about_mision_wrap .inner_wrap{
		margin-top:-150px;
	}
	.about_face_wrap .image_wrap .red_wrap_data{
		left:-30px;
		bottom:-20px;
	}
	.about_new_top_wrap:after{
		bottom:-40px;
	}
	.achievement_wrap{
		padding-top:0;
		padding-bottom:0;
	}
	.about_mision_wrap .inner_wrap{
		margin-top:-80px;
	}
	.about_mision_wrap{
		padding-top:50px;
		padding-bottom:200px;
	}
	.about_mision_wrap .col-xs-12 img{
		width:150px;
		margin-bottom:20px;
	}
	.about_mision_wrap .col-sm-6{
		margin-bottom:30px;
	}
	.about_face_wrap .image_wrap{
		margin-top:-220px;
	}
	.about_face_wrap{
		padding-bottom:20px;
	}
	.about_face_wrap p{
		padding-left:0;
		padding-right:0;
	}
	.clientel_wrap .common_header{
		margin-bottom:10px;
	}
    .filter_btn {
        margin-top:10px;
    }
	.filter_btn.fixed{
		position: fixed;
    top: 62px;
    left: 0;
    width: 100%;
    z-index: 100;border-bottom: 1px solid #ccc;
	}
    .filter_mega_parent_wrap{
        width: 100%;
        left: -100%;
    }
    .category_list_wrap.module ul li{
        width:100%;
        margin-right:0;
    }
    .common_data_wrap .data_wrap{
        z-index:10;
    }
    .page_info_wrap .common_data_wrap .data_wrap{
    padding-top:40px !important;
}
.page_info_wrap .common_data_wrap .image_wrap.right .red_wrap_data{
    bottom:-10px;
}
    .register_wrap .common_anchor_2 + .common_anchor_2{
        margin-top:10px;
    }
    .founder_top_wrap .image_wrap img{
        -moz-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        margin-top:0px;
    }
    .group_common_listing_wrap.common_data_wrap .data_wrap{
        padding:0;
    }
    .founder_top_wrap .image_wrap img{
        margin-left:0px;
    }
    .founder_message_wrap{
        margin-top:-20px;
    }
    .group_common_listing_wrap{
        margin-bottom:0px;

    }
    .group_common_listing_wrap.common_data_wrap .image_wrap.left,
    .group_common_listing_wrap.common_data_wrap .image_wrap.right{
        padding-left:0;
        padding-right:0;
    }
    .group_common_listing_wrap.common_data_wrap .image_wrap.right .red_wrap_data{
        bottom:-20px;
    }
    .group_common_listing_wrap.common_data_wrap .data_wrap{
        margin-top: 10px;
    }
    .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;
    }
    .exhibition_parent_wrap .half_wrap{
        padding-left: 20px;
        padding-right: 20px;
    }
    .cities_ul{
        margin-top: 20px;
    }
    .cities_ul li{
        font-size:13px;
    }
    .common_data_wrap .list_wrap.minus{
        margin-top:0;
    }
    .exhibition_parent_wrap{
        margin-top:70px;
    }
    .exhibition_parent_wrap .title_wrap{
        font-size:30px;
    }
    .exhibition_parent_wrap .half_wrap{
        height:400px;
        width:100%;
    }
    .empty_li_slide{
        display:none
    }
    .home_slider_wrap{
        margin-top:74px;
    }
    .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;
    }
    .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;
    }
    .gallery_ul.banner li .title{
        font-size:20px;
    }
    .timeline_ul li .text {
        font-size: 19px;

    }
    .info_group_ul li{
        width:100%;
        margin-right: 0;
    }
    .about_group_bottom_wrap {
        margin-bottom: 150px;
    }
    .timeline_ul{
        margin:50px 0;
    }
    .timeline_ul li:nth-child(even) .half_wrap,
    .timeline_ul li:nth-child(odd) .half_wrap{
        width:100%;
        padding-right: 0;
        padding-left: 100px;
    }
    .timeline_ul:after{
        left:20px;
    }
    .timeline_ul li:nth-child(odd) .year,
    .timeline_ul li:nth-child(even) .year{
        left: -10px;
        right:auto;
        width: 80px;
        font-size: 20px;
        height:80px;
    }
    .timeline_ul li:nth-child(odd) .text .line,
    .timeline_ul li:nth-child(even) .text .line{
        top:40px;
        left: -50px;
        width: 40px;
        right:auto !important;
    }
    .timeline_ul li:nth-child(odd) .text .line .dot,
    .timeline_ul li:nth-child(even) .text .line .dot{
        float:right;
        width:10px;
        height:10px;
        margin-top:-4px;
    }
    .info_group_ul li .common_header{
        font-size:15px;
    }
	.category_list_wrap.home2 .title_nav_wrap{
		position: relative;
		top:auto;
		left:auto;
		width:100%;
		padding: 0 20px;
	}
	.category_list_wrap.home2 ul{
		width:100%;
	}
	.category_list_wrap.home2 .title_nav_wrap .common_header{
		font-size:35px;
		float:left;
		margin-top:10px;
	}
	.category_list_wrap.home2 .title_nav_wrap .home_cat_arrows{
		position: relative;
		top:auto;
		left:auto;width:auto;
		float:left;
	}
	.category_list_wrap.home2 .title_nav_wrap{
		position: relative;
		top:auto;
		left:auto;
		width:100%;
		padding: 0 20px;
		
	}
	.category_list_wrap.home2 ul{
		width:100%;
	}
	.category_list_wrap.home2 .title_nav_wrap .common_header{
		font-size:35px;
		float:left;
	}
	.category_list_wrap.home2 .title_nav_wrap .home_cat_arrows{
		position: relative;
		top:auto;
		left:auto;width:auto;
		float:left;
		margin-left:-10px;
		margin-top:10px;
	}
	.why_karishma_wrap{
		padding-bottom: 50px;
	}
	.clientel_wrap{
		
		padding-top: 50px;
		padding-bottom: 50px;
		
	}
	.clientel_wrap .common_header {
		
		margin-bottom: 10px;
		
	}
	.clientel_wrap p{
		padding-left: 0;
		padding-right: 0;
	}
	.common_data_wrap.group{
		padding-bottom: 80px;
	}
	.menu_main_wrap ul li br{
		display:none;
	}
	.menu_main_wrap ul li a{
		font-size:20px;
	}
	.category_list_wrap .title_nav_wrap .common_header{
		margin-top:40px;
	}
	.category_list_wrap .title_nav_wrap .home_cat_arrows{
		right:auto;
		left:50%;
		top:-15px;
		margin-left:-55px;
	}
	.category_list_wrap ul  .swiper-slide:nth-child(odd) {
	  width:100%;
	}
	.category_list_wrap ul .swiper-slide:nth-child(even) {
	 width:100%;
		margin-top:0;
	}
	.verticals_ul li .box_wrap .image_wrap{
		height:300px;
	}
	.verticals_ul li .box_wrap .image_wrap:before{
		bottom:-50px;
	}
	.verticals_ul li .box_wrap .image_wrap:after{
		top:-50px;
	}
	.category_home_wrap.category ul{
		padding-left: 0;
		padding-right: 0;
	}
	.category_home_wrap.verticals ul{
		padding-left: 0;
		padding-right: 0;
	}
	.category_home_wrap.verticals ul li .box_wrap{
		width:100%;
		height:250px;
	}
	.category_home_wrap.verticals ul li .title_wrap{
		bottom:-12px
	}
	.category_home_wrap ul li.odd{
		margin-top:40px;
	}
	.category_home_wrap.category ul li .box_wrap{
		height:220px;
	}
	.category_home_wrap.category ul li .title_wrap{
		padding-left: 20px;
		padding-right: 20px;
	}

	.founder_top_wrap.group{
	height:auto;
		padding-top: 200px;
		padding-bottom: 150px;
	}
	.founder_top_wrap.group .image_wrap .data_left_wrap p{
		padding:0 ;
	}
    .overview_data_wrap .data_wrap .butterfly_wrap_3{
        top:auto;
        transform: rotate(-10deg);
        bottom: 620px;
        right: -32px;
    }
    .overview_data_wrap .data_wrap .butterfly_wrap_2{
        right: -150px;
        width: 120px;
        bottom: 150px;
        transform: rotate(-35deg);
    }
    .overview_data_wrap .data_wrap .butterfly_wrap{

        bottom: 70px;
        pointer-events: none;
        transform: rotate(10deg);
    }
	.founder_top_wrap.group .image_wrap .data_left_wrap{
		left:0;
	}
	.pad_bot_wrap{
	padding-bottom: 50px;
}
	.founder_top_wrap.team .image_wrap .data_left_wrap p{
		padding-left: 0;
		padding-right: 0;
	}
	.founder_top_wrap.team{
		padding-bottom: 60px;
	}
	.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;
    }
    .checkout-checkout .login_popup_wrap{
        padding-top: 70px;
    }
    .social_wrap{
        margin-bottom: 20px;
    }
    .size_close_btn{
        display: inline-block;
        position: absolute;
        top: 5px;
        right: 10px;
        width: 40px;
        z-index: 10;
    }
    .size_bg_wrap{
        position: fixed;
        top:0;
        left:0;
        width:100%;
        height:100%;
        z-index: 99;

        background: rgba(255,255,255,0.9);
    }
    .search_wrap {
        position: fixed;
        bottom: 53px;
        left: 0;
        width: 100%;
        z-index: 1000;
        padding: 10px;
        display:none;
        background: #eb9fa9;
    }
    .search_wrap .icon{
        right:20px;
        top:15px;
    }
    .search_wrap input{
        width:100%;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
    }

    .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;
    }
    .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;
    }

    .menu_top_wrap .menu_data_wrap .top_anchor_wrap{
        padding:0
    }
    .menu_top_wrap .menu_data_wrap .top_anchor_wrap a{
        display:none;
    }
    .filter_wrap{
        overflow: auto;
    }
    .product_list_parent_wrap .filter_wrap{
        padding-bottom: 75px;
    }
    .filter_wrap .close_wrap{
        display:inline-block;
        position: absolute;
        top:10px;
        right:10px;
        z-index: 10;
        width:25px;
    }
    .product_ul li{
        width:48.5%;
        margin-right: 3%;
    }
    .product_ul li h2{
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .product_ul li .image_wrap .anchor_wrap{
        opacity: 1;
    }
    .product_ul li .image_wrap .anchor_wrap .common_anchor{
        padding-left: 10px;
        padding-right: 10px;
    }
    .product_ul li&:nth-child(even){
        margin-right: 0;
    }

    .prod_slider_right_icon,
    .prod_slider_left_icon{
        position:absolute;
        top:50%;
        margin-top:-30px;
        z-index: 10;
        width:50px;
    }
    .prod_slider_left_icon{
        left:20px;
    }
    .prod_slider_right_icon{
        right:20px;
    }
    .why_sleepy_wrap .white_wrap .title_abs_wrap{
        position: relative;
        top: auto;
        right: auto;
        text-align: center;

    }
    .why_sleepy_wrap .white_wrap .title_abs_wrap h2{
        font-size:16px;
    }
    .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;
    }


    .menu_top_wrap .menu_data_wrap{
        top:53px;
        position: fixed;
        height:100%;
        width:100%;
        right:0;
        z-index: 1000;
        overflow: auto;display:inline-block;
        padding:60px 0;
        padding-bottom: 125px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        transform: translateX(200%);

    }
    .menu_top_wrap .menu_data_wrap.active{
        transform: translateX(0);
    }
    .menu_top_wrap .menu_data_wrap{
        display:inline-block;
        float:left;
        background:transparent;

    }
    .menu_top_wrap .menu_data_wrap ul{
        width:100%;
    }

    .menu_top_wrap .menu_data_wrap ul li{
        width:100%;
        margin-left:0;
        padding: 0 20px;
        text-align: center;
    }
    .menu_top_wrap .menu_data_wrap ul li .menu_plus_icon{
        float: right;
        display: inline-block;
        font-size: 30px;
        padding-left: 10px;
        padding-right: 10px;
        line-height: 28px;
        color: #000;
        cursor: pointer;
    }
    .menu_top_wrap .menu_data_wrap ul li a{
        color:#000;
        font-size:17px;

        float:left;
    }
    .menu_top_wrap .menu_data_wrap ul .sub-menu{
        display:none;
    }
    .menu_top_wrap .menu_data_wrap ul .sub-menu a{
        font-family: rn_reg;
        padding: 5px;
        padding-left: 20px;

    }
    .menu_top_wrap .menu_data_wrap ul .sub-menu li{
        width:100%;
        float:left;
    }
    .icon_fix_wrap{
        z-index: 1001;
    }
    .specification_wrap{
        padding-top: 50px;
        padding-bottom: 80px;
    }
    .login_popup_wrap{
        padding:50px 10px;
    }
    .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;
        border: 1px solid rgba(0,0,0,0.1);
        margin-bottom: 20px;
    }
    .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;
    }
    .search_popup_wrap{

        padding:50px 20px;
        padding-top: 100px;

    }
    .search_popup_wrap .search_logo_wrap{
        width:80%;
        float:none;
        display:inline-block;
        margin-bottom: 30px;
    }
    .search_popup_wrap [type='text']{
        width:100%;
        float:left;
        display:inline-block;
        position: relative;
        padding:8px 10px;
        font-size:20px;
        color:#000;
        background:transparent;
        border:none;
        border-bottom: 1px solid #666;
    }
    .search_popup_wrap .close_wrap{
        position: absolute;
        top:10px;
        right:10px;
        z-index: 10;
    }

    .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;
    }
    .gallery_left_icon{
        left:-10px;
        width:45px;
        margin-top:-80px;
    }
    .gallery_right_icon{
        right:-10px;
        width:45px;
        margin-top:-80px;
    }
    .top_slider_arrow_left{
        left:20px;
        width:40px;
    }
    .top_slider_arrow_right{
        right:20px;
        width:40px;
    }
    .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:18px;
        text-align: center;
        padding-right: 0;
    }

    .fix_menu_wrap{
        z-index: 9999;
    }
    .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;
    }

    .mobile_image_wrap .gallery_right_icon{
        display:inline-block;
        position: relative;
        top:auto;
        right:auto;
        left:auto;
        -webkit-transform: none;
        transform: none;
    }
    .mobile_image_wrap .gallery_left_icon{
        display:inline-block;
        position: relative;
        top:auto;
        right:auto;
        left:auto;
        -webkit-transform: none;
        transform: none;
    }
    .mobile_image_wrap .owl-prev,
    .mobile_image_wrap .owl-next{
        display:inline-block;
    }

    .mobile_image_wrap .owl-next{
        margin-left:20px;
    }
    .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-left: 0px;
    }
    .checkout_parent_wrap .form_title + .full_wrap{
        margin-bottom: 10px;
    }
    .checkout_logo_wrap{
        text-align: center;
    }
    .checkout_cart_item_wrap{
        color:#000;
    }
    .checkout_cart_item_wrap .name_wrap a{
        color:#000;
    }
    .login_parent_wrap  .checkout_parent_wrap .half_wrap{
        text-align: left !important;
    }
    .checkout_parent_wrap .right_wrap{
        position:fixed;
        top: -100%;
        left:0;
        height:100%;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        width:100%;
        z-index: 10;
        padding-right: 20px;
        padding-left: 20px;
        background:#fff;
        -webkit-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.49);
        -moz-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.49);
        box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.49);

    }
    .checkout_parent_wrap .right_wrap.active{
        overflow: auto;
        top:0;
    }
    .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:-30px;
        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 .nav-tabs {
        display: none;
    }
    .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; /* Old browsers */

        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;
    }

    .specs_table tr td:last-child,
    .specs_table tbody{
        border-bottom:0
    }

    .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: 5px solid #b5b5b5;
        display: inline-block;
        position: relative;
        float: left;
        width: 100%;
    }
    .cart_table td {

        border-bottom: 1px solid #e4e4e4;
        padding: 10px;
        display: table-cell;
        font-size: 14px;
        vertical-align: middle
    }
    .cart_table td img {

        float: none
    }
    .cart_table thead{
        display:none;
    }
    .cart_table td.image,
    .cart_table td.name,
    .cart_table td.quantity,
    .cart_table td.total{
        width:100%;
        border-right:0;
        border-bottom:0;
        float:left;
        display:inline-block;
    }
    .cart_table td.total{
        bottom: 0;
        position: absolute;
        right: 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 td.total{
        width:50%;
    }
    .cart_btn_remove{
        width:30px;
    }
    .cart_table td.name{
        padding-left: 0;
    }
    .cart_table td.quantity{
        padding-left: 0;
        text-align: left;
    }
    .cart_table td.total{
        padding-top:15px;
        text-align:right;
        padding-right: 0;
        font-size:13px;
    }
    .cart_table .image img{

        float:left;
    }
    .cart_table .name{
        padding-right:80px ;
        min-height:80px;
    }
    .cart_table td.image{
        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: 15px !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;
    }
}