@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,700|Poppins:200,300,400,500&display=swap');
body { font-family: 'Poppins', sans-serif; font-weight: 300; font-size: 14px }
header { width: 100%; /*overflow: hidden;*/ position: fixed; top: 0; left: 0; z-index: 999; -webkit-transition: height 0.3s; -moz-transition: height 0.3s; -ms-transition: height 0.3s; -o-transition: height 0.3s; transition: height 0.3s; z-index: 11000; background: #151515 }
header h1#logo { -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; margin: 0 }
header nav { display: inline-block; }
header nav a { font-weight: 400; font-size: 16px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; font-family: 'Poppins', sans-serif; }
header nav a:hover { color: white; }
/*header.smaller { height: auto; background: #151515; padding-bottom: 0; }*/
.header-top { padding: 6px 0; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; display: inline-block; vertical-align: middle }
/*header.smaller .header-top { height: 0; overflow: hidden; padding: 0; border-bottom: 0 }*/
.logo_area { -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; padding: 10px 0; float: left }
.logo_area img { -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; height: auto; margin-top: 0 }
/*header.smaller .logo_area { position: inherit; top: auto }
header.smaller .logo_area img { height: 72px; margin-top: 0; }*/
.select_location { display: inline-block; vertical-align: middle; }
.login_signup { display: inline-block; margin: 0; padding: 0; list-style-type: none }
.login_signup li { display: inline-block }
.select_language { display: inline-block;vertical-align: middle;} 
.header-top select { border: none; font-family: 'Poppins', sans-serif; font-weight: 400; color: #fff; font-size: 14px; background: url(../images/menu_drop.png) no-repeat 96% 0; background-position: right 3px top 36px; padding: 20px; -webkit-appearance: none; -moz-appearance: none; appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio:0) {
.header-top select { background-position: right 3px top 29px; }
}
.header-top select:focus { outline: none }
.header-top select option { color: #fff; background: #333; padding: 5px; }
.login_signup { padding-left: 10px }
/*.login_signup li { border-left: 1px solid #383838; }*/
.login_signup a { font-size: 14px; color: #fff; padding: 0 20px; text-decoration: none; font-weight: 400; font-family: 'Poppins', sans-serif; }
.cart_icon { background: url(../images/sprite.png) no-repeat; background-position: 13px -4px; height: 40px; width: 58px; display: inline-block; vertical-align: middle; position: relative; padding-right: 8px; padding-left: 20px; }
.cart_icon > span { position: absolute; top: -4px; right: -2px; height: 20px; width: 20px; line-height: 20px; background: #ef4543; border-radius: 50%; color: #fff; text-align: center }
.menu_area { display: inline-block; vertical-align: middle; }
.align_menu { text-align: right }
.angle-down { background: url(../images/menu_drop.png) no-repeat; height: 6px; width: 10px; display: inline-block; margin-left: 4px }
.banner_section { position: relative; padding-top: 60px; }
.banner_section .left.carousel-control { background: url(../images/banner_Arrow.png) no-repeat; width: 66px; height: 66px; display: block; position: absolute; top: 50%; z-index: 1000; margin-top: -33px; left: 30px; }
.banner_section .right.carousel-control { background: url(../images/banner_Arrow.png) no-repeat; width: 66px; height: 66px; display: block; position: absolute; top: 50%; z-index: 1000; margin-top: -33px; right: 0; background-position: -99px 0; right: 30px; }
.carousel-caption { top: 0; left: 0; bottom: 0; right: 0; text-align: left; padding-top: 0 }
.carousel-caption h3 { color: #333; font-size: 72px; /*font-family: 'Playfair Display', serif;*/ font-family: 'Poppins', sans-serif; font-weight: 100; line-height: 75px; margin: 0 }
.carousel-caption h3 span { display: block; color: #080808; font-weight: 300; }
.carousel-caption p { color: #666666; font-family: 'Poppins', sans-serif; font-weight: 200; margin: 15px 0 0; font-size: 23px; }
.carousel-caption .container, .carousel-caption .row { height: 100% }
.search_title { padding-left: 49px; background: #000; color: #fff; display: inline-block; position: relative; padding-right: 20px; padding-top: 10px; padding-bottom: 4px; margin: 0; font-size: 16px; /*font-family: 'Playfair Display', serif;*/ font-weight: 400 }
.search_title:before { width: 30px; height: 26px; background: url(../images/sprite.png) no-repeat; background-position: -51px -10px; position: absolute; left: 10px; top: 8px; content: "" }
.filter_box { padding: 10px; background: #000; }
.filter_fields { background: #fff; border-radius: 4px; overflow: hidden; }
.filter_button { background: #e74442; color: #fff; border: 0; padding: 0 16px; height: 52px; line-height: 52px; border-radius: 4px; font-size: 17px; font-family: 'Poppins', sans-serif; font-weight: 500; margin-left: 10px; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }
.filter_button:hover { background: #fff; color: #e74442 }
.filter_fields input { border: 0; border-right: 1px solid #ddd; padding: 10px; outline: none; width: 100%; margin-left: -4px; height: 100%; color: #666666; font-size: 14px; }
.filter_fields select { border: 0; border-right: 1px solid #ddd; padding: 10px; outline: none; width: 25%; margin-left: -4px; height: 100%; color: #666666; font-size: 14px; }
.filter_fields .date { display: inline-block; padding: 0; width: 25%; margin-left: -3px; padding-left: 3px }
.filter_fields .date .input-group-append { display: none }
.filter_fields .date input { margin-left: 0 }
.filter_fields select { background: url(../images/select_drop.png) no-repeat 96% 0; background-position: right 10px top 24px; padding-right: 40px; -webkit-appearance: none; -moz-appearance: none; appearance: none; }
.filter_fields select:last-child { border-right: 0 }
.filter_section { position: absolute; left: 0; right: 0; bottom: 130px; z-index: 10000; }
.filter_fields input { padding-right: 30px; background: url(../images/calender_icon.png) no-repeat; background-position: right 10px top 12px; }
.gj-picker { z-index: 10000 }
.lenders_work {/* background: url(../images/how_work_bg.jpg) no-repeat*/; padding: 60px 0; background-size: cover }
.how_WorkTitle h2 { font-size: 35px; /*font-family: 'Playfair Display', serif;*/ font-weight: 400; color: #050714; margin-bottom: 15px }
.how_WorkTitle h4 { color: #6a6969; font-family: 'Poppins', sans-serif; font-weight: 300; letter-spacing: 2px; font-size: 18px; margin: 0 }
.work_step { padding: 50px 0 0; margin: 0; list-style-type: none; margin-left: -30px; margin-right: -30px; }
.work_step li { padding: 0 30px; width: 33.33%; float: left; text-align: center }
.step_box { background: #fff; padding: 30px; min-height: 213px; border: 1px solid #d3d3d3 }
.step_box h3 { color: #484848; font-size: 18px; font-weight: 400; /*font-family: 'Playfair Display', serif;*/ margin-bottom: 20px; line-height: 25px; }
.step_box p { color: #777777; font-size: 14px; font-weight: 300; font-family: 'Poppins', sans-serif; }
.work_step li { position: relative }
.work_step li:after { content: ""; position: absolute; display: block; width: 59px; background: url(../images/work_arrow.png) no-repeat; height: 30px; right: -30px; top: 50%; margin-top: -15px; }
.work_step li:nth-child(3):after { display: none }
.red_category {/* background: url(../images/categories_bg.jpg) no-repeat;*/ background:#f3f3f3; background-size: cover; padding: 78px 0 }
.category_thumb { padding-right: 15px }
.category_thumb a:hover { text-decoration: none }
.category_thumb img { width: 100%; position: relative; z-index: 2; }
.category_thumb:after { background: #fff; top: 44px; width: 30px; content: ""; display: block; bottom: 0; position: absolute; right: 15px; }
.category_thumb:before { background: #fff; bottom: 0; height: 50px; content: ""; display: block; position: absolute; left: 45px; right: 15px; }
.category_thumb h3 { position: relative; z-index: 2; color: #000000; font-size: 20px; font-weight: 500; /*font-family: 'Playfair Display', serif;*/ padding: 9px 0; margin: 0; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }
.category_thumb a:hover h3 { color: #ed3f44 }
.col-half { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
.offer_section { padding-top: 60px; padding-bottom: 60px; }
/*.full_width { width: 100% }*/
.title_head { color: #000000; font-size: 50px; font-weight: 700; font-family: 'Poppins', sans-serif; letter-spacing: 10px; margin: 60px 0 70px }
.overlay_box { position: absolute; bottom: 30px; left: 15px; }
.overlay_box h4 { background: rgba(255,255,255,0.85); font-size: 16px; color: #333333; text-transform: uppercase; padding: 10px 15px; font-family: 'Poppins', sans-serif; font-weight: 400; text-align: center }
.overlay_box h5 { color: #ffffff; font-family: 'Poppins', sans-serif; font-size: 16px; font-weight: 400; text-align: center; letter-spacing: 2px; text-align: center; padding: 0 10px }
.impress_section { padding-bottom: 70px; background: #FFF; }
h2.title_main { text-align: center; padding: 40px 0; color: #333333; font-weight: 700; font-family: 'Poppins', sans-serif; font-size: 55px; margin: 0 }
.viewAll_link { color: #8c8b8b; font-size: 15px; font-weight: 400; font-family: 'Poppins', sans-serif; display: inline-block; text-decoration: none; padding: 0 0 20px 0; letter-spacing: 2px }
.viewAll_link:hover { color: #eb4141; text-decoration: none; }
.thumb_weddingdress { border: 1px solid #efeff0; padding: 0; margin-bottom: 30px; /*height: 100%;*/ height: auto; }
.wedding_groom { padding-top: 70px; direction: rtl; padding-bottom: 40px }
.wedding_groom h2.title_main { direction: ltr }
.wedding_thumbs { direction: ltr }
.thumb_weddingdress .thumb_Caption { padding: 10px; }
.thumb_weddingdress .thumb_Caption h5, .thumb_weddingdress .thumb_Caption h5 a { font-size: 15px; color: #333333; margin: 0; font-family: 'Poppins', sans-serif; font-weight: 500; min-height:40px; }
.thumb_weddingdress .thumb_Caption h6 { font-size: 14px; color: #555555; margin: 5px 0 4px; font-weight: 400; }
.thumb_weddingdress .thumb_Caption h6 span { font-size: 12px; color: #555555; font-weight: 300; }
.thumb_weddingdress .thumb_Caption p { margin: 0; font-size: 12px; color: #85868f; font-weight: 400; }
.kids_section { padding: 66px 0; background: #f5f5f5; }
.kids_section .title_main { padding-top: 0 }
.kids_carousel .owl-dots { text-align: center; margin-top: 50px }
.kids_carousel .owl-dot { height: 13px !important; width: 13px; background: #cacaca !important; border-radius: 50%; margin: 4px; display: inline-block }
.kids_carousel .owl-dot.active { background: #eb4241 !important }
.kids_carousel .thumb_Caption { background: #fff }
.kids_carousel .thumb_weddingdress { margin-bottom: 0 }
.kids_carousel .thumb_Caption p span { color: #eb4245; font-style: italic }
/* footer */
footer { background: #151515; }
.footer_menu { border-top: 1px solid #ededeb; background: #fff }
.footer_menu ul { padding: 0; margin: 0; list-style-type: none; padding: 25px 0; }
.footer_menu ul li { display: inline-block; }
.footer_menu ul li a { color: #555555; font-family: 'Poppins', sans-serif; font-weight: 400; display: block; font-size: 14px; padding: 0 30px; border-right: 1px solid #8e8e8e; -webkit-transition: all 4ms ease-in-out; -moz-transition: all 4ms ease-in-out; -ms-transition: all 4ms ease-in-out; -o-transition: all 4ms ease-in-out; transition: all 4ms ease-in-out; }
.footer_menu ul li:last-child a { border-right: 0 }
.footer_menu ul li a:hover { color: #e8403f }
.footer_menu ul li a:hover, .footer_menu ul li a:active { text-decoration: none }
.footer_middle { padding-top: 40px; padding-bottom: 35px; }
.footer_middle p, .footer_middle a { color: #848484; font-size: 13px; line-height: 180% }
.address_foot p { padding-left: 30px; margin-bottom: 20px; position: relative }
.footer_middle h3 { color: #fff; font-size: 15px; font-weight: 500; font-family: 'Poppins', sans-serif; margin-bottom: 15px }
.footer_middle ul { list-style-type: none; padding: 0; margin: 0 }
.footer_middle ul li a { padding: 2px 0; display: inline-block }
.footer_middle a:hover, .footer_middle ul li a:hover { text-decoration: none; color: #e8403f }
.footer_middle dl dt { font-size: 13px; color: #fff; font-weight: 400; margin: 17px 0 6px; display: inline-block; }
.footer_middle dl dd { font-size: 13px; color: #848484; font-weight: 400; margin: 2px 0 0; }
.footer_middle dl dt:first-child { margin-top: 0 }
.footer_middle .address { position: relative }
.address_foot p:before { width: 30px; height: 30px; position: absolute; left: 0; top: 0; content: ""; background: url(../images/sprite.png) no-repeat }
.address_foot p.address:before { background-position: -5px -47px }
.address_foot p.phone:before { background-position: -42px -51px }
.address_foot p.mail:before { background-position: -87px -54px }
.footer_middle .last_menus { padding: 18px 0; margin: 50px 0 0; border-top: 1px solid #232323; }
.footer_middle .last_menus li { float: left; }
.footer_middle .last_menus li a { border-right: 1px solid #848484; padding: 0 20px !important; line-height: 100%; font-size: 12px }
.footer_middle .last_menus li:nth-child(2) a { border-right: 0 }
.footer_middle .last_menus li:first-child a { padding-left: 0 !important }
.footer_bottom { background: #0c0c0c; padding: 20px 0 }
.footer_social { background: url(../images/socialMedia.png) no-repeat; height: 39px; width: 39px; display: inline-block; margin: 0 12px 0 0 }
.social_share_basket .footer_social { background: url(../images/socialMedia_color.png) }
.fb_icon { background-position: -3px -5px !important }
.twit_icon { background-position: -57px -5px !important }
.youtube_icon { background-position: -109px -5px !important }
.insta_icon { background-position: -164px -5px !important }
.whatsapp_icon { background-position: -219px -5px !important }
.footer_bottom { color: #858585; font-size: 14px }
.footer_bottom a { margin-left: 5px }
.footer_bottom .copyright { margin: 0; padding-top: 12px }
.footer_bottom .powerdBy { margin: 0; padding-top: 12px; text-align: right }
/* innerpages */
.innerpage { padding-top: 110px; padding-bottom: 80px }
.innerpage h2 { font-size: 23px; color: #333333; font-family: 'Poppins', sans-serif; font-weight: 400 }
.innerpage h4 { font-size: 15px; color: #6c6c6c; font-weight: 300 }
.innerpage h4 a { color: #ef4242; font-weight: 400; text-decoration: underline }
.form-label { font-weight: 400; color: #6a6e78; font-size: 13.5px; margin-bottom: 10px; }
.form_image { padding-right: 15px }
.form_image img { max-width: 100% }
.form_select { background: url(../images/dropdown_arrow.png) no-repeat 96% 0; background-position: right 13px top 14px; padding-right: 40px; -webkit-appearance: none; -moz-appearance: none; appearance: none; }
.check_terms { display: block; position: relative; margin-bottom: 12px; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; border-top: 1px solid #e7e7e7; margin-top: 19px; padding-top: 27px; color: #929292; font-size: 14px; }
.check_terms input { position: absolute; opacity: 0; cursor: pointer; height: 0; width: 0; }
.checkmark { position: absolute; top: 28px; left: 4px; height: 23px; width: 23px; border: 1px solid #cccccc; border-radius: 4px }
.check_terms label { padding-left: 40px; line-height: 180%; margin-bottom: 30px; position: relative; }
.check_terms label a { color: #ef4242; }
.checkmark:after { content: ""; position: absolute; display: none; }
.check_terms input:checked ~ .checkmark:after { display: block; }
.check_terms .checkmark:after { left: 8px; top: 5px; width: 5px; height: 10px; border: solid #ef4543; border-width: 0 2px 2px 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
.submit_button { background: #333333; color: #fff; border: none; display: block; font-size: 17px; width: 100%; border-radius: 4px; text-transform: uppercase; padding: 16px 13px; border: 1px solid #333; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }
.submit_button:hover { color: #333; background: #fff; }

.submit_button_ { background: #333333; color: #fff; border: none; display: block; font-size: 17px; border-radius: 4px; text-transform: uppercase; padding: 16px 13px; border: 1px solid #333; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }
.submit_button_:hover { color: #333; background: #fff; }

.update_order_link { background: #333333; color: #fff; border: none; display: inline-block; font-size: 13px; border-radius: 4px; padding:6px 8px; border: 1px solid #333; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }
.update_order_link:hover { color: #333; background: #fff; }

.update_order_link + .update_order_link {background:none; color:#333}
.update_order_link + .update_order_link:hover {background:#333; color:#fff}


.register_form { margin-top: 30px }
.register_form .form-control { margin-bottom: 0; height: 38px; font-size: 14px; border-color: #d4d4d4 }
.register_form input[type="file"].form-control { padding: 0; line-height: 30px; }
.register_form textarea.form-control { height: 68px }
.forgot_link__ { text-align: right; float: right; color: #686868; font-size: 13px; }
.forgot_link__:hover { text-decoration: none; color: #eb4245 }
.password_remember { display: block; position: relative; padding-left: 30px; margin-bottom: 12px; cursor: pointer; font-size: 13px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; color: #686868; font-weight: 300 }
.password_remember input { position: absolute; opacity: 0; cursor: pointer; height: 0; width: 0; }
.checkmark2 { position: absolute; top: 0; left: 0; height: 18px; width: 18px; background-color: #fff; border: 1px solid #afafaf }
.password_remember input:checked ~ .checkmark2 { background-color: #fff; }
.checkmark2:after { content: ""; position: absolute; display: none; }
.password_remember input:checked ~ .checkmark2:after { display: block; }
.password_remember .checkmark2:after { left: 6px; top: 2px; width: 5px; height: 10px; border: solid #ef4543; border-width: 0 2px 2px 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
.socialMedia_login { margin-bottom: 0; margin-top: 15px }
.fb_login { background: #415eae; color: #fff; text-align: center; border-radius: 4px; padding: 10px 30px; display: block; font-size: 15px; font-weight: 300 }
.google_plus_login { background: #d24330; color: #fff; text-align: center; border-radius: 4px; padding: 10px 30px; display: block; font-size: 15px; font-weight: 300 }
.socialMedia_login img { margin-right: 5px }
.socialMedia_login a:hover { color: #fff; text-decoration: none; }
.with_breadcrumb { padding-top: 86px }
.innerpage_new.with_breadcrumb { padding-top: 80px }
.breadcrumb_block { background: #f7f8fa; padding: 10px 0; margin-bottom: 30px; }
.breadcrumb_block ul { list-style-type: none; padding: 0; margin: 0 }
.breadcrumb_block ul li { display: inline-block; position: relative; padding-right: 10px; }
.breadcrumb_block ul li a, .breadcrumb_block ul li span { display: block; font-size: 12px; }
.breadcrumb_block ul li a { color: #7c7c7c }
.breadcrumb_block ul li span { color: #ed4042 }
.breadcrumb_block ul li:after { content: ">"; display: block; position: absolute; top: 0; right: 0; bottom: 0 }
.breadcrumb_block ul li:last-child { padding-right: 0 }
.breadcrumb_block ul li:last-child:after { display: none }
.subhead { font-size: 24px; color: #222222; font-weight: 400 }
.myAccount_list { padding: 0; margin: 38px 0 0; list-style-type: none; border-right: 1px solid #ceced5; }
.myAccount_list li { padding: 10px 0; position: relative }
.myAccount_list li a { color: #545454; font-size: 14px; font-weight: 300; display: block; text-transform: capitalize }
.myAccount_list li a:hover { color: #ed4544; text-decoration: none }
.myAccount_list li h6 { font-size: 14px; font-weight: 400; color: #111111; text-transform: capitalize }
.myAccount_list li.active a { color: #ed4544; }
.myAccount_list li.active:after { width: 1px; background: #ed4544; top: 0; bottom: 0; right: -1px; content: ""; position: absolute; }
.right_box_head { margin-bottom: 23px }
.right_box_head .subhead { float: left }
.outfit_right_head { float: right }
.outfit_right_head ul { padding: 0; margin: 0 10px 0 0; list-style-type: none; display: inline-block }
.outfit_right_head ul li { display: inline-block; }
.outfit_right_head ul li a { color: #818181; font-size: 13px; border-right: 1px solid #464646; padding: 0 10px; line-height: 13px }
.outfit_right_head ul li a:hover { text-decoration: none }
.outfit_right_head ul li:last-child a { border-right: 0 }
.outfit_right_head ul li.active a { color: #464646 }
.bordered_btn { border: 1px solid #323232; text-align: center; background: none; font-size: 15px; color: #333333; font-weight: 500; padding: 10px 30px; border-radius: 4px; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }
.bordered_btn img { margin-right: 5px; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }
.bordered_btn:hover { background: #333; color: #fff; }
.bordered_btn:hover img { filter: brightness(7); }
.order-item { border: 1px solid #ceced6; margin-bottom: 20px }
.order_title { background: #fffbf8; padding: 15px 30px; }
.order_title p { margin: 0 }
.order-item h3 { color: #1c1c1c; font-size: 17px; font-weight: 400 }
.order-item p { color: #797979; font-size: 13px; font-weight: 300 }
.order_body { padding: 25px 30px }
.order-footer { padding: 10px 30px; position: relative }
.order-footer:before { position: absolute; top: 0; left: 30px; right: 30px; height: 1px; background: #eeeeee; content: "" }
.order-footer h5 { display: inline-block; font-size: 13px; font-weight: 400; color: #242424; margin: 0 ; vertical-align: middle;}
.order-footer h5 span { color: #797979 }
.order-footer .cancel_order_link { float: right; color: #4b4f59; font-size: 13px; text-decoration: underline; font-weight: 500; margin-top: 10px; }
.order-footer .cancel_order_link:hover { color: #eb4245; }
.order-footer form .cancel_order_link {margin-top: -37px;border: none;background: none;}
.order-footer form .alert{margin-top: 10px;}
.order-footer .track_btn { background: #7f848f; color: #fffbf8; border: none; padding: 10px 20px; margin-right: 10px; font-size: 12px }
.order-footer .track_btn:hover { background: #eb4245 }
.order-footer .track_btn img { margin-right: 10px }
.order_item-image { border: 3px solid #eaeaea; text-align: center }
.order-item_text { padding-left: 37px }
.order_body h5 { color: #1c1c1c; font-size: 16px; font-weight: 400 }
.order-item_text ul { padding: 0; margin: 0; list-style-type: none }
.order-item_text ul li { color: #797979; font-size: 13px; }
.order-item_text ul li span { float: right; color: #242424; text-align: left; width: 120px; }
.order_body h4 { font-size: 15px; font-weight: 400; text-transform: uppercase }
.red_text { color: #b11f1f !important; }
.yellow_text { color: #ec4e00 !important; }
.green_text { color: #418b00 !important; }
.indicator { background: #eb4245; color: #fff; font-size: 9.5px; height: 20px; width: 20px; border-radius: 50%; text-align: center; line-height: 20px; position: absolute; right: 20px }
span.welcom_member { color: #bababa; font-size: 13px; font-weight: 400; padding: 0 10px; margin: 0 10px; border-left: 1px solid #383838; border-right: 1px solid #383838; cursor: pointer }
.faq_list button { display: block; width: 100%; text-align: left; border: 0; background: none; color: #3a3a3a; font-size: 15px; font-weight: 500; font-family: 'Poppins', sans-serif; padding: 20px 35px 20px 0; border-bottom: 1px solid #f1f1f1; position: relative }
.faq_list button:focus { outline: none }
.faq_list .content { font-size: 14px; color: #666666; font-weight: 300; padding-top: 15px; line-height: 170% }
.faq_list .content a { color: #ef4543 }
.carousel-fade .carousel-item { display: block; opacity: 0; transition: opacity 0.75s ease-in-out; }
.carousel-fade .carousel-item.active { opacity: 1; }
.pages_main h2 { margin: 0; color: #3a3a3a; font-size: 26px; /*font-family: 'Playfair Display', serif;*/ font-weight: 400; margin-bottom: 15px; }
.pages_main h5 { color: #6f6f6f; font-size: 16px; font-weight: 400 }
.faq_list { padding-top: 20px }
.shrink_icon { float: right; width: 20px; height: 20px; position: absolute; right: 0; top: 22px; }
.shrink_icon:after { height: 2px; width: 12px; background: #3a3a3a; content: ""; display: block; position: absolute; top: 10px; }
.shrink_icon:before { -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
.collapsed .shrink_icon:before { height: 12px; width: 2px; background: #3a3a3a; content: ""; display: block; position: absolute; top: 5px; left: 5px; }
.edit_button { background: none; height: 30px; border: none }
.table_previous { border: 1px solid #ceced6; margin: 20px 0 0; }
.table_previous th { background: #ec4441; color: #fff; height: 50px; border: none; font-size: 13px; font-weight: normal !important; vertical-align: middle !important; border: none !important }
.table_previous td { border: none !important; vertical-align: middle; background: #f2f2f2; font-size: 13px; color: #1c1c1c; font-weight: 300 }
.table_previous tr:nth-child(even) td { background: #fff }
/* for temporory data table style */
table.dataTable.no-footer { border-bottom: 1px solid #ceced6 !important }
.dataTables_length, .dataTables_info { display: none }
.dataTables_filter { color: #333333; font-size: 12px; font-weight: 300 }
.dataTables_filter input { border: 1px solid #d4d4d4; border-radius: 4px; height: 30px; width: 138px }
.dataTables_paginate ul{ margin-top: 20px; font-size: 12px; border: 2px solid #c3cbcf; border-radius: 4px; padding-top: 0 !important;float: right; text-align: right;}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled a, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled a:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled a:active { border: 0 !important; color:#666 }
.dataTables_wrapper .dataTables_paginate .paginate_button.current a, .dataTables_wrapper .dataTables_paginate .paginate_button.current a:hover { background: #c3cbcf; color: #fff !important; border: none; border-radius: 0 }
table.dataTable thead th, table.dataTable thead td { padding: 0 .75rem }
.order_status { background: #f6f6f6; margin-bottom: 24px; padding: 40px 30px; }
.status_progress { padding: 0 0 0 20px; margin: 0; list-style-type: none }
.status_progress li { padding: 20px 30px; border-left: 1px solid #bbbbbb; position: relative }
.status_progress li img { opacity: 0.5 }
.status_progress li h5 { color: #bbbbbb; font-size: 18px; font-weight: 400; margin: 0 0 5px }
.status_progress li p { margin: 0; color: #979797; font-size: 12px }
.status_progress li:before { content: ""; height: 14px; width: 14px; border-radius: 50%; position: absolute; left: -8px; top: 27px; background: #bbbbbb }
.status_progress li.active_order img { opacity: 1 }
.status_progress li.active_order h5 { color: #eb4245; }
.status_progress li.active_order:before { background: #eb4245; border: 1px solid #fff }
.item_number { padding-right: 30px }
.item_number, .item_total { color: #4b4b4b; font-size: 14px; font-weight: 400 }
.item_number span, .item_total span { color: #797979 }
.profile_form .submit_button, .form_checkout .submit_button { display: inline-block; width: auto; font-size: 15px; padding: 11px 30px; width: 319px; max-width: 100%; text-align: center }
.form_checkout .submit_button:hover { text-decoration: none }
.form-control:focus { box-shadow: 0 0 0 0.2rem rgba(235,66,69,.15); }
.profile_media .profile_img {/* height: 75px; width: 75px; */ border-radius: 50%; position: relative; text-align: center }
.profile_media .profile_img img { width: 75px; height: 75px; border-radius: 50%; }
.profile_media .file-upload { position: relative }
.profile_media .file-upload label { display: block; font-weight: 500; margin: 10px 0 0; background: #000; color: #fff; padding: 3px 8px; text-transform: uppercase; font-size: 14px; }
.profile_media .file-upload__input { width: 98px; position: absolute; opacity: 0; left: 0; z-index: 100; top: 0; bottom: 0 }
.profile_media h5 { font-size: 16px; color: #444444; font-weight: 400; /*font-family: 'Playfair Display', serif;*/ margin: 0 0 5px }
.profile_media p { margin: 0; font-size: 14px; color: #777777; word-break: break-word;  font-size:12px}
.edit_profile { height: 25px; width: 25px; background: #eb3f44; display: block; border-radius: 50%; text-align: center; line-height: 25px; position: absolute; top: 0; right: 0 }
.edit_profile img { width: auto !important; height: auto !important }
.outfit_tab li a { font-size: 20px; font-weight: 500; color: #b0b2b7; text-transform: uppercase; font-family: 'Poppins', sans-serif; padding: 10px 30px; position: relative; border: none }
.outfit_tab.nav-tabs .nav-item.show .nav-link, .outfit_tab.nav-tabs .nav-link.active { border: none; color: #292929 }
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover { border: none }
.nav-tabs .nav-link { border-left: 0; border-top: 0; border-right: 0; }
.outfit_tab li a:after { height: 3px; width: 0; background: #eb4345; content: ""; position: absolute; bottom: 0; left: 0 }
.outfit_tab.nav-tabs .nav-link.active:after { width: 100% }
.outfit_tab_content .tab-pane { padding: 30px 10px; }
.outfit_form .submit_button { margin-top: 30px; width: 210px; }
.outfit_form .form-row { margin-left: -15px; margin-right: -15px }
.outfit_form .form-row>.col, .outfit_form .form-row>[class*=col-] { padding-left: 15px; padding-right: 15px }
.add_more { display: inline-block; font-size: 13px; color: #5d5e62; font-weight: 500 }
.add_more img { margin-right: 5px }
.add_more:hover { color: #eb4245; text-decoration: none }
.radiocontainer { display: inline-block; position: relative; padding-left: 30px; margin-bottom: 15px; cursor: pointer; font-size: 14px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; color: #383838; font-weight: 400; margin-right: 30px }
/* Hide the browser's default checkbox */
.radiocontainer input { position: absolute; opacity: 0; cursor: pointer; height: 0; width: 0; }
/* Create a custom checkbox */
.radiomark { position: absolute; top: 1px; left: 0; height: 19px; width: 19px; background: none; border-radius: 50%; border: 1px solid #bfbfbf }
/* When the checkbox is checked, add a blue background */
/*.radiocontainer input:checked ~ .radiomark { background-color: #2196F3; }*/
/* Create the checkmark/indicator (hidden when not checked) */
.radiomark:after { content: ""; position: absolute; display: none; }
/* Show the checkmark when checked */
.radiocontainer input:checked ~ .radiomark:after { display: block; }
/* Style the checkmark/indicator */
.radiocontainer .radiomark:after { left: 2px; top: 2px; width: 13px; height: 13px; border-radius: 50%; background: #eb4245; }
.radiocontainer span { font-size: 12px; color: #888888 }
.outfit_tab { position: inherit !important; background: none; top: 0; }
.dimentions { margin-bottom: 20px; -ms-flex-wrap: wrap!important; flex-wrap: wrap!important; }
.dimentions button { border-radius: 4px; background: none; border: 1px solid #bcbcbc; width: 39px; height: 34px; margin-right: 15px }
.dimentions_box_ { position: relative; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; margin-bottom: 0; border-radius: 4px; background: none; border: 1px solid #bcbcbc; width: auto; height: 34px; margin-right: 15px; }
.dimentions_box_ input { position: absolute; opacity: 0; cursor: pointer; height: 0; width: 0; }
.dimentions_pick {/* position: absolute; */ top: 0; left: 0; bottom: 0; line-height: 34px; right: 0; text-align: center; display: block; padding: 0 4px }
.dimentions_box_ input:checked ~ .dimentions_pick { background-color: #ef4543; color: #fff; }
.color_select { margin-bottom: 20px; }
.color_select .color_pick { border-radius: 4px; width: 34px; height: 31px; border: none; margin-right: 5px }
.color1 { background: #eb4245; }
.color2 { background: #9942eb; }
.color3 { background: #ebb942; }
.color4 { background: #42eb5e; }
.color5 { background: #eb7242; }
.color6 { background: #4a42eb; }
.color7 { background: #e528de; }
.color8 { background: #7d7d7d; }
.color9 { background: #42cdeb; }
.color10 { background: #eb427a; }
.color11 { background: #8fcc2f; }
.color12 { background: #484848; }
/* The container */
.color_box_ { display: inline-block; position: relative; padding-left: 35px; margin-bottom: 0 !important; cursor: pointer; font-size: 22px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; height: 34px; width: 31px; margin-right: 3px }
/* Hide the browser's default checkbox */
.color_box_ input { position: absolute; opacity: 0; cursor: pointer; height: 0; width: 0; }
/* Create a custom checkbox */
.color_pick { position: absolute; top: 0; left: 0; }
/* Create the color_pick/indicator (hidden when not checked) */
.color_pick:after { content: ""; position: absolute; display: none; }
/* Show the color_pick when checked */
.color_box_ input:checked ~ .color_pick:after { display: block; }
/* Style the color_pick/indicator */
.color_box_ .color_pick:after { left: 14px; top: 7px; width: 7px; height: 13px; border: solid white; border-width: 0 2px 2px 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
.edit_outfit { height: 30px; width: 30px; line-height: 30px; text-align: center; background: #eb4245; border-radius: 50%; display: block }
.outfit_thumb { padding-bottom: 30px; position: relative }
.outfit_thumb .edit_outfit_thumb { position: absolute; top: 5px; right: 5px; z-index: 1; background: #eb4245; height: 35px; width: 35px; line-height: 35px; text-align: center; display: block; border-radius: 50%; }
.outfit_thumb .delete_outfit_thumb { position: absolute; top: 5px; right: 45px; z-index: 1; background: #eb4245; height: 35px; width: 35px; line-height: 35px; text-align: center; display: block; border-radius: 50%; }
.offer_frnd { padding-bottom: 30px }
.offer_frnd h6 { color: #333333; font-size: 16px; font-weight: 400; letter-spacing: 4px; margin: 0 }
.offer_frnd h3 { color: #222222; font-size: 65px; font-weight: 400; font-family: 'Playfair Display', serif; margin-bottom: 8px }
.offer_frnd h3 span { font-size: 30px }
.offer_frnd h4 { color: #333333; font-size: 18px; font-weight: 400; letter-spacing: 4px; text-transform: uppercase }
.field_refer { flex: 1; padding-right: 10px; }
.field_refer input[type="text"] { height: 46px; line-height: 46px; color: #1e1e1e; border-color: #d4d4d4; }
.invite_button { background: #ea4143; height: 46px; line-height: 46px; border: 1px solid #ea4143; color: #fff; font-size: 17px; font-weight: 500; text-transform: uppercase; padding: 0 20px; border-radius: 4px; width: 235px; max-width: 100%; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }
.invite_button:hover { background: none; color: #ea4143 }
.referOption1 label { color: #555555; font-size: 14px; font-weight: 400; letter-spacing: 2px; text-transform: uppercase }
.referOption1 .refer_hint { margin-top: 10px; font-weight: 300; font-size: 13px; color: #555555; letter-spacing: 0.5px }
.or_text { color: #555555; font-size: 16px; font-weight: 300; margin: 20px 0; display: inline-block }
.or_text:before, .or_text:after { width: 75px; height: 1px; background: #e1e1e1; content: ""; display: inline-block; vertical-align: middle; }
.or_text:after { margin-left: 10px; }
.or_text:before { margin-right: 10px }
.referOption2 input[type="text"] { border-style: dashed }
.referOption2 .invite_button { color: #1e1e1e; font-weight: 300; background: #f0f0f0; border: 1px solid #f0f0f0; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }
.referOption2 .invite_button:hover { background: none; }
.referOption3 h3 { font-size: 18px; font-weight: 400; color: #555555; letter-spacing: 0.5px; }
.referOption3 h3 span { color: #ea4143; }
.social_share { padding-top: 30px; padding-bottom: 20px }
.social_share span { padding-right: 10px }
.social_share a { padding: 0 4px }
.social_share a img { max-width: 100% }
.carousel_title { padding-bottom: 30px }
.carousel_title h3 { font-size: 20px; color: #333333; font-weight: 400; font-family: 'Playfair Display', serif; margin-bottom: 0 }
.carousel_title .viewAll_link { padding-bottom: 0; }
.cart_list { margin-bottom: 0 }
.cart_list .order-item_text { text-align: left }
.cart_list .order-item_text ul li { color: #242424; font-weight: 400; margin-bottom: 3px }
.cart_list .order-item_text ul li span { float: none; display: inline-block; color: #797979 }
.cart_list .media { max-width: 400px; }
.cart_list .amount_cart { font-size: 18px; font-weight: 500; color: #222222 }
.cart_list .amount_cart span { font-weight: 300; font-size: 16px; color: #333333; }
.remove_row { position: relative; width: 50px; height: 50px; text-align: center; padding: 0; background: url(../images/delete.jpg) no-repeat; background-position: center center; border: none }
.responsive_table th, .responsive_table td { text-align: left; border-top: 0 !important; border-bottom: 1px solid #ceced6 !important; padding: 20px 0; vertical-align: middle }
.responsive_table th { color: #777777; font-weight: 300; text-transform: uppercase; font-size: 13px; }
.cart_head a { color: #828282; font-size: 13px; font-weight: 300 }
.cart_head a span { height: 1px; width: 30px; background: #7a7d81; vertical-align: middle; display: inline-block; margin-right: 10px; position: relative }
.cart_head a span:after, .cart_head a span:before { width: 10px; background: #7a7d81; height: 1px; content: ""; display: block }
.cart_head a span:after { transform: rotate(34deg); top: 3px; left: 0; position: absolute; }
.cart_head a span:before { transform: rotate(-34deg); position: absolute; left: 0; top: -3px; }
.cart_head .subhead { color: #1c1c1c; margin-left: 30% }
.cart_head .subhead span { font-size: 14px; font-weight: 300; font-family: 'Poppins', sans-serif; }
.summary_cart, .summary_Order { padding-left: 50px }
.summary_cart h4, .summary_Order h4 { color: #1c1c1c; font-size: 19px; font-weight: 400; font-family: 'Playfair Display', serif; margin-bottom: 20px }
.summary_cart ul { padding: 0; margin: 0 0 15px 0; list-style-type: none }
.summary_cart ul li { text-align: right; display: -ms-flexbox!important; display: flex!important; color: #242424; font-size: 13px; font-weight: 400; line-height: 180%; margin-bottom: 5px; }
.summary_cart ul li span { text-align: left; color: #797979; }
.summary_cart li.total_smmary { border-top: 1px dotted #e3e4e8; margin-top: 25px; padding-top: 20px; color: #111111; font-size: 20px; font-weight: 600; -ms-flex-align: center!important; align-items: center!important; }
.summary_cart li.total_smmary h4 { font-size: 14px; font-weight: 400; font-family: 'Poppins', sans-serif; color: #4b4b4b; margin: 0; }
.summary_cart li.total_smmary span { color: #1c1c1c; font-weight: 400; font-size: 20px; padding-right: 5px; }
.cart_listing:after { content: ""; width: 1px; background: #c7cad0; position: absolute; top: 0; bottom: 0; right: -15px; }
/* checkout_page */
.checkout_tab { margin-top: 30px; }
.checkout_tab.nav-tabs { border-bottom: 2px solid #1f2a44; background: #f8f8fa }
.checkout_tab.nav-tabs .nav-link { border: none }
.checkout_tab.nav-tabs .nav-link:focus, .checkout_tab.nav-tabs .nav-link:hover { border: none }
.checkout_tab.nav-tabs .nav-item { margin-bottom: 0 }
.checkout_tab.nav-tabs .nav-item.show .nav-link, .checkout_tab.nav-tabs .nav-link.active { background: none }
.checkout_tab.nav-tabs .nav-link { font-size: 16px; font-weight: 500; text-transform: uppercase; color: #b8b7b7; border-radius: 0; padding: 15px 30px }
.checkout_tab.nav-tabs .nav-link img { margin-right: 15px; opacity: 0.3 }
.checkout_tab.nav-tabs .nav-link.active { color: #111111; }
.checkout_tab.nav-tabs .nav-link.active img { opacity: 1; }
.checkout_tabContent .tab-pane { padding: 30px 15px 30px 30px; }
.form_checkout .form-row { margin-right: -5px; margin-left: -5px; }
.form_checkout .form-row>.col { padding-left: 15px; padding-right: 15px; }
.form_checkout .form-control { font-size: 14px; color: #252525; font-weight: 400 }
.paymentDashboard { overflow: hidden; position: relative; width: 100%; border: 1px solid #efefef; }
.paymentDashboard .payHead { border-bottom: 1px solid #e6e6e6; font-size: 16px; padding: 30px }
.paymentGatewayList { background: #f7f7f7; margin-bottom: -99950px; width: 250px; outline: 1px solid #e6e6e6; padding-bottom: 99999px; float: left; }
.singlePaymentGateway { cursor: pointer; height: 50px; line-height: 50px; padding: 0 30px 0 15px; position: relative; width: 100%; }
.selectedPay { margin-bottom: 95px; padding: 20px; width: calc(100% - 250px); float: left }
.bottomBar { bottom: -93px; box-shadow: unset; left: 0; position: absolute; right: 0; }
.creditCardBox { position: relative }
.creditCardBox .ccForm { background-color: #f7f7f7; float: left; padding: 24px 20px 16px; width: 100%; }
.creditCardBox .inputBox { background-color: #fff; float: left; margin-bottom: 6px; outline: 1px solid #d9d9d9; padding: 10px; width: 100%; }
.creditCardBox .inputBox input { width: 100%; border: none; }
.creditCardBox .inputBox input:focus { outline: none }
.card_save_check { display: block; position: relative; margin-bottom: 12px; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; margin-top: 19px; padding-left: 36px; color: #929292; font-size: 14px; }
.card_save_check input { position: absolute; opacity: 0; cursor: pointer; height: 0; width: 0; }
.checkmark { position: absolute; top: 0; left: 4px; height: 23px; width: 23px; border: 1px solid #cccccc; border-radius: 4px }
.card_save_check label { padding-left: 40px; line-height: 180%; margin-bottom: 41px }
.card_save_check label a { color: #ef4242; }
.checkmark:after { content: ""; position: absolute; display: none; }
.card_save_check input:checked ~ .checkmark:after { display: block; }
.card_save_check .checkmark:after { left: 8px; top: 5px; width: 5px; height: 10px; border: solid #ef4543; border-width: 0 2px 2px 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
.icon_next { height: 8px; width: 8px; border-top: 1px solid #000; border-right: 1px solid #000; transform: rotate(45deg); display: inline-block; position: absolute; right: 15px; top: 23px; }
.active_methode { background: #fff }
.summary_checkout .total_smmary { border-bottom: 1px dotted #e3e4e8; padding-bottom: 10px; padding-top: 10px !important }
.order-summary_list { padding: 15px; border: 1px solid #eeeeee; margin-top: 10px; }
.order-summary_list h5 { color: #1c1c1c; font-size: 15px; font-weight: 400; font-family: 'Playfair Display', serif; }
.order-summary_list h6 { color: #575656; font-size: 13px; font-weight: 400; margin: 10px 0 }
.order-summary_list h4 { color: #222222; font-size: 14px; font-weight: 500; font-family: 'Poppins', sans-serif; }
.order-summary_list h4 span { color: #333333; font-weight: 300 }
.order-summary_list .media-body { padding-left: 20px }
.outfit_list_head h3 { font-size: 30px; color: #333333; }
.outfit_list_head h3 span { font-size: 18px }
.outfit_list_head .list_sorting label { color: #333333; font-size: 12px; font-weight: 300; padding-right: 10px }
.outfit_list_head .list_sorting select { display: inline-block; width: auto; font-size: 13px; color: #686868; height: 30px; padding-right: 20px; line-height: 17px; background-size: 11px; background-position: right 8px top 12px; }
.outfit_listings { margin-top: 10px }
.outfit_listings .row { margin-left: -6px; margin-right: -6px; }
.outfit_listings .row >[class*=col-] { padding-left: 6px; padding-right: 6px; padding-bottom: 15px }
.outfit_listings .thumb_weddingdress { margin-bottom: 0 }
.thumb_weddingdress { cursor: pointer; }
.thumb_image { position: relative; overflow: hidden;text-align: center }
.thumb_weddingdress .overlay_thumb { position: absolute; bottom: -45px; padding: 0; z-index: 0; left: 0; right: 0; text-align: center; -webkit-transition: all 4s ease-in-out; -moz-transition: all .4s ease-in-out; -ms-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out; transition: all .4s ease-in-out; }
.view_detail { background: #eb4245; border: 1px solid #eb4245; color: #fff; letter-spacing: 2px; font-size: 13px; font-weight: 400; font-family: 'Playfair Display', serif; padding: 10px 20px; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }
.view_detail:hover { background: #fff; color: #eb4245; font-weight: 600 }
.thumb_weddingdress:hover .overlay_thumb { bottom: 33px }
.pagination { margin: 18px 0 0 }
.pagination .page-link { border-bottom: 2px solid #c3cbcf; border-top: 2px solid #c3cbcf; border-right: 0; border-left: 0; color: #646769; font-size: 13px; font-weight: 500 }
.pagination .page-link.next_ { border-left: 1px solid #c3cbcf; border-right: 2px solid #c3cbcf; color: #c3cbcf }
.pagination .page-link.prev_ { border-left: 2px solid #c3cbcf; border-right: 1px solid #c3cbcf; margin-right: 1px; color: #c3cbcf }
.pagination .page-link.active { background: #c3cbcf; color: #fff }
.sorting_tabs { color: #333333; font-size: 18px; display: block; font-weight: 400; /*font-family: 'Playfair Display', serif;*/ padding: 8px 35px 10px 0; position: relative; text-transform: uppercase; border-bottom: 1px solid #e9e7e7; }
.sorting_tabs:hover { text-decoration: none; color: #333333; }
.toggle_icon { height: 2px; width: 12px; display: inline-block; background: #333333; position: absolute; right: 0; top: 20px }
.sorting_tabs .toggle_icon:after { display: none }
.sorting_tabs.collapsed .toggle_icon:after { height: 12px; width: 2px; background: #333333; content: ""; display: block; margin-top: -5px; margin-left: 5px; }
.sortCheckBox { display: block; position: relative; margin-bottom: 0; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; margin-top: 0; padding-left: 33px; color: #929292; font-size: 14px; text-transform: capitalize }
.sortCheckBox input { position: absolute; opacity: 0; cursor: pointer; height: 0; width: 0; }
.sortcheckmark { position: absolute; top: 2px; left: 0; height: 16px; width: 17px; border: 1px solid #afafaf; border-radius: 0; }
.sortCheckBox label { padding-left: 40px; line-height: 180%; margin-bottom: 41px }
.sortCheckBox label a { color: #ef4242; }
.sortcheckmark:after { content: ""; position: absolute; display: none; }
.sortCheckBox input:checked ~ .sortcheckmark:after { display: block; }
.sortCheckBox .sortcheckmark:after { left: 5px; top: 1px; width: 5px; height: 10px; border: solid #ef4543; border-width: 0 2px 2px 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
.sorting_content { padding: 10px 0 }
.sorting_content ul li { font-size: 13px; font-weight: 300; color: #717171; text-decoration: none; display: block; padding: 5px 0; }
.pick_date .btn-outline-secondary { border-left: none !important; padding: 0; width: 40px; height: 40px; border-color: #333333 !important }
.sorting_content .gj-icon { background: url(../images/calender_icon.png) no-repeat; background-position: center center; text-indent: -9999px; height: 40px; width: 40px; top: 0 !important; left: 0 !important }
.pick_date .form-control { height: 40px; border-right: 0; border-color: #333333 !important; color: #242424; font-size: 14px; font-weight: 400 }
.pick_date .form-control:focus { outline: none; box-shadow: none }
.chevron-left { border-bottom: 1px solid #000; border-left: 1px solid #000; height: 10px; width: 10px; display: block; transform: rotate(44deg) !important; margin: 10px 0 0 11px !important; }
.chevron-right { border-bottom: 1px solid #000; border-right: 1px solid #000; height: 10px; width: 10px; display: block; transform: rotate(-44deg) !important; margin: 10px 0 0 11px !important; }
.chevron-left:after, .chevron-right:after, .chevron-left:before, .chevron-right:before { display: none !important }
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-secondary.dropdown-toggle:focus { box-shadow: none }
.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show>.btn-outline-secondary.dropdown-toggle { background: none }
.tooltip-inner { background-color: #ec4643; }
.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before { border-bottom-color: #ec4643 }
.sorting_content ul { list-style-type: none; padding: 0; margin: 0 }
.sorting_content ul li a { font-size: 14px; font-weight: 300; color: #717171; text-decoration: none; display: block; padding: 0 }
.sorting_content ul li a.selected { color: #eb4245; }
.sorting_content .color_select { margin: 10px 0 }
.sorting_content .color_select .color_pick { margin-bottom: 7px }
.more-options { color: #757575; font-size: 12px; font-weight: 400; text-decoration: none }
.more-options:hover { text-decoration: none }
.mob_show { display: none }
.sub_menu_mob a { display: block; position: relative; padding: 10px 0px; color: #151515; }
.sub_menu_mob a:hover { text-decoration: none }
.filter_menu1 a { display: block; color: #151515; text-decoration: none; font-size: 18px; font-weight: 500; line-height: 40px; text-align: center }
.accordian-body { position: absolute; z-index: 100; background: #fff; padding: 10px; width: 250px; border: 1px solid #ddd; border-radius: 5px; top: 52px; left: 15px; }
/*.accordian-body::before {border: 1px solid #ddd;background: #fff;transform: rotate(45deg);height: 10px;width: 10px;content: "";display: block;position: absolute;top: -5px;border-bottom: 0;border-right: 0;left: 50%;}*/
.sort_mobile_ a { font-size: 13px; font-weight: 300; color: #717171; text-decoration: none; display: block; padding: 5px 0; }
.sort_mobile_.accordian-body { right: 15px; left: inherit; width: 150px }
.terms_box { border-bottom: 1px solid #f0f0f0; margin-bottom: 0 }
.terms_box h4 { font-size: 15px; color: #3a3a3a; font-weight: 600; margin: 30px 0 20px }
.terms_box h6 { font-size: 14px; color: #353535; margin-bottom: 20px; line-height: 180%; margin-top: 20px }
.terms_box p { font-size: 14px; color: #666666; margin-bottom: 20px; line-height: 180% }
.product_price, .size_Rating { display: -ms-flexbox!important; display: flex!important; }
.product_title h3 { font-size: 30px; font-weight: 400; color: #1c1c1c; /*font-family: 'Playfair Display', serif;*/ margin: 0 }
.product_title h5 { font-size: 18px; font-weight: 400; color: #333333; /*font-family: 'Playfair Display', serif;*/ margin: 10px 0 0 }
.product_price { padding: 20px 0 }
.product_price h3 { color: #111111; font-size: 30px; font-weight: 500; margin: 0; display: inline-block; margin-right: 26px }
.product_price span { font-size: 14px; font-weight: 300; color: #333333; display:inline-block}
.product_price .price_left > span {display:block}
.product_price h3 span { font-size: 26px }
.product_price .price_right h5 { margin: 0; font-size: 16px; color: #5a5b63; font-weight: 400 }
.product_price .price_right h5 span { font-weight: 14px; color: #6f7078; font-weight: 300 }
.size_Rating { border-bottom: 1px solid #ececec; border-top: 1px solid #ececec; padding: 20px 0 }
.size_Rating h4 { color: #484848; font-size: 15px; font-weight: 500; margin-bottom: 0 }
.size_Rating h4 span { font-weight: 400; font-size: 14px; color: #828282 }
.size_Rating .star_rating span { margin-left: 18px; padding-left: 18px; border-left: 1px solid #dfdfdf; font-size: 14px; color: #828282; }
.size_Rating .star_rating span b { font-weight: 300; color: #484848 }
.availability_check { margin-top: 20px; margin-bottom: 20px }
.availability_check h3 { font-size: 17px; font-weight: 400; color: #5d5d5d; font-family: 'Playfair Display', serif; }
.availability_check label { font-size: 13.5px; color: #6f6f6f; font-weight: 400; margin-top: 15px; margin-bottom: 5px }
.availability_check .sorting_content { padding: 0 }
.availability_check .pick_date .form-control, .availability_check .pick_date .btn-outline-secondary { border-color: #d4d4d4 !important }
.avalable_link { text-align: right; padding-top: 38px }
.avalable_link a { font-weight: 400; font-size: 14px; color: #545454; text-decoration: underline; display: inline-block; padding: 10px 0; }
.social_share_basket { padding: 35px 0; border-bottom: 1px solid #ececec; }
.social_share_basket span { margin-bottom: 10px; font-size: 14px; color: #828282; font-weight: 300; display: block !important; }
.social_share_basket span, .social_share_basket a { vertical-align: middle; display: inline-block }
.add_basket { text-align: center; padding: 10px 0; max-width: 100%; width: 207px; display: block; font-size: 15px; font-weight: 500 }
.add_basket:hover { text-decoration: none }
.detail_review_description { margin-top: 15px }
.detail_review_description button { display: block; background: none; border: 0; width: 100%; border-bottom: 1px solid #ececec; text-align: left; padding: 0px 0 15px; font-weight: 400; color: #333333; /*font-family: 'Playfair Display', serif;*/ font-size: 17px; margin-bottom: 20px; position: relative }
.detail_review_description button:focus { outline: none }
.detail_description { color: #666666; font-size: 14px; font-weight: 300; line-height: 160%; padding: 0 0 20px }
.detail_description ul { padding: 0; margin: 15px 0 0 0; list-style-type: none; line-height: 180%; }
.detail_description ul li { position: relative; margin-bottom: 5px; padding-left: 25px; }
.detail_description ul li:before { content: ""; position: absolute; left: 0; top: 7px; border-bottom: 2px solid #333333; height: 6px; width: 11px; border-left: 2px solid #333333; transform: rotate(-40deg); }
.detail_review_description button .shrink_icon { top: 2px; height: 21px; width: 21px; }
.detail_review_description button .shrink_icon:after { height: 1px; width: 21px }
.detail_review_description button.collapsed .shrink_icon:before { height: 21px; width: 1px; background: #3a3a3a; content: ""; display: block; position: absolute; top: 0px; left: 10px; }
.content-carousel { width: 100%; display: block; margin: 0 auto 30px; height:375px; overflow:hidden}
.owl-carousel-thumb { width: calc(100% - 120px); float: right }
.owl-carousel-thumb .owl-stage-outer { border: 1px solid #f3f3f3 }
.owl-carousel-thumb .owl-controls .owl-dot { background-size: cover; margin-top: 10px; }
.owl-carousel-thumb .owl-dots { position: absolute; top: 0; left: -110px; width: 110px; height: 382px; overflow:hidden}
.owl-carousel-thumb .owl-dot { background-size: cover; background-position: top; background-repeat: no-repeat; height: 70px !important; border: 2px solid #eaeaea; margin-bottom: 6px; }
.owl-carousel-thumb .owl-dot.active { border-color: #f5a3a2 }
.owl-carousel-thumb .owl-nav { position: absolute; top: 50%; margin-top: -20px; left: 0; right: 0; height: 0 }
.owl-carousel-thumb .owl-nav .owl-prev { float: left; }
.owl-carousel-thumb .owl-nav .owl-next { float: right }
.owl-carousel-thumb .owl-nav div { text-indent: -99999px; width: 40px; height: 40px; position: relative; background:#fff}
.owl-carousel-thumb .owl-nav div:before { content: ""; width: 17px; height: 17px; border-left: 1px solid #000; border-bottom: 1px solid #000; position: absolute }
.owl-carousel-thumb .owl-nav .owl-prev:before { left: 15px; transform: rotate(46deg); top: 11px; }
.owl-carousel-thumb .owl-nav .owl-next:before { right: 15px; transform: rotate(223deg); top: 11px; }


.kids_carousel .owl-nav { position: absolute; top: 50%; margin-top: -20px; left: 0; right: 0; height: 0 }
.kids_carousel .owl-nav .owl-prev { float: left;    left: -40px; top: -40px; }
.kids_carousel .owl-nav .owl-next { float: right;    right: -40px;
    top: -40px; }
.kids_carousel .owl-nav div { text-indent: -99999px; width: 40px; height: 40px; position: relative }
.kids_carousel .owl-nav div:before { content: ""; width: 17px; height: 17px; border-left: 1px solid #000; border-bottom: 1px solid #000; position: absolute }

.kids_carousel .owl-nav .owl-prev:before { left: 15px; transform: rotate(46deg); top: 11px; }
.kids_carousel .owl-nav .owl-next:before { right: 15px; transform: rotate(223deg); top: 11px; }


.view_profile_section { padding: 15px; background: #f7f7f8; width: 100%; display: -ms-flexbox!important; display: flex!important; margin-bottom: 30px }
.view_profile { font-size: 11px; color: #8c8b8b; font-family: 'Playfair Display', serif; font-weight: 400; border: 1px solid #e1e1e1; padding: 8px 15px; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }
.view_profile:hover { background: #e1e1e1; color: #8c8b8b; text-decoration: none }
.dotted_box { border: 1px dashed #d7d7d7; padding: 30px 20px }
.dotted_box h5 { color: #5d5d5d; margin: 0; text-transform: uppercase; font-size: 15px; color: #5d5d5d; font-weight: 500 }
.dotted_box h5 span { display: block; }
.dotted_box a:hover { text-decoration: none }
.cart-show-link { display: inline-block; position: relative; vertical-align: middle }
.cart-show-link .dropdown-menu { padding: 0; border-radius: 4px; font-size: 14px; top: 59px !important; right: 0px !important; transform: none !important; left: inherit !important; -webkit-box-shadow: 0 0 2px 0px rgba(0,0,0,0.1); box-shadow: 0 0 2px 0px rgba(0,0,0,0.1); border: 1px solid #ceced6; }
.cart-show-link .dropdown-menu:before { content: ""; width: 0; content: ""; width: 0; height: 0; border-left: 12px solid transparent; border-right: 12px solid transparent; border-bottom: 12px solid #fff; top: -11px; position: absolute; z-index: 10; right: 20px; }
.cart-show { transition: all .2s ease-in-out; width: 280px; padding: 10px; }
.cart-show_container { background: #fff; padding: 0; }
.cart-show-link:hover .cart-show { opacity: 1; transition: all .2s ease-in-out; height: auto; z-index: 1 }
.cart-show .order_item-image { width: 60px }
.cart-show .order_item-image img { max-width: 100% }
.cart-show .order-item_text { padding-left: 10px; }
.cart-show .order_body h5 { font-size: 14px; margin-bottom: 5px }
.cart-show .cart_list .amount_cart { font-size: 14px }
.cart-show .remove_row { height: 30px; width: 30px }
.cart-show .order-item_text span { font-weight: 500 }
.cart-show .responsive_table td { padding: 10px 0; border-color: #f1f1f1 !important }
.cart-show .responsive_table td:last-child { text-align: right }
.total_dropdown { padding: 10px }
.total_price { font-size: 16px; padding: 10px 0; border-bottom: 1px solid #f1f1f1 }
.total_price span { font-weight: 600; padding-left: 5px }
.cart-show-link .submit_button { font-size: 14px; padding: 8px 20px; }
.range_sorting { padding-top: 50px; padding-bottom: 30px; }
.asRange { width: 100% }
.asRange .asRange-selected { background-color: #ef4543; }
.asRange .asRange-pointer:before { background: #ef4543; }
.profile_dropdown { display: inline-block; vertical-align: middle; }
.profile_dropdown_menu { padding: 10px; border-radius: 4px; font-size: 14px; top: 35px !important; right: 10px !important; transform: none !important; left: inherit !important; min-width: 12rem; -webkit-box-shadow: 0 0 2px 0px rgba(0,0,0,0.1); box-shadow: 0 0 2px 0px rgba(0,0,0,0.1); border: 1px solid #ceced6; }
.profile_dropdown_menu:before { content: ""; width: 0; content: ""; width: 0; height: 0; border-left: 12px solid transparent; border-right: 12px solid transparent; border-bottom: 12px solid #fff; top: -11px; position: absolute; z-index: 10; right: 20px; }
.profile_dropdown_menu h6 { font-size: 14px; margin: 0 }
.profile_dropdown_menu p { font-size: 13px; margin: 0 }
.account_menus { border-top: 1px solid #ddd; padding-top: 5px; margin-top: 5px; }
.account_menus a { display: block; font-size: 13px; line-height: 180%; color: #333; padding: 3px 10px; }
.account_menus a:hover { text-decoration: none; color: #ec4441 }
.welcome_user { padding: 10px }
.view_cart { color: #333; font-weight: 500; text-decoration: underline; font-size: 14px; display: inline-block }
.asRange-tip { padding-left: 24px; width: 60px !important; margin-left: -26px !important; font-family: 'Poppins', sans-serif !important; }
.asRange-tip:after { position: absolute; left: 0; content: "AED"; top: 0; font-size: 11px; left: 2px }
.filter_summary ul { margin-bottom: 0; padding: 0; list-style-type: none }
.filter_summary ul li { list-style-type: none; display: inline-block; margin: 0 2px 0 0 }
.filter-summary-filter { position: relative; background-color: #fff; text-transform: capitalize; color: #333; cursor: default; font-size: 12px; padding: 5px 10px 5px 10px; -webkit-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; transition: all 0.2s ease-out; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 4px; border: solid 1px #d4d5d9; cursor: pointer; }
.filter-summary-filter:hover { background: #eb4245; color: #fff }
.filter-summary-removeFilter { position: absolute; top: 4px; right: 4px; width: 18px; height: 20px; z-index: 1; text-align: center; cursor: pointer; }
.sprites-remove { width: 20px; height: 19px; background: url(../images/delete.jpg) no-repeat; display: block; vertical-align: middle; opacity: 0.7; background-size: 9px; background-position: center; }
.filter-summary-filter.date_field { width: 159px; text-align: center; }
.filter-summary-filter.date_field:focus { outline: none }
.daterangepicker td.active, .daterangepicker td.active:hover { background-color: #ef4543 !important }
.btn-primary, .btn-primary.disabled, .btn-primary:disabled, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle { background-color: #333333 !important; border-color: #333 !important }
.daterangepicker td.in-range { background-color: #ffe7e7; }
.total_amount { font-size: 18px !important; font-weight: 500 !important; }
.size_Rating h4.total_amount { color: #ef4543; }
.size_Rating h4.total_amount span { font-size: 14px !important; color: #ef4543!important; }
.size_Rating h4 span { margin-right: 5px }
.headtop_button { background: none; border: none; padding: 0; }
.headtop_button:focus { outline: none }
.headtop_dropdown { display: inline-block }
.mobile_header .dropdown-toggle::after { display: none }
.headtop_button { padding: 5px; margin-right: 3px }
/* sidebar */

.wrapper { display: block; }
#sidebar { min-width: 250px; max-width: 250px; height: 100vh; position: fixed; top: 0; left: 0;/* top layer */ z-index: 9999; }
.overlay { display: none; position: fixed;/* full screen */ width: 100vw; height: 100vh;/* transparent black */ background: rgba(0, 0, 0, 0.7);/* middle layer, i.e. appears below the sidebar */ z-index: 998; opacity: 0;/* animate the transition */ transition: all 0.5s ease-in-out; }
/* display .overlay when it has the .active class */
.overlay.active { display: block; opacity: 1; }
#dismiss { width: 35px; height: 35px; position: absolute;/* top right corner of the sidebar */ top: 10px; right: 10px; }
.detail_carousel .owl-dots { text-align: center; margin-top: 0; position: absolute; left: 0; right: 0; bottom: 15px; }
.detail_carousel .owl-dot { height: 13px !important; width: 13px; background: #cacaca !important; border-radius: 50%; margin: 3px; display: inline-block; cursor: pointer }
.detail_carousel .owl-dot.active { background: #eb4241 !important }
.account_accordian, .account_accordian:hover, account_accordian:focus { text-decoration: none; display: block; border-bottom: 1px solid #ececec; margin-bottom: 15px; padding-bottom: 15px; position: relative }
.account_accordian_toggle .myAccount_list { margin: 0 !important; }
.account_accordian .subhead { display: inline-block; margin: 0 }
.account_accordian .shrink_icon { top: 0 }
.item-base-item { border: 1px solid #e8e8e8; padding: 10px; margin-bottom: 10px; }
.item-base-item .order_item-image { max-width: 80px; }
.item-base-item .order_item-image img { width: 100% }
.item-base-item .amount_cart { margin-top: 10px }
.item-base-item .order-item_text { padding: 0 0 0 15px }
.item-base-item .order-item_text h5 { color: #1c1c1c; font-size: 15px; font-family: 'Playfair Display', serif; font-weight: 400; }
.item-base-item .order-item_text ul li span { display: block }
.removeButton, .removeButton:hover, .removeButton:focus { width: 100%; background: none; border: none; padding: 10px; font-family: 'Poppins', sans-serif; font-weight: 500; font-size: 15px }
.track_title { display: block !important; }
/*user account image upload*/

.user_account_imageupload { }
.croppie-container { padding: 0; }
.croppie-container .cr-boundary { margin: 0; }
.user_account_imageupload { margin-top: 90px; }
.user_account_imagedisplay .cr-boundary { width: 150px !important; height: 150px !important; }
.user_account_imagedisplay .cr-boundary .cr-viewport.cr-vp-circle { width: 140px !important; height: 140px !important; }
.logo_area { float: left; padding: 10px 0 }
.logo_area a { display: inline-block; height: 60px; overflow: hidden; }
.logo_area a img { max-height: 100% }
header h1#logo { height: 60px; }
.step_box img { margin-bottom: 30px; }
.step_box { min-height: 225px; }
.home_faq { padding: 60px 0; background:#f5f5f5; }
.home_faq .faq_list button { min-height: 85px }
.download_app a { display: block; margin-bottom: 10px; }
/*16 july 2019 nissar*/

.category_banner { margin-bottom: 30px }
.category_banner img { width: 100% }
.category_page { margin-top: 30px }
.category_thumbnail { margin-bottom: 30px; position: relative }
.category_thumbnail img { width: 100% }
.category_thumbnail .cat_caption { background: rgba(255,255,255,0.8); position: absolute; bottom: 20px; left: 0; height: 45px; line-height: 45px; padding-left: 20px; min-width: 150px; padding-right: 20px; color: #000; font-family: 'Poppins', sans-serif; font-weight: 500; font-size: 16px }
/***vsk***/

.post_product_ .steps li a { font-size: 20px; font-weight: 500; color: #b0b2b7; text-transform: uppercase; font-family: 'Poppins', sans-serif; padding: 10px 30px; position: relative; border: none }
.post_product_ .wizard > .steps > ul { border-bottom: 1px solid #dee2e6; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; padding-left: 0; margin-bottom: 0; list-style: none; }
.post_product_ .wizard > .steps > ul > li { width: auto; float: none }
.post_product_ .wizard > .steps > ul > li a .number { display: none !important }
.post_product_ .wizard > .steps .current a, .wizard > .steps .current a:hover, .wizard > .steps .current a:active, .wizard > .steps .current a { background: #fff; color: #000; cursor: default; border-bottom: solid 3px #eb4345; border-radius: 1px; }
.post_product_ .wizard > .steps a:hover, .post_product_ .wizard > .steps a:active { padding: 15px 30px !important; }
.post_product_ .wizard > .steps a, .post_product_ .wizard > .steps .current a:hover { padding: 15px 30px; }
.post_product_ .wizard > .steps .disabled a, .wizard > .steps .disabled a:hover, .post_product_ .wizard > .steps .current a, .wizard > .steps .current a:hover { padding: 15px 30px; background: none; }
.post_product_ .wizard > .steps .current a, .wizard > .steps .current a:hover { background: none !important; color: #000 !important; }
.post_product_ .wizard > .steps .disabled a, .wizard > .steps .disabled a:hover { background: #fff !important; }
.post_product_ .wizard > .content { background: #fff; padding: 30px 10px; margin: 0; min-height: inherit }
.post_product_ .wizard > .content > .body { padding: 0; width: 100%; height: auto }
.post_product_ .select2-container--default .select2-selection--single { height: 38px; padding-top: 5px; }
.margin-top15 { margin-top: 15px; }
.wizard > .steps a, .wizard > .steps a:hover, .wizard > .steps a:active { margin: 0 !important }
.select2-container--default .select2-selection--single .select2-selection__arrow { top: 5px; }
.select2-container--default .select2-selection--single .select2-selection__rendered { font-size: 14px }
.select2-container--default.select2-container--focus .select2-selection--multiple, .select2-container--default .select2-selection--single, .select2-container--default .select2-selection--multiple { border-color: #d4d4d4 }
.select2-container--default .select2-search--inline .select2-search__field { border: none !important; margin-top: 8px }
.select2-container--default .select2-selection--multiple { min-height: 38px }
.post_product_ .actions ul li a { background: #333333; color: #fff; border: none; display: block; font-size: 17px; border-radius: 4px; text-transform: uppercase; padding: 16px 13px; border: 1px solid #333; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; display: inline-block; width: auto; font-size: 15px; padding: 11px 30px; max-width: 100%; text-align: center; }
.post_product_ .actions ul li a:hover { color: #333; background: #fff; text-decoration: none; }
.details_box { padding: 20px; border: 1px solid #ddd; margin-bottom: 20px; }
.details_box .product_price { padding: 0 0; border-bottom: 1px solid #ddd; display: block !important; padding-bottom: 15px; margin-bottom: 5px; }
.details_box .price_left { margin-right: 0; width: 100%; padding-bottom: 0 }
.details_box .product_price h3 { margin-right: 0 }
.details_box .size_Rating { padding: 0; border-top: 0; border-bottom: 0 }
.details_box .size_Rating .star_rating span { margin-left: 4px; padding-left: 4px; border-left: 0; vertical-align: middle }
.details_box .availability_check { margin-top: 0; margin-bottom: 0 }
.details_box .filter-summary-filter.date_field { width: 100%; text-align: left; margin-bottom: 10px; }
.fee_charge h4 span { width: 80%; display: inline-block }
.fee_charge table { width: 100% }
.fee_charge table tr td:last-child { text-align: right }
.details_box .add_basket { width: 100%; margin-top: 20px; }
.total_cart td, .total_cart h4 { color: #333; font-weight: 500 }
.availability_days { margin-bottom: 20px; margin-top: 0; }
.availability_days label { font-size: 13.5px; color: #6f6f6f; font-weight: 400; margin-top: 15px; margin-bottom: 5px; }
.availability_days .form-control { border: solid 1px #d4d5d9 !important; padding: 5px 10px 5px 10px; height: auto; }
.availability_days .sorting_content { padding: 0 }
.product_title { margin-bottom: 25px }
.form__submit.js-form-reset { background: #e74442; border: 1px solid #e74442; color: #fff; padding: 5px 15px; border-radius: 4px; }
.price_search { background: #333333; border: 1px solid #333333; color: #fff; padding: 5px 15px; margin-left: 5px; border-radius: 4px; }
.error_page_container h4 { color: #333; margin: 0; font-weight: 600; font-size: 20px }
.error_page_container p { margin: 10px 0 0; color: #666; font-size: 16px }
.error_page_container, .error_page_container .container, .error_page_container .row { height: 100% }
.error_page_container .media-body { padding-left: 30px }
.error_page_container .back_home { background: #333333; border: 1px solid #333; color: #fff; display: inline-block; font-size: 14px; margin: 20px 0 0; padding: 10px 20px; border-radius: 4px; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }
.error_page_container .back_home:hover { background: none; color: #333; text-decoration: none }
.about_sections { padding: 50px 0; border-bottom: 1px solid #e4e0e0; }
.about_sections:nth-child(even) { direction: rtl }
.about_sections_row { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.about_sec_firsthalf, .about_sec_secondhalf { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; }
.about_image img { max-width: 100% }
.about_sections p { text-align: justify; direction: ltr; line-height: 1.8; color: #525252; font-weight: 300 }
.about_sec_firsthalf { padding-right: 50px; position: relative }
.about_sec_secondhalf { padding-left: 50px; position: relative }
.about_sections:nth-child(even) { background: #f5f5f5; }
.about_sections:nth-child(even) .about_sec_firsthalf { padding-left: 50px; padding-right: 0; }
.about_sections:nth-child(even) .about_sec_secondhalf { padding-right: 50px; padding-left: 0 }
.about_sections:nth-child(even) .about_image { text-align: right }
.about_sections:nth-child(even) .about_image img { max-width: 100% }
/*.about_sections .about_sec_secondhalf:after { top: -50px; bottom: -50px; position: absolute; content: ""; left: -1px; width: 1px; background: #d5d5d5; }
.about_sections:nth-child(even) .about_sec_secondhalf:after { top: -50px; bottom: -50px; position: absolute; content: ""; right: 0; left: inherit; width: 1px; background: #d5d5d5; }
*/
.abt_page_title { padding-bottom: 30px }
.abt_page_title h2 { font-size: 25px }
.about_sections h3 { font-size: 30px; color: #222; margin-bottom: 25px; font-weight: 100; line-height: 45px; }
.file-drop-zone .file-error-message { margin: 5px 8px; }
#register_back_btn { padding: 16px 25px; font-size: 17px; }
#register_back_btn i { margin-right: 5px; font-weight: normal !important }
.category_page .lenders_work { padding: 20px 0 30px; }
.category_page .home_faq { padding: 20px 0 30px; }
#register_first_form .form-row>.col, .form-row >[class*=col-], .form-row>.col, .contact_form .form-row >[class*=col-] { margin-bottom: 15px }
#register_first_form .form-row>.col .form-control, .form-row >[class*=col-] .form-control, .form-row >.col .form-control, .form-row > [class*=col-] .form-control, .contact_form .form_select { margin-bottom: 0 }
#register_first_form .form-label.label_rmv { margin-bottom: 0 !important }
/***VSK***/
/*.otp_submitntn_ { margin-top: 29px; }*/
.itemconditin_color_select_, .itemconditin_size_, .itemconditin_item_ { position: relative; }
/*.itemconditin_color_select_ label.error { position: absolute; left: 0; margin-left: 0 !important; font-size: 13px; width: 250px; bottom: -35px; }*/
.itemconditin_color_select_ label.error {position: absolute;left: 49px;margin-left: 0 !important;font-size: 13px;width: 250px;top: -25px;}
/*.itemconditin_size_ label.error { position: absolute; left: 0; margin-left: 0 !important; font-size: 13px; width: 250px; bottom: -35px; }*/
.itemconditin_size_ label.error {position: absolute;left: 34px;margin-left: 0 !important;font-size: 13px;width: 250px;top: -27px;}
/*.itemconditin_item_ label.error { position: absolute; left: 0; margin-left: 0 !important; font-size: 13px; width: 250px; bottom: -35px; }*/
.itemconditin_item_ label.error {position: absolute;left: 111px;margin-left: 0 !important;font-size: 13px;width: 250px;top: -27px;}
.wizard > .content > .body ul > li { list-style: none; }
.postproduct_fileupload_ { position: relative; }
.postproduct_fileupload_ .error { position: absolute; left: 0; margin-left: 0 !important; padding-left: 0; width: 200px; text-align: left; top: 40px; }
.postproduct_fileupload_ .btn-file { overflow: inherit; }
.uploadimg_preview_ img { width: 250px; height: 200px; }
.parsley-required { color: #8a1f11; font-weight: 400; font-size: 13px; }
.spinner { width: 60px; height: 60px; margin: 60px; animation: rotate 1.4s infinite ease-in-out, background 1.4s infinite ease-in-out alternate; }
 @keyframes rotate {
 0% {
 transform: perspective(120px) rotateX(0deg) rotateY(0deg);
}
 50% {
 transform: perspective(120px) rotateX(-180deg) rotateY(0deg);
}
 100% {
 transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);
}
}
@keyframes background {
 0% {
 background-color: #27ae60;
}
 50% {
 background-color: #9b59b6;
}
 100% {
 background-color: #c0392b;
}
}
/***how lendress works***/
.howlendress_works { background: #f5f5f5; text-align: center; padding: 40px 0; }
.lendresswork_step1 { float: left; width: 100%; margin-top: 35px; position: relative; }
.lendresswork_step1 a { color: #333; }
.lendresswork_step1 a:hover { text-decoration: none; color: #000; }
:hover { text-decoration: none !important; }
.lendresswork_step2 span:before { position: absolute; content: ""; left: -140px; top: 50px; background: #333; width: 250px; height: 1px; border-bottom: dashed 1px #ccc; }
.lendresswork_step2 span:after { position: absolute; content: ""; right: -140px; top: 50px; background: #333; width: 250px; height: 1px; border-bottom: dashed 1px #ccc; }
.howlendress_works span { width: 100px; height: 100px; line-height: 100px; border: solid 1px #000; display: block; margin: 0 auto; border-radius: 50%; font-size: 35px; }
.howlendress_works h6 { font-weight: 300; margin-top: 15px; }
.howlendress_works_steps { width: 100%; padding: 65px 0; direction: rtl }
.howitworl_list { float: left; width: 100%; direction: ltr }
.howitworl_list h4 { font-size: 30px; color: #222; margin-bottom: 25px; font-weight: 100; line-height: 45px; }
.howitworl_list ul { margin: 0; padding: 0; }
.howitworl_list ul li { float: left; width: 100%; list-style: none; margin-bottom: 15px; background: url(../images/how_it_works/angle.png) no-repeat; background-position: left 0 top 9px; padding-left: 15px; line-height: 25px; }
.howitworl_list ul li a { color: #ed3f44; }
.howitworl_list ul li a:hover { color: #151515; }
.howitworl_list_img img { max-width: 100%; }
.howlendress_works_steps_middle { background: #f5f5f5; direction: ltr }
.paddingbottom0 { padding-bottom: 0; }
.how_it_work .breadcrumb_block { margin-bottom: 0 }
.modal-body { background: #fff }
#filterModal .modal-body { padding: 5px 15px; padding-bottom: 50px; }
#filterModal .modal-footer { bottom: 0; position: fixed; left: 0; right: 0; border-top: 1px solid #ddd; background: #f1f1f1; padding: 5px; }
#filterModal .modal-footer:after { content: ""; width: 1px; background: #ddd; height: 100%; position: absolute; left: 50%; z-index: 1 }
#filterModal .modal-footer .apply_button { padding: 5px 0; width: 50%; font-size: 14px; background: none; border: none }
#filterModal .sorting_tabs { font-size: 14px; padding: 5px 0 5px 0; }
#filterModal .sortCheckBox { font-size: 12px; padding-left: 22px; }
#filterModal .sortcheckmark { height: 14px; width: 14px }
#filterModal .sorting_content ul li { padding: 3px 0; float: left; width: 50% }
#filterModal .sorting_content ul:after { display: block; content: ""; clear: both }
#filterModal .sortCheckBox .sortcheckmark:after { top: 0; left: 4px }
#filterModal .color_box_ { width: 22px; height: 22px; padding-left: 0; margin-right: 0 }
#filterModal .color_select .color_pick { width: 22px; height: 22px; }
#filterModal .color_box_ .color_pick:after { left: 8px; top: 3px; }
#filterModal .sorting_content .color_select { margin: 0 }
.verify_prodd__ { text-align: center; padding-top: 50px }
.verify_prodd__ img { margin-bottom: 40px }
.verify_prodd__ h3 { font-size: 16px; font-weight: normal; text-align: center; line-height: 1.5; }
.file-preview .fileinput-remove { top: 8px !important; right: 6px !important; }
.after_login_mobile p { color: #fff; text-transform: capitalize }
.after_login_mobile p img { margin-right: 10px; }
.after_login_mobile ul { padding: 0 0 0 20px; list-style-type: none }
.after_login_mobile ul li a { padding: 5px 0; font-size: 14px; display: block; }
#steps-uid-0-p-0 .uploadimg_preview_ img { width: 100px; height: 100px; margin-top: 15px; }
.price_add label.error { position: absolute; top: -25px; right: 0; }
.innerpage.with_breadcrumb.how_it_work { padding-bottom: 0 }
.how_it_contact { background: #f9f9f9; padding: 30px 0; text-align: center; font-size: 18px; color: #151515; font-weight: 300 }
.how_it_contact a { color: #d43a42; }
.about_page { padding-bottom: 0 }
.faq_inner_page { padding: 0 0 !important }
.faq_inner_page .faq_list { padding-top: 0 !important }
.faq_inner_page.home_faq .faq_list button { padding-top: 0 !important; padding-bottom: 0 !important }
.thumb_weddingdress .thumb_image img { height: 100% }
.otp_number { margin-bottom: 0 !important }
.pro_image_upload .form-group { padding: 0 5px }
#Categories .sorting_content { border: 1px solid #e6e6e6; padding: 0; }
#Categories .sorting_content li { border-bottom: 1px solid #e6e6e6; padding: 0 }
#Categories .sorting_content li a { padding: 10px 15px 10px 25px; background: url(../images/how_it_works/angle.png) no-repeat; background-position: 10px center; text-transform: capitalize }
#Categories .sorting_content li:last-child { border-bottom: 0 }
.uploadimg_preview_ input[type="file"] { width: 100%; border-radius: 4px; }
.outfit_form label.error { float: right }
.check_terms .form-label.label_rmv { position: absolute; left: 0; bottom: 5px; padding: 0; }
.phone_validation { position: absolute; bottom: 7px; padding-left: 4px; }
.register_form label.error { margin-bottom: 0 }
#success_msg #reg_login { text-align: left !important; margin-top: 5px; }
.check_terms .checkmark { left: 0 }
.otpEnter_sec_ .input-group-append { padding-left: 10px }
.file-preview-thumbnails { display: flex; justify-content: center; align-items: center; flex-wrap: wrap!important; }
.headtop_dropdown select:focus{outline:none; box-shadow:none}
.carousel-indicators{display:none;}
.daterangepicker{z-index:10000 !important}
.wizard > .actions > ul li.disabled{display: none !important;}
.wizard > .content > .body label.error{font-size:12px; color:#ed4544 !important}
.document_images .file-upload label {
    display: block;
    margin: 10px 0 0;
    background: #efefef;
    color: #333;
    padding: 7px 14px;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: normal;
}
.document_images .profile_img {
    border-radius: 0;
    position: relative;
    text-align: center;
    border: 1px solid #ddd;
	padding-top:5px;
}
.document_images .img-thumbnail{padding:0; border:none}
/*dons*/
#steps-uid-0-p-0 .uploadimg_preview_ img {
    transition: none !important;
}
/*vsk*/
.order_body .order_item-image{width:100px;}
.order_body .order_item-image img{width:100%;}
.placeOrderPage .wizard > .steps  a{font-size: 16px;font-weight: 500;text-transform: uppercase;color: #b8b7b7;border-radius: 0; cursor: pointer;padding:15px 30px;}
.placeOrderPage .wizard > .steps .current a, 
.placeOrderPage .wizard > .steps .current a:hover, 
.placeOrderPage .wizard > .steps .current a:active{background: none !important; color: #111111; border-bottom: 0}
.placeOrderPage .wizard > .steps .number{display: none;}
.placeOrderPage .wizard .steps ul, .placeOrderPage .tabcontrol .steps ul {border-bottom: 2px solid #1f2a44; background: #f8f8fa;}
.placeOrderPage .wizard .steps ul li, .placeOrderPage .tabcontrol .steps ul li{float: none !important; display: inline-block;}
.post_product_ .wizard > .steps .disabled a, 
.placeOrderPage .wizard > .steps .disabled a:hover, 
.placeOrderPage .post_product_ .wizard > .steps .current a, 
.placeOrderPage .wizard > .steps .current a:hover{padding:15px 30px;}
.placeOrderPage .wizard > .steps a img {margin-right: 15px;opacity: 0.3;}
.placeOrderPage .wizard > .steps .current a img {opacity: 1;}
.placeOrderPage .wizard > .content > .body{width: 100%}
.placeOrderPage .actions ul li a { background: #333333; color: #fff; border: none; display: block; font-size: 17px; border-radius: 4px; text-transform: uppercase; padding: 16px 13px; border: 1px solid #333; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; display: inline-block; width: auto; font-size: 15px; padding: 11px 30px; max-width: 100%; text-align: center; }
.placeOrderPage .actions ul li a:hover { color: #333; background: #fff; text-decoration: none; }
#Prev_order_wrapper.dataTables_wrapper.form-inline{display:block !important;}
#Prev_order_wrapper.dataTables_wrapper.form-inline .row{margin:0}
#Prev_order_wrapper.dataTables_wrapper.form-inline .row [class*=col-]{padding:0}
.dataTables_filter label{justify-content: flex-end!important;}
.dataTables_filter label input[type="search"]{margin-left:10px}
.dataTables_filter{padding-bottom:10px}
#Prev_order_wrapper.dataTables_wrapper .dataTables_paginate .paginate_button{padding:0}
#Prev_order_wrapper.dataTables_wrapper .dataTables_paginate .paginate_button a{padding:0.5em 1em; display:inline-block; outline:none !important;}
 
.rate-base-layer{color:#aaa}
.rate-hover-layer{color:orange}
.rate2{font-size:35px}
.rate2 .rate-hover-layer{color:pink}
.rate2 .rate-select-layer{color:red}
.im{background-image:url(images/heart.gif);background-size:32px 32px;background-repeat:no-repeat;width:32px;height:32px;display:inline-block}
.im2{background-image:url(images/emoji5.png);background-size:64px 64px;background-repeat:no-repeat;width:64px;height:64px;display:inline-block}
#rate5 .rate-base-layer span,#rate7 .rate-base-layer span{opacity:.5}
.rating_sec_{font-size: 35px;font-family: 'Roboto';background-color:#fafafa;}
.rate-base-layer{color: #aaa;}
.rate-hover-layer{color: orange;}
.im{background-image: url('./images/heart.gif');background-size: 32px 32px;background-repeat: no-repeat;width: 32px;height: 32px;display: inline-block;}
.im2{background-image: url('./images/emoji5.png');background-size: 64px 64px;background-repeat: no-repeat;width: 64px;height: 64px;display: inline-block;}     
.hidecalender_{display:none;} 
.wizard > .content{background:#fff}
.form-control:disabled, .form-control[readonly]{background:#fff}
.wizard > .steps .disabled a, .wizard > .steps .disabled a:hover, .wizard > .steps .disabled a:active{background:none}
.placeOrderPage .wizard > .content > .body input{background:none !important}
.placeOrderPage .inputBox .xgroup input{border:none !important}
.pagination li{min-width:30px; text-align:center; padding:0 !important; border-color:#d6d6d6;}
.pagination{padding-right:0}
.pagination li a{background:red; color:#fff; display:block; padding: 5px 5px 5px 5px;}
.pagination li span{display:block; padding: 5px 5px 5px 5px;}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover{background:none !important; border:none;border:1px solid #fff}
.dataTables_paginate .pagination li a{background:none; color: #666;}
.dataTables_wrapper .dataTables_paginate{float:right}
.select_language form{margin-bottom:0}
.review_user {background: none;border: 1px solid #efefef; display:block !important; padding-bottom:0}
.review_user .profile_media .profile_img img{height:60px; width:60px;}
.review_user .profile_media{width:100%; display:block; text-align:center;}
.review_user .profile_media .profile_img{margin-right:0 !important; margin-bottom:10px}
.review_user .total_list_prod{padding:14px 24px; background:#f7f7f8;margin: 15px -15px 0;}
.review_user .total_list_prod h4{margin:0; font-weight: 500; color: #151515;}
.review_user .total_list_prod h4 span{color: #ef4543;}
.rating_left_box{background:#f7f7f8; padding:20px;}
.rating_commentBox{border-radius: 0; width: 100%; height: 120px !important; background: none; font-size: 14px; border-color: #d4d4d4;}
.rating_left_box .submit_button {margin-top: 10px; width: auto; padding: 8px 25px; font-size: 14px;}	
.comment_box{height:180px !important}
.comment_button{padding: 10px 30px;}
.lang_switch{background: none; border: none; color: #fff;}
.thankyou_{width: 50%;text-align: center;margin: 0 auto;background-color: white;border-style: double;padding: 60px;}
.thankyou_ h2, .thankyou_ p{ width:100%; }
.thankyou_ h2{ font-size:30px; }
.thankyou_ p{ margin:10px 0 0 0; }
.thank_resut_{font-weight: 400;}
.thankyou_ .fa-check {margin-bottom: 30px;}
.thankyou_ .fa-check:before {content: "\f00c";font-size: 45px;border: solid 3px #fff;padding: 10px;border-radius: 50px;color: #fff;background: #53a729;}
.star_color{color:#fec107 !important;}
.review_link{float: none;padding: 5px 0;display: inline-block;margin-top: 0 !important;cursor: pointer;text-decoration: underline !important;}
.borderBox{margin-bottom: 10px;border: 1px solid #ccc;margin-top: 10px;padding: 0 10px 10px 10px;}

.pagenation_details_{float:right;}
.pagenation_details_ a{    border: solid 1px #999;padding: 5px 10px;margin-right: 5px;}
.pagenation_details_ a:hover{cursor:pointer;}
.pagenation_details_ .current{background:#ed4042; color:#fff !important; border: solid 1px #ed4042;}
.pagenation_details_ .disabled{background:#ccc; color:#444;}
.pagenation_details_ .disabled:hover{cursor:not-allowed;}

.width75percent{width:75%;}
.fancybox-toolbar .fancybox-button--zoom, .fancybox-toolbar .fancybox-button--play, .fancybox-toolbar .fancybox-button--thumbs{display:none !important}
.city_hide .menu_area{padding-top:12px;}
.city_hide .header-top {padding:10px 0 0}

/*---------------------------*/

.view_details_{padding: 13px 20px !important;}
.view_details_ .fa-eye{font-size:23px!important; margin-right:5px;}
.privw_butten_{background:#333; color:#fff; padding: 10px; border-radius: 5px;}
.privw_butten_:hover{background:#666; color:#FFF;}
/*.select_location {padding: 0 10px; border-radius: 5px; background:#1c1c1c; }*/

.how_to_work_ {background: #f5f5f5;}
.how_to_work_ h2 { font-size: 26px!important;}

.owl-carousel .owl-item .thumb_weddingdress img {width:auto; display:inline-block;}

/*--vskjan--*/
.home_create .small-box:hover{color:#333;}