html {
  overflow-y: scroll;
  margin: 0;
  padding: 0px;
  -webkit-tap-highlight-color: transparent;
}
body {
  color: #DAB464;
  background-color:#000;
  font-size: 15px;
  line-height: 1.42857143;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
}
/*@import url('https://fonts.googleapis.com/css?family=Inconsolata');*/
/*@import url('https://fonts.googleapis.com/css?family=Noto+Sans');*/
/*@import url('https://fonts.googleapis.com/css?family=Roboto');*/
@font-face { font-family:'BPGArial'; src:url('../fonts/bpg_arial.eot');
src:url('../fonts/bpg_arial.eot?#iefix') format('embedded-opentype'), url('../fonts/bpg_arial.woff') format('woff'), url('../fonts/bpg_arial.ttf') format('truetype'), url('../fonts/bpg_arial.svg#glyphicons_halflingsregular') format('svg');
}
@font-face {
font-family:'BPGMTavruli';
src:url('../fonts/bpg_nino_mtavruli_normal.eot');
src:url('../fonts/bpg_nino_mtavruli_normal.eot?#iefix') format('embedded-opentype'), url('../fonts/bpg_nino_mtavruli_normal.woff') format('woff'), url('../fonts/bpg_nino_mtavruli_normal.ttf') format('truetype'), url('../fonts/bpg_nino_mtavruli_normal.svg#glyphicons_halflingsregular') format('svg');
}
/*body .pavquickview, #cboxWrapper { background-color: #FFE0C0; color: #600; }*/
body #page { 
	/*background-color:#000; */
	font-family: BPGArial, "Open Sans", Helvetica, Arial, sans-serif; 
	text-transform: capitalize;
	/*background:#FFF;*/
	
/*background-image: -webkit-gradient(linear,0 0,0 100%,from(transparent),color-stop(50%,rgba(50,0,0,.05)),to(rgba(0,0,0,.1)));
background-image:-webkit-linear-gradient(transparent,rgba(50,0,0,.05) 50%,rgba(0,0,0,.1));background-image:-moz-linear-gradient(top,rgba(50,0,0,.05) 0,rgba(0,0,0,.1));
background-image:-o-linear-gradient(transparent,rgba(50,0,0,.05) 50%,rgba(0,0,0,.1));background-image: linear-gradient(transparent,rgba(50,0,0,.05) 50%,rgba(0,0,0,.1))*/
background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(22,5,5,.1) 100%); 
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

/*background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAK0lEQVQYV2NkQIAGORYmBkYoH8x59OdfA0gAzgFJMsqxMDWAZEAcGQ6mBgBLbQ1P6mG/vQAAAABJRU5ErkJggg==) repeat;*/
} 
/*body #page { color: #5c4b34; } */
/*body #page a { color: RGBA(248, 186, 78, 0.75); } */

font {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
}
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0px;
}
button:focus,
button:hover,
button:active,
.btn:focus,
.btn:hover,
.btn:active {
  outline: none;
}
.fs9 {
  font-size: 11px;
}
.fs10 {
  font-size: 12px;
}
.fs11 {
  font-size: 13px;
}
.fs12 {
  font-size: 14px;
}
.fs13 {
  font-size: 15px;
}
.fs14 {
  font-size: 16px;
}
.fs15 {
  font-size: 17px;
}
.fs16 {
  font-size: 18px;
}
.col-vg-3 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
	width:30%; 
	float:left;
}	
.welcome {
  color: #636E75;
  font: Verdana;
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: normal;
  text-shadow: 0 0 1px rgba(0,0,0,0.01);
}
a {
  cursor: pointer;
  outline: none;
  color: #DAB464;
}
a img {
  border: none;
}
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
  color: #BA7918;
}
img {
  border: 0 none;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
table.list {
  border-collapse: collapse;
  width: 100%;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  margin-bottom: 20px;
}
table.list thead td {
  background-color: #5B2C15;
  padding: 0px 5px;
}
table.list .center {
  text-align: center;
  padding: 7px;
}
table.list tbody td {
  padding: 0px 5px;
}
table.list td {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
table.list .right {
  text-align: right;
  padding: 7px;
}
table.list .left {
  text-align: left;
  padding: 7px;
}
table.list thead td a,
.list thead td {
  text-decoration: none;
  color: #222222;
  font-weight: bold;
}
input.large-field,
select.large-field {
  width: 65%;
}
table.form {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
/*table.form > * > * > td {
  color: #000000;
}*/
table.form td {
  padding: 4px;
}
table.form tr td:first-child {
  width: 170px;
}
table.radio {
  width: 100%;
  border-collapse: collapse;
  padding: 0;
  display: table;
}
table.radio td {
  padding: 5px;
}
table.radio td label {
  display: block;
}
table.radio td input[type="radio"] {
  margin: 0;
}
table.radio tr td:first-child {
  width: 1px;
}
table.radio tr td:first-child input {
  margin-top: 1px;
}
table.radio tr.highlight:hover td {
  background: #efefef;
  cursor: pointer;
}
.pagination {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 100%;
  margin: 0;
}
.pagination .links {
  float: left;
}
.pagination .links a,
.pagination .links b {
  display: inline-block;
  *display: inline;
  zoom: 1;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  width: 30px;
  height: 30px;
  -webkit-transition: background-color 350ms ease-in;
  transition: background-color 350ms ease-in;
  padding: 0px;
  line-height: 30px;
  text-decoration: none;
  margin: 0 3px 0 0;
  text-align: center;
  font-weight: normal;
  background-color: #69562d;
}
.pagination .links a:hover,
.pagination .links b:hover {
  background-color: #9C0842; /*#DEC430;*/ /*#d95750;*/
  color: #FFFFFF;
}
.pagination .links b {
  background-color: #9C0842;
  color: #FFFFFF;
}
.pagination .results {
  float: right;
  padding-top: 5px;
}
a.button, input.button {
  color: #FFF;
  /*text-transform: uppercase;*/
  font-size: 11px;
  padding: 8px 15px;
  background-color: #D09F2F;
  border: 0;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
a.button:hover,
a.button:focus,
a.button:active,
input.button:hover,
input.button:focus,
input.button:active {
  outline: none;
}
.buttons {
  overflow: auto;
  padding: 15px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.buttons:before,
.buttons:after {
  content: " ";
  display: table;
}
.buttons:after {
  clear: both;
}
.buttons .center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.buttons .right {
  float: right;
  text-align: right;
}
.buttons .left {
  float: left;
  text-align: left;
}
.buttons.no-padding {
  padding: 0;
  border: 0;
}
.pull-right a { color: #000!important; }

.product-info .tab-content { color:#300; }
.tab-content {
  border: 0;
  padding: 0px;
  margin-bottom: 0px;
  margin-top: 20px;
  z-index: 2;
}
.links {
  position: relative;
  margin: 0;
  padding: 0px;
}
.links li {
  display: inline;
  text-transform: uppercase;
}
.links li:first-child a {
  margin-left: 0;
}
.links li b {
  text-transform: none;
}
.links a {
  margin: 0 5px;
}
.links a:hover {
  color: #000000;
}
.links i {
  color: #CCCCCC;
  margin-right: 5px;
  font-size: 14px;
}

.product-label-special {
  display: table;
  font-size: 100%;
  font-weight: normal;
  color: #FFFFFF;
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  /*background-color: #FF8000;*/
  background-color: rgba(255, 0, 0, 0.67);
  zoom: 1;
  background-color: transparent \5;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99FF8000, endColorstr=#99FF8000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99FF8000, endColorstr=#99FF8000);
  padding: 0px;
  position: absolute;
  top: 50px;
  right: 10px;
  z-index: 10;
}
.product-block .product-label-special {
	position: absolute;
	top: 5px!important;
	right: 5px!important;
}
.product-label-special span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.tooltip-inner {
  border-radius: 3px;
}
.badge {
  background-color: #03F;
}
.pav-dropdown {
  position: relative;
}
.pav-dropdown .d-heading {
  padding: 13px 20px;
  -webkit-box-shadow: -3px 0 3px -3px #c85550, 3px 0 3px -3px #c85550;
  box-shadow: -3px 0 3px -3px #c85550, 3px 0 3px -3px #c85550;
}
.pav-dropdown .d-heading h4 {
  color: #FFF; /*#701818;*/
  margin: 0;
  line-height: 20px;
}
.pav-dropdown .d-heading h4:before {
  font-family: 'FontAwesome';
  content: "\f0c9";
  vertical-align: top;
  color: #100; /*#701818;     CATEGORY*/
  margin-right: 10px;
  font-size: 20px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-top: -1px;
}
.pav-dropdown .d-heading h4 > span {
  background-color: #804000;
  text-align: center;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  width: 17px;
  height: 17px;
}
.pav-dropdown .d-heading h4 > span > span {
  border-left: 5px solid rgba(0,0,0,0);
  border-right: 5px solid rgba(0,0,0,0);
  border-top: 5px solid #FFFFFF;
  width: 0;
  height: 0;
  float: left;
  margin: 6px 4px;
}
.pav-dropdown .d-content {
  display: none;
  position: absolute;
  /*background: #0F0800;*/ /*#FDDAC6;*/
  /*background-color:#ba7918;*/
  z-index: 999;
  width: 100%;
}
.pav-dropdown:hover .d-content {
  display: block;
}

.required {
  color: #FF0000;
  font-weight: bold;
}
.success,
.warning,
.attention,
.information {
  padding: 10px 10px 10px 33px;
  margin: 20px 0;
  color: #555555;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.success .close,
.warning .close,
.attention .close,
.information .close {
  float: right;
  padding-top: 4px;
  padding-right: 4px;
  cursor: pointer;
}
.attention {
  background: #FFF5CC url('../image/attention.png') 10px center no-repeat;
  border: 1px solid #F2DD8C;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.warning {
  background: #FFD1D1 url('../image/warning.png') 10px center no-repeat;
  border: 1px solid #F8ACAC;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.help {
  color: #999;
  font-size: 10px;
  font-weight: normal;
  font-family: 14px;
  display: block;
}
.error {
  display: block;
  color: #FF0000;
  margin-top: 5px;
}
.welcome {
  color: #636E75;
  font: 14px;
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: normal;
  text-shadow: 0 0 1px rgba(0,0,0,0.01);
}
.success {
  background: #EAF7D9 url('../image/success.png') 10px center no-repeat;
  border: 1px solid #BBDF8D;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.prodcs { font-size: 0.7em; position:absolute; top: auto; }

/*.leftside-menu {
	position:relative;
	display: table;
	float:left;
	margin:0;
	padding:0;
	width: 20%;
	height: auto;
	background-color:#060;
	z-index:99;
}*/

h1, .h1 {
  font-size: 28px;
  line-height: 48px;
}
h1 small, .h1 small {
  font-size: 21px;
}

#mass-footer {
    clear: both;
    height: 152px;
    margin: 0;
    padding: 0;
    /* padding: 10px; */
}  
.gl_lines {
    position: relative;
    display: block;
    background-image: url(), url(../image/gl2012_vertical.gif);
    background-position: top, bottom;
    background-repeat: repeat-x;
    width: 100%;
    height: 8px;
}  

div.footer_logos {
    position: relative;
    display: block;
    width: 100%;
    height: 130px;
    margin-top: 5px;
    background-color: #000;
    background-image: url(../image/geoisra_e.gif), url(../image/mrshavit.png), url(../image/decor.gif);
    background-repeat: no-repeat, no-repeat;
    background-position: bottom left, 90% 80%, 100% 100%;
    background-clip: border, border, border;
    background-size: auto auto, auto auto, auto auto;
}
.metrik { 
	position:relative; 
	display:table; 
	width: 100%;
	text-align:center;
	visibility: visible;
  	opacity: 0.3;
  	filter: alpha(opacity=30);
}

h2,
.h2 {
  font-size: 18px;
}
h2 small,
.h2 small {
  font-size: 14px;
}
h3,
.h3 {
  font-size: 16px;
  line-height: 32px;
}
h3 small,
.h3 small {
  font-size: 16px;
}
h4,
.h4 {
  font-size:24px;
  line-height: 32px;
font-weight:bold;
}
h4 small,
.h4 small {
  font-size: 14px;
}
h5,
.h5 {
  font-size: 13px;
  line-height: 32px;
}
h5 small,
.h5 small {
  font-size: 12px;
}
h6,
.h6 {
  font-size: 12px;
  line-height: 32px;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  /*color: #BA7918;*/
  text-transform: capitalize;
  font-family: BPGArial,"Adventure";
}
#content h1 {
  margin: 20px 0;
  line-height: 25px;
}
.form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 5px;
}
.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
input,
button,
select,
textarea {
  padding: 5px;
  border: 1px solid #444;
}
input[type="image"] {
  border: 0;
}
.btn {
  font-size: 11px;
  background-color: #400000;  /* #C91D41;*/
  color: #FFFFFF;
  padding: 6px 15px;
  text-transform: uppercase;
}
.btn:hover,
.btn:focus {
  color: #FFFFFF;
}
.control-label {
  padding-top: 7px;
}
body.layout-boxed-md {
  background: #0E0E0B; /*url("../image/pattern/pattern18.png");*/
}
body.layout-boxed-md #page {
  max-width: 970px;
  -webkit-box-shadow: 0 0 5px #d5d5d5;
  box-shadow: 0 0 5px #d5d5d5;
  margin: 0 auto;
  /*background: url("../image/pattern/pattern16.png");*/
  background-color:#0E0E0B;
}
body.layout-boxed-md .cart-inner h4 {
  display: none;
}
body.layout-boxed-md #topbar .support .left {
  display: none;
}
body.layout-boxed-md .product-block .product-meta {
  padding: 10px 5px;
}
body.layout-boxed-md ul.contact-us li i {
  width: 6%;
  margin: 0;
}
body.layout-boxed-md #powered {
  padding: 25px 0;
}
body.layout-boxed-md .verticalmenu {
  margin-top: 1px;
}
body.layout-boxed-md .verticalmenu > li > a {
  padding-left: 0;
  padding-right: 0;
}
body.layout-boxed-md .custom li:last-child,
body.layout-boxed-md .custom .last {
  display: none;
}
body.layout-boxed-md .custom p {
  margin-bottom: 10px;
}
body.layout-boxed-md .pavcontentslider .carousel-indicators {
  margin: 0 auto;
  left: 0;
  right: 0;
}
body.layout-boxed-md .pavcontentslider .carousel-indicators li {
  display: inline-block;
  float: none;
}
body.layout-boxed-lg {
  background: #090; /*url("../image/pattern/pattern18.png");*/
}
body.layout-boxed-lg #page {
  max-width: 1170px;
  -webkit-box-shadow: 0 0 5px #d5d5d5;
  box-shadow: 0 0 5px #d5d5d5;
  margin: 0 auto;
  background: #630;   /*url("../image/pattern/pattern16.png");*/
}

body[class*="layout-boxed-"] .in-border {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
body[class*="layout-boxed-"] .d-heading {
  position: relative;
  -webkit-box-shadow: 5px 0 5px -5px #ce6863;
  box-shadow: 5px 0 5px -5px #ce6863;
}
body[class*="layout-boxed-"] .d-heading:before {
  content: "";
  display: block;
  width: 15px;
  height: 100%;
  position: absolute;
  right: 100%;
  top: 0;
  background: #ce6863;
}
body[class*="layout-boxed-"] .d-content {
  border-top: 0;
}
body[class*="layout-boxed-"] .d-content:before {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  content: "";
 /* background: #000000;*/
  width: 105%;
  height: 2px;
}
#header #topbar {
  color: #FC0; /*#6f6f6f;*/
  /*font-size: 0.9em;*/
 /* background: #0F0800;*/
  padding: 7px 0;
  /*border-bottom: 1px solid #e2e2e2;*/
}

/*.header-wrap {
	background-color:#000;
}
*/
#topbar .links {
  float: left;
  margin-top: 3px;
}
#topbar .links li {
  float: left;
}
#topbar .links li:hover {
  color: #000;
}
#topbar .links li:hover i {
  color: #FC3;
}
#topbar .links a {
  float: left;
  text-transform: uppercase;
  font-size: 0.9em;
  color: #DAB464; /*#935D0B;*/
  -webkit-transition: color 200ms ease-in;
  transition: color 200ms ease-in;
}
#topbar .links a i {
  -webkit-transition: color 200ms ease-in;
  transition: color 200ms ease-in;
}
#topbar .links a:hover {
  color: #BA7918;
}
#topbar .links a:hover i {
  color: #FC0; /*#dd6b65;*/
}
#topbar .login b {
  float: left;
}
#topbar .support {
  float: right;
}
#topbar .support:before,
#topbar .support:after {
  content: " ";
  display: table;
}
#topbar .support:after {
  clear: both;
}
#topbar .support .left {
  margin-right: 20px;
}
#topbar .support ul li {
  margin: 0 3px;
}
#topbar .support ul li i {
  -webkit-transition: color 200ms ease-in 0s;
  transition: color 200ms ease-in 0s;
  margin: 0;
}

