.modal {
    z-index: 9999;
}
.modal-backdrop {
   z-index: 9996;
}

.product-preview {
    border: 2px solid transparent;
    background: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.137255) 0 0 5px;
    padding: 12px 12px 16px;
}

.banner {
    border-color: #ffffff;
    box-shadow: 0 0 5px rgba(8, 8, 8, 0.286);
    margin: 15px 0;
    padding: 10px;
    position: relative;
}

.navbar-secondary-menu .drop-title {
	display: block;
	clear: both;
	text-align: center;
	color: #000;
	font-size: 0.75em;
	line-height: 2em;
	text-transform: uppercase;
	font-weight: bold;
} 

#newsLine {
    background: #325766 none repeat scroll 0 0;
    border-bottom: 1px dotted #c7c7c7;
    font-size: 0.917em;
    line-height: 1.455em;
    padding: 1px 0;
    position: relative;
    z-index: 9989;
}
.navbar-main-menu dt {
    font-weight: bold;
}

.navbar-main-menu-outer {
    border-bottom: 1px dotted #e01f25;
    border-top: 1px dotted #e01f25;
    margin-top: 0px;
}

.navbar .background {
    background: #fff none repeat scroll 0 0;
    padding-top: 0;
    z-index: 1;
}

/***
UI Loading
***/
.loading-message {
  display: inline-block;
  min-width: 125px;
  margin-left: -60px;
  padding: 10px;
  margin: 0 auto;
  color: #000 !important;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
}
.loading-message.loading-message-boxed {
  border: 1px solid #ddd;
  background-color: #eee;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
}
.loading-message > span {
  line-height: 20px;
  vertical-align: middle;
}

.page-loading {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 125px;
  margin-left: -60px;
  margin-top: -30px;
  padding: 7px;
  text-align: center;
  color: #333;
  font-size: 13px;
  border: 1px solid #ddd;
  background-color: #eee;
  vertical-align: middle;
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
}
.page-loading > span {
  line-height: 20px;
  vertical-align: middle;
}

