::selection{background-color:#F2E7D6;color:#000;text-shadow:none}::-moz-selection{background-color:#F2E7D6;color:#000;text-shadow:none}
body .common_anchor{
    background: #f0e1ce;
}
.menu_top_wrap.parent{
	overflow:hidden;
}
.menu_top_wrap.parent:hover{
	overflow:visible;
}
.btn-facebook{
	display:none !important
}
[class^='product-product']{
    background: #fff8f0;
}
.product_parent_wrap .image_wrap ul li{
    padding: 5px;
}
.white-popup-block.register_popup {
    padding: 0;
    background: #fff;
    max-width: 400px;
}
.product_parent_wrap .data_wrap .price_wrap h2{
    font-size:32px;
}
.overview_text_wrap.prod .common_header, .overview_text_wrap.prod p{
    color:#000;
}
.slider_wrap .data_wrap{
    z-index: 10;
}
.sitemap_parent_wrap .parent_ul{
    width:100%;
    float:left;
    display:inline-block;
    position: relative;
    padding: 0;
    margin:0;
    padding: 20px;
    background:#ededed;
    border-radius: 20px;
    margin-bottom: 20px;
}
.sitemap_parent_wrap .parent_ul li.title_li{
    width:100%;
    float:left;
    display:inline-block;
    position: relative;
    padding: 0;
    margin:0;
}
.sitemap_parent_wrap .parent_ul li.title_li > a{
    width:100%;
    float:left;
    display:inline-block;
    position: relative;
    padding: 0;
    margin:0;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #cecece;
    font-size:16px;
    color:#000;
    letter-spacing: 0.2em;
    text-decoration: none !important;
    text-transform: uppercase;
}
.sitemap_parent_wrap .parent_ul li.title_li > ul{
    width:100%;
    float:left;
    display:inline-block;
    position: relative;
    padding: 0;
    margin:0;
}
.sitemap_parent_wrap .parent_ul > li > ul > li > ul{
    padding-left: 20px;
}

.sitemap_parent_wrap ul li{
    list-style-type: none;
}
.sitemap_parent_wrap ul li a{
    font-size: 13px;
    line-height: 30px;
    color:#000;
}
.white-popup-block.register_popup .common_control {
    margin-bottom: 10px;
}

.white-popup-block.register_popup .title_wrap {
    font-size: 12px;
}
.white-popup-block.register_popup > div {
    padding:20px;
}
.white-popup-block.register_popup .common_header{
    padding-top: 0;
}
.white-popup-block.register_popup .title_wrap {
    margin-top: 10px;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 10;
    width: auto;
    padding: 0 5px;
    margin-left: 20px;
    margin-top: 16px;
}
.white-popup-block.register_popup .form_field{
    margin-top: 25px;
}
.white-popup-block.register_popup .col-xs-12{
    padding-right: 5px;
    padding-left: 5px;
}
.white-popup-block.register_popup .row{
    margin-right: -5px;
    margin-left: -5px;
}
.white-popup-block.register_popup .common_anchor{
    margin-top: 15px;
}
.white-popup-block.register_popup p{
    padding-top: 0;
}
.social_a{
	display:inline-block;width:25px;
	margin-left:10px;
}
body .footer_wrap .form_field{
    font-weight: 400;
    font-family: 'reg_font';
}
.mobile_img{
    display: none !important;
}
body .footer_wrap .form_field::placeholder{
    color:#000
}
.theme_accordian_wrap{
    margin-top: 0;
}
.customize_button_prod.common_anchor{
    margin-left: 10px;
    height:47px;
    padding-left: 20px;
    padding-right: 20px;
    display:flex;
    align-items: center;
}
.theme_accordian_wrap .single_acc_wrap{
    margin-top: 20px;
}
.theme_accordian_wrap .single_acc_wrap .question_wrap{
    display: inline-block;
    width: 100%;
    background: transparent;
    cursor: pointer;
    padding: 7px 0px;
    color: #95BACE;

    text-transform: uppercase;
    letter-spacing: 2px;
    float: left;
    position: relative;
}
.theme_accordian_wrap .single_acc_wrap .question_wrap:after {
    position: absolute;
    top: 7px;
    right: 0px;
    font-size: 22px;
    line-height: 22px;
    width: 20px;
    text-align: center;
    z-index: 10;
    content: '+';
    color: #95BACE;
    font-family: muli_reg;
}
.theme_accordian_wrap .single_acc_wrap{
    border-bottom:1px solid #95BACE;
}
.theme_accordian_wrap .single_acc_wrap .question_wrap.active:after {
    content: '-';
    line-height: 18px;
}

.theme_accordian_wrap .single_acc_wrap .answer_wrap {
    display: none;
    padding: 20px 0;
}
.theme_accordian_wrap .single_acc_wrap .answer_wrap ul:first-child,
.theme_accordian_wrap .single_acc_wrap .answer_wrap p:first-child{
    padding-top: 0;
}
.form_field.nom{
    margin-top: 0;
}

.enquiry_popup_bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    opacity: 0.5;
    background: #f4edde;
    display: none;
}
.enquiry_popup_wrap{
    position: fixed;
    top:0;
    width:400px;
    height:100%;
    overflow-y: auto;
    z-index: 1000;
    background: #fff;
    padding: 20px;

    right:-400px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.enquiry_popup_wrap .close_wrap{
    position: absolute;
    top:10px;
    right:10px;
    width:40px;
    z-index: 10;
    cursor: pointer;
}
.enquiry_popup_wrap.active{
    right:0;
}
.main_menu_wrap .menu_wrap ul li .sub-menu-full-grid{
    position:absolute;
    top:100%;
    left:0;
    z-index: 100;
    background: #fff;
    width:100%;padding:  35px;
    margin-top: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
}
.main_menu_wrap .menu_wrap > ul > li{
    position: initial;
}
.main_menu_wrap .menu_wrap ul li .sub-menu-full-grid:after{
    position: absolute;
    top:-20px;
    left:0;
    width:100%;
    height:20px;
    content: '';
}
.main_menu_wrap .menu_wrap ul li:hover .sub-menu-full-grid{
    opacity: 1;
    visibility: visible;
}

.main_menu_wrap .menu_wrap ul li .sub-menu-full-grid  .sub-menu-item{
    width:50%;
    float:left;
    display:inline-block;
    position: relative;

}
.main_menu_wrap .menu_wrap ul li .sub-menu-full-grid  .image_wrap{
    width:50%;
    float:left;
    display:inline-block;
    position: relative;
    padding-left: 50px;
}
.main_menu_wrap .menu_wrap ul li .sub-menu-full-grid  .image_wrap img{
    width:100%;
    float:left;
    display:inline-block;
    position: relative;

}
.main_menu_wrap .menu_wrap ul li .sub-menu-full-grid  .sub-menu-item li{
    width:100%;
    float:left;
    display:inline-block;
    position: relative;
}
.main_menu_wrap .menu_wrap ul li .sub-menu-full-grid  .sub-menu-item li + li{
    margin-top: 15px;
}
.main_menu_wrap .menu_wrap ul li .sub-menu-full-grid .sub-menu-item li a{
    width:100%;
    float:left;
    text-align: left;
    display:inline-block;
    padding: 0;
    position: relative;
}
.main_menu_wrap .menu_wrap ul li .sub-menu-full-grid .sub-menu-item li a:hover{
    background: transparent;
    padding-left: 10px;
    color: #573f0e;
}
.reviews_list_wrap{
    margin-top: 30px;
}
.reviews_list_wrap .common_header{
    text-align: center;
    margin-bottom: 40px;
}
.review_icons_wrap .single_rate_wrap {
    width:15px;display:inline-block;
}
.reviews_list_wrap .single_review {
    width:100%;
    margin-bottom: 10px;
}
.reviews_list_wrap .single_review .single_review_inner {
    padding: 20px;
    background: #fff;
    border-radius: 10px;
}
.reviews_list_wrap .single_review .review_stars {
    position: absolute;
    top: 25px;
    right: 20px;
    width: auto;
}
.reviews_list_wrap .single_review .review_stars img{
    width:20px;
}
.reviews_list_wrap .single_review .user_wrap .icon {
    display: table-cell;
    width: 70px;
    text-align: center;
    vertical-align: middle;
}
.feedback_wrap .student_feedback {
    background-color: #ffffff;
    padding-top: 40px;
    padding-bottom: 40px;
    border-radius: 20px;
    margin-bottom: 30px;
}
.feedback_wrap .student_feedback .common_header{
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
    margin-bottom: 10px;
    font-size:30px !important;
}
.feedback_wrap .pg_rating img{
    width:15px;
}
.feedback_wrap .student_feedback .single_rate_wrap {
    width:20px;
    display:inline-block;
    text-align: center;
}
.student_feedback {
    color: white;
}
.individual-rating .progress {
    background: none;
    background-color: rgb(170 158 126 / 31%);
    height: 13px;
    margin: 5px;
    border-radius: 30px;
}
.individual-rating .progress-bar {
    background: none;
    background-color: #95BACE;
    height: 13px;
}
.top_feedback_wrap{
    margin-bottom: 20px;
}
.top_feedback_wrap .row {
    margin: 0px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;

}
.top_feedback_wrap .pg_rating{
    white-space: nowrap;
    width:100%;
    float:left;
}
.top_feedback_wrap .pg_rating .single_rate_wrap {
    width:auto;
    display:inline-block;
}
.product_feature_wrap,.reviews_list_wrap {
    margin-top: 90px;
    padding-top: 90px;
    border-top: 1px solid #95BACE;
}
.reviews_list_wrap{
    padding-top: 50px;
}
.reviews_list_wrap .common_anchor{
    line-height: normal;float:right;
    margin-top: 10px;
}
.reviews_list_wrap .common_header{
    padding-top: 0;
    padding-bottom: 40px;
    text-align: left;
}
.product_feature_wrap ul {
    width: 100%;
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 0;
}

.product_feature_wrap ul li {
    width: 30.66667%;
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-right: 4%;
}

.product_feature_wrap ul li:nth-child(3n+0) {
    margin-right: 0;
}

.product_feature_wrap ul li .image_wrap img {
    max-width: none;
    width: 100%;
}

.product_feature_wrap ul li .image_wrap .title_wrap {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 35px;
}

.product_feature_wrap ul li .image_wrap .title_wrap p {
    color: #fff;
    font-family: semi_font;
    padding-top: 15px;
}

.product_feature_wrap ul li .image_wrap .title_wrap .common_header {
    font-size: 30px;
    font-family: semi_font;
}

.product_feature_wrap ul li:nth-child(2) {
    margin-top: 80px;
}
.main_menu_wrap.fixed_menu{
    position: fixed;
    top:0;
    left:0;
    bottom:auto;
    top:-200px;
    -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;
}
.main_menu_wrap.fixed_menu.active{
    top:0;
}
b,strong{
    font-family: bold_font;
    font-weight: normal;
}
img{
    width:auto;
    max-width: 100%;
}
.collection_ul li .image_wrap img{
    width: 100%;
}
.my_account_mega_parent_wrap .listing_ul{
    width:100%;
    float:left;
    display:inline-block;
    position: relative;
    padding: 0;
    margin:0;
}
.my_account_mega_parent_wrap .listing_ul li{
    width:20%;
    float:left;
    display:inline-block;
    position: relative;
    padding: 10px;
    margin:0;
    margin-bottom: 20px;
}
.my_account_mega_parent_wrap .listing_ul li .image_wrap{
    width:100%;
    float:left;
    display:inline-block;
    position: relative;
    padding: 0;
    margin:0;
}
.my_account_mega_parent_wrap .listing_ul li .title_wrap span{
    margin-bottom: 10px;
    width:100%;
    float:left;
    display:inline-block;
}
.my_account_mega_parent_wrap .listing_ul li .title_wrap {
    padding-top: 20px;
    font-size:15px;
    line-height: 22px;
}


.account_icons_parent_wrap{
    padding: 30px 0;
    text-align: center;
}
.account_icons_parent_wrap a{
    float:none;
    display:inline-block;
    position: relative;
    width:130px;font-family: bold_font;
    color:#000;
    z-index: 1;
}
.account_icons_parent_wrap a .icon_parent {
    height:130px;
    background: #AE8A70;
    -webkit-border-radius: 130px;
    -moz-border-radius: 130px;
    border-radius: 130px;
    margin-bottom:10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.account_icons_parent_wrap a:hover .icon_parent{
    background: rgb(236,206,188);
}
.account_icons_parent_wrap a .icon_parent img{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}
.account_icons_parent_wrap a + a{
    margin-left: 20px;
}
.badge{
    font-weight: normal;
    font-size:10px;
}
.uk-badge-success{
    background: #7de58a;
    color:#000;
}
/* Setting theme margin */

.collection_wrap p.pas_p_wrap,
.pas_p_wrap{
    padding-top: 30px !important;
}
.product_collection_home_wrap{
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
.product_parent_wrap .product_data_wrap .size_ul li{
    margin-bottom: 10px;
}
.form_wrap{
    margin-top:20px;
}
.theme_margin_top{
    margin-top:20px;
}
.my_account_wrap{
    margin-bottom: 40px;
}
.form_wrap .text-danger{
    margin-top:3px;
    width:100%;
    float:left;
    display:inline-block;
}
.alert{
    padding: 10px 15px;
}
/* Setting theme Margin Ends */
.error_full_wrap{
    width:100%;
    float:left;
    display:inline-block;
    position: relative;
    margin-top:5px;
}
.cart_modules .common_anchor{
    position: absolute;
    top: 16px;
    right: 7px;
    border-radius: 5px;
    margin-top: 0;
}
.menu_wrap .menu_list_wrap li{
    position: relative;
}

/* Rewards Starts */
.common_rewards_wrap{
    position: fixed;
    left:20px;
    bottom:20px;
    z-index: 500;
}
.common_rewards_wrap .button_wrap{
    position: relative;
    float:left;
    display:inline-block;

    background:#000;
    color:#fff;
    border:1px solid #000;
    cursor: pointer;
    font-size:15px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}
.common_rewards_wrap .button_wrap span{
    float:left;
    display:inline-block;
    position: relative;
}
.common_rewards_wrap .button_wrap .text{
    padding:15px;
}
.common_rewards_wrap .button_wrap .close_img{
    display:none;
    width:51px;
    height:51px
}
.common_rewards_wrap .button_wrap .close_img img{
    width:36px;
    margin-top:7px;
    margin-left:7px;
}
.common_rewards_wrap .button_wrap.active .text{
    display:none;
}
.common_rewards_wrap .button_wrap.active .close_img{
    display:inline-block;
}
.common_rewards_wrap .description_wrap{
    position: absolute;
    bottom:100%;
    height:500px;
    left:0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width:350px;
    overflow-y: auto;
    margin-bottom: 10px;
    background:#fff;
    display:none;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.37);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.37);
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.37);
}
.common_rewards_wrap .description_wrap p{
    line-height: 1.8em;
}
.common_rewards_wrap .description_wrap .common_header{
    padding: 20px;
    font-size:17px !important;
    background:#000;
    color:#fff;
    letter-spacing: 0.1em !important;
}
.reward_bar_wrap{
    background:#e8e8e8;
    height:10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}
.reward_bar_wrap span{
    position: absolute;
    top:0;
    left:0;
    width:0;
    height:100%;
    background:green;
}
.common_rewards_wrap.logged .description_wrap{
    height:200px;
}
.common_rewards_wrap .description_wrap .common_anchor{

    font-size:14px;
    float:none;
}

.common_rewards_wrap .description_wrap .desc_wrap{
    padding: 20px;
    padding-top: 30px;
    overflow: visible;
    background: #fff !important;
    overflow: initial !important;
    top: auto;
    left: auto;
    display: inline-block;
    position: relative;
    height: auto;
}

.para_anchor.theme_anchor{
    border:none;
    color:#000;
}
.highlight_p{
    font-size:25px;
}
ul.collection_ul {

    display: flex;
    flex-wrap: wrap;
    align-items: start;

}
.checkout-checkout .common_rewards_wrap,
.checkout-checkout .whatsapp_fix{
    display:none !important;
}
.top_page_title_wrap{
    background: url('../images/page_title_image.jpg?v2') center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background: transparent;
    padding-top: 100px;
    padding-bottom: 20px;
    text-align: center;
}
.top_page_title_wrap .common_header{
    color:#000;
    z-index: 5;
    padding-top: 0;
    font-size:50px;
}
.order_list_table_wrap{
    background: #fff;
    width:48.5%;
    margin-right: 3%;
    margin-bottom: 30px;
}
.order_list_table_wrap .order_product_td{
    padding: 0;
}
.order_list_table_wrap .order_product_td .image{
    padding: 0;
}
.order_list_table_wrap:nth-child(even){
    margin-right: 0;
}
.process_left_wrap .common_header {
    padding-top: 0;
    font-size:25px !important;
}
.return_info_wrap .img_wrap{
    width:100px;
}
body .common_anchor.small{
    margin-top: 10px;
    font-size:10px;
    padding: 5px;
    float:left;
}
.wallet_table{
    width:100%;
    border-spacing: 5px;
    border-collapse: separate;
}
.wallet_table tr th{
    padding: 10px;
    border-bottom: 5px solid rgba(0,0,0,0.38);;
    border-top: 5px solid rgba(0,0,0,0.38);;
}
.wallet_table tr td{
    padding: 10px;
    border-bottom: 1px solid rgba(0,0,0,0.38);;
    border-right: 1px solid rgba(0,0,0,0.38);;
}
.wallet_table tr td:last-child{
    border-right: none;
}
body .common_anchor.small + .common_anchor.small{
    margin-left: 5px;
}
.wishlist_del_a{
    float:right;
    margin-top: 10px;
    color:#000;
}
.main_menu_wrap .menu_wrap ul li .sub-menu{
    position: absolute;
    top:100%;
    left:0;
    min-width: 100%;
    width: auto;
    background: #fff;
    text-align: left;
    margin-top: 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;
    opacity: 0;
    visibility: hidden;
}
.main_menu_wrap .menu_wrap ul li:hover .sub-menu{
    opacity: 1;
    visibility: visible;
}
.main_menu_wrap .menu_wrap ul li .sub-menu:after{
    position: absolute;
    top:-5px;
    height:5px;
    width:100%;
    content:'';
    z-index: 1;
}
.main_menu_wrap .menu_wrap ul li .sub-menu li{
    margin-right: 0;width: 100%;min-width: 100%;
}
.main_menu_wrap .menu_wrap ul li .sub-menu li a{
    margin-right: 0;width: 100%;
    padding: 8px;
    white-space: nowrap;
    float:left;
    font-size:13px;
    display:inline-block;
    padding-right: 30px;
}

.mobile_menu_bg{
    position: fixed;
    top:0;
    left:0;
    width:100%;
    z-index: 100;
    display:none;
    height:100%;
    background: rgba(0,0,0,0.5);
}
.product_collection_home_wrap.blog{
    margin-top: 30px !important;
}
.bg_blur{
    filter: blur(8px);
    -webkit-filter: blur(8px);
}
.top_page_title_wrap .blog_bg_image{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.landing_banner .item_wrap{
    width:50%;
    float:left;
    display:inline-block;
    position: relative;
    height:100vh;
    background-position: center center;
    background-size:cover;
}
body.common-home{
    padding-top: 0;
}
/**cupon**/
.cupon_card_wrap{
    padding-top: 40px;
    padding-bottom: 50px;
}
.cupon_card_wrap .gridContainer{
    max-width: 1250px;
    min-width: auto;
}
.coupon-card {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0 0 4px rgba(40,44,63,0.08);
    -moz-box-shadow: 0 0 4px rgba(40,44,63,0.08);
    box-shadow: 0 0 4px rgba(40,44,63,0.08);
    border: 1px solid #EAEAEC;


    border: 0.5px solid #d4d5d9;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: white;
    padding: 0% 2%;
    margin-bottom: 10px;
    color: #282C3F;
}
.coupon-off-component {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 29%;
    max-width: 100px;
    color: #000;
    border-right: 1px solid #d4d5d9;
    padding-bottom: 10px;
}
.coupon-off-component a{
    color:#95BACE;
}
.coupon-amount {
    margin: 30px 0px 4px 0px;
    font-weight: 600;
    font-size: 16px;
}
.coupon-offText {
    font-weight: 800;
    font-size: 18px;
}
.coupon-info {
    padding: 10px 0px 10px 10px;
    display: inline-block;
    width: 64%;
}
.coupon-purchase-info {
    margin-bottom: 10px;
}
.coupon-label {
    color: #7e818c;
}
.coupon-coupon-code {
    text-transform: uppercase;
    word-wrap: break-word;
}
.coupon-coupon-detail {
    border-top: 1px solid #d4d5d9;
    padding: 15px 0px;
	width:100%;
	display:inline-block
}
.coupon-expiry-date {
    font-weight: 800;
    color: #696E79;
    border-right: 1px solid #d4d5d9;
    padding-right: 5px;
}
.coupon-details {
    cursor: pointer;
    float: right;
    font-weight: 800;
    color: #95BACE;
}
.coupon-coupon-detail > ul {
    margin: 10px 0px 0px -22px;
}
.coupon-coupon-detail > ul > li {
    list-style-type: disc;
}
.checkout-cart #coupon_parent_wrap{
    display:none;
}
/***/
.pdp_offers_wrap{
    padding-top: 15px;
}
.pdp_offers_wrap ul{
    width:100%;
    float:left;
    display:inline-block;
    position: relative;
    padding: 0;
    margin:0;
}
.pdp_offers_wrap ul li{
    width:100%;
    float:left;
    display:inline-block;
    position: relative;
    padding: 0;
    margin:0;
    font-size:14px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius:5px;
    padding: 15px;background: white;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.1);
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.1);
}
.pdp_offers_wrap ul li + li{
    margin-top: 20px;
}
.pdp_offers_wrap ul li .code_wrap{
    text-transform: uppercase;
    padding: 10px;
    border:3px dotted #a6a6a6;
    display:inline-block;
    margin-top:10px;
}
.collection_wrap li:hover img,
.listing_ul li:hover .image_wrap img{
    -webkit-filter:none;
    filter: none;
    transform: scale(1.05);
}
.collection_wrap li .image_wrap{
    overflow: hidden;
}
.common_top_wrap{
    text-align: center;
}
.common_top_wrap.margin{
    margin-bottom: 30px;
}