#topbar,#topbar .btn-dropdown span { color:#b8820e; } 
#topbar a { color:#bd8918; } 
#topbar i { color:#d1b02e; } 

#header-bottom {
  min-height: 47px;
  /*background: url("../image/navbot.png");*/
  /*border-top:1px solid #804000; 
  border-bottom:1px solid #804000;*/
}

#header-main {
	position:relative;
	display:table;
	width: 100%;
}
#header-main .inner {
	position:relative; 
	display: table-cell;
	max-height:245px;
	
	/*vertical-align:middle;*/
	/*height:200px;*/
}

.tv-block { position:relative; display: block; float:none; width:100%; height: 245px; max-height:245px; /*border:#C30 solid 1px;*/ }
/*.center-top, .center-bottom { display: table; position:absolute; top:0; left:0; margin:0; padding:0; }
.center-top { height: 180px; min-height:180px; }
 */
.center-top img { border:0; min-width:270px; }
.center-bottom { max-width:342px; height:65px; min-height:65px; padding:0 10px; }
.bottom-banner { height:65px; min-height:65px; font-size:0.9em; }
#logo img { max-height:124px; }

#header-main .inner:before,
#header-main .inner:after {
  content: " ";
  display: table;
}
#header-main .header-wrap {
	  position: relative;
	  display: block;
	  /*height: 256px;
	  max-height: 256px;*/
}
.topmod p { font-size:0.9em!important; }
.s-left,.s-center,.s-right, .pav-custom p { 
	display: inline-block;
	overflow: hidden;
	margin:0 auto;
}
.s-center,.s-left { 
	width:30%; 
}
.s-center img {border:none; }
.s-right {
	top:0; 
	right:0;  
	width:40%;
	padding:0 10px 0 15px;
	color:#FFF;	
}
.s-right p,.s-right span { 
	color:rgba(255,255,255,.9); 
	font-family: "BPG Arial",Arial; 
	font-weight: 300; 
}
/*.left-top {
	position:relative;
	display:table;
	vertical-align:middle;
	height:135px;
}*/
#logo img {
	  border:none;
	  outline:none;
	  width:300px!important;
	  height:124px;
}
.pavcontentslider .item img { text-align:center; margin:auto!important; }
.bottom-banner { 
	position:absolute; 
	left:0; 
	bottom:0; 
	width:100%; 
	height:65px; 
	
}
.right-side .box-content { padding: 0 10px!important; font-size:0.8em; }
.left-side p { margin:0; }
/*.left-side { background-color: rgba(10,195,155,.3); }
.right-side { background-color: rgba(100,135,155,.6); }*/

/*#inner-container { 
	position:relative; 
	display: table; 
	width:1140px;
	height:200px!important;
	margin:0 auto; 
}*/
/*#header-main .slo { position:absolute; display:block; right:0; top:5px; }
#header-main .slo img { border: none; outline: none; width:473px; height:150px; }*/

.pull-right .container { width:100%!important; height:65px; margin-top:150px;  }
#header .show-mobile {
  border: 1px solid #CCA147;
}
#header .show-mobile:before,
#header .show-mobile:after {
  content: " ";
  display: table;
}
#header .show-mobile:after {
  clear: both;
}
#header .show-mobile > div {
  margin: 0;
  padding: 0;
  position: relative;
}
#header .show-mobile > div:hover .inner-toggle {
  display: block;
}
#header .show-mobile .quickaccess-toggle {
  width: 49px;
  height: 49px;
  border-right: 1px solid #e2e2e2;
  color: #b3b3b3;
  line-height: 49px;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
}
#header .show-mobile .inner-toggle {
  display: none;
  position: absolute;
  background: #FFFFFF;
  left: -1px;
  top: 100%;
  min-width: 240px;
  padding: 10px;
  z-index: 99999;
  border: 1px solid #e2e2e2;
}
#header .show-mobile ul,
#header .show-mobile .links {
  float: none;
  padding: 0;
  margin: 0;
  text-align: left;
}
#header .show-mobile ul li,
#header .show-mobile .links li {
  float: none;
  display: block;
}
#header .show-mobile ul a,
#header .show-mobile .links a {
  float: none;
  margin: 0;
  padding: 0;
  display: block;
  line-height: 25px;
}
#header .show-mobile .search .input-search {
  border-color: #d6801e;
}
#header .show-mobile .search .button-search-mobile {
  margin: -5px 20px;
  position: absolute;
  right: 0;
  top: 50%;
}
#header .show-mobile .search .button-search-mobile span {
  font-size: 14px;
}
#header .show-mobile .cart-top .inner-toggle {
  width: auto;
}
#header .show-mobile .cart-top #cart-m .heading {
  display: none;
}
#header .show-mobile .cart-top #cart-m .content {
  display: block;
  position: static;
  margin: 0;
  padding: 0;
  border: 0;
  min-height: 10px;
  min-width: 100px;
  background: transparent;
}
#header .show-mobile .cart-top #cart-m .content .empty {
  padding: 0;
  margin: 0;
  line-height: normal;
  font-size: 12px;
}
#header .show-mobile .currency,
#header .show-mobile .language {
  margin: 0 5px;
}
#header .show-mobile .currency .dropdown-menu,
#header .show-mobile .language .dropdown-menu {
  left: 0;
  right: auto;
}
#pav-promotion {
  /*background-color: #0F0800;*/ /*#701818; 592D00*/
  border-bottom: 1px solid #000; /*#e2e2e2;*/
}
#pav-promotion .sections {
  /*border-right: 1px solid #804000; /*#e2e2e2;*/*/
}
#content {
  min-height: 400px;
  margin-bottom: 25px;
}
#footer {
  min-height: 100px;
  /*border-top: 1px solid #BA7918;*/
}
#footer:before,
#footer:after {
  content: " ";
  display: table;
}
#footer:after {
  clear: both;
}
#footer .box .box-heading, .deal-heading {
  border-top: 0;
  line-height: 1.2;
  min-height: 35px;
  padding: 0px;
}
.deal-heading { display: block; width:99%; }
#footer .box .box-heading span {
  border-bottom: 1px dotted #BA7918; /*#fb5759;*/
  padding: 0px;
  float: left;
  min-height: 35px;
  border-top: 0;
  margin: 0;
}
.deal-heading span {
	color: #C00;
	font-weight: 600;
	letter-spacing:1px;
	
	font-size:1.6rem;
	padding-left: 5px;
}
.deal-heading hr {
	margin-top: 12px;
    margin-bottom: 11px;
}
.deal-redbox { width: 98%; }

#footer .box .box-content {
  background: none;
  border: none;
  padding: 20px 0 0 0;
}
#footer .box .box-content p + p {
  margin-bottom: 25px;
}
/*#footer .footer-top { background-color: #000;  } */
#footer .footer-top .custom {
  padding: 10px 0;
}
/*#footer .footer-center {
  padding: 40px 0;
}*/
#footer .footer-center .box {
  margin-bottom: 0px;
}
#footer h3 {
  color: #000000;
  font-size: ;
  margin-top: 0px;
  margin-bottom: 8px;
}
.column ul {
  margin-top: 0px;
  margin-left: 0px;
  padding-left: 0px;
}
.column li {
  margin-bottom: 0px;
  line-height: 30px;
}
#powered {
  margin: 0;
  clear: both;
  padding: 22px 0;
  color: #804000;
}
.banner div {
  text-align: center;
  width: 100%;
  display: none;
}
.banner div img {
  margin-bottom: 20px;
}
.wrapper {
	/*background-color: #FFFFB0;*/
	color: #DAB464;
	/*padding: 15px;
	border: 1px solid;*/
	margin-bottom: 20px;
}
.left-promo { 
	position:absolute!important;
	display:table;
	top:0; 
	left:0; 
	padding:10px 15px 10px; 
	width:24%!important; 
	margin-left:15px; 
	color:#000;
}
.left-promo p {
	font-size: 0.9em;
	font-variant:500;
}
.left-promo .box-content {
	margin-bottom:10px;
	
}

.left-promo .box-content a {
	color: #C00;
}
.left-promo .box-content a:hover {
	color: #900;
}
.left-promo hr { margin: 10px 0; }
/*.inner-container .box-heading { text-align:center; font-weight:500; }*/
.inner-container .box-heading {
	display: inline-block;
	color: #300;
	padding: 1px 0 10px;
	line-height: 1.5;
	font-size: 1.05em;
	font-weight:600;
 	text-transform: uppercase;
	zoom: 1;
}
.box {
  margin-bottom: 30px;
}
.box .box-heading {
  color: #BA7918; /* Shavit Design Carousel Text */
  border-top: 1px solid #BA7918;
  line-height: 1.5;
  text-transform: uppercase;
}
.box .box-heading span {
 /* color: #B4AB96;*/
  border-top: 1px dotted #BA7918; /*#b41517;*/
  padding: 12px 0;
  margin-top: -1px;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.box .box-content {
  padding: 0px;
}
.box.highlighted .box-heading,
.box.orange .box-heading,
.box.dark .box-heading,
.box.green .box-heading,
.box.maroon .box-heading,
.box.blue .box-heading,
.box.gray .box-heading,
.box.pink .box-heading,
.box.red .box-heading {
  border-bottom: 1px dashed #A85400; /*#FFFFFF;*/
  color: #FFFFFF;
}
.box.orange .box-heading {
  background-color: #FC0; /*#ecc19e;*/
}
.box.orange .box-content {
  background: #df995e;
}
.box.orange li {
  border-top-color: #ecc19e;
}
.box.orange a {
  color: #B66B00;
}
.box.orange a:hover {
  color: #6F4100;
}
.box.dark {
  background: #0E0E0B;
}
.box.dark a {
  color: #777;
}
.box.dark a:hover {
  color: #888;
}
.box.green {
  background: #7db641;
}
.box.green a {
  color: #63E063;
}
.box.green a:hover {
  color: #43F043;
}
.box.maroon {
  background: #F35D34;
}
.box.maroon a {
  color: #B4300D;
}
.box.maroon a:hover {
  color: #C93F19;
}
.box.blue {
  background: #049cdb;
}
.box.blue a {
  color: #47C9FF;
}
.box.blue a:hover {
  color: #0073A3;
}
.box.gray {
  background: #555555;
}
.box.gray a {
  color: #999;
}
.box.gray a:hover {
  color: #777;
}
.box.pink {
  background: #c3325f;
}
.box.pink a {
  color: #FF5C8F;
}
.box.pink a:hover {
  color: #FA2E6E;
}
.box.red {
  background: #804000;
}
.box.red a {
  color: #EE4538;
}
.box.red a:hover {
  color: #DA3F33;
}
.box .nav-tabs {
  border-top: 0;
  padding: 0 20px;
}
.box .nav-tabs { border-bottom: 1px solid #BA7918; }

.content-bottom .bestseller { background-color: #0E0E0B; } 
#column-right .bestseller { background-color: #0f0800; }
#column-right .bestseller .box-content { background-color: #E1D8C1; }

.currency {
  margin-left: 5px;
}
#currency,
#language {
  color: #DAB464;
  line-height: 10px;
  font-size:14px;
}
#currency img,
#language img {
  cursor: pointer;
  margin-right: 5px;
}
.btn-dropdown {
  background: transparent;
  border: 1px solid #e2e2e2;
  text-transform: uppercase;
  font-size: 11px;
  color: #6f6f6f;
  padding: 3px 6px;
}
.btn-dropdown .caret {
  border-color: #CCCCCC transparent;
}
.btn-dropdown:hover {
  color: #000000;
}
.btn-dropdown:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-group.open .btn-dropdown span {
  color: #000000;
}
.btn-group .dropdown-menu {
  padding: 10px;
  z-index: 99999;
  right: 0;
  left: auto;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-group .list-item {
  line-height: 22px;
  font-size: 11px;
  text-transform: uppercase;
  cursor: pointer;
  border: 0;
  display: block;
}
.btn-group .list-item:hover {
  color: #C19D30;
}
.btn-group .item-symbol {
  margin-right: 5px;
}
#header #cart {
  margin: 0;
  padding: 0px;
  position: relative;
}
#header #cart .content {
  clear: both;
  display: none;
  position: absolute;
  top: 47px;
  right: 0;
  padding: 15px;
  min-height: 100px;
  border: 1px solid #e2e2e2;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #FFFFFF;
  z-index: 99999;
  min-width: 270px;
}
#header #cart .heading {
  position: relative;
  z-index: 1;
  margin-top: 10px;
  margin-bottom: 5px;
}
#header #cart .heading:before,
#header #cart .heading:after {
  content: " ";
  display: table;
}
#header #cart .heading:after {
  clear: both;
}
#header #cart .heading i {
  color: #0f0101;
  font-size: 100%;
  float: left;
  width: 29px;
  height: 29px;
  border: 2px solid #0d010d;
  text-align: center;
  line-height: 25px;
  width: 23%;
}
#header #cart .heading .cart-inner {
  overflow: hidden;
  float: left;
  margin-left: 10px;
  width: 69%;
}
#header #cart .heading a {
  text-decoration: none;
  font-size: 12px;
  color: #000;
  display: block;
  line-height: 15px;
}
#header #cart .heading h4 {
  font-size: 17px;
  font-weight: bold;
  color: #804000;
  margin: 0;
  line-height: normal;
}
#header #cart.active .content {
  display: block;
}
#header #cart .checkout {
  text-align: right;
  clear: both;
}
#header #cart .empty {
  padding-top: 20px;
  text-align: center;
}
.mini-cart-total {
  text-align: right;
}
.mini-cart-total td {
  color: #000;
  padding: 4px;
}
.mini-cart-total table {
  border-collapse: collapse;
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-bottom: 5px;
}
.mini-cart-info .quantity {
  text-align: right;
}
.mini-cart-info .name small {
  color: #666;
}
.mini-cart-info td {
  color: #000;
  vertical-align: top;
  padding: 10px;
  border-bottom: 1px solid #e2e2e2;
}
.mini-cart-info table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 5px;
}
.mini-cart-info .image {
  width: 1px;
}
.mini-cart-info .image img {
  text-align: left;
}
.mini-cart-info .remove {
  text-align: right;
}
.mini-cart-info .remove img {
  cursor: pointer;
}
.mini-cart-info td.total {
  text-align: right;
}
#search {
  position: relative;
  padding: 0px;
  margin-left: -20px;
}
#search .button-search {
  position: absolute;
  right: 10px;
  top: 7px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  display: block;
}
#search .icon-search {
  color: #CCCCCC;
  -webkit-transition: color 500ms ease-in;
  transition: color 500ms ease-in;
}
#search .icon-search:hover {
  color: #DEC430;
}
.input-search {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #dd6b65;
  padding: 5px 35px 5px 15px;
  margin: 6px 0 0 0;
}
.input-search:hover,
.input-search:focus {
  border-color: #dd6b65;
}

