.checkout_login_info_wrap {
    float: right;
    display: inline-block;
    margin-top: 10px;
    color: #000;
}
.gridContainer.medium{
    max-width: 1250px;
}
@-webkit-keyframes shake{0%,100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shake{0%,100%{-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);-ms-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);-ms-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake; -webkit-animation-duration:0.3s;animation-duration:0.3s;-webkit-animation-fill-mode:both;animation-fill-mode:both}
@keyframes bg_badge {
    0 {background-color: #f44444;}
    50% {background-color: #f49797;}
    100% {background-color: #f44444;}
}
@keyframes bg_badge_green {
    0 {background-color: darkgreen;color:#fff;}
    50% {background-color: lightgreen;color:#000;}
    100% {background-color: darkgreen;color:#fff;}
}
.checkout_login_parent_wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: #fff;
    overflow: auto;
    padding: 100px 20px;
    display: none;
}
.badge_wrap{
    text-align: center;
    margin-bottom: 10px;
    position: absolute;
    top:20px;
    right:20px;
    font-family: luna_reg;
    z-index: 20;
}
.badge_wrap .badge{
    animation-name: bg_badge;
    color:#fff;
    background: #f44444;
    animation-duration:2s;
    animation-iteration-count: 20000;
}

.dis_badge_wrap{
    text-align: center;
    margin-bottom: 10px;
    position: absolute;
    top:60px;
    right:20px;
    font-family: luna_reg;
    z-index: 20;
}
.dis_badge_wrap .badge{
    animation-name: bg_badge_green;
    color:#fff;
    background: darkgreen;
    animation-duration:2s;
    animation-iteration-count: 20000;
}
.checkout_login_parent_wrap .panel-body {
    max-width: 1000px;
    margin: 0 auto;
    float: none;
    display: block !important;
}
.checkout_login_parent_wrap .close_wrap {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 10;
    cursor: pointer;
}
.btn_anchor.common_acnhor
{

    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;padding: 0;margin: 0;float: left;position: relative;text-align: center;padding: 20px;
    background: rgba(37,34,62,1);color: #fff;

}

.btn_anchor.common_acnhor:hover , .btn_anchor.common_acnhor:hover span
{
    color: #fff;
}

.btn_anchor.common_acnhor:before
{
    background-color: #ca8460;
}
.social_form_button a{
    background: white;
    display: inline-block;
    padding: 10px;
    color: #000;
}
.no_mbot{
    margin-bottom: 0 !important;
}

.para_anchor{
    text-decoration: none;
    border-bottom: 1px dashed #000;
    color:#333;
}
.para_anchor.white{
    border-color:#fff;
    color:#fff;
}
body{
    background:#e3e3e5
}
.form-group--number {
    position: relative;
    width: 180px;
    margin: 0 auto 20px;
}
.form-group--number input {
    height: 35px;
    border: 1px solid #f3f3f3;
    text-align: center;
    font-size: 11px;
    background:#efefef;
    font-weight: 700;
    letter-spacing: .1em;
    color: #000;
}
.ps-product__shopping{
    margin-top:20px;
}
.common_acnhor.black{
    background:rgba(0,0,0, 0.4);
    color:#fff;
}
.common_acnhor.black:before{
    background:rgba(0,0,0, 1);
}
.common_acnhor.black:hover span{
    color:#fff;
}
.ps-product__cart-action{
    width:100%;
    float:left;
    display:inline-block;
    position: relative;
    padding:0;
    margin-top:30px;
    text-align: center;
}
.ps-product__cart-action li{
    display:inline-block;
    position: relative;
    padding:0;
    text-align: center;
}
.ps-product__cart-action li + li{
    margin-left:10px;
}
.ps-product__cart-action li a{
    color:#000;
}
.ps-product__cart-action li img{
    width:20px;
}
.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.85);
    cursor: pointer;
}
.form-group--number span.down {
    left: 15px;
}
.form-group--number span.up {
    right: 15px;
}
.ps-product__size{
    width:100%;
    float:left;
    display:inline-block;
    position: relative;
    padding:0;
    text-align: center;
    margin-bottom: 0;
}
.ps-product__size li{
    float:left;
    display:inline-block;
    position: relative;
    padding:0;
    margin-bottom: 0;
}
.ps-product__size li + li{
    margin-left:10px;
}
.ps-product__size li a{
    float:left;
    display:inline-block;
    position: relative;
    background:#e3e3e5;
    text-decoration: none;
    padding:8px 10px;
    padding-bottom: 5px;
    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;
}
.ps-product__size li.current a,
.ps-product__size li a:hover{
    background:#25223e;
    color:#fff;
    text-decoration: none;
}
.ps-product__info .ps-product__size{
    text-align: center;
}
.ps-product__info .ps-product__size li{
    float:none;
}

.product_parent_wrap .product_data_parent_wrap .ps-product__size li{
    float:none;
}

.search_wrap{
    float:right;
    display:inline-block;
    position: relative;
}
.top_search_txt{
    float:right;
    display:inline-block;
    position: relative;
    z-index: 10;
    border:0;
    font-size:13px;
    background:none;
    border-bottom: 1px solid #fff;
    color:#fff;
}
.pagination{
    width:auto !important;
    float:none !important;
    margin-bottom: 50px !important;
}
.pagination li{
    width:auto !important;
    margin-bottom: 0 !important;
    margin-right: 0 !important;
}
.pagination li a,
.pagination li span{
    margin-top:0 !important;
    font-size:15px !important; font-family: luna_reg;
    padding:8px 10px !important;
}
.home_gallery_wrap ul li h2{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pagination li a:hover,
.pagination li span:hover{
    background:#000 !important;
    border-color:#000 !important;
    color:#fff !important;
}
.cat_desc_wrap{
    margin-bottom: 50px;
    color:#000;
}
.cat_desc_wrap .common_header{
    padding-bottom: 10px;
}
.product_desc_parent_wrap .ul_parent li p{
    text-align: left;
}
.cat_desc_wrap p{
    color:#000;
}
.ps-heading{

}
.ps-select{
    float:left;
    display:inline-block;
    position: relative;
    padding:8px 10px;
    font-family: luna_reg;
    border:1px solid #999;
    color:#000;
    font-size:15px;
    line-height: 18px;
}
.ps-hero{
    background:#25223e;
    padding-top:150px;
    margin-bottom: 50px;
    font-family: luna_reg;
    padding-bottom: 20px;
    text-align: right;
}
.ps-hero__heading{
    font-family: crimson_reg;
    color:#fff;
}
.ps-product__info{
    width:100%;
    float:left;
    display:inline-block;
}
.ps-product__info .ps-product__title{
    width:100%;
    float:left;
    font-family: crimson_reg;
    color:#000;
    font-size:20px;
    display:inline-block;
}
.info_parent_wrap p,
.info_parent_wrap li{
    color:#000;
    font-size:13px;
}
.info_parent_wrap{
    margin-bottom: 30px;
}
.empty_wrap{
    margin-bottom: 30px;
}
.empty_wrap,.empty_wrap p{
    color:#000;
    font-size:20px;
    text-align: center;
}
.breadcrumb{
  background:transparent;
    padding:0;
    opacity: 0.5;
    font-size:11px;
    padding-top: 20px;
}
.breadcrumb a{
    color:#fff;
}
.ps-filter{
    width:100%;
    float:left;
    display:inline-block;
    position: relative;
    margin-bottom: 30px;
}
.ps-filter .ps-filter__right{
    float:right;
    display:inline-block;
}
.owl_full_height,
.owl_full_height .owl-stage-outer,
.owl_full_height .owl-stage-outer .owl-stage,
.owl_full_height .owl-stage-outer .owl-stage .owl-item{
    height:100%;
}
.white-popup-block {
    background: #eee;
    padding: 20px 30px;
    text-align: left;
    max-width: 650px;
    margin: 40px auto;
    position: relative;
    float: none;
}
.product_parent_wrap .product_data_parent_wrap h4 del{
    font-size:60%;
    color:#454444;
}
.product_parent_wrap .ps-product__size li a{
    border:1px solid #25223e;
}
.menu>li{
	margin-right:30px;
}

.menu a,.ps-footer--1 .ps-footer__nav li a{
    text-decoration: none;
}
.ps-product--detail .ps-product__content .tab-content,
.ps-product--detail .ps-container-fluid{
    width:100%;
    float:left;
    display: inline-block;
}
.specs_table{
    width:100%;
    float:left;
    position:relative;
    text-align: left;
    border-collapse:separate;
    border-spacing: 10px;
}
.specs_table tr td{
    padding:10px;
    font-size:13px;
    border-right:1px solid #BBBBBB;
    position:relative;
    border-bottom:1px solid #BBBBBB;
}
.review_img{
    width:20px;
}
.product_parent_wrap .product_data_parent_wrap .form-group--number input{
    border:none;
}
.ps-product__variants h5{
    width:100%;
    float:left;
    text-align: center;
    display: inline-block;
}
.ps-product__variants .text-danger{
    width:100%;
    float:left;
    text-align: center;
    margin-top:10px;
    display: inline-block;
}
.specs_table tr td:last-child{
    border-bottom:1px solid #BBBBBB;
    border-right:0;
}
.table_wrap {
    display: table;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.table_wrap .cell_wrap {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.ps-collection__morelink,.ps-btn{
    text-decoration: none !important;
    /*color:#000;*/
}
.ps-rating img{
    width:10px;
}
.ping_notification_bg_wrap{
    position: fixed;
    left: 0px;
    width: 100%;
    top:0;
    height:100%;
    z-index: 9999;
    background:rgba(255,255,255,0.75);
    display:none;
}
.ping_notification_wrap{
    position: fixed;
    bottom: -300px;
    left: 0px;
    width: 100%;
    padding:100px 40px;
    z-index: 10000;
    text-align: left;
    background:#25223e;
    -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: none;
}
.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;
}
.notification{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:9999999;
    background:rgba(0,0,0, 0.95);
    text-align: center;
    display:none;
}
.full_wrap{
    width:100%;
    float:left;
    display:inline-block;
    position: relative;
}
.f_none{
    float:none;
}
.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;
}
.cat_desc_wrap{
    margin-top:40px;
}
.cat_desc_wrap .ps-heading{
    margin-bottom: 30px;
}
.pagination_wrap{
    text-align: center;
}
.pagination>li>a, .pagination>li>span{
    color:#000;
    background:#fff;
    border-color:#000;
}
.pagination li.active span{
    color:#fff;
    background:#000;
    border-color:#000;
}
.mfp-bg{
    background:rgba(0,0,0, 0.95);
}
.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;
}
.header--1 .ps-logo{
    max-width:200px;
    margin-top:-8px;
}
.margin_top_20 {
    margin-top: 20px;
}
.cart_table.subtotal_cart{
    margin-top:20px;
}
.cart_offer_wrap{
    margin-top:20px;
}
.cart_offer_wrap .coupon_code_wrap{
    float:left;
    display:inline-block;
    position:relative;
    padding:10px;
    font-size:20px;
    letter-spacing:2px;
    border: 2px dashed #fff;
    color: #fff;
    width:45%;
    text-align: center;
    text-transform:uppercase;
    font-weight:700;
    margin-right:5%;
    cursor:pointer;
}
.coupon_wrap .form-control{
height:49px;
}
.cart_offer_wrap .coupon_info_wrap{
    float:left;
    display:inline-block;
    position:relative;
    font-size:12px;
    width:50%;
    padding-top:15px;
    color:#fff;
}
.cart_offer_wrap .coupon_info_wrap.multiline{
    padding-top:8px;
}
.cart_table {
    width: 100%;
    text-align: center;
}
.cart_table th {
    text-align: center;
    font-weight: normal;
    font-size: 16px;
    border-bottom: 3px solid #eee;
    color: #000;
    display: table-cell;
    padding-top: 10px;
    cursor:pointer;
    padding-bottom: 10px;
    font-size: 14px;
    vertical-align: middle;
    text-transform: uppercase;
}
.coupon_wrap label{
    color:#fff;
}
.cart_table .input-group{
    border-collapse: separate;
    border-spacing: 0;
}

.cart_table .input-group input{
    text-align: center;
}
.cart_table td {
    color:#000;
    border-bottom: 1px solid #eee;
    padding: 10px;
    display: table-cell;
    font-size: 14px;
    vertical-align: middle
}
.ps-main{
    width:100%;
    float:left;
    display:inline-block;
}
.page_container_wrap.mbot{
    margin-bottom: 50px;
}
.cart_table td img {

    float: none
}
.order_total_wrap .cart_table td{
    color:#fff;
}
.fb_loader, .google_loader {
    width: 35px;
    opacity: 0;
    display: inline-block;
}
.container.small{
    width:500px;
}
.social_form_button{
    margin-top:20px;
}
.form_title{
    margin-top: 20px;
}
.form-horizontal .control-label{
    padding-top: 9px;
}
.ps-hero form{
    text-align: left;
}
body.checkout-checkout .ps-hero__heading{
    color:#000;
}
p.color_black{
    color:#000;
}
.panel-group{
    margin-top:25px;
}
body.checkout-checkout .social_form_button a{
    color:#000;
}
body.checkout-checkout{
    background:#fff;
}
.btn_anchor.common_acnhor.margin_left_10{
    margin-left:10px;
}
.cart_table.color_white th,
.cart_table.color_white td{
    color:#fff;
}
.color_white,
.radio-inline.color_white{
color:#fff;
}
.account_hero_wrap .info_table_wrap .gradient_bg{
    background:#fff;
}
.account_hero_wrap .info_table_wrap tbody,
.account_hero_wrap .info_table_wrap tfoot{
    color:#fff;
}
.account_list_wrap .single_item_wrap a{
    width:100%;
    float:left;
    display:inline-block;
    position:relative;
    text-decoration: none;
    color:#000;
    text-align: center;
    margin-bottom: 30px;
    padding:20px;
    background:#fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.account_list_wrap .single_item_wrap a:hover{
   opacity:0.80;
}
.account_list_wrap .single_item_wrap .text_wrap{
    font-size:15px;
    text-transform: uppercase;
    letter-spacing:0.1em;
    margin-top:10px;
    opacity:0.8;
}
.address_list_table_parent{
    margin-bottom: 10px;
    background:#eee;
    padding:10px;
    margin-top:10px !important;
}
.address_list_table{
    color:#000;
    margin-bottom: 0;
}
.address_td{
    font-size:14px;
}
.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;
}
.header_bg_title{
    width:100%;
    float:left;
}
.return_prod_list_wrap{
    background: #fff;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.returns_prod_wrap .return_info_wrap .img_wrap{
    width: 30%;
    float:left;
    display:inline-block;
    position: relative;;
    padding-right: 20px;
}
.img_td {
    width: 100px;
}
.checkout_main_wrap{
    padding:0;
}
.checkout_parent_wrap .right_wrap .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-bottom: 50px;
    border-right:1px solid #eee;
}
.checkout_parent_wrap .right_wrap{
    padding-left:40px;
    width:40%;
    padding-top: 50px;
    padding-bottom: 50px;
    float:left;
}
.ps-hero__heading.med{
    font-size:25px;
}
.checkout_cart_item_wrap{
    width:100%;
    float:left;
    display:table;
    margin-bottom: 20px;
    border-bottom: 1px solid #aeaeae;
    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 #eee;
}
.checkout_cart_item_wrap .qty{
    min-width:20px;
    height:20px;
    background:#000;
    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.last .name_wrap,
.checkout_cart_item_wrap.last .total_wrap{
    font-size:25px;
}
.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;
}
.payment_radio{
    float:left;
    display:inline-block;
    margin:10px !important;
}
.payment_radio label{
    color:#fff;
    padding-left: 0;
    padding:10px;
    background:#000;
    margin-bottom: 10px;
    margin-top:0 !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border:1px solid #eee;
    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 label:hover{
    background: #eee;
    color:#000;
}
.payment_radio input[type='radio']{
    display:none;
}
.checkout_parent_wrap legend{
    margin-bottom: 0;
}
.panel-body{
    padding-left: 0;
    padding-right: 0;
}
.ps-product--detail.popup_detail_wrap{
    padding-top: 0;
}
.ps-product--detail.popup_detail_wrap .ps-product__thumbnail{
    padding-bottom: 0;
    text-align: center;
    margin-bottom: 0;
}
.ps-product--detail.popup_detail_wrap .ps-product__nav{
    float:none;
    display: inline-block;
    width: 100px;
}
.ps-product--detail.popup_detail_wrap .ps-product__title{
    float:none;
    font-size:18px;

    display: inline-block;
}
.mfp-bg{
    z-index:99999999
}
.mfp-wrap{
    z-index:999999999
}
.map_wrap iframe{
    float:left;
    width:100%;
}
.img_anchor{
    padding:0 !important;
    margin:0 !important;
}
.slider_arrow_left{
    position: absolute;
    top:50%;
    left:20px;
    margin-top:-18px;
    z-index: 10;
}
.slider_arrow_right{
    position: absolute;
    top:50%;
    right:20px;
    margin-top:-18px;
    z-index: 10;
}
.top_slider_wrap .owl-controls{
    position: absolute;
    bottom:20px;
    left:0px;
    width:100%;
    z-index:10;
}
.top_slider_wrap .owl-dots{
    display:none !important;
}
.top_slider_wrap .owl-nav [class*=owl-]{
    margin: 0 !important;
    padding: 0 !important;
    background: #fff !important;
}
.top_slider_wrap .owl-nav{
    margin-top:0 !important;
}
.cart_table td.quantity .form-control{
    width: 50px;
    min-width: 50px;
    height:34px;
    max-width: 50px;
}
.cart_table td.quantity .input-group-btn{
    display: inline-block;
}
.cart_table td.quantity .btn{
    width:40px;
}
.ps-section--product-history h3{
    font-size:45px;
}
.ps-product--detail .ps-product__price del{
    font-size: 60%;
    color: #9a9a9a;
}
.menu_wrap .close_icon{
    display:none;
}
.noti_wrap{
    text-align: left;
}
.cart_parent_wrap{
    padding:20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background:#fff;
}
.order_total_wrap{
    padding:20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background:#25223e;
}
.align_center{
    text-align: center;
}
.login_parent_wrap{
    margin-top:50px;
}
.login_parent_wrap .login_child_wrap{
    width:50%;
    float:left;
    display:inline-block;
    text-align: left;
    margin-bottom: 50px;

}
.ps-hero.account_hero_wrap{
    padding-bottom: 50px;
    text-align: left;
}
.ps-hero.account_hero_wrap .header_bg_title{
    color:#fff;
}
.control-label.white{
    color:#fff;
}
.form_title{
    color:#000;
}
.common_input{
    width:100%;
    float:left;
    display:inline-block;
    position: relative;
    border:0;
    font-size:14px;
    padding:10px;
    color:#fff;
    background:transparent;
    border-bottom: 1px solid #fff;
}
.common_input.black{
    color:#000;
    border-color:#000;
}
.login_parent_wrap .form_title{
color:#fff;
}
.login_parent_wrap .login_child_wrap.full{
width:100%;
    padding-left: 0 !important;
    padding-right:0 !important;
}
.login_parent_wrap .login_child_wrap:nth-child(odd){
    padding-right: 50px;
}
.login_parent_wrap .login_child_wrap:nth-child(even){
    padding-left: 50px;
}
.gridContainer.med{
    max-width:500px;
    min-width:500px;
}
.account_hero_wrap .common_acnhor{
    color:#fff;

}
.account_hero_wrap .common_acnhor span{
    -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;
}
.checkout_logo_wrap img{
    max-width: 180px;
}
.margin_top_10{
    margin-top:10px;
}
.pre_footer{
    margin-top:0;
}
.product_highlight_wrap
{
    margin:30px 0;
}

.product_highlight_wrap .content_wrap
{
    position: absolute;width: 100%;left: 0px;top: 0px;z-index: 20;
    height:100%;
}

.product_highlight_wrap .content_wrap .common_header
{
    color: #fff;font-size:40px;margin-top: 0;    letter-spacing: 0.1em;
}

.product_parent_wrap .product_image_parent_wrap .owl-nav{
    margin-top:20px;
    width:100%;
    float:left;
    text-align: center;
}
.product_parent_wrap .product_image_parent_wrap .owl-nav .gallery_left_icon{
    display:inline-block;
}
.product_parent_wrap .product_image_parent_wrap .owl-nav .owl-prev{
    float:left;
    display:inline-block;
    width:80px;
}
.product_parent_wrap .product_image_parent_wrap .owl-nav .owl-next{
    float:right;
    display:inline-block;
    width:80px;
}
.ps-main .error_full_wrap{
    color:red;
}
.color_black{
    color:#000;
}
.no_mtop{
    margin-top:0;
}
.ps-main.contact_main_wrap{
    padding-top: 50px;
}
.product_desc_parent_wrap{
    margin-top:20px;
}
.menu_plus_icon{
    display:none;
}
.out_of_stock_prod_wrap {
    position: absolute;
    top: -10px;
    left: -20px;
    z-index: 10;
}
.prod_3icon_img{
    position:absolute;
    bottom:70px;
    pointer-events: none;

    left:-10px;
    z-index: 10;
}
.whatsapp_fix_wrap{
    position:fixed;
    bottom:20px;
    left:20px;
    z-index: 100;
}
.home_category_wrap{
    background:#fff;
}
.home_gallery_wrap{
    padding-top: 50px;
}
.footer_wrap .address_wrap .half_wrap:nth-child(1) p{
    text-align: left;
}
.discount_per {
    position: absolute;
    top: 70px;
    right: 0px;
    background-color: #d5895d;
    display: inline-block;
    padding: 0 10px;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    line-height: 20px;
    text-transform: uppercase;
    text-align: center;
    min-width: 50px;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    z-index: 10;
}
.blog_list_ul{
    margin-bottom: 50px;
}
.home_popup_wrap{
    position: relative;
    background: #FFF;
    padding: 0px;
    width: auto;
    max-width: 750px;
    margin: 20px auto;
}
.home_popup_wrap .mfp-close{
    color:#fff !important;
}
.blog_list_ul,
.blog_list_ul li{
    width:100%;
    float:left;
    display:inline-block;
    position: relative;
    padding: 0;
    margin:0;
}
.blog_list_ul li + li{
    padding-top: 30px;
    margin-top: 30px;
    border-top:1px solid #ffffff
}
.blog_list_ul li .img_wrap{
    width:60%;
    float:left;
    display:inline-block;
}
.blog_list_ul li .title_wrap{
    margin-bottom: 20px;
}
.blog_list_ul li .desc_wrap p{
    margin-top: 0;
}
.article-description p{
    color:#000;
}
.blog_list_ul li .desc_wrap{
    margin-bottom: 20px;
}
.blog_list_ul li .title_wrap a{
    font-size:30px;
    color:#000;

}
.blog_list_ul li .info_wrap{
    width:40%;
    padding-left:40px;
    float:left;
    display:inline-block;
}
.desc_wrap p{
    color:#000;
}
.blogs_parent_wrap{
    padding-bottom: 80px;
}
@media only screen and (min-width: 1100px) and (max-width: 1400px) {
	.menu>li {
    	margin-right: 20px;
	}
}
@media only screen and (min-width: 1100px) {
    .footer_wrap .address_wrap .half_wrap:nth-child(1){
        padding-right: 20px;
    }
    .footer_wrap .address_wrap .half_wrap:nth-child(2){
        padding-left: 20px;
    }
    .top_menu_wrap .menu_wrap ul .sub-menu{
        position:absolute;
        top:100%;
        left:0;
        min-width:100%;
        width: auto;

        opacity:0;
        visibility: hidden;
        padding:0;
    }
    .top_menu_wrap .menu_wrap ul li:hover a{
        background-color: #fff;
        color: #000;
        text-decoration: none;
    }
    .top_menu_wrap .menu_wrap ul li:hover .sub-menu{
        opacity:1;
        visibility: visible;
    }
    .top_menu_wrap .menu_wrap ul .sub-menu li{
        width:100%;
        margin:0;
        padding:0;
    }
    .top_menu_wrap .menu_wrap ul .sub-menu li a{
        width:100%;
        padding:10px 15px;
        padding-right: 30px;
        white-space: nowrap;
        margin:0;
        background:#fff;
        color:#000;
        margin-bottom: 1px;
    }
    .top_menu_wrap .menu_wrap ul .sub-menu li a:hover{
        background:#000;
        color:#fff;
    }



    .gridContainer.lg{
        min-width:900px;
        max-width:900px;
    }
    .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);
    }
}
@media only screen and (min-width: 786px) and (max-width: 1100px) {
    .footer_wrap .address_wrap .half_wrap:nth-child(1){
        padding-right: 20px;
    }
    .footer_wrap .address_wrap .half_wrap:nth-child(2){
        padding-left: 20px;
    }
    .top_menu_wrap .menu_wrap ul .sub-menu{
        position:absolute;
        top:100%;
        left:0;
        min-width:100%;
        width: auto;

        opacity:0;
        visibility: hidden;
        padding:0;
    }
    .top_menu_wrap .menu_wrap ul li:hover a{
        background-color: #fff;
        color: #000;
        text-decoration: none;
    }
    .top_menu_wrap .menu_wrap ul li:hover .sub-menu{
        opacity:1;
        visibility: visible;
    }
    .top_menu_wrap .menu_wrap ul .sub-menu li{
        width:100%;
        margin:0;
        padding:0;
    }
    .top_menu_wrap .menu_wrap ul .sub-menu li a{
        width:100%;
        padding:10px 15px;
        padding-right: 30px;
        white-space: nowrap;
        margin:0;
        background:#fff;
        color:#000;
        margin-bottom: 1px;
    }
    .top_menu_wrap .menu_wrap ul .sub-menu li a:hover{
        background:#000;
        color:#fff;
    }
    .order_total_wrap{
        margin-top:20px;
    }
    .ps-main{
        padding-top: 50px;
    }

    .checkout_parent_wrap .left_wrap{
        width:100%;
        padding-right: 0;
    }
    .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:#f4f4f4;
        -webkit-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.49);
        -moz-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.49);
        box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.49);

    }
    .checkout_parent_wrap .right_wrap.active{
        overflow: auto;
        top:0;
    }
    .checkout_parent_wrap .right_wrap .mob_cart_btn{
        display:inline-block;
        position: absolute;
        top:100%;
        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:20px;
        right:20px;
        display: inline-block;
        z-index: 1;
    }
    .ps-product--1 .ps-product__actions{
        opacity:1;
        visibility: visible;
        -webkit-transform: translateX(20px);
        -moz-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -o-transform: translateX(20px);
        transform: translateX(0px);
    }
    .ps-product--1 .ps-product__shopping{
        opacity:1;
        visibility: visible;
        -webkit-transform: translate(-50%,0);
        -moz-transform: translate(-50%,0);
        -ms-transform: translate(-50%,0);
        -o-transform: translate(-50%,0);
        transform: translate(-50%,0);
    }
}
@media only screen and (min-width: 481px) and (max-width: 786px) {
    .footer_wrap .address_wrap .half_wrap:nth-child(1){
        padding-right: 20px;
    }
    .footer_wrap .address_wrap .half_wrap:nth-child(2){
        padding-left: 20px;
    }
    .whatsapp_fix_wrap{
        width:50px;
        bottom:90px;
    }
    .footer_wrap .main_half_wrap{
        width:100%;
        margin-bottom: 50px;
    }
    .footer_wrap .main_half_wrap.address_wrap .anchor_wrap{
        margin-top: 50px;
    }
    .top_menu_wrap .menu_wrap ul .sub-menu{
        margin-top:0;
        display:none;
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        -ms-transition: none;
        padding-left: 30px;
        transition: none;
    }
    .top_menu_wrap .menu_wrap ul .sub-menu li a{
        font-size:17px;
    }
    .menu_plus_icon {
        float: right;
        display: inline-block;
        font-size: 40px;
        padding-left: 10px;
        padding-right: 10px;
        line-height: 47px;
        color: #fff;
        cursor: pointer;
    }


    .product_highlight_wrap .content_wrap
    {
        display: inline-block;width: 100%;text-align: center; -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;padding: 40px;
        position: relative;
        top:auto;
        left:auto;
        height:auto;
    }

    .product_highlight_wrap .content_wrap .common_header
    {
        color: #bc7855;font-size: 30px;text-shadow:none;
    }

    .product_highlight_wrap .content_wrap p
    {

        color: #9a9a9a

    }
    .order_total_wrap{
        margin-top:20px;
    }
    .ps-hero{
        padding-top: 90px;
    }
    .search_wrap{
        float:none;
        margin-left:25px;
    }
    .menu_wrap .close_icon{
        position: absolute;
        top:45px;
        right:20px;
        z-index: 10;
        display:inline-block;
    }
    .top_menu_wrap .menu_wrap{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background:#1e1a38;
        padding-bottom: 50px;
        overflow: auto;
    }
    .top_menu_wrap .menu_wrap ul{
        width:100%;
        float:left;
        display:inline-block;
        margin-left: 0;
        background:transparent;
        margin-top:30px;
    }
    .top_menu_wrap .menu_wrap ul li{
        width:100%;
        float:left;
        display:inline-block;
        margin-left: 0;
    }
    .top_menu_wrap .menu_wrap ul li a{
        font-size:20px;
        float:left;
    }
    .top_menu_wrap .top_icon_wrap{
        display: inline-block;
        text-align: left;
    }
    .top_menu_wrap .top_icon_wrap a{
        float:none;
    }
    .ps-main{
        padding-top: 50px;
    }
    .ps-filter .ps-filter__left{
        display:none;
    }

    .checkout_parent_wrap .left_wrap{
        width:100%;
        padding-right: 0;
    }
    .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:#f4f4f4;
        -webkit-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.49);
        -moz-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.49);
        box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.49);

    }
    .checkout_parent_wrap .right_wrap.active{
        overflow: auto;
        top:0;
    }
    .checkout_parent_wrap .right_wrap .mob_cart_btn{
        display:inline-block;
        position: absolute;
        top:100%;
        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:20px;
        right:20px;
        display: inline-block;
        z-index: 1;
    }
    .ps-product--1 .ps-product__actions{
        opacity:1;
        visibility: visible;
        -webkit-transform: translateX(20px);
        -moz-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -o-transform: translateX(20px);
        transform: translateX(0px);
    }
    .ps-product--1 .ps-product__shopping{
        opacity:1;
        visibility: visible;
        -webkit-transform: translate(-50%,0);
        -moz-transform: translate(-50%,0);
        -ms-transform: translate(-50%,0);
        -o-transform: translate(-50%,0);
        transform: translate(-50%,0);
    }
    .badge_wrap{
        top:80px;
    }
    .dis_badge_wrap{
        top:120px;
    }
}

