.pointer{
    cursor: pointer;
}
.product-shortcode.style-1 .preview img{
    width:100%;
}
.product-shortcode.pad_tb{
    padding-top: 50px;
    padding-bottom: 50px;
}
button.button{
    border:none;
}
b,strong{
    font-weight: 900;
    font-family: 'Raleway', sans-serif;
}
.simple-input, .SumoSelect > .CaptionCont{
    border-color:#e2e2e2;
}
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio]{
    position: absolute;
     margin-left: 0px;
    top: 3px;
    left: 0;
    width: auto;
}
.full_wrap,.empty-space,.products-content,.product_filter_wrap .checkbox-entry,.footer-contact{
    width:100%;
    float:left;
    display:inline-block;
    position: relative;
}
img{
    max-width: 100%;
}
.simple-input + .text-danger{
    margin-top:5px;
}
#logo img{
    max-width: none;
}
.quantity-select{
    text-align: center;
}
.quantity-select input{
    text-align: center;
}
.product-shortcode .animate-to-green{
    height: 36px;
    overflow: hidden;
}
.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;
}
.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: 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;
}


.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:#00a1e4;
    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 small{
    opacity:0.8
}
.checkout_cart_item_wrap .name_wrap{
    padding:0 15px;
    font-size: 12px;
    line-height: 16px;
}
.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;
}
.swiper-pagination-bullet-active{
    border-color:#00a1e4 !important;
}
.payment_radio .payment_radio_btn{
    color:#000;
    padding-left: 0;
    padding:10px;
    background:#00a1e4;
    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{
    padding:10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    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: #000;
    color:#fff;
    font-weight: 700;
    letter-spacing: 0.1em;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
}
.table_view{
    background:#fff;
}
#go_to_top a{
    background: #ffc100; /* Old browsers */
    background: -moz-linear-gradient(top, #ffc100 0%, #af7000 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffc100 0%,#af7000 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffc100 0%,#af7000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc100', endColorstr='#af7000',GradientType=0 ); /* IE6-9 */
}
.error_full_wrap{
    color:#fff;
}
input.form_btn,
button.form_btn{
    border:0;
}
.footer_wrap ul li.child_li{
    padding-left: 15px;
}
.footer_wrap .copyright_wrap a{
    color:#fff;
}
.footer_wrap .copyright_wrap .text_wrap{
    text-align: left;
}
.footer_wrap .copyright_wrap .payment_wrap{
    text-align: right;
}
.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;
}
.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: #00a1e4;
    border-color:#00a1e4;
    color:#000;
}
.price-old,.product_data_wrap_parent .price_wrap h3 del{
    text-decoration: line-through;
    font-size:14px;
    color:#00a1e4;
}
.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:30px;
}
.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;
    text-transform:uppercase;
    text-decoration:none;
}
.nav-tabs>li.active:after{
    position:absolute;
    bottom:auto;
    top:0;
    left:0;
    width:100%;
    content:'';
    background: #ff2300;
    height:5px;
}
.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;
    font-size:13px;
    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 #e4e4e4;
    padding: 10px;
    display: table-cell;
    font-size: 14px;
    vertical-align: middle
}
.cart_table td.gradient_bg{
    color: #fff;
}
.cart_table td img {

    float: none
}
.para_anchor,p a{
    color:#000;
    display:inline-block;
    text-decoration: none;
    border-bottom:1px dashed transparent;
}
.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:#00a1e4;
    text-transform:uppercase;
    margin-right:20px;
    cursor:pointer;
}
.cart_offer_wrap .coupon_info_wrap{
    float:left;
    display:inline-block;
    position:relative;
    font-size:15px;

    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{
    color:#fff;
}
.color_white a{
    color:white
}
.margin_top_10{
    margin-top:10px;
}
.control-label{
    color:#fff;
    font-family: 'Questrial', sans-serif;
    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: url(../images/pink_repeat.png) repeat;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-animation: slide 65s linear infinite;
}

.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;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
    -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:hover .text_wrap{
    color:#00a1e4;
}
.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:#00a1e4;
}