.product-block {
  position: relative;
  margin-bottom: 24px;
  background-color: #FFFBDF;  /*#E3CDB0;*/ /*#F4EDD5;*/ /*#FFFFFF;*/
  -webkit-transition: box-shadow 0.3s ease-out;
  transition: box-shadow 0.3s ease-out;
}
.product-info .pcode { margin: 0; padding:0; color: #E2BD65!important; }
.pname { margin: 0; }
/*.product-block a:hover {
  color: #630;
}*/
.product-block .price {
  float: left;
  margin: 0;
  width:100%;
  min-height: 35px;
  position: relative;
}
/*.product-block .price .price-old,
.product-block .price .price-new {
  display: table;
}*/
.product-block .action {
  float: right;
  overflow: hidden;
  margin-top: 5px;
}
.product-block .action > * {
  float: left;
}
.product-block .product-icon {
  float: left;
  width: 28px;
  height: 28px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border: 1px solid #804000;
  margin-right: 3px;
  text-align: center;
  line-height: 25px;
  padding: 0px;
  cursor: pointer;
  color: #804000!important;
  background: #FEFBE2;
}
/*.product-block .product-icon:hover {
  color: #804000;
  background-color: #FEFEE9;
  border-color: #804000;
}*/
.product-block .product-icon span {
  font-size: 0;
  color: transparent;
}
.product-block .product-icon:hover {
	background-color:#FC0;
}
/*.product-block .shopping-cart {
  border: 1px solid #804000;
  background-color: #804000;
  color: #FFFFFF;
}*/
.product-block .icon-signout {
  margin: 0;
}
.product-block .rating {
  margin: 5px 0;
}

.product-block .name {
  text-transform: none;
  font-weight: normal;
  line-height: 20px;
  margin: 0;
  min-height: 50px;
}
.product-block .name a {
  font-size: 20px;
  text-decoration: none;
  display: inline-block;
  *display: inline;
  zoom: 1;
  position: relative;
  padding-bottom: 8px;
  font-weight: bold;
}
.product-block .name a { color: #2B0000!important; font-size: 0.9em; } 

/*.product-block .name a:after {
  content: "";
  width: 24px;
  height: 1px;
  background-color: #600;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}*/
.product-block .name a:hover {
  color: #C00;
}
.product-block .image {
  display: block;
  margin-bottom: 0px;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.product-block .image .product-zoom {
  z-index: 10;
  color: #000000;
  font-size: 14px;
  background-color: #FFFFFF;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 50px;
  height: 32px;
  line-height: 32px;
  left: 50%;
  top: 50%;
  margin: -16px;
  text-align: center;
}
.product-block .image .product-zoom .icon-zoom-in {
  line-height: 32px;
  vertical-align: middle;
}
.product-block .image .product-zoom:hover {
  background: #804000;
  color: #FF0000;
}
.product-block .product-meta {
	position:relative;
	padding: 10px;
}
.product-block .product-meta .description {
	color: #2A2212;
}
.product-block .product-meta:before,
.product-block .product-meta:after {
  content: " ";
  display: table;
}
.product-block .product-meta:after {
  clear: both;
}
.product-block .img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: visible;
  border-width: 0;
  border-style: solid;
  border-color: #400000; /*#505050;*/
  border-color: rgba(79,79,79,0.5);
  zoom: 1;
  border-color: transparent \9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f4f4f4f, endColorstr=#7f4f4f4f)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f4f4f4f, endColorstr=#7f4f4f4f);
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
}
.product-block .pav-colorbox {
  color: #000000!important;
  background: #F5BD50;
  padding: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  line-height: 33px;
  overflow: auto;
  display: block !important;
  z-index: 10;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  width: 100px;
  height: 33px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: transform 0.4s ease-in 0.2s, opacity 0.4s ease-in-out 0s;
  transition: transform 0.4s ease-in 0.2s, opacity 0.4s ease-in-out 0s;
  position: absolute;
  display: none;
}
.product-block .pav-colorbox span {
  margin-right: 5px;
}
.product-block .pav-colorbox .icon-eye {
  margin: 0 5px 0 0;
  display: inline-block;
  *display: inline;
  zoom: 1;
  color:#C00;
}
.product-block .info-view {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: transform 0.4s ease-in 0.2s, opacity 0.4s ease-in-out 0s;
  transition: transform 0.4s ease-in 0.2s, opacity 0.4s ease-in-out 0s;
  position: absolute;
}
.product-block .info-view .icon-eye {
  margin: 0 5px 0 0;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.product-block:hover {
  -webkit-box-shadow: 0 0 7px #cccccc;
  box-shadow: 0 0 7px #C90;
}
.product-block:hover .img-overlay {
  border-width: 140px;
  border-style: solid;
  border-color: #505050;
  border-color: rgba(79,79,79,0.5);
  zoom: 1;
  border-color: transparent \9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f4f4f4f, endColorstr=#7f4f4f4f)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f4f4f4f, endColorstr=#7f4f4f4f);
  opacity: 1;
  filter: alpha(opacity=100);
}
.product-block:hover .info-view {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.product-block:hover .pav-colorbox {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
#seleres { display: block; width:100%; }
.price {
	position:relative;
	color: #000000;
	margin-bottom: 4px;
	font-weight: bold;
}
.price .special-price {
  position: absolute;
  bottom: 0;
}
.price .price-old {
  color: #858585;
  text-decoration: line-through;
  font-weight: normal;
  font-size: 12px;
}
.price text-price, .product-info .price {
	color:#660000!important;
	text-transform: none;
}
.text-price { position:relative; display: block; float:left; }
ul.box-filter,
ul.box-filter ul {
  list-style: none;
  margin: 0;
  padding: 0px;
}
ul.box-filter > li ul {
  padding-bottom: 10px;
}
ul.box-filter span {
  font-weight: bold;
  border-bottom: 1px solid #e2e2e2;
  display: block;
  padding-bottom: 5px;
  margin-bottom: 8px;
}
#colorbox *:before,
#colorbox *:after {
  -moz-box-sizing: inherit;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
#cboxContent { background: #FFC!important; }
.zoomContainer .zoomLens {
  border-color: #999999 !important;
}
.zoomContainer .zoomWindow {
  border: 4px solid #e2e2e2 !important;
}
.social {
  padding: 5px 0;
}
.social:before,
.social:after {
  content: " ";
  display: table;
}
.social:after {
  clear: both;
}
.social li {
  margin-right: 5px;
  float: left;
  font-size: 0px;
  color: transparent;
  background: #cccccc;
  text-align: center;
  line-height: 27px;
  cursor: pointer;
  -webkit-transition: border-color 350ms ease-in-out;
  transition: border-color 350ms ease-in-out;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  border: 2px solid #cccccc;
}
.social li a {
  color: #603; /*#FFFFFF;*/
  font-size: 16px;
  margin: 0 0 0 3px;
  vertical-align: middle;
  -webkit-transition: all 350ms ease-in;
  transition: all 350ms ease-in;
}
.social li a:hover {
  color: #FF8000; /*#e07772;*/
}
.social li .icon-facebook {
  margin-left: 3px;
}
.social li:hover {
  background-color: #FFFFFF;
  border-color: #FF8000;
}
.social li:hover a {
  color: #DEC430;
}
.social li.last a {
  margin: -1px 0 0 4px;
}
ul.contact-us li:hover i {
  color: #FF8000;
}
ul.contact-us li i {
  width: 18px;
  height: 20px;
  margin-right: 5px;
  color: #CCCCCC;
  -webkit-transition: color 350ms ease-in;
  transition: color 350ms ease-in;
}
ul.contact-us li .icon-newsletter {
  font-size: 10px;
}
ul.contact-us li .icon-phone {
  margin-left: 3px;
}
ul.contact-us li a {
  color: #804000;
}
.sidebar .box {
  padding: 20px;
  background-color: #FFFFFF;
}
.sidebar .box .box-heading {
  border-top: 0;
  line-height: 1.2;
  min-height: 35px;
  border-bottom: 1px solid #F90; /*#e2e2e2;*/
}
.sidebar .box .box-heading span {
  border-top: 0;
  padding: 0;
  border-bottom: 1px dotted #C90; /*#fd9697;*/
  min-height: 35px;
  margin: 0 0 -1px 0;
}
.sidebar .box .box-content {
  background-color: #0F0800; /* #3E1F00; #FFFFFF;*/
}
.sidebar .highlights .box-content {
  background-color: #0F0800; /* #280000; #701818;*/
}
.sidebar .box-highlight .box-heading {
  background: #BA7918; /*url("../image/nav1.png") repeat scroll 0 0 rgba(0, 0, 0, 0);*/
  color: #0F0800;
  font-weight:500;
  padding: 12px 10px;
  text-align: center;
  border: 0;
}
.sidebar .box-highlight .box-heading span {
  border: 0;
  padding: 2px 0 0 0;
  min-height: 20px;
}
.sidebar .box-highlight .box-content {
  padding: 20px 20px 0;
  position: relative;
}
.sidebar .box-highlight .box-content:after,
.sidebar .box-highlight .box-content:before {
  top: 0;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.sidebar .box-highlight .box-content:after {
  border-color: rgba(39,247,10,0);
  border-top-color: #C90;
  border-width: 7px;
  left: 50%;
  margin-left: -7px;
}
.sidebar .box-highlight .box-content:before {
  border-color: rgba(200,50,50,0);
  border-top-color: #C90;
  border-width: 8px;
  left: 50%;
  margin-left: -8px;
}
.sidebar [class*="col-"],
.sidebar [class^="col-"] {
  width: 100%;
}
.sidebar .product-grid [class*="col-"],
.sidebar .product-grid [class^="col-"] {
  padding-left: 15px;
  padding-right: 15px;
}
.sidebar .banner {
  padding: 0px;
  background-color: transparent;
}
.sidebar .highlights {
  background-color: #68707c;
  padding: 0px;
  color: #FFFFFF;
}
.sidebar .highlights .box-heading {
  margin-bottom: 0;
  padding: 12px 20px;
  min-height: 20px;
  border-bottom: 2px solid #DAB464;
  background: #BA7918; /*url("../image/nav.png") repeat scroll 0 0 rgba(0, 0, 0, 0);*/
  color: #2A2212;
  font-weight: 500;
}
.sidebar .highlights .box-heading span {
  border: 0;
  display: table;
  vertical-align: middle;
  float: none;
  min-height: 20px;
  padding: 0px;
}
.sidebar .row:last-child .product-block {
  border-bottom: 0;
}
.sidebar .badge {
  margin: 9px 22px 0 0;
  padding: 4px 7px;
}
.sidebar ul {
  margin: 0;
  padding: 0px;
}
.sidebar ul > li {
  margin: 0;
  padding: 0px;
  border-bottom: 1px solid #FC3; /* SIDEBAR CATEGORY MENU SEPARATOR */
  line-height: 36px;
}
.sidebar ul > li a {
  padding: 0 10px 0 20px;
}
.sidebar ul > li a:hover {
  /*color: #C93;*/
}
.sidebar ul > li a.active {
  color: #BA7918;
}
.sidebar ul > li > ul > li {
  background-color: #630; /*#c91d41;*/
  border-color: #F90; /*#dc4565;*/
}
.sidebar ul > li > ul > li > a {
  font-size: 12px;
  color: #FFBA75; /*#fddac6;*/
  padding: 0 0 0 40px;
}
.sidebar ul > li .collapsed {
  background: url(../image/icon-minus.png) no-repeat 0 0;
}
.sidebar ul > li .subcart {
  display: block;
  width: 5px;
  height: 5px;
  padding: 0px;
  position: absolute;
  top: 16px;
  right: 10px;
  background: url(../image/icon-minus.png) no-repeat 0 0;
}
.sidebar ul > li .subcart.collapsed {
  width: 5px;
  height: 5px;
  background: url(../image/icon-plus.png) no-repeat 0 0;
}
.sidebar ul .haschild {
  position: relative;
}
.sidebar ul li.last {
  border-bottom: 0;
}
.sidebar .product-block {
  margin: 0;
  padding: 15px 0;
  border-bottom: 1px dotted #fca5a6;
  background: transparent;
}
.sidebar .product-block:before,
.sidebar .product-block:after {
  content: " ";
  display: table;
}
.sidebar .product-block:after {
  clear: both;
}
.sidebar .product-block .image {
  float: left;
  margin-right: 10px;
  margin-left: 10px;
  width: 40%;
  height: auto;
}
.sidebar .product-block .image .product-label-special {
  display: none;
}
.sidebar .product-block .wishlist,
.sidebar .product-block .compare,
.sidebar .product-block .cart,
.sidebar .product-block .label {
  display: none;
}
.sidebar .product-block .pav-colorbox {
  display: none !important;
}
.sidebar .product-block:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.sidebar .product-block .name {
  min-height: 30px;
}
.sidebar .product-block .name a {
  padding-bottom: 5px;
}
.sidebar .product-block .price {
  min-height: 20px;
  margin-top: 8px;
}
.sidebar .product-list .product-block {
  padding-left: 0px;
  padding-right: 0px;
}
.sidebar .product-list .price .price-old,
.sidebar .product-list .price .price-new {
  display: block;
}
.sidebar .product-meta {
  padding: 0px;
  overflow: hidden;
  min-height: 20px;
}
.sidebar .last .product-block {
  border: 0;
}
.sidebar .img-overlay {
  display: none;
}
.sidebar .product-grid .product-meta,
.sidebar .product-list .product-meta {
  min-height: 20px;
}
.no-margin .product-block {
  margin: 0px;
}
.has-highlight label {
  color: #000000;
  margin-bottom: 15px;
}
.has-highlight .icon-newsletter {
  margin-left: 8px;
  font-size: 10px;
  color: #CCCCCC;
}
.has-highlight .input-group-addon {
  padding: 0px;
  background: #FFFFFF;
  width: 30px;
  height: 30px;
  line-height: 28px;
}
.has-highlight .input-group-addon i {
  color: #FDDAC6;
}
.has-highlight .form-control {
  border-left: 0;
}
.has-highlight .btn {
  background: #FFFFFF;
  border: 0;
  padding: 0px;
  width: 30px;
  height: 30px;
}
.has-highlight .btn .icon-bullet-right {
  font-weight: bold;
  font-size: 12px;
  margin: 2px 0 0 4px;
  color: #DEC430;
}
.has-highlight .btn i {
  font-size: 16px;
  color: #804000;
}
.product-grid .col-lg-2 .label {
  width: 40px;
  height: 40px;
}
.product-grid .col-lg-2 .name {
  min-height: 70px;
}
.product-grid .col-lg-2 .name a {
  font-size: 12px;
}
.product-grid .col-lg-2 .product-meta {
  min-height: 150px;
}
.product-grid .col-lg-2 .product-block:hover .img-overlay {
  border-width: 60px;
}
.product-grid .col-lg-4 .product-block:hover .img-overlay {
  border-width: 130px;
}
.product-grid .col-lg-6 .product-block:hover .img-overlay {
  border-width: 205px;
}
.product-grid .col-lg-12 .product-block:hover .img-overlay {
  border-width: 260px;
}
/* TABS */
.nav-tabs > li {
  margin-bottom: 0px;
  padding: 0 15px;
}
.nav-tabs > li > a {
  border: 0;
  color: #DAB464;
  padding-left: 0;
  padding-right: 0;
}
.nav-tabs > li > a:hover {
  color: #BA7918;
  border: 0;
}
.nav-tabs > li > a.selected {
  color: #FC3; /*#d95750;*/
  position: relative;
}
.nav-tabs > li > a.selected:after {
  bottom: 0;
  border: solid transparent;
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-bottom-color: #30C; /*#e2e2e2;*/
  border-width: 10px;
  left: 50%;
  margin-left: -10px;
}
.nav-tabs > li > a.selected:before {
  bottom: -1px;
  border: solid transparent;
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-bottom-color: #FFFFFF;
  border-width: 9px;
  left: 50%;
  margin-left: -9px;
  z-index: 1;
}
.nav-tabs > li.active {
  position: relative;
}
.nav-tabs > li.active:after {
  bottom: 0;
  border: solid transparent;
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-bottom-color: #BA7918; /*#e07772;*/
  border-width: 8px;
  left: 50%;
  margin-left: -10px;
}
.nav-tabs > li.active:before {
  bottom: 0px;
  border: solid transparent;
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-bottom-color: #BA7918; /*#e07772;*/
  border-width: 7px;
  left: 50%;
  margin-left: -9px;
  z-index: 1;
}
/*.nav-tabs > li.active > a {
  border-bottom-color: #BA7918;
  border-style: solid;
  border-width: 0 0 2px 0;
}*/
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  /*border-width: 0 0 2px 0;
  border-bottom-color: #BA7918;*/
  color: #DEC430;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	color: #BA7918;	/* TAB COLORS */
}
/* TABS */

.blog-tags a {
  color: #804000;
  text-decoration: underline;
}
.deal-qty-box .deal-qty {
  color: #804000;
  font-weight: normal;
}
.deal ul li, .item-countdown {
	font-family: Arial, sylfaen!important;
}
.productdeals .item-countdown ul li:first-child .countdown_num span {
  color: #804000;
}
.carousel-inner .product-grid {
  margin: 7px;
}
.category-info {
  padding: 0px;
}
.category-info .image {
  padding: 0px;
  margin-bottom: 20px;
}
.category-description {
  border: 0;
}
.category-list {
  margin-bottom: 20px;
  border: 0;
}
.category-list ul {
  float: left;
}
.category-list ul li a {
  float: left;
  margin: 0;
  padding: 0 10px;
  line-height: 2.148571429;
  -webkit-transition: color 0.2s ease 0s;
  transition: color 0.2s ease 0s;
  position: relative;
}
.category-list ul li a:hover {
  color: #FFFFFF;
}
.category-list ul li a:before {
  background-color: #804000;
  -webkit-transition: width 0.2s ease 0s;
  transition: width 0.2s ease 0s;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  z-index: -1;
  width: 0;
  height: 100%;
}
.category-list ul li a:hover:before {
  width: 100%;
}
.manufacturer-heading {
  /*background-color: #FC0;*/
  font-size: 15px;
  font-weight: bold;
  padding: 5px 8px;
  margin-bottom: 6px;
}
.manufacturer-list {
  padding: 5px;
  border: 0;
}
.manufacturer-list ul {
  float: left;
  width: 25%;
  margin: 0;
  padding: 0px;
  list-style: none;
  margin-bottom: 10px;
}
.manufacturer-content {
  padding: 8px;
  overflow: auto;
}
.product-filter {
  border: 0;
  padding: 8px;
  color:#2A2212;
  background: #BA7918;
  margin-bottom: 20px;
  font-size: 12px;
  font-weight:500;
  text-transform: uppercase;
}
.product-filter .sort {
  float: right;
  margin-right: 5px;
}
.product-filter .limit {
  float: right;
  margin-right: 5px;
}
.product-filter .display {
  float: left;
  padding: 8px 0 0 15px;
  min-height: 32px;
}
.product-filter .display span {
  margin-right: 5px;
}
.product-filter .display a {
  border: 1px solid #DEC430; /*#D95750;*/
  padding: 7px 10px;
  margin-right: 5px;
}
.product-filter .display a > span {
  margin: 0 3px;
}
.product-filter .display a > em {
  display: none;
}
.product-filter .display a.active i,
.product-filter .display a:hover i {
  color: #DEC430;
}
.product-filter .display i {
  font-size: 10px;
  color: #000000;
  -webkit-transition: color .2s ease-out;
  transition: color .2s ease-out;
}
.product-filter .product-compare {
  float: right;
}
.product-list .col-fullwidth {
  width: auto;
  float: none;
}
.product-list .product-block {
  padding: 15px;
  overflow: hidden;
}
.product-list .product-meta {
  padding: 0px;
  overflow: hidden;
}
.product-list .rating {
  margin: 10px 0;
}
.product-list .cart {
  margin-bottom: 3px;
}
.product-list .price-tax {
  display: block;
}
.product-list .price-new {
  font-weight: bold;
}
.product-list .name {
  margin-bottom: 5px;
  min-height: 20px;
}
.product-list .image {
  float: left;
  margin-right: 20px;
  overflow: hidden;
  width: 20%;
}
.product-list .image img {
  padding: 0px;
  border: 0;
}
.product-list .price .price-old,
.product-list .price .price-new {
  display: inline;
}
.product-list .price .special-price {
  position: static;
}
.product-list .left {
  float: left;
  width: 70%;
}
.product-list .right {
  float: left;
  margin: 25px 0 0 15px;
  width: 27%;
}
.product-meta .right {
	display:table;
	width:100%;
	min-height: 68px;
	float:right;
}
.product-list .price {
  float: none;
  width: auto;
}
.product-list .action {
  float: none;
  margin-top: 15px;
  width: auto;
}
.product-list .wishlist,
.product-list .compare {
  margin-bottom: 3px;
}
.product-grid {
  position: relative;
}
.product-info h1 { color: #3C0000; }
.description { font-family: BPGArial,Arial; vertical-align:-webkit-baseline-middle; }
.product-grid .description,
.product-grid .price-tax,
.product-grid .rating {
  display: none;
}
.product-grid .product-meta {
  min-height: 138px;
}
.product-grid [class*="col-"],
.product-grid [class^="col-"] {
  padding-left: 12px;
  padding-right: 12px;
}
.product-info {
  background-color: #FFFBDF; /*#F3EFD0;*/ /*#FFFFFF;*/
  padding: 20px;
}
.product-info .carousel-control {
  top: 50%;
  margin: -10px 0 -10px 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear;
}
.product-info .cart .minimum {
  padding-top: 5px;
  font-size: 11px;
}
.product-info .cart .links {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
}
.product-info .price-tax {
  font-weight: normal;
}
.product-info .product-label-special {
  left: 25px;
}
.product-info > .left {
  float: left;
  margin-right: 15px;
}
.product-info > .left + .right {
  margin-left: 265px;
}
.product-info .image {
  position: relative;
  margin-bottom: 33px;
  text-align: center;
}
.product-info .share {
  padding: 10px 0;
}
.product-info .share:before,
.product-info .share:after {
  content: " ";
  display: table;
}
.product-info .share:after {
  clear: both;
}
.product-info .price {
  color: #6f6f6f;
  border-top: 1px solid #e2e2e2;
  padding: 5px 0;
  margin-bottom: 20px;
}
.product-info .price .price-new {
  font-size: 24px;
  color: #804000;
}
.product-info .price .price-old {
  font-size: 14px;
}
.product-info .price .reward {
  font-weight: normal;
}
.product-info .price .discount {
  font-weight: normal;
  margin-top: 5px;
}
.product-info .price-gruop:before,
.product-info .price-gruop:after {
  content: " ";
  display: table;
}
.product-info .price-gruop:after {
  clear: both;
}
.product-info .price-gruop > * {
  float: left;
  line-height: 30px;
  margin-right: 5px;
}
.product-info .description {
  border: 0;
  margin-bottom: 20px;
  padding: 0px;
}
.product-info .description a {
  text-decoration: none;
}
.product-info .description b {
  margin-right: 5px;
}
.product-info .description .availability {
  background-color: #804000;
  /*color: #FFFFFF;*/
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding: 3px 5px;
  text-transform: none;
}
.product-info .image-additional {
  margin: 0;
  clear: both;
  overflow: hidden;
}
.product-info .image-additional a {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-right: 10px;
  width: 30%;
}
.product-info .image-additional a:last-child {
  margin: 0;
}
.product-info .image-additional img {
  border: 0;
}
.product-info .image-additional:hover .carousel-control {
  opacity: 1;
  filter: alpha(opacity=100);
}
.product-info .option-image {
  margin-top: 3px;
  margin-bottom: 10px;
}
.product-info .option-image label {
  display: block;
  width: 100%;
  height: 100%;
}
.product-info .option-image img {
  margin-right: 5px;
  border: 1px solid #CCCCCC;
  cursor: pointer;
}
.product-info .options {
  margin-bottom: 20px;
}
.product-info .review {
  padding: 10px 0;
}
.product-info .review .share {
  line-height: normal;
}
.product-info .review .share a {
  text-decoration: none;
}
.product-info a.wishlist, .product-info a.slike, .product-info a.compare, .description p { color: #600!important; }

.slike { background-color:#006; }

.product-info .review > div {
  padding: 0px;
  border: 0;
}
.product-info .review > div > span {
  color: #BA7918; /*#38B0E3;*/
}
.product-info .product-extra {
  /*background-color: #F2EED0;*/ /*#f8f8f8;*/
  padding: 10px 0;
}
.product-info .product-extra:before,
.product-info .product-extra:after {
  content: " ";
  display: table;
}
.product-info .product-extra:after {
  clear: both;
}
.product-info .product-extra .quantity-adder {
  margin-right: 10px;
}
.product-info .product-extra .add-action {
  display: block;
  width: 27px;
  height: 16px;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
  position: relative;
  cursor: pointer;
  font-size: 7px;
  line-height: 14px;
  text-align: center;
  color: #6f6f6f;
}
.product-info .product-extra .add-action:hover {
  color: #DEC430;
}
.product-info .product-extra .add-up {
  border-bottom: 0;
}
.product-info .product-extra .add-to-icon {
  font-size: 16px;
  padding: 6px;
  background: #DEC430;
}
.product-info .action {
  padding: 15px 0;
  border-bottom: 1px solid #e2e2e2;
}
.product-info .action:before,
.product-info .action:after {
  content: " ";
  display: table;
}
.product-info .action:after {
  clear: both;
}
.product-info .wishlist,
.product-info .compare {
  font-size: 12px;
  float: left;
  padding: 0 10px;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
/*.product-info .wishlist:hover i,*/
.product-info .compare:hover i {
  color: #804000;
  border-color: #804000;
}
.product-info .wishlist {
  border-right: 1px solid #e2e2e2;
  padding-left: 0;
}
.product-info .icon-wishlist-compare {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
  width: 25px;
  height: 25px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-align: center;
  border: 1px solid #e2e2e2;
  font-size: 16px;
  color: #CCCCCC;
  padding: 3px;
}
.product-info .icon-wishlist-compare:hover {
  color: #804000;
  border-color: #804000;
}
#content .product-info h1 {
 /* text-transform: capitalize;*/
  font-size: 24px;
  line-height: 36px;
  margin-top: 0;
}
/*#content .checkout, #content table {
	background: #100;
}*/
.tabs-group {
  padding: 20px;
 /* background: #FDFADF;*/
}
.tab-content ul li {
  line-height: 30px;
}
.product-related {
  margin: 0;
}
.product-related .rating {
  display: none;
}
.product-related .last .product-block {
  margin: 0;
}
.review-list {
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #EEEEEE;
}
.review-list .rating {
  float: right;
  margin-bottom: 20px;
}
.review-list .author {
  float: left;
  margin-bottom: 20px;
}
.review-list .text {
  clear: both;
}
.attribute thead td,
.attribute thead tr td:first-child {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  background: #F7F7F7;
  text-align: left;
}
.attribute {
  border-collapse: collapse;
  width: 100%;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  margin-bottom: 20px;
}
.attribute td {
  padding: 7px;
  color: #4D4D4D;
  text-align: center;
  vertical-align: top;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.attribute tr td:first-child {
  color: #000000;
  font-weight: bold;
  text-align: right;
  width: 20%;
}
.compare-info .price-old {
  text-decoration: line-through;
}
.compare-info .price-new {
  font-weight: bold;
}
.compare-info .name a {
  font-weight: bold;
}
.compare-info td {
  text-align: center;
  vertical-align: top;
}
.compare-info tr td:first-child {
  font-weight: bold;
  text-align: left;
  width: 12%;
}
.compare-info thead td,
.compare-info thead tr td:first-child {
  color: #000000;
  font-size: 16px;
  font-weight: bold;
  background: #e2e2e2;
  text-align: left;
  border: 0;
}
.wishlist-info tbody .quantity,
.wishlist-info tbody .price,
.wishlist-info tbody .total,
.wishlist-info tbody .action {
  text-align: right;
}
.wishlist-info thead .name,
.wishlist-info thead .model,
.wishlist-info thead .stock {
  text-align: left;
}
.wishlist-info thead .quantity,
.wishlist-info thead .price,
.wishlist-info thead .total,
.wishlist-info thead .action {
  text-align: right;
}
.wishlist-info tbody .name,
.wishlist-info tbody .model,
.wishlist-info tbody .stock {
  text-align: left;
}
.wishlist-info thead td {
  color: #4D4D4D;
  font-weight: bold;
  background-color: #F7F7F7;
  border-bottom: 1px solid #ddd;
}
.wishlist-info thead .image {
  text-align: center;
}
.wishlist-info tbody td {
  vertical-align: top;
  border-bottom: 1px solid #ddd;
}
.wishlist-info tbody .action img {
  cursor: pointer;
}
.wishlist-info tbody .image {
  text-align: center;
}
.wishlist-info tbody .image img {
  border: 0px;
  margin: 0 auto;
}
.wishlist-info tbody .price s {
  color: #F00;
}
.wishlist-info td {
  padding: 7px;
}
.wishlist-info table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  margin-bottom: 20px;
}
.order-list {
  margin-bottom: 10px;
}
.order-list .order-status {
  width: 49%;
  float: right;
  text-align: right;
  margin-bottom: 20px;
}
.order-list .order-content {
  padding: 10px 0px;
}
.order-list .order-info {
  text-align: right;
}
.order-list .order-id {
  width: 49%;
  float: left;
  margin-bottom: 20px;
}
.order-list .list-content {
  margin-bottom: 10px;
}
.order-detail {
  background: #e2e2e2;
  font-weight: bold;
}
.return-list {
  margin-bottom: 10px;
}
.return-list .return-content {
  padding: 10px 0px;
}
.return-list .return-id {
  width: 49%;
  float: left;
  margin-bottom: 20px;
}
.return-list .return-status {
  width: 49%;
  float: right;
  text-align: right;
  margin-bottom: 20px;
}
.return-list .return-info {
  text-align: right;
}
.return-list .list-content {
  margin-bottom: 10px;
}
.return-opened textarea {
  vertical-align: top;
}
.return-captcha {
  float: left;
}
.download-list {
  margin-bottom: 10px;
}
.download-list .download-status {
  width: 49%;
  float: right;
  text-align: right;
  margin-bottom: 20px;
}
.download-list .download-id {
  width: 49%;
  float: left;
  margin-bottom: 20px;
}
.download-list .download-content {
  padding: 10px 0px;
}
.download-list .download-info {
  text-align: right;
}
.download-list .list-content {
  margin-bottom: 20px;
}
.cart-module > div {
  display: none;
}
.cart-info tbody .name,
.cart-info tbody .model,
.cart-info tbody .quantity {
  text-align: left;
}
.cart-info thead .name,
.cart-info thead .model,
.cart-info thead .quantity {
  text-align: left;
}
.cart-info tbody .quantity input[type='image'],
.cart-info tbody .quantity img {
  position: relative;
  top: 4px;
  cursor: pointer;
}
.cart-info tbody .price,
.cart-info tbody .total {
  text-align: right;
}
.cart-info thead td {
  color: #4D4D4D;
  font-weight: bold;
  background-color: #F7F7F7;
  border-bottom: 1px solid #ddd;
}
.cart-info thead .image {
  text-align: center;
}
.cart-info tbody td {
  vertical-align: top;
  border-bottom: 1px solid #ddd;
}
.cart-info tbody td.quantity * {
  float: left;
}
.cart-info tbody td.quantity a {
  display: block;
  padding: 6px 0;
}
.cart-info tbody .image {
  text-align: center;
}
.cart-info tbody span.stock {
  color: #F00;
  font-weight: bold;
}
.cart-info td {
  padding: 7px;
}
.cart-info table {
  width: 100%;
  margin-bottom: 15px;
  border-collapse: collapse;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.cart-module {
  margin: 20px 0;
}
.cart-module table td {
  padding: 5px;
}
.cart-total {
  border-top: 1px solid #ddd;
  overflow: auto;
  padding-top: 8px;
  margin-top: 10px;
  margin-bottom: 15px;
}
.cart-total td {
  padding: 3px;
  text-align: right;
}
.cart-total table {
  float: right;
}
.cart-info thead .price,
.cart-info thead .total {
  text-align: right;
}
.checkout-heading {
  background: #efefef;
  border: 1px solid #e2e2e2;
  padding: 8px;
  font-weight: bold;
  font-size: 1;
  color: #555555;
  margin-bottom: 15px;
}
.checkout-heading a {
  float: right;
  margin-top: 1px;
  font-weight: normal;
  text-decoration: none;
}
.checkout-content {
  padding: 0px 0px 15px 0px;
  display: none;
}
.checkout-content .buttons {
  clear: both;
}
.checkout-product tbody .name,
.checkout-product tbody .model {
  text-align: left;
}
.checkout-product thead .name,
.checkout-product thead .model {
  text-align: left;
}
.checkout-product thead td {
  color: #4D4D4D;
  font-weight: bold;
  background-color: #F7F7F7;
  border-bottom: 1px solid #ddd;
}
.checkout-product tfoot td {
  text-align: right;
  border-bottom: 1px solid #ddd;
}
.checkout-product tbody td {
  vertical-align: top;
  border-bottom: 1px solid #ddd;
}
.checkout-product td {
  padding: 7px;
}
.checkout-product table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  margin-bottom: 20px;
}
.checkout-product tbody .quantity,
.checkout-product tbody .price,
.checkout-product tbody .total {
  text-align: right;
}
.checkout-product thead .quantity,
.checkout-product thead .price,
.checkout-product thead .total {
  text-align: right;
}
.sitemap-info {
  margin-bottom: 30px;
}
.sitemap-info ul {
	margin: 15px 0 0 0;
}
.sitemap-info ul > li {
  line-height: 1.928571429;
  font-weight: bold;
  /*list-style: none;*/
}
.sitemap-info ul > li > ul {
  margin-left: 20px;
}
.sitemap-info ul > li > ul li {
  font-weight: normal;
  list-style: circle inside none;
}
.sitemap-info ul > li > ul li li {
  list-style: square inside none;
}
.navbar-header .links { color: #300; }

.page-not-found {
  text-align: center;
}
.page-not-found h2 {
  font-size: 230%;
  margin: 100px 0 10px 0;
  color: #FFFBDF;
}
.page-not-found span {
  margin-right: 10px;
}
.page-not-found p {
  margin-bottom: 100px;
}
.page-common-home #pav-verticalmenu .d-content,
.page-home #pav-verticalmenu .d-content {
  position: absolute;
  display: block;
  top: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.page-common-home #pav-verticalmenu .d-content .navbar-header,
.page-home #pav-verticalmenu .d-content .navbar-header {
  overflow: hidden;
}
.page-common-home #pav-verticalmenu .d-content .navbar-header ul,
.page-home #pav-verticalmenu .d-content .navbar-header ul {
  /*background: #592D000!important;*/ /*#D61F44;*/
}
.page-common-home #pav-verticalmenu .d-content .navbar-header:hover,
.page-home #pav-verticalmenu .d-content .navbar-header:hover {
  overflow: visible;
}
#pav-verticalmenu .verticalmenu li a:hover {
  color: #804000;
}
#pav-verticalmenu .verticalmenu li a:hover .caret:before {
  border-left-color: #592D000; /*#e27f7a;*/
}
#pav-verticalmenu .pav-colorbox {
  display: none!important;
}
.pavo-widget .menu-title {
  color: #FFF; /*#FC3;*/ /*#e27f7a;*/
  font-size: 20px;
  margin-top: 0;
}
#mainmenutop .navbar-toggle {
  float: left;
  margin: 0;
}
#mainmenutop .navbar-toggle:hover,
#mainmenutop .navbar-toggle:focus {
  background-color: #592D00!important; /*#d95750;*/
  border-color: #0E0E0B; /*#ca342c;*/
}
#mainmenutop .navbar-toggle:hover .icon-bar,
#mainmenutop .navbar-toggle:focus .icon-bar {
  background: #592D00;
}
#menu-offcanvas .menu-offcanvas-inner {
  padding: 12px;
}
#menu-offcanvas .dropdown .dropdown-menu {
  display: block;
  position: relative;
  float: none;
  background: transparent;
  border: 0;
  padding: 0;
  margin: 20px 0;
  width: 100% !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.prod-back { width:auto!important; background-color:#400000; margin-bottom:3px; padding:inherit 25px; border-radius:4px; border-color: #2A2212; }
.prod-back a,.btext { font-family:"BPG Arial"; text-decoration:none; }
.prod-back .fa { font-size: inherit; font-weight:600; padding-right:5px; }
.prod-back :hover, .prod-back:focus, .prod-back:active { 
	 color: #EDDAB2; 
}
.right_blocks { display: inline-block; margin: 0 0 0 20px; padding: 0; }
.right_blocks button { margin:0; padding:2px 35px 6.5px; font-weight:600; color:#FFF; background-color: rgb(59, 89, 152); border-radius: 0px; }
.right_blocks button:hover { background-color: #F7523E; font-weight:600;  }

html,
body,
.offcanvas-container,
.offcanvas-pusher,
.offcanvas-content {
  min-height: 100%;
}
.offcanvas-content {
  overflow-y: scroll;
  background-color: #FFFF80; /*#f3efe0;*/
}
.offcanvas-content,
.offcanvas-content-inner {
  position: relative;
}
.offcanvas-pusher {
  left: 0;
  z-index: 99;
  height: 100%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
.offcanvas-pusher::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  background-color: rgba(0,0,0,0.2);
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}
.offcanvas-menu-open .offcanvas-pusher::after {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.offcanvas-menu {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  visibility: hidden;
  width: 300px;
  height: 100%;
  /*background-color: #804000;*/
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.offcanvas-menu::after {
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(0,0,0,0.2);
  content: "";
  opacity: 1;
  filter: alpha(opacity=100);
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.offcanvas-menu-open .offcanvas-menu::after {
  width: 0;
  height: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}
.offcanvas-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.offcanvas-menu h2 {
  margin: 0;
  padding: 1em;
  color: rgba(0,0,0,0.4);
  text-shadow: 0 0 1px rgba(0,0,0,0.1);
  font-weight: 300;
  font-size: 2em;
}
.offcanvas-menu ul li a {
  display: block;
  padding: 7px 0px;
  outline: none;
  color: #FFFBDF;
  /*text-transform: uppercase;*/
  letter-spacing: 1px;
  font-weight: 500;
  -webkit-transition: background 0.3s, box-shadow 0.3s;
  transition: background 0.3s, box-shadow 0.3s;
}
.offcanvas-menu ul li a.dropdown-toggle {
  font-weight: 500;
}
a.dropdown-toggle:hover { color:#FFFBDF; }

/*.offcanvas-menu ul li:firoffcanvas-child a {
  -webkit-box-shadow: inset 0 -1px rgba(0,0,0,0.2), inset 0 1px rgba(0,0,0,0.2);
  box-shadow: inset 0 -1px rgba(0,0,0,0.2), inset 0 1px rgba(0,0,0,0.2);
}*/
.offcanvas-menu .caret {
  border-top-color: #FFFBDF;
  position: absolute;
  right: 15px;
  top: 15px;
}
.offcanvas-menu .widget-image img {
  border: 0;
}
.offcanvas-menu .pav-colorbox {
  display: none !important;
}
.offcanvas-menu .pavo-widget .menu-title {
  color: #FFFBDF; /*#FFFFFF; #F93*/
}
.offcanvas-menu .pavo-widget p {
  color: #FFFBDF;
}
.offcanvas-menu .mega-col {
  margin-bottom: 20px;
}
.offcanvas-sidebars-buttons {
  margin: 10px;
}
.offcanvas-sidebars-buttons:before,
.offcanvas-sidebars-buttons:after {
  content: " ";
  display: table;
}
.offcanvas-sidebars-buttons:after {
  clear: both;
}
.offcanvas-sidebars-buttons .btn-danger:hover,
.offcanvas-sidebars-buttons .btn-danger:focus,
.offcanvas-sidebars-buttons .btn-danger:active {
  background: #FFF; /*#804000;*/
  /*border-color: #d4433b;*/
}
.offcanvas-effect-1.offcanvas-menu {
  visibility: visible;
  -webkit-transform: translate3d(-100%,0,0);
  transform: translate3d(-100%,0,0);
}
.offcanvas-effect-1.offcanvas-menu-open .offcanvas-effect-1.offcanvas-menu {
  visibility: visible;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.offcanvas-effect-1.offcanvas-menu::after {
  display: none;
}
.offcanvas-effect-2.offcanvas-menu-open .offcanvas-pusher {
  -webkit-transform: translate3d(300px,0,0);
  transform: translate3d(300px,0,0);
}
.offcanvas-effect-2.offcanvas-menu {
  z-index: 1;
}
.offcanvas-effect-2.offcanvas-menu-open .offcanvas-effect-2.offcanvas-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
.offcanvas-effect-2.offcanvas-menu::after {
  display: none;
}
.offcanvas-effect-3.offcanvas-menu-open .offcanvas-pusher {
  -webkit-transform: translate3d(300px,0,0);
  transform: translate3d(300px,0,0);
}
.offcanvas-effect-3.offcanvas-menu {
  -webkit-transform: translate3d(-100%,0,0);
  transform: translate3d(-100%,0,0);
}
.offcanvas-effect-3.offcanvas-menu-open .offcanvas-effect-3.offcanvas-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
.offcanvas-effect-3.offcanvas-menu::after {
  display: none;
}
.offcanvas-effect-5.offcanvas-menu-open .offcanvas-pusher {
  -webkit-transform: translate3d(300px,0,0);
  -moz-transform: translate3d(300px,0,0);
  transform: translate3d(300px,0,0);
}
.offcanvas-effect-5.offcanvas-menu {
  z-index: 1;
  -webkit-transform: translate3d(50%,0,0);
  transform: translate3d(50%,0,0);
}
.offcanvas-effect-5.offcanvas-menu-open .offcanvas-effect-5.offcanvas-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.at-icon {
  fill: #fff;
  border: 0;
}
.input-search,.pav-dropdown .d-content { border-color:#d6801e; } 
.pav-dropdown .d-heading h4 &gt; span { background-color:#361409; } 
#header #cart .heading i { color:#0f0101; } 
#header #cart .heading i { border-color:#0d010d; }

.box-content a, .box-content a:focus { color:#DAB464; }
.box-content a:hover { color: #BA7918; }

a.button, input.button { color:#000!important; }
a.button:hover, input.button:hover { color: #900!important; }

.price .price-new { color:#ba2727!important; font-size:1.3em; } 
/*.product-block .product-icon,.product-block .image .product-zoom { background-color:#fad680; } */
/*.product-block,.sidebar ul &gt; li { border-color: #300; } */
/*.sidebar .box .box-heading span { color:#fff7de; } */
/*.sidebar .box .box-content { background-color:#0f0800; } */
/*.sidebar .box .box-content { color:#b5a54c; } */
/*.sidebar .productdeals .product-block,.sidebar .box .box-heading,.sidebar 
#pav-mainnav p, #pav-mainnav .pavo-widget .menu-title, #pav-mainnav h1, #pav-mainnav h2, #pav-mainnav h3, #pav-mainnav h4, #pav-mainnav h5, #pav-mainnav h6 { color: #600; } */
/*#pav-mainnav .dropdown-menu li a, #pav-mainnav .dropdown-menu a { color:#edbd0e; } */

/*ul.verticalmenu li a:hover { color: #FFFFB7!important; }*/

/*.pav-megamenu .navbar-nav li a { color:#300!important; } */

a .menu-title, #topbar a { 
	font-family: BPGMTavruli!important; 
	/*text-transform: capitalize;*/
	font-size:1.2em!important;
	font-weight: 600;
	vertical-align:-webkit-baseline-middle;
	color: #300;
} 
/*.product-meta .price span { width: 65px;}*/

.newprice { display: inline-block; color: #FFC!important; margin:3px 0; font-family:Verdana, Geneva, sans-serif; font-size: 0.9em; }
.bask { cursor: pointer; opacity: .7; filter: alpha(opacity=70); }
.bask:hover { opacity: 1.0; filter: alpha(opacity=100); }
.modul-title { font-family:sylfaen; font-size: 1.2em!important; font-weight: 500; }
#pcall, .pcall { opacity: 0.7; filter: alpha(opacity=70); outline: none; border: none; cursor:pointer; }
#pcall:hover, .pcall:hover { opacity: 1.0; filter: alpha(opacity=100); }

.modal {
	position: fixed;
    top: 10%;
    left: 50%;
    z-index: 1050;
    width: 560px;
    margin-left: -280px;
    background-color: #FFE9D0;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,0.3);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
    box-shadow: 0 3px 7px rgba(0,0,0,0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
	overflow: hidden;
}
.bootbox { display:block; height:300px!important; min-height:300px!important; }
.bootbox .modal-header h3 { font-family: BPGArial, Arial; font-size: 14px; font-weight: 500; color: #600!important; }
.modal-body input { display:block; width:95%; margin: 1px auto; }
.modal-footer .btn-primary { font-family: BPGArial, Arial; font-size: 1.0em; border: none; margin-right:15px; }
.modal-footer a:hover { background-color: #900; }

/* EASY TOOLTIPS  */
.tooltip {
	position: absolute;
	z-index: 999;
	left: -9999px;
	background-color: #dedede;
	text-align: center;
	padding: 5px;
	border: 1px solid #fff;
	width:100px;
}
.tooltip p {
	margin:0;
	padding:0;
	color:#fff;
	font-family: sylfaen, Arial, Verdana;
	font-size: 12px;
	background-color:#222;
	padding: 2px 7px;
}

a.port { color: #2B0000!important; font-family: BPGArial,"Adventure"; }
a.port:hover { color: #804000!important; }

.navbar-default .navbar-nav > li > a {
	color: #FFFBDF;
	font-weight:500;
}

/* Top Menu Hover Color */
/*.verticalmenu a:hover, .menu-title:hover, .dropdown a:hover { color: #9C0842; }*/
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	color: #FFFBDF; 	
}
@media (max-width: 768px) {
	h1,.h1 {
	  font-size: 19px;
	}
	#logo img { width:280px; height:115px; }	
	.in-border {
		-webkit-box-shadow: none;
		box-shadow: none;
		border-right: 0;
 	}
  .offcanvas-siderbars {
    position: relative;
  }
  .offcanvas-siderbars .offcanvas-sidebar {
    display: none;
    width: 100%;
  }
  .offcanvas-siderbars.column-left-active #oc-column-left {
    display: block;
  }
  .offcanvas-siderbars.column-right-active #oc-column-right {
    display: block;
  }
  .offcanvas-siderbars.column-left-active .main-column {
    display: none;
  }
  .offcanvas-siderbars.column-right-active .main-column {
    display: none;
  }
  .header-wrap { display:none; }
}
@media (max-width: 480px) {
#logo img { width:280px; height:115px; }	
  .offcanvas-menu-open {
    position: relative;
  }
  .col-vg-3 { width:100%; }
  .header-wrap { display:none; }
}

ul.list li {
  margin-left: 8px;
  position: relative;
}
ul.list li:before {
  content: "\f105";
  font-family: 'FontAwesome';
  font-size: 7px;
  vertical-align: top;
  position: absolute;
  left: -8px;
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
  font-size: 14px;
}
ul.list li:hover:before {
  left: -11px;
}
.link-more {
  color: darker(#804000,10%);
  font-size: 12px;
  text-transform: lowercase;
  font-weight: bold;
  color: #804000; /*#d64b44;*/
}
.link-more .icon-read-more-2 {
  font-size: 9px;
  color: #DEC430;
}
.link-more:hover {
  color: #804000; /*#d64b44;*/
}
.copyright {
  text-align: left;
}
#boxmap { position: relative; }
.clearfx { 
	position:absolute; 
	left:25px;top:25px;
	display:block; 
	width:10px; 
	height:10px;
	cursor:pointer;
	background: rgb(255, 255, 255) transparent;
	z-index:999;
}
#back-top {
	margin: 0px;
	position: relative;
	text-align: center;
}
#back-top a {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
  text-align: center;
  border: 2px solid #FC0; /*#e2e2e2;*/
  background-color: #A50; /*#FFFFFF;*/
  font-size: 26px;
  position: absolute;
  margin: 0 auto;
  top: -22px;
  left: 0;
  right: 0;
  overflow: auto;
}
#back-top a:hover {
  border-color: #BA7918;
  background-color: #DEAE50;
}
#back-top a:hover i {
  color: #400000; /*#FFFFFF;*/
}
#back-top i {
  color: #400000; /*#FFFFFF;*/
}
#breadcrumb { 
  padding-left: 0;
  padding-right: 0;
  /*border-bottom: 1px solid #000;  */
  background-color: #0F0800; /*#BA7918;*/
  /*margin-bottom: 20px;*/
}
#breadcrumb .breadcrumb {
  margin-bottom: 0px;
}
#breadcrumb .breadcrumb li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-right: 5px;
}
#breadcrumb .breadcrumb li:before {
  display: none;
}
#breadcrumb .breadcrumb li a {
  font-size: 1.0em;
  line-height:1.3em;
  font-family:"BPG Arial", sylfaen, Arial;
  /*text-transform: uppercase;*/
  position: relative;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
#breadcrumb .breadcrumb li a:before {
  width: 0;
  height: 0;
  display: inline-block;
  *display: inline;
  zoom: 1;
  /*border-bottom: 3px solid rgba(0,0,0,0);
  border-left: 3px solid #FFFFFF;
  border-top: 3px solid rgba(0,0,0,0);*/
  /*content: "";*/
  position: absolute;
  left: 0;
  top: 0;
  margin: 5px;
  /*z-index: 9999;*/
}
#breadcrumb .breadcrumb li a span {
  display: inline-block;
 /* *display: inline;*/
  zoom: 1;
 /* margin-left: 15px;*/
}
/*
#breadcrumb .breadcrumb li a span:before {
  content: "";
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 22px;
  height: 12px;*/
  /*-webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;*/
  /*background-color: #c91d41;*/
 /* position: absolute;
  left: 0;
  top: 0;*/
  /*margin: 2px 0 0 0;
}*/
#breadcrumb .breadcrumb li.designArrow:before {
  content: ">>";
  display: inline-block;
  *display: inline;
  zoom: 1;
  color: #BA7918!important;
  padding: 0!important;
  margin: 2px 0 0 0;
}
#breadcrumb .breadcrumb li.designSlash:before {
  content: "/";
  display: inline-block;
  *display: inline;
  zoom: 1;
  color: #BA7918!important;
  padding: 0!important;
  margin: 2px 8px 0 0;
}

#breadcrumb .breadcrumb li:hover {
  color: #FFFFFF!important;
}
#breadcrumb .breadcrumb li:hover span:before {
  /*background-color: #dd6b65;*/
}
#breadcrumb .breadcrumb li.last {
  /*color: #7c7c7c;*/
}
#breadcrumb .breadcrumb li.first a:before {
  display: none;
}
#breadcrumb .breadcrumb li.first a span:before {
  content: "\f015";
  background: none;
  font-family: 'FontAwesome';
  font-size:15px;
  color: #BA7918;
  margin-top: -1px;
}
#breadcrumb .breadcrumb li.first a:hover span:before {
  /*color: #dd6b65;*/
}
.no-margin h3 {
  margin-top: 0px;
}
.no-margin .buttons {
  margin-bottom: 0px;
}
.no-margin table {
  margin-bottom: 0px;
}
.no-margin-top {
  margin-top: 0px;
}
.my-account li {
  line-height: 30px;
}
.carousel-control {
  cursor: pointer;
  color: #BA7918;
  border: 1px solid #804000;
  height: 35px;
  font-size: 30px;
  text-align: center;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-transition: color 600ms linear;
  transition: color 600ms linear;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #2A2212;
  border-color: #2A2212;
  opacity: 1;
  filter: alpha(opacity=100);
}
.carousel-control.left,
.carousel-control.right {
  background-color: transparent;
  background-image: none;
  background-image: -webkit-gradient(linear,0% top,100% top,from(rgba(0,0,0,0)),to(rgba(0,0,0,0)));
  background-image: -webkit-linear-gradient(left,color-stop(rgba(0,0,0,0) 0%),color-stop(rgba(0,0,0,0) 100%));
  background-image: -moz-linear-gradient(left,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 100%);
  background-image: linear-gradient(to right,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=1);
}
.carousel-control {
  background-image: none;
  background-color: transparent;
}
.carousel-indicators li,
.carousel-indicators.active {
  border-color: #804000;
}
.btn-cart {
  text-transform: none;
  font-weight: bold;
  padding: 0;
  font-size: 12px;
}
.btn-cart span {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.btn-cart span + span {
  padding: 6px 10px 0;
}
.btn-cart .icon-cart {
  font-size: 12px;
  color: #FFFFFF;
  width: 30px;
  height: 31px;
  line-height: 30px;
  vertical-align: top;
  background: #DEC430;
}
.custom-block {
  margin: 0px 15px 0px -15px;
}
.custom-block .box-heading {
  border-top: 0;
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 5px;
  padding-top: 15px;
  position: relative;
}
.custom-block .box-heading:after {
  top: 100%;
  border: solid transparent;
  content: "";
  position: absolute;
  pointer-events: none;
  border-color: #cccccc;
  border-color: rgba(204,204,204,0);
  zoom: 1;
  border-color: transparent \9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00cccccc, endColorstr=#00cccccc)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00cccccc, endColorstr=#00cccccc);
  width: 0;
  height: 0;
  border-top-color: #e2e2e2;
  border-width: 7px;
  margin-left: -7px;
  left: 50%;
}
.custom-block .box-heading:before {
  top: 100%;
  border: solid transparent;
  content: "";
  position: absolute;
  pointer-events: none;
  border-color: #fddac6;
  border-color: rgba(255,255,255,0);
  zoom: 1;
  border-color: transparent \9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff, endColorstr=#00ffffff)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff, endColorstr=#00ffffff);
  width: 0;
  height: 0;
  border-top-color: #fddac6;
  border-width: 6px;
  margin-left: -6px;
  left: 50%;
  z-index: 1;
}
.custom-block .box-heading > span {
  font-weight: normal;
  border: 0;
  padding: 0px;
}
.custom-block .box-content {
  padding-top: 20px;
}
.custom:before,
.custom:after {
  content: " ";
  display: table;
}
.custom:after {
  clear: both;
}
.custom i {
  float: left;
  font-size: 25px;
  color: #fddac6;
  margin-top: 5px;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  width: 43px;
  height: auto;
}
.custom h3 {
  margin: 0px;
  line-height: normal;
  min-height: 15px;
  font-family:"Adventure";
  color:#0F0800!important;
}
.custom p {
  color: #7c7c7c;
  margin-bottom: 15px;
}
.custom h3,
.custom p {
  font-size: 14px;
  overflow: hidden;
  color: #400000;
}
.custom li:hover i {
  color: #804000;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.underline a {
  text-decoration: underline;
}
.underline a:hover {
	color: #C00!important;
}
.content .form { background: none; background-image:none; }
.content p a { color: #066; }
.in-border {
  background-color: #FFFBDF; /*#E3CDB0;*/ /*#804000;*/
}
.pattern1 {
  background-image: url('../image/pattern/pattern1.png');
}
.pattern2 {
  background-image: url('../image/pattern/pattern2.png');
}
.pattern3 {
  background-image: url('../image/pattern/pattern3.png');
}
.pattern4 {
  background-image: url('../image/pattern/pattern4.png');
}
.pattern5 {
  background-image: url('../image/pattern/pattern5.png');
}
.pattern6 {
  background-image: url('../image/pattern/pattern6.png');
}
.pattern7 {
  background-image: url('../image/pattern/pattern7.png');
}
.pattern8 {
  background-image: url('../image/pattern/pattern8.png');
}
.pattern9 {
  background-image: url('../image/pattern/pattern9.png');
}
.pattern10 {
  background-image: url('../image/pattern/pattern10.png');
}
.pattern11 {
  background-image: url('../image/pattern/pattern11.png');
}
.pattern12 {
  background-image: url('../image/pattern/pattern12.png');
}
.pattern13 {
  background-image: url('../image/pattern/pattern13.png');
}
.pattern14 {
  background-image: url('../image/pattern/pattern14.png');
}
.pattern15 {
  background-image: url('../image/pattern/pattern15.png');
}
.pattern16 {
  background-image: url('../image/pattern/pattern16.png');
}

.color1 { color: #000000}
.color2 { color: #dab464}
.color3 { color: #69562d}
.color4 { color: #776234}

.mega-col-inner >ul >li:hover a { color:#300; }

/* SHB */
.allshares { display: block; width:100%; border:none; margin:35px 0 0 0; padding:0; }
#relative-inline-share-buttons {
	display:table;
	color:#FFF;
}
#relative-inline-share-buttons *::after, #relative-inline-share-buttons *::before {
    box-sizing: inherit;
}
#onboarding {
    color: #333;
}
#relative-inline-share-buttons { line-height: 1.5; }
#studio {
    font-family: "BPG Arial", Verdana, Helvetica, Arial, sans-serif;
    display: block;
    opacity: 1;
    text-align: justified;
    z-index: 94030;
}
.btn-group {
    font-family: Helvetica, Arial, sans-serif;
    display: block;
    opacity: 1;
    text-align: justified;
    z-index: 94030;
}
#studio .st-btn[data-network="facebook"] {
    background-color: #3B5998;
}
#studio.st-justified {
    display: flex;
    text-align: center;
}
#studio.st-justified .st-btn {
    -moz-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}