@media only screen and (max-width:480px){
    .badge_wrap{
        top:60px;
    }
    .dis_badge_wrap{
        top:94px;
    }
    .product_btns_wrap{
        position: fixed;
        bottom:60px;
        left:0;
        width:100%;
        z-index: 1000;
        background: #fff;
        padding: 10px;
        display:flex;
    }
    .blog_list_ul li .img_wrap{
        width:100%;
        float:left;
        display:inline-block;
    }
    .blog_list_ul li .title_wrap a{
        font-size:20px;
    }
    .blog_list_ul li .info_wrap{
        width:100%;
        padding: 0;
        margin-top: 20px;
    }
	.copyright_wrap p{
		text-align:left !important;
		
	}
    .discount_per{
        top:auto;
        font-size:11px;
        bottom:10px;
    }
    .whatsapp_fix_wrap{
        width:40px;
        bottom:70px;
        left:10px;
    }
    .prod_3icon_img{
        width:120px;
        left:0;
    }
    .footer_wrap{
        padding-bottom: 80px;
    }
    .pre_footer{
        padding-bottom: 0;
    }
    .footer_wrap .half_wrap{
        padding-top: 10px;
    }
    .footer_wrap .main_half_wrap{
        padding-top: 0;
    }
    .product_parent_wrap{
        padding-bottom: 0px;
    }
    .out_of_stock_prod_wrap{
        width:60px;
        left:-10px;
    }
    .top_menu_wrap .menu_wrap ul li a{
        float:left;
    }
    .menu_plus_icon {
        float: right;
        display: inline-block;
        font-size: 40px;
        padding-left: 10px;
        padding-right: 10px;
        line-height: 47px;
        color: #fff;
        cursor: pointer;
    }
    .top_menu_wrap .menu_wrap ul .sub-menu{
        margin-top:0;
        display:none;
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        -ms-transition: none;
        padding-left: 30px;
        transition: none;
    }
    .top_menu_wrap .menu_wrap ul .sub-menu li a{
        font-size:13px;
    }
    .ps-main.contact_main_wrap .col-sm-6 + .col-sm-6{
        margin-top:40px;
    }
    .product_parent_wrap .product_image_parent_wrap .owl-nav .owl-next,
    .product_parent_wrap .product_image_parent_wrap .owl-nav .owl-prev{
        width:60px;
    }
    .product_parent_wrap .product_image_parent_wrap .owl-nav{
        padding-left: 20px;
        padding-right: 20px;
    }
    .product_highlight_wrap .content_wrap
    {
        display: inline-block;width: 100%;text-align: center; -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;padding: 40px 0px;
        padding-bottom: 0;
        position: relative;
        top:auto;
        left:auto;
        height:auto;
    }

    .product_highlight_wrap .content_wrap .common_header
    {
        color: #bc7855;font-size: 20px;text-shadow:none;
    }

    .product_highlight_wrap .content_wrap p
    {

        color: #9a9a9a

    }
    .account_hero_wrap .login_parent_wrap{
        margin-top:10px;
    }
    .login_parent_wrap .login_child_wrap{
        width:100%;
    }
    .login_parent_wrap .login_child_wrap:nth-child(odd){
        padding-right: 0px;
    }
    .login_parent_wrap .login_child_wrap:nth-child(even){
        padding-left: 0px;
    }
    .order_total_wrap{
        margin-top:20px;
    }
    .home_gallery_wrap ul li span{
        padding-left: 10px;
        padding-right: 10px;
    }
    .ps-hero{
        padding-top: 90px;
    }
    .common_acnhor.mob_small_pad{
        padding-left:20px;
        padding-right: 20px;
    }
    .ps-product__cart-action li a{
        font-size:11px;
    }
    .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;
    }
    .search_wrap{
        float:left;
        margin-left:0px;
        width:100%;
        position: relative;
        margin-top:20px;
        padding-left:40px;
    }
    .search_wrap img{
        float:left;
        position: absolute;
        top:0;
        left:0;
    }
    .search_wrap .top_search_txt{
        width:100%;

    }
    .slider_arrow_left{
        top:auto;
        bottom:30px;
        width:50px;
    }
    .slider_arrow_right{
        top:auto;
        bottom:30px;
        width:50px;
    }
    .menu_wrap .close_icon{
        position: absolute;
        top:31px;
        right:20px;
        width:20px;
        z-index: 10;
        display:inline-block;
    }
    .top_menu_wrap .top_icon_wrap a{
        margin-left:0;
        margin-right:20px;
    }
    .top_menu_wrap .menu_wrap{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background:#1e1a38;
        overflow: auto;
        padding-bottom: 40px;
    }
    .top_menu_wrap .menu_wrap ul{
        width:100%;
        float:left;
        display:inline-block;
        margin-left: 0;
        background:transparent;
        margin-top:30px;
    }
    .top_menu_wrap .menu_wrap ul li{
        width:100%;
        float:left;
        display:inline-block;
        margin-left: 0;
    }
    .top_menu_wrap .menu_wrap ul li a{
        font-size:15px;
    }
    .top_menu_wrap .top_icon_wrap{
        display: inline-block;
        text-align: left;
        margin-top:0px;
        padding-top: 0;
    }
    .top_menu_wrap .top_icon_wrap a{
        float:none;
    }

    .top_menu_wrap .menu_wrap ul{
        margin-top:0;
    }

    .ps-section--product-history h3{
        font-size:30px;
    }
    .ps-section--product-history{
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .header--1 .ps-logo{
        margin-top:0;
    }
    .ps-main{
        padding-top: 50px;
    }
    .ps-filter .ps-filter__left{
        display:none;
    }
    .rev_slider img, .tp-simpleresponsive img{
        max-width:100% !important;
    }
    #button-back{
        margin-top:20px;
    }
    .checkout_parent_wrap .left_wrap{
        width:100%;
        padding-right: 0;
    }
    .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:#f4f4f4;
        -webkit-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.49);
        -moz-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.49);
        box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.49);

    }
    .checkout_parent_wrap .right_wrap.active{
        overflow: auto;
        top:0;
    }
    .checkout_parent_wrap .right_wrap .mob_cart_btn{
        display:inline-block;
        position: absolute;
        top:100%;
        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:20px;
        right:20px;
        display: inline-block;
        z-index: 1;
    }
    .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: 1px solid #ddd !important;
    }
    .table_view tr td,
    .table_view tr th{
        text-align:left !important;
        border:0 !important;
        white-space: normal !important;
    }
    .table_view tr td + td{

        border-top: 1px solid #ddd !important;

    }
    .table_view tr + tr{
        border-top: 3px solid #ddd !important;
    }
    .table_view tfoot{
        border-top: 3px solid #ddd !important;
    }
    .hide_in_mobile{
        display:none !important;
    }
    .for_mobile,.mob_label{
        display:inline-block;
    }
    .address_list_table,
    .address_list_table tbody,
    .address_list_table tr,
    .address_list_table td{
        width:100%;
        float:left;
        text-align:left;
        display:inline-block;
    }
    .form-horizontal .control-label{
        padding-top: 15px;
        float:left;
    }
    .ps-product--1 .ps-product__actions{
        opacity:1;
        visibility: visible;
        -webkit-transform: translateX(20px);
        -moz-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -o-transform: translateX(20px);
        transform: translateX(0px);
    }
    .ps-product--1 .ps-product__shopping{
        opacity:1;
        visibility: visible;
        -webkit-transform: translate(-50%,0);
        -moz-transform: translate(-50%,0);
        -ms-transform: translate(-50%,0);
        -o-transform: translate(-50%,0);
        transform: translate(-50%,0);
    }
    .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{
        padding:10px;
    }
    .specs_table tr td{
        width:100%;
        float:left;
        display:inline-block;
        position:relative;
        padding:0px;
        border:0;
        font-size:12px;
        position:relative;
    }
    .specs_table tr td:last-child{
        border:0;
    }
    .specs_table tr td+td{
        padding-top: 10px;
    }

    .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 #e4e4e4;
        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:40px;
        max-width: 40px;
        min-width: 40px;
    }
    .cart_table td.quantity{
        width:60%;
    }
    .cart_table td.quantity .input-group{
        max-width: 100%;
    }
    .cart_table td.quantity .input-group-btn{
        float: left;
        width: 100px;
    }
    .cart_table td.quantity .btn{
        float: left;
        width: 45px;
    }
    .cart_table td.total{
        width:40%;
    }
    .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;
        white-space: nowrap;
    }
    .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: 13px !important;
    }
    .buttons .ps-btn{
        width:100%;
        text-align: center;
    }
    .buttons .form_btn{
        width:100%;
        text-align: center;
    }
    .buttons .pull-left,
    .buttons .pull-right{
        width:100%;
        float:left;
        display: inline-block;
    }
    .buttons .pull-left .common_acnhor,
    .buttons .pull-right .common_acnhor{
        width:100%;
        text-align: center;
    }
    .buttons .pull-left + .pull-right,
    .buttons .pull-right + .pull-left{
        margin-top:20px;
    }
    .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;
    }
    .top_bg_small{
        height:auto;
    }
    .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;
    }
    .header__cart .dropdown-menu{
        right:-80px;
    }
    .ps-product--detail.popup_detail_wrap .ps-btn{
        padding-left:20px;
        padding-right: 20px;
    }
    .ps-filter .ps-filter__categories li{
        margin-right:0;
    }
    .coupon_wrap .input-group .common_acnhor{
        padding-left: 10px;
        padding-right:10px;
    }
    .coupon_wrap .form-control{
        height:40px;
    }
    .ps-product__cart-action li{
        margin-bottom: 10px;
    }
    .ps-product__cart-action li img{
        float: left;
        display: inline-block;
        margin-top: -2px;
        margin-right: 3px;
    }
}
