@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap');

/* reset css */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
    vertical-align: middle;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	margin: 0;
    font-family:'Lato',sans-serif
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
  }

  a {transition: all 0.5s ease;}

  ::-webkit-input-placeholder { /* Edge */
    color: #b4b4b4 !important;
    font-size: 14px;
  }
  
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #b4b4b4 !important;
    font-size: 14px;
  }
  
  ::placeholder {
    color: #b4b4b4 !important;
    font-size: 14px;
  }

/* header */

header .header_bottom.sticky_panel {
    background: #fff;
    top: 0;
    z-index: 100;
    position: fixed;
    width: 100%;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  }
  header .header_bottom.sticky_panel .logo img { width: 80px;}
  header .header_bottom.sticky_panel .navbar .nav-item a { padding: 8px 0.7rem;}
  header .header_bottom.sticky_panel .navigation .dropdown-menu { top: 30px;}
header .header_top  { display: flex; align-items: center; justify-content: space-between; padding: 0 10px; background: #faf4e7;}
header .header_top .left { padding: 8px 0; text-transform:uppercase; font-size: 12px;}
header .header_top .right { font-size: 13px; display: flex; align-items: center;}
header .header_top .right span { margin: 0 10px; color: #000;}
header .header_top .right span img { margin-right: 5px;}
header .header_top .right a { color: #000;}
header .header_top .right .s_register a { background: #E6A82B; color: #fff; text-decoration: none; padding: 11px 20px;}

header .header_bottom .navigation .dropdown:hover>.dropdown-menu {display: block;}
header .header_bottom  { display: flex; position: relative; align-items: center; justify-content: space-between; padding: 10px;}
header .header_bottom .left { display: flex;}
header .header_bottom .logo { margin-right: 20px; display: flex; align-items: center;}
header .header_bottom .logo img { width: 85px;}
header .header_bottom .navigation { display: flex; align-items: center;}
header .header_bottom .navbar .nav-item {font-family: 'Lato', sans-serif;}
header .header_bottom .navbar { padding: 0;}
header .header_bottom .navbar .navbar-nav { align-items: center;}
header .header_bottom .navbar .nav-item a { color: #000; font-size: 13px; padding: 20px 0.7rem; text-transform: uppercase;}
header .header_bottom .navbar-light .navbar-nav .nav-link:hover:hover { color: #f8a800;}
header .header_bottom .navbar-light .navbar-nav .nav-link.customizedj { background: #db5503; font-size: 12px; margin-left: 5px; color: #fff; padding:8px 15px; border-radius: 50px;}
header .header_bottom .navbar-light .navbar-nav .nav-link.customizedj:hover { color: #fff; background: #f35e04;}
header .header_bottom.sticky_panel .navbar-light .navbar-nav .nav-link.customizedj { margin-top: 0;}
header .header_bottom .navbar .nav-item .dropdown-toggle::after { display: none;}
header .header_bottom .navigation .dropdown-menu { width: 100%; top: 50px; box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2); border-radius: 0 0 6px 6px; border: none; border-top: solid 1px #f1f1f1; padding: 0;font-family: 'Lato', sans-serif;}
header .header_bottom .navigation .dropdown-menu .sub-menu-lists { display: flex; justify-content: space-between;}
header .header_bottom .navigation .dropdown-menu .sub-menu-lists li { padding:3px 0; width: 20%;}
header .header_bottom .navigation .dropdown-menu .sub-menu-lists li h4 { font-weight: 700; font-size: 15px; margin-bottom: 15px;}
header .header_bottom .navigation .dropdown-menu .sub-menu-lists li h4 a { font-size: 14px; color: #ffb61e; text-transform: capitalize;}
header .header_bottom .navigation .dropdown-menu .sub-menu-lists li:nth-child(even) { background: #f9f9f9;}
header .header_bottom .navigation .dropdown-menu .sub-menu-lists .sub-menu-title { padding:25px 15px;}
header .header_bottom .navigation .dropdown-menu .sub-menu-lists .sub-menu-title ul li { width: 100%; background: none;}
header .header_bottom .right { display: flex; align-items: center; z-index: 99;}
header .header_bottom .navigation .dropdown-menu .sub-menu-lists .sub-menu-title .offer_img { display: block;}
header .header_bottom .navigation .dropdown-menu .sub-menu-lists .sub-menu-title ul li a { font-size: 13px; text-transform: capitalize;}


header .header_bottom .right span { display: flex; text-align: center; margin: 0 8px; flex-direction: column; justify-content: center; font-size: 12px;}
header .header_bottom .right span img { width:18px;}
header .header_bottom .right span.wishlist, .header_bottom .right span.add_cart, .header_bottom .right span.vps { position: relative;}
header .header_bottom .right span.wishlist .badge, .header_bottom .right span.add_cart .badge, .header_bottom .right span.vps .badge { width: 18px; font-weight: normal; height: 18px; border-radius: 20px; position: absolute; right: -10px; top: -8px; background: #f2f2f2; line-height: 14px;}
header .header_bottom .right span.wishlist a, .header_bottom .right span.add_cart a, .header_bottom .right span.vps a { color: #000;}
.header_bottom .right span.add_cart .badge { background: #ffc107; color: #000;}
header .header_bottom .right span.search { cursor: pointer;}
/* header .header_bottom .right .search { border: solid 1px #666; padding: 10px; border-radius: 4px;}  */
header .header_bottom .right .search img { width: 20px;}
header .header_bottom .right .search_box{background:#fff;position:absolute;left:0;right:0;box-shadow:0 0 20px rgba(0,0,0,0.1);width:99%;margin:0 auto;padding-right:20px;top:80px;border-radius:6px}
header .header_bottom .right .close_icon { display: none;}
header .header_bottom .right .search_box img { width: 25px;}
header .header_bottom .right .search.active .close_icon  { display: inline-block;}
header .header_bottom .right .search.active .serch_icon { display: none;}
header .header_bottom .right .search_box .search { float: right; margin-top: 15px;}
header .header_bottom .right .search_box input[type=search] { width:90%; padding: 20px; border: none; border-radius: 6px; outline: none;}
header .header_bottom .right .search_box input[type=search]:focus { outline: none; border: none;}
header .header_bottom .right .u_profile { position: relative; cursor: pointer;}
header .header_bottom .right .profile_div {background: #fff;
  position: absolute;
  z-index: 99999;
  width: 180px;
  -webkit-box-shadow: 0px 0px 6px rgb(0 0 0 / 20%);
  box-shadow: 0px 0px 6px rgb(0 0 0 / 20%);
  padding: 10px 20px 10px;
  border-radius: 3px;
  display: none;
  padding: 0.7rem 0;
  left: -75px;
  top: 40px;}
  header .header_bottom .right .profile_div li { text-align: left;}
  header .header_bottom .right .profile_div li a { color: #666; font-size: 13px; padding: 0.5rem 1.5rem; display: block;}
  header .header_bottom .right .profile_div li a:hover { color: #e55600; text-decoration: none;}
  .login_signup_modal .modal-content, .cusmize_jwlry_modal .modal-content, .seller_reg_modal .modal-content { border: none;}
  .login_signup_modal .modal-body, .cusmize_jwlry_modal .modal-body, .seller_reg_modal .modal-body {display: flex; justify-content: space-between; padding: 0;}
  .login_signup_modal .modal-body .left, .cusmize_jwlry_modal .modal-body .left, .seller_reg_modal .modal-body .left { width: 45%;}
  .login_signup_modal .modal-body .left img, .cusmize_jwlry_modal .modal-body .left img, .seller_reg_modal .modal-body .left img  { border-radius: 3px 0 0 3px;}
  .login_signup_modal .modal-body .right, .cusmize_jwlry_modal .modal-body .right, .seller_reg_modal .modal-body .right { width: 55%;}
  .login_signup_modal .modal-body .right, .cusmize_jwlry_modal .modal-body .right, .seller_reg_modal .modal-body .right { padding: 2rem; position: relative;}
  .login_signup_modal .modal-body .right label, .cusmize_jwlry_modal .modal-body .right label, .seller_reg_modal .modal-body .right label { margin-bottom: 0.2rem; font-size: 14px; font-weight: 400; color: #666;}
  .login_signup_modal .modal-body .right label .required, .cusmize_jwlry_modal .modal-body .right label .required, .seller_reg_modal .modal-body .right label .required { color: #ff0000;}
  .login_signup_modal .modal-body .right .form-control, .cusmize_jwlry_modal .modal-body .right .form-control, .seller_reg_modal .modal-body .right .form-control { background: #fff; color: #000; border-radius: 2px; border-color: #b6b6b6; padding: 0.5rem 0.8rem; height: auto;}
  .login_signup_modal .modal-body .right .form-control:focus, .cusmize_jwlry_modal .modal-body .right .form-control:focus, .seller_reg_modal .modal-body .right .form-control:focus { box-shadow: none; border-color: #c0c0c0;}
  .login_signup_modal .modal-body .right .close, .cusmize_jwlry_modal .modal-body .right .close, .seller_reg_modal .modal-body .right .close { margin-top: -20px; margin-right: -10px;}
  .login_signup_modal .modal-body .right h2, .cusmize_jwlry_modal .modal-body .right h2, .seller_reg_modal .modal-body .right h2 { font-size: 22px; font-weight: 600; margin-bottom: 0.4rem;}
  .login_signup_modal .modal-body .right small, .cusmize_jwlry_modal .modal-body .right small, .seller_reg_modal .modal-body .right small { margin-bottom: 1.2rem; font-size: 13px; line-height: 18px; color: #666; font-weight: 400; display: block;}
  .login_signup_modal .modal-body .right .fpass { color:#ee5c04; font-size: 13px; margin-top: -8px; text-align: right; display: block;}
  .login_signup_modal .modal-body .right .reg, .login_signup_modal .modal-body .right .reg-text, .seller_reg_modal .modal-body .right .reg-text { font-size: 13px; display: block; text-align: center; margin-top: 1.5rem;}
  .login_signup_modal .modal-body .right .reg a, .login_signup_modal .modal-body .right .reg-text a, .seller_reg_modal .modal-body .right .reg-text a {color:#ee5c04; line-height: normal; vertical-align: top;}
  .login_signup_modal .modal-body .right .reg-text { text-align: left; margin-top: 0;}
  .seller_reg_modal .modal-body .right .reg-text { margin-top: 0;}
  .login_signup_modal .btn_submit, .cusmize_jwlry_modal .btn_submit, .seller_reg_modal .btn_submit { width: 100%; margin-top: 1rem; border: none; background: #ee5c04; padding: 12px 30px; font-size: 18px; font-weight: 600; color: #fff; text-align: center; border-radius: 3px;}
  .login_signup_modal .btn_submit:hover, .cusmize_jwlry_modal .btn_submit:hover, .seller_reg_modal .btn_submit:hover { background: #e55600;}
  .cusmize_jwlry_modal .modal-body .custom_fileuplod { display: flex;}  
  .cusmize_jwlry_modal .modal-body .custom-file-uploader { position: relative; background: #ddd; width: 120px; height: 42px;line-height: 32px; font-size: 14px; text-align: center;padding: 4px 10px; border-radius: 0 4px 4px 0; margin-left: -1px; border: solid 1px #b6b6b6; }
  .cusmize_jwlry_modal .modal-body .custom-file-uploader input[type=file] {display: block; position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 5; width: 100%; height: 100%; opacity: 0; cursor: default; }

  .custom-control { height: auto; min-height: auto;}
  .custom-control-label::before {width: 16px;height: 16px; background-color: #fff; border: 1px solid #5C5C5C; }
  .custom-control-label { padding-left: 0;cursor: pointer; font-size: 13px;}
  .custom-checkbox .custom-control-label::before { border-radius: 1px; top:0;}    
  .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before { background-color: #fff;border-color: #e55600; box-shadow: none; }
  .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after { background-image: url("../img/active.svg"); background-size: 10px 10px;top: 0; }