#studio.st-has-labels .st-btn, .btn-group .yno {
    flex-basis: 100px;
	min-width: 100px;
}
#studio .st-btn > svg  {
    height: 16px;
    width: 16px;
    position: relative;
    top: 8px;
    vertical-align: top;
}
.product-meta .st-btn > svg {
    height: 15px;
    width: 15px;
    position: relative;
    top: 6px;
	left: 1px;
	vertical-align: top;
}
svg:not(:root) {
    overflow: hidden;
}
#studio .st-btn, .btn-group .yno {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: opacity 0.2s ease-in, top 0.2s ease-in;
    -ms-transition: opacity 0.2s ease-in, top 0.2s ease-in;
    -o-transition: opacity 0.2s ease-in, top 0.2s ease-in;
    -webkit-transition: opacity 0.2s ease-in, top 0.2s ease-in;
    transition: opacity 0.2s ease-in, top 0.2s ease-in;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    height: 32px;
    line-height: 32px;
    margin-right: 8px;
    padding: 0 8px;
    position: relative;
    text-align: center;
    top: 0;
    vertical-align: top;
    white-space: nowrap;
}

.btn-group .yno { margin:0 auto; }
.product-meta .st-label { display:inline-block; font-family:Verdana, sans-serif; padding:0; }
.product-meta .st-btn {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: opacity 0.2s ease-in, top 0.2s ease-in;
    -ms-transition: opacity 0.2s ease-in, top 0.2s ease-in;
    -o-transition: opacity 0.2s ease-in, top 0.2s ease-in;
    -webkit-transition: opacity 0.2s ease-in, top 0.2s ease-in;
    transition: opacity 0.2s ease-in, top 0.2s ease-in;
    -moz-border-radius: 0.2em;
    -webkit-border-radius: 0.2em;
    border-radius: 0.2em;
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    height: 28px;
    line-height: 28px;
    margin-right: 8px;
    padding: 0 5px;
    position: relative;
    text-align: center;
    top: 0;
    vertical-align: top;
    white-space: nowrap;
}
.product-meta .st-btn:hover {
    opacity: .8;
	border:#CCC 1px solid;
}
#onboarding #fixed-inline-share-buttons {
    left: 0;
    top: 60px;
}
#fixed-inline-share-buttons {
    background: #fff;
    border: 1px solid #e7e7e7;
    box-shadow: 0 5px 6px 0 rgba(0,0,0,.3);
    opacity: 1;
    -ms-filter: none;
    filter: none;
    padding: 20px;
    position: fixed;
    right: 0;
    top: 0;
    transition: left .2s ease-in;
    z-index: 10000;
}
#studio .st-btn[data-network="pinterest"] {
    background-color: #CB2027;
	width:45px;
	min-width:45px;
	padding-left:0;
	padding-right:0;
}
#studio .st-btn[data-network="likeit"] {
	background-color: #006;
	width:44px;
	min-width:44px;
	padding-left:0;
	padding-right:0;
}