.page-spinner-bar {
  position: fixed;
  z-index: 10051;
  width: 100px;
  top: 40%;
  left: 50%;
  margin-left: -55px;
  text-align: center;
}
.page-spinner-bar > div {
  margin: 0 5px;
  width: 18px;
  height: 18px;
  background: #eee;
  border-radius: 100% !important;
  display: inline-block;
  -webkit-animation: bounceDelay 1.4s infinite ease-in-out;
  animation: bounceDelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.page-spinner-bar .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.page-spinner-bar .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.block-spinner-bar {
  display: inline-block;
  width: 80px;
  text-align: center;
}
.block-spinner-bar > div {
  margin: 0 2px;
  width: 15px;
  height: 15px;
  background: #eee;
  border-radius: 100% !important;
  display: inline-block;
  -webkit-animation: bounceDelay 1.4s infinite ease-in-out;
  animation: bounceDelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.block-spinner-bar .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.block-spinner-bar .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}


/* start For popUp Login  */
     
.abgems.signin-alt .normal-signin .un-wrap {
    position: relative;
}

.abgems.signin-alt .normal-signin .pw-wrap {
    position: relative;
}


*::before, *::after {
    box-sizing: border-box;
}
*::before, *::after {
    box-sizing: border-box;
}
.abgems.signin-alt .normal-signin input[type="text"], .abgems.signin-alt .normal-signin input[type="password"] {
    background-color: white;
    border: 1 solid gray;
    color: gray;
    height: 41px;
    margin-bottom: 10px;
    outline: medium none;
    padding-left: 50px;
    transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
}

.abgems.signin-alt .normal-signin .textAreaStyle{
-webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
    border: 1px solid gray;
}
.abgems.signin-alt .normal-signin .textAreaStyle:focus{
 box-shadow: 0 0 5px rgb(255,0,0);
 
  border: 1px solid rgb(255,0,0);
}
.abgems.signin-alt .normal-signin input[type="text"]:focus, .abgems.signin-alt .normal-signin input[type="password"]:focus{
  box-shadow: 0 0 5px rgb(255,0,0);
 
  border: 1px solid rgb(255,0,0);
}
.abgems.signin-alt .normal-signin .bs-searchbox input[type="text"]{
    background-color: #ffffff;
    border: 1px solid #7a8086;
    border-radius: 0;
    color: #000000;
    height: 30px;
	padding-left: 10px;

}


.abgems.signin-alt .normal-signin .textAreaStyle
{
    background-color: white;
    border: 1px solid #7a8086;
    border-radius: 10;
    color: gray;
	margin-bottom: 10px;
}

.control-label
{
color:gray;
}
.form-control {
    background-color: white;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 0px;
    color: #555555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
	text-transform : lowercase !important;
}

.abgems.signin-alt .normal-signin .un-wrap .fa-envelope {
    background-color: #e01f25;
    color: #ffffff;
    font-size: 13pt;
    left: 0;
    padding: 12px 14px;
    position: absolute;
    top: 0;
}
.abgems.signin-alt .normal-signin .pw-wrap .fa-lock {
    background-color: #e01f25;
    color: #ffffff;
    font-size: 15pt;
    left: 0;
    padding: 11px 16px;
    position: absolute;
    top: 0;
}

.abgems.signin-alt .normal-signin .icon-wrap .fa-icon {
    background-color: #e01f25;
    color: #ffffff;
    font-size: 16pt;
    left: 4px;
    padding: 10px 11px;
    position: absolute;
    top: 5px;
}

.abgems.signin-alt .normal-signin .signin {
    background-color: #e01f25;
    border: 1px solid #7a8086;
    color: #fff;
    padding: 10px 0px;
    transition: background-color 300ms linear 0s;
}

.abgems.signin-alt .normal-signin .signin:hover {
    background-color: gray;
    border: 1px solid #7a8086;
    color: #fff;
    padding: 10px 0px;
    transition: background-color 300ms linear 0s;
}
.abgems .btn {
    border-radius: 0;
}
.btn-block {
    display: block;
    width: 100%;
}
.abgems .btn {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.abgems.signin-alt {
    color: #eaeaea;
}

.abgems.signin-alt .sns-signin .facebook {
    background-color:#E31E24;
    transition: background-color 300ms linear 0s;
}
.abgems.signin-alt .sns-signin a {
    color: #fff;
    display: block;
    margin-bottom: 22px;
}

.abgems.signin-alt .sns-signin .facebook .fa-user {
    background-color: #eaeaea;
    color: #505050;
    padding: 15px 19px 15px 18px;
}
.abgems.signin-alt .sns-signin .facebook:hover {
  background-color: gray;
}

.abgems.signin-alt .fa-times-circle {
    cursor:pointer;
	color: #000;
    font-size: 30px;
    position: absolute;
    right: 8px;
    top: 4px;
}


.abgems.signin-alt .normal-signin .countrySelect {
    background-color: white;
    border: 1px solid #7a8086;
    border-radius: 10;
    color: gray;
    margin-bottom: 10px;
	height: 42px;
}
.normal-signin1 .countrySelect {
-webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
    border: 1px solid gray;
}
.normal-signin1 .countrySelect:focus{
 box-shadow: 0 0 5px rgb(255,0,0);
 
  border: 1px solid rgb(255,0,0);
}
.countrySelect>.btn {
    background-color: #282a38;
}

.sns-signin{
	margin-top:20%;
}
.container-border{
	border-right:1px solid #ececec;
}
.modalPadding { /* Edited classname 10/03/2014 */
    padding-top:6%;
}

i.fa-eye:hover,i.fa-eye:focus, i.fa-search:hover,i.fa-search:focus{

    text-decoration: none;
	color:#D4A442;
}

.product-preview h3.title {
    color: #000;
    font-family: inherit;
    font-feature-settings: inherit;
    font-kerning: inherit;
    font-language-override: inherit;
    font-size: 1em;
    font-size-adjust: inherit;
    font-stretch: inherit;
    font-style: inherit;
    font-synthesis: inherit;
    font-variant: inherit;
    font-weight: bold;
    line-height: inherit;
    text-transform: uppercase;
	border-bottom: 1px dotted #bcbcbc;
}

.order-but {
	padding-top: 15px;
}

.pcarat {
    border-bottom: 1px dotted #bcbcbc;
    padding-bottom: 5px;
    padding-top: 5px;
}

.product-preview .price.new {
    font-size: 1.1em;
    font-weight: bold;
}

.jimg {
border-bottom : 1px dotted #bcbcbc;
padding-bottom : 5px;
}

.bsize {
    font-size: 1em !important;
    font-weight: bold;
    height: 35px !important;
    line-height: 10px !important;
    padding: 13px !important;
	width : 100%;
}

.ctitle {
    border-bottom: 1px dotted #e01f25;
    font: 1em "Sintony",message-box !important ;
    margin-bottom: 20px;
    margin-top: -37px;
	text-transform:capitalize !important ;
}
h1 { 
    color: #000; 
    font: 2em "Sintony",message-box !important;
    margin: 0;
    padding: 0 0 0.5em !important;
    text-transform: uppercase !important;
}

.navbar-secondary-menu {

    height: auto;
    margin-left: -10px;
    margin-top: 10px;
    padding-top: 0;
    text-align: center !important;
}

.dtitle {
    border: 1px dotted #bcbcbc;
    font: 1.433em/1.2em "Sintony","Trebuchet MS" !important;
    margin-bottom: 30px;
    padding: 18px;
    text-align: center;
    text-transform: capitalize;
}

.dcarat {
    border-bottom: 1px dotted #bcbcbc;
    font: 1.633em/1.2em "Sintony","Trebuchet MS" !important;
    padding-bottom: 5px !important;
    padding-top: 5px;
    text-transform: capitalize;
	width:100%;
}

.dimage{
border: 1px dotted #e01f25;
}

.dtags {
    border: 1px dotted #bcbcbc;
    font: 1.333em/1.2em "Sintony","Trebuchet MS" !important;
    padding: 10px 10px 10px;
    text-align: center;
    text-transform: capitalize;
    width: 100%;
}

.ddetails {
    font: 0.9em/1.2em "Sintony","Trebuchet MS" !important;
    margin-top: -30px;
}
.dside {
    border: 1px dotted #bcbcbc;
    font: 0.8em/1.5em "Sintony","Trebuchet MS" !important;
    padding: 10px;
    text-align: center;
    text-transform: capitalize;
}
.dthumb{
	border: 1px dotted #e01f25;
}
.cdesc
{
width:auto;
height: auto;
}
.vertical_title_outer {
    border: 1px dotted #cacaca;
    font-size: 18px;
    height: 35px;
    line-height: 32px;
    margin-left: -273px;
    padding: 0 10px;
    text-align: center;
    text-transform: uppercase;
    transform: rotate(-90deg);
    transform-origin: 100% 0 0;
    white-space: nowrap;
    width: 273px;
}
.ccl
{
height:0px;
}
.slc {
    padding-bottom: 35px;
    padding-top: 60px;
}
.slick-track {
    display: block;
    left: 0;
    position: relative;
    top: 0;
    width: 4440px !important;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
	width:190px !important;
}

.product-carousel .carousel-item {
    height: 300px;
    margin: 3px 5px 0 25px;
}
.slick-prev, .slick-next {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #cccccc;
    color: #e01f25;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 29px;
    line-height: 0;
    outline: medium none;
    padding: 0;
    position: absolute;
    text-indent: -99999px;
    top: -50px;
    width: 29px;
}
body.responsive .navbar-secondary-menu {
    border-top: 0px dotted #bcbcbc;
    height: auto;
    margin-top: 10px;
    padding-top: 0;
    text-align: center !important;
    margin-left: -83px;
}

.expand-nav {
    left: 20px;
    position: absolute;
    top: 34px !important;
}

.tp-banner {
    max-height: 350px !important;
    position: relative;
    visibility: hidden;
    width: 100%;
}
footer #footer-collapsed {
    height: 274px !important;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.navbar-compact .navbar-main-menu {
    clear: none;
    padding-top: 25px;
    padding-left: 225px;
    margin-right: 25px;
    text-align: center;
}