body {
    font-family: "helvlight";
	}
@font-face {
   font-family:"arial_bold";
   src: url(../fonts/arial_bold.ttf);
   }
   @font-face {
   font-family:"futura_md_bt_medium";
   src: url(../fonts/futura_md_bt_medium.ttf);
   }
   @font-face {
   font-family:"helvetica_neue";
   src: url(../fonts/helvetica_neue.ttf);
   }
   @font-face {
   font-family:"helvlight";
   src: url(../fonts/helvlight.ttf);
   }
   @media screen and (min-width:768px){.navbar-brand-centered{position:absolute;left:50%;display:block;text-align:center;}}
   .navbar>.container-fluid .navbar-brand-centered{margin-left:-80px!important;}
.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container-fluid>.navbar-collapse, .container>.navbar-header {
    font-family: "helvetica_neue";
}
.navbar-nav>li>a {
    /* padding-top: 85px; */
    margin-top: 67px;
    padding-bottom: 15px;
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    color: #ebcba4;
    background-color: transparent;
}
.navbar-inverse {
    background-color: #700e1a;
    border-color: #700e1a;
    /* background-color: #420201;
    border-color: #420201; */
}
.navbar-inverse .navbar-nav>li>a {
    color: #fff;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: #420201;
}
.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #fff;
    white-space: nowrap;
}
.dropdown-menu{
	background-color: #420201;
	}
.logo-pd{
    padding-top: 5px;
	}
.banner-pd{
    padding:0 235px;
    background: #fff;
    }
.header-pd{padding:0 235px;}
.product-dt-pd{
    padding: 0 235px;
    background: #fff;
}
.contact-pd{
    padding: 0 235px;
    background:url(../images/contact/contact_bg.png);
    background-size: cover;
}
.contact-pd-btm{
    padding: 0 235px;
    background:url(../images/contact/contact_bg.png);
    background-size: cover;
}
.banner-pd-btm{
    padding: 0px 235px 0px 235px;
    background-color: #700e1a!important;
}
.nav>li>a {
	padding-left:0px;
	padding-right:30px;
}
.navbar-right {
    float: right!important;
    margin-right: -20px;
}
.bg-color{
    background-color: #fff;
    color: #700e1a;
	}
.btm{
	border: 1px solid #d2ae6d;
    background: #700e1a;
    padding: 3px 5px;
    font-size: 11px;
	}
.padding-0{
	padding:0;
    }
.margin-0{
    margin: 0;
}
.pd-left-0{
    padding-left: 0;
}
.pd-right-0{
    padding-right: 5px;
    padding-left: 20px;
}
.center{
	display: block;
    margin-left: auto;
    margin-right: auto;
	margin-top: 10%;
    margin-bottom: 10%;
}
.center-img{
	display: block;
    margin-left: auto;
    margin-right: auto;
}
.text-center{
    color: #fff;
}
a {
    color: #ffffff;
    text-decoration: none;
}
a:focus, a:hover {
    color: #d2ae6d;
    text-decoration: none;
}
.footer_social_icons ul {
    list-style-type: none;
    text-align: center;
    float: right;
}
.footer_social_icons ul li {
    display: inline-block;
	padding-right: 0px;
	margin-bottom: 0px;
}

.footer_border{
        border-top: .05px solid #694040;
		font-family: "helvetica_neue";
}
.singnature-logo{
    padding-top: 9%;
    color: #700e1a;
    font-family: "helvlight"!important;
}
.padd_lr{
    padding: 50px 60px 10px 0px;
}
.banner-lg-pd{
    padding-top:121px;
}
.product-lg-pd{
    padding-top: 140px;
}
.footer-menu ul{
    list-style-type: none;
    float: left;
    margin: 0;
    padding: 0;
}
.footer-menu ul li{
    display: block;
    float: left;
    padding-right: 20px;
    padding-top: 50px;
    padding-bottom: 20px;
}
.footer_social ul{
    float: right;
}
.footer_social ul li{
    float: right;
    padding-right: 5px;
}
/*new-arrivals-hover-img*/
.item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    color: #FFF;
    text-align: center;
    font-size: 12px;
  }
  
  .item:hover .content {
    cursor: pointer;
    opacity: 1;
    background: rgba(0, 0, 0, .6);
    transition: all .3s;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: .5px solid #d6b473;
  }