.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:#00a1e4;
    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;
    padding-bottom: 5px;
}
#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 {
    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;
}
/*Footer Starts */
.footer_wrap{

    padding:80px 0;
    margin-top:0;

    text-align: center;
}
.footer_wrap .foot_logo_wrap{
    display:inline-block;
    position: relative;;
    margin-bottom: 40px;
    width: 250px;
}
.footer_wrap ul{
    display:inline-block;
    position: relative;;
    width:100%;
    float:left;
    padding:0;
    margin:0;
}
.footer_wrap ul li{
    display:inline-block;
    position: relative;;
    width:100%;
    float:left;
    padding:0;
    margin:0;
    margin-bottom: 5px;
    text-align: left;

}
.footer_wrap ul li.title{
    color:#000;
    font-size:14px;
    line-height:1.8em;
    letter-spacing:0.1em;
    text-transform: uppercase;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
    margin-bottom: 10px;
}
.footer_wrap ul li a{
    display:inline-block;
    position: relative;;
    width:100%;
    float:left;
    color:#000;
    font-size:13px;
    line-height:1.8em;
}
.gridContainer.small{
    max-width:1250px;
}
.footer_wrap .copyright_wrap{
    margin-top:20px;
    font-size:12px;
    text-align: center;
    color:#000;
}
.footer_wrap .copyright_wrap a{
    color:#000;
}
/*Footer Ends*/
.page_content_wrap{
    margin-bottom: 100px;
    font-family: 'Questrial', sans-serif;
}
.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: #00a1e4;
}
.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: #00a1e4;
    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);
}
.footer_wrap{
    border:none;
    background: url(../images/pink_repeat.png) repeat;
}
.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:absolute;
    top:170px;
    left:0;
    background:#fff;
    width:100%;
    z-index: 1001;
    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{
    border-left:1px solid rgba(0,0,0,0.1);
    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;
    border:none;
    border-bottom: 1px solid #666;
}
.form_title{
    margin-top:10px;
    color:#000;
    font-family: 'Questrial', sans-serif;
    font-size:12px;
    text-transform: uppercase;
}
.common_header.small{
    font-size:20px;
}
.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: 'Questrial', sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0.1em;
}
.tooltip{
    font-family: 'Questrial', sans-serif;
}
.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: #00a1e4;
    color: #000;
}
.common_anchor.reverse:hover{
    background-color: #000;
    color: #fff;
}
.fix_cart_wrap .common_anchor{
    width:100%;
    text-align: center;
}
.product_ul li .half_wrap{
width:100%;
}
.fb_anchor{
    float:left;
    display:inline-block;
    position: relative;
    margin-top:10px;
    background:#4267b2;
    padding: 10px 20px;
    color:#fff;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-family: 'Questrial', sans-serif;
}
.fb_anchor:hover{
    background-color: #00a1e4;
    color: #000;
    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;
}
.common_anchor_2 {
    position: relative;
    padding: 10px;
    background-color: #fff;
    color: #000;
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    -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;
    background-color: #00a1e4;
    color: #000;
    text-decoration: none;
    display: inline-block;
    color: #fff;
}
.common_anchor_2:hover{
    background-color: #000;
    color: #fff;text-decoration: 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: 50px;
}
button.common_anchor{
    border:none;
    background: transparent;
}
.error_full_wrap{
    width:100%;
    float:left;
    color:red;
}
.bg_ping_rotate{
    background:#f1f1f1;
}
.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;
}
.table_wrap{
    width:100%;
    height:100%;
    display:table;
}
.table_wrap .cell_wrap{
    width:100%;
    height:100%;
    display:table-cell;
    vertical-align: middle;
}
.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,
.gallery_ul li h3 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;

}
#review{
    margin-bottom: 40px;
}
.gridContainer {
    width: 1170px;
    max-width: 100%;
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@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){
    .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: 1600px) {
    .login_popup_wrap{
        top:170px !important;
    }
    .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;
    }
    /**custom***/
    .choose_top_wrap{

        padding: 30px 0px;
    }
    .choose_top_wrap .inner_wrap{

        padding: 20px;
        border: 1px solid gray;
        border-radius: 10px;
        padding-top: 30px;

    }
    .step__counter {
        background: #fff;
        border: 1px solid #ddd;
        border-radius: 50%;
        display: inline-block;
        font-size: 15px;
        margin-right: 10px;
        text-align: center;
        width: 28px;
    }
    .step.step--selection-made{

        margin-bottom: 43px;

    }
    .step-contents {
        padding: 12px;
    }
    .coose_ul{
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        padding: 0%;
        margin: 0%;
        padding-top: 40px;
    }
    .coose_ul li{

        width: 22.75%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        padding: 0%;
        margin: 0%;
        margin-right: 3%;
        text-align: center;
        border: 1px solid rgba(219, 216, 216, 0.685);
        -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: 20px;
    }
    .coose_ul li:nth-child(4n+0){
        margin-right: 0px;
    }
    .coose_ul li .outer_wrap{
        padding: 20px 15px 20px !important;
    }
    .coose_ul li .outer_wrap .desc_wrap{
        padding-top: 10px;
    }
    .coose_ul li .outer_wrap .desc_wrap p{
        font-size: 16px;
    }
    .coose_ul li .outer_wrap .desc_wrap span{
        display: block;
        font-size: 13px;
        padding-top: 10px;
    }

    .coose_ul .active{
        border: 1px solid #5f5f5f;
        box-shadow: inset 0 0 0 1px #e2e2e2;
    }
    .coose_ul.ul-2 li{
        width: 48.5%;
    }
    .coose_ul.ul-2 li:nth-child(2n+0){
        margin-right:0px;
    }
    .coose_ul.ul-3 li{
        width: 31.33%;
    }
    .coose_ul.ul-3 li:nth-child(3n+0){
        margin-right:0px;
    }


    .slide_copy .icon_wrap {
        width: 20%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
    }
    .slide_copy .desc_wrap {
        width: 80%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
    }
    .slide_copy .desc_wrap p{
        text-align: left;
        font-family: 'Raleway', sans-serif;
    }
    .slide_copy .icon_wrap img {
        width: 38px;
    }

    .quty_ul
    {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        padding: 0%;
        margin: 0%;
        padding-top: 30px;
    }
    .quty_ul li{
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        padding: 0%;
        margin: 0%;
        padding-bottom: 15px;
        padding-top: 15px;
        border-top: 1px solid rgba(228, 223, 223, 0.719);


    }
    .quty_ul li:nth-last-child(1){
        border-bottom: 1px solid rgba(228, 223, 223, 0.719);
    }

    .quty_ul .checkbox-entry span:before {

        border-radius: 50%;
        background: url(../img/dot.png) 100px center no-repeat #fff;
    }




    .quty_ul .checkbox-entry input:checked+span:before {

        border-color: #bbbbbaa8;
        background-color: transparent;
        background-position: center center;

    }

    .cus_radio .checkbox-entry span{
        font-size: 17px;
    }
    .cus_radio  .tg_price{
        font-size: 16px;
        text-align: right;
        float: right;
        color: gray;

    }
    .custom_quty_wrap {
        padding-top: 40px;
    }
    .custom_quty_wrap .news_wrap{

        padding-right: 20px;

    }
    .custom_quty_wrap .h4{
        padding-bottom: 10px;
    }
    .custom_quty_wrap p{
        padding-bottom: 20px;
    }
    .turnaround-option__total-price{
        text-align: right;
        padding-top: 10px;
    }
    .turnaround-total-price__text{

        font-size: 20px;

    }
    .turnaround-total-price__text .turnaround-total-price__price {
        font-size: 23px;
    }
    .turnaround-total-price__vat{
        padding-top: 5px;
    }
    .turnaround-option__upload {
        border: 1px solid #59d067;
        border-radius: 3px;
        float: right;
        margin: 25px 0 15px 0;
        padding: 10px 15px;
    }
    /*****/
}
@media only screen and (min-width: 1100px) {
    /**custom***/

    .choose_top_wrap{

        padding: 30px 0px;
    }
    .choose_top_wrap .inner_wrap{

        padding: 20px;
        border: 1px solid gray;
        border-radius: 10px;
        padding-top: 30px;

    }
    .step__counter {
        background: #fff;
        border: 1px solid #ddd;
        border-radius: 50%;
        display: inline-block;
        font-size: 15px;
        margin-right: 10px;
        text-align: center;
        width: 28px;
    }
    .step.step--selection-made{

        margin-bottom: 43px;

    }
    .step-contents {
        padding: 12px;
    }
    .coose_ul{
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        padding: 0%;
        margin: 0%;
        padding-top: 40px;
    }
    .coose_ul li{

        width: 22.75%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        padding: 0%;
        margin: 0%;
        margin-right: 3%;
        text-align: center;
        border: 1px solid rgba(219, 216, 216, 0.685);
        -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: 20px;
    }
    .coose_ul li:nth-child(4n+0){
        margin-right: 0px;
    }
    .coose_ul li .outer_wrap{
        padding: 20px 15px 20px !important;
    }
    .coose_ul li .outer_wrap .desc_wrap{
        padding-top: 10px;
    }
    .coose_ul li .outer_wrap .desc_wrap p{
        font-size: 16px;
    }
    .coose_ul li .outer_wrap .desc_wrap span{
        display: block;
        font-size: 13px;
        padding-top: 10px;
    }

    .coose_ul .active{
        border: 1px solid #5f5f5f;
        box-shadow: inset 0 0 0 1px #e2e2e2;
    }
    .coose_ul.ul-2 li{
        width: 48.5%;
    }
    .coose_ul.ul-2 li:nth-child(2n+0){
        margin-right:0px;
    }
    .coose_ul.ul-3 li{
        width: 31.33%;
    }
    .coose_ul.ul-3 li:nth-child(3n+0){
        margin-right:0px;
    }


    .slide_copy .icon_wrap {
        width: 20%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
    }
    .slide_copy .desc_wrap {
        width: 80%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
    }
    .slide_copy .desc_wrap p{
        text-align: left;
        font-family: 'Raleway', sans-serif;
    }
    .slide_copy .icon_wrap img {
        width: 38px;
    }

    .quty_ul
    {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        padding: 0%;
        margin: 0%;
        padding-top: 30px;
    }
    .quty_ul li{
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        padding: 0%;
        margin: 0%;
        padding-bottom: 15px;
        padding-top: 15px;
        border-top: 1px solid rgba(228, 223, 223, 0.719);


    }
    .quty_ul li:nth-last-child(1){
        border-bottom: 1px solid rgba(228, 223, 223, 0.719);
    }

    .quty_ul .checkbox-entry span:before {

        border-radius: 50%;
        background: url(../img/dot.png) 100px center no-repeat #fff;
    }




    .quty_ul .checkbox-entry input:checked+span:before {

        border-color: #bbbbbaa8;
        background-color: transparent;
        background-position: center center;

    }

    .cus_radio .checkbox-entry span{
        font-size: 17px;
    }
    .cus_radio  .tg_price{
        font-size: 16px;
        text-align: right;
        float: right;
        color: gray;

    }
    .custom_quty_wrap {
        padding-top: 40px;
    }
    .custom_quty_wrap .news_wrap{

        padding-right: 20px;

    }
    .custom_quty_wrap .h4{
        padding-bottom: 10px;
    }
    .custom_quty_wrap p{
        padding-bottom: 20px;
    }
    .turnaround-option__total-price{
        text-align: right;
        padding-top: 10px;
    }
    .turnaround-total-price__text{

        font-size: 20px;

    }
    .turnaround-total-price__text .turnaround-total-price__price {
        font-size: 23px;
    }
    .turnaround-total-price__vat{
        padding-top: 5px;
    }
    .turnaround-option__upload {
        border: 1px solid #59d067;
        border-radius: 3px;
        float: right;
        margin: 25px 0 15px 0;
        padding: 10px 15px;
    }
    /*****/
	.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{
        top:140px
    }
    .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: #00a1e4;
        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;
    }*/
    .ul-2 li .desc_wrap{
        padding-top: 20px !important;
    }
}
@media only screen and (min-width: 1100px) and (max-width: 1400px) {
    .login_popup_wrap .login_logo_wrap img {
        width: 250px;
    }
}
@media only screen and (min-width: 786px) and (max-width: 1100px) {
    /**custom***/
    .ul-2 li .desc_wrap{
        padding-top: 20px !important;
    }
    .choose_top_wrap{

        padding: 30px 0px;
    }
    .choose_top_wrap .inner_wrap{

        padding: 20px;
        border: 1px solid gray;
        border-radius: 10px;
        padding-top: 30px;

    }
    .step__counter {
        background: #fff;
        border: 1px solid #ddd;
        border-radius: 50%;
        display: inline-block;
        font-size: 15px;
        margin-right: 10px;
        text-align: center;
        width: 28px;
    }
    .step.step--selection-made{

        margin-bottom: 23px;

    }
    .step-contents {
        padding: 12px;
    }
    .coose_ul{
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        padding: 0%;
        margin: 0%;
        padding-top: 40px;
    }
    .coose_ul li{

        width: 22.75%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        padding: 0%;
        margin: 0%;
        margin-right: 3%;
        text-align: center;
        border: 1px solid rgba(219, 216, 216, 0.685);
        -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: 20px;
    }
    .coose_ul li:nth-child(4n+0){
        margin-right: 0px;
    }
    .coose_ul li .outer_wrap{
        padding: 20px 15px 20px !important;
    }
    .coose_ul li .outer_wrap .desc_wrap{
        padding-top: 10px;
    }
    .coose_ul li .outer_wrap .desc_wrap p{
        font-size: 16px;
    }
    .coose_ul li .outer_wrap .desc_wrap span{
        display: block;
        font-size: 13px;
        padding-top: 10px;
    }

    .coose_ul .active{
        border: 1px solid #5f5f5f;
        box-shadow: inset 0 0 0 1px #e2e2e2;
    }
    .coose_ul.ul-2 li{
        width: 48.5%;
    }
    .coose_ul.ul-2 li:nth-child(2n+0){
        margin-right:0px;
    }
    .coose_ul.ul-3 li{
        width: 31.33%;
    }
    .coose_ul.ul-3 li:nth-child(3n+0){
        margin-right:0px;
    }


    .slide_copy .icon_wrap {
        width: 20%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
    }
    .slide_copy .desc_wrap {
        width: 80%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
    }
    .slide_copy .desc_wrap p{
        text-align: left;
        font-family: 'Raleway', sans-serif;
    }
    .slide_copy .icon_wrap img {
        width: 38px;
    }

    .quty_ul
    {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        padding: 0%;
        margin: 0%;
        padding-top: 30px;
    }
    .quty_ul li{
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        padding: 0%;
        margin: 0%;
        padding-bottom: 15px;
        padding-top: 15px;
        border-top: 1px solid rgba(228, 223, 223, 0.719);


    }
    .quty_ul li:nth-last-child(1){
        border-bottom: 1px solid rgba(228, 223, 223, 0.719);
    }

    .quty_ul .checkbox-entry span:before {

        border-radius: 50%;
        background: url(../img/dot.png) 100px center no-repeat #fff;
    }




    .quty_ul .checkbox-entry input:checked+span:before {

        border-color: #bbbbbaa8;
        background-color: transparent;
        background-position: center center;

    }

    .cus_radio .checkbox-entry span{
        font-size: 17px;
    }
    .cus_radio  .tg_price{
        font-size: 16px;
        text-align: right;
        float: right;
        color: gray;

    }
    .custom_quty_wrap {
        padding-top: 40px;
    }
    .custom_quty_wrap .news_wrap{

        padding-right: 20px;

    }
    .custom_quty_wrap .h4{
        padding-bottom: 10px;
    }
    .custom_quty_wrap p{
        padding-bottom: 20px;
    }
    .turnaround-option__total-price{
        text-align: right;
        padding-top: 10px;
    }
    .turnaround-total-price__text{

        font-size: 20px;

    }
    .turnaround-total-price__text .turnaround-total-price__price {
        font-size: 23px;
    }
    .turnaround-total-price__vat{
        padding-top: 5px;
    }
    .turnaround-option__upload {
        border: 1px solid #59d067;
        border-radius: 3px;
        float: right;
        margin: 25px 0 15px 0;
        padding: 10px 15px;
    }
    /*****/
    .gridContainer {
        width: 970px;
    }
    .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: #00a1e4;
        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:600px;
        min-width:600px;
        width:600px;
    }
    .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;
    }*/
    .login_popup_wrap{
        top:140px
    }



}
@media only screen and (min-width: 481px) and (max-width: 786px) {
    /**custom***/
    .ul-2 li .desc_wrap{
        padding-top: 20px !important;
    }
    .choose_top_wrap{

        padding: 30px 0px;
    }
    .choose_top_wrap .inner_wrap{

        padding: 20px;
        border: 1px solid gray;
        border-radius: 10px;
        padding-top: 30px;

    }
    .step__counter {
        background: #fff;
        border: 1px solid #ddd;
        border-radius: 50%;
        display: inline-block;
        font-size: 15px;
        margin-right: 10px;
        text-align: center;
        width: 28px;
    }
    .step.step--selection-made{

        margin-bottom: 23px;

    }
    .step-contents {
        padding: 12px;
    }
    .coose_ul{
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        padding: 0%;
        margin: 0%;
        padding-top: 40px;
    }
    .coose_ul li{

        width: 22.75%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        padding: 0%;
        margin: 0%;
        margin-right: 3%;
        text-align: center;
        border: 1px solid rgba(219, 216, 216, 0.685);
        -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: 20px;
    }
    .coose_ul li:nth-child(4n+0){
        margin-right: 0px;
    }
    .coose_ul li .outer_wrap{
        padding: 20px 15px 20px !important;
    }
    .coose_ul li .outer_wrap .desc_wrap{
        padding-top: 10px;
    }
    .coose_ul li .outer_wrap .desc_wrap p{
        font-size: 16px;
    }
    .coose_ul li .outer_wrap .desc_wrap span{
        display: block;
        font-size: 13px;
        padding-top: 10px;
    }

    .coose_ul .active{
        border: 1px solid #5f5f5f;
        box-shadow: inset 0 0 0 1px #e2e2e2;
    }
    .coose_ul.ul-2 li{
        width: 48.5%;
    }
    .coose_ul.ul-2 li:nth-child(2n+0){
        margin-right:0px;
    }
    .coose_ul.ul-3 li{
        width: 31.33%;
    }
    .coose_ul.ul-3 li:nth-child(3n+0){
        margin-right:0px;
    }


    .slide_copy .icon_wrap {
        width: 20%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
    }
    .slide_copy .desc_wrap {
        width: 80%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
    }
    .slide_copy .desc_wrap p{
        text-align: left;
        font-family: 'Raleway', sans-serif;
    }
    .slide_copy .icon_wrap img {
        width: 38px;
    }

    .quty_ul
    {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        padding: 0%;
        margin: 0%;
        padding-top: 30px;
    }
    .quty_ul li{
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        padding: 0%;
        margin: 0%;
        padding-bottom: 15px;
        padding-top: 15px;
        border-top: 1px solid rgba(228, 223, 223, 0.719);


    }
    .quty_ul li:nth-last-child(1){
        border-bottom: 1px solid rgba(228, 223, 223, 0.719);
    }

    .quty_ul .checkbox-entry span:before {

        border-radius: 50%;
        background: url(../img/dot.png) 100px center no-repeat #fff;
    }




    .quty_ul .checkbox-entry input:checked+span:before {

        border-color: #bbbbbaa8;
        background-color: transparent;
        background-position: center center;

    }

    .cus_radio .checkbox-entry span{
        font-size: 17px;
    }
    .cus_radio  .tg_price{
        font-size: 16px;
        text-align: right;
        float: right;
        color: gray;

    }
    .custom_quty_wrap {
        padding-top: 40px;
    }
    .custom_quty_wrap .news_wrap{

        padding-right: 20px;

    }
    .custom_quty_wrap .h4{
        padding-bottom: 10px;
    }
    .custom_quty_wrap p{
        padding-bottom: 20px;
    }
    .turnaround-option__total-price{
        text-align: right;
        padding-top: 10px;
    }
    .turnaround-total-price__text{

        font-size: 20px;

    }
    .turnaround-total-price__text .turnaround-total-price__price {
        font-size: 23px;
    }
    .turnaround-total-price__vat{
        padding-top: 5px;
    }
    .turnaround-option__upload {
        border: 1px solid #59d067;
        border-radius: 3px;
        float: right;
        margin: 25px 0 15px 0;
        padding: 10px 15px;
    }
    /*****/
    .gridContainer {
        width: 750px;
    }
    .product_filter_wrap{
        display:none;
    }
    .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;
    }
    .login_popup_wrap{
        top:140px
    }
    .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: #00a1e4;
        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;
    }
}
@media only screen and (max-width: 481px) {
    /**custom***/
    .ul-2 li .desc_wrap{
        padding-top: 20px !important;
    }
    .choose_top_wrap{

        padding: 20px 0px;
    }
    .choose_top_wrap .inner_wrap{

        padding: 10px;
        border: 1px solid gray;
        border-radius: 10px;
        padding-top: 30px;

    }
    .step__counter {
        background: #fff;
        border: 1px solid #ddd;
        border-radius: 50%;
        display: inline-block;
        font-size: 15px;
        margin-right: 10px;
        text-align: center;
        width: 28px;
    }
    .step.step--selection-made{

        margin-bottom: 23px;

    }
    .step-contents {
        padding: 2px;
    }
    .coose_ul{
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        padding: 0%;
        margin: 0%;
        padding-top: 40px;
    }
    .coose_ul li{

        width: 48.5%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        padding: 0%;
        margin: 0%;
        margin-right: 3%;
        text-align: center;
        border: 1px solid rgba(219, 216, 216, 0.685);
        -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: 20px;
    }
    .coose_ul li:nth-child(2n+0){
        margin-right: 0px;
    }
    .coose_ul li .outer_wrap{
        padding: 20px 15px 20px !important;
    }
    .coose_ul li .outer_wrap .desc_wrap{
        padding-top: 10px;
    }
    .coose_ul li .outer_wrap .desc_wrap p{
        font-size: 16px;
    }
    .coose_ul li .outer_wrap .desc_wrap span{
        display: block;
        font-size: 13px;
        padding-top: 10px;
    }

    .coose_ul .active{
        border: 1px solid #5f5f5f;
        box-shadow: inset 0 0 0 1px #e2e2e2;
    }
    .coose_ul.ul-2 li{
        width: 100%;
    }
    .coose_ul.ul-2 li:nth-child(1n+0){
        margin-right:0px;
    }
    .coose_ul.ul-3 li{
        width: 48.5%;
    }
    .coose_ul.ul-3 li:nth-child(2n+0){
        margin-right:0px;
    }


    .slide_copy .icon_wrap {
        width: 20%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
    }
    .slide_copy .desc_wrap {
        width: 80%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
    }
    .slide_copy .desc_wrap p{
        text-align: left;
        font-family: 'Raleway', sans-serif;
    }
    .slide_copy .icon_wrap img {
        width: 38px;
    }

    .quty_ul
    {
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        padding: 0%;
        margin: 0%;
        padding-top: 30px;
    }
    .quty_ul li{
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        padding: 0%;
        margin: 0%;
        padding-bottom: 15px;
        padding-top: 15px;
        border-top: 1px solid rgba(228, 223, 223, 0.719);


    }
    .quty_ul li:nth-last-child(1){
        border-bottom: 1px solid rgba(228, 223, 223, 0.719);
    }

    .quty_ul .checkbox-entry span:before {

        border-radius: 50%;
        background: url(../img/dot.png) 100px center no-repeat #fff;
    }




    .quty_ul .checkbox-entry input:checked+span:before {

        border-color: #bbbbbaa8;
        background-color: transparent;
        background-position: center center;

    }

    .cus_radio .checkbox-entry span{
        font-size: 14px;
    }
    .cus_radio  .tg_price{
        font-size: 12px;
        text-align: right;
        float: right;
        color: gray;

    }
    .custom_quty_wrap {
        padding-top: 40px;
    }
    .custom_quty_wrap .news_wrap{

        padding-right: 0px;
        width: 100%;

    }
    .custom_quty_wrap .ral_reg.form_btn_wrap{

        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        padding-top: 20px;
    }
    .custom_quty_wrap .h4{
        padding-bottom: 10px;
    }
    .custom_quty_wrap p{
        padding-bottom: 20px;
    }
    .turnaround-option__total-price{
        text-align: right;
        padding-top: 10px;
    }
    .turnaround-total-price__text{

        font-size: 20px;

    }
    .turnaround-total-price__text .turnaround-total-price__price {
        font-size: 23px;
    }
    .turnaround-total-price__vat{
        padding-top: 5px;
    }
    .turnaround-option__upload {
        border: 1px solid #59d067;
        border-radius: 3px;
        float: right;
        margin: 25px 0 15px 0;
        padding: 10px 15px;
    }
    .mb_full_wrap{
        width: 100% !important;
    }
    /*****/
    .buttons-wrapper{
        width:100%;
        float:left;
        display:inline-block;
        margin-top:30px;
    }
    .gridContainer {
        width: 100%;
    }
    .product_filter_wrap{
        display:none;
    }
    .product-shortcode.style-1{
        padding-right: 10px;
        padding-left: 10px;
    }
    #logo{
        height:25px;
        margin-top: -11px;
    }
    .checkout-checkout .common_header_text.small{
        font-size:27px;
    }
    .checkout_logo_wrap img{
        margin-top:0;
        width:100px;
    }
    .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: #00a1e4;
    }
    .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:40px;
    }
    .cart_table.subtotal_cart td{
        white-space: nowrap;
    }
    .cart_left_wrap{
        padding-left:0px;
        padding-right:0px;
    }
    .buttons .pull-left .common_anchor, .buttons .pull-right .common_anchor{

        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: 50px;
    }
    .login_popup_wrap .quarter_wrap{
        padding-bottom: 0;
    }
    .login_popup_wrap{
        top:53px;
        position: fixed;
        bottom:50px;
        overflow: auto;
        z-index: 99;
    }

    .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: 'Questrial', sans-serif;
        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%;
    }
    .footer_wrap ul{
        margin-bottom: 30px;
    }

    .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;
    }
    .footer_wrap .copyright_wrap .text_wrap{
        margin-bottom: 20px;
        text-align: center;
        width:100%;
    }
    .footer_wrap .copyright_wrap .payment_wrap{
        text-align: right;
    }
    .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;
    }
    .footer_wrap ul li.child_li{
        padding-left: 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 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
    }
    .product_tabs_parent_wrap{
        margin:20px 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 #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: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: 13px !important;
    }
    .buttons .form_btn{
        width:100%;
        text-align: center;
    }
    .buttons .pull-left,
    .buttons .pull-right{

        display: inline-block;
    }
    .buttons .pull-left + .pull-right,
    .buttons .pull-right + .pull-left{

    }
    .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;
    }
}
.step.step--selection-made{
    margin-bottom: 0;
}
[type="radio"]:checked + .selected_border{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    content:'';
    border:1px solid #000;
}