.details_rating_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%;
}
.details_rating_ul li {
    padding: 0%;
    margin: 0%;
    list-style: none;
    padding-bottom: 5px;
}
.prod_certificate_wrap img{
    max-width: 70%;
}
.metal_wrap .silver.white_sil{
    background:linear-gradient(52deg, #aaaaaa 0%, #eaeaea 35%, #bbb6ad 100%);
}
.metal_wrap .silver.plat_sil{
    background:linear-gradient(52deg, #b5b1b1 0%, #e5dfdf 35%, #bdb7ac 100%);
}

.product_feature_wrap.override ul li:nth-child(2){
    margin-top: 0;
}
.product_feature_wrap.override ul li .title_wrap{
    display:none;
}
.product_feature_wrap.override ul li{
    border: 1px solid #fff;padding: 0 !important;
}
.size_chart_a{
    background-color: transparent;
    border: 1px solid #95BACE;
    padding:0 5px;
    color: #95BACE;
    display: inline-block;
    font-size:10px;
}
.size_chart_a:hover{
    background-color: #95BACE;
    color:#fff !important;
}
.form_field.input_error{
    background: #fcd7c5 !important;
}
.product_parent_wrap .data_wrap .filter_data_wrap .size_ul li{
    min-width: 40px;
    width:auto;
    font-size:11px;
}
.product_parent_wrap .data_wrap .filter_data_wrap .size_ul li.has_image{
    height:auto;
    padding: 0px;
    width:30px;
    border-radius:30px;
    line-height: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}

.product_parent_wrap .data_wrap .filter_data_wrap .size_ul li.has_image img{
    margin-bottom: 0px;
    float:left;
}
.prod.overview_text_wrap .data_wrap p{
    padding-right: 0;
}
.home_slider_wrap .swiper-top_pagination{
    position: absolute;
    top:120px;
    left:0;
    width:100%;
    z-index: 100;
    padding-left: 20px;
}
.theme_pagination .swiper-pagination .swiper-pagination-bullet{
    width:15px;
    height:15px;
    background: #fff;
    margin-right: 5px;
}
.theme_pagination .alternate.swiper-pagination .swiper-pagination-bullet{

    background: #573f0e
}

body .common_anchor.secondary:hover{
    color:#fff;
}
.menu_top_wrap .icon_wrap{
    z-index: 1000;
}
body{
    width:100%;
    float:left;
    display: inline-block;
    position: relative;
    
}

.menu_top_wrap .icon_wrap a{
    display:inline-block;
    position: relative;
}
.menu_top_wrap .menu_wrap,
.menu_top_wrap .parent,
.menu_top_wrap .menu_wrap > ul,
.menu_top_wrap .menu_wrap > ul > li{
    position: initial !important;
}

.menu_top_wrap .menu_wrap ul li .sub-menu{
    position: absolute;
    top:100%;
    left:0;
    min-width: 100%;
    width: auto;
    background: #fff;
    margin-top: 10px;
    padding:50px 10px;
    margin-top: -20px;
    display: inline-block;
   /* -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;*/
    background: #F9F9F9;
    /*transition: all 0.3s ease-in-out;*/
    -webkit-box-shadow: 0px 15px 13px -14px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 15px 13px -14px rgba(0,0,0,0.4);
    box-shadow: 0px 15px 13px -14px rgba(0,0,0,0.4);
    opacity: 0;
    visibility: hidden;
}
.menu_top_wrap .menu_wrap ul li .sub-menu:after{
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    height: 20px;
    z-index: 10;
    content: '';
}
.menu_top_wrap .menu_wrap ul li .sub-menu-ul{
    display:flex;
}
.menu_top_wrap .menu_wrap ul li:hover .sub-menu{
    opacity: 1;
    visibility: visible;
}
.menu_top_wrap .icon_wrap{
    right:10%;
    top:40%;
}
.menu_top_wrap .menu_wrap ul li .sub-menu  .sub-menu-ul > li{
    width: 100%;
    float:left;
    display:inline-block;
    position: relative;
    padding: 0;
    margin:0;
}
.menu_top_wrap .menu_wrap ul li .sub-menu  .sub-menu-ul > li.title_li > a > p{
    text-transform: uppercase;
    font-family: semi_font;
    font-size:13px
}
.menu_top_wrap .menu_wrap ul li .sub-menu  .sub-menu-ul > li .sub-menu2{
    width: 100%;
    float:left;
    display:inline-block;
    position: relative;
    padding: 0;
    margin:0;
}
.menu_top_wrap .menu_wrap ul li .sub-menu  .sub-menu-ul > li a{
    width: 100%;
    float:left;
    display:inline-block;
    position: relative;
    padding: 0;
    white-space: nowrap;
    padding: 0;
    padding-right: 30px;
    margin:0;
    color:#909295;
    text-align: left;
}
.menu_top_wrap .menu_wrap ul li .sub-menu  .sub-menu-ul li a p{
    margin-bottom: 5px;;
    padding: 0;
    display:flex;
    font-size:13px;
    justify-items: center;
    align-items: center;
}
.menu_top_wrap .menu_wrap ul li .sub-menu  .sub-menu-ul li a p .svg_wrap{
    width: 20px;
    height: 20px;
    display: flex;
    margin-right: 10px;
    align-content: center;
    align-items: center;
    justify-content: center;
}
.menu_top_wrap .menu_wrap ul li .sub-menu  .sub-menu-ul li a p .svg_wrap svg{

    height: 12px;
    width: auto;

}
.menu_top_wrap .menu_wrap ul li .sub-menu  .sub-menu-ul > li .sub-menu2 > li,
.menu_top_wrap .menu_wrap ul li .sub-menu  .sub-menu-ul > li .sub-menu2 > li a{
    padding: 0;
    margin:0;
    width: 100%;
}
.menu_top_wrap .menu_wrap ul li .sub-menu  .sub-menu-ul > li + li{
    padding-left: 20px;
}
.menu_top_wrap .menu_wrap ul li .sub-menu  .sub-menu-ul > li > a{
    padding-bottom: 10px;
}

.left_column .close_img{
    display:none;
}
.left_column .cat_left_ul > ul > li > a{
font-family: bold_font;
}
.overhide{
    overflow: hidden;
}
.theme_pagination{
    width:45px;
    height:45px;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    border-radius: 45px;
    background: transparent;
    border: 1px solid #fff;
}
.theme_pagination:after,
.theme_pagination:before{
    font-size:15px;
    color:#fff;
    
}
.menu_top_wrap .menu_wrap ul li .sub-menu img{
    width:90%;
    float:left;
}
.menu_top_wrap .menu_wrap{
    margin-left:-20px;
}
.collection_wrap li .data_wrap{
    position: relative;
    top:auto;
    bottom:auto;
    left:auto;
    width:100%;
    float:left;
    display:inline-block;padding: 0;
    padding-top: 15px;
}
.collection_wrap li .data_wrap p{

    padding-top: 0px;
}
.footer_wrap{
    margin-top: 50px;
}
body .search_mix .form_field{
    background: #f3e8d7;
}
.home_collection_wrap.cat_wrap{
    margin:80px 0
}
.home_collection_wrap.cat_wrap ul{
    margin-top: 30px;
}
.home_collection_wrap.cat_wrap + .slider_wrap{
    margin-top: 0;
}

@media only screen and (max-width:480px){

    .mobile_img{
        display: inline-block !important;
    }
    .desktop_img{
        display: none !important;
    }
    
    .home_collection_wrap.cat_wrap{
        margin:40px 0
    }
    body p  + p, body .content_ul li + li{
        padding-top: 20px;;
    }
    .menu_top_wrap .icon_wrap > *{
        position: initial;
    }
    .footer_wrap{
        padding-bottom: 120px;
    }
    .footer_wrap ul li:nth-child(4n+0){
        margin-top:100px;
    }
    .footer_wrap::after{
        height:45%;
    }
    .register_popup .half_wrap {
        width: 100%;
    }
    .product_feature_wrap{

        padding-top:40px;
        margin-top: 40px;

    }
    .product_feature_wrap.override ul li + li{
        margin-top: 30px !important;
    }
    .collection_ul li .metal_wrap a{
        width:20px;
        height:20px;
    }
    .product_parent_wrap .data_wrap .option_parent_wrap .parent{
        flex-wrap: wrap;
    }
    .product_parent_wrap .data_wrap .option_parent_wrap .common_anchor.add_to_cart_anchor{
        width:100%;
        margin-bottom: 20px;
    }
    .product_parent_wrap .data_wrap .option_parent_wrap .common_anchor.customize_button_prod {
        margin-left:0;
        width:80%;
    }
    .enquiry_popup_wrap{
        width:100%;
        right: -100%;
    }
    .reviews_list_wrap .review_row{
        display:flex;
        flex-wrap: wrap;
    }
    .reviews_list_wrap .review_main_header{
        text-align: center;padding-bottom: 0;
    }
    .reviews_list_wrap .review_main_header .common_anchor{
        margin-top: 15px;
        float:none
    }

    .reviews_list_wrap .review_row > .col-xs-12{
        order:2
    }
    .reviews_list_wrap .review_row > .col-xs-12:last-child{
        order:1
    }
    .top_feedback_wrap > .row{
        display:inline-block;width: 100%;
    }
    .student_feedback{
        margin-bottom: 30px;
    }
    .individual-rating,
    .progress_bar_right_wrap{
        width:100%;
        float:left;
        display:inline-block;
    }
    .progress_bar_right_wrap{
        padding-right: 0;
        padding-left: 0;
    }
    .product_feature_wrap ul li {
        width: 100%;
        display: inline-block;
        position: relative;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        margin: 0;
        padding: 0;
        margin-top: 30px;
        padding-right: 40px;
    }
    .product_feature_wrap ul li:nth-child(2) {
        margin-top: 30px;
        padding-right: 0;
        padding-left: 40px;
    }
    .product_feature_wrap ul li .common_header {
        font-size: 20px !important;
    }
    .buttons .pull-right,.buttons .pull-left{
        width:100%;
        float:left;
    }

    .buttons .common_anchor{
        width:100%;
        float:left;    text-align: center;
    }
    .buttons > * + *{
        margin-top: 15px;
    }
    .common_top_wrap.margin{
        margin-bottom: 20px;
    }
    .coupon-amount,.coupon-offText{
        font-size: 14px;
    }
    .coupon-info{
        font-size:12px;
    }
    .coupon-expiry-date{
        font-size:12px;
    }
    .collection_ul li .data_wrap .half_wrap{
        width:100%;
    }
    .collection_ul li .data_wrap .half_wrap:first-child p{
        padding-top: 0 !important;
    }
    .add_process_wrap{
        z-index: 1000;
    }
    .reward_redeem_parent_wrap{
        margin-top:0px;
    }
    .reward_redeem_parent_wrap .common_anchor{
        margin-top:20px;
    }
    .common_rewards_wrap .description_wrap{
        width:280px;
        height:380px;
    }

    .common_rewards_wrap .description_wrap .common_header{
        font-size:14px !important
    }
    .common_rewards_wrap .description_wrap .desc_wrap{
        padding:20px;
    }
    .common_rewards_wrap .description_wrap .common_anchor{
        padding-left: 20px;
        padding-right: 20px;
        font-size:12px;
    }
    .common_rewards_wrap .description_wrap p{
        font-size:11px;
    }
    .common_rewards_wrap.logged .description_wrap p{
        font-size:15px;
    }
}
/* Rewards Ends */
.cart_modules .common_anchor{
    background:#d8d8d8;
    padding:10px 20px;
    color:#000;
}


.blog_top_bg .common_header{
    color:#fff;
    text-shadow: 0px 2px 3px rgb(0 0 0 / 48%);
}
.blog_top_bg{
    padding-top: 500px;
}
.blog_list_wrap{
    padding-bottom: 100px;
}
.gridContainer.medium{
    max-width: 1400px;
}
.blog_list_ul{
    width:100%;
    float:left;
    display:inline-block;
    position: relative;
    padding: 0;
    margin:0;
    display:flex;
    flex-wrap: wrap;
}
.blog_list_ul li{
    width:48.5%;
    float:left;
    display:inline-block;
    position: relative;
    padding: 0;
    margin:0;
    margin-right: 3%;
    margin-bottom: 40px;
}
.blog_list_ul li:nth-child(even){
    margin-right: 0;
}
.blog_list_ul li .img_wrap{
    width:100%;
    float:left;
    display:inline-block;
    position: relative;
    padding: 0;
    margin:0;
    padding-right: 0px;
}
.blog_list_ul li .info_wrap{
    width:50%;
    float:left;
    display:inline-block;
    position: relative;
    padding: 0;
    margin:0;
    padding-left: 20px;
}

.blog_list_ul li .title_wrap a{
    font-size: 22px;
    color: #fff;
    padding: 10px 20px;
    white-space: nowrap;
    float: left;
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: #95BACE;
    text-decoration: none !important;
    -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;
}
.blog_list_ul li:hover .title_wrap a{
    background: #000;
}

.blog_list_ul li .bdesc_wrap{
    font-size:13px;
    color:#000;
    margin-bottom: 20px;
}
.blog_list_ul li .img_wrap img{
    width:100%;
    float:left;
    display:inline-block;
    transform: none !important;
}
.infomative_page_wrap{
    text-align: justify;
}
.whatsapp_fix.for_touch_devices{
    display:none;
}
.help_you_wrap{
    position: fixed;
    bottom:120px;
    right:40px;
    z-index: 1000;
    display:none;
}
.inner_top_help_wrap{
    position: relative;
    bottom:auto;
    right:auto;
}
.inner_realb_chat{
    display:inline-block;
}
.realb_chat_wrap{
    overflow: scroll;
}
.inner_realb_chat + .inner_realb_chat{
    margin-top: 0;
}
.inner_realb_chat.has_products{
    padding: 10px;
}
.chat_prod_ul{
    width:100%;
    float:left;
    display:inline-block;
    position: relative;
    padding: 0;
    margin:0;
}
.chat_prod_ul li{
    width:50%;
    float:left;
    display:inline-block;
    position: relative;
    padding: 5px;
    margin:0;
}
.infomative_page_wrap p{
    width:100%;
    float:left;
    display:inline-block;
}
.faq-box{
    margin-bottom: 10px;
}
.faq-box h3{
    width:100%;
    float:left;
    cursor: pointer;
    font-size:14px;
    text-transform: uppercase;
    background:#dbdbdb;
    color:#000;
    letter-spacing: 0.1em;
    padding:10px;
    padding-right: 50px;
    margin:0;
    margin-bottom: 10px;
    
}
.faq-box h3:after{
    position: absolute;
    top: 6px;
    right: 10px;
    font-size: 40px;
    margin-top: -10px;
    z-index: 10;
    color: #000;
    line-height: 40px;
    content: '+';
}
.faq-box h3.active:after{
    content: '-';
}
.faq-ans{
    padding: 10px 0;
    display:none;
}
.faq-ans > p:first-child{
    padding-top: 0;
}
.absolute_full_wrap{
    background-color: #2d2d2d;
}
.listing_ul li .image_wrap{
    overflow: hidden;
}
.listing_ul li .image_wrap img.list_hover_img{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.listing_ul li:hover .image_wrap img.list_hover_img{
    opacity: 1;
}
body .checkout .common_header{
    font-size:30px !important;
}
@-webkit-keyframes myanimation {
    0% {color:#fff;}
    25%{color:maroon;}
    50%{color:#fff;}
    75%{color:maroon;}
    100% {color:#fff;}
}

.fullscreen-bg-video {
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}
.abs_anchor_btn{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:6;
}
body{
    overflow-x: hidden !important;
}
.cart_modules{
    margin-bottom: 40px;
}
.data_wrap .name_wrap p{
    width:100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}
.menu_wrap.dark_menu{
    position: absolute !important;
}
.footer_new_wrap .gridContainer{
    max-width: 1450px;
}
.footer_new_wrap{
    background:#95BACE;
    padding:50px 0;
}
.footer_new_wrap .footer_right_side{
    width:350px;
    float:right;
    display:inline-block;
}
.footer_new_wrap .footer_right_side .text_form{
    width:100%;
    border:none;
    border-bottom: 1px solid #fff;
    color:#fff;
    padding: 13px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.footer_new_wrap .footer_right_side .half_wrap{
    width:100%;
}
.footer_new_wrap .footer_right_side .submit_wrap{
    position: absolute;
    top:2px;
    right:2px;
    z-index: 1;
}
.footer_new_wrap .footer_right_side .submit_wrap .common_anchor{
    margin-top: 0;-webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.footer_right_side .social_wrap{
    margin-top: 20px;
}
.menu_wrap .icon_wrap a{
    position: relative;
}
.footer_right_side .social_wrap a{
    float:left;
    margin-right: 10px;
}
.footer_right_side .social_wrap img{
    float:left;width:20px;
}
.footer_right_side .common_header{
    color:#fff;
    text-align: left;
    margin-bottom: 10px;
    padding-top: 0;
}
.footer_right_side p{
    padding-top: 0 !important;
}
.footer_new_wrap ul{
    width:300px;
    float:left;
    display:inline-block;
    position: relative;
    padding:0;
    margin:0;
    margin-right: 20px;
}
.footer_new_wrap ul li{
    width:100%;
    float:left;
    display:inline-block;
    position: relative;
    padding:0;
    margin:0;
    margin-bottom: 20px;
}
.footer_new_wrap ul li a{
    color:#fff;
    font-size:15px;
    float:left;
    display:inline-block;
    position: relative;
}
.size_chart_table td,
.size_chart_table th{
    padding: 10px;
}
.size_chart_table th{
    background: #95BACE;
    color:#fff;
}
.size_chart_table th{
    border: 1px solid #d9d9d9;
}
.size_chart_table td{
    border: 1px solid #d9d9d9;
}
.size_chart_table{
    width:100%;
    float:left;
    font-size:14px;
}
.only_for_mob{
    display:none;
}
.listing_ul li .image_wrap img{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    /*filter: grayscale(0);*/
    width:100%;
}
.listing_ul li a:hover .image_wrap img{
    /*filter: grayscale(100%);*/
}
.contact-us-page-info-list{
    padding: 0;
    text-align: center;
}
.contact-us-page-info-list li{
    padding: 0;
    list-style-type: none;
    margin-bottom: 20px;
    width:300px;
    float:none;
    display:inline-block;
    margin-right: 30px;

}

.contact-us-page-info-list li a{
    padding: 15px 10px;
    background: #ffffff;
    border:1px solid #d6d6d6;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    width:100%;
    float:left;
    display:inline-block;
    color:#000;
    text-decoration: none;
    text-align: center;
    overflow:hidden;
    position: relative;
}

.contact-us-page-info-list li:nth-child(3n+0){
    margin-right: 0;
}
.contact-us-page-info-list li img{
    margin-bottom: 20px;
    width:80px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0.08;
}
.contact-us-page-info-list li:hover img{
    left:-20px;
}
.menu_wrap{
    z-index: 999;
}
.pinch_zoom{
    margin-top: 0px;
    position: fixed;
    width: 100%;
    bottom:0;
    left:0;
    background-color: #FFF;
    z-index: 1001;
    top: 26px;
    display:none;
}
.pinch_zoom_title_wrap{
    text-align: center;
    font-size:13px;
    position: fixed;
    top:0;
    display:none;
    left:0; background-color: #FFF;
    width:100%;
    height:40px;
    padding: 4px ;z-index: 1000;
}
.pinch_zoom_title_wrap img{
    text-align: center;
    font-size: 13px;
    padding: 4px;
    position: absolute;
    top: -1px;
    right: 0;
    width: 28px;
}
.pinch_zoom .inner{
    float: left;
    width: 100%;
    height: 100vh;
}
.product_detail_wrap .overview_cart p{
    margin-bottom: 0;
}
.desc_menu_close img{
    cursor: pointer;
}
.close_search{
    cursor: pointer;
}
.checkout_cart_item_wrap{
    width:100%;
    float:left;
    display:table;
    color:#000;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
.checkout_cart_item_wrap > *{
    display:table-cell;
    vertical-align: middle;
}
.checkout_cart_item_wrap .img_wrap{
    width:60px;
    position: relative;
}
.checkout_cart_item_wrap .img_wrap img{
    border:1px solid #ccc;
}
.checkout_cart_item_wrap .qty{
    min-width:20px;
    height:20px;
    background:#ff7676;
    font-size:12px;
    line-height:20px;
    color:#fff;
    position: absolute;;
    top:-10px;
    right:-10px;
    text-align: center;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
}
.checkout_cart_item_wrap .total_wrap{
    white-space: nowrap;
    text-align: right;
}
.checkout_cart_item_wrap .name_wrap{
    padding:0 15px;
}
.checkout_cart_item_wrap .name_wrap a{
    color:#000;
    border-bottom-color:#ccc;
}
.checkout_cart_item_wrap.last .name_wrap,
.checkout_cart_item_wrap.last .total_wrap{
    font-size:25px;
}
.inner_gallery_wrap .cart_subtotal_wrap{
    width:30%;
    float:right;
}
/* Checkout Starts */
.panel-group,.panel-body{
    margin:0;
    padding:0;
    width:100%;
    float:left;
    display:inline-block;
}
.checkout_main_wrap{
    padding:0;
}
.mob_cart_btn,
.checkout_parent_wrap .right_wrap .mob_close_btn{
    display:none;
}
.checkout_parent_wrap .left_wrap{
    padding-right:40px;
    width:60%;
    float:left;
    padding-top: 0px;
    padding-left: 0px;
    padding-bottom: 50px;
    border-right:1px solid #eee;
}
.checkout_parent_wrap .right_wrap{
    padding-left:40px;
    width:40%;
    padding-right:40px;
    padding-top:22px;
    padding-bottom: 50px;
    float:left;
    overflow-y: auto;
}
.ps-hero__heading.med{
    font-size:25px;
}
.checkout_cart_item_wrap{
    width:100%;
    float:left;
    display:table;
    color:#000;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
.checkout_cart_item_wrap > *{
    display:table-cell;
    vertical-align: middle;
}
.checkout_cart_item_wrap .img_wrap{
    width:60px;
    position: relative;
}
.checkout_cart_item_wrap .img_wrap img{
    border:1px solid #ccc;
}
.checkout_cart_item_wrap .qty{
    min-width:20px;
    height:20px;
    background:#ff7676;
    font-size:12px;
    line-height:20px;
    color:#fff;
    position: absolute;;
    top:-10px;
    right:-10px;
    text-align: center;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
}
.checkout_cart_item_wrap .total_wrap{
    white-space: nowrap;
    text-align: right;
}
.checkout_cart_item_wrap .name_wrap{
    padding:0 15px;
}
.checkout_cart_item_wrap .name_wrap a{
    color:#000;
    border-bottom-color:#ccc;
}
.checkout_cart_item_wrap.last .name_wrap,
.checkout_cart_item_wrap.last .total_wrap{
    font-size:25px;
}
.checkout_logo_wrap{
    text-align: center;
}
.checkout_login_info_wrap{
    float:none;

    display: inline-block;
    margin-top:20px;
}
.checkout_login_info_wrap a{
    border-bottom: 1px dashed #000;
}
.payment_radio{
    float:left;
    display:inline-block;
    margin:10px !important;
}
.payment_radio .payment_radio_btn{
    color:#fff;
    padding-left: 0;
    padding:10px;
    background:#000;
    margin-bottom: 10px;
    margin-top:0 !important;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    text-align: center;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.payment_radio .payment_radio_btn:hover{
    background: #464749;
    color:#fff;
}
.payment_radio input[type='radio']{
    display:none;
}
.checkout_login_info_wrap{
    float:none;
    display: inline-block;
    margin-top:5px;
    margin-bottom: 15px;
    color:#000;
}
.checkout_login_info_wrap a{
    border-bottom: 1px dashed #000;
    color:#000;
}
.checkout_login_parent_wrap{
    position:relative;
    width:100%;
    float:left;
    display:inline-block;
}
.checkout_login_parent_wrap .close_wrap{
    position:absolute;
    top:20px;
    right:20px;
    z-index: 10;
    cursor: pointer;
}
.checkout_login_parent_wrap .panel-body{
    width:100%;
    float:left;
    display:inline-block;
    position: relative;
}
.checkout_parent_wrap .form_title{
    color:#000;
}
.login_parent_wrap.checkout{
    padding-top: 0;

}

.checkout_logo_wrap img{
    width: 180px;

}

.checkout_parent_wrap legend{
    text-align: left;
}

.common_header.small{
    font-size:25px !important;
}
.single_address_wrap{
    width:100%;
    float:left;
    display:inline-block;
    position: relative;
    padding-left: 40px;
    border-bottom: 1px solid #aeaeae;
    padding-bottom: 10px;
    padding-top: 10px;
    background: url('../images/radio_deselect.png') center left no-repeat;
    background-size:20px auto;
    cursor: pointer;
}
.single_address_wrap.active{
    background-image:url("../images/radio_select.png");
}
/* Checkout Ends */
html input[disabled]{
    cursor: not-allowed;
    background:#efefef;
}
.add_to_cart_notification{
    position: fixed;
    top:20px;
    right:20px;
    z-index: 1010;
    width:400px;
    padding: 20px;
    background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.55);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.55);
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.55);
    display:none;
}
.add_to_cart_notification table td{
    vertical-align: middle;
}
.add_to_cart_notification table td.image{
    width:80px;
}
.add_to_cart_notification table td.name{
    vertical-align: middle;
    padding-left: 20px;
    color:#000;
    font-size: 17px;
    font-family: reg_font;
}
.add_to_cart_notification table td.name > a{
    color:#000;
    text-decoration: none;
    border-bottom: 1px dashed #000;
}
.add_to_cart_notification table td .common_anchor{
    margin-top: 10px;
    padding: 10px 20px;
}
.overview_image_wrap .rotating_header_wrap{
    left:0;
}
.listing_ul .data_wrap .name_wrap{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.filter_bg_wrap{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    background: transparent;
    z-index: 10000;
}
.filter_fix_wrap{
    position: fixed;
    top:0;
    width:400px;
    height:100%;
    right:-450px;
    overflow: scroll;
    background: #fff;
    border-left: 1px solid #e6e6e6;
    z-index: 10001;
    padding: 18px 30px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.filter_fix_wrap .anchor_wrap{
    padding: 10px 0;
    width: auto;
    float:right;
}
.pointer{
    cursor: pointer;
}
.filter_fix_wrap .anchor_wrap .common_anchor{
    padding: 15px;
    margin-right: 0;
}
.filter_fix_wrap .anchor_wrap .common_anchor.close_wrap {
    background:#e8e8e8;color:#000;
}
.filter_fix_wrap .anchor_wrap .common_anchor.close_wrap:hover{
    background:#000;color:#fff;
}
.filter_fix_wrap.active{
    right:0;
}
.filter_fix_wrap .title_wrap {
    padding: 10px;
    font-size: 15px;
    background: #95BACE;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #fff;
}
.filter_fix_wrap .title_wrap h4{
    margin: 0;
    font-size:13px;
}
.filter_fix_wrap .color_filter_ul,
.filter_fix_wrap .index_collection_ul{
    width:100%;
    float:left;
    display:inline-block;
    position: relative;
    padding: 10px;
    margin:0;
}
.filter_fix_wrap .index_collection_ul li{
    width:100%;
    float:left;
    display:inline-block;
    position: relative;
    padding: 0px;
    margin:0;
}
.filter_fix_wrap .color_filter_ul li{
    float:left;
    display:inline-block;
    position: relative;
    padding: 0px;
    margin:0;
    margin-right: 5px;
    margin-bottom: 5px;
}
.filter_fix_wrap .color_filter_ul li a{
    width:25px;
    height:25px;
    float:left;
    display:inline-block;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    border:1px solid #000;
}
.filter_fix_wrap .color_filter_ul li.active a{
    border:1px solid #e4b868;
}
.filter_fix_wrap .index_collection_ul li [type="checkbox"]{
    float:left;
    margin-top: 0;
}
.filter_fix_wrap .index_collection_ul li .span_as_a{

    float:left;
    display:inline-block;
    position: relative;
    padding: 0px;
    margin:0;
    padding-left: 10px;
    color:#000;
    font-size:12px;
    font-weight: 400;
}
.filter_fix_wrap .index_collection_ul li [type="checkbox"]{
    float:left;
    margin-top: 0;
}
.filter_fix_wrap .index_collection_ul li .span_as_a{

    float:left;
    display:inline-block;
    position: relative;
    padding: 0px;
    margin:0;
    padding-left: 10px;
    color:#000;
    font-size:13px;
    font-weight: 400;
}


.offcanvas-minicart_wrapper .offcanvas-menu-inner .minicart-item_total{
    padding-top: 10px;
    padding-bottom: 10px;
}
.offcanvas-minicart_wrapper.open .offcanvas-menu-inner{
    z-index: 9999;
    overflow: auto;
}
.required{
    color:red;
}
.required .form_title{
    color:#000;
}
.checkout .text_form{
    color:#000;
}
.hidden{
    display:none;
}
.bg_cover{
    background-position: center center;
    background-repeat:no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.btn-facebook{
    background:#2d609b;
    margin-top:10px;
    color:#fff;
}
.btn-facebook img{
    width: 30px;
}
.btn-facebook:hover{
    background:#000;
    color:#fff;
}
.menu_wrap .top_wrap .icon_wrap .icon_svg{
    position: relative;
}

.product_wrap .price_wrap .mrp{
    text-decoration: line-through;
}
.product_offers_desc ul{
    width:100%;
    float:left;
    display:inline-block;
    position: relative;
    padding:0;
    margin:0;
}
.product_offers_desc ul li{
    width:100%;
    float:left;
    display:inline-block;
    position: relative;
    padding:0;
    margin:0;
    padding: 10px;
    font-size:13px;
    color:#000;
    border:1px dashed #e8e8e8;
    margin-bottom: 10px;
}
.menu_close_a{
    display:none;
}
.footer_logo_main{
    pointer-events: none;
}
.social_icon{
    margin-top: 20px;
}
.social_icon img{
    width:40px;
    margin-bottom: 0;
}
.field_wrap .sorting_wrap .half_wrap:last-child h4{
    border-right: 0;
}
.prod_info_parent_wrap{
    margin-top: 30px;
}
.buttons .common_anchor{
    margin-top: 0;
}
.category_content_wrap input[type="radio"],
.category_content_wrap input[type="checkbox"]{
    float:none;
    width:auto;
}
.category_content_wrap textarea{
    width:100%;
    border:none;
    border-radius: 4px;
    float:left;
}
.login_button{
    background-color: #000;
    color: white;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.login_button:hover{
    color:#fff;
}
.desc_menu_close{
    top:20px;
    right:20px;
    left:auto;
}
.common_header.sm{
    font-size:20px;
}
.common_mtop{
    margin-top: 80px;
}
.common_mbot{
    margin-bottom: 80px;
}
.listing_product_wrap .listing_ul .swiper-slide li{
    width:100%;
    padding: 0;
    margin-top: 0;
}
.home_featured_wrap .common_header{
    margin-bottom: 30px;
}

.home_bottom_category_wrap .half_wrap{
    width:50%;
    float:left;
    margin-bottom: 8px;
}
.home_bottom_category_wrap .half_wrap:nth-child(odd){
    padding-right: 2px;
}
.home_bottom_category_wrap .half_wrap:nth-child(even){
    padding-left: 2px;
}
.home_bottom_category_wrap .half_wrap img{
    width:100%;
    display:inline-block;
    float:left;
}
.common_mtop_40{
    margin-top: 40px;
}

.menu_wrap .menu_search_wrap ul li img{
    width:25px;
}
.menu_wrap.light_menu .menu_search_wrap ul li img.dark{
    display:none;
}
.menu_wrap.dark_menu .menu_search_wrap ul li img.light{
    display:none;
}
.product_color_note{
    position: absolute;
    bottom:-10px;
    left:0;
    z-index: 100;
    padding: 15px 10px;
    color:#000;
}
@-webkit-keyframes shake{0%,100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shake{0%,100%{-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);-ms-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);-ms-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake; -webkit-animation-duration:0.3s;animation-duration:0.3s;-webkit-animation-fill-mode:both;animation-fill-mode:both}

.product_wrap .options_wrap .options_list a.active{
    background-color: #e5e5e5;
    color: #000;
    text-decoration:none !important;
}
.prod_thumb_wrap .swiper-button-prev,
.prod_thumb_wrap .swiper-button-next{
    width:25px;
    background:#000;
    height:25px;
}
.prod_thumb_wrap .swiper-button-prev:after,
.prod_thumb_wrap .swiper-button-next:after{
    font-size:18px;
    line-height: 25px;
    color:#fff;
}
.thumb_wrap{
    margin-top:20px;
}
.text-danger{
    color:maroon;
}
.options_list .text-danger{
    margin-top: 5px;
}
*:focus{
    outline: none !important;
}

.gallery_ul .swiper-slide li{
    width:100%;
}
.search_bg_wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1999;
    display: none;
    background: rgba(0,0,0,0.8);
}
.search_popup_wrap {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -250px;
    margin-top: -150px;
    width: 500px;
    height: 300px;
    z-index: 2000;
    background: #fff;
    padding: 20px;
    text-align: center;
    display: none;
}
.search_popup_wrap .close_wrap {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
    width: 35px;
    cursor: pointer;
}

.filter_sort_wrap .full{
    width:100%;
}

.listing_sale_per{
    position: absolute;
    top:10px;
    right:10px;
    text-decoration: none;
    z-index: 1;
    font-size:10px;
    padding:4px 10px;
    text-decoration: none !important;
    padding-bottom: 2px;
    color:#fff !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}


input.common_anchor,
button.common_anchor{
    border:none;
}

.panel-body{
    line-height: normal;
}
/*form .common_anchor:hover,
.buttons .common_anchor:hover{
    background: #d3b48c;
    color: #ffffff;
    text-decoration: none;
}*/
.para_anchor:hover, p a:hover{
    color:#000;
    text-decoration: none;
}
.common_anchor.light,
.category_content_wrap form .pull-left .common_anchor{
    background:#999;
}
/*form .common_anchor:hover,
.cart_parent_wrap .common_anchor:hover,
.buttons .common_anchor:hover{
    background:#000 !important;
}*/
.gallery_ul li .action_wrap{
    text-align: center;
}
.mobile_menu_text_wrap{
    display:none;
}


.breadcrumb-title{
    text-transform: uppercase;
}
.nowrap{
    white-space: nowrap;
}
.footer_new_wrap .submit_form{
    padding:8px 10px;
}
.home_recommended_wrap{
    margin-top: 40px;
}
.prod_arrow_left,
.prod_arrow_right{
    background:transparent;
}
.white-popup-block {
    background: #FFF;
    padding: 20px 30px;
    text-align: left;
    max-width: 650px;
    margin: 40px auto;
    position: relative;
    float: none;
}
.f_none{
    float:none;
}
.single_review{
    margin-bottom: 20px;
}
.single_review .user_wrap{
    display:table;
    margin-bottom: 10px;
}
.single_review .user_wrap .icon{
    display:table-cell;
    width:40px;
    height:40px;
    background: rgb(211, 180, 140,0.34);
    text-align: center;
    vertical-align: middle;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
}
.single_review .user_wrap .name{
    display:table-cell;
    padding-left: 0px;
    font-size: 16px;
    vertical-align: middle;
}
.single_review .text{
    margin-top: 5px;
    font-size:13px;
}
.single_review .date{
    font-size:12px;
}
.review_img {
    width: 15px;
}
.rating_list_wrap .single_rate_wrap{
    float:left;
    display:inline-block;
    width:20px;
    margin-right:10px;
    position: relative;
    cursor: pointer;
}
.rating_list_wrap .single_rate_wrap img{
    width:100%;
    float:left;
}
.form-group{
    width:100%;
    display:inline-block;

}
.rating_list_wrap .single_rate_wrap .filled{
    position: absolute;
    top:0;
    left:0;
    opacity:0;
}
.rating_list_wrap .single_rate_wrap.active .filled{
    opacity:1;
}
.listting_wrap ul .swiper-slide li{
    width:100%;
    margin-top: 10px;
}
.listting_wrap.has_swiper ul{
    padding-left: 10px;
    padding-right: 10px;
}
.product_swiper .swiper-button-prev{
    left:20px;
    color:#464749;
    background:#fff;
    width:30px;
    height:30px;
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    border-radius: 80px;
    font-size: 22px;
    margin-top:-50px;
}
.product_swiper .swiper-button-next{
    right:20px;
    font-size: 22px;
    background:#fff;
    width:30px;
    color:#464749;
    height:30px;
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    border-radius: 80px;
    margin-top:-50px;
}
.product_swiper .swiper-button-next:after,
.product_swiper .swiper-button-prev:after{
    font-size: 15px;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
    pointer-events: auto !important;
}
.menu_parent_wrap{
    background:#717171;
    text-align: center;
}
.menu_parent_wrap .main_menu_ul > li > a{
    color:#fff;
    font-size:14px;
    padding: 15px 15px;
}
.menu_parent_wrap .main_menu_ul > li > a:hover,
.menu_parent_wrap .main_menu_ul > li > a:focus,
.menu_parent_wrap .main_menu_ul > li.open>a,
.menu_parent_wrap .main_menu_ul > li.open>a:hover,
.menu_parent_wrap .main_menu_ul > li.open>a:focus
{
    background:#000;
    color:#fff;
}
.menu_parent_wrap .main_menu_ul > li + li{
    border-left:1px solid #fff;
}
.menu_parent_wrap .navbar{
    float:none;
    margin-bottom: 0;
    display:inline-block;
    margin-bottom: -5px;
}
.menu_parent_wrap .main_menu_ul > li{
    float:left;
    display:inline-block;
    position: relative;
}
.menu_parent_wrap .main_menu_ul > li > .dropdown-menu li{
    border-bottom: 1px solid #000;
    width:100%;
    float:left;
    display:inline-block;
    position: relative;
}
.menu_parent_wrap .main_menu_ul > li > .dropdown-menu a{
    width:100%;
    float:left;
    display:inline-block;
    padding: 8px 10px;
    white-space: nowrap;
    background:#fff;
    color:#000;
    font-size:13px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}
.menu_parent_wrap .main_menu_ul > li > .dropdown-menu a:hover{
    background: #717171;
    color:#fff;
}
.menu_parent_wrap .main_menu_ul > li > .dropdown-menu a.see-all{
    background:#000;
    color:#fff;
}
.menu_parent_wrap .main_menu_ul > li > .dropdown-menu a.see-all:hover{
    background:#000;
    color:#fff;
}
.menu_parent_wrap .main_menu_ul > li > .dropdown-menu{
    padding:0;
}

.mob_menu_bar_wrap .open_wrap,
.mob_menu_bar_wrap .close_wrap{
    display:inline-block;
    width:100%;
    float:left;
}
.mob_menu_bar_wrap .close_wrap{
    display:none;
}
.mob_menu_bar_wrap .close_wrap .icon{

}
.mob_menu_bar_wrap.active .close_wrap{
    display:inline-block;
}
.mob_menu_bar_wrap.active .open_wrap{
    display:none;
}
.pagination_wrap{
    text-align: center;
}
.pagination > li > a{
    color:#000;
}
.pagination>li>a, .pagination>li>span{
    border-color:#A3674D;
}
.pagination > li.active > span{
    color:#fff;
    border-color:#A3674D;
    background:#A3674D;
}
.inner_products_wrap.full{
    width:100%;
    padding-left: 0;
}
.margin_top_20{
    margin-top:20px;
}
.empty_wrap{
    margin-top:20px;
}
.empty_wrap,
.empty_wrap p{
    font-size:20px;
    text-align: center;
}
.align_center{
    text-align: center;
}
.margin_bottom_20{
    margin-bottom: 20px;
}
.common_anchor:hover{
    background:#f4ebe0;
    text-decoration: none;
    color:#fff;
}
.category_mtop{
    padding-top:50px;
}
.category_content_wrap{
    padding-bottom: 50px;
}

.tab-content>.active{
    display:inline-block;
}
.nav-tabs>li{
    margin-bottom:0 !important;
}
.common_top_wrap.account{
    padding: 200px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.common_top_wrap.account .common_header{
    color:#fff
}
.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;
    font-family: open_bold;
}
.nav-tabs>li.active:after{
    position:absolute;
    bottom:-1px;
    left:0;
    width:100%;
    content:'';
    background: #000;
    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;
}
.form_field.mtop,
.content_sect_wrap .text-danger{
    margin-top: 10px;
}
.specs_table{
    width:100%;
    float:left;
    position:relative;
    border-collapse:separate;
    border-spacing: 10px;
}
.specs_table tr td{
    padding:10px;
    font-size:13px;
    border-right:1px solid #BBBBBB;
    position:relative;
    border-bottom:1px solid #BBBBBB;
}

.specs_table tr td:last-child{
    border-bottom:1px solid #BBBBBB;
    border-right:0;
}


.ping_notification_bg_wrap{
    position: fixed;
    left: 0px;
    width: 100%;
    top:0;
    height:100%;
    z-index: 9999;
    background:rgba(255,255,255,0.75);
    display:none;
}
.ping_notification_wrap{
    position: fixed;
    bottom: -300px;
    left: 0px;
    width: 100%;
    padding:100px 40px;
    z-index: 10000;
    text-align: left;
    background:#000;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.ping_notification_wrap.active{
    bottom: 0px;
}
.ping_notification_wrap .text_wrap{
    color:#fff;
    float:left;
    font-size:25px;
    padding-right: 60px;
}
.ping_notification_wrap .text_wrap a{
    color:#fff;
    text-decoration: underline;
}
.ping_notification_wrap .close_wrap{
    position: absolute;
    top:0;
    right:0;
    width:30px;
    cursor: pointer;
}
.ping_notification_wrap .close_wrap{
    color:#fff;
    float:left;
    font-size:25px;
}


.common_anchor.grey{
    background: #464749;
    text-decoration: none;
    color: #fff;
}
.common_anchor.grey:hover{
    background: #000;
    text-decoration: none;
    color: #fff;
}
.margin_top_10{
    margin-top:10px;
}
.prod_mob_slider_wrap{
    display:none;
}

.coupon_wrap label{
    color:#000;
}
.cart_top_wrap .gridContainer{
    max-width: 1250px;
}
.cart_table{
    width:100%;
    float:left;

}
.cart_table .image{

    vertical-align: top;
    width:200px;
}
.cart_table .image .image_wrap{

    background:#fff;margin-bottom: 15px;
}
.cart_table .cart_content{
    padding-left: 20px;vertical-align: top;
}
.cart_table .cart_content .inner_wrap{
    border:1px solid #d3d3d3;
    background:#fff;
    padding: 20px;
    margin-bottom: 15px;
}
.cart_table .cart_content .name_price_wrap{
    width:100%;
    float:left;
    font-size:20px;
    margin-bottom: 10px;
}
.cart_table .cart_content .name_price_wrap .name_td{
    text-align: left;
    width:70%;

}
.cart_table .cart_content .name_price_wrap .price_td{
    text-align: right;
}
.cart_table .quantity{
    margin-top: 10px;

}
.cart_table .quantity .label{
    margin-top: 13px;
    float:left;
}
.cart_table .quantity a{
    display:inline-block;
    width:30px;
}
.cart_table .input-group{
    border-collapse: separate;
    border-spacing: 0;
    float:left;
    margin-right:10px;
}
.cart_table .input-group input{
    min-width:100px;
    height: 39px;
    text-align: center;
}
.cart_btn_remove {
    width: 40px;
    cursor: pointer;
    display: inline-block;
}
.para_anchor, p a {
    color: #464749 !important;
    display: inline-block;
    text-decoration: 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;
}
.website_loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
    height: 100%;
    background: url(../images/preloader.gif) center center no-repeat rgba(255,255,255, 1);
    display: none;
}
.mb_search_wrap a{
    display:inline-block;
    position: relative;
}
.color_related_wrap{
 
}
.color_related_wrap .image{
    width:80px;
    float:left;
    display:inline-block;
    position: relative;
    margin-right: 10px;
    margin-bottom: 10px;
}
.main_menu_wrap .icon_wrap a{
    position: relative;
    display: inline-block;
}
.category_collection_wrap ul .swiper-slide li,
.collection_ul .swiper-slide li{
    width:100%;
}
.cart_count{
    position: absolute;
    top: -10px;
    right:0;
    margin-right: -10px;
    min-width: 20px;
    height: 20px;
    padding: 0 4px;
    font-size: 12px;
    text-align: center;
    line-height: 20px;
    color: #fff;
    background: #000;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.section-space--ptb_40{
    padding-top: 40px;
}
.checkout_parent_wrap .discount-code{

}
.breadcrumb-area{
    padding:80px 0;
}
.breadcrumb-area .breadcrumb-list{
    display:none;
}

.btn-social-icon{
    margin-left:10px;
    margin-top: 0;
}

.fb_loader, .google_loader {
    width: 35px;
    opacity: 0;
    display: none;
    padding-left: 0 !important;
    margin-left: 15px;
}
/*
#prod_readmore{
    font-size:12px;
    padding:5px;
    margin-top: 10px;
    background:#dbdbdb;
    color:#000;
    margin-bottom: 10px;
}*/
.product_parent_wrap .data_wrap .option_parent_wrap .common_header del{
    font-size:60%;
}
.play_icon{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    text-align: center;
    background: rgba(255,255,255,0.5);
    z-index: 5;
    cursor: pointer;
}
.play_icon img{
    width: 20px !important;
}
.lazy_video_parent_resp_thumb video{
    width:100%;float:left;display:inline-block;
}
.cc-revoke.cc-bottom{
    display:none !important;
}
.prod_para{
    max-height:90px;
    overflow: hidden;
}
.option_add_to_cart_tab{
    border-top:1px solid #ededed
}
.prod_para.active{
    max-height: none;
}
.unisex_label{
    position: absolute;
    top:10px;
    left:0px;
    font-size:11px;
    padding: 5px 10px;
    z-index: 10;
    background:rgba(0,0,0,0.5);
    color:#fff;
    font-weight: bold;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.fb_loader:before, .google_loader:before{
display:none;
}
.fb_loader:before, .google_loader:before{
display:none;
}
.fb_loader img, .google_loader img{
width:100%;
}
.error_full_wrap{
    color:darkred;
}
.buttons{
    margin-top:20px;
}
.address_list_table_parent{
    margin-bottom: 10px;
    margin-top:10px !important;
    border-radius: 5px;
    padding: 10px;
    background:#fff;
}
.address_list_table{
    color:#000;

    margin-bottom: 0;
}
.address_td{
    font-size:14px;
    line-height: 1.8em !important;
}
.address_list_table td{
    border:0 !important;
}
.address_list_table td.action_tr{
    vertical-align:middle
}
.address_list_table td.action_tr {
    vertical-align: middle;
}
.sm.common_anchor{
    padding: 5px 10px;
}
.btn.btn-black{
    background-image: -webkit-linear-gradient(top,#616161 0,#000 100%);
    background-image: -o-linear-gradient(top,#616161 0,#000 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#616161),to(#000));
    background-image: linear-gradient(to bottom,#616161 0,#000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f',endColorstr='#ffc12e2a',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #000;
    color:#fff;
}
.btn.btn-black:hover{
    background:#000;
    color:#fff;
}
.for_mobile,.mob_label{
    display:none;
}
.gradient_bg {
    background: #000 !important;
    color:#fff;
}
.add_process_wrap.order_process{
    padding-top: 0;
    margin-top: 0;
    font-size:13px;
    border-top:0;
    position: relative !important;
    top:auto !important;
    left:auto !important;
}
.account_list_wrap .single_item_wrap a{
    width:100%;
    float:left;
    display:inline-block;
    position:relative;
    text-decoration: none;
    color:#fff;

    padding:25px 10px;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-bottom: 30px;
    background: #464749;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-animation: slide 65s linear infinite;
}

.account_list_wrap .single_item_wrap a:hover{
    text-decoration: none;
    background:#636363;
}
.account_list_wrap .single_item_wrap .icon_wrap{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}
.account_list_wrap .single_item_wrap:hover .icon_wrap{
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}
.account_list_wrap .single_item_wrap .text_wrap{
    font-size:15px;
    text-transform: uppercase;
    letter-spacing:0.1em;
    margin-top:10px;
    color:#fff;
}
.pts-form-horizontal .pts-control-label.text-left{
    text-align: left !important;
}
.prod_mob_slider_wrap .owl-carousel .owl-wrapper-outer{
    border: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
.form_message_wrap{
    margin-top:20px;
    color:#000;
}
.copyright_wrap{
    color:#fff;
    padding-left: 10px;
    font-size:12px;
    margin-top: 40px;
}
.copyright_wrap a{
    color:#fff;
    text-decoration: none;
}
.text_form.input_error{
    background: #ffdcdc;
}
.success_full_wrap{
    color:green;
}
.chat_reply{
    min-height: 50px;
    margin-bottom: 15px;
}
.chat_reply .name{
    width:50px;
    height:50px;
    position: absolute;
    top:0;
    left:0;
    text-align: center;
    font-size:17px;
    line-height:50px;
    background: rgb(215, 234, 138);
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    border-radius: 80px;
    line-height: 50px;
}
.chat_reply .date{
    position: absolute;
    top:0;
    right:0;
    text-align: center;
    font-size:10px;

}
.chat_reply .message{
    padding-left: 80px;
    float:right;
    display:inline-block;
    position: relative;
    width:100%;
    padding-top: 15px;
}
.chat_reply .message div{
    background:#e2e2e2;
    font-size:12px;
    width:100%;
    padding: 5px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius:5px;
}
.chat_reply.seller_reply .message{
    padding-right: 80px;
    padding-left: 0px;
}
.chat_reply.seller_reply .name{
    right:0;
    left:auto;
}
.chat_reply.seller_reply .date{
    right:auto;
    left:0;
}
.store-rating a{
    display:inline-block;
    background:#464749;
    color:#fff;
    font-size:12px;
    padding: 2px 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.store-rating a:hover{
    background:#000;
    text-decoration: none;
    color:#fff;
}
.no_margin_top{
    margin-top: 0;
}

.product_list_wrap{
    width:100%;
    padding-left:0px;
}



.category_feature_wrap{
    padding: 30px;
    padding-bottom: 0;
    background:#f1f1f1;
    text-align: center;
    margin-bottom: 30px;
}
.review_wrap{
    margin-top: 15px;
}
.review_wrap .review_image{
    float: left;display: inline-block;
    margin-right:10px;margin-top: 2px;
}
.review_wrap .review_image img{
    float: left;display: inline-block;width:13px;
    margin-right: 5px;
}
.review_wrap .review_value{
    float: left;display: inline-block;margin-left: 5px;margin-top: 5px;color: #000;letter-spacing: 0.1em;
}
.review_wrap a{
    float: left;display: inline-block;color: #000;letter-spacing: 0.1em;font-size:12px;
}
.listting_wrap ul li .img_wrap .percentage_wrap{
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size:14px;
    top:-10px;
    right:-10px;
}
.listting_wrap ul li h2{
    font-size:18px;
}
.top_menu_wrap .button_wraps .region_anchor{
    display:none;
}
.header_ul li:hover > a{
    text-decoration: none;
}
.header_ul li .arrow{
    display:none;
}
.header_ul li{
    position: relative;
}
.header_ul li .sub-menu{
    position: absolute;
    top:100%;
    left:0;
    min-width: 100%;
    z-index: 10;
    border:1px solid #cecece;
    opacity: 0;
    visibility: hidden;
    text-align: left;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.header_ul li .sub-menu ul{
    width:100%;
    float:left;
    display:inline-block;
    position: relative;
    padding: 0;
    background:#fff;
    margin:0;

}
.header_ul li .sub-menu ul li{
    width:100%;
    float:left;
    display:inline-block;
    position: relative;
    padding: 0;
    margin:0;
}
.header_ul li .sub-menu ul li + li{
    margin-top: 10px;
}
.header_ul li .sub-menu ul li a{
    width:100%;
    float:left;
    display:inline-block;
    position: relative;
    margin:0;
    padding: 0;
    color:#000;
    font-size:12px;
    background:transparent;
    white-space: nowrap;
}
.header_ul li .sub-menu ul li a:hover{
    background:transparent;
    color:#000;
}
.header_ul li:hover .sub-menu{
    opacity: 1;
    visibility: visible;
}
.breadcrumb{
    margin-top: 15px;
    margin-bottom: 0;
    background: transparent;
    padding: 0;
}
.breadcrumb  li a{
    font-size:12px;
    color:#000;
}
.breadcrumb  li a:hover{
    color:#000;
    text-decoration: none;
}
.return_prod_list_wrap{
    padding:10px;
    margin-bottom: 20px;
    border: 1px solid rgb(0,0,0,0.42);
    text-align: left;
}
.category_content_wrap input[type=submit]{
    border-radius: 20px;
}
.product_wishlist_btn{
    margin-left:10px;
    float:left;
    display:inline-block;
}
.product_wishlist_btn img{
    float:left;
}
.order_product_td .image{
    padding:0px;
    width:100%;
    float:left;
    display:inline-block;
}
.order_product_td .image img{
    float:left;
}
.order_list_table_wrap  .view_btn{
    position: absolute;
    top:20px;
    right:20px;
}
.order_list_table_wrap  .highlight{
    font-size:22px;color:#95BACE
}
.order_list_table_wrap  .detail_td{
    padding: 25px;
}
.order_product_td{
    width:200px;
}
.listing_size_parent_wrap .options_wrap .options_list{
    text-align: center;
    margin-top:10px;
}
.listing_size_parent_wrap .options_wrap .options_list a{
    padding: 5px;
    background:#000;
    color:#fff;
    text-decoration: none !important;
    text-align: center;
}
.listing_size_parent_wrap .options_wrap .options_list a + a{
    margin-left:2px;
}
.listing_size_parent_wrap .options_wrap .options_list a:hover{
    background:#e5e5e5;

    color:#000;
}
.gallery_ul li .action_wrap a,
.collection_ul li .action_wrap a{
    background:#da231a
}
.gallery_ul li .action_wrap a:last-child, .collection_ul li .action_wrap a:last-child{
border-right: 0;
}
.collection_ul li .action_wrap a:hover,
.gallery_ul li .action_wrap a:hover{
    background:#000
}
.gallery_ul li .name_wrap,
.collection_ul li .data_wrap .name_wrap{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.info_desc_wrap h5{
    font-size:20px;
    font-family: open_bold;
}
.info_desc_wrap .account_list_wrap{
    text-align: center;
    margin-top:20px;
}
.info_desc_wrap .account_list_wrap .single_item_wrap .text_wrap{
    color:#000;
}
.home_popup_wrap{
    position: relative;
    background: #FFF;
    padding: 0px;
    width: auto;
    max-width: 750px;
    margin: 20px auto;
}
.home_popup_wrap .mfp-close{
    color:#fff !important;
}
.signup_popup_discount_wrap{
    position: relative;
    background: #FFF;
    padding: 0px;
    width: auto;
    max-width: 1100px;
    margin: 20px auto;
}
.color_theme{
    color: rgba(163, 103, 77, 1) !important;
}
.signup_popup_discount_wrap .bot_wrap{
    text-align: center;
}
.signup_popup_discount_wrap .subsform{
    margin-top: 20px;
}
.signup_popup_discount_wrap .popup_inner_wrap{
    border-radius: 10px;
    background: #ffffff;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}
.signup_popup_discount_wrap .top_wrap{
    background: #fffaf5;
    padding: 30px;
    text-align: center;
}
.signup_popup_discount_wrap .bot_wrap {
    padding: 30px;
}
.signup_popup_discount_wrap .disclaimer_bot_wrap p{
    font-size:12px;
    text-align: left;
    line-height: 16px;
}
.signup_popup_discount_wrap .top_wrap p{
    padding-top: 0;
}
.signup_popup_discount_wrap .disclaimer_bot_wrap {
    padding: 30px;
    padding-top: 0;
}
.signup_popup_discount_wrap .left_wrap{
    width: 45%;
    float:left;
    display: inline-block;
    display: inline-flex;
    justify-content: space-between;
    flex-direction: column;
    position: relative;
}
.signup_popup_discount_wrap .img_wrap{
    width: 55%;
    float:left;
    display: inline-block;
    position: relative;
}

.signup_popup_wrap{
    position: relative;
    background: #FFF;
    padding: 0px;
    width: auto;
    max-width: 700px;
    margin: 20px auto;
}
.signup_popup_wrap .signup_content_wrap{
    position: absolute;
    top:0;
    right:0;
    height:100%;
    z-index: 10;
    width:50%;
    padding:20px 50px;
}
.signup_popup_wrap .signup_content_wrap.bottom{
    height:auto;
    left:0%;
    width:100%;
    bottom:10px;
    top:auto;
}
.signup_popup_wrap .signup_content_wrap.bottom .common_anchor{
    margin-top: 0;
    width: 100%;
}
.signup_popup_wrap .signup_content_wrap .common_header{
    text-transform: uppercase;
}
.signup_popup_wrap .signup_content_wrap .desc{
    font-size:20px;
    margin-top: 15px;
}
.signup_popup_wrap .signup_content_wrap .form_wrap{
    margin-top: 15px;

}
.signup_popup_wrap .signup_content_wrap.bottom .submit_wrap{

}
.signup_popup_wrap .signup_content_wrap .text_form{
    width:70%;
    bordeR:1px solid #000;
    padding: 10px 15px;
    margin-bottom: 15px;
}
.signup_popup_wrap .signup_content_wrap.bottom .email_wrap{
    width:33.33%;
    float:left;
    padding: 10px;
}
.signup_popup_wrap .signup_content_wrap.bottom .email_wrap.form_btn_wrap{
    width:33.33%;
    float:left;
    padding: 10px;
}
.signup_popup_wrap .signup_content_wrap.bottom .text_form{
    width:100%;
}
.signup_popup_wrap .mfp-close{
    color:#000 !important;
}
.product-details-content .price small{
    font-size:13px;
    color:#000;
}
.home_product_content_wrap{
    text-align: left !important;
    padding: 20px;
}
.table_wrap{
    width:100%;
    float:left;
    display:table;
    height:100%;
}
.table_wrap .cell_wrap{
    width:100%;
    display:table-cell;
    vertical-align: middle;
    height:100%;
}

.inner_gallery_wrap .inner_product_wrap.full{
    width:100%;
}
.inner_gallery_wrap .inner_product_wrap.full .home_gallery_wrap{
    padding-left: 0;
}
.sorting_wrap .half_wrap.full_wrap{
    width:100%;
}
.header_list .header_ul li{
    position: initial;
}
.header_ul li .sub-menu{
    text-align: center;
    padding: 20px;
    padding-right: 50px;
    background:#fff;

}
.header_ul li .sub_menu_ul_parent{
    width:100%;
    float:left;
    display:table;

}
.header_ul li .sub-menu ul{
    float:none;
    width:auto;
    display: table-cell;
    vertical-align: top;
    width:25%;
    text-align: left;
}
.header_ul li .sub-menu .gridContainer{
    min-width: auto;
    max-width: 1100px;
}
.menu_color_span{
    width:20px;
    height:20px;
    background:#000;
    display:inline-block;
    margin-right: 10px;
    float: left;
}
.my_account_data_list ul li a{
color:#000;
}
.noti_wrap .alert{
    margin-top: 20px;
}
.address_list_table td.action_tr .btn{
    width:auto;
    font-size:12px;
    margin: 0;
}
.padding_l_20{
    padding-left: 20px;
}
.padding_r_20{
    padding-right: 20px;
}
.whatsapp_fix{
    position:fixed;
    bottom:40px;
    right:40px;
    z-index:100;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    transform:translateX(300px);
}
.whatsapp_fix a{
    float:left;
    display:inline-block;
    position: relative;
    background:#fff;
    padding: 10px;
    padding-right: 20px;
    color:#000;
    font-size:14px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.whatsapp_fix a img{
    display:inline-block;
    width:40px;
    margin-right: 10px;
}
.whatsapp_fix.active{
    transform:translateX(0);
}


.autocomplete_result{
    position:absolute;
    top:100%;
    right:0;
    display:none;
    width:350px;
    z-index: 1000;

}
.autocomplete_result .autocomplete_result_inner{
    z-index: 10;
    background:white;
    border:1px solid #CCCCCC;
}
.autocomplete_result .autocomplete_result_inner:empty{
    display:none;
}
.autocomplete_result .cat_list{
    padding:5px;
}
.autocomplete_result .prod_list{
    width:100%;
    float:left;
    display:inline-block;
    position: relative;
    overflow: hidden;
    padding: 7px 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-bottom:1px dashed #ccc;
}
.autocomplete_result .prod_list .prod_list_inner{
    overflow: hidden;
}
.autocomplete_result .prod_list .name{
    font-size:15px;
    display:table-cell;
    vertical-align: middle;
    line-height: 22px;
    padding-top: 0px;
    padding-left: 10px;
    text-align: left;
    color:#000;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.autocomplete_result .prod_list .name b{
    color: #5d5d5d;
    font-size:13px;
}
.autocomplete_result .prod_list .name .name_inner{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.autocomplete_result .prod_list .name del{
    color:#999;
    opacity: 0.5;
    font-size:80%;
}
.autocomplete_result .prod_list .img{
    width:50px;
    min-width: 50px;
    display:table-cell;
    vertical-align: middle;
}
.autocomplete_result .prod_list a{
    width:100%;
    float:left;
    display:table;

    position: relative;

}
.autocomplete_result .prod_list:hover{
    background:#f1f1f1;text-decoration: none !important;
}
.autocomplete_result .prod_list:hover .name{
    color:#263038;
}
.autocomplete_result .prod_list a{
    text-decoration: none !important;
    background:transparent !important;
    color:#000 !important;
    padding:0;
    border-radius: 0px;
    border:0;
}
.cat_item,
.top_menu_new_wrap .search_wrap a.cat_item{
    margin:5px;
    float:left !important;
    display:inline-block;
    position: relative;
    background:#000;
    color:#fff;
    text-decoration: none;
    padding:5px 10px;
    font-size:12px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.cat_item:hover,
.top_menu_new_wrap .search_wrap a.cat_item:hover{
    background:#000;
    text-decoration: none;
    color:#fff;
}
.contact-us-box .single-input.your-mobile{
    position: relative;
}
.contact-us-box .single-input input.input_error,
.contact-us-box .single-input textarea.input_error{
    background: #efcccc;
}
.contact-us-box .single-input.your-mobile::before {
    content: "\f095";
    font-family: FontAwesome;
    position: absolute;
    right: 1.2em;
    top: 10px;
}
.btn-primary{
    background:#000;
}
.login_account_wrap .col {
    width: 100%;
    margin: auto;
    margin-top: 6px;
    padding-left: 25%;
    padding-right: 25%;
}
.login_account_wrap h5{
    text-align: center;
}
.old-price{
    text-decoration: line-through;
    padding-left: 5px;
}
.right{
    float:right;
}
#specification table tr td,
#specification table tr th{
    border-left:0;border-right:0;
}
/* style the container */
.login_account_wrap .container {
    position: relative;
    border-radius: 5px;
    background-color: #fcf2e6;
    padding: 20px 0 30px 0;
}

/* style inputs and link buttons */
.login_account_wrap input,
.login_account_wrap .btn {
    width: 100%;
    padding: 8px;
    border: none;
    border-radius: 4px;
    margin: 5px 0;
    opacity: 0.85;
    display: inline-block;
    font-size: 17px;
    line-height: 20px;
    text-decoration: none; /* remove underline from anchors */
}
.login_account_wrap .btn_social {
    width: 40%;
    padding: 10px;
    border: none;
    border-radius: 4px;
    margin: 5px 0;
    opacity: 0.85;
    display: inline-block;
    font-size: 13px;
    line-height: 10px;
    text-decoration: none; /* remove underline from anchors */
    text-align: center;
    display: inline-block;
}
.login_account_wrap input:hover,
.login_account_wrap .btn:hover {
    opacity: 1;
}
.login_account_wrap .btn_social:hover {
    opacity: 1;
}
/* add appropriate colors to fb, twitter and google buttons */
.login_account_wrap .fb {
    background-color: #3B5998;
    color: white;
}

.login_account_wrap .google {
    background-color: #dd4b39;
    color:  white;
}

/* style the submit button */
.login_account_wrap input[type=submit] {
    background-color: #673b30;
    color: white;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.login_account_wrap input[type=submit]:hover {
    background-color: #baa093;
}
.sub_menu_arrow,.menu_close_btn{
    display:none;
}
.option_name_wrap{
    cursor: pointer;
}
.options_list{
    position: absolute;
    bottom:0;
    left:0;
    width:100%;
    z-index: 201;
    display:none;
    background:#fff;
    border:1px solid #000;
}
.options_list .opt_bg{
    position: fixed;
    content:'';
    top:0;
    z-index: 210;
    left:0;
    width:100%;
    height:100%;
    cursor: url(../images/close_cursor.cur),default;
    background:rgba(0,0,0,0.2);
}
.options_list a{
    width:100%;
    float:left;
    display:inline-block;
    position: relative;
    z-index: 211;
    padding: 10px;
    background:#fff;
    text-decoration: none;
    color:#000;
}
.options_list a:hover,
.options_list a.active{
    background:#e5e5e5;
    text-decoration: none;
    color:#000;
}
.prod_arrow_right,
.prod_arrow_left{
    border-radius: 40px;
    cursor: pointer;
}
.prod_arrow_right img,
.prod_arrow_left img{
    float:left;
}
.open_overlay{
    cursor: pointer;
}
.product_desc_popup_wrap{
    display:none;
}
.product_wrap .product_detail_wrap .price_wrap .discount,
.product_wrap .product_detail_wrap .price_wrap del{
    font-size:60%;
}
.featured_arrow_left{
    position: absolute;
    bottom:50%;
    left:40px;
    padding: 8px;
    z-index: 10;
    margin-top:-20px;
}
.featured_arrow_right{
    position: absolute;
    bottom:50%;
    right:40px;
    padding: 8px;
    z-index: 10;
    margin-top:-20px;
}
.featured_arrow_right img,
.featured_arrow_left img{
    float:left;
}
.featured_arrow_right.swiper-button-disabled,
.featured_arrow_left.swiper-button-disabled{
    opacity: 0.3;
}
.menu_wrap .menu_search_wrap li{
    position: relative;
}
.home_featured_wrap .gridContainer{
    width:100%;
    min-width: 100%;
    padding: 0;
}
.home_featured_wrap .inner_wrap {
    padding: 0 80px;
}
.home_bottom_category_wrap .gridContainer{
    width:100%;
    margin:0;
    padding:0;
}
.product_det_slide_wrap {
    margin-bottom: -20px;
    margin-top:10px;
    display:none;
}
.product_detail_wrap .overview_cart .content_wrap p{
    cursor: pointer;
}
.recommend_header{
    margin-bottom: 30px;
}
.product_recommend .featured_arrow_left{
    left:auto;
    right:50px;
    bottom:auto;
    top: -50px;
width: 28px;
}
.product_recommend .featured_arrow_right{
    left:auto;
    right:0px;
    width: 28px;
    top: -50px;
    bottom:auto;
}
.signup_popup_wrap .popup_inner_wrap{
    background:#f5f6f1;
}
.influ_img_grayscale .hv_opa,
.desk_infu_wrap  .hv_opa,
.mb_infu_wrap  .hv_opa {
    display:none;
}
.home_product_ul.influ_slider li .image_wrap{
    overflow: hidden;
}
.home_product_ul.influ_slider li .image_wrap img{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    filter: grayscale(0);
}
.home_product_ul.influ_slider li:hover .image_wrap img{
    filter: grayscale(100%);
    transform: scale(1.1);
}
.influencer_ul li .left_infu_wrap {
    text-align: center;
}
.listing_product_wrap.category_listing .gridContainer{
    max-width: 1300px;
}
.color_black{
    color:#000;
}

.login_form_wrap p a{
    margin:0 7px;
}
.contact_left_wrap{
    padding-right: 30px;
}
.contact_right_wrap{
    padding-left: 30px;
}
.home_common_wrap ul li{
    width:31.33%;
    margin-right: 3% !important;
}
.home_common_wrap ul li:nth-child(3n+0){
    margin-right: 0 !important;
}
.home_slider_wrap.category_slider_wrap .common_header{
    position: absolute;
    bottom:40px;left:0;
    padding: 0 20px;
    text-align: center;
    z-index: 10;
}
.common_seo_wrap .inner_wrap {
    height:auto !important;
    max-height:none !important;
}
.common_seo_wrap .seo_readmore{
    display:none;
}
.blog_list_ul li{
    width:31.33%;
    margin-right: 3% !important;
}
.blog_list_ul li:nth-child(3n+0){
    margin-right: 0 !important;
}
.blog_list_ul li .img_wrap{
    width:100%;
    padding-right: 0px;
}
.blog_list_ul li .info_wrap{
    width:100%;
    padding-top: 15px;
    padding-left: 0;
}
.blog_list_ul li .info_wrap p{
    padding-top: 15px;
}
.blog_list_ul li .common_anchor{
    margin-top: 15px;
    /*background: transparent !important;
    color:#000;
    font-family: bold_font;
    padding: 0;*/
}
.blog_list_ul li .common_header {
    font-size:15px;
    padding-top: 0;
}

.big_article_wrap{
    display:flex;
    margin-bottom: 50px;
    align-items: center;
}
.big_article_wrap .info_wrap .common_header {
    padding-top: 0;
}
.big_article_wrap .img_wrap{
    width:60%
}
.big_article_wrap .img_wrap img{
    width:100%
}
.big_article_wrap .info_wrap{
    width:calc(40% + 50px);
    padding: 40px;
    background: #fff;
    transform: translateX(-50px);
}
.big_article_wrap .info_wrap{

}
.blog_wrap ul li .common_header{
    font-size:20px;
    line-height: 20px;
    font-family: reg_font;
}
.blog_wrap ul li p{
    color:#AE8A70
}
.footer_wrap ul li{
    font-size:12px;
    line-height: 22px;;
    font-family: reg_font;
    width:14.5%;
    margin-right: 3%;;
}
.footer_wrap ul li.cform_li{
    width:30%
}
.footer_wrap ul li:nth-child(4n+0){
    margin-right: 3%;;
}
.footer_wrap ul li:nth-child(5n+0){
    margin-right: 0;
}
body .form_field.openedd{
    border: 0;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 1px solid #BDA18C
}
.footer_wrap ul li a{
    
    font-family: reg_font;
}
@media only screen and (min-width:480px){

   /* .listing_ul li.third{
        width:100%;
        padding-left:24%;
        padding-right: 24%;
    }
    .listing_ul li.fourth.left{
        padding-right:45%;
    }
    .listing_ul li.fourth.right{
        padding-left:45%;
    }*/
}
@media only screen and (max-width:1100px){

    .listing_wrap.nothumb_listing_wrap{
        margin-top: 150px;
    }
    .mobile_menu_wrap > ul{
        padding:30px;
    }
    .mobile_menu_wrap > ul > li > a{
        text-align: left;
    }
    .mobile_menu_wrap > ul > li + li{
        padding-top: 10px;
        margin-top:10px;
        border-top:1px solid #cccccc;
    }
    .mobile_menu_wrap > ul > li > a p{
        padding-top: 0;
    }
    .mobile_menu_wrap > ul > li .sub-menu{
        position: relative;
        top:auto;
        left:auto;
        padding:20px 30px;
        background: white;
        margin-top: 10px;
        display:none;

    }
    .mobile_menu_wrap > ul > li .sub-menu .title_li{
        position: relative;
        top:auto;
        left:auto;

    }
    .mobile_menu_wrap > ul > li .sub-menu .title_li + .title_li{
        margin-top: 20px;
    }
    .mobile_menu_wrap > ul > li .sub-menu .title_li > a{
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid #a9a9a9;
    }
    .mobile_menu_wrap > ul > li .sub-menu .sub-menu2 a p{

        padding: 0;
        display:flex;
        justify-items: center;
        align-items: center;
    }
    .mobile_menu_wrap > ul > li .sub-menu .sub-menu2 a p .svg_wrap{
        width: 30px;
        height: 30px;
        display: flex;
        margin-right: 10px;
        align-content: center;
        align-items: center;
        justify-content: center;
    }
    .mobile_menu_wrap > ul > li .sub-menu .sub-menu2 a p .svg_wrap svg{

        height:30px;

    }
    .mobile_menu_wrap > ul > li .sub-menu .sub-menu2{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    .mobile_menu_wrap > ul > li .sub-menu .sub-menu2 li{
       width:50%;
        margin-bottom: 5px;
        padding-right: 15px;
    }
    .mobile_menu_wrap > ul > li .sub_menu_arrow{
        display:inline-block;
        position: absolute;
        top:0;
        right:0;
        width:40px;

    }

    .sub_menu_arrow {
        -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;
    }

    .sub_menu_arrow.active {
        transform: rotate(-90deg);
    }
    .mobile_menu_wrap > ul > li .sub_menu_arrow svg{
        float:left;
    }
    .mobile_menu_wrap > ul > li .sub_menu_arrow{

    }
    .mobile_menu_wrap > ul > li .sub-menu li a{
        text-align: left;
    }
    .mobile_menu_wrap > ul > li .sub-menu li a p{
        padding: 0;font-size:11px;
    }
    .category_scroll_parent ul{
        overflow-x: scroll;
        white-space: nowrap;
    }
    .category_scroll_parent ul li{
        float:none !important;
    }
    .category_scroll_parent ul li .title_wrap{
        white-space: normal;
    }
}
@media only screen and (min-width:1100px){
    .collection_wrap.category_listing_ul li.two{
        width:50%;
    }
    .menu_top_wrap .parent{
        display: flex;
    align-items: center;
    }
    .menu_top_wrap{
        z-index: 1000;
        position: sticky;
        top: 0;background: rgba(243, 235, 223, 1);
        -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;
    }
    
    /*.scrolled .menu_top_wrap{
        padding: 10px 0;
    }*/
    .menu_top_wrap .logo_mobile_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;
    }
   /* .scrolled .menu_top_wrap .logo_mobile_wrap{
        width:80px
    }*/
    .menu_top_wrap .menu_wrap ul li p{
        padding-top: 0;
    }
    .menu_top_wrap .logo_mobile_wrap{
        display: inline-block;
    }
	body p, body .content_ul li{
		padding-top:15px;
	}
    .menu_top_wrap .menu_wrap ul li .a_li{
        display: flex;
        align-items: baseline;
    }
    .menu_top_wrap .menu_wrap ul li .sub_menu_arrow{
        display:inline-block;

        width:20px;

    }
    .menu_top_wrap .menu_wrap ul li .sub_menu_arrow svg{
        margin-bottom: -5px;

    }
    .menu_top_wrap .menu_wrap .gridContainer{
        max-width: 1250px;
    }
    .overview_text_wrap .common_header,
    .overview_text_wrap p{
        color:#fff;
    }
    .overview_text_wrap .common_anchor{
        color:#fff;
        border-color:#fff;
    }
    .gridContainer.vsm{
        max-width: 800px;
        min-width: 800px;
    }
    .gridContainer.small{
        max-width: 1250px;
    }
    .product_wrap .product_detail_wrap{
        overflow:auto;
    }
    .product_wrap .product_detail_wrap .common_header{
        font-size:25px;
    }
    .product_wrap .product_detail_wrap p{
        font-size:13px;
    }
    .product_detail_wrap .price_wrap p{
        font-size:18px;
    }
    .menu_wrap .menu_list_wrap ul li.collection_li ul.sub-menu li:first-child a{
        animation: myanimation 1s infinite;
    }
    .menu_wrap .menu_list_wrap ul li.collection_li ul.sub-menu li:first-child a:hover{
        background:#333 !important;
    }


    .size_wrap h4{
        font-size:16px;
    }
    .search_mix{
        position: absolute;
        display:none;
        left:auto;
        top:100%;
        height:auto;
        background:transparent;
        width:250px;
        right: 0;
        margin-top:20px;
    }
    .search_mix.light_menu .search_form{
        border-color:#fff;
        color:#fff;
    }
    .menu_wrap.dark_menu .search_mix .search_form{
        border-color:#000;
        color:#000;
    }
    .search_mix .gridContainer{
        min-width: 100%;
        max-width: 100%;
        width:100%;
    }
    .search_mix .half_wrap{
        min-width: 100%;
        max-width: 100%;
        width:100%;
    }
    .search_mix .close_search{
        display:none;
    }
    .cart_summary_title_wrap{
        display:none;
    }
    .checkout_parent_wrap .right_wrap.desk_active{
        position:absolute;
        top:0;
        right:0;
        width:80%;
        background:#fff;
        min-height:100%;
        z-index:100;
        border-left:1px solid #eee;
    }
    .checkout_parent_wrap .left_wrap.desk_active:after{
        position:absolute;
        top:0;
        left:0;
        content:'';
        width:100%;
        height:100%;
    }
    .checkout.login_top_wrap .gridContainer{
        max-width: 1200px;
    }
    .menu_wrap .menu_list_wrap ul li{
        position: relative;
    }
    .menu_wrap .menu_list_wrap ul li ul.sub-menu{
        position: absolute;
        top:100%;
        left:0;
        width:auto;
        min-width: 100%;
        margin-top:0;
        padding-top: 10px;
        opacity: 0;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        visibility: hidden;
    }
    body .search_mix .form_field{
        border-color:transparent;
        color:#000;
        margin-top: 0;
    }
    .menu_wrap .menu_list_wrap ul li:hover ul.sub-menu{
        opacity: 1;
        visibility: visible;
    }
    .menu_wrap .menu_list_wrap ul li ul.sub-menu li{
        width:100%;
        float:left;
        display:inline-block;
        position: relative;
        margin:0;
    }
    .menu_wrap .menu_list_wrap ul li ul.sub-menu li a{
        width:100%;
        float:left;
        display:inline-block;
        position: relative;
        margin:0;
        white-space: nowrap;
        background:#000;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        color:#fff;
        padding: 8px 15px;
        padding-right: 30px;
        text-align: left;
    }
    .menu_wrap .menu_list_wrap ul li ul.sub-menu li a:hover{
        text-decoration: none;
        background:#fff;
        color:#000;
    }
    .unisex_label{
        font-size:13px;
    }
    .listting_wrap ul li .img_wrap{
        padding: 20px;
    }
    .top_menu_wrap .button_wraps{
        padding-top: 55px;
    }

    .gridContainer.sm{
        max-width:600px;
        min-width:600px;
    }
    .gridContainer.product_grid,
    .gridContainer.lg{
        max-width:1250px;
        min-width:1250px;
    }
    .gridContainer.med{
        max-width:1100px;
        min-width:1100px;
    }
    .product_wrap .product_detail_wrap{
        height:auto;
        bottom:30px;
        top:0;
        padding-top: 120px;
        padding-bottom: 50px;
    }
    .listing_ul li.fourth.right{
        padding-left: 650px
    }

}
@media only screen and (min-width:1300px){
    .listing_product_wrap.category_listing .gridContainer{
        max-width: 1100px;
        min-width: 1100px;
    }
}
@media only screen and (min-width:1500px){

    .product_wrap .product_detail_wrap .product_right_content_wrap{
        margin-top: -100px;
    }
}
@media only screen and (min-width:1600px){
    .influencer_ul li .left_infu_wrap img{
        width: 65%;
    }
    .common_header{
        font-size: 30px;
    }

    .product_wrap .product_detail_wrap .common_header{
        font-size:30px;
    }
    .product_detail_wrap .price_wrap p{
        font-size:22px;
    }
}
@media only screen and (min-width:1100px) and (max-width:1500px){
    .menu_top_wrap .icon_wrap{
        right:20px;
    }
    .signup_popup_wrap{

        max-width: 550px;
    }
    .signup_popup_wrap .signup_content_wrap.bottom{
        padding: 20px;
        bottom:0;
    }
    .signup_popup_wrap .signup_content_wrap.bottom .email_wrap.form_btn_wrap,
    .signup_popup_wrap .signup_content_wrap.bottom .email_wrap{
        width:33.33%;
    }
    .product_wrap .product_detail_wrap{
        height:100%;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .blog_top_bg{
        padding-top: 400px;
    }
    .signup_popup_wrap .signup_content_wrap.bottom .text_form{
        padding-top: 12px;
        padding-bottom: 12px;
    }

}
@media only screen and (min-width:1100px) and (max-width:1700px){
    .top_menu_wrap .button_wraps a{
        font-size:14px;
    }
}
@media only screen and (min-width:1100px) and (max-width:1500px){

}
@media only screen and (min-width: 787px) and (max-width: 1100px){
    .collection_wrap.category_listing_ul li.two{
        width:50%;
    }
    .menu_top_wrap .icon_wrap{
        right:40px;
    }
    .contact-us-page-info-list li{
        width:31.33%;
        margin-right: 3%;
        float:left;
    }
    .contact-us-page-info-list li:nth-child(3n+0){
        margin-right: 0;
    }
    .common_top_wrap{
        margin-top: 0px;
    }
    .overview_text_wrap .half_wrap{
        width: 100%;
    }
    .home_slider_wrap .swiper-top_pagination{
        padding-left: 70px;
        top:50px;
    }
    .top_page_title_wrap{

    }
    .top_page_title_wrap .common_header{
        font-size:35px;
    }

    .order_product_td{
        width:170px;
    }
    .account_icons_parent_wrap .inner_wrap{
        white-space: nowrap;
        padding-left: 20px;
        padding-right: 20px;
        overflow-x: scroll;
    }
    .account_icons_parent_wrap:after{
        width:1000%;
    }
    .signup_popup_wrap .signup_content_wrap.bottom .text_form{
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .product_wrap .product_detail_wrap{
        overflow: auto;
    }
    .product_recommend{
        margin-top: 40px;
    }
    .product_wrap .product_detail_wrap .common_header{
        font-size:22px;
    }
    .product_detail_wrap .price_wrap p{
        font-size:16px;
    }
    .home_featured_wrap .inner_wrap {
        padding: 0 50px;
    }
    .featured_arrow_right{
        right:10px;
    }
    .featured_arrow_left{
        left:10px;
    }
    .menu_wrap .menu_list_wrap ul li.collection_li ul.sub-menu li:first-child a{
        animation: myanimation 1s infinite;
    }
    .menu_wrap .menu_list_wrap ul li.collection_li ul.sub-menu li:first-child a:hover{
        background:#333 !important;
    }
    .footer_new_wrap ul{
        width:31.33%;
    }
    .footer_new_wrap .footer_right_side{
        width:31.33%;
    }
    .search_mix{
        position: absolute;
        display:none;
        left:auto;
        top:100%;
        margin-top: 15px;
        height:auto;
        background:transparent;
        width:200px;
        right:0;
    }
    body .search_mix .form_field{
        margin-top: 0;
    }
    .search_mix.light_menu .search_form{
        border-color:#fff;
        color:#fff;
    }

    .menu_wrap.dark_menu .search_mix .search_form{
        border-color:#000;
        color:#000;
    }
    .search_mix .gridContainer{
        min-width: 100%;
        max-width: 100%;
        width:100%;
    }
    .search_mix .half_wrap{
        min-width: 100%;
        max-width: 100%;
        width:100%;
    }

    .search_mix .close_search{
        display:none;
    }
    .common_mtop{
        margin-top: 40px;
    }
    .common_mbot{
        margin-bottom: 40px;
    }
    .product_wrap .product_detail_wrap{
        height:auto;
        bottom:30px;
        top:0;
        padding-top: 80px;
        padding-bottom: 50px;
    }
    .product_wrap .product_detail_wrap .common_header{
        margin-top: 0;
    }
    .menu_wrap .menu_list_wrap ul li{
        position: relative;
    }
    .menu_wrap .menu_list_wrap ul li ul.sub-menu{
        position: absolute;
        top:100%;
        left:0;
        width:auto;
        min-width: 100%;
        margin-top:0;
        padding-top: 10px;
        opacity: 0;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        visibility: hidden;
    }
    .menu_wrap .menu_list_wrap ul li:hover ul.sub-menu{
        opacity: 1;
        visibility: visible;
    }
    .menu_wrap .menu_list_wrap ul li ul.sub-menu li{
        width:100%;
        float:left;
        display:inline-block;
        position: relative;
        margin:0;
    }
    .menu_wrap .menu_list_wrap ul li ul.sub-menu li a{
        width:100%;
        float:left;
        display:inline-block;
        position: relative;
        margin:0;
        white-space: nowrap;
        background:#000;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        color:#fff;
        padding: 8px 15px;
        padding-right: 30px;
        text-align: left;
    }
    .menu_wrap .menu_list_wrap ul li ul.sub-menu li a:hover{
        text-decoration: none;
        background:#fff;
        color:#000;
    }
    .whatsapp_fix{
        right:20px;
        bottom:40px;
    }

    .listting_wrap ul li .img_wrap{
        padding: 20px;
    }
    .top_menu_wrap .button_wraps{
        padding-top: 55px;
    }

    .mob_cart_btn{
        display:inline-block;
        position: fixed;
        bottom:30px;
        right:0;
        width:250px;
        background:#000;
        text-transform: uppercase;
        color:#fff;
        text-align: center;
        cursor: pointer;

        z-index: 1;
        font-size:18px;
        padding:10px;

    }

    .feature_icon_wrap{
        margin-top:20px;
    }
    .menu_parent_wrap .main_menu_ul > li > a{
        font-size:12px;
        padding: 12px 15px;
    }
    .menu_parent_wrap .navbar{
        min-height: auto;
    }
    .gallery_ul li .action_wrap{
        opacity: 1;
        visibility: visible;
    }

    .checkout_parent_wrap .left_wrap{
        border-right: none;
        padding-top: 0px;
        width:100%;
    }
    .checkout_cart_item_wrap{
        color:#000;
    }
    .checkout_cart_item_wrap .name_wrap a{
        color:#000;
    }
    .checkout_parent_wrap .right_wrap{
        position:fixed;
        top: -100%;
        left:0;
        height:100%;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        width:100%;
        z-index: 10;
        padding-right: 40px;
        background:#fff;
        -webkit-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.49);
        -moz-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.49);
        box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.49);

    }
    .checkout_parent_wrap .right_wrap.active{
        overflow: auto;
        top:0;
    }

    .checkout_parent_wrap .right_wrap .mob_close_btn{
        position: absolute;
        top:8px;
        right:20px;
        display: inline-block;
        z-index: 1;
    }
    #right_cart_wrap .cart_table td,
    #right_cart_wrap .cart_table th{
        color:#000;
    }
    .checkout_parent_wrap .left_wrap{
        padding-left: 0;
        padding-right: 0;
    }
    .checkout_parent_wrap .right_wrap {
        width: 100%;
        padding: 0;
        padding-top: 0px;
        margin-bottom: 40px;
        margin-top: 0px;
        position: relative;
        left:auto;
        top:auto;
        display:inline-block;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        background:none;
    }
    .checkout_parent_wrap .right_wrap .mob_close_btn{
        display:none;
    }
    .cart_summary_title_wrap{
        display:inline-block;
        width:100%;
        float:left;
        padding:10px;
        font-size:20px;
        color:#fff;
        background:#000;
        margin-bottom: 20px;
        position: relative;

    }


}
@media only screen and (max-width: 786px) and (min-width: 481px){
    .signup_popup_discount_wrap .img_wrap img{
        object-fit: cover;
        height: 100%;
    }
    .collection_wrap.category_listing_ul li.two{
        width:50%;
    }
    .collection_wrap.category_listing_ul li.three{
        width:33.33%;
    }
    .menu_top_wrap .icon_wrap{
        right:20px;top:45%;
    }
    .blog_list_ul li{
        width:48.5%;
        margin-right: 3% !important;
    }
    .blog_list_ul li:nth-child(3n+0){
        margin-right: 3% !important;
    }
    .blog_list_ul li:nth-child(2n+0){
        margin-right: 0 !important;
    }
    .big_article_wrap{
        flex-wrap: wrap;
    }
    .big_article_wrap .img_wrap,
    .big_article_wrap .info_wrap{
        width:100%;
        transform: none;
    }
    .contact-us-page-info-list li{
        width:31.33%;
        margin-right: 3%;
        float:left;
    }
    .contact-us-page-info-list li:nth-child(3n+0){
        margin-right: 0;
    }
    .common_top_wrap{
        margin-top: 0px;
    }
    .overview_text_wrap .half_wrap{
        width: 100%;
    }
    .home_slider_wrap .swiper-top_pagination{
        padding-left: 50px;
        top:50px;
    }
    .prod_certificate_wrap img{
        max-width: 50%;
    }
    .product_parent_wrap .image_wrap .inner_images_wrap{
        position: relative;
        margin-top: 20px;
        width:100%;
        padding:20px;
        padding-top: 0;
        overflow-x: scroll;
        display: inline-block;
        left:auto;
        top:auto;
        white-space: nowrap;
    }
    .product_parent_wrap .image_wrap .inner_images_wrap ul li{
        float:none;width:130px;
        margin-right: 7px;
        margin-left: 7px;
    }
    .product_parent_wrap .image_wrap .customize{
        bottom:230px;
    }
    .landing_banner .item_wrap{
        width:100%;

        height:800px;
    }
    .top_page_title_wrap{
        padding-top: 20px;
    }
    .top_page_title_wrap .common_header{
        font-size:30px;
    }
    body{

        width:100%;
        float:left;
        display:inline-block;
        position: relative;
    }

    .mob_menu_ul{
        width:100%;
        float:left;
        display:inline-block;
        position: relative;
        padding: 0;
        margin:0;
    }
    .mob_menu_ul li{
        width:100%;
        float:left;
        display:inline-block;
        position: relative;
        padding: 0;
        margin:0;
    }
    .mob_menu_ul li.img_sos{
        width: 30px;
        margin-right: 10px;
    }
    .mob_menu_ul li a{
        width:100%;
        float:left;
        display:inline-block;
        position: relative;
        padding: 0;
        margin:0;
        font-size:15px;
        padding: 8px 15px;
        text-transform: none;
        color:rgb(146,169,183);
    }
    .mob_menu_ul li .arrow{
        position: absolute;
        top:0px;
        right:0px;
        z-index: 10;
        padding: 10px;
        height:38px;
        -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;
    }
    .mob_menu_ul li .arrow img{
        width:7px;
        float:left;
        margin-top: 2px;
    }
    .mob_menu_ul li .arrow.active{
        transform: rotate(90deg);
    }
    .mob_menu_ul li.mob_account_li{
        margin-bottom: 10px;
    }
    .mob_menu_ul li.mob_account_li a{
        background: #ebebeb;
    }
    .mob_menu_ul li.mob_account_li a img{
        width:40px;
        float:left;
        margin-right: 10px;
    }
    .mob_menu_ul li.mob_account_li a span{
        font-size:12px;
        text-transform: initial;
    }
    .mob_menu_ul li.mob_account_li a .account_div{
        float:left;
        margin-top: 9px;
        line-height: 12px;
    }
    .mob_menu_ul li .sub-menu {
        display:none;
        width:100%;
        float:left;
        padding-left: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
        background: #f9f9f9;
    }
    .mob_menu_ul li .sub-menu li a{
        font-size:12px;
        padding: 3px;
    }
    .mob_menu_ul li.img_sos a{
        padding: 0;
    }
    .mob_menu_ul li.img_sos{
        margin-right: 0;
        margin-left: 10px;
        margin-top: 10px;
    }
    .mob_menu_ul li .rsub-menu {
        position: relative;
        background-color: #f4f4f4fa;
        width: auto;
        float:left;
        padding: 10px;
        margin: 10px 0;
        text-align: left;
    }

    .mob_menu_ul li .rsub-menu li a {

        width: 100% !important;
        float: left;
        margin: 0;
        text-align: left;
        font-size: 15px;
        padding: px;
        padding-right: 20px;font-size: 12px;display: inline-block;
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;;
    }
    .mob_menu_ul li .rsub-menu li a:hover {
        background: #f2eaeaf5;
        color: #231f20;
    }
    .mob_menu_ul li:hover .rsub-menu{
        opacity: 1;
        visibility: visible;
    }

    .mob_menu_ul li .rsub-menu li{
        width:48.5%;
        margin-left:0;
        margin-top: 0;
        margin-right: 3%;
        margin-bottom: 15px;
        border:none;
    }
    .mob_menu_ul li .rsub-menu li .name_wrap{
        position: absolute;
        top:0;
        left:0;
        width:100%;
        z-index: 1;
        height:100%;
        padding: 10px;
        background: rgba(0,0,0,0.4);
        text-align: center;
        color:#fff;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .mob_menu_ul li .rsub-menu li a{
        padding: 0;
        border-radius: 10px;
        overflow: hidden;
    }
    .mob_menu_ul li .rsub-menu li:nth-child(2n+0){
        margin-right: 0;
    }





    .my_account_mega_parent_wrap .listing_ul li{
        width:33.33%;
    }
    .order_product_td{
        width:170px;
    }
    .order_list_table_wrap{
        width:100%;
    }

    .account_icons_parent_wrap .inner_wrap{
        white-space: nowrap;
        padding-left: 20px;
        padding-right: 20px;
        overflow-x: scroll;
    }
    .account_icons_parent_wrap:after{
        width:1000%;
    }
    .signup_popup_wrap .signup_content_wrap.bottom .text_form{
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .blog_list_ul li .title_wrap a{
        font-size: 18px;
    }
    .blog_list_ul li .img_wrap,
    .blog_list_ul li .info_wrap{
        width:100%;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }


    .product_recommend{
        margin-top: 40px;
    }
    .home_featured_wrap .inner_wrap {
        padding: 0 50px;
    }
    .featured_arrow_right{
        right:10px;
    }
    .featured_arrow_left{
        left:10px;
    }
    .menu_wrap .menu_list_wrap ul li.collection_li ul.sub-menu li:first-child a{
        animation: myanimation 1s infinite;
    }
    .menu_wrap .menu_list_wrap ul li.collection_li ul.sub-menu li:first-child a:hover{
        background:#333 !important;
    }
    .product_detail_wrap .add_cart_wrap{
        position: relative;
        bottom:0;
        left:0;
    }
    .product_color_note{
        width:100%;
        position: relative;
        bottom:0;
        left:0;
        padding: 10px 20px;
        float:left;
        display:inline-block;
    }
    .footer_new_wrap ul{
        width:47%;
    }
    .footer_new_wrap .footer_right_side{
        width:100%;
        margin-top:40px;
    }

    .search_mix{
        position: absolute;
        display:none;
        left:auto;
        top: 100%;
        margin-top: 20px;
        height:auto;
        background:transparent;
        width: 200px;
        right: 0;
    }
    .search_mix .form_field{
        margin-top: 0;
    }
    .search_mix.light_menu .search_form{
        border-color:#fff;
        color:#fff;
    }
    .menu_wrap.dark_menu .search_mix .search_form{
        border-color:#000;
        color:#000;
    }
    .search_mix .gridContainer{
        min-width: 100%;
        max-width: 100%;
        width:100%;
    }
    .search_mix .half_wrap{
        min-width: 100%;
        max-width: 100%;
        width:100%;
    }
    .search_mix .close_search{
        display:none;
    }

    .common_mtop{
        margin-top: 40px;
    }
    .sub_menu_arrow{
        display:inline-block;
        position: absolute;
        top:-7px;
        right:0;
        padding: 0px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        width:50px;
    }
    .sub_menu_arrow.active{
        transform: rotate(-90deg);
    }
    .menu_close_btn{
        position: relative;
        width:40px;
        margin-left: 20px;
        float:left;
        display:inline-block;
        margin-bottom: 10px;
    }
    .sub_menu_arrow svg{
        float:left;
    }
    .menu_wrap .menu_inner_wrap .menu_list_wrap{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        transform: translateX(-100%);
        z-index: 1000;
        background: #fff;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        display:inline-block;
        padding: 20px 0;
    }
    .menu_wrap .menu_inner_wrap .menu_list_wrap.active{
        transform: translateX(0px);
    }
    .menu_wrap .menu_list_wrap ul li a{
        color:#000;
        padding: 0px 20px;
        float:left;
        display:inline-block;
        font-size:25px;
    }
    .menu_wrap .menu_list_wrap li{
        width:100%;
        margin:0;
        margin-bottom: 15px;
        text-align: left;
    }
    .menu_wrap .menu_list_wrap ul li .sub-menu{
        background:#000;
        padding-top: 20px;
        display:none;
    }
    .menu_wrap .menu_list_wrap ul li .sub-menu li a{
        color:#fff;
    }

    .my_account_data_list ul li{
        width:48.5%;
        margin-right: 3%;
    }
    .my_account_data_list ul li:nth-child(3n+0){
        margin-right: 3%;
    }
    .my_account_data_list ul li:nth-child(2n+0){
        margin-right: 0;
    }
    .whatsapp_fix{
        right:20px;
        bottom:90px;
    }
    .menu_close_a{
        position: absolute;
        top:5px;
        left:5px;
        z-index:100;
        display:inline-block;
    }
    .full_wrap.bg_dark_brown.header_list{
        display:inline-block;
    }


    .header_list .header_ul li{
        position: relative;
    }
    .header_ul li .sub_menu_ul_parent{
        display: inline-block;

    }
    .header_ul li .sub-menu ul{
        display: inline-block;
        width:100%;
    }
    .header_ul li .sub-menu ul + ul{
        margin-top: 20px;
    }

    .inner_product_wrap .cat_title_wrap .drop_menu{
        display: none;
        position: fixed;
        bottom: 39px;
        background:#faeee0;
        left: 0;
        width: 100%;
        z-index: 100;
        padding: 10px;
    }
    .inner_product_wrap .cat_title_wrap .drop_menu select{
        width:100%;
    }
    .cat_title_wrap .half_wrap {
        width:100%;
    }

    .menu_close_a{
        position: absolute;
        top:5px;
        right:5px;
        display:inline-block;
        width:35px;
    }

    .gallery_ul li .action_wrap{
        opacity: 1;
        visibility: visible;
    }


    .mobile_menu_text_wrap {
        display: inline-block;
        position: absolute;
        top:0;
        left:0;
        width:100%;
        padding: 10px 30px;
        color:#fff;
        text-transform: uppercase;
        text-align: left;
    }
    .mobile_menu_text_wrap a{
       width:20px;
        float:right;
        display:inline-block;
    }
    .header_list {
        position: fixed;
        top:0;
        left:0;
        width:50%;
        height:100%;
        display:inline-block;
        background: #fff;
        z-index: 1000;
        margin-top:0;
        overflow: scroll;
        padding:20px;
        padding-top: 40px;
        background: #000;
        border-right:1px solid #e8e8e8;;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        left:-50%;
    }
    .header_list.active{
        left:0;
    }
    .header_ul{
        display:inline-block;
        width:100%;margin:0;
        padding-left: 0;
    }
    .header_ul > li{
        width:100%;
        float:left;
        margin:0;
        border-bottom: 1px solid #eaeaec;
    }
    .header_ul > li > a{
        width:100%;
        float:left;
        margin-right: 0;
        text-align: left;
        padding: 8px;
    }
    .header_ul li .arrow{
        position: absolute;
        top:-4px;
        right:0;
        z-index: 100;;
        display:inline-block;

        width:30px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        padding: 10px;
    }
    .header_ul li .arrow.active{
        transform: rotate(90deg);
    }
    .header_ul li .sub-menu{
        position: relative;
        top:auto;
        left:auto;
        width:100%;
        float:left;
        display:inline-block;
        background:#faeee0;
        display:none;
        -webkit-transition: none;
        border:none;
        -moz-transition: none;
        -o-transition: none;
        -ms-transition: none;
        transition: none;
        opacity: 1;
        visibility: visible;
    }
    .header_ul li .sub-menu ul{
        background:transparent;
    }
    .header_ul li:hover > a{
        background:transparent;
        color:#fff;
    }
    .listting_wrap ul li .img_wrap{
        padding: 20px;
    }
    .top_menu_wrap{
        text-align: center;
    }
    .top_menu_wrap .logo_wrap{
        float:none;
    }


    .feature_icon_wrap{
        margin-top:20px;
    }


    .menu_parent_wrap{
        position: fixed;
        top:0;
        left:0;
        width:100%;
        z-index: 100;
        height:100%;
        padding-top: 50px;
        display:none;
        padding-bottom: 80px;overflow: auto;
    }
    .menu_parent_wrap .navbar{
        width:100%;
        float:left;
        display: inline-block;
    }
    .menu_parent_wrap .main_menu_ul > li > .dropdown-menu{
        position: relative;
        top:auto;
        left:auto;
        width:100%;
    }

    .menu_parent_wrap .main_menu_ul > li > .dropdown-menu a{
        font-size:14px;
    }
    .menu_parent_wrap .navbar .navbar-collapse{
        padding:0;
    }
    .menu_parent_wrap .main_menu_ul{
        width:100%;
    }
    .menu_parent_wrap .main_menu_ul > li{
        width:100%;
    }
    .menu_parent_wrap .main_menu_ul > li + li{
        border-left:0;
    }
    .menu_parent_wrap .main_menu_ul > li > a{
        font-size: 20px;
        padding: 16px 10px;
    }
    .menu_parent_wrap .navbar{
        min-height: auto;
    }

    .menu_parent_wrap .main_menu_ul > li > a .arrow{
        margin-left: 20px;
        width:8px;
        display:inline-block;
    }
    .menu_parent_wrap .main_menu_ul > li.open > a .arrow{
        transform:          rotate(90deg);
        -ms-transform:      rotate(90deg);
        -moz-transform:     rotate(90deg);
        -webkit-transform:  rotate(90deg);
        -o-transform:       rotate(90deg);
    }

    .checkout_parent_wrap .left_wrap{
        border-right: none;
        padding-top: 0px;
        width:100%;
    }
    .checkout_cart_item_wrap{
        color:#000;
    }
    .checkout_cart_item_wrap .name_wrap a{
        color:#000;
    }
    .checkout_parent_wrap .right_wrap{
        position:fixed;
        top: -100%;
        left:0;
        height:100%;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        width:100%;
        z-index: 10;
        padding-right: 40px;
        background:#fff;
        -webkit-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.49);
        -moz-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.49);
        box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.49);

    }
    .checkout_parent_wrap .right_wrap.active{
        overflow: auto;
        top:0;
    }

    .checkout_parent_wrap .right_wrap .mob_close_btn{
        position: absolute;
        top:8px;
        right:20px;
        display: inline-block;
        z-index: 1;
    }
    #right_cart_wrap .cart_table td,
    #right_cart_wrap .cart_table th{
        color:#000;
    }
    .checkout_parent_wrap .left_wrap{
        padding-left: 0;
        padding-right: 0;
    }
    .checkout_parent_wrap .right_wrap {
        width: 100%;
        padding: 0;
        padding-top: 0px;
        margin-bottom: 40px;
        margin-top: 0px;
        position: relative;
        left:auto;
        top:auto;
        display:inline-block;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        background:none;
    }
    .checkout_parent_wrap .right_wrap .mob_close_btn{
        display:none;
    }
    .cart_summary_title_wrap{
        display:inline-block;
        width:100%;
        float:left;
        padding:10px;
        font-size:20px;
        color:#fff;
        background:#000;
        margin-bottom: 20px;
        position: relative;

    }
    .checkout-cart .whatsapp_fix {
        display:none;
    }
    .menu_wrap .menu_inner_wrap .mb_search_wrap{
        width:auto;
        float:right;
    }
}
@media only screen and (max-width: 480px){
	.product-latest .slider_wrap{
		display:none
	}
    .signup_popup_discount_wrap .bot_wrap{
        padding-bottom: 0;
    }
    .signup_popup_discount_wrap .bot_wrap {
        padding-top: 0;
    }
    .signup_popup_discount_wrap .img_wrap,
    .signup_popup_discount_wrap .left_wrap{
        width: 100%;
    }
	.signup_popup_wrap{
        width: 90%;
    }
    .listing_wrap.nothumb_listing_wrap{
        margin-top: 100px;
    }
    .product_parent_wrap .image_wrap ul li{
        margin-bottom: 50px;
    }
    .menu_top_wrap .icon_wrap{
        right:20px;top:45%;
    }
    .big_article_wrap{
        flex-wrap: wrap;
    }
    .big_article_wrap .img_wrap,
    .big_article_wrap .info_wrap{
        width:100%;
        transform: none;
    }
    .big_article_wrap .info_wrap{
        padding:20px;
    }
    .mobile_menu_wrap > ul > li .sub-menu .sub-menu2 li{
        width:100%;
        margin-bottom: 5px;
        padding-right: 0px;
    }
    .mobile_menu_wrap > ul > li .sub-menu{
        padding: 20px;
    }
    .slider_wrap .data_wrap{
        display:none;
    }
    .blog_list_ul li .info_wrap .common_header{
        padding-top: 0;
    }
    .blog_list_ul li + li{
        padding-top: 20px;
    }
    .common_top_wrap{
        margin-top: 0px;
    }
    .overview_text_wrap .half_wrap{
        width: 100%;
    }
    .home_slider_wrap .swiper-top_pagination{
        padding-left: 20px;
        bottom:50px;
        top:auto;
    }
    .option_parent_wrap .half_wrap:nth-child(odd){
        padding-right: 0 !important;
    }
    .option_parent_wrap .half_wrap:nth-child(even){
        padding-left: 0 !important;padding-top: 30px;
    }
    .cart_modules .common_anchor{
        top: 14px;
        right: 5px;
    }
    body .checkout .common_header{
        font-size:25px !important;
    }
    .product_parent_wrap .image_wrap .inner_images_wrap{
        position: relative;
        margin-top: 20px;
        width:100%;
        padding:20px;
        padding-top: 0;
        overflow-x: scroll;
        display: inline-block;
        left:auto;
        top:auto;
        white-space: nowrap;
    }
    .product_parent_wrap .image_wrap .inner_images_wrap ul li{
        float:none;width:80px;
        margin-right: 7px;
        margin-left: 7px;
    }
    .product_parent_wrap .image_wrap .customize{
        bottom:170px;
    }
    .landing_banner .item_wrap{
        width:100%;

        height:auto;
    }
    .landing_banner .item_wrap.lazy_video_parent{
        height:500px;
    }
    .top_page_title_wrap{
        padding-top: 30px;
    }
    body{

        width:100%;
        float:left;
        display:inline-block;
        position: relative;
    }
    .contact-us-page-info-list li{

        width:100%;
        margin-bottom: 0;


    }
    .contact_left_wrap{
        padding-right: 0;
        padding-left: 0;
        width:100%;
    }
    .mobile_menu_wrap{
        padding-top: 0;
    }



    .mob_menu_ul{
        width:100%;
        float:left;
        display:inline-block;
        position: relative;
        padding: 0;
        margin:0;
    }
    .mob_menu_ul li{
        width:100%;
        float:left;
        display:inline-block;
        position: relative;
        padding: 0;
        margin:0;
    }
    .mob_menu_ul li.img_sos{
        width: 30px;
        margin-right: 10px;
    }
    .mob_menu_ul li a{
        width:100%;
        float:left;
        display:inline-block;
        position: relative;
        padding: 0;
        margin:0;
        font-size:15px;
        padding: 8px 15px;
        text-transform: none;
        color:rgb(146,169,183);
    }
    .mob_menu_ul li .arrow{
        position: absolute;
        top:0px;
        right:0px;
        z-index: 10;
        padding: 10px;
        height:38px;
        -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;
    }
    .mob_menu_ul li .arrow img{
        width:7px;
        float:left;
        margin-top: 2px;
    }
    .mob_menu_ul li .arrow.active{
        transform: rotate(90deg);
    }
    .mob_menu_ul li.mob_account_li{
        margin-bottom: 10px;
    }
    .mob_menu_ul li.mob_account_li a{
        background: #ebebeb;
    }
    .mob_menu_ul li.mob_account_li a img{
        width:40px;
        float:left;
        margin-right: 10px;
    }
    .mob_menu_ul li.mob_account_li a span{
        font-size:12px;
        text-transform: initial;
    }
    .mob_menu_ul li.mob_account_li a .account_div{
        float:left;
        margin-top: 9px;
        line-height: 12px;
    }
    .mob_menu_ul li .sub-menu {
        display:none;
        width:100%;
        float:left;
        padding-left: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
        background: #f9f9f9;
    }
    .mob_menu_ul li .sub-menu li a{
        font-size:12px;
        padding: 3px;
    }
    .mob_menu_ul li.img_sos a{
        padding: 0;
    }
    .mob_menu_ul li.img_sos{
        margin-right: 0;
        margin-left: 10px;
        margin-top: 10px;
    }
    .mob_menu_ul li .rsub-menu {
        position: relative;
        background-color: #f4f4f4fa;
        width: auto;
        float:left;
        padding: 10px;
        margin: 10px 0;
        text-align: left;
    }

    .mob_menu_ul li .rsub-menu li a {

        width: 100% !important;
        float: left;
        margin: 0;
        text-align: left;
        font-size: 15px;
        padding: px;
        padding-right: 20px;font-size: 12px;display: inline-block;
        width: 100%;
        display: inline-block;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;;
    }
    .mob_menu_ul li .rsub-menu li a:hover {
        background: #f2eaeaf5;
        color: #231f20;
    }
    .mob_menu_ul li:hover .rsub-menu{
        opacity: 1;
        visibility: visible;
    }

    .mob_menu_ul li .rsub-menu li{
        width:48.5%;
        margin-left:0;
        margin-top: 0;
        margin-right: 3%;
        margin-bottom: 15px;
        border:none;
    }
    .mob_menu_ul li .rsub-menu li .name_wrap{
        position: absolute;
        top:0;
        left:0;
        width:100%;
        z-index: 1;
        height:100%;
        padding: 10px;
        background: rgba(0,0,0,0.4);
        text-align: center;
        color:#fff;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .mob_menu_ul li .rsub-menu li a{
        padding: 0;
        border-radius: 10px;
        overflow: hidden;
    }
    .mob_menu_ul li .rsub-menu li:nth-child(2n+0){
        margin-right: 0;
    }
    .wallet_table{
        width:100%;
        display:inline-block;
    }
    .wallet_table thead{
        display:none;
    }
    .wallet_table tr{
        border-bottom: 5px solid rgba(0,0,0,0.38);;
    }

    .wallet_table tr td:last-child{
        border-right: none;
    }
    .my_account_mega_parent_wrap .listing_ul li{
        width:50%;
    }
    .order_product_td .image {
        text-align: center;
    }
    .order_list_table_wrap .view_btn{
        width:30px;
    }
    .order_product_td .image img{
        float:none;
        max-width: 150px;
        margin-top: 20px;
    }
    .order_list_table_wrap{
        width:100%;
    }
    .account_icons_parent_wrap .inner_wrap{
        white-space: nowrap;
        padding-left: 20px;
        padding-right: 20px;
        overflow-x: scroll;
    }
    .account_icons_parent_wrap:after{
        width:1000%;
    }
    .account_icons_parent_wrap a{
        width:80px;
        font-size:12px;
    }
    .account_icons_parent_wrap a .icon_parent {
        height:80px;
    }
    .account_icons_parent_wrap a .icon_parent img{
        width:30px;
    }

    .search_mix{
        position: absolute;
        display: none;
        left: -150px;
        top: 100%;
        height: auto;
        background: transparent;
        width:auto;
        right: -20px;
        background: #fff;
        margin-top: 10px;
    }
    .search_mix .form_field{
        margin:10px 0;width:100%;
    }
    .search_mix .half_wrap{
        width:100%;
    }
    .top_page_title_wrap{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .menu_wrap .icon_wrap .menu_icon{
        margin-left: 9px;
    }
    .signup_popup_wrap .signup_content_wrap.bottom{
        position: relative;
        top:auto;
        right:auto;
        display:inline-block;
        left:auto;
        bottom:auto;
        width:100%;
        background: #f5f5f5;
        padding: 20px;
    }
    .signup_popup_wrap .signup_content_wrap .form_wrap{
        margin-top: 0;
    }
    .signup_popup_wrap .signup_content_wrap.bottom .email_wrap{
        width:50%;
        padding: 5px;
    }
    .signup_popup_wrap .signup_content_wrap.bottom .email_wrap.form_btn_wrap{
        width:100%;padding: 0;
        text-align: center;
    }
    .signup_popup_wrap .signup_content_wrap.bottom{
        padding: 10px;
    }
    .signup_popup_wrap .signup_content_wrap.bottom .text_form{
        width:100%;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .signup_popup_wrap .signup_content_wrap.bottom .submit_wrap{
        position: relative;
        top:auto;
        left:0;
    }
    .blog_top_bg{
        padding-top: 200px;
    }
    .blog_list_ul li .title_wrap a{
        font-size: 12px;
    }
    .blog_list_ul li .img_wrap,
    .blog_list_ul li .info_wrap{
        width:100%;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .blog_list_ul li{
        margin-bottom: 20px;
        width:100%;
    }

	.menu_wrap .menu_list_wrap ul li .sub-menu{
		margin-top:10px;
	}
    .signup_popup_wrap .signup_content_wrap{
        width:60%;
        padding-left: 10px;
    }
    .signup_popup_wrap .popup_inner_wrap{
        background:#edefea;
    }

    .signup_popup_wrap .signup_content_wrap .text_form{
        width:100%;
    }
    .signup_popup_wrap .signup_content_wrap .common_header{
        font-size:15px;
    }
    .signup_popup_wrap .signup_content_wrap .desc{
        font-size:10px;
    }
    .product_recommend{
        margin-top: 20px;
    }
    .product_recommend .featured_arrow_left,
    .product_recommend .featured_arrow_right{
        width:22px;
        top:-40px;
    }
    .product_recommend .featured_arrow_left{
        right:30px;
    }
    .prod_arrow_right,
    .prod_arrow_left{
        margin-top: -50px;
    }
    .listing_ul .data_wrap .name_wrap{
        width:100%;
    }
    .data_wrap .price_wrap{
        width:100%;
        padding-right: 0;
    }
    .data_wrap .price_wrap p{
        width:100%;
        padding-right: 0;
        text-align: left !important;
    }
    .home_featured_wrap .inner_wrap {
        padding:0 10px;
    }
    .featured_arrow_right{
        right:10px;
    }
    .featured_arrow_left{
        left:10px;
    }
    .menu_wrap .menu_list_wrap ul li.collection_li ul.sub-menu li:first-child a{
        animation: myanimation 1s infinite;
    }
    .menu_wrap .menu_list_wrap ul li.collection_li ul.sub-menu li:first-child a:hover{
        background:#333 !important;
    }
    .product_detail_wrap .add_cart_wrap{
        position: relative;
        bottom:0;
        left:0;
    }
    .autocomplete_result{
        width:100%;
    }
    .cart_count{
        top:-5px;
    }
    .product_color_note{
        width:100%;
        position: relative;
        bottom:0;
        left:0;
        padding: 10px 5px;
        float:left;
        display:inline-block;
        font-size:12px;
    }
    .product_detail_wrap .add_cart_wrap .common_anchor{
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .footer_new_wrap ul{
        width:100%;
        padding: 0 5px;
    }
    .footer_new_wrap .footer_right_side{
        width:100%;
        padding: 0 5px;
        margin-top:40px;
    }
    .size_chart_parent_wrap{
        overflow-x: scroll;
    }
    .size_chart_table td, .size_chart_table th{
        padding: 7px;
    }
    .size_chart_table{
        font-size: 11px;
    }
    /*.size_chart_table thead{
        display:none;
    }
    .size_chart_table,
    .size_chart_table tbody,
    .size_chart_table tbody tr,
    .size_chart_table tbody tr td{
        width:100%;
        font-size:12px;
        float:left;
        display:inline-block;
        position: relative;
    }
    .size_chart_table td{
        border:none;
        padding: 5px;
    }
    .size_chart_table tr{
        border-bottom: 3px solid #000;
    }*/
    .only_for_mob{
        display:inline-block;
    }
    .menu_wrap .menu_inner_wrap .mb_search_wrap{
        width:auto;
        float:right;
    }
    .checkout-cart .whatsapp_fix {
        display:none;
    }
    .common_mtop_40{
        margin-top: 20px;
    }
    .home_bottom_category_wrap.common_mtop{
        margin-top: 10px;
    }
    .home_bottom_category_wrap .half_wrap{
        margin-bottom: 2px;
        width:100%;
    }
    .home_bottom_category_wrap .half_wrap:nth-child(odd){
        padding-right: 0;
    }
    .home_bottom_category_wrap .half_wrap:nth-child(even){
        padding-left: 0px;
    }
    .featured_arrow_left{
        width:30px;
        left:10px;
    }
    .featured_arrow_right{
        width:30px;
        right:10px;
    }
    .common_mtop{
        margin-top: 40px;
    }
    .search_mix .menu_close{
        top: 20px;
    }
    .autocomplete_result{
        max-height: 500px;
        overflow: scroll;
    }
    .add_to_cart_notification{
        width:auto;
        left:20px;
    }
    .add_to_cart_notification table td.name{
        font-size:13px;
    }
    .sub_menu_arrow{
        display: inline-block;
        position: absolute;
        top: -5px;
        right: 0;
        padding: 0px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        width: 30px;
    }
    .sub_menu_arrow.active{
        transform: rotate(-90deg);
    }
    .menu_close_btn{
        position: relative;
        width:40px;
        margin-left: 10px;
        float:left;
        display:inline-block;
        margin-bottom: 10px;
    }
    .sub_menu_arrow svg{
        float:left;
    }
    .menu_wrap .menu_inner_wrap .menu_list_wrap{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        transform: translateX(-100%);
        z-index: 1000;
        background: #fff;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        display:inline-block;
        padding:5px 0;
    }
    .menu_wrap .menu_inner_wrap .menu_list_wrap.active{
        transform: translateX(0px);
    }
    .menu_wrap .menu_list_wrap ul{
        margin-top: 0;
    }
    .menu_wrap .menu_list_wrap ul li a{
        color:#000;
        padding: 0px 10px;
        float:left;
        display:inline-block;
        font-size:15px;
    }
    .menu_wrap .menu_list_wrap li{
        width:100%;
        margin:0;
        margin-bottom: 15px;
        text-align: left;
    }
    .menu_wrap .menu_list_wrap ul li .sub-menu{
        background:#000;
        padding-top: 20px;
        display:none;
    }
    .menu_wrap .menu_list_wrap ul li .sub-menu li a{
        color:#fff;
    }


    .offcanvas-minicart_wrapper.open .offcanvas-menu-inner{
        padding-top: 20px !important;
    }
    .whatsapp_fix{
        right:20px;
        bottom:20px;
    }
    .whatsapp_fix a{
        padding: 8px;
        font-size:11px;
        padding-right: 10px;
    }
    .whatsapp_fix a img{
        width:30px;
        margin-right: 5px;
    }
    .menu_close_a{
        position: absolute;
        top:5px;
        left:5px;
        z-index:100;
        display:inline-block;
    }
    .full_wrap.bg_dark_brown.header_list{
        display:inline-block;
    }
    .cart_table tbody{
        width:100%;
        float:left;
    }
    .address_list_table_parent{
        padding: 0;
    }

    .header_list .header_ul li{
        position: relative;
    }
    .header_ul li .sub_menu_ul_parent{
        display: inline-block;

    }
    .header_ul li .sub-menu ul{
        display: inline-block;
        width:100%;
    }
    .header_ul li .sub-menu ul + ul{
        margin-top: 20px;
    }
    .collection_ul li .data_wrap,
    .gallery_ul li .data_wrap{
        padding: 10px;
    }
    .image_left,
    .image_right{
        padding: 0;
        margin-bottom: 20px;
    }
    .collection_ul li .data_wrap .name_wrap,
    .gallery_ul li .data_wrap .name_wrap{
        margin-bottom: 5px;
        padding-bottom: 0;
    }
    .inner_product_wrap .cat_title_wrap .drop_menu{
        display: none;
        position: fixed;
        bottom: 39px;
        background:#faeee0;
        left: 0;
        width: 100%;
        z-index: 100;
        padding: 10px;
    }
    .inner_product_wrap .cat_title_wrap .drop_menu select{
        width:100%;
    }
    .cat_title_wrap .half_wrap {
        width:100%;
    }

    .gallery_ul li .title_wrap{
        padding-left: 5px;
        padding-right: 5px;
    }
    .gallery_ul li .action_wrap{
        opacity: 1;
        visibility: visible;
    }
    .gallery_ul li .action_wrap a{
        font-size:10px;
    }


	.prod_info_parent_wrap + .inner_gallery_wrap {
		margin-top:40px;
	}

    .ping_notification_wrap .text_wrap{
        width:100%;
        padding-right: 0;
        font-size:18px;
    }
    .ping_notification_wrap{
        padding:50px 20px;
        padding-top: 75px;
    }
    .ping_notification_wrap .close_wrap{
        top:-50px;
    }

    .listing_sale_per{
        top:5px;
        right:5px;
        padding: 4px 5px;
        padding-bottom: 2px;
    }
    .mobile_menu_text_wrap {
        display: inline-block;
        position: absolute;
        top:0;
        left:0;
        width:100%;
        padding: 10px 30px;
        color:#fff;
        text-transform: uppercase;
        text-align: left;
    }
    .mobile_menu_text_wrap a{
        width:20px;
        float:right;
        display:inline-block;
    }
    .header_list {
        position: fixed;
        top:0;
        left:0;
        width:100%;
        height:100%;
        display:inline-block;
        background: #fff;
        z-index: 1000;
        margin-top:0;
        overflow: scroll;
        padding:20px;
        padding-top: 40px;
        background: #000;

        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        left:-100%;
    }
    .header_list.active{
        left:0;
    }
    .header_ul{
        display:inline-block;
        width:100%;margin:0;
        padding-left: 0;
    }
    .header_ul > li{
        width:100%;
        float:left;
        margin:0;
        border-bottom: 1px solid #eaeaec;
    }
    .header_ul > li > a{
        width:100%;
        float:left;
        margin-right: 0;
        text-align: left;
        padding: 8px;
    }
    .header_ul li .arrow{
        position: absolute;
        top:-4px;
        right:0;
        z-index: 100;;
        display:inline-block;

        width:30px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        padding: 10px;
    }
    .header_ul li .arrow.active{
        transform: rotate(90deg);
    }
    .header_ul li .sub-menu{
        position: relative;
        top:auto;
        left:auto;
        width:100%;
        float:left;
        display:inline-block;
        background:#faeee0;
        display:none;
        -webkit-transition: none;
        border:none;
        -moz-transition: none;
        -o-transition: none;
        -ms-transition: none;
        transition: none;
        opacity: 1;
        visibility: visible;
    }
    .header_ul li .sub-menu ul{
        background:transparent;
    }
    .header_ul li:hover > a{
        background:transparent;
        color:#fff;
    }

    .listting_wrap ul li .img_wrap{
        padding: 10px;
    }
    .category_feature_wrap{
        padding-left: 10px;
        padding-right: 10px;
    }
    .top_menu_wrap{
        text-align: center;
    }
    .top_menu_wrap .logo_wrap{
        float:none;
    }
    .listting_wrap ul li h2 {
        font-size: 14px;
    }
    .listting_wrap ul li .img_wrap .percentage_wrap {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 12px;
        top: -10px;
        right: -10px;
        font-family: open_bold;
    }


    .listting_wrap{
        padding-bottom: 0;
    }
    .listting_wrap ul li .data_wrap{
        padding-left: 5px;
        padding-right: 5px;
    }
    .listting_wrap ul .swiper-slide li{
        margin-bottom: 0;
        margin-top: 10px;
    }
    .listting_wrap ul li h3{
        margin:0;
    }

    .wallet_cart_parent{
        border:0;
    }
    .wallet_cart_parent table,
    .wallet_cart_parent table tr,
    .wallet_cart_parent table tr td{
        width:100%;
        float:left;
        display:inline-block;
        position:relative;
        text-align:left;

        padding:0;
    }
    .wallet_cart_parent table tr td{
        border:none;
    }
    .wallet_cart_parent table tr{
        padding:10px;
        line-height:1.8em;
    }
    .hide_in_mobile {
        display: none !important;
    }
    .table_view tr, .table_view tr th, .table_view tr td, .table_view thead, .table_view tfood, .table_view tbody {
        width: 100% !important;
        float: left;
        display: inline-block;
        position: relative;
    }
    .table_view{
        border:0;
        font-size:12px;
    }
    .table_view tr td,
    .table_view tr th{
        text-align:left !important;
        border:0;
        white-space: normal !important;
    }
    .table_view tr + tr{
        border-top: 3px solid #ddd !important;
    }
    .table_view tfoot{
        border-top: 3px solid #ddd !important;
    }
    .for_mobile,.mob_label{
        display:inline-block;
        font-family:bold_font;
    }
    .address_list_table, .address_list_table tr, .address_list_table td , .address_list_table tbody {
        width: 100%;
        float: left;
        text-align: left;
        display: inline-block;
    }
    .category_mtop{
        padding-top: 50px;
    }
    .cart_right_wrap{
        margin-top:30px;
    }
    .cart_table {
        width: 100%;
        text-align: center;
    }

    .cart_table th {
        text-align: center;
        font-weight: normal;
        font-size: 16px;

        border-bottom: 3px solid #e4e4e4;
        color: #000;
        display: table-cell;
        padding-top: 10px;
        cursor:pointer;
        padding-bottom: 10px;
        font-size: 14px;
        vertical-align: middle;
        text-transform: uppercase;
    }
    .cart_table.subtotal_cart td{
        width:50%;
        float:left;
        display: inline-block;
    }
    .cart_table .hide_tablet{
        display:none !important;
    }

    .cart_table .input-group{
        border-collapse: separate;
        border-spacing: 0;
    }
    .cart_table .input-group input{
        min-width:55px;
    }
    .cart_table tr {
        display: inline-block;
        position: relative;
        float: left;
        width: 100%;
    }
    .cart_table td {

        border-bottom: 1px solid #e4e4e4;
        padding: 10px;
        display: table-cell;
        font-size: 14px;
        vertical-align: middle
    }
    .cart_table td.image {

        border: 1px solid #d3d3d3 !important;
        border-bottom: none !important;
    }
    .cart_table .cart_content .inner_wrap{
        padding: 10px;
    }
    .cart_table .cart_content .name_price_wrap .price_td{
        width:100%;text-align: left;
    }
    .cart_table td img {

        float: none
    }
    .cart_table thead{
        display:none;
    }
    .cart_table td.image,
    .cart_table td.name,
    .cart_table td.quantity,
    .cart_table td.total{
        width:100%;
        border-right:0;
        border-bottom:0;
        float:left;
        display:inline-block;
    }
    .cart_table td.total{
        bottom: 10px;
        position: absolute;
        right: 0;
    }
    .cart_table td.quantity .form-control{
        width:60px;
        max-width: 60px;
        min-width: 60px;
    }
    .cart_table td.quantity{
        width:50%;
        padding-top: 0;
        margin-bottom: 0;
    }
    .cart_table td.quantity .input-group{
        max-width: 100%;
    }
    .cart_table td.quantity .input-group-btn{
        float: left;
        width: 90px;
    }
    .cart_table td.quantity .btn{
        float: left;
        width: 45px;
    }
    .cart_table .input-group input{
        height:35px;
        line-height: 35px;
    }
    .cart_table td.total{
        width:50%;
    }
    .cart_btn_remove{
        width:30px;
    }
    .cart_table td.name{
        padding-left: 0;
    }
    .cart_table td.quantity{
        padding-left: 0;
        text-align: left;
    }
    .cart_table td.total{
        padding-top:15px;
        text-align:right;
        padding-right: 0;
        font-size:13px;
    }
    .cart_table .image img{

        float:left;
    }
    .cart_table .name{
        padding-right:80px ;
        min-height:80px;
    }
    .cart_table td.image {

        width: 100%;
        border-right: 0;
        border-bottom: 0;
        display: inline-block;
    }
    .feature_icon_wrap{
        margin-top:20px;
    }

    .feature_icon_wrap ul li h3{
        font-size:11px;
    }

    .detail_wrap ul li a{
        font-size: 11px;
    }
    .product_tabs_parent_wrap .nav-tabs{
        display:none
    }

    .product_tabs_parent_wrap .tab-content .tab-pane .tab_inner_title {
        display: inline-block;
        width: 100%;
        background: #000;
        cursor: pointer;
        padding: 7px 15px;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 2px;
        float: left;
        position: relative;
    }

    .product_tabs_parent_wrap .tab-content .tab-pane  .tab_inner_title:after{
        position: absolute;
        top: 7px;
        right: 15px;
        font-size: 22px;
        line-height:22px;
        width:20px;
        text-align:center;
        z-index: 10;
        content: '+';
        color: #fff;
        font-weight: 700;
    }
    .tab-content{
        padding:0;
    }
    .product_tabs_parent_wrap .tab-content>.tab-pane{
        display:inline-block;
        visibility: visible;
    }
    .product_tabs_parent_wrap .tab-content .tab-pane.active  .tab_inner_title:after{
        content:'-';
        line-height:18px;
    }
    .product_tabs_parent_wrap .tab-content .tab-pane .tab_inner_content{
        display:none;
        margin-top:10px;
    }


    .prod_mob_slider_wrap{
        display:inline-block;
        font-size:12px;
    }

    .menu_parent_wrap{
        position: fixed;
        top:0;
        left:0;
        width:100%;
        z-index: 100;
        height:100%;
        display:none;
        padding-top: 50px;
        padding-bottom: 80px;overflow: auto;
    }
    .menu_parent_wrap .navbar{
        width:100%;
        float:left;
        display: inline-block;
    }
    .menu_parent_wrap .main_menu_ul > li > .dropdown-menu{
        position: relative;
        top:auto;
        left:auto;
        width:100%;
        float:left;
    }

    .menu_parent_wrap .main_menu_ul > li > .dropdown-menu a{
        font-size:12px;
    }
    .menu_parent_wrap .navbar .navbar-collapse{
        padding:0;
        -webkit-box-shadow:none;
        box-shadow:none;
    }
    .menu_parent_wrap .main_menu_ul{
        width:100%;
        margin:0;
    }

    .menu_parent_wrap .main_menu_ul > li{
        width:100%;
    }
    .menu_parent_wrap .main_menu_ul > li + li{
        border-left:0;
    }
    .menu_parent_wrap .main_menu_ul > li > a{
        font-size: 14px;
        padding: 10px 10px;
    }
    .menu_parent_wrap .navbar{
        min-height: auto;
    }
    .menu_parent_wrap .main_menu_ul > li > a .arrow{
        margin-left: 20px;
        width:8px;
        display:inline-block;
    }
    .menu_parent_wrap .main_menu_ul > li.open > a .arrow{
        transform:          rotate(90deg);
        -ms-transform:      rotate(90deg);
        -moz-transform:     rotate(90deg);
        -webkit-transform:  rotate(90deg);
        -o-transform:       rotate(90deg);
    }
    .top_menu_wrap .search_wrap select{
        width:100%;
    }
    .top_menu_wrap .search_wrap input{
        width:100%;
        margin-top:10px;
    }

    .checkout_login_info_wrap{
        margin-top: 10px;
        width:100%;
        text-align: center;
        font-size:11px;
    }
    .checkout_logo_wrap{
        text-align: center;
    }
    .checkout_parent_wrap .left_wrap{
        border-right: none;
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        width:100%;
    }
    .common_header.small {
        font-size: 18px;
    }
    .checkout_cart_item_wrap{
        color:#000;
    }
    .checkout_cart_item_wrap .name_wrap a{
        color:#000;
    }
    .checkout_parent_wrap .right_wrap{
        position:fixed;
        top: -100%;
        left:0;
        height:100%;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        width:100%;
        z-index: 10;
        padding-right: 20px;
        padding-left: 20px;
        background:#fff;
        -webkit-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.49);
        -moz-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.49);
        box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.49);

    }
    .checkout_parent_wrap .right_wrap.active{
        overflow: auto;
        top:0;
    }

    .checkout_parent_wrap .right_wrap .mob_close_btn{
        position: absolute;
        top:8px;
        right:20px;
        display: inline-block;
        z-index: 1;
    }
    #right_cart_wrap .cart_table td,
    #right_cart_wrap .cart_table th{
        color:#000;
    }
    .cart_table,.cart_table tbody,.cart_table tr,.cart_table td {
        display:inline-block;border-bottom: 0;
    }
    .cart_table td{
        padding: 0;
    }

    .cart_table .image{
        width:100%;
        text-align: center;
        background: #fff;
    }
    .cart_table .cart_content{
        padding: 0px;width:100%;
    }
    .cart_table .image .image_wrap{
        margin-bottom: 0;
        max-width: 50%;
        float:none;
    }
    .cart_table .cart_content .name_price_wrap .name_td{
        width:100%;margin-bottom: 5px;
    }
    .cart_table .cart_content .name_price_wrap{
        font-size:14px;
    }
    .cart_table tbody{
        display:inline-block;
    }
    .checkout_parent_wrap .left_wrap{
        padding-left: 0;
        padding-right: 0;
    }
    .checkout_parent_wrap .right_wrap {
        width: 100%;
        padding: 0;
        padding-top: 0px;
        margin-bottom: 40px;
        margin-top: 0px;
        position: relative;
        left:auto;
        top:auto;
        display:inline-block;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        background:none;
    }
    .checkout_parent_wrap .right_wrap .mob_close_btn{
        display:none;
    }
    .cart_summary_title_wrap{
        display:inline-block;
        width:100%;
        float:left;
        padding:10px;
        font-size:20px;
        color:#fff;
        background:#000;
        margin-bottom: 20px;
        position: relative;

    }
}
.mob_cart_btn{
    display:none;
}

.help_you_wrap .inner_top_help_wrap{


    border-radius: 15px;

}
.inner_top_help_wrap{
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 350px;
    box-shadow: 0 2.8px 2.2px rgb(80 66 66 / 3%),
    0 6.7px 5.3px rgb(255 255 255 / 5%),
    0 12.5px 10px rgb(255 255 255 / 6%),
    0 22.3px 17.9px rgb(127 99 99 / 7%),
    0 41.8px 33.4px rgb(255 255 255 / 9%),
    0 100px 80px rgb(187 176 176 / 12%);



}
.wlc_top_wrap{
    padding: 20px;
    background-color: #95BACE;
    border-radius: 20px 20px  0px 0px;

}
.wlc_top_wrap h2{
    color: #fff;
    font-size: 24px;
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 10px;padding-right: 10px;
}
.wlc_top_wrap h4{
    color: #fff;
    font-size: 20px;
    padding-bottom: 0px;
}
.wlc_top_wrap p{
    color: #fff;
    font-size: 15px;
    padding: 0px;
    margin: 0%;
}
.ans_top_wrap{
    background-color: white;
    padding: 10px;

    border-radius: 0px 0px 20px 20px;
}
.msg_avatarr{
    display: block;
    position: absolute;
    top: 0;
    left: -50px;
    width: 40px;
    height: 40px;
    margin-right: 0;
}
.msg_avatar {
    position: relative;
    margin-right: 15px;
    width: 51px;
    height: 51px;
    border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.msg_avatar{
    display: block;
    position: absolute;
    top: 10px;
    left: -50px;
    width: 40px;
    height: 40px;
    margin-right: 0;
}
.realb_chat_wrap{
    height: 320px;
}
.inner_realb_chat{
    margin-left: 70px !important;
}


.inner_realb_chat{
    padding: 15px 20px;
    margin: 30px;
    position: relative;
    word-wrap: break-word;
    background-color: #f0f2f7;
    border-radius: 8px;
    font-size: 14px;
    line-height: 1.2;

}
.ans_top_wrap .send_mes_wrap {
    padding: 7px;
    border-top: 1px solid rgba(151, 147, 147, 0.596);
}
.send_mes_wrap .left_txt_wrap{
    width: 80%;
    display: inline-block;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}
.send_mes_wrap .right_send_txt_wrap{
    width: 20%;

    display: inline-block;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: right;
    text-align: center;

}
.send_mes_wrap .right_send_txt_wrap img{
    width: 20px;
    margin-top: 10px;
    float: right;
}
.send_mes_wrap .left_txt_wrap .text_form {
    width: 100%;
    height: 30px;
    float: left;
    display: inline-block;
    position: relative;
    font-size: 15px;
    color: #000;
    background: transparent;
    padding: 15px;
    border: none;
}
.wlc_top_wrap .close_wrap{
    position: absolute;
    right: 10px;
    top: 20px;
    z-index: 1;
}
.wlc_top_wrap .close_wrap img{
    width: 27px;
}
.help_you_wrap .inner_top_help_wrap{
    display:inline-block;
}
.help_you_wrap{
    position: fixed;
    bottom:100px;
    right:40px;
    z-index: 10003;
    display:none;
}
.inner_top_help_wrap{
    position: relative;
    bottom:auto;
    right:auto;
}
.inner_realb_chat{
    display:inline-block;
}
.realb_chat_wrap{
    overflow: scroll;
}
.inner_realb_chat + .inner_realb_chat{
    margin-top: 0;
}
.inner_realb_chat.has_products{
    padding: 10px;
}
.chat_prod_ul{
    width:100%;
    float:left;
    display:inline-block;
    position: relative;
    padding: 0;
    margin:0;
}
.chat_prod_ul li{
    width:50%;
    float:left;
    display:inline-block;
    position: relative;
    padding: 5px;
    margin:0;
}
.chat_prod_ul li img{
    width:100%;
}
/***/
.common_seo_wrap .inner_wrap{
     overflow: hidden;
}
.common_seo_wrap .inner_wrap.active{
    max-height: none !important; overflow: hidden;
}
.option_parent_wrap .half_wrap:nth-child(odd){
    padding-right: 15px;
}
.option_parent_wrap .half_wrap:nth-child(even){
    padding-left: 15px;
}
.option_parent_wrap .selected_btn{
    margin-left:0 !important;
    width:100%;
    float:left;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.option_parent_wrap .caret{
    margin-left:0 !important;
    margin-right: 5px !important;
}
.collection_ul.swiper-container{
    padding-bottom: 20px;
}
.product_parent_wrap .data_wrap .tab_wrap{
    cursor: pointer;
}
.product_parent_wrap .data_wrap .tab_wrap .text_wrap{
    display:none;
}
.product_parent_wrap .data_wrap .tab_wrap + .tab_wrap {
    margin-top: -1px;
}
.product_parent_wrap .data_wrap .tab_wrap .title_wrap .arrow{
    position: absolute;
    top:50%;
    right:0;
    width:15px;
   transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.product_parent_wrap .data_wrap .tab_wrap .title_wrap .arrow svg{
    float:left;
}
.product_parent_wrap .data_wrap .tab_wrap .title_wrap{
    padding: 25px 0;
}
.product_parent_wrap .data_wrap .tab_wrap .title_wrap.active .arrow{
    transform:translateY(-50%) rotate(-45deg);
}
.product_parent_wrap .data_wrap .filter_data_wrap .metal_ul li a{
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
}
.product_parent_wrap .data_wrap .filter_data_wrap .metal_ul li .tooltip{
    width:200px;
}
.single_review{
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    margin-top: 10px;
    margin-bottom: 0;
}
.single_review .user_wrap,
.single_review .review_stars {
    width:auto;
}
.single_review .review_stars{
    text-align: left;
    padding-left: 15px;
}
.single_review .review_stars img{
    width:15px;

}
.single_review .pagination_wrap{
    margin-top: 10px;
}
.filter_data_wrap .text-danger{
    font-size: 11px;
    margin-top: 10px;
}
.left_column{
    width:200px;
    float:left;
    position: sticky;
    top:20px;
    padding-right: 20px;
}
.left_column .cat_left_ul ul{
    width:100%;
    float:left;
    display:inline-block;
    position: relative;
    padding: 0;
    margin:0;
}
.left_column .cat_left_ul ul li{
    width:100%;
    float:left;
    display:inline-block;
    position: relative;
    padding: 0;
    margin:0;
}
.left_column .cat_left_ul ul li a{
    width:100%;
    float:left;
    display:inline-block;
    position: relative;
    padding: 0;
    margin:0;
    color:#000;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 18px;
    margin-bottom: 10px;
}
.left_column .cat_left_ul ul li .catinner_ul{
    padding-left: 20px;
}
.left_column .cat_left_ul ul li .catinner_ul li a{
    text-transform: initial;
}
.left_column .cat_left_ul ul li .catinner_ul li .catinner_ul li a{
    font-size: 11px;line-height: 15px;
}
.left_column .cat_left_ul ul li .arrow{
    position: absolute;
    top: -5px;
    cursor: pointer;
    right:0;
    z-index: 3;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 30px;
}
.left_column .cat_left_ul ul li .arrow.active{
    transform: rotate(180deg);
}
.left_column .cat_left_ul ul li .arrow svg{
    float:left;
}
.left_column + .listing_right_wrap{
    width:calc(100% - 200px);
}
.mobile_cat_list{
    display:none;
}
.left_column + .listing_right_wrap .listing_ul li,
.listing_right_wrap .listing_ul li{
    width:33.33% !important;
    margin: 0 !important;
    padding: 10px !important;
}
.left_column + .listing_right_wrap .listing_ul li.pcategory_listing,
.listing_right_wrap .listing_ul li.pcategory_listing{
    width:66.66% !important;
}
.listing_right_wrap .listing_ul li.pcategory_listing img{
    width:100%;
}
.left_column + .listing_right_wrap .listing_ul li:nth-child(3n+0),
.listing_right_wrap .listing_ul li:nth-child(3n+0){
    margin: 0 !important;
}
.cart_plus_anchor{
    position: absolute;
    top:0;
    left:0;
    z-index: 10;
    text-align: center;
    height:100%;
    text-decoration: none !important;
    font-size:20px;
    color:#000;
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.cart_plus_anchor.right{
    left:auto;
    right:0;
}
.listing_ul{
    display:flex;
    flex-wrap: wrap;
}
.image_inner_wrap{
    overflow: hidden;
}
.delivery_pdp{
    width: 100%;
    float:left;
}
.gototop{
    position: fixed;
    bottom:40px;
    z-index: 100;
    width:40px;
    height:40px;
    display:none;
    padding: 8px;
    border-radius: 5px;
    background: #90b9cc;
    left:20px;
}
.lr_wrap{
    margin-top: 80px;
}
.lr_wrap .parent{
    display: flex;
    align-items: center;
}
.lr_wrap .parent .img_wrap{
    width:50%;
    display: inline-block;
}
.lr_wrap .parent .img_wrap img{
    width:100%;
    float:left;
    display: inline-block;
}
.lr_wrap .parent .info_wrap{
    width:50%;
    padding-left: 50px;;
    display: inline-block;
}
.lr_wrap .parent.even .img_wrap{
    order:2;
}
.lr_wrap .parent.even .info_wrap{
    order:1;
    padding-right: 50px;;
    padding-left: 0px;;
    
}

.lr_wrap .parent + .parent{
    margin-top: 50px;;
}
.collection_wrap.category_listing_ul li{
    width:33.33%;
    margin:0;
    padding: 10px;;
}
.collection_wrap.category_listing_ul li .inner_li_wrap{
    width:100%;
    
}
.collection_wrap.category_listing_ul li .abs_data_wrap{
    position: absolute;
    padding: 20px;
    text-align: center;
    top:50%;
    left:0;
    z-index: 10;
    transform:translateY(-50%)
    
}
.collection_wrap.category_listing_ul li .common_header{
    color:#000
    
}
.slider_wrap .data_wrap .gridContainer{
    text-align: center;
}
.steps_parent_wrap{
    margin-top: 80px;
}
.steps_parent_wrap ul{
    width:100%;
    float:left;
    display: inline-block;
    position: relative;
    padding: 0;
    margin:0;
    margin-top: 40px;
}
.steps_parent_wrap ul li{
    width:33.33%;
    float:left;
    display: inline-block;
    position: relative;
    padding: 15px 22px;
    margin:0;
    text-align: center;
}
.steps_parent_wrap ul li .step_number_wrap{
    min-height: 50px;
    line-height: 40px;
    min-width: 50px;
    font-size:40px;
    text-align: center;
    border-radius: 50px;
    border: 1px solid #48494A;
    background: #fff;
    position: relative;
    display: inline-block;
    font-family: header_font;
    z-index: 5;
}
.steps_parent_wrap ul li .line_wrap{
    position: absolute;
    top:40px;
    left:50%;
    width:100%;
    background: #484944;
    height:1px;
}
.steps_parent_wrap ul li .common_header{
    font-size:22px;
}
@media only screen and (min-width: 1100px) and (max-width: 1500px){
    .inner_realb_chat{
        margin:5px;
    }
    .realb_chat_wrap{
        height:250px;
    }
}
@media only screen and (min-width: 787px) and (max-width: 1100px){
    .help_you_wrap{
        bottom: 100px;
        right: 20px;
    }
    .left_column{
        top:100px;
    }
}
@media only screen and (max-width: 786px) and (min-width: 481px){
    .collection_wrap.category_listing_ul li{
        width:50%;
        
    }
    .gototop{
        bottom:90px;
    }
    .left_column .close_img{
        position: absolute;
        top:0;
        right:0;
        display:inline-block;
        z-index: 1;
        width:40px;
    }
    .left_column{

    }
    .mobile_cat_list{
        display: inline-block;
        width: 100%;
        padding: 10px;
        border:1px solid #a6a5a2;
        font-size: 11px;
        text-align: center;
        margin-bottom: 15px;
    }
    .left_column{
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;

        z-index: 10000;
        background: white;
        padding: 40px 20px;
        height: 100%;
        overflow: auto;
        display:none;
    }
    .mobile_cat_list .form_field{
        margin-bottom: 20px;
    }

    .left_column + .listing_right_wrap{
        width:100%;
    }
    .option_parent_wrap .half_wrap:nth-child(odd){
       width:50% !important;
    }
    .option_parent_wrap .half_wrap:nth-child(even){
        width:50% !important;
    }
    .help_you_wrap{
        bottom: 150px;
        right: 20px;
    }
}
@media only screen and (max-width: 480px){
    
    .steps_parent_wrap ul li{
        width:100%;
        
    }
    .steps_parent_wrap ul li .line_wrap{
        width:1px;
        height:100px;
        position: relative;
        top:auto;
        left:auto;
        display: inline-block;
        margin-top: 30px;
    }
    .collection_wrap.category_listing_ul li{
        width:50%;
        padding: 5px;
        margin-bottom: 0px;
    }
    .lr_wrap{
        margin-top: 50px;
    }
    .lr_wrap .parent{
        flex-wrap: wrap;
    }
    .lr_wrap .parent .img_wrap{
        width:100%;
    }
    .lr_wrap .parent .info_wrap{
        width:100%;
        padding-left: 0px;;
        
    }
    .lr_wrap .parent.even .img_wrap{
        order:1;
    }
    .lr_wrap .parent.even .info_wrap{
        order:2;
        padding-right: 0px;;
        padding-left: 0px;;
        
    }
    
    .lr_wrap .parent + .parent{
        margin-top: 40px;;
    }
    .gototop{
        bottom:80px;padding: 4px 6px;width: 30px;
        height: 30px;
    }
    .left_column .close_img{
        position: absolute;
        top:0;
        right:0;
        display:inline-block;
        z-index: 1;
        width:40px;
    }
    .left_column{
        position: relative;
        top:auto;
        left:auto;
        width:100%;
    }
    .left_column + .listing_right_wrap .listing_ul li,
    .listing_right_wrap .listing_ul li{
        width:50% !important;
        margin: 0 !important;
        padding: 10px !important;
    }
    .left_column + .listing_right_wrap .listing_ul li.full_mob_li,
    .left_column + .listing_right_wrap .listing_ul li.pcategory_listing,
    .listing_right_wrap .listing_ul li.pcategory_listing,
    .listing_right_wrap .listing_ul li.full_mob_li{
        width:100% !important;
    }
    .left_column{
        width:100%;
    }

    .mobile_cat_list{
        display: inline-block;
        width: 100%;
        padding: 10px;
        border:1px solid #a6a5a2;
        font-size: 11px;
        text-align: center;
        margin-bottom: 15px;
    }
    .mobile_cat_list .form_field{
        margin-bottom: 20px;
    }

    .left_column + .listing_right_wrap{
        width:100%;
    }
    .single_review .user_wrap, .single_review .review_stars{
        width:35%;
    }
    .single_review .user_wrap, .single_review .user_wrap {
        width:65%;
    }
    .product_parent_wrap .data_wrap .tab_wrap .title_wrap .arrow{
        width: 30px;
        margin-top:-15px;
    }
    .left_column{
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        display:none;
        z-index: 10000;
        background: white;
        padding: 40px 20px;
        height: 100%;
        overflow: auto;
    }
    ul.collection_ul li .button_wrap{
        display:inline-block;opacity: 1;
        padding-right: 5px;
        right:0;
    }
    .whatsapp_fix{
        right: 20px;
        bottom: 80px;
    }
    .help_you_wrap{
        bottom: 125px;
        right: 10px;
        left:10px;
    }
    .inner_top_help_wrap{
        width:100%;
    }
    .whatsapp_fix a{
        padding: 8px;
        font-size:11px;
        padding-right: 10px;
    }
    .whatsapp_fix a img{
        width:30px;
        margin-right: 5px;
    }
    .wlc_top_wrap h4{
        margin-top:0;
        padding-bottom: 0;
        font-size:16px;
    }
    .realb_chat_wrap{
        height: 265px;
    }
    .wlc_top_wrap h2{
        font-size:18px;
        padding-bottom: 10px;
    }
    .inner_realb_chat{
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: 54px !important;
        margin-right: 10px;
    }
}

.mobile_menu_wrap,
.menu_top_wrap .menu_wrap ul li .sub-menu{
    background:#fff
}
body,
body.absmenu .menu_top_wrap .menu_wrap ul li .sub-menu,
body.common-home .menu_top_wrap .menu_wrap ul li .sub-menu{
    background: #fff;
}
.mob_menu_ul li.mob_account_li a{
    background: #95BACE;
    color:#fff;
}
.mob_menu_ul li a{
    color:#95BACE
}
.mob_menu_ul li .sub-menu{
    background: transparent;

}
.mob_menu_ul li .sub-menu li a{
    color:#95BACE
}
.listing_right_wrap .top_wrap{
    display:none;
}
.lr_wrap{
    margin-top: 0px;
}
.collection_wrap .swiper-slide li{
    width:100% !important;
}
.menu_top_wrap .menu_wrap ul li .sub_menu_arrow{
    display: none;
}

@media only screen and (min-width:1100px){
    .top_text_wrap{
        margin-bottom: 20px;
    }
    .menu_top_wrap{
        padding: 0px;
        position: relative;
    }
    .menu_top_wrap.item_menu_wrap{
        padding: 20px 0;position: sticky;
    }
    .menu_top_wrap .parent{
        justify-content: center;
        position: relative !important;
    }
    .menu_top_wrap .parent > a{
        z-index: 10;position: relative;
    }
    .menu_top_wrap .icon_wrap{
        width:100%;right:0;
        top:50%;
        z-index: 5;
        transform:translateY(-50%);
        margin-top: 0;
    }
    .menu_top_wrap .icon_wrap a{
        float:left;
        display: inline-block;
    }
    .menu_top_wrap .icon_wrap a.right{
        float:right;
        
    }
}
@media only screen and (max-width:1100px){
    .menu_top_wrap.item_menu_wrap{
        display: none;
    }
    .menu_top_wrap .icon_wrap{
        
        top:50%;
        
        transform:translateY(-50%);
        margin-top: 0 !important;
    }
    .slider_wrap{
        margin-top: 80px;
    }
}
/* New Home Starts 1-9-23 */
.top_text_wrap{
    background: #0F0F11;
    margin-bottom: 0;
    color:#fff;
}
.top_text_wrap p{
    color:#fff;
}
.menu_top_wrap.item_menu_wrap{
    padding: 0;
}
.absmenu  .menu_top_wrap.parent,
.common-home .menu_top_wrap.parent{
    position: sticky;
    top:0;
    float:left;
    display: inline-block;
    left:0;
    width:100%;
    z-index: 100;
    background-color: #F3EBDF;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
}
.scrolled.absmenu  .menu_top_wrap.parent,
.scrolled.common-home .menu_top_wrap.parent{
    top:0;
    background-color: #F3EBDF;
}
.menu_top_wrap.parent:hover{
    background-color: #F3EBDF;
}
.header_mobile_categories{
    display: none;
}
/*.scrolled.common-home .menu_top_wrap .menu_wrap > ul > li > .a_li > a > p, 
.scrolled.common-home .menu_top_wrap .menu_wrap > ul > li > a > p,*/
/*.menu_top_wrap:hover .menu_wrap > ul > li > .a_li > a > p, 
.menu_top_wrap:hover .menu_wrap > ul > li > a > p,
.menu_rel  .menu_top_wrap .menu_wrap > ul > li > .a_li > a > p, 
.menu_rel  .menu_top_wrap .menu_wrap > ul > li > a > p{
    color: #000;
}*/
/*.scrolled.common-home .menu_top_wrap.parent svg path,
.scrolled.common-home .menu_top_wrap.parent svg circle,*/
/*.menu_top_wrap.parent:hover svg path,
.menu_top_wrap.parent:hover svg circle,
.menu_rel .menu_top_wrap.parent svg path,
.menu_rel .menu_top_wrap.parent svg circle{
    fill: #000;
}*/
/*.scrolled.common-home .menu_top_wrap.parent .account svg path,
.scrolled.common-home .menu_top_wrap.parent .account svg circle,*/
/*.menu_top_wrap.parent:hover .account svg path,
.menu_top_wrap.parent:hover .account svg circle,
.menu_rel .menu_top_wrap.parent .account svg path,
.menu_rel .menu_top_wrap.parent .account svg circle{
    fill: transparent;
    stroke: #000;
    stroke-width: 1px;
}*/
.swiper-button-next.has_arrow:after,
.swiper-button-prev.has_arrow:after{
    display: none;
}

.home_collection_wrap.home_feature + .home_collection_wrap.home_feature{
    padding-top: 0;
}
.collection_wrap .swiper-slide .left_right_li{
    margin-top: 3px;
    margin-right: 0;
}
.menu_top_wrap  {
    padding: 15px 0;
}
.menu_top_wrap .menu_top_wrap {
    width:40%;
    background: transparent;
    text-align: left;;
}
.menu_top_wrap .menu_top_wrap ul{
    margin-left: 0;
}
.menu_top_wrap .menu_wrap ul li .sub-menu{
    margin-top: 0;
}
.menu_top_wrap .menu_wrap > ul > li > .a_li > a > p,
.menu_top_wrap .menu_wrap > ul > li > a > p{
    color:#fff
}
.menu_top_wrap.item_menu_wrap{
    position: initial !important;
}
.menu_top_wrap .parent{
    position: initial !important;
}
.menu_top_wrap .menu_top_wrap ul li{
    float:left;
}
.menu_top_wrap .logo_wrap{
    width:20%;
    text-align: center;
}
.menu_top_wrap .logo_wrap img{
    width:70px;
}
.menu_top_wrap .icon_wrap{
    position: relative;
    top: auto;
    right:auto;
    width:40%;transform:none
}
.menu_top_wrap .icon_wrap a{
    float:right
}
.top_category_slider_wrap .image_wrap{
    overflow: hidden;
}
.top_category_slider_wrap .image_wrap img{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.top_category_slider_wrap .image_wrap:hover img{
    transform:scale(1.1)
}
.top_category_slider_wrap .image_wrap .info_wrap{
    position: absolute;
    top:50%;
    left:0;
    width:100%;
    transform:translateY(-50%);
    z-index: 10;
    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;
    opacity: 0;
}
.top_category_slider_wrap .image_wrap:hover .info_wrap{
    opacity: 1;
}
.top_category_slider_wrap .image_wrap .info_wrap .common_header{
    color:#fff;
    font-family: semi_font;
    text-transform: uppercase;
    padding-top: 0;
}
.collection_wrap .left_right_li{
    border: 1px solid #A99282;
    width:100%;
    display: flex;
    -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-top: -1px;
    align-items: center;
}
.collection_wrap .left_right_li .common_header{
    font-size:32px;
}
.collection_wrap .left_right_li p{
    color:#AE8A70
}
.collection_wrap .left_right_li .price_info_wrap{
    margin-top: 10px;
}
.collection_wrap .left_right_li .price_info_wrap .price{
    font-size:32px;
}
.collection_wrap .left_right_li .image_wrap{
    width:40%;
    flex:0 0 40%;
}
.collection_wrap .left_right_li .info_wrap{
    width:100%;padding: 40px;
}
.collection_wrap .left_right_li:nth-child(even) .image_wrap{
    order:2
}
.collection_wrap .left_right_li:nth-child(even) .info_wrap{
    order:1
}
.collection_wrap .left_right_li .cta_wrap{
    display: flex;
    margin-top: 10px;
    align-items: stretch;

}
/*.collection_wrap .left_right_li .cta_wrap .common_anchor,*/
.collection_wrap .left_right_li .price_info_wrap .cta_wrap .wishlist_list{
    width:100%;
    margin-top: 0;
    display: flex;
    background: transparent;
    color:#000;font-size: 20px;
    margin:0;
    white-space: nowrap;
    border: 1px solid transparent !important;
    align-items: center;
    justify-content: center;
    
}
.collection_wrap .left_right_li .cta_wrap .common_anchor{
    width:100%;
    margin-top: 0;
}
/*.collection_wrap .left_right_li .cta_wrap */.common_anchor img{
    margin-left: 10px !important;
    width:25px !important;
    
}
.collection_wrap .left_right_li .price_info_wrap .cta_wrap .wishlist_list{
    flex: 0 0 50px;
    padding: 10px;;
    margin-left: 10px;
}
.collection_wrap .vertical_li{
    border: 0.5px solid #A99282;
    padding: 40px;-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;
}
.collection_wrap .vertical_li .info_wrap{
    position: absolute;
    top:50%;
    left:0;
    width:100%;
    z-index: 10;
    text-align: center;
    padding: 10px;
}
.collection_wrap .vertical_li .info_wrap p{
    color:#fff;
    text-transform: uppercase;
}
.collection_wrap .vertical_li .price_info_wrap{
    position: absolute;
    bottom:0;
    left:0;
    width:100%;
    z-index: 10;
}
.collection_wrap .vertical_li .price_info_wrap .price_wrap p{
    padding:0 10px;;
    color:#fff;
    font-size:20px;
}
.collection_wrap .vertical_li .price_info_wrap .cta_wrap,
.listing_ul li .cta_wrap{
    display: flex;
    align-items: center;
    margin-top: 10px;;
}
.collection_wrap .vertical_li .price_info_wrap .cta_wrap .common_anchor,
.listing_ul li .cta_wrap .common_anchor{
    display: flex;
    background: #FFFAF5;
    color:#000;
    margin:0;
    white-space: nowrap;
   
    align-items: center;
    justify-content: center;
}
.collection_wrap .vertical_li .price_info_wrap .cta_wrap .common_anchor img,
.listing_ul li .cta_wrap .common_anchor img{
    margin-left: 10px;
}
.collection_wrap .vertical_li .price_info_wrap .cta_wrap .wishlist_list,
.listing_ul li .cta_wrap .wishlist_list{
    padding-left: 10px;;
    padding-right: 10px;
    width:100%;
}
.collection_wrap .vertical_li .price_info_wrap .cta_wrap .wishlist_list img,
.listing_ul li .cta_wrap .wishlist_list img{
    height:25px;
}
.listing_ul li .cta_wrap .wishlist_list img{
    float:left;width: auto;
}
.collection_wrap .vertical_li:hover{
    background: #F3E7DF;
}
.top_category_vertical_wrap{
	padding-top:10px
}
.top_category_vertical_wrap .common_header{

    text-align: center;
    padding-bottom: 50px;;
}
.top_category_vertical_wrap .col{
    width:33.33%;/*border: 0.5px solid #0F0F11;*/
    float:left;
    display: inline-block;
}
/*.top_category_vertical_wrap .col_parent{
    border: 0.5px solid #0F0F11
}*/
.define_us_wrap .content_wrap,
.define_us_wrap .image_wrap{
    width:50%;
    float:left;
    display: inline-block;
}
.define_us_wrap .image_wrap{
    height:100vh;
    position: sticky;
    justify-content: center;
    align-items: center;
    text-align: center;
    display: flex;
    top:0
}
.define_us_wrap .content_wrap{
    padding: 130px 0;
}
.define_us_wrap .content_wrap .item_wrap{
    text-align: center;
}
.define_us_wrap .content_wrap .item_wrap .image{
    display: flex;
    align-items: center;
    justify-content: center;
}
.define_us_wrap .content_wrap .item_wrap .image span{
    width:130px;
    border-radius: 130px;;
    height:130px;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    background: #FFF5E6;

}
.define_us_wrap .content_wrap .item_wrap .image span svg{
    position: absolute;
    top:100%;
    margin-top: -10px;
    left:50%;
    transform: translateX(-50%);
}
.define_us_wrap .content_wrap .item_wrap .image span img{
    width:50%

}
.define_us_wrap .content_wrap .item_wrap + .item_wrap{
    margin-top: 130px;;
}
.quality_assurance_wrap{
    background: #F3E7DF;
    padding: 80px 0;
}
.quality_assurance_wrap .inner_wrap{
    display: flex;
    align-items: center;
    justify-content: center;
}
.quality_assurance_wrap .inner_wrap .left_wrap{
    padding-right: 100px;;
}
.quality_assurance_wrap .inner_wrap .right_wrap{
    padding-left: 100px;;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    
}
.quality_assurance_wrap .inner_wrap .right_wrap .item{
    padding: 50px 20px;
    text-align: center;
    width:50%;
    float:left;
    display: inline-block;
}
.quality_assurance_wrap .inner_wrap .right_wrap .item.b_right{
    border-right: 1px solid #AE8A70
}
.quality_assurance_wrap .inner_wrap .right_wrap .item.b_left{
    border-left: 1px solid #AE8A70
}
.quality_assurance_wrap .inner_wrap .right_wrap .item.b_top{
    border-top: 1px solid #AE8A70
}
.quality_assurance_wrap .inner_wrap .right_wrap .item img{
    height:30px;
    width:auto;
}
.collections_list_wrap {
    padding-top:120px;
    padding-bottom:100px;
    border-top:1px solid #BDA18C;
    border-bottom:1px solid #BDA18C

}
.collections_list_wrap .common_header {
    width:48%;
    float:right;

}
.collections_list_wrap .ul_wrap {
    margin-top: -130px;
}
.collections_list_wrap .ul_wrap .item{
    width:48%;
    margin-right: 4%;    
    float:left;
    margin-bottom: 30px;
    display: inline-block;
}
.collections_list_wrap p{
    color: #AE8A70;

}
.collections_list_wrap .ul_wrap .item .info_wrap{
    position: absolute;
    top:20px;
    left:20px;
    right:20px;
    width:auto;
}
.collections_list_wrap .ul_wrap .item .info_wrap p{
    padding-top: 0;
    color:#fff;
    font-size:17px;
    text-transform: uppercase;
}
.collections_list_wrap .ul_wrap .item .info_wrap:after{
    position: absolute;
    top:100%;
    left:0;
    width:50px;
    height:2px;
    background: #fff;
    margin-top: 10px;
    content:'';
}
.collections_list_wrap .ul_wrap .item .common_anchor{
    width:100%;
    margin-top: 0;
    border-top: 0 ;
}
.collections_list_wrap .ul_wrap .item .title_wrap{
    background: #fff;
    text-align: center;
    background: #fff;
    padding: 10px;
    font-family: bold_font;
    display: flex;
    align-items: center;
    color:#000;
    justify-content: center;
    text-transform: uppercase;
    border: 1px solid #000;
    border-top:0;
    font-size: 20px;
}
.collections_list_wrap .ul_wrap .item .title_wrap svg{
    width:15px;
    margin-left: 10px;
}
.collections_list_wrap .ul_wrap .item:nth-child(even){
    margin-right: 0 ;
    transform:translateY(300px)
}
.collections_list_wrap .bg_wrap{
    position: absolute;
    top:0;
    left:0;
    width:400px;
    height:100%;
    background: #FFFAF5;
}
.collections_list_wrap .bg_wrap.right{
    left:auto;
    right:0;
}
.collections_list_wrap .bg_wrap .border{
    width:1px;
    height:100%;
    float:left;
    margin-left:calc(25% - 1px);
    border-left:1px solid #BDA18C
}
.collections_list_wrap .bg_wrap.right .border{
    margin-left: 0;
    margin-right:calc(25% - 1px);
}

.footer_subs_wrap{
    display: flex;
    align-items: stretch;
    margin-top: 80px;;
}
.footer_wrap::after{
    display: none;
}
.footer_copyright_wrap{
    background: #0F0F11;
    text-align: center;
    padding: 10px 0;
}
.footer_copyright_wrap p{
    color:#fff;padding: 0;
}
.footer_subs_wrap .image_wrap{
    width:45%;
}
.footer_subs_wrap .info_wrap{
    width:55%;
    padding: 50px;
    background: #F3E7DF;
    padding-right: 150px;
}
.collection_wrap .swiper-slide li.vertical_li{
    margin-top: 0;
    margin-right: 0;
}
.home_collection_wrap.home_feature{
    padding-top: 100px;
    margin-top: 0;
    padding-bottom: 70px;
}
.home_collection_wrap.home_feature .feature_header{
    text-align: center;
}
.home_collection_wrap.home_feature .feature_header .common_header{
    padding-top: 0;
    text-align: center;
    margin-bottom: 70px;;
}
.collection_wrap .left_right_li:hover{
    background: #FFFAF5;
}
.collection_wrap .vertical_li .info_wrap p{
    font-size:16px;
    padding-top: 0;
}
body .common_header{
    color:#AE8A70;
    text-transform: uppercase;
}
body .common_anchor{
    font-family: 'bold_font';
}
.define_us_wrap .common_header{
    color:#fff;
}
.common_anchor.white{
    background:#FFFAF5;
    color:#000;
    text-transform: uppercase;
    border: 1px solid transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.common_anchor .text{
    -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;
    border-bottom: 1px solid transparent;
    transition: all 0.3s ease-in-out;
}
.common_anchor.white:hover{
    background:#FFFAF5;
}
.common_anchor.boxy{
    border: 1px solid #000;
    background: #fff;
}
.common_anchor.large{
    font-size:20px;
    font-family: bold_font;
}
.collection_wrap .left_right_li .common_anchor.white:hover{
    background:#FFFAF5;
}
.define_us_wrap .common_anchor,
.define_us_wrap .common_anchor:hover{
    background: #fff;
}
.common_anchor:hover .text{
    transform:translateY(-3px);
    border-bottom: 1px solid #000;
}
/*body .common_anchor svg{
    margin:0;
}*/
.common_anchor.white svg{
    width:15px;;
}
.common_anchor.white .text + svg{
    margin-left: 10px;
}
.define_us_wrap .content_wrap .item_wrap p{
    font-family: reg_font;
    color:#AE8A70;
    width:100%;
    font-size:20px;
    line-height: 20px;
    float:left;
    display: inline-block;
    white-space: normal;
}
.quality_assurance_wrap .inner_wrap .left_wrap p{
    color:#AE8A70;
}
.quality_assurance_wrap .inner_wrap .right_wrap .item p{
    font-family: semi_font;
    color:#000
}
.blog_wrap{
    margin-top: 0;
}
.blog_wrap .main_header{
    margin-top: 0;
}
.blog_wrap .main_header .common_header{
    text-align: center;
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 70px;
}
.vp_wrap p{
    font-size:13px;
}
.blog_wrap ul .image_wrap{
    border: 1px solid #000;
}
.blog_wrap ul .data_wrap{
    margin-top: 20px;
    border: 1px solid #AE8A70;
    padding: 25px;
}
.blog_wrap ul .data_wrap .common_header{
    padding-top: 0;
}
.blog_wrap ul .common_anchor {
    width:100%;
    margin:0;
    text-align: center;
    margin-top: -1px;
}
.footer_wrap{
    margin-top: 0;
    padding: 60px 0;
}
.footer_wrap ul li{
    text-transform: uppercase;
    color:#000;
    font-family: bold_font;
}

.footer_wrap ul li a:hover{
    color:#000
}
.footer_copyright_wrap p{
    font-size:12px;
    line-height: 22px;
}
.footer_wrap ul{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.footer_wrap ul li.first{
    display: flex;
    flex-wrap: wrap;
}
.footer_wrap ul li.first .email_f_wrap{
    margin-top: auto;
}
.subsform{
    margin-top: 80px;;
}
.subsform .form_field{
    margin-top: 0;
    background: transparent;
    border-radius: 0;
    border: 1px solid #000
}
.subsform .common_anchor {
    background: #000 !important;
    position: absolute;
    top:0;
    right:0;
    margin-top: 0;
    border: 0;
    bottom:0;
    border-color:  #000 !important;
}
.subsform .common_anchor  svg{
    margin:0;
    width:40px;
}
.menu_top_wrap .icon_wrap a{
    margin-left: 15px;;
}
.menu_top_wrap .icon_wrap a svg{
    height:25px;
    width:auto;
    float:left;
}
.menu_hem_a{
    display: none;
}
.quality_assurance_wrap .inner_wrap .left_wrap .common_header{
    padding-top: 0;
}
.collection_wrap .left_right_li .common_header{
    padding-top: 0;
}
.collections_list_wrap .mob_desc{
    display: none;
}
.collections_list_wrap .ul_wrap .item.desk_desc{
    padding-right: 20%;
}
.vp_wrap{
    margin-top:15px;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.collection_wrap .left_right_li .theme_pagination.swiper-button-prev{
    right:65px;
    left:auto;
}
.collection_wrap .left_right_li .price_info_wrap .price{
    padding-top: 0;
}
.collection_wrap .left_right_li .price_info_wrap .price_wrap{
    margin-bottom: 15px;;
}
@media only screen and (min-width: 786px){
    .swiper-button-next.has_arrow{
        right:-40px
    }
    .swiper-button-prev.has_arrow{
        left:-40px;
    }
}
@media only screen and (max-width: 1500px){
    .quality_assurance_wrap .inner_wrap .left_wrap{
        padding-right: 50px;;
    }
    .quality_assurance_wrap .inner_wrap .right_wrap{
        padding-left: 50px;;
    }
    .collections_list_wrap{
        padding:80px 0
    }
}
@media only screen and (max-width: 1100px){
    .footer_subs_wrap .info_wrap{
        padding-right: 50px;
    }
    .footer_wrap ul{
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
    }
    .footer_wrap ul li{
        order:1;
        width:31.33%;
        margin-right: 3%;
    }
    .footer_wrap ul li.first{
        order:2
    }
    .footer_wrap ul li.cform_li{
        order:3;
        width:65.67%
    }
    .footer_wrap ul li:nth-child(4n+0){
        margin-right: 0;
    }
    .footer_wrap ul li.first{
        display: flex;
        flex-wrap: wrap;
    }
    .home_collection_wrap.vertical{
        padding-top: 0;
    }
    .home_collection_wrap.home_feature.vertical .gridContainer{
        width: 100%;
        padding: 0;
    }
    .absmenu .menu_top_wrap.parent,
    .common-home .menu_top_wrap.parent{
        position:sticky;
        top:0;
        background: #fff;
    }
    .common-home .menu_top_wrap.parent svg path,
    .absmenu .menu_top_wrap.parent svg path,
    .absmenu .menu_top_wrap.parent svg circle,
    .common-home .menu_top_wrap.parent svg circle{
        fill: #000;
    }
    .common-home .menu_top_wrap.parent .account svg path,
    .absmenu .menu_top_wrap.parent .account svg path,
    .absmenu .menu_top_wrap.parent .account svg circle,
    .common-home .menu_top_wrap.parent .account svg circle{
        fill: transparent;
        stroke: #000;
        stroke-width: 1px;
    }
    .menu_hem_a{
        display: inline-block;
        margin-right: 10px;;
    }
    .slider_wrap{
        margin-top: 0;
    }
    .menu_top_wrap .parent{
        display: flex;
        justify-content:space-between;
        align-items: center;
    }
    .menu_top_wrap .logo_wrap{
        text-align: left;
        width:auto;margin-right: auto;
        margin-left: 20px;
        float:left;
    }
    .menu_top_wrap{
        padding: 10px 0;
    }
    .menu_top_wrap .icon_wrap{
        width:60%;
    }
    .collections_list_wrap .bg_wrap{
        width: 200px;
    }
    .collection_wrap .left_right_li .common_header{
        font-size:27px !important;
    }
    .blog_wrap ul .data_wrap .common_header{
        font-size:20px !important;
    }
   
}
@media only screen and (max-width:786px){
    .subsform{
        margin-top: 60px;
    }
    .collection_wrap .left_right_li .common_header{
        font-size:25px !important
    }
    .collection_wrap .left_right_li .price_info_wrap .price{
        font-size:25px 
    }
}
@media only screen and (max-width:481px){
    .category_slider{
        margin-top: 0;
    }
    .theme_pagination{
        width:30px;
        height: 30px;
    }
    .collection_wrap .left_right_li .theme_pagination.swiper-button-prev{
        right:50px;
        left:auto;
    }
    .subsform{
        margin-top: 30px;
    }
    .common_anchor.large{
        font-size:12px;
    }
    .blog_wrap ul .data_wrap{
        padding: 20px;;
    }
    .footer_wrap ul li{
        width:100%;
    }
    .footer_wrap ul li + li{
        margin-top: 30px;
    }
    .footer_wrap ul li{
        order:2;
        
    }
    .footer_wrap ul li input{
        text-align: center;
        
    }
    .footer_wrap ul li.first{
        order:1
    }
    .footer_wrap ul li.cform_li{
        order:3;
        width:100%
    }
    .footer_wrap ul li .email_f_wrap{
        margin-top: 20px !important;
    }
    .header_mobile_categories{
        display: inline-block;
        padding: 10px;
        overflow-x: scroll;
        white-space: nowrap;
        border-top: 1px solid #000;
    }
    .header_mobile_categories a{
        display: inline-block;
        font-size:11px;
        text-transform: uppercase;
        color:#000
    }
    .header_mobile_categories a + a{
        border-left: 1px solid #000;
        padding-left: 15px;
        margin-left: 15px;
    }
    .quality_assurance_wrap .inner_wrap .right_wrap,
    .quality_assurance_wrap .inner_wrap .left_wrap{
        width:100%;
        padding-left: 0;
        padding-right: 0;
    }
    .quality_assurance_wrap .inner_wrap{
        flex-wrap: wrap;
    }
    .collection_wrap .left_right_li{
        flex-wrap: wrap;
    }
    .collection_wrap .left_right_li .image_wrap{
        width: 100%;
        flex: 0 0 100%;
    }
    .collection_wrap .vertical_li{
        padding: 10px;
    }
    .home_collection_wrap.vertical{
        padding-bottom: 60px;
    }
    .top_category_vertical_wrap .col{
        width:100%;
        padding: 0 30px;
    }
    .top_category_vertical_wrap .col .item{
        width:50%;
        padding-right: 15px;
        margin-bottom: 30px;
    }
    .top_category_vertical_wrap{
        padding-bottom: 40px;
    }
    .top_category_vertical_wrap .col .item:nth-child(even){
        padding-left: 15px;
        padding-right: 0px;
    }
    .define_us_wrap{
        flex-wrap: wrap;
        display: flex;
    }
    .define_us_wrap .image_wrap{
        width:100%;
        height:auto;
        padding: 60px 30px;
        order:1;
        position: relative;
    }
    .define_us_wrap .content_wrap{
        width:100%;
        order:2;
        padding: 60px 0;
        padding-left: 30px;
        white-space: nowrap;
        overflow: scroll;
    }
    
    .define_us_wrap .content_wrap .item_wrap{
        width:33%;
        margin-right: 30px;
        float:none
    }
    .define_us_wrap .content_wrap .item_wrap .image span{
        height:120px;
        width:120px;
    }
    .define_us_wrap .content_wrap .item_wrap + .item_wrap{
        margin-top: 0;
    }
    .quality_assurance_wrap .inner_wrap .left_wrap{
        text-align: center;
        padding: 0 30px;
        margin-bottom: 40px;
    }
    .quality_assurance_wrap{
        padding: 50px 0;
    }
    .collections_list_wrap .mob_desc{
        display: inline-block;
    }
    .collections_list_wrap .desk_desc{
        display: none !important;
    }
    .collections_list_wrap{
        padding: 0;
    }
    .gridContainer{
        width:100% !important;
        padding: 0 20px !important;
    }
    .collections_list_wrap .gridContainer{
        width:100%;
        padding: 0 !important;
    }
    .home_collection_wrap.home_feature .feature_header .common_header{
        margin-bottom: 50px;
    }
    .collection_wrap .left_right_li .common_header{
        font-size:20px !important
    }
    .collection_wrap .left_right_li .info_wrap{
        padding: 20px;
        text-align: center;
    }
    .collection_wrap .left_right_li .cta_wrap .common_anchor, .collection_wrap .left_right_li .price_info_wrap .cta_wrap .wishlist_list{
        font-size:15px;
    }
    body .common_anchor{
        padding-left: 15px;
        padding-right: 15px;
    }
    .collection_wrap .left_right_li:nth-child(even) .info_wrap{
        order: 2;
    }
    .collection_wrap .left_right_li:nth-child(even) .image_wrap{
        order:1;
    }
    .blog_wrap .main_header .common_header{
        margin-bottom: 20px;
    }
    .blog_wrap .gridContainer {
        padding: 0 !important;
    }
    .blog_wrap ul .image_wrap{
        width:50%;
    }
    .blog_wrap ul .data_wrap{
        width:50%;
        margin-top: 0;
    }
    .blog_wrap ul .data_wrap .common_header{
        font-size:14px !important
    }
    .blog_wrap ul .data_wrap p{
        padding-top: 10px;
        height:50px;
        display: none;
        overflow: hidden;
    }
    .blog_wrap ul li > .full_wrap:last-child{
        width: 50%;
        float:right;
        position: absolute;
        bottom:0;
        right:0;
        z-index: 1;
    }
    .blog_wrap ul .common_anchor{
        width:100%;
        float:right
    }
    .footer_subs_wrap {
        flex-wrap: wrap;
    }
    .footer_subs_wrap .image_wrap{
        height:300px;
        order:2;
    }
    .footer_subs_wrap .info_wrap{
        order:1;
        padding: 30px ;
        text-align: center;
    }
    .footer_wrap ul{
        display: inline-block;
        text-align: center;
    }
    .footer_wrap ul li:nth-child(4n+0){
        margin-top: 30px;
    }
    .footer_subs_wrap .info_wrap,
    .footer_subs_wrap .image_wrap{
        width:100%;
    }
    .collections_list_wrap .common_header {
        width:100%;
        text-align: center;
        background: #fff;
        padding-top: 50px;
        padding-left: 30px;
        padding-right: 30px;
    }
    .collections_list_wrap .mob_desc{
        width:100%;
        text-align: center;
        background: #fff;
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 50px;
    }
    .collections_list_wrap .ul_wrap{
        margin-top: 0;
        border-top: 1px solid #BDA18C;
        padding: 0 30px ;
    }
    .collections_list_wrap .ul_wrap .item{
        width:100%;
    }
    .collections_list_wrap .ul_wrap .item:nth-child(even){
        margin-right: 0;
        transform: none;
    }
    .collections_list_wrap .bg_wrap{
        width:100px;
    }
    .collections_list_wrap .bg_wrap .border{
        margin-left:calc(50% - 1px);
    }
    .collections_list_wrap .bg_wrap .border:nth-child(3),
    .collections_list_wrap .bg_wrap .border:nth-child(4){
        display: none;
    }
    .collections_list_wrap .bg_wrap.right .border{
        margin-right:calc(50% - 1px);
    }
    .collections_list_wrap .bg_wrap.right .border:nth-child(3),
    .collections_list_wrap .bg_wrap.right .border:nth-child(4){
        display: none;
    }
    .collections_list_wrap .ul_wrap .item .title_wrap{
        font-size:14px;
    }
    .collections_list_wrap .ul_wrap .item .title_wrap svg{
        width:10px
    }
    .home_collection_wrap.home_feature{
        padding: 50px 0;
    }

    .collection_wrap .vertical_li .price_info_wrap .cta_wrap .wishlist_list,
    .listing_ul li .cta_wrap .wishlist_list{
        padding-left: 5px;;
        padding-right: 5px;
        width:100%;
    }
    .footer_wrap{
        padding: 40px 0;
    }
    .menu_top_wrap .logo_wrap{
        margin-left: 5px;
    }
    .home_collection_wrap.home_feature.left_right .collection_wrap {
        display: none;
    }
    .home_collection_wrap.home_feature.left_right {
        padding-bottom: 0;
    }
    .top_category_slider_wrap .image_wrap .info_wrap{
        top:auto;
        bottom:0;
        left:0;
        padding: 20px;
        opacity: 1;
        transform: none;
    }
    .top_category_slider_wrap .image_wrap .info_wrap .common_header{
        font-size:16px !important;
        line-height: 16px;
        text-align: left;
    }
    .collection_wrap .vertical_li .price_info_wrap .cta_wrap .common_anchor img,
    .listing_ul li .cta_wrap .common_anchor img{
        width:15px !important
    }
    .define_us_wrap .content_wrap .item_wrap p{
        font-size:12px;
        line-height: 13px;
    }
    .home_collection_wrap .swiper-button-next{
        right: -25px;
    width: 30px;
    }
    .home_collection_wrap .swiper-button-prev{
        left: -25px;
    width: 30px;
    }
    .collections_list_wrap .ul_wrap{
        margin-bottom: -50px;
    }
    .collections_list_wrap .ul_wrap .item{
        margin-bottom: 50px;
    }
}
.whatsapp_fix a{
    font-family: bold_font;
}
.footer_wrap ul li .common_anchor .text{
    color:#000
}
.footer_wrap ul li .common_anchor:hover .text{
    color:#000
}
.collection_wrap .left_right_li .swiper-pagination{
    top:auto;
    text-align: left;
    padding-left: 20px;
}
.collection_wrap .left_right_li .theme_pagination{
    top:auto;
    bottom:10px;
    right:10px;
}

.vp_wrap:hover p{
    color:#000
}
.collection_wrap .left_right_li .swiper-pagination .swiper-pagination-bullet{
    background: #b18b72;opacity: 1;
}
.collection_wrap .left_right_li .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #fff;
}
/* New Home Ends 1-9-23 */
/* New About Starts */
.desc_wrap.brown p,
.desc_wrap.brown li{
    color:#AE8A70
}
.desc_wrap.white p,
.desc_wrap.white li{
    color:#fff
}
.about_power_wrap{
    padding: 100px 0;
}
.about_power_wrap .flexwrap{
    flex-wrap: wrap;
    align-items: center;
    display: flex;
}
.about_power_wrap .desc_wrap{
    width:45%;
    padding-right: 60px;
}
.about_power_wrap .image_wrap{
    width:55%
}
.about_power_wrap .common_header {
    text-align: center;
    padding-top: 0;
    margin-bottom: 60px;
}

.about_feature_wrap .col{
    width:25%;
    float:left;
    display: inline-block;
}
.about_feature_wrap img{
    width:100%;
    float:left;
    display: inline-block;
}

.about_journey_wrap {
    text-align: center;
    border-top: 2px solid rgba(174, 138, 112, 1);
    background: rgba(255, 250, 245, 1);
    padding: 110px 0;
    border-bottom: 2px solid rgba(174, 138, 112, 1)
}
.about_journey_wrap .common_header{
    padding-top: 0;
    margin-bottom: 30px;
}
.about_journey_wrap p{
    max-width: 400px;
    margin:0 auto
}
.about_overview_wrap  {
    
}
.about_overview_wrap .bg_wrap {
    width:60%;
    order:2;
    height:100vh;
    float:right;
    display: inline-block;
	background-position:top center;
    position: sticky;
    top:0
}
.about_overview_wrap .info_wrap {
    width:40%;
    order:1;float:left;
    display: inline-block;
    padding:250px 80px ;
    background: rgba(15, 15, 17, 1);
}
.about_overview_wrap .botinfo_wrap {
    width:40%;
    order:3;float:left;
    display: inline-block;
    border-right: 1px solid rgba(174, 138, 112, 1);
    padding:250px 80px ;
}
.about_overview_wrap .botinfo_wrap .common_header,
.about_overview_wrap .info_wrap .common_header{
    padding-top: 0;
}
.about_top_wrap .background_wrap {  
    height:950px;
    
}
.about_top_wrap .gridContainer {  
    position: absolute;
    top:100px;
    left:50%;
    transform: translateX(-50%);
    bottom:100px;
    display: flex;
    align-items: start;
    justify-content: space-between;
}
.about_top_wrap .image_wrap {  
    float:right;
    display: inline-block;
    order: 2;
    max-width: 400px;
}
.about_top_wrap .info_wrap{  
    float:left;
    order:1;
    margin-top: auto;
    display: inline-block;
    max-width: 400px;
}
.about_top_wrap .info_wrap .desc_wrap{  
    background: rgba(255, 245, 230, 1);
    padding: 40px;
    margin-top: 40px;
}
body .common_header.lg{
    font-size:96px;
    line-height: 96px;
}
.omobile{
    display: none !important;
}
.about_top_wrap .info_wrap .desc_wrap p{
    padding-top: 0;
}

@media only screen and (max-width:1450px){
    body .common_header.lg {
        font-size: 75px;
        line-height: 75px;
    }
    .about_top_wrap .image_wrap{
        max-width: 350px;
    }
}
@media only screen and (max-width:1100px){
    body .common_header.lg {
        font-size: 65px !important;
        line-height: 65px;
    }
    .about_overview_wrap .info_wrap,
    .about_overview_wrap .botinfo_wrap{
        padding-left: 50px;
        padding-right: 50px;
    }
}
@media only screen and (max-width:786px){
    .about_overview_wrap .info_wrap,
    .about_overview_wrap .botinfo_wrap{
        padding-top: 150px;
        padding-bottom: 150px;
    }
}
@media only screen and (max-width:480px){
    body .common_header.moblg{
        font-size: 48px !important;
        line-height: 48px;
    }
    body .common_header.mobmed{
        font-size: 36px !important;
        line-height: 36px;
    }
    .omobile{
        display:inline-block !important;
    }
    .odesktop{
        display:none !important;
    }
    .about_top_wrap .background_wrap{
        height:670px;
    }
    .about_top_wrap .common_header {
        padding-left: 20px;;
    }
    .about_top_wrap .diamond_line{
        position: absolute;
        bottom:0;
        right:30px;
        height:100%;
        border-right: 1.5px solid rgba(174, 138, 112, 1)
    }
    .about_top_wrap .diamond_line .diamond{
        position: absolute;
        bottom:35px;
        left:0;
        transform:translateX(-50%);
        width:16px;
        
    }
    .about_top_wrap .gridContainer{
        position: relative;
        top:auto;
        left:auto;
        bottom:auto;
        transform: none;
    }
    .about_top_wrap .gridContainer{
        padding: 0 !important;
        width:100%;
        float:left;
    }
    .about_top_wrap .background_wrap{
        background-attachment: fixed;
    }
    .about_top_wrap .image_wrap{
        display: none;
    }
    .about_top_wrap .info_wrap .desc_wrap{
        margin-top: 10px;
    }
    .about_top_wrap .info_wrap{
        width:80%;
        margin-top: -220px;
    }
    .about_top_wrap .info_wrap .desc_wrap{
        padding: 40px;
    }
    .about_overview_wrap .bg_wrap{
        width:100%;
        height:750px;
        order: 0;
    }
    .about_overview_wrap .info_wrap{
        width:100%;    z-index: 2;
        position: relative;
        padding: 60px;
        padding-bottom: 180px;
        -webkit-border-top-right-radius: 120px;
        -moz-border-radius-topright: 120px;
        border-top-right-radius: 120px;
    }
    .about_overview_wrap .botinfo_wrap{
        z-index: 3;
        padding: 60px;
        margin-top:-120px;
        background: #fff;
        border: 0;
        width:100%;
        position: relative;
        -webkit-border-top-right-radius: 120px;
        -moz-border-radius-topright: 120px;
        border-top-right-radius: 120px;
    }
    .about_overview_wrap .botinfo_wrap:after{
        position: absolute;
        top:0;
        left:30px;
        height:100%;
        border-left: 1px solid rgba(163, 103, 77, 1);
        content:'';
    }
    .about_journey_wrap:before,
    .about_overview_wrap .botinfo_wrap:before{
        position: absolute;
        top:0;
        left:0px;
        height:100%;
        width:30px;
        background: rgba(255, 250, 245, 1);
        content:'';
    }
    .about_journey_wrap:before{
        left:-30px
    }
    .about_journey_wrap .desc_wrap {
        padding: 30px ;
        background: rgba(255, 250, 245, 1);
    }
    .about_journey_wrap .desc_wrap p{
        padding-top: 0;
    }
    .about_journey_wrap{
        width:calc(100% - 30px);
        float:right;
        padding-top: 0;
        border-top: 0;
        
        text-align: left;
    }
    .about_journey_wrap{
        background: rgba(255, 250, 245, 1);
        padding-bottom: 0;
        border-bottom: 0;
    }
    .about_journey_wrap .desc_wrap{

    }
    .about_journey_wrap .gridContainer{
        width:100%;
        float:left;
        display: inline-block;
        background: #fff;
        padding-left: 0 !important;
        padding-right: 0px !important;
    }
    .about_journey_wrap .common_header{
        padding-left: 30px;
        padding-right: 30px;border-left: 1px solid rgba(163, 103, 77, 1);
        
    }
    .about_journey_wrap img{
        border-top: 1px solid rgba(163, 103, 77, 1);
        border-bottom: 1px solid rgba(163, 103, 77, 1);
        border-left: 1px solid rgba(163, 103, 77, 1);
    }
    .about_journey_wrap .common_header{
        margin-bottom: 0;
        padding-bottom: 30px;
    }
     .about_journey_wrap .diamond{
        position: absolute;
        top:-10px;
        left:-10px;
        width:20px;
        z-index: 1;
        
    }
    .about_journey_wrap .quote{
        position: absolute;
        bottom:-10px;
        left:0px;
        width:50px;
        z-index: 1;
        
    }
    .about_power_wrap{
        padding-top: 0;
        padding-bottom: 40px;
        text-align: left;
    }
    .about_power_wrap .image_wrap{
        width:100%;
    }
     .about_power_wrap .image_wrap svg{
        position: absolute;
        top:-10px;
        right:30px;
        z-index: 1;
    }
    .about_power_wrap .common_header {
        padding-top: 40px;
        margin-bottom: 0;
    }
    .about_power_wrap .common_header{
        text-align: left;
    }
    .about_power_wrap .desc_wrap{
        width:100%;
        padding-right: 0;
    }
    .about_feature_wrap .col{
        width:50%;
    }
    .about_power_wrap.bottom {
        padding-bottom: 0;
    }
    .about_power_wrap.bottom .image_wrap{
        width:calc(100% + 60px);
        margin-left: -30px;
        margin-top: 50px;
    }
    .about_power_wrap .flexwrap{
        display: inline-block;
    }
	.information-information-4 .footer_subs_wrap {
		margin-top:0;
	}
}
/* New About Ends */
/* Shop Page Starts */
.category_tabs_parent_wrap{
    padding: 30px 0;
}
.category_tabs_parent_wrap .category_tabs_wrap  a{
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    color: #A3674D;
    padding: 10px 17px;
    background: #FFFAF5;
    border: 0.8px solid #A3674D;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    display: inline-block;
}
.category_tabs_parent_wrap .category_tabs_wrap  a:hover,
.category_tabs_parent_wrap .category_tabs_wrap  a.active{
    background: rgba(163, 103, 77, 1);
    color:#fff

}
.category_tabs_parent_wrap .category_tabs_wrap  a + a{
    margin-left: 25px;
}
.category_tabs_parent_wrap .ctab_content_wrap {
    display: flex;
    display: none;
    margin-top: 30px;
}
.category_tabs_parent_wrap .ctab_content_wrap .data_wrap{
    position: absolute;
    
    top:0px;
    padding: 25px;
    z-index: 1;
    left:0;
    width: 100%;;


}
.category_tabs_parent_wrap .ctab_content_wrap .data_wrap .common_header{
    margin-top: 0;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    padding-top: 10px !important;
    color: rgba(255, 245, 230, 1);
    font-family: reg_font;
}
.category_tabs_parent_wrap .ctab_content_wrap .common_anchor {
    margin-top: 0;
    
}
.common_anchor.white_bg{
    background: transparent;
}
.common_anchor.blk_border{
    border: 1px solid #000;
}
.listing_ul li{
    width:31.33%;
    margin-right: 3%;
}
.listing_ul li:nth-child(4n+0){
    margin-right: 3%;
}
.listing_ul li:nth-child(3n+0){
    margin-right: 0;
}
.listing_ul li p.primary,
.listing_ul li p.price{
    font-size: 14.4px;
    line-height: 14px;
    color: #000000;
    margin-top: 15px;
}
.listing_ul li .plp_colors_wrap{
    display: flex;
    margin-top: 15px;
    align-items: center;
}
.listing_ul li .plp_colors_wrap a{
    width:15px;
    height:15px;
    border-radius: 15px;
    background: #eaeaea;
    margin-right: 10px;
    display: inline-block;
}
.listing_ul li .plp_colors_wrap a.active{
    border: 1px solid #000;
}
.listing_ul li .plp_colors_wrap a.rose_gold{
    background: #debeb0
}
.listing_ul li .plp_colors_wrap a.white_sil{
    background: #F1ECEB;
}
.listing_ul li .plp_colors_wrap a.gold{
    background: #eecc7b
}
.listing_ul li .selected_color_plp_name p{
    padding-top: 7px;
    font-size:12px;
}
.items_fancy_5 .listing_ul li{
    width:33.33%;
    margin: 0;
    padding: 50px;;
    border: 1px solid rgba(189, 161, 140, 1);
}
.items_fancy_5 .listing_ul li.width50{
    width:50%;
}
.home_collection_wrap.home_feature.items_fancy_5{
    padding-bottom: 0;
}
.listing_wrap.listingpage{
    margin-top: 0;
}
.listing_ul li .cta_wrap .wishlist_list{
    padding-right: 0;
}
.common_anchor{
    cursor: pointer;
}
.filter_btn_wrap.common_anchor{
    float:right;
    margin-bottom: 20px;;
    margin-top: 0;
}
.common_anchor.whitebg{
    padding: 0;
    background: transparent;
}
.filter_fix_wrap .field_wrap{
    border-bottom: 0.9px solid rgba(220, 200, 173, 1);
    padding: 30px 0;
}
.filter_fix_wrap .field_wrap .title_wrap{

font-size: 12px;
line-height: 12px;

color: #0F0F11;
background: transparent;
padding: 10px 0;
text-transform: initial;

}
.filter_fix_wrap .field_wrap .title_wrap svg{

position: absolute;
top:50%;
transform:translateY(-50%);
right:0;
z-index: 10;

}
.filter_fix_wrap .field_wrap .title_wrap svg.closed{
    display: none;
}
.filter_fix_wrap .field_wrap .title_wrap.active svg.closed{
    display: inline-block;
}
.filter_fix_wrap .field_wrap .title_wrap.active svg.opened{
    display: none;
}
.filter_fix_wrap .anchor_wrap + .field_wrap{
    padding-top: 0;
}
.filter_fix_wrap{
    padding-bottom: 0 !important;
}
.filter_fix_wrap .btnf_wrap{
    position: sticky;
    bottom:0px;
    padding: 20px 10px;
    background: #fff;
    z-index: 1;
    display: flex;
    justify-content: center;
}
.filter_fix_wrap .btnf_wrap .common_anchor {
    margin-top: 0;
    font-size:12px;
}
.filter_fix_wrap .btnf_wrap .common_anchor + .common_anchor {
    margin-left: 5px;
}
.common_anchor.white svg + .text{
    margin-left: 10px;;
}
.filter_fix_wrap .index_collection_ul li .span_as_a{
        
    font-size: 12px;
    line-height: 12px;

    color: #0F0F11;
}
.filter_fix_wrap .color_filter_ul, .filter_fix_wrap .index_collection_ul{
    padding: 0;
    display: none;
}
.filter_fix_wrap .field_wrap .title_wrap{
    cursor: pointer;
}
.filter_fix_wrap .color_filter_ul li, .filter_fix_wrap .index_collection_ul li{
    margin-bottom: 10px;
}
.listing_ul li .image_wrap img.hover{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.listing_ul li:hover .image_wrap img.hover{
    opacity: 1;
    visibility: visible;
}
.seo_parent_wrap{
    padding: 40px;
    background: #FFFAF5;
}
.seo_parent_wrap .seo_title_wrap{
    position: absolute;
    top:0;
    left:0;
    width: auto;
}
.seo_parent_wrap .seo_title_wrap .common_header{
    padding: 5px 20px;
    background: #AE8A70;
    font-size:18px;
    color:#fff
}
.seo_parent_wrap .seo_content_wrap{
    max-height: 200px;
    overflow: auto;
}
.fancy_scroll::-webkit-scrollbar,
.category_tabs_parent_wrap .category_tabs_wrap::-webkit-scrollbar {
    width: 8px;
    height: 8px;
  }
  
  .fancy_scroll::-webkit-scrollbar-thumb,
  .category_tabs_parent_wrap .category_tabs_wrap::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #AE8A70;
    border-radius: 100px;
  }
  
  .fancy_scroll::-moz-selection,
  .category_tabs_parent_wrap .category_tabs_wrap::-moz-selection {
    background-color: #AE8A70;
    color: #fff;
  }
  
  .fancy_scroll::selection,
  .category_tabs_parent_wrap .category_tabs_wrap::selection {
    background-color: #AE8A70;
    color: black;
  }
  .category_tabs_parent_wrap .category_tabs_wrap{
        white-space: nowrap;
        overflow: auto;
		padding-bottom:5px;
    }
    .category_tabs_parent_wrap .category_tabs_wrap a{
        float:none
    }
@media only screen and (max-width:1100px){
    .category_tabs_parent_wrap .category_tabs_wrap{
        white-space: nowrap;
        overflow: scroll;
    }
    .category_tabs_parent_wrap .category_tabs_wrap a{
        float:none
    }
    .category_tabs_parent_wrap .ctab_content_wrap{
        overflow: scroll;
        white-space: nowrap;
    }
    .category_tabs_parent_wrap .ctab_content_wrap .image_wrap{
        width: 25%;
        float:none
    }
    .category_tabs_parent_wrap .ctab_content_wrap .image_wrap + .image_wrap{
        margin-left: -4px;
    }
    .category_tabs_parent_wrap .ctab_content_wrap .data_wrap .common_header{
        font-size:16px !important;
        line-height: 22px;
    }
    .category_tabs_parent_wrap .ctab_content_wrap .common_anchor{
        font-size:12px !important;
        line-height: 20px;
    }
}
@media only screen and (max-width:786px){
    .listing_ul li{
        width: 48.5%;
        margin-right: 3%;
    }
     .listing_ul li:nth-child(3n+0){
        margin-right: 3%;
    }
     .listing_ul li:nth-child(2n+0){
        margin-right: 0;
    }
    .items_fancy_5 .listing_ul li{
        padding: 30px;
    }
    
    .category_tabs_parent_wrap .ctab_content_wrap .image_wrap{
        width:33.33%;
        float:none
    }
    .category_tabs_parent_wrap .ctab_content_wrap .image_wrap + .image_wrap{
        margin-left: -4px;
    }
    
}
@media only screen and (max-width:480px){
    .filter_fix_wrap{
        width:100%;
        right:-110%
    }
    .filter_fix_wrap.active{
        right:0;
    }
    .listing_ul li{
        width: 48.5%;
        margin-right: 3%;
    }
     .listing_ul li:nth-child(3n+0){
        margin-right: 3%;
    }
     .listing_ul li:nth-child(2n+0){
        margin-right: 0;
    }
    .home_collection_wrap.home_feature.items_fancy_5{
        padding-left: 20px;
        padding-right: 20px;
    }
    .home_collection_wrap.home_feature.items_fancy_5 .listing_ul li .cta_wrap .wishlist_list img{
        height:20px;
    }
    .items_fancy_5 .listing_ul li,
    .items_fancy_5 .listing_ul li.width50{
        padding: 20px;
        width: 100%;;
        margin-bottom: 40px;
    }
    .category_tabs_parent_wrap{
        padding: 20px 0;
    }
    .category_tabs_parent_wrap .ctab_content_wrap{
        margin-top: 20px;
    }
     .category_tabs_parent_wrap .gridContainer{
        width: 100% !important;
        padding: 0 10px !important;
    }
    .category_tabs_parent_wrap .category_tabs_wrap a{
        padding: 5px 10px;
    }
    .category_tabs_parent_wrap .category_tabs_wrap a + a{
        margin-left: 5px;;
    }
    .category_tabs_parent_wrap .ctab_content_wrap .data_wrap .common_header{
        font-size:14px !important;
        line-height: 20px;
    }
    .category_tabs_parent_wrap .ctab_content_wrap .common_anchor{
        font-size:10px !important;
        line-height: 15px;
    }
    .category_tabs_parent_wrap .ctab_content_wrap .image_wrap{
        width:60%;
        float:none
    }
}
/* Shop Page Ends */
/* Product Starts */
.product_parent_wrap{
    margin-top: 0;
}
.product_parent_wrap .image_wrap ul li{
    margin:0;
    width: 50%;;
}
.product_parent_wrap .data_wrap{
    padding-top: 50px;;
}
.product_parent_wrap .data_wrap .common_header,
.product_parent_wrap .data_wrap .common_header span{
    font-family: reg_font;
    font-weight: normal;
    font-size: 29.04px;
    line-height: 31px;
    text-transform: initial;
    color: #000000;
}
.product_parent_wrap .data_wrap .tab_wrap .title_wrap p{
    font-size:14px;
    line-height: 14px;
}
.product_parent_wrap .quality_assurance_wrap .inner_wrap .right_wrap .item p{
    font-size:13px;
    line-height: 13px;;
}
.product_parent_wrap .data_wrap .price_wrap h2{
    font-family: semi_font;
    font-weight: normal;
}
.pdp_top_desc_wrap{
    padding-top: 10px;
}
.pdp_top_desc_wrap *{
font-family: reg_font;


color: #AE8A70;


}
.product_parent_wrap .data_wrap .filter_data_wrap .metal_ul li, .product_parent_wrap .data_wrap .filter_data_wrap .metal_ul li{
    width: 20px;
    height:20px;
}
.product_parent_wrap .data_wrap .filter_data_wrap .metal_ul li:hover, .product_parent_wrap .data_wrap .filter_data_wrap .metal_ul li.active{
    border: 1px solid #000;
}
.product_parent_wrap .filter_data_wrap{
    margin-top: 30px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(220, 200, 173, 1)
}
.product_parent_wrap .data_wrap .filter_data_wrap .metal_ul li.gold{
    background: rgba(234, 223, 186, 1);
}
.product_parent_wrap .data_wrap .filter_data_wrap .metal_ul li.silver{
    background: #F1ECEB;
}
.product_parent_wrap .data_wrap .filter_data_wrap .metal_ul li.rose_gold{
    background: rgba(255, 221, 229, 1);
}
.product_parent_wrap .data_wrap .price_wrap{
    padding: 0;
    background: transparent;
}
.product_parent_wrap .data_wrap .pdp_fix_wrap{
    margin-top: 0;
    border: 0;
}
.product_parent_wrap .data_wrap .pdp_fix_wrap .filter_data_wrap{
    border: 0;
}
.product_parent_wrap .data_wrap .tab_wrap {
    border-bottom:1px solid rgba(220, 200, 173, 1);
}
.product_parent_wrap .data_wrap .tab_wrap .title_wrap{
    border: 0;
    border-top: 0;
}
.product_parent_wrap .data_wrap .filter_data_wrap .common_anchor{
    margin-top: 0;
    padding-left: 40px;
    padding-right: 40px;
}
.product_parent_wrap .data_wrap .quality_assurance_wrap{
    background: transparent;
    padding: 0;
}
.quality_assurance_wrap .inner_wrap .right_wrap{
    padding-left: 0;
    width: 100%;
}
.product_parent_wrap .data_wrap .tab_wrap .title_wrap p{
    color:#000;
    text-transform: uppercase;
    
    line-height: 14px;
    letter-spacing: 0.1em;

}
.pdp_share_wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
   
    font-size: 15.58px;
    line-height: 16px;
    letter-spacing: 0.01em;
    margin-top: 30px;
    color: #A3674D;
}
.pdp_share_wrap a + a{
    margin-left: 10px;
}
.listing_ul .swiper-slide li{
    width: 100%;;
}
.listing_ul.has_border li{
    padding: 50px;
    border: 0.9px solid rgba(234, 223, 186, 1)
}
.common_header.smallinnerpage{
    font-size: 24px;
    font-family: reg_font;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;

}
.home_collection_wrap.pdpmargin{
    margin-top: 80px;
}
[class^='product-product'] .footer_wrap{
    /*margin-top: 60px;*/
    border-top: 1px solid #000;
}
.cookieConsentContainer{
    position: fixed;
    bottom:20px;
    left:20px;
    z-index: 1000;
    padding: 20px;
    background: #0F0F11;
    color:#fff;
    width:370px;    display: none;
}
.cookieConsentContainer p{
    font-size:12px;
    padding-top: 0;
    color:#fff
}
.cookieConsentContainer a.link-cookie-policy{
    color:#fff !important;
}
.cookieConsentContainer .cookieButton a{
    background: #fff;
    color:#000;
    float:left;
    margin-top: 10px;
    cursor: pointer;
    padding: 5px;
}
.product_parent_wrap .image_wrap{
    padding-right: 40px;
}
.product_parent_wrap .image_wrap{
    top:0;
}
.product_parent_wrap .quality_assurance_wrap .inner_wrap .right_wrap .item p{
    font-size: 14px;
    line-height: 20px;
}
.theme_dots_left{
    padding-left: 20px;
}
.theme_dots .theme_dots_left.swiper-pagination .swiper-pagination-bullet{
    background: #fff;
    float:left;
}
.theme_arrow {
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 40px;
    top:auto;
    bottom:10px;
    right:10px;
    left:auto;
}
.theme_arrow.left {
   right:60px;
}
.theme_arrow:after {
    color:#fff;
    font-size:20px;
    line-height: 40px;
}
.add_to_cart_notification table td.image:empty{
    display: none;
}
.product_parent_wrap .data_wrap .share_svg{
    position: absolute;
    top:0;
    right:0;
    z-index: 1;
}
.product_parent_wrap .data_wrap .common_header{
    padding-right: 40px;
}
.toggle_btn_wrap{
    position: absolute;
    top:50%;
    right:0;
    transform: translateY(-50%);
    z-index: 10;
}
.fancy_radio_toggle input{
    display: none;
}
.fancy_radio_toggle .chktoggle_span{
    width:45px;
    height:25px;
    border-radius: 20px;
    position: relative;
    display: inline-block;
    background: #aeaeae;
    border: 0.9px solid rgba(58,57,57, 1);
    background:rgba(243, 231, 223, 1);
    border-color: rgba(163, 103, 77, 1)
}
.fancy_radio_toggle .chktoggle_span:after{
    width:18px;
    height:18px;
    position: absolute;
    float:left;
    border-radius: 20px;
    border: 0.9px solid rgba(58,57,57, 1);
    border-color: rgba(163, 103, 77, 1);
    top:2.5px;
    content:'';
    background: #fff;
    left:2.5px;
    display: inline-block;
}
.fancy_radio_toggle :checked + .chktoggle_span{
    background:rgba(163, 103, 77, 1);
    border-color:rgba(163, 103, 77, 1)
}
.fancy_radio_toggle :checked + .chktoggle_span:after{
    border-color:rgba(163, 103, 77, 1);
    left:auto;
    right:2.5px;
}
.chk_box{
    width: 14px;
    height:14px;
    border: 1px solid #000;
    float:left;
}
:checked + .chk_box{
    background: rgba(189, 161, 140, 1);
}
.filter_btn_wrap.common_anchor{
    font-size:14px;
    letter-spacing: normal;
    font-family: reg_font;
}
.category_tabs_parent_wrap{
    z-index: 10;
    position: sticky;
    background: #fff;
    top:103px;
}
.tooltip{
    font-family: reg_font !important;
    font-weight: 400;
    font-size:13px;
}
[class^='product-product'] .listing_ul li p.primary, [class^='product-product'] .listing_ul li p.price{
    font-size:16px;
    line-height: 18px;
}
[class^='product-product'] .listing_ul li .selected_color_plp_name p{
    font-size:14px;
    line-height: 14px;
}
.footer_wrap .common_header{
    font-size:32px;
}
@media only screen and (max-width:1100px){
    .category_tabs_parent_wrap{
        top:92px;
    }
    .listing_ul.has_border li{
        padding: 30px;
    }
    .menu_rel  .menu_top_wrap{
        position: sticky;
        top:0
    }
}
@media only screen and (min-width:786px){
    .product_parent_wrap .data_wrap{
        padding-right: 40px;
    }
}
@media only screen and (max-width:786px){
    .product_parent_wrap .image_wrap{
        padding-right: 0;
    }
    .product_parent_wrap .data_wrap .pdp_fix_wrap .filter_data_wrap{
        margin: 0;
        padding: 0;
        display: flex;
        align-items: center;
    }
    .product_parent_wrap .data_wrap .pdp_fix_wrap a{
        flex:0 0 30px;
        margin-left: 20px;
    }
    .product_parent_wrap .data_wrap .pdp_fix_wrap .common_anchor{
        flex:auto;
        width: 100%;
        margin-left: 0;
    }
    .product_parent_wrap .data_wrap .pdp_fix_wrap{
        position: relative;
        top:auto;
        bottom:auto;
        margin:0;
        z-index: 1;
        margin-top: 30px;
        padding: 0;
    }
    .product_parent_wrap .data_wrap .quality_assurance_wrap{
        margin-top: 30px;
    }
}
@media only screen and (max-width:480px){
    .cookieConsentContainer{
        width:auto;
        right:10px;
        left:10px;
        bottom:10px;
    }
    [class^='product-product'] .listing_ul li p.primary, [class^='product-product'] .listing_ul li p.price{
        font-size:14px;
        line-height: 14px;
    }
    [class^='product-product'] .listing_ul li .selected_color_plp_name p{
        font-size:11px;
        line-height: 12px;
    }
    .product_parent_wrap .data_wrap .tab_wrap .title_wrap p{
        font-size:13px;
        line-height: 13px;
    }
    .quality_assurance_wrap .inner_wrap .right_wrap .item{
        padding-left: 10px;;
        padding-right: 10px;;

    }
    .product_parent_wrap .quality_assurance_wrap .inner_wrap .right_wrap .item p{
        font-size:11px;
        line-height: 11px;
    }
    .pdp_top_desc_wrap *{
        font-size:12.22px;
        line-height:12.22px;
    }
    .listing_wrap.listingpage .gridContainer {
        padding: 0 !important;
    }
    .filter_btn_wrap.common_anchor{
        margin-right: 15px;
    }
    .filter_btn_wrap.common_anchor{
        font-size:12px;
        
    }
    .product_parent_wrap .data_wrap .tab_wrap .title_wrap .arrow{
        margin-top: 0;
        width: 15px;
    }
    .product_parent_wrap .data_wrap .tab_wrap .title_wrap{
        padding: 20px 0;
    }
    .home_collection_wrap.pdpmargin{
        margin-top: 50px;
    }
    .product_parent_wrap .gridContainer{
        padding: 0 !important;
    }
    .product_parent_wrap .data_wrap{
        padding: 30px;
    }
    .product_parent_wrap .data_wrap .common_header, .product_parent_wrap .data_wrap .common_header span{
        font-size: 28px;
        line-height: 28px;
        letter-spacing: 0em;


    }
    .pdp_top_desc_wrap{
        padding-top: 0;
    }
    .product_parent_wrap .filter_data_wrap{
        margin-top :25px;
        padding-bottom: 25px;
    }
    .product_parent_wrap .filter_data_wrap p{
        padding-top: 10px;
    }
}
/* Product Ends */
/* FAQ Starts */
.faq_parent_wrap{
    background: rgba(255, 250, 245, 1);
}
.faq_banner_wrap .info_wrap{
    position: absolute;
    top:120px;
    width: 100%;;
    left:0px;
    padding-left: 60px;
    padding-right: 60px;
    z-index: 10;
}
.faq_parent_wrap .left_wrap{
    width: 400px;
    height: 100vh;
    background: #fff;
    padding: 80px 60px;
    position: sticky;
    border-right: 1px solid rgba(220, 200, 173, 1);
    float:left;
    top:0;
}
.faq-box h3:after{
    z-index: 1;
}
.faq_parent_wrap .common_header{
    padding-top: 0;
    margin-bottom: 30px;
    color:rgba(163, 103, 77, 1);
}
.faq_parent_wrap .left_wrap .common_header{
    font-size: 48px;
    font-family: header_font;
    line-height: 48px;
    letter-spacing: 0em;
    text-align: left;
}
.faq_parent_wrap .right_wrap .common_header{
    font-size: 36px !important;
    font-family: header_font;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: left;


}
.faq_parent_wrap .left_wrap ul,
.faq_parent_wrap .left_wrap ul li a,
.faq_parent_wrap .left_wrap ul li{
    width: 100%;
    float:left;
    display: inline-block;
    position: relative;
    padding: 0;
    margin: 0;
}
.faq_parent_wrap .left_wrap ul li a{
    font-size: 20px;
    font-family: reg_font;
    padding-left: 35px;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color:rgba(174, 138, 112, 1);
    margin-bottom:25px;
    text-decoration: none;
    text-transform: uppercase;
}
.faq_parent_wrap .left_wrap ul li a:before{
    width: 10px;
    height:10px;
    content:'';
    position: absolute;
    top:4px;
    opacity: 0;
    left:4px;
    border-radius: 10px;   
    background: rgba(163, 103, 77, 1)
}
.faq_parent_wrap .left_wrap ul li a:after{
    width: 18px;
    height:18px;
    content:'';
    position: absolute;
    top:0px;
    left:0;
    border-radius: 18px;   
    border: 1px solid rgba(163, 103, 77, 1)
}
.faq_parent_wrap .left_wrap ul li a.active:before{
    opacity: 1;
}
.faq_parent_wrap .right_wrap{
    width: calc(100% - 400px);
    padding: 80px 60px;
    float:left;
    display: inline-block;

}
.faq-box {
    margin-bottom: 40px;;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(189, 161, 140, 1)
}
.faq-box h3:after{
font-size: 40px;
font-family: light_font;
line-height: 24px;
letter-spacing: 0em;
text-align: left;
color: rgba(163, 103, 77, 1);

}
.faq_section_wrap + .faq_section_wrap{
    margin-top: 60px;
}
.faq-box p{
    font-size: 16px;
    font-family: reg_font;
    line-height: 24px;
    letter-spacing: 0em;
    color:#000
}
.faq-box h3{
    background: transparent;
    padding-top: 0;
    padding-bottom: 0;
    
    padding-left: 0;
    font-size: 16px;
    font-family: reg_font;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    text-transform: initial;
    color:rgba(174, 138, 112, 1);
}
body .faq_banner_wrap .common_header.lg{
    padding-top: 0 !important;
}
.faq_banner_wrap .info_wrap{
    top:50%;
    transform: translateY(-50%);
    text-align: center;
}
@media only screen and (max-width:1100px){
    .faq_banner_wrap .info_wrap{
        top:60px
    }
}
@media only screen and (max-width:480px){
    .faq_banner_wrap .info_wrap{
        padding-left: 40px;
        padding-right: 40px;
    }
    body .faq_banner_wrap .common_header.lg{
        font-size: 40px !important;
        line-height: 40px !important;
    }
    .faq_parent_wrap .left_wrap{
        position: absolute;
        bottom:100%;
        left:0;
        top:auto;
        height: auto;
        width: 100%;
        background: transparent;
        padding: 50px 40px;
    }
    .faq_parent_wrap .left_wrap .common_header{
        display: none;
    }
    .faq_parent_wrap .left_wrap ul li a{
        border-bottom: 2px solid rgba(255, 246, 213, 1);
        width: auto;
        padding-left: 0;
        font-size: 20px;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: 0em;
        text-align: left;
        color: rgba(234, 223, 186, 1);

    }
    .faq_parent_wrap .left_wrap ul li a:after,
    .faq_parent_wrap .left_wrap ul li a:before{
        display: none;
    }
    .faq_parent_wrap .right_wrap{
        width: 100%;;
        padding: 40px;
    }
    .faq_section_wrap + .faq_section_wrap{
        margin-top: 20px;
    }
}
/* FAQ Ends */
/* Blog Starts */
.new_them_blog_wrap{
    padding: 90px 120px;
}
.new_them_blog_wrap .common_header{
    padding-top: 0;
    margin-bottom: 50px ;
}
.blog_new_theme_ul,
.blog_new_theme_ul li{
    width: 100%;
    float:left;
    display: inline-block;
    position: relative;
    padding: 0;
    margin: 0;
}
.blog_new_theme_ul{
    width:calc(100% + 36px);
    margin-left: -18px;
}
.blog_new_theme_ul,
.blog_new_theme_ul .inner_wrap{
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}
.blog_new_theme_ul .inner_wrap{
    justify-content: start;
}
.blog_new_theme_ul .anchor_wrap{
    flex-direction: column;
}
.blog_new_theme_ul .anchor_wrap{
    height: 100%;;
}
.blog_new_theme_ul li{
    padding: 18px;
}
.blog_new_theme_ul li .inner_wrap{
    background: rgba(255, 245, 230, 1);    height: 100%;border: 1px solid rgba(189, 161, 140, 1);
    display: flex;
    flex-direction: column;
    
}
.blog_new_theme_ul li .info_wrap{
    margin-top: 0;padding: 35px 30px;
}
.blog_new_theme_ul li .title{
    font-size: 36px;
    font-family: reg_font;
    line-height: 36px;
    letter-spacing: 0.01em;
    text-align: left;
    text-transform: uppercase;color: rgba(163, 103, 77, 1);
    margin-bottom: 20px;
    /*padding-right: 100px;*/
}
.blog_new_theme_ul li .readnow{
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    letter-spacing: 0em;
    text-align: left;
    position: absolute;
    bottom:20px;
    right:20px;
    color:#fff;
    z-index: 1;
}
.blog_new_theme_ul li p{
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.01em;
    padding-top: 0;
    text-align: left;
    color: rgba(163, 103, 77, 1);
}
.blog_new_theme_ul li .date_wrap{
    position: absolute;
    top:42px;
    right:30px;
    font-size: 13px;
    font-family:reg_font;
    line-height: 13px;
    letter-spacing: 0.01em;
    text-align: right;
    color: rgba(174, 138, 112, 1);

}
.blog_new_theme_ul li .img_wrap{
    height:400px;
    overflow: hidden;
}
.blog_new_theme_ul li .img_wrap img{
    position: absolute;
    object-fit: cover;
    top:0;
    left:0;
    width: 100%;
    height: 100%;;
}
.blog_new_theme_ul li.child1{
    width: 70%;
    
}
.blog_new_theme_ul li.child2{
    width: 30%;
    
}
.blog_new_theme_ul li.child2 .inner_wrap {
    background:rgba(243, 231, 223, 1);
}
.blog_new_theme_ul li.child2 .info_wrap{
    
    padding: 25px 20px;
    
}
.blog_new_theme_ul li.child2 .title{
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 0.01em;
    text-align: left;
    padding-right: 0;
    
}
.blog_new_theme_ul li.child2 .date_wrap{
    position: relative;
    top:auto;
    right:auto;
    margin-top: 10px;
    float:right;
    
}


.blog_new_theme_ul li.child3 .inner_wrap {
    flex-direction: row; background:rgba(163, 103, 77, 1);
}
.blog_new_theme_ul li.child3 .info_wrap{
   
    padding: 30px 20px;
    width: 35%;
    float:right;
}
.blog_new_theme_ul li.child3 .img_wrap{
    width: 65%;
    height: 450px;
}
.blog_new_theme_ul li.child3 .title,
.blog_new_theme_ul li.child3 p{
    color:#fff;
    padding-right: 0;
    
}
.blog_new_theme_ul li.child3 .date_wrap{
    color:#fff;
    top:auto;
    bottom:30px
    
}
.blog_search_wrap{
    position: absolute;
    top:50%;
    right:0;
    z-index: 10;
    width: 380px;
    transform: translateY(-50%);
}
.blog_search_wrap .form_field::placeholder{
    color:rgba(174, 138, 112, 1);
    font-size:14px;
    font-family: reg_font;
}
.blog_search_wrap .form_field{
    margin-top: 0; font-size:14px;
    font-family: reg_font;
    color:rgba(174, 138, 112, 1);
    float:left;
    border: 1px solid rgba(174, 138, 112, 1);
    border-radius: 50px;
}
.blog_search_wrap .search_btn svg{
    float:left;
}
.blog_search_wrap .search_btn{
    cursor: pointer;top:50%;transform: translateY(-50%);
    position: absolute;
    right:10px
}
.genpage_pad{
    padding: 0 120px;
}
@media only screen and (max-width:1100px){
    .new_them_blog_wrap{
        padding:50px 30px;
    }
    .genpage_pad{
        padding: 0 30px;
    }
    .new_them_blog_wrap .common_header{
        margin-bottom: 30px;
    }
    .blog_new_theme_ul li.child2 .title{
        font-size:24px;
        line-height: 24px;
    }
   
    .blog_new_theme_ul li .title{
        font-size:30px;
        line-height: 30px;
    }
}
@media only screen and (max-width:786px){
    .blog_search_wrap{
        width: 280px;
    }
    .blog_new_theme_ul li.child1{
        width: 55%;;
    }
    .blog_new_theme_ul li.child2{
        width: 45%;;
    }
    .blog_new_theme_ul li .info_wrap{
        padding: 25px 20px;
    }
    .blog_new_theme_ul li .date_wrap{
        position: relative;
        top: auto;
        right: auto;
        margin-top: 10px;
        float: right;
    }
    .blog_new_theme_ul li .img_wrap{
        height: 350px;
    }
    .blog_new_theme_ul li.child3 .img_wrap{
        width: 60%;;
    }
    .blog_new_theme_ul li.child3 .info_wrap{
        width: 40%;;
    }
    .blog_new_theme_ul li.child3 .date_wrap{
        position: absolute;
        bottom:20px;
        right:20px;
    }
    .blog_new_theme_ul li .title{
        font-size:24px;
        line-height: 24px;
    }
    .blog_new_theme_ul li.child2 .title{
        font-size:20px;
        line-height: 20px;
    }
   
    
}
@media only screen and (max-width:480px){
    .blog_search_wrap{
        position: relative;
        top:auto;
        right:auto;
        transform: none;
        margin-top: 30px;
        width: 100%;
        display: inline-block;
    }
    .new_them_blog_wrap{
        padding: 40px 20px;
    }

    .genpage_pad{
        padding: 0 20px;
    }

    .new_them_blog_wrap .common_header{
        font-size: 32px;
        line-height: 32px;
        letter-spacing: 0em;

    }
    .blog_new_theme_ul{
        width: calc(100% + 40px);
        margin-left: -20px;
    }
    .blog_new_theme_ul li{
        padding: 0;
        
        margin-bottom: 70px;;
    }
    .blog_new_theme_ul li .inner_wrap{
        border: 0;
    }
    .blog_new_theme_ul li .info_wrap{
        border: 1px solid rgba(189, 161, 140, 1);
    }
    .blog_new_theme_ul li.child1{
        width: 100%;;
    }
    .blog_new_theme_ul li.child2{
        width: 100%;;
    }
    .blog_new_theme_ul li p{
        font-size: 13px;
        line-height: 13px;
        letter-spacing: 0.01em;

    }
    .blog_new_theme_ul li .title{
        font-size: 16px !important;
        line-height: 20px !important;
        letter-spacing: 0.01em !important;
        padding-right: 90px !important;

    }
    .blog_new_theme_ul li .info_wrap{
        margin-top: -100px;background: rgba(255, 245, 230, 1);  
        -webkit-border-top-right-radius: 100px;
        -moz-border-radius-topright: 100px;
        border-top-right-radius: 100px;
        padding: 45px 35px;
    }
    .blog_new_theme_ul li .readnow{
        font-size: 10px;
        line-height: 10px;
        right: 30px;
        letter-spacing: 0em;


    }
    .blog_new_theme_ul li.child3 .img_wrap{
        width: 100%;;
    }
    .blog_new_theme_ul li.child3 .info_wrap{
        width: 100%;;
    }
    .blog_new_theme_ul li.child3 .date_wrap{
        position: relative;
        top:auto;
        bottom:auto;
        right:auto;
        float:right;
    }
    .blog_new_theme_ul li.child2 .info_wrap{
        background: rgba(243, 231, 223, 1);
    }
    .blog_new_theme_ul li.child3 .info_wrap{
        background:rgba(163, 103, 77, 1);
    }
    .blog_new_theme_ul li .title{
        padding-right: 0;
    }
    .blog_new_theme_ul li.child2 .inner_wrap {
        background:rgba(243, 231, 223, 1);
    }
    .blog_new_theme_ul li.child3 .inner_wrap {
        background:rgba(163, 103, 77, 1);
    }
    .blog_new_theme_ul{
        display: inline-block;
    }
}
/* Blog Ends */
/* Blog Single Starts */
.single_blog_wrap{
    padding: 50px 140px;
}
.blog_content_parent_wra{
    border-bottom: 1px solid rgba(189, 161, 140, 1)
}
.single_blog_wrap .blog_single_title{
    position: absolute;
    bottom:25px;
    left:25px;
    z-index: 10;
    width: 350px;;
    text-transform: uppercase;
    font-size: 32px;
    text-align: left;
    font-family: semi_font;
    line-height: 32px;
    color:#fff;
    letter-spacing: 0.01em;

}
.single_blog_wrap .sblog_sec_wrap{
    margin-bottom: 70px;

}
.single_blog_wrap .content_ul p,
.single_blog_wrap .content_ul li,

.genpage_pad p,
.genpage_pad li{
    font-size: 20px;
    line-height: 28px;
    padding-top: 0;
    letter-spacing: 0.02em;

}
.single_blog_wrap .content_ul > *{
    margin-bottom: 70px;
}
.single_blog_wrap .content_ul > *:last-child{
    margin-bottom: 0px;
}
.blog_share_wrap{
    margin-top: 40px;
}
.blog_share_wrap a{
    width: 25px;
    float:left;
    display: inline-block;
    margin-right: 15px;
}
.related_blog_title_wrap{
    padding: 40px 150px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 80px;
}
.related_nav{
    width: 130px;
    height: 45px;
    position: relative;
}
.theme_pagination.gold{
    border-color: rgba(174, 138, 112, 1);
}
.theme_pagination.gold:after{
    color: rgba(174, 138, 112, 1);
}
.related_blog_title_wrap .common_header{
    font-size: 24px !important;
    line-height: 24px !important;
    letter-spacing: 0em;
    padding-top: 0;
}
.blog_new_theme_ul li.even .img_wrap{
    height:450px
}
.blog_new_theme_ul li.even .img_wrap{
    width: 65%;;
}
.blog_new_theme_ul li.even .info_wrap{
    width: 35%;;
}
.blog_new_theme_ul li.even .inner_wrap{
    flex-direction: row;
}
.blog_new_theme_ul li.even .title{
    padding-right: 0;
}
.blog_new_theme_ul li.even .date_wrap{
    top:auto;
    bottom:20px
}
.blog_new_theme_ul li.even .title{
    font-size:30px !important;
    line-height:30px !important;
}
.product_parent_wrap .filter_data_wrap p{
    padding-top: 0;
}
.product_parent_wrap .filter_data_wrap .form_field  {
    margin-top: 10px;
}
@media only screen and (max-width:1100px){
    .single_blog_wrap,.related_blog_title_wrap{
        padding:30px 60px
    }
    .single_blog_wrap .sblog_sec_wrap{
        margin-bottom: 40px;
    }
    .single_blog_wrap .content_ul > *{
        margin-bottom: 40px;
    }
}
@media only screen and (max-width:480px){
    .single_blog_wrap, .related_blog_title_wrap{
        padding: 0 30px;
    }
    .blog_single_main_image{
        width: calc(100% + 60px);
        margin-left: -30px;
        height:480px;
    }
    .blog_single_main_image img{
        position: absolute;
        top:0;
        left:0;
        width: 100%;
        height:100%;
        object-fit: cover;
    }
    .single_blog_wrap .blog_single_title{
        bottom:0;
        left:0;
        width: 100%;
        padding: 30px 20px;
        margin: 0;
        font-size:25px;
        line-height: 28px;
    }
    .single_blog_wrap .content_ul p, .single_blog_wrap .content_ul li,
    .genpage_pad p,
    .genpage_pad li{
        font-size:14px;
        line-height: 19px;
    }
    .related_articles {
        margin-top: 90px;
    }
    .related_nav{
        display: none;
    }
    .blog_new_theme_ul.rel{
        width: 100%;
        margin-left: 0;
        margin-top: 40px;
    }
    .common_top_wrap.margin{
        margin-top: 20px;
    }
    .common_top_wrap.margin .common_header{
        padding-top: 0;
    }
}
.genpage_pad p,
.genpage_pad li{
    margin-bottom: 30px;
}
/* Blog Single Ends */
/* category seperator starts */
.category_seperator_wrap{
    margin:100px 0;
}
.category_seperator_wrap .inner_li_wrap + .inner_li_wrap{
    margin-top: 100px;;
}
.category_seperator_wrap .inner_li_wrap{
    display: flex;
    align-items: center;
    justify-content: center;
}
.category_seperator_wrap .inner_li_wrap .image_wrap{
    width: 50%;
    float:left;
    order:2;
    display: inline-block;
    position: relative;
}
.category_seperator_wrap .inner_li_wrap .common_header{
    font-size: 32px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0.01em;
    color: rgba(163, 103, 77, 1);

}
.category_seperator_wrap .inner_li_wrap p{
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.01em;
    text-align: left;
    color: rgba(163, 103, 77, 1);


}
.category_seperator_wrap .inner_li_wrap .info_wrap{
    width: 50%;
    order:1;
    float:left;
    display: inline-block;
    position: relative;
    padding-left: 50px;
    padding-right: 200px;
}
.category_seperator_wrap .inner_li_wrap .border{
    width: 60%;;
    margin-top: 30px;
    border-top: 1px solid rgba(189, 161, 140, 1)

}
@media only screen and (max-width:1500px){
    .category_seperator_wrap .inner_li_wrap .info_wrap{
        padding-right: 100px;
    }
}
@media only screen and (max-width:1100px){
    .faq_banner_wrap.contact .info_wrap {
        top:50%;
        transform:translateY(-50%)
    }
}
@media only screen and (max-width:786px){
    .category_seperator_wrap .inner_li_wrap .info_wrap{
        padding-left: 0px;
    }
}
@media only screen and (max-width:480px){
    
    .category_seperator_wrap .inner_li_wrap{
        flex-wrap: wrap;
        padding-left: 30px;
        padding-right: 30px;
    }
    .category_seperator_wrap{
        margin-top: 70px;
        margin-bottom: 50px;
    }
    .category_seperator_wrap .inner_li_wrap .info_wrap{
        width: 100%;;
        padding-right: 0;
        order:1;
        padding-left: 0;
    }
    .category_seperator_wrap .inner_li_wrap .image_wrap{
        width: 100%;;order:0;
    }
}
/* category seperator ends */
/* contact starts */
.black_title {
    
font-size: 20px;
line-height: 20px;
/* identical to box height */
text-align: center;
text-transform: uppercase;

color: #0F0F11;


}
.form_field.gold{
    border-color: rgba(174, 138, 112, 1);
}
.form_field.sborder{
    border-top: 0;
    border-left: 0;
    padding: 10px 0;
    border-right: 0;
    border-radius: 0;

}
.form_field.sborder::placeholder{
    color:#000

}
.common_anchor.boxy.gold{
    border-color: rgba(174, 138, 112, 1);
    color:rgba(174, 138, 112, 1);
}
.common_anchor.boxy.gold path{
    fill:rgba(174, 138, 112, 1);
}
.contact_form_wrap .common_anchor {
    width: 100%;
}
.contact_info_wrap,
.contact_form_wrap{
    text-align: center;
}
.contact_info_wrap .gridContainer{
    border-top:1px solid rgba(174, 138, 112, 1);
}
.contact_info_wrap .gridContainer,
.contact_form_wrap .gridContainer{
    max-width: 960px;
}
.contact_info_wrap .inner_wrap,
.contact_form_wrap .inner_wrap{
    width: 420px;
    padding: 70px 0;
    display: inline-block;
}
.contact_info_wrap .inner_wrap{
    width: auto;
}
.contact_info_wrap{
    border-bottom: 1px solid #000;
}
.contp, .contp a,
.ppad_wrap .contp,  .ppad_wrap .contp a{

    font-size: 16px;
    line-height: 16px;

    color: #A3674D !important;


}
.ppad_wrap{
    padding-bottom: 60px;
}
.social_txta{
    
    font-size: 16px;
    line-height: 16px;
    /* identical to box height */
    text-transform: uppercase;

    color: #000000;
    margin-top: 20px;
    display: inline-block;
    padding: 0 30px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}
.social_txta:hover{
    
    color: rgba(189, 161, 140, 1);;
    text-decoration: none;
}
.social_txta + .social_txta{
    
    border-left: 1px solid rgba(189, 161, 140, 1);

}
@media only screen and (max-width:480px){
    .contact_info_wrap .inner_wrap,
    .contact_form_wrap .inner_wrap{
        width: 100%;
        padding: 40px 0;
    }
    .contact_info_wrap ,
    .contact_form_wrap {
        
        padding: 0 20px ;
    }
    .social_txta{
        width: 100%;;
        position: relative;
    }
    .social_txta + .social_txta{
        margin-top: 44px;
        border-left: 0;
    }
    .social_txta + .social_txta:after{
        position: absolute;
        top:-24px;
        left:50%;
        width: 30px;
        margin-left: -15px;;
        content:'';
        height:2px;
       background:  rgba(189, 161, 140, 1);;
    }
}
/* contact ends */
/* menu Starts */
.mobile_menu_wrap > ul > li .sub_menu_arrow{
    width: 15px;    top: 15px;
}
.mobile_menu_wrap > ul > li .sub_menu_arrow svg{
    width: 100%;
    height: auto;
}
.ctab_content_wrap {
    justify-content: center;
}
.ctab_content_wrap .image_wrap{
    width: auto; margin: 5px !important;
}
.ctab_content_wrap .image_wrap .subcat_name_wrap{
  
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    letter-spacing: -0.01em;
    text-transform: uppercase;

    color: #A3674D;
    padding: 20px 30px;
   

    background: #FFFAF5;

}
@media only screen and (max-width:1500px){
    .ctab_content_wrap .image_wrap .subcat_name_wrap{
  
        font-size: 14px;
    
    }
}
@media only screen and (max-width:1100px){
    .category_tabs_parent_wrap .ctab_content_wrap{
        justify-content: start;
    }
}
@media only screen and (min-width:1100px){
    .menu_top_wrap .menu_wrap ul li .sub_menu_arrow{
        display: inline-block;
    }
    .menu_top_wrap .menu_wrap ul li .sub_menu_arrow svg{
        margin-bottom: 0;
    }
    .menu_top_wrap.parent{
        position: sticky;
        padding: 0;
    }
    .menu_top_wrap .menu_wrap,
    .menu_top_wrap .menu_top_wrap{
        width: auto;
    }
    .menu_top_wrap .menu_top_wrap{
    /* position: absolute !important;
        left:50%;
        top:50%;
        transform: translate(-50%,-50%);
        width: auto;*/
        z-index: 100;
    }
    .menu_top_wrap .logo_wrap{
        position: absolute;
        top:50%;
        left:50%;
        transform: translate(-50%,-50%);
        width: 70px;
        z-index: 101;
    }
    .menu_top_wrap .menu_wrap{
        margin-left: 0;
    }
    .menu_top_wrap .menu_wrap > ul > li{
        height: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .menu_top_wrap .menu_wrap > ul > li{
        margin-left: 50px;
    }
    .menu_top_wrap .menu_wrap > ul > li > .a_li > a p,
    .menu_top_wrap .menu_wrap > ul > li > a p{
       
        font-size: 11px;
        line-height: 10px;
        /* identical to box height */
        text-transform: uppercase;

        color: #0F0F11;


    }
    .menu_top_wrap .menu_wrap > ul > li:nth-child(1){
        margin-left: -30px;
    }
    .menu_top_wrap .menu_wrap > ul > li:nth-child(4){
        margin-left: 150px;
    }
    .menu_top_wrap .parent{
        justify-content: center;
    }
    .menu_top_wrap .icon_wrap{
        position: absolute;
        top:50%;
        transform: translateY(-50%);
        right:20px;
        width: auto;
    }
    .menu_top_wrap .menu_wrap ul li .sub-menu{
        padding-left: 20px;
        padding-right: 20px;
    }
    .menu_top_wrap .menu_wrap ul li .sub-menu .sub-menu-ul > li > a > p{
        
        font-size: 16px;
        line-height: 16px;
       
        text-align: center;
        letter-spacing: 0.105em;
        text-transform: uppercase;

        color: #B19077;


    }
    .menu_top_wrap .menu_wrap ul li .sub-menu .sub-menu-ul .sub-menu2 > li > a > p{
        padding-top: 10px;;
        font-family: semi_font;
        font-size: 12px;
        line-height: 12px;
        /* identical to box height */
        text-transform: uppercase;

        color: #0F0F11;


    }
    .menu_top_wrap .menu_wrap ul li .sub-menu .sub-menu-ul .sub-menu2 > li:hover > a > p{
       
        color: #B19077;
    }
    
    
     .menu_top_wrap .menu_wrap ul li .sub-menu-ul{
        justify-content: center;
        align-items: start;
     }
}
@media only screen and (min-width:1600px){
    .menu_top_wrap .menu_wrap ul li.title_li {
        flex:  0 0 250px;
     }
     .menu_top_wrap .menu_wrap ul li.title_li.image {
        flex:  0 0 400px;
     }
}
@media only screen and (max-width:1100px){
     .menu_top_wrap.parent{
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media only screen and (max-width:480px){
    .ctab_content_wrap .image_wrap .subcat_name_wrap{
  
        font-size: 12px;
        padding: 10px;
    
    }
}
.menu_top_wrap .menu_wrap > ul > li:hover > .a_li > a p, .menu_top_wrap .menu_wrap > ul > li:hover > a p{
    color: #B19077;
}

/* menu ends */
.g_id_signin iframe{
    margin: 0 !important;
}
#form-subscribe-popup-message{
	margin-top:0 !important
}
.signup_popup_wrap .signup_content_wrap.bottom .text_form{
	margin-bottom:0
}
.panWrapper .controls.in,
.panWrapper .controls.out{
    display: none;
}
.product_parent_wrap .data_wrap .filter_data_wrap .size_ul li a{
    float: left;
    display: inline-block;
    position: relative;
    min-width: 100%;
    padding: 0 10px;
    color:#000;
    text-decoration: none;
    font-size:14px;
}
.size_ul.carat .tooltip{
    white-space: nowrap;
}
/* New Account Starts */
.my_account_wrap.new .gridContainer{
    max-width: 1250px;
    min-width: 1250px;
}
.common_anchor.black{
    background: #000;border: 1px solid #000;
    color:#fff
}
.common_anchor.black:hover{
    background: rgba(255, 250, 245, 1);
    color:#000
}
.common_anchor.pisata{
    background: rgba(255, 250, 245, 1);
    color:#000;
    border: 1px solid #000;
}
.common_anchor.pisata:hover{
    background:  #000;
    color:#fff;
}
.newaccount_wrap {
    margin: 50px 0;
}
.newaccount_wrap .right_wrap .items_wrap + .items_wrap{
    border-top: 2px solid rgba(243, 231, 223, 1);
    padding-top: 50px;
    margin-top: 50px;
}
.newaccount_wrap .right_wrap .items_wrap{
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
}
.newaccount_wrap .right_wrap .items_wrap .item{
    width: 33.33%;
    float:left;
    display: inline-block;
    text-align: center;
    padding: 20px;
}
.newaccount_wrap .right_wrap .items_wrap .item .name_wrap{
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;
    margin-top: 10px;
    color:#000;
    text-transform: uppercase;
    padding: 15px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
}
.newaccount_wrap .right_wrap .items_wrap .item .name_wrap svg{
   margin-left: 15px;
   flex: 0 0 18px
}
.newaccount_wrap .right_wrap .items_wrap .item .name_wrap svg path{
    -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;
}
.newaccount_wrap .right_wrap .items_wrap .item:hover .name_wrap{
    background: #000;
    color:#fff
}
.newaccount_wrap .right_wrap .items_wrap .item:hover .name_wrap svg path{
    fill:#fff
}
.newaccount_wrap .right_wrap .items_wrap .item + .item{
    border-left: 2px solid rgba(243, 231, 223, 1);
}
.newaccount_wrap .right_wrap .items_wrap .item .svg_wrap svg{
    width: 60px;height: auto;
}

.newaccount_wrap .left_wrap .prof_wrap {
    padding: 40px 20px;;
    text-align: center;
    margin-bottom: 15px;
    background: rgba(255, 250, 245, 1);

}
.newaccount_wrap .left_wrap .common_anchor{
    width: 80%;
    margin-left: 10%;
    text-align: center;
}
.newaccount_wrap .left_wrap{
    width: 30%;;
    float:left;
    display: inline-block;
    position: relative;
}
.newaccount_wrap .right_wrap{
    width: 70%;;
    float:left;
    display: inline-block;
    position: relative;
    padding-left: 40px;
}
@media only screen and (max-width:1250px){
    .my_account_wrap.new .gridContainer{
        width: 90.675%;
        min-width: auto;
        max-width: none;
        padding-left: 1.1625%;
        padding-right: 1.1625%;
    }
}
@media only screen and (max-width:1100px){
    .newaccount_wrap .right_wrap .items_wrap .item .name_wrap{
        font-size:12px
    }
    .common_top_wrap.account{
        padding: 100px 0;
    }
}
@media only screen and (max-width:786px){
    .newaccount_wrap{
        margin: 0;
    }
    .my_account_wrap.new .gridContainer{
        width: 100%;
        min-width: auto;
        max-width: none;
        padding-left: 0%;
        padding-right: 0%;
    }
    .newaccount_wrap .left_wrap{
        width: 100%;;
        background: rgba(255, 250, 245, 1);
        padding: 40px 20px;
    }
    .newaccount_wrap .left_wrap .prof_wrap{
        padding: 20px;
        width: 50%;;
        margin-bottom: 0;
    }
    .newaccount_wrap .left_wrap .common_anchor{
        width: 45%;
        margin-top: 0;
        margin-left: 2.5%;
    }
    .newaccount_wrap .left_wrap .common_anchor + .common_anchor{
        margin-top: 10px;
    }
    .newaccount_wrap .right_wrap{
        width: 100%;;
        margin-top: 40px;
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media only screen and (max-width:480px){
    .newaccount_wrap{
        margin: 0;
    }
    .my_account_wrap.new .gridContainer{
        width: 100%;
        min-width: auto;
        max-width: none;
        padding-left: 0% !important;
        padding-right: 0% !important;
    }
    .newaccount_wrap .left_wrap .prof_wrap .common_header {
        padding-top: 10px;
        font-size:20px !important;
        word-break: break-word;
    }
    .newaccount_wrap .left_wrap{
        width: 100%;;
        background: rgba(255, 250, 245, 1);
        padding: 40px 20px;
        padding-left: 0;
    }
    .newaccount_wrap .left_wrap .prof_wrap{
        padding: 10px;
        width: 50%;;
        margin-bottom: 0;
    }
    .newaccount_wrap .left_wrap .common_anchor{
        width: 45%;
        margin-top: 0;
        margin-left: 2.5%;
    }
    .newaccount_wrap .left_wrap .common_anchor + .common_anchor{
        margin-top: 10px;
    }
    .newaccount_wrap .right_wrap{
        width: 100%;;
        margin-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .newaccount_wrap .right_wrap .items_wrap + .items_wrap{
        margin-top: 0;
        padding-top: 0;
        border: 0;
        border-top: 2px solid rgba(243, 231, 223, 1);
    }
    .newaccount_wrap .right_wrap .items_wrap .item{
        width: 100%;;
    }
    .newaccount_wrap .right_wrap .items_wrap .item + .item{
        border-left: 0;
        border-top: 2px solid rgba(243, 231, 223, 1);
    }
}
/* New Account Ends */