/*end-new-arrivals-hover-img*/
/*image-popup*/
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.5);
  }
  .modal-content {
    position: relative;
    margin: auto;
    padding: 0;
    width: 100%;
    height: 100%;
    background: transparent;
  }
  .close {
    color: white;
    position: absolute;
    top: 100px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
    z-index: 10;
  }
  .close:hover,
  .close:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
  }
  .mySlides {
    display: none;
    margin-top: 80px;
  }
  .cursor {
    cursor: pointer
  }
  .prev,
  .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
  }
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  .prev:hover,
  .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }
  .img-center{
    max-height: 100%;
    max-width: 100%;
    height: auto;
    width: auto;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    box-sizing: border-box;
    margin: auto;
  }
/*image-popup-end*/
/*contact-form*/
input[type=text], select, textarea {
    width: 90%;
    padding: 6px!important;
    border: 1px solid #ccc!important;
    box-sizing: border-box!important;
    margin-top: 6px!important;
    margin-bottom: 16px!important;
    resize: vertical!important;
    border-radius: 0!important;
}

input[type=submit] {
    background-color: #4CAF50;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type=submit]:hover {
    background-color: #45a049;
}
.btm-1{
    border: 0;
    padding: 3px 25px;
    font-size: 16PX;
    background-color: #d6b473;
    border-radius: 15px;
}
/*contact-form-end*/
.ct-low{
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 100px;
    
    background-color: #700e1a;
}
.form-pd{
    padding-bottom:50px;
    padding-left:135px;
    padding-right:100px;
    background-color: #700e1a;
}
.btm-shop{
    border: 0;
    padding: 1px 5px;
    font-size: 11PX;
    background-color: #d6b473;
    border-radius: 4px;
    color: black;
    margin-bottom:25px;
}

/*product-zoom*/
.zoom {
    position: relative;
    margin: 2%;
    overflow: hidden;
    border: 1px solid #d6b473;
    
  }
  .zoom img {
    max-width: 100%;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .zoom:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  /*thumbnail-slider*/
  .product-slider #thumbcarousel { 
    margin: 12px 0 0; 
    padding: 0 30px; 
}  
  .product-slider #thumbcarousel .item .thumb { 
      width: 16%; 
      margin: 0 1%;
      display: inline-block; 
      vertical-align: middle; 
      cursor: pointer; 
    }
  
  .product-slider #thumbcarousel .item .thumb:hover { 
      border-color: #1089c0; 
    }
  
  .product-slider .item img { 
      width: 90%; 
    }
  
  .carousel-control { 
      color: #0284b8; 
      text-align: center; 
      text-shadow: none; 
      font-size: 30px; 
      width: 30px; 
      height: 30px; 
      line-height: 20px; 
      top: 23%; 
    }
  
  .carousel-control:hover, .carousel-control:focus, .carousel-control:active { 
      color: #333; 
    }
  
  .carousel-control { 
      background-color: rgba(0, 0, 0, 0); 
      bottom: auto; 
      font-size: 20px; 
      left: 0; 
      position: absolute; 
      top: 30%; 
      width: auto; 
    }
  
  .carousel-control.right, .carousel-control.left { 
      background-color: rgba(0, 0, 0, 0); 
      background-image: none; 
    }
    .carousel-inner>.item.active, .carousel-inner>.item.next.left, .carousel-inner>.item.prev.right {
        left: 0;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        margin: 0;
        padding: 0;
    }

.size >ul >li{
    float: left;
    padding: 3px 9px;
    border: 1px solid #000;
    margin: 0 5px;
}
input[type=text-size], select, textarea {
    width: 100%;
    padding: 0px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    margin-top: 0;
    margin-bottom: 7px;
    resize: vertical;
}
.share >li{
    float: left;
    padding: 5px 0 0 0px;
    margin: 0px;
    border-top: 1px solid #000;
    margin-bottom: 10px;
}
.cross {
    position: relative;
    display: inline-block;
}
.cross::before, .cross::after {
    content: '';
    width: 100%;
    position: absolute;
    right: 0;
    top: 50%;
}
.cross::before {
    border-bottom: 1px solid red;
    -webkit-transform: skewY(-10deg);
    transform: skewY(-10deg);
}
.cross-size {
    position: relative;
    display: inline-block;
}
.cross-size::before, .cross-size::after {
    content: '';
    width: 100%;
    position: absolute;
    right: 0;
    top: 50%;
}
.cross-size::before {
    border-bottom: 1px solid black;
    -webkit-transform: skewY(-10deg);
    transform: skewY(-45deg);
}
.recently-viewed{
    padding-left: 60px;
}
.pd-tp> li{
    padding-top: 3px;
}
.pd-rt{
    padding-right: 5px;
}
.details{
    padding-left:75px;
    padding-right:75px;
}
.recently{
    padding-right:35px;
}

