body {
    font-family: 'Lato', sans-serif;  
    font-size: 12px;
}
.myfont {
    font-family:"trajan-sans-pro";
	font-weight: normal;
}
.GoldColor {
	color:#8e7147 !important;
	font-family:"trajan-sans-pro";
	font-size: 15px;
}
.GoldColor:hover{ color:#9C1210 !important; }
.lightGrayBg { background-color:#fafafa; }
.darkGrayBg { background-color: #868686; }
.font12 { font-size:1.2em; }
.font16 { font-size:1.6em; }
.gColorF{ color:#8e7147; }
.wColorF { color:#ffffff }
.goldButton {
	color: #8e7147;
	background-color: transparent;
	border: 2px solid #8e7147;
	padding: 8px 20px;
	text-align: center;
	transition: .2s all ease;
	display: block;
	border-radius: 4px;
	width: 280px;
	margin: 0 auto;
}
.goldButton:hover {
	color: #fff;
	background-color: #8e7147;
}
.whiteButton {
	color: #fff;
	background-color: transparent;
	border: 2px solid #fff;
	padding: 8px 20px;
	text-align: center;
	transition: .2s all ease;
	display: block;
	border-radius: 4px;
	width: 220px;
	margin: 0 auto;
}
.whiteButton:hover {
	color: #000;
	background-color: #fff;
}
.borderOnly{
	height: 1px;
	background-color: #ccc;
	display: block;
	clear: both
}
input[type="text"] { border-radius: 0; }
.headersearch {	
	width:120px;
	border:none;
	border-bottom:1px #fff solid;
	display:inline-block;
    background-color: transparent;
    color:White;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: lightgray;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: lightgray;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: lightgray;
}
#welcomeboxstretchform3 {
    margin-top: 5px;
}
.txtfield, .txtfielddropdown, .searchfield, .txtfieldqty {
    margin-bottom: 2px;
}
.headersearchbutton {
	border:none;
	background-color:transparent;
	display:inline-block;
	width:14%;
	color:#fff;
}
.megamenu-dropdown-left { right:0; min-width: 270px;}
.headersearchbutton:hover { color:#900;	}

.megamenu-dropdown {
    min-width: 250px;
}
.MegaMenuNeckLaces {
    width: 320px;
}
.MegaMenuBracelets {
    width: 320px;
}
.bg-white {
    background-color: #f5f5f5;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 25px;
    height: 10em;
}
#vp_bodycontent {
	min-height: 40em;
	height: auto;
}
#vp_bodycontent a{ color:#868686; }
#vp_bodycontent a:hover{ color:#9C1210; }
.sidebarcell, .main-content, .main-product, .main-news, .main-blog, .main-freetext, .main-product, #shopcustomer { border: none; }
.main-content {padding: 10px 0}
.ui-slider .ui-slider-handle { width: .8em; }
.ui-slider-horizontal .ui-slider-handle { margin-left: -.4em; }

.info_table > tbody > tr > td:first-child{ border-left:none;}
.info_table > tbody > tr > td:last-child { border-right:none;}
.view_cart tr td:first-child, .view_cart tr td:nth-child(2), .view_cart tr th:first-child {
    border-left: none;
}

.alert-warning {
    background-color: #f7f7f7;
    border-color: #e5e5e5;
}

.carousel-indicators {
    color:black;
    background-color: black;
    margin-top: 30px;
}
.carousel-control {
    top: auto;
    bottom: 50px;
}
/******************* TOP NAV BAR *******************/
.navbar {
    border-radius: 0px;
    margin-bottom: 5px;
    border: none;
    height: 34px; 
	font-size: 11px;
}
.global-background-color, .scrollToTop_default, .scrollToTop_default:hover, #scrollUp { background-color: #868686; }
.nav > li > a:hover,
.navbar-default .navbar-nav > li > a:hover,
.nav > li > a:focus{
    background-color: transparent;
	color:#9C1210;
}
#vp_topheader #topright_menu .navbar-nav li > a,
#vp_topheader .navbar-nav li > a {
    padding-top: 6px;
    padding-bottom: 6px;	
}
.opHeaderNonLink { padding-top: 8px; }
.page_wrapper .horo_desktop_bar {
	font-family:"trajan-sans-pro"; 
	border-bottom:1px solid #f5f5f5;
}
.submitbtn, #vp_bodycontent a.submitbtn, .default-btn-style, .btn-default {
    background-color: #3d3d3d;
    border: 1px solid #3d3d3d;
    border-radius: 0px;
    color: #fff;
    padding: 5px 10px;
	transition: .2s all ease;
	text-transform: uppercase;
	font-family:"trajan-sans-pro";
}
.submitbtn:hover, #vp_bodycontent a.submitbtn :hover, .default-btn-style :hover, .btn-default :hover {
    background-color: #fff;
    color: #9C1210;
	transition: .2s all ease;
}
.alert, .breadcrumb, .txtfield, .txtfielddropdown, .searchfield, .txtfieldqty { border-radius: 0px; }
/******************* END TOP NAV BAR *******************/
dd {
	font-family:"trajan-sans-pro";
	font-weight: normal;
	line-height:1.7em;
	color: #ccc;
	font-size:1.1em;
}
dd a:hover{	color: #8e7147; }
dt {
	margin-bottom:15px;
	font-size:1.3em;
}
.footer {
    background: none repeat scroll 0 0 #3d3d3d;
    border-top: none;  
}
.megamenu {
    display: inline-block;
    width: auto;
    margin-left: -15px;
}
.mr-0 {	margin-right: 0; }
.mr-2 {	margin-right: 2em; }
.mr-3 {	margin-right: 3em; }
.mr-4 {	margin-right: 4em; }
.ml-0 {	margin-left: 0; }
.ml-2 {	margin-left: 2em; }
.ml-3 {	margin-left: 3em; }
.ml-4 {	margin-left: 4em; }
.pr-0 {	padding-right: 0; }
.pr-1 {	padding-right: 1em; }
.pr-2 {	padding-right: 2em; }
.pr-3 {	padding-right: 3em; }
.pr-4 {	padding-right: 4em; }
.pl-0 {	padding-left: 0; }
.pl-1 {	padding-left: 1em; }
.pl-2 {	padding-left: 2em; }
.pl-3 {	padding-left: 3em; }
.pl-4 {	padding-left: 4em; }
.mt-3 {	margin-top: 3em; }
.mt-15{	margin-top: 1.5em; }
.m-15 {	margin-top: 1.5em; margin-bottom: 1.5em }
.m-1 {	margin-top: 1em; margin-bottom: 1em }
.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.filter-content > .form-group {
    margin-bottom: 1px;
    cursor: pointer;
}
.inline-group p {
    margin-left: 5px;
    margin-top: 2px;
    font-size: 11px;
}
.smart-filter-section .sub-content-title {
    font-size: 13px;
    color:black;
    font-weight: bold;
}
.sidefilter_checkbox {
    cursor: pointer;
}
.pagination {
    margin: 0;
}
.content-wrapper ul li::before, .content-wrapper ul li::before, #vp_footer ul li::before, #vp_footer ol li::before {
    content: "";
    margin-right: 0px;
}
.featured-prod-widget {
    border: none;    
    padding: 0;
}
.featured-prod-widget h6 {
    font-size: 13px;
    margin-bottom: 2px;
}
.blackcolor{
    color:black !important;    
}
.grid-list-row-view .featured-prod-widget .submitbtn {
    position: unset;
    right: auto;
    bottom: -8px;
    cursor: pointer;
}
.product-list-row .product-details .submitbtn {
    float: unset;
}
.product-details input[type="checkbox"].submitbtn {
    display: inline-block;
    vertical-align: middle;
    margin-top: 0;
    margin-right: 0px;
    margin-left: 10px;
    height: 25px;
    width: 25px;
    border-radius: 0;
}
.productpricedetails {
    font-size: 1.5em;
    color:black;
}

.zoomPad {
    z-index: 1 !important;
}
.featured-row .childprod-title {
    font-size: 13px;
    color: #8e7147;
    font-weight: bold;
}

.alert-danger {
/*for minimum order warning on shopaddtocart*/
    padding: 7px;
    font-size: 14px;
}

@media (max-width: 767px) {
    
}

@media (min-width: 768px) {
    
}

@media (max-width: 991px) {
    
}

@media (min-width: 992px) {    
    .noRightPadding { padding-right: 0 !important; }
    .noLeftPadding  { padding-left: 0 !important; }    
    .margin-right-0 { margin-right: 0; }
    .margin-left-0  { margin-left: 0; }    
    #vp_topheader{ height: 34px; }
	#vp_logo img, .vp_logo img { margin:0 auto;	padding: 0 }	
	.page_wrapper .lowernavgation { padding-top: 2px; }
	.horo_desktop{
		position: relative;
		top: -40px;
    	margin-bottom: -40px;
		z-index: 3;
	}
    .page_wrapper .horo_desktop_bar .megamenu {	background: none; }
	#vp_horomenu .nav > li > a { padding-right: 0; padding-left: 0 }
	.page_wrapper {	max-width: 100%; overflow-x: hidden; }
	.h1, h1 { font-size: 33px; }
	.content-wrapper { margin-bottom: 0px; }	
	navbar-collapse { padding-right: 0px; padding-left: 0px; }
	.main-product { padding: 0; }	
  .featured-prod-widget {
    border: 12px solid white;
    transition: .1s all ease-in-out;
    /*    text-align: center;*/
    margin-bottom: 0px;
    margin-top: 0;
  }
  .featured-prod-widget:hover {
    border: 12px solid white;
    /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
    -webkit-box-shadow: 0px 10px 13px -7px #000000, 0px 4px 9px 5px rgba(0, 0, 0, 0);
    box-shadow: 0px 10px 13px -7px #000000, 0px 4px 9px 5px rgba(0, 0, 0, 0);
    color: #900;
  }   
  .desktop_view > .col-sm-3 {
    padding-left: 5px;
    padding-right: 5px;
    }
    .productslistingcontainer {
        padding-bottom: 20px;
        margin-bottom: 20px;
        /*height: 380px;*/
    }
    .title h1 {
        padding: 10px 0 0 0;
    }
    .featured-row .childprod-title {
        max-width: 100%;
    }
}

.camera_wrap { top: -40px !important; }

@media (min-width: 1170px) {
	.container1400 {
        width: 100%;
        max-width: 1400px;
    }
}


@-moz-document url-prefix() { 
    .camera_wrap { top: -40px !important; }	
}


@media screen and (min-width:0\0) and (min-resolution: +72dpi) {
    // IE9+ CSS
    .camera_wrap { 
        top: -40px !important;
    }
}
_:-ms-lang(x),  .camera_wrap { top: -40px !important; }

_::-webkit-full-page-media, _:future, :root .safari_only {
    margin-bottom: 0px !important;
}