#studio .st-btn:hover, .btn-group .yno {
    opacity: .8;
    top: -4px;
}
#studio .st-btn[data-network="email"] {
    background-color: #630;
}
#studio .st-btn[data-network="shavitstudio"] {
    background-color: #3B5998;
	width:45px;
	min-width:45px;
	padding-left:0;
	padding-right:0;
}
#studio .st-btn:last-child {
    margin-right: 0;
}
/* dialog */
#alert-container {
	position: fixed;
	float: none;
	z-index: 999999;
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
	font-size: 12px;
	line-height: 1.42857143;
	color: #949494;
	font-family: BPG Arial, "Open Sans", Helvetica, Arial, sans-serif!important;
}

.alert-top-right {
	top: 12px;
	right: 12px;
	display: inline;
	position: fixed;
	font-size: 1.5rem;
	top: 50%;
	left: 50%;
	margin-left: -150px;
	margin-top: -50px;
}

#alert-container > :hover {
	cursor: pointer;
	color:#FFF;
	-webkit-opacity: 0.8;
	-moz-opacity: 0.8;
 -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 0.8;
	filter: alpha(opacity=80);
}

#alert-container > .alert-warning {
	background-color: #F89406!important;
}

#alert-container > div {
	padding: 15px 15px 15px 50px;
	width: 25em;
}