/* Multiple box shadows to achieve the glass effec/t */
.cloudzoom-zoom-inside {
    cursor: zoom-in;
    z-index: 1;
  }
  .thumbelina {
    left: 0;
    right: 0;
    width: 70px;
    margin: 0 auto;
  }
  .thumbelina li img, .thumbelina li img:hover {
    height: 100px;
    border: none;
  }
  .thumbelina-but.vert {
    line-height: 28px;
  }
  
  /*** CUSTOM ***/
  
  
  #product-image {
    position: relative;
    display: inline-block;
    line-height: 0;
    margin-left: 1rem;
    margin-right: 1rem;
  }
  
  #zoom-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    animation: fadeout 0.5s; /* Sync with JS */
    background-position: 50% 50%;
    background-size: cover;
    cursor: zoom-out;
    display: none;
    opacity: 0;
    z-index: 1;
  }
  
  .fullscreen {
    overflow: hidden;
  }
  .fullscreen .cloudzoom-zoom-inside {
    visibility: hidden; /* Prevent FOUC */
  }
  .fullscreen #thumbnails {
    position: fixed;
    top: 8px;
    left: 8px;
    opacity: 0.8;
  }
  .fullscreen #zoom-overlay {
    animation: fadein 0.5s; /* Sync with JS */
    display: block;
    opacity: 1;
  }
  
  @keyframes fadein {
    0% { opacity: 0; }
    100% { opacity: 1; }
  }
  @keyframes fadeout {
    0% { opacity: 1; }
    100% { opacity: 0; }
  }

/* end Multiple box shadows to achieve the glass effec/t */
  
  .banner-centered {
    position: absolute;
    top: 60%;
    left: 25%;
    transform: translate(-50%, -50%);
}
.banner-centered > h3{
    letter-spacing:8px;
    padding-bottom:0px;
    color:#f5d294;
    margin-top: 0;
}
.banner-centered > h5{
    color:#fff;

}
.btm-banner {
    border: 1px solid #d2ae6d;
    background: transparent;
    padding: 5px 15px;
    font-size: 16px;
}
.banner{
    position: relative;
    text-align: center;
    color: white;
    
}
.hr-icon{
    color: #f5d294!important;
    font-size: 4px!important;
}
.title >h3{
    letter-spacing:8px;
    padding-bottom:7px;
    font-weight: 600;
}
.title-new>h3{
    letter-spacing:8px;
    padding-top:35px;
    font-weight: 600;
}
.title-sign >h3{
    letter-spacing:8px;
    padding-bottom:5px;
    padding-top:30px;
    color: #700e1a;
    font-weight: 600;
}
.mob-new{
    padding-top: 0px;
    padding-bottom: 0px;
}
.mob-mar-bt{
    margin: 0 15px 5px 35px;
    line-height:1.5;
}

.bridal-pd-b{
    padding-bottom: 25px;
}
.query-width{
    width: 90%
}
.product-border{
    height:1px;
    width:90%;
    margin-left:35px;
    background-color:#000;
    margin-bottom:5px;
}
.recently-border{
    height:1px;
    width:40%;
    margin-left:62px;
    background-color:#000;
    margin-bottom:5px;
}
.product-ft{
    font-size: 12px;
    text-transform: uppercase;
}
.details-copy h4{
    text-transform: uppercase;
}
.mar-fm{
    margin-left: -80px;
}
.table-wd{
    width: 50%;
}
.submit{
    background-color: #700e1a!important;
    color:#fff!important;
    border-radius: 0!important;
    padding: 2px 7px!important;
    border: none;
    cursor: pointer;
    float: right;
    margin-bottom: 10px;
}
table, th, td {
    border: 0px solid black;
    border-collapse: collapse;
}
th, td {
    font-weight: 500;
    padding: 2px;
    padding-left: 40px;
    text-align: left;
}
.share-with{
    padding-top: 115px;
    margin-bottom: 5px;
}
.form-control{
    width: 90%!important;
    border-radius: 0px!important;
    margin-top: 5px!important;
}
textarea.form-control {
    width: 100%!important;
    
}
.lapi-none{
    display: none!important;
}
.pagination>li>a, .pagination>li>a:hover {
    color: #d6b473;
    background-color: #700e1a;
    border: 1px solid #f7dfb3;
}
.pagination>li>.active{
    color: #fff!important;
    background-color: #700e1a!important;
}
.social-rt{
    margin-right: -185px;
    margin-top: -35px;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: 0!important;
    font-size: 20px;
    color: #fff;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: 0!important;
    font-size: 20px;
    color: #fff;
}
.carousel-control {
    top: 40%;
}