#alert-container > div {
	margin: 0 0 6px;
	padding: 15px 15px 15px 50px;
	width: 300px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #FFF;
	zoom: 1;
	-webkit-opacity: 0.9;
	-moz-opacity: 0.9;
 -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
	opacity: 0.9;
	filter: alpha(opacity=90);
}

#alert-container * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.alert-warning {
	background-color: #F89406;
	color: #574802;
}

.alertwin {
	background-color: #030303;
}
.alertwin *::before, .alertwin *::after {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}

#alert-container * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.alert-title {
	font-weight: bold;
}

.alert-success {
	background-color: #00a651;
}

.alert-info {
	background-color: #21a9e1;
}

.alert-warning {
	color: #574802;
}

.alert-error {
	background-color: #cc2424;
}

.alert-message {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	font-size:1.0em;
}

#alert-container * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.alert-close-button:hover, .alert-close-button:focus {
	color: #FFF;
	background: transparent;
	text-decoration: none;
	cursor: pointer;
	zoom: 1;
	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
 -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.alert-close-button {
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
}

.alert-close-button {
	position: relative;
	right: -0.3em;
	top: -0.3em;
	float: right;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	background: transparent;
	-webkit-text-shadow: 0 1px 0 #ffffff;
	text-shadow: 0 1px 0 #fff;
	zoom: 1;
	-webkit-opacity: 0.9;
	-moz-opacity: 0.9;
 -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
	opacity: 0.9;
	filter: alpha(opacity=90);
}

button, select {
	text-transform: none;
}
/* MASK GL2016 */
.modal-mask {
	position: fixed;
	margin: 0;
	padding: 0;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	overflow: hidden!important;
	background-color: #000;
	border:none;
	-webkit-opacity: 0.6;
	-moz-opacity: 0.6;
	opacity: 0.6;
	filter: alpha(opacity=60);
	z-index:9990;
}
.modal-box {
	position: fixed;
	display:table;
	width:290px;
	min-height:180px;
	border-radius:2px;
	top:50%;
	left:50%;
	margin-left:-145px;
	margin-top:-130px;
	color:#aaabae;
	background-color: #000;
	border:1px solid #2a2212;
	border-radius:8px;
	padding:12px;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	z-index:9991;
 	-webkit-box-shadow: 2px 3px 5px rgba(0,0,0,.5);
  	-moz-box-shadow: 2px 3px 5px rgba(0,0,0,.5);
  	box-shadow: 2px 3px 5px rgba(0,0,0,.5);
}
/*#modalmask-container .header {
	display:block;
	position:absolute;
	top:0;
	left:0;
	height:25px;
	line-height:25px;
	width:100%;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	background: #333;
	color: #fff;
	font-weight:bold;
}*/
#modalmask-container hr {
	margin:5px 0;
}
#modalmask-container .header span {
	padding-left:15px;
	font-size:1.3em;
	color:#fba001;
	font-weight:bold;
}
#modalmask-container .closemg {
	position:absolute;
	display:inline;
	top:0;
	right:10px;
	font-size: 1.5em;
    font-weight: 700;
	background:none;
}

/*button.closemg {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}*/
.closemg { 
    filter: alpha(opacity=50);
    opacity: .5;
}
.header.closemg {
    /*text-shadow: 0 1px 0 #fff;*/
}
.closemg:focus, .closemg:hover {
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=100);
    opacity: 1;
}
.btn-delete {
	display : inline-block;
	margin-left : 20px;
}
.w3-bar { width:100%;overflow:hidden }
.w3-center .w3-bar {display:inline-block;width:auto}
.w3-bar .w3-bar-item{padding:8px 16px;float:left;width:auto;border:none;outline:none;display:block}
.w3-bar .w3-dropdown-hover,.w3-bar .w3-dropdown-click{position:static;float:left}
.w3-bar .w3-button{white-space:normal}
.w3-btn,.w3-button{border:none;display:inline-block;outline:0;padding:8px 16px;vertical-align:middle;overflow:hidden;text-decoration:none;color:inherit;background-color:inherit;text-align:center;cursor:pointer;white-space:nowrap}
.w3-btn:hover{box-shadow:0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)}
.w3-btn,.w3-button{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}   
.w3-disabled,.w3-btn:disabled,.w3-button:disabled{cursor:not-allowed;opacity:0.3}.w3-disabled *,:disabled *{pointer-events:none}
.w3-btn.w3-disabled:hover,.w3-btn:disabled:hover{box-shadow:none}
.btn-group {
	display:block;
	position: absolute;
	left:0;
	bottom:25px;
/*	line-height:26px;*/
	width:100%;
	padding:20px 0 0;
	z-index:3335;
	text-align:center;
}
.btn-group div {
	margin: 0 auto;
	width:50px;
	height:26px;
	color:#262b34;
	font-weight:bold;
	text-align:center;
	background-color: #ba7918;
	border:1px solid #ba7918;
	border-radius: 2px;
	cursor:pointer;
}
.btn-group div:hover {
	background-color: #dab464;
}
/*.bt-mod,.btn-no { 
	display:inline-block; 
	width:80px!important;
	height:15px;
	line-height:15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:15px; 
	font-weight:300!important;
}*/
#modalmask-container .header {
	display:block;
	position:absolute;
	top:0;
	left:0;
	height:32px;
	line-height:32px;
	width:100%;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	background: #956113;     /*#D09F2F*/
	color:#000;
	font-family:'BPGArial';
	font-weight: 300;
}
.inp-group {
	display: table;
	position: relative;
	width:100%;
	margin:25px 0 0 0;
	padding:0;
	text-align:center;
	color: #dab464;
}
.inp-group span {
	font-family:'BPGArial'; 
	font-size:1.1em; 
}
.col-left, .col-right { display:block; width: 50%; min-height:20px; float:left; }
.col-medium { display: table; width: 100%;  }
.col-medium textarea { 
	margin: 10px auto; 
	width: 430px;
	height:69px;
	resize: none;
	overflow:auto;
	outline: none;
	border: none;
}
.inp-mask {
	border-radius:2px;
	width:30%;
	line-height:26px;
	border:#999 solid 1px;
	padding: 2px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:1.1rem;
	font-weight:600;
	text-align:center;
}
/*.inp-text { 
	display:block; 
	width:45%;
	margin:10px auto;
	font-family:Verdana, Geneva, sans-serif;
	text-align:center;
	transition: all 0.3s ease-out 0s;
    border: 1px solid #804000;
	outline: none;
}*/

.inp-text {
    display: block;
    width: 80%;
    height: 35px;
	margin:10px auto;
    padding: 0 10px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #333333;
    background-color: #FFF;
    background-image: none;
    border: 1px solid #cccccc;
	font-family:Verdana, Geneva, sans-serif;
	text-align:center;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	outline: none;
}
#alertext span {
	font-family:'BPGArial'; 
	margin-top:0; 
	font-size:1.1em; 
	color: #903; 
	line-height:1.1em; 
}
.inner-search { position: absolute; display:block; width:100%; height:100%; left:0; top:0;  margin:0; padding:0; border:none; }
.codesearchbox { position:relative; display:block; width:100%; height:35px; margin:0 auto; border: hidden; }
<div>
.input-box, .button-box {display: block; margin:0; padding:0; border:none; }
.input-box { position:absolute; width:70%; height:35px; top:0; left:0; }
.button-box { position:absolute; width:30%; height:35px; top:0; right:0; cursor:pointer; padding:0; }
.input-field { background:none; margin:0; width:100%; height:35px; border:none; text-align:center; overflow:hidden; letter-spacing:1px; font-weight:500; font-family:Verdana,sans-serif; line-height:1.4478; color:#DAB464; outline:none; }
/*  Link Color - #C19D30; Link txt - #FC3; text-color #bd8918; #language - #935D0B 
	#topbar .links a - #935D0B; dark - #0F0800, link a color #6d590b;  #973100
*/
#productSelections .dropdown-table {
	background:none;
	font-size:1.1em;
}
#productSelections .dropdown-toggle { float:right; min-width:100px; text-align:right; }
#productSelections .dropdown-table th {
	width:115px;
	color:#300;
	font-weight: 500;
}
.open>.dropdown-menu {
    display: block;
}
.dropdown-menu {
    box-shadow: none;
}
#productSelections .dropdown-menu {
	background:#FFF;
}
#productSelections .dropdown-menu,#productSelections .dropdown-menu>.disabled>a:hover {
	background-image:none;
}
.dropdown-menu-right, .dropdown-menu.pull-right {
	left:auto;
	right:0
}
.dropdown-header, .dropdown-menu>li>a {
	display:block;
	padding:3px 20px;
	line-height:1.42857143;
	white-space:nowrap
}
#productSelections .dropdown-menu .divider {
	height:1px;
	margin:9.5px 0;
	overflow:hidden;
	background-color:#e5e5e5
}
#productSelections .dropdown-menu>li>a {
	clear:both;
	font-weight:400;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
	text-decoration:none;
	color:#A61310;
	background-color:rgba(255, 220, 80, .3)
}
/*.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
	color:#fff;
	text-decoration:none;
	outline:0;
	background-color:#555
}*/
/*.dropdown-menu>.disabled>a, .dropdown-menu>.disabled>a:focus, .dropdown-menu>.disabled>a:hover {
	color:#999
}*/
/*.dropdown-menu>.disabled>a:focus, .dropdown-menu>.disabled>a:hover {
	text-decoration:none;
	background-color:transparent;
filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
	cursor:not-allowed;
}*/
.open>.dropdown-menu {
	display:block
}
.dropdown-toggle,.dropdown-toggle a {
	color: #300;
}
.dropdown-toggle:focus {
	outline:0
}
a.dropdown-toggle:focus, a.dropdown-toggle:hover {
	text-decoration:none;
	color:#D61F44;
}
.open>a {
	outline:0
}
.dropdown-menu-left {
	left:0;
	right:auto
}
.nav-justified>.dropdown .dropdown-menu, .nav-tabs.nav-justified>.dropdown .dropdown-menu {
	top:auto;
	left:auto
}
.pull-right>.dropdown-menu {
	right:0;
	left:auto
}
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
	top:auto;
	bottom:100%;
	margin-bottom:2px
}
.dropdown {
    position: relative;
}
.nav .dropmenu li:hover>a {
	color:#fff;
	background-color:rgba(0, 0, 0, .8)
}
.dropdown-toggle span { font-family: "BPG Arial", Arial; }
@media ( min-width: 1200px) {
	#logo img { width:100%; }	
  	.offcanvas-menu {
    	display: none;
  	}
  .offcanvas-effect-5.offcanvas-menu-open .offcanvas-pusher {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
  .offcanvas-pusher:after {
    background: transparent;
  }
  /*.col-lg-offset-3 { margin-left: 0; }*/
}

@media (min-width: 992px) and (max-width: 1200px) {
	#logo img { width:280px; height:115px; }	
  	.product-grid .product-block .price {
    	width: 34%;
  	}
  	.product-grid .product-block .action {
    	width: 66%;
  	}
  .offcanvas-menu {
    display: none;
  }
  #mainmenutop .verticalmenu > li > a {
    padding: 5px 15px; 
  }
  .product-grid .product-block .price,
  .product-grid .product-block .action {
    width: 100%;
  }
  .carousel.pavcontentslider .pav-caption {
    display: none;
  }
  .carousel.pavcontentslider .carousel-indicators {
    margin: 0 -270px;
  }
  .sidebar .productdeals .image img {
    width: 100%;
    height: auto;
  }
  .copyright {
    padding-top: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
	#logo img { width:280px; height:115px; }	
  /*.pav-megamenu .navbar-nav > li {
    padding-bottom: 15px;
  }*/
  /*.navbar-header {
    float: none;
    margin: 10px 0;
  }*/
  .support {
    margin-bottom: 10px;
  }
  .cart-top {
    float: right;
  }
  .in-border {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  /*#header-main .header-wrap {
	height: 40px;
	top: 30px;
	left: 0px;
  }*/
  
  #header-main .header-wrap {
	  position: relative;
	  display: block;
  }
  
  #header-main .header-wrap:before,
  #header-main .header-wrap:after {
    content: " ";
    display: table;
  }
  .pavcontentslider .carousel-inner .item img {
    width: 100%;
  }
  .pavcontentslider .carousel-inner .item a img {
    width: 100%;
  }
  .carousel.pavcontentslider {
    margin: 0;
  }
  .carousel.pavcontentslider .pav-caption {
    display: none;
  }
  .carousel.pavcontentslider .carousel-indicators {
    margin: 0 -266px;
  }
  #mainmenutop .verticalmenu, #pav-verticalmenu, .pull-right {
	  display:none!important;
  }
  /*#pav-mainnav .dropdown-menu {
    top: 100%;
    right: -30px;
    width: 100% !important; lady silver -> cometa -> 1 may 1000, 660
  }*/
  
#pav-mainnav p, #pav-mainnav .pavo-widget .menu-title, #pav-mainnav h1, #pav-mainnav h2, #pav-mainnav h3, #pav-mainnav h4, #pav-mainnav h5, #pav-mainnav h6 { color:#300; } 
.pav-megamenu .navbar-nav li a { color: #FC0; } 
#pav-mainnav .dropdown-menu li a, #pav-mainnav .dropdown-menu a { color: #FC0; }   
 
.pav-megamenu 
 
  #topbar {
    padding: 10px 0;
    border: 0;
  }
  .product-grid .product-block .price,
  .product-grid .product-block .action {
    width: 100%;
    float: left;
  }
  .product-info .image-additional a {
    margin-right: 5px;
  }
  #footer .box .box-heading {
    margin-top: 15px;
  }
  #footer .footer-center {
    padding: 20px 0 30px 0;
  }
  #footer .copyright,
  #footer .paypal {
    float: none !important;
    text-align: center;
    padding-top: 15px;
  }
  .offcanvas-menu {
    display: none;
  }
  #cboxOverlay,
  #colorbox {
    display: none !important;
  }
}

@media (max-width: 480px) {
#logo img { width:280px; height:115px; }	
  .col-vg-3 { width:100%; }
  .has-highlight .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 5px;
    height: 35px;
  }
  .nav-tabs > li {
    padding: 0;
  }
  .htabs ul li {
    float: none;
  }
  .htabs ul li a {
    padding: 5px;
    display: block;
  }
  .custom-block {
    margin: 0;
  }
  .custom-block .box-heading {
    padding: 10px 0;
  }
  .nav-tabs > li > a {
    padding-left: 7px;
    padding-right: 7px;
  }
  .sidebar .box-highlight .image {
    float: none;
  }
  #footer .footer-top .custom {
    padding: 0;
    border: 0;
  }
  #footer .footer-center {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  #footer .box .box-heading {
    margin: 15px 0;
  }
  #footer .box .box-content {
    padding: 0;
  }
  #footer #powered {
    padding: 35px 0 30px;
  }
  .product-filter .display,
  .product-filter .product-compare {
    padding: 0;
    margin: 10px 0;
  }
  .product-filter .display span {
    margin-top: 8px;
  }
  .product-filter .display span,
  .product-filter .display a {
    float: left;
  }
  .product-list .image {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0;
  }
  .product-list .product-meta {
    overflow: visible;
  }
  .product-list .left,
  .product-list .right {
    width: 100%;
    float: none;
    margin: 0;
    clear: both;
  }
  .product-list .product-block .action {
    text-align: right;
  }
  .product-list .product-block .action > * {
    float: none;
    display: inline-block;
  }
  .product-info h1 {
    font-size: 20px;
    margin-top: 20px;
  }
  .product-info .image-additional a {
    margin-right: 0;
  }
  .product-info .product-extra .quantity-adder {
    margin: 0 0 10px 0;
  }
  .product-info .product-extra .quantity-adder input[type="text"] {
    padding: 5px;
  }
  
  .product-info .wishlist,
  .product-info .compare {
    padding: 0;
    display: block;
  }
  
  embed {
    width: 100%;
  }
  .product-related .last .product-block {
    margin-bottom: 24px;
  }
  .product-related .product-block {
    margin-bottom: 24px;
  }
  .htabs ul li .selected:before,
  .htabs ul li .selected:after {
    display: none;
  }
  #header #topbar {
    border: 0;
  }
  #cboxOverlay,
  #colorbox {
    display: none !important;
  }
  .comment-form { width:100%; }
  .commenter-inputs input { width:100%; }
  .comment-form-button-wrap .button { width:100%; }
  .column { width:100%!important; }
  /*#header-main .container { display:none; } 91010 */
}
@media (max-width: 320px) {
#logo img { width:280px; height:115px; }	
	
  #header #topbar {
    border: 0;
  }
  #header .show-mobile {
    position: relative;
  }
  #header .show-mobile > div {
    position: static;
  }
  #header .show-mobile .inner-toggle {
    min-width: 281px;
  }
  .product-grid .product-block {
    margin-bottom: 15px;
  }
  .product-block .pav-colorbox,
  .product-block .product-zoom,
  .product-block .img-overlay {
    display: none !important;
  }
  #cboxOverlay,
  #colorbox,
  .pav-colorbox {
    display: none !important;
  }
}
.coninfo { display:table; width:100%; margin:0; padding:10px 0; }
.coninfo p { margin:0; }
.header-top { width:100%; border:none; }
.small_text { 
	font-size:1.1em; 
	font-family: font-family: 'Roboto','Noto Sans',sans-serif; /*'Inconsolata', monospace;*/ 
	text-shadow: 1px 1px 1px #000;  
} 
.header-left,.header-right { 
	position:relative; display: block; border:none; margin:0; padding:0; z-index:9; }
.header-left {width:35%; float:left; height:210px; }
.header-right { width:65%; float:left; height:210px; overflow:hidden; }
.header-right img {display:block; top:0; left:0; width:100%; height:170px; border:none; } 
.header-search {position:absolute; display:block; bottom:5px; left:0; width:29%; height:36px; border: 1px solid #DAB464; border-radius:.5em; padding:0; }
.header-order {position:absolute; display:block; bottom:5px; right:0; width:70%; height:36px; border: 1px solid #DAB464!important; border-radius:.5em; }
.header-innerorder {display:block; width:250px; height:36px; margin:0 auto; }

/*@media (min-width: 240px) and (max-width: 1200px) {
.inner { display: table; width:100%; float:left; text-align:left; }
.s-right { display:table; height: 200px; }
.topmod { position:relative; display: table; float:left; }
.left-promo  { display:none; }
}*/

@media (min-width: 768px) and (max-width: 1140px) {
.bottom-banner,.s-right { display:none; }
.header-wrap { display:table; height:auto; }
.box-content p { text-align:left; }
.left-promo  { display:none; }
.header-right img { top:20px; }
.header-search,.header-order { bottom: 19px; }
.navbar-right .dropdown-menu {
left:auto;
right:0
}
.navbar-right .dropdown-menu-left {
left:0;
right:auto
}
}

@media (min-width:240px) and (max-width: 768px) {
#mass-footer,.bottom-banner,.s-right,.s-center { display:none!important; }
.header-top #logo, .header-wrap #logo { text-align:center; }
.header-wrap { display:table; height:auto; }
.tv-block { display:table; height:auto; }
.left-promo  { display:none; }
.deal-heading { text-align:center; font-weight:400; }
.coninfo p {text-align:center; }
.header-right { display:none; }
.header-left {width:100%; }
.header-search,.header-order { bottom: 19px; }
.comment-form { width:100%; }
.comment-form h2 { width:100%!important; text-align:center; }
.commenter-inputs input { width:100%!important; }
.comment-form-button-wrap .button { width:100%!important; }
.col-vg-3 { width:100%!important; }
.column { text-align:left; }
#productSelections .dropdown-table th { display:block; width:auto; float:left; }
#productSelections >table tr { font-size:0.9em; }
#productSelections .dropdown-toggle { float:right; }
}
@media only screen and (min-width: 600px) {
#customizers {
    padding: 10px 0 0 0;
}
#main-content .information-and-interactions {
    padding-left: 20px;
    display: table-cell;
    width: 50%;
}
}

#customizers {
    padding: 5px 5px 0 0;
}

@media only screen and (min-width: 850px) {
  #customizers .generic-grid.customizer>.grid>.grid-element {
	  min-width: 45px;
  }
}
#customizers .generic-grid.customizer>.grid>.grid-element {
    cursor: pointer;
    float: left;
    padding: 3px;
    white-space: nowrap;
    min-width: 46px;
}
#customizers .generic-grid.customizer>.grid>.grid-element>.label {
    display: block;
	background-color: #f5f5f5;
    border: 1px solid #ababab;
    color: #333;
    line-height: 30px;
    padding: 1px 5px;
    text-align: center;
    width: 100%;
    font-size: 13.5px;
	box-sizing: border-box;
}
#customizers .generic-grid.customizer .label {
    padding-top: 11px;
}
#customizers .alternate-offers.customizer .options {
    overflow: hidden;
}
.alternate-offers.customizer .options {
    overflow: hidden;
}
.icon-14 {
	background-image:url(../image/gold_yellow_585.jpg);
}
.icon-18 {
	background-image:url(../image/gold_yellow_750.jpg);
}
.icon-23 {
	background-image:url(../image/gold_yellow_958.jpg);
}
.icon-sl {
	background-image:url(../image/silver_925.jpg);
}
.icon-gs {
	background-image:url(../image/gold_silver.jpg);
}

#typebox .option:hover {
   border: 3px solid #300;
}
#customizers .alternate-metals .customizer-title, #diprice { 
	display:block; 
	float:left; 
	width:100%;
}
#diprice { margin:10px 0; } 
#customizers .customizer-title {
    display: block;
	float: left;
	min-height:45px;
    width: 100%;
	margin:10px 0;
    padding: 5px 30px 0 0;
}
.alternate-offers.customizer .options {
    overflow: hidden;
}
.product-info .options {
    margin-bottom: 20px;
}
span {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
}
*::before, *::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#customizers .alternate-offers.customizer .customizer-title {
    font-weight: bold;
    color: #000;
}
.alternate-offers.customizer .options .option {
    display: block;
    float: left;
    margin: 5px 15px 0 0;
    border: 1px solid #300;
    width: 47px;
    height: 25px;
}
[class^="icon-"], [class*=" icon-"] {
    /*font-family: 'icon-font' !important;*/
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.grid-element:hover { background-color: #FC3;  }

/* incall */
.oneColLiqCtr #container {
	width: 100%;
	margin: 0 auto;
	border: none;
}
.oneColLiqCtr #mainContent {
	padding: 0 20px;
}
#mainContent img {
	margin: 5px auto;
}
#mainContent h1 {
	font-size:1.3em;
	font-weight: 600;
}
#mainContent p {
	font-size:1.1em;
}
#mainContent span {
	margin:0;
	display:block;
	padding:3px 0;
}
#mainContent ul {
	margin:0;
	padding-left:20px;
}
#mainContent ul li {
	list-style: disc;
	line-height: 1.418;
	list-style-position:outside;
}
.list_container {
	display:table;
	position:relative;
	margin-bottom:15px;
	text-align:left;
}
.clbutton {
	position:relative;
	display:block;
}
.lside, .rside {
	position:relative;
	display:table;
	width:100%;
	float:left;
}
.commenter-inputs>[class*="grid-"] {
    margin: 0;
}
.grid [class*='grid-'] {
    float: left;
    position: relative;
    margin: 0 0 1rem 0;
    padding-right: 1rem;
}
.grid-1-2 {
    width: 100%;
	text-align:center;
}
.grid-1-2 .col_right { position: relative; display:inline-block; }
.commenter-inputs input {
    width: 50%;
	font-size:1.15em;
	float:left;
}
#comment {
    height: 110px;
}
.comment-form {display:table; font-weight: 500; color: #A61310; text-align: left; }
.comment-form h2,.backaw {
	font-family:"BPG Arial", sans-serif;
	font-weight:500;
	font-size:1.4em;
	letter-spacing:1px;
	color:#F00;
	margin: 20px 0;
	width:50%;
}
.comment-form input[type='text'], .comment-form textarea {
    font-family: inherit;
    outline: 0;
    border: 1px solid #ccc;
    -webkit-appearance: none;
    padding: 5px;
    border-radius: 2px;
	min-height:25px;
}
.backaw { letter-spacing:normal; }
.comment-form-button-wrap {
	position:relative;
	display: table;
	width:100%;
}
.comment-form-button-wrap .button {
	display: block;
	width: 50%;
	margin:10px auto;
	float:left;
	padding: 20px;
	text-align: center;
	background-color: #F93;
	border: 0;
	border-radius: 0.5em;
	background-image: linear-gradient(-180deg, #F93 0%, #FC3 100%);
	cursor: pointer;
	font-size: 1.2em;
	color: #000;
	outline:none;
}
.comment-form-button-wrap .button:hover {
	background-image: -webkit-linear-gradient(#FC0 0%, #FF9 100%);
	background-image: -o-linear-gradient(#FC0 0%, #FF9 100%);
	background-image: linear-gradient(#FC0 0%, #FF9 100%);
}
.customizers { position:relative; display:block; width:100%; margin:20px auto; float:left; } 
.typebox { display: block; margin:0; width:325px; border:none; float:left; }
#typebox .selected, #gridbox .selected { border:3px solid #600; }
#customizers .selected { background-color: #FC3; }
.alternate-offers.customizer .options .option {
display: block;
float: left;
margin: 5px 15px 5px 0;
border: 1px solid #300;
width: 50px;
height: 25px;
}
.labeltype {
	display: inline; 
	padding: 0; 
	text-align: center; 
	white-space: nowrap;  
	font-size: 1.1em; 
}
.labeltype, .price_comment {
	margin-right:10px;
    font-weight: 500;
    line-height: 1;
    color: #300;
    vertical-align: baseline;
	font-family: "BPG Arial",sans-serif; 
}
.price_comment { font-size: 1.3em; color:#F00; }
.customizer-title { width:100%; float:left; margin:5px 10px 0 0; }
.customizer-title .name { color: #000; }
.product-info .options { margin-bottom:8px; }
/* MEGAMENU */
.col-md-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .col-md-12 {
    width: 100%;
  }
}
.pav-megamenu {
  position: relative;
  background-color: #DAB464;
  height: 45px;
}
.pav-megamenu .megamenu {
  position: relative;
}
.pav-megamenu .pav-colorbox {
  display: none!important;
}
.pav-megamenu .navbar {
  border: 0;
}
.pav-megamenu .navbar-nav > li {
 /* padding-bottom: 10px;*/
}
.pav-megamenu .navbar-nav > li > a {
 /* text-transform: capitalize;*/
  /*border: 1px solid transparent;*/
 /* -webkit-transition: border 350ms ease-out;
  transition: border 350ms ease-out;*/
  padding: 6px 15px 3px;
  font-family: BPGArial,"Adventure";
  font-size: 30px;
  font-weight:500;
}

.pav-megamenu .navbar-nav > li > a:hover,
.pav-megamenu .navbar-nav > li > a:focus {
	/*border: 1px solid #300;*/
	background-color: #FFFBDF; /* MM ITEM HOWER COLOR */
	/*color: #9C0842;*/
}
.mega-col-inner li:hover {
	background-color: #FFFBDF; /* DD MENU HOWER COLOR */
	cursor:pointer;
	/*color:#9C0842;*/
}
.mega-col-inner > li:hover > a {
	/*color:#9C0842!important;*/
}

/*.pav-megamenu .navbar-nav > li > a:hover .caret,
.pav-megamenu .navbar-nav > li > a:focus .caret {
  border-top-color: #804000;
  border-bottom-color: #804000;
}*/
.pav-megamenu .navbar-inverse {
  margin-bottom: 0;
  border: 0;
}
.pav-megamenu .navbar-collapse {
	padding:5px 0 0 0;
}
.pav-megamenu .dropdown-menu {
  padding: 5px 0;
  min-width: 300px;
 /* -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
  box-shadow: 2px 2px 2px rgba(0,0,0,0.1);*/
 /* background-color: #dab464*/ /* Dropdown color */
  border:none!important;
}
.dropdown-menu { 
background:#DAB464; /* Dropdown menu color */


}
.dropdown-menu #language, #currency .list-item { color: #CCC; }
.dropdown-menu .menu-content { color: #FCF1D8; border: none; }
.pav-megamenu .dropdown-menu li {  line-height: 28px; }
.pav-megamenu .dropdown-menu li a {
  padding: 0px;
  line-height: 30px;
}
.pav-megamenu .dropdown-menu li:hover {
	color: #300;
}
/*h3.name { color: #630; }*/

.pav-megamenu .dropdown-menu > .dropdown-menu-inner {
  padding: 0;
}
.pav-megamenu .dropdown:hover > a {
  /*border: 1px solid #804000;*/
	/*color: #FFFBDF;*/
}
/*.megamenu li > a { color: #FFF; }
.megamenu li > a:hover { color: #FFF; }
*/
.caret {
	display:none;
}
.pav-megamenu .dropdown:hover > a .caret {
	display:none;
	border:none;
 /* border-top-color: #000; 
  border-bottom-color: #000;*/
}
/*.pav-megamenu .dropdown:hover > a:after {
  top: 100%;
  border: solid transparent;
  content: "";
  position: absolute;
  pointer-events: none;
  border-color: #000;
  zoom: 1;
  border-color: transparent \9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00cccccc, endColorstr=#00cccccc)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00cccccc, endColorstr=#00cccccc);
  border-top-color: #100;
  border-width: 7px;
  margin-left: -7px;
  left: 50%;
  width: 0;
  height: 0;
} */
.pav-megamenu .dropdown:hover > a:before {
  top: 100%;
  border: solid transparent;
  content: "";
  position: absolute;
  pointer-events: none;
  zoom: 1;
  border-color: transparent \9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff, endColorstr=#00ffffff)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff, endColorstr=#00ffffff);
  border-width: 6px;
  margin-left: -6px;
  left: 50%;
  z-index: 1;
  width: 0;
  height: 0;
}
/*.pav-megamenu .dropdown:hover .dropdown-menu {
  display: block;
}*/
.pav-megamenu .dropdown:hover .dropdown-base {
  display: block;
}
.pav-megamenu .mega-group .caret {
  display: none;
}
.pav-megamenu .mega-group > .dropdown-toggle {
  display: block;
  font-weight: 500;
  padding: 6px 5px;
 /* text-transform: uppercase;*/
  /*border-bottom: solid 1px #C90;*/
}
.pav-megamenu .mega-group .dropdown-mega .mega-col-inner > ul > li a {
  margin-left: 6px;
}
.pav-megamenu .mega-col .mega-col-inner > ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
.pav-megamenu .mega-col .mega-col-inner > ul > li {
  list-style: none;
  margin-left: 0;
  font-weight:500;
}
.mega-col-inner ul li a {
	color: #FFFBDF;
}

.mega-col-inner .menu-title { margin: 0 0 0 10px; }
/*.header-bottom .menu-title { color:#FFF; }*/

.dropdown-submenu a { color:#FFFBDF; }
.dropdown-submenu:hover a { color:#000; }

.pav-megamenu .dropdown-submenu:hover .dropdown-menu {
  display: block;
}
.pav-megamenu .dropdown-submenu > .dropdown-menu {
 /* border-radius: 0 6px 6px 6px;*/
  left: 100%;
  margin-left: 6px;
  margin-top: 6px;
  top: 0;
}
.pav-megamenu .multi-menu {
  position: static;
}
.pav-megamenu .multi-menu .dropdown-menu {
  left: auto;
  right: 0;
}
.pav-megamenu .cols2 {
  width: 420px;
}
.pav-megamenu .cols3 {
  width: 620px;
}
.pav-megamenu .cols4 {
  width: 820px;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
.navbar-collapse::before, .navbar-collapse::after {
    content: " ";
    display: table;
}
.hidden-sm {
    display: block!important;
}
/* MEGAMENU */
/* Menu style */

.navmenu {
	position: relative;
	background-color: #DAB464;
	height: 45px;
}
.navmenu .navbar {
    border: 0;
}

#navbar {
	position:relative;
	display:block;
	font-size:1.1em;
	line-height:1.09;
	margin:0;
	padding:0;
	/*background: url('../image/menu.png') repeat-x;*/
	background-color: #DAB464;
	z-index:999999;
	height: 36px;
}
ul.nav li {
	display:block;
	float: left;
}
.pav-megamenu .navbar-nav > li > a {
	padding: 10px 16px;
}
.nav li a, .dropdown-toggle {
	display: block;
	color: #600;
	text-align: left;
	padding: 10px 16px;
	text-decoration: none;
}
.nav li a:hover {
	background-color: #FC6;
}
.dropdown:hover .dropdown-toggle {
	background-color: #FFFBDF;
	color:#600;
}
.nav li.dropdown {
	position: relative;
	display:block;
	width:auto;
	float:left;
}
.dropdown-base {
	position: absolute;
	display: none;
	float:left;
	background-color: #FFFBDF;  /*#f9f9f9;*/
	min-width: 160px;
	width:auto;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 99999999;
}
.dropdown-base a {
	position:relative;
	display: block;
	color: black!important;
	padding: 10px 16px;
	text-decoration: none;
	text-align: left;
}
.dropdown:hover li.dropdown-base {
	display: table;
}
.navbar-default .navbar-nav > li > a {
    font-size: 1.0em;
    font-weight: 500!important;
	font-family: "BPG Arial",Arial!important;
}
.lightbox {
	display:table;
	background-color: #69F;
	padding: 10px;
}
.lightbox a {
	color:#00C;
}
.lightbox a:hover {
	color: #9F3;
}

@media (min-width: 600px) and (max-width: 1200px) {
.oneColLiqCtr #container {
	width: 80%;
}
#mainContent { text-align:center; }
#mainContent button { display: inline; }
}
@media (min-width: 1201px) and (max-width: 1980px) {
.oneColLiqCtr #container {
	position:relative;
	display:table;
	width: 80%;
	padding:10px;
	margin: 0 auto;
}
#mainContent { text-align:center; }
#mainContent button { display: inline; }
.comment-form { margin-top:20px; }
}
