@import url(https://fonts.googleapis.com/css?family=Roboto|Roboto+Condensed|Open+Sans+Condensed:300|Oswald);
body { 	
	background: #af7e44 url("../images/bg.jpg") 50% 0% repeat;	
	color:#fff;
	font-size:13px; 
	line-height:16px; 	
}
.container{position:relative;z-index:1;margin:0 auto;width:940px;}
a{color:#ffba01;text-decoration:underline;}
a:focus{color:#ffba01;text-decoration:none;}
a:hover{text-decoration:none;color:#ffba01}

a[href*="tel"] {
	cursor: default;
}
/* 
	font-family: 'Roboto', sans-serif;
	font-family: 'Roboto Condensed', sans-serif;
	font-family: 'Open Sans Condensed', sans-serif;
	font-family: 'Oswald', sans-serif;
*/

/* Nav */
/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
#nav {
	padding-bottom: 25px;
}

a.menu {
	display: none;
}

/* Header */
/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */

#header {
	background: url("../images/bg-header.png") 50% top repeat-x;
	position: relative;
	z-index: 100;
  min-height: 185px;
}

#header .container {
	background: url("../images/bg-logo.png") 0% 0px no-repeat;
	position: relative;
	z-index: 102;
}
#header .container::after {
	background: url("../images/bg_top_carusel.png") 50% 0px no-repeat;
	min-height: 100px;
	bottom: -100px;
	width: 100%;
	position: absolute;
	content: '';
}
#header .logo {
	margin-left: 10px;
	display: block;
	padding-top: 102px;
	position: absolute;
	z-index: 102;
}

#language {
  position: absolute;
  top: 4px;
  left: 6px;
  width: 175px;
  z-index: 105;
}
#header #language button {
  color: #cabeb0;
  font-size: 12px;
  line-height: 17px;
}
#header #language * {
  text-decoration: none!important;
}
div#currency {
  width: 200px;
  position: absolute;
  top: 7px;
  left: 140px;
  color: #cabeb0;
  z-index: 104;
}
div#currency a {
  display: inline-block;
  padding: 0px 4px;
  border: 1px solid #dcba99;
  color: #cabeb0;
  text-decoration: none;
  margin-right: 2px;
  margin-bottom: 2px;
  line-height: 20px;
}
div#currency a:hover {
  color: #fff;
  border-color: #fff;
  cursor: pointer;
}

#header button {
  color: #cabeb0;
  text-decoration: none!important;
  line-height: 20px;
  font-size: 12px;
}
#header div form button:hover {
  color: #fff;
  text-decoration: none;  
}
.dropdown-menu {
  background: url('../images/bg_down_menu.png') 0 0 repeat;
}
#cart .table-striped>tbody>tr:nth-of-type(odd) {
  background: none!important;
}
#cart table tr td {
  border:none!important;
  color:#6a260d;
  padding-top: 0;
  padding-bottom: 0;
}
#cart .table-striped>tbody>tr td a,
#cart p.text-right a {
  color: #000;
}
#cart p.text-right a {
  margin-right: 10px;
}
#cart p.text-center {
  padding-left: 15px;
  padding-right: 15px;
  color: #000;
  font-weight: 700;
  padding-top: 10px;
}
#header   ul.dropdown-menu  button {
  text-align: left;
  color: #452d19 ;
  line-height: 20px;
  padding-top: 2px;
  padding-bottom: 2px;
  border:none;
}
#header   ul.dropdown-menu  button:hover {
  color: #000;
}
#welcome {
  position: absolute;
  top: 18px;
  right: 245px;
  z-index: 100;
  width: 500px;
  text-align: right;
  color: #c7b79e;
}
#welcome a {
	color: #f7efe2;
}

#header .links {
	position: absolute;
	right: 0px;
	top: 92px;
	font-size: 10px;
	z-index: 98;	
}
.links a {
  float: left;
  display: block;
  padding: 0px 0px 0px 12px;
  color: #baa07f;
  text-decoration: none;
  font-size: 12px;
  line-height: 12px; 
}
.links a:hover {
	color: #f2e9de;
}
.links a + a {
  margin-left: 12px;
  border-left: 1px solid #baa07f;
}

div#search {
  position: absolute;
  top: 46px;
  right: 245px;
  width: 280px;
  z-index: 150;
  text-align:left; 
}

#header #search button{
  position: absolute;
  right: 5px;
  background: none;
  width: 28px;
  height: 24px;
  cursor: pointer;
  top: -5px;
  z-index: 101;
  border:none;
}
#header div#search input {
  background: #000;
  padding: 1px 1px 1px 5px;
  min-width: 100%!important;
  height: 28px;
  border: 1px solid #938672;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -khtml-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  color: #dcba99;
  line-height: 28px;
  margin-top: 0;
  font-size: 12px;
}

#menu {
  position: absolute;
  top: 120px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0px 0px 0px #DDDDDD;
  -moz-box-shadow: 0px 0px 0px #DDDDDD;
  box-shadow: 0px 0px 0px #DDDDDD;
  margin: 0;
  padding: 0;
  right: 0;
  border:none;
}
#menu ul.sf-menu {
	border:none;
  list-style: none;
}
#menu ul.sf-menu > li {
  position: relative;
  float: left;
  z-index: 20;
  list-style: none;
  padding: 0 ;
}
#menu ul.sf-menu > li > a {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #d0ba9d;
  line-height: 30px;
  text-decoration: none;
  display: block;
  z-index: 6;
  position: relative;
  white-space: nowrap;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px #000;
  padding: 12px 12px;
}
#menu ul.sf-menu > li > a:hover {
	color: #f2e9de;
}

#menu ul.sf-menu > li.dropdown {
  background: url(../images/bottom_arrow.png) 98% 25px no-repeat;
}
#menu ul.sf-menu > li > ul {
  display: none;
  background: #000;
  position: absolute;
  z-index: 5;
  top: 94%;
  left: 2px;
  padding-top: 10px;
  padding-bottom: 10px;
  list-style: none;
  padding-left: 0 ;
}
#menu ul.sf-menu > li > ul > li > a {
  text-decoration: none;
  color: #c3ab8d;
  white-space: nowrap;
  min-width: 145px;
  font-size: 15px;
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
  border-bottom: 1px #000 dotted;
  display: block;
  margin: 6px 12px; 
  padding-bottom: 4px;
}
#menu ul.sf-menu > li > ul > li > a:hover {
  color: #f2e9de;
}

#cart {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 99;
  min-width: 300px;
  background: url("../images/bg-shoping-cart.png") right 0 no-repeat;
  width: auto;
  float: right;
}

#cart .heading {
  float: right;
  position: relative;
  z-index: 1;
  position: relative;
  padding: 0px 38px 0 50px;
  height: 75px;
  -webkit-box-shadow: 0px 0px 0px #000;
  -moz-box-shadow: 0px 0px 0px #000;
  box-shadow: 0px 0px 0px #000;
}
#cart .heading h4 {
    color: #000;
    font-size: 12px;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 3px;
    padding-top: 30px;
}
#cart .heading button {
    color: #6a260d;
    text-decoration: none;
    line-height: 20px;
    font-size: 14px;
    font-weight: bold;
    background: none;
    padding: 0;
}
#cart .heading button span {
    background: url('../images/big_arrow_down.png') 100% 50% no-repeat;
    padding-right: 24px;
    text-shadow: 1px 1px #b8a88e;
}
#cart .cart-content {
  clear: both;
  display: none;
  position: relative;
  top: -1px;
  padding: 8px;
  min-height: 150px;
  border-top: 3px solid #6b2b11;
  border-left: 1px solid #EEEEEE;
  border-right: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0px 2px 2px #000;
  -moz-box-shadow: 0px 2px 2px #000;
  box-shadow: 0px 2px 2px #000;
  background: url('../images/bg_down_menu.png') left top repeat;
  z-index: 106;
  right: 0;
}
#cart .empty {
  padding-top: 50px;
  text-align: center;
}

.breadcrumb {
  display: none;
}




/* Content */
/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
#content {
  position: relative;
  margin-top: -5px;
  z-index: 99;
}
#content .container {
  padding-top: 50px;
}
#content .container::after {
	background: url("../images/bg_bottom_banner.png") 50% 0px no-repeat;
	min-height: 220px;
	bottom: -50px;
	width: 100%;
	position: absolute;
	content: '';
	z-index: 100;
}
.box-heading {
    font-family: 'Oswald';
    font-size: 32px;
    font-weight: normal;
    line-height: 40px;
    color: #161412;
    text-align: center;
    padding-bottom: 40px;
    text-shadow: 1px 1px #bbb3a5;
    background: url(../images/bg_box_head_1.png) 50% top no-repeat;
    padding-top: 40px;
    margin-top: -50px;
}
h1.box-heading {
  padding-left: 0;
}

h1, h2  {
  margin: 0;
  padding: 0;
  line-height: inherit;
}

h1 {
    margin-bottom: 15px;
    font-size: 32px;
    font-weight: normal;
    line-height: 40px;
    color: #161412;
    font-weight: normal;
    background: url(../images/bg_h1.png) left top no-repeat;
    padding-top: 40px;
    padding-left: 40px;
    padding-bottom: 18px;
    margin-top: -36px;
    font-family: 'Oswald';
    margin-left: 20px;
}
h3, .text-box legend {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: normal;
    line-height: 40px;
    color: #161412;
    font-weight: normal;
    padding-bottom: 0px;
    font-family: 'Oswald';
}

.text-box {
  background: url(../images/bg_down_menu.png) left top repeat;
  padding: 20px;
  margin-bottom: 60px;
  border-top: 3px #6b2b11 solid;
  margin-left: 20px;
  overflow: hidden;
  padding-top: 30px;
  color: #000;
}
.text-box p {
  font-size: 13px;
  color: #000;
  font-family: Arial;
}
.text-box ul li ul {
  padding-top: 5px
}
.text-box ul li {
  padding-bottom: 5px;
}
.text-box a {
  color: #000
}

.common-home h2.box-heading {
  margin-top: -75px;
}

.box-product {
  background: url(../images/bg_latest.png) left 185px repeat-y;
  background-size: 100% 291px;
  overflow: auto;
}

div.box-product div.item {
    float: left;
    background: url("../images/bg_product.png") no-repeat scroll 15px top transparent;
    margin-bottom: 72px;
    min-height: 220px;
    position: relative;
    min-width: 153px;
}
.box-product .image {
    display: block;
    margin-top: 4px;
}

.open_content {
    position: absolute;
    left: 30px;
    top: 30px;
    background: url(../images/bg_down_menu.png) left top repeat;
    padding: 12px;
    display: none;
    border-top: 3px #6b2b11 solid;
    width: 140px;
    min-height: 140px;
}
.banner {
	display: block;
	margin-bottom: -7px;
	margin-left: 20px;
}
.footer-phone {
	position: relative;
	z-index: 101;
  clear: both;
}

.product-filter {
    margin-bottom: 5px;
    background: #1a0e08;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    padding: 10px;
    color: #bbab97!important;
}
.product-filter a {
  
}

.latest .box-product{
	padding-bottom: 10px;
}

div.phone_bottom {
    position: relative;
    text-shadow: 1px 1px #ccaf8a;
    float: right;
    font-family: 'Oswald', sans-serif;
    font-size: 32px;
    line-height: 35px;
    color: #4c3623;
    padding-right: 160px;
    padding-top: 0px;
    margin-top: -1px;
}
div.phone_bottom p {
    color: #342112;
    font-size: 55px;
    margin-top: 25px;
}

.name a {
    color: #240D06;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    padding-bottom: 10px;
    display: block;    
}

.box-product .price {
    color: #e20000;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 5px;
    width: 100%;
}
.price i {
    font-style: normal;
    color: #4d4a49;
    font-size: 12px;
    font-family: Arial;
}
.price-new {
    font-weight: bold;
}
.price-old {
    text-decoration: line-through;
    font-family: Arial;
    color: #000;
    font-size: 12px;
    padding-bottom: 5px;
    display: block;
    
}
.btn-primary,
.btn-primary:focus,
.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group,
 .button, a.button {
    display: inline-block;
    padding-left: 6px;
    text-decoration: none;
    cursor: pointer;
    margin-top: 5px;
    background: #421f11 url(../images/bg_pin.jpg) left top repeat-x;
    padding: 0;
    color: #e3d3c1;
    font-weight: bold;
    font-size: 12px;
    line-height: 29px;
    border-left: 1px #2a1006 solid;
    border-right: 1px #2a1006 solid;
    border-top: 0;
    border-bottom: 0;
    font-size: 12px;
    text-transform: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    padding-left: 8px;
    padding-right: 8px;
    box-shadow: none!important;
    outline: none!important
}
.button:hover {
	color: #fff;
}

#carousel  {
  overflow: hidden;
}
#carousel  .owl-item {
  float: left;
}
#carousel  .owl-item .image {
  margin-left: 15px;
  margin-right: 10px;
}

#carousel  .owl-item .image img {
  max-width: 94%;
}

.common-home div.box-product div.item {
  min-width: 160px;
}
.owl-buttons > div {
  width: 38px;
  height: 46px;
  position: absolute;
  top: 150px;
  cursor: pointer;  
}
.owl-prev {
  background: url(../images/left.png) left top no-repeat;
  left: -20px; 
}
.owl-next {
  background: url(../images/right.png) left top no-repeat;
  right: -10px;
}
  
.form-control {
  border-color:#4a1d0d;
  color: #170c07;
}

.form-control:focus {
  border-color:#000;
  box-shadow: none;
}

.table>tbody+tbody {
  border-top: 0;
}

.table, 
.table>tbody>tr>td{
  border:none;
}
a.thumbnail {
  background: url("../images/bg_product.png") no-repeat scroll 0px top transparent;
  border:none;
  float: left;
  padding-right: 10px;
  padding-left: 0;
}

ul.thumbnails {
  margin: 0 ;
  padding: 0;
  list-style: none;
  clear: both;
  overflow: hidden;
}

#column-left {
  background: #ead3a6 url('../images/bg-left-column.jpg') 0 0 repeat;
  -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8); 
  -moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
  box-shadow: 0px 0px 10px rgba(0,0,0,.8);
  position: relative;
  z-index: 100;
  padding: 20px;
  display: block!important;
  margin-bottom: 25px;
}
#column-left::after {
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  content: '';
  background: url('../images/bg-left-column-top.jpg') 0 0 no-repeat;
  background-size: 100% auto;
}
.list-group {
  position: relative;
  z-index: 101;
}

h5 {
  color: #161412;
  margin: 0;
  padding: 0;
  font-size: 30px;
  line-height: 40px;
  font-family: 'Oswald', sans-serif;
  padding-bottom: 10px;
  font-weight: 400;  
}

.list-group {
  margin-bottom: 20px;
}
.list-group a {
    font-size: 12px;
    font-family: Arial;
    line-height: 16px;  
    color: #000;
    display: block;
    text-decoration: none; 
    margin-bottom: 4px;
    margin-top: 6px;
}
.list-group a:hover {
  text-decoration: underline;
  
}
.list-group a.active {
  font-weight: 700
}

.list-group a.second {
  padding: 4px 5px 0px 14px;
  background: url(../images/green_arrow.gif) 5px 10px no-repeat;  
  color: #883700;
  margin-top: 0;
  margin-bottom: 0;
}

.list-group a.active + a.second  {
  margin-top: 0;
  padding-top: 0;
}

#banner0 {
  z-index: 102;
  position: relative;  
}

.category-bg ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 25px;
}
.category-bg ul a {
  color: #3a1709;
  font-weight: 700;
}

.category-bg {
  padding: 5px;
  border-top: 0;
  margin-left: 20px;
  background: none;
  background-size:100% 291px;
  color: #3a1709;

}

.category-bg div.box-product {
  overflow: hidden;
  margin-left: -15px;
}
.category-bg div.box-product div.item {
  min-width: 165px;
}
.category-bg div.box-product .image {
  margin-left: 15px;
}

.product-filter {
    margin-bottom: 5px;
    background: #1a0e08;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    padding: 10px;
    color: #bbab97!important;
}
.product-filter label {
  line-height: 36px;
  margin-bottom: 0;
  padding-bottom: 0;white-space: nowrap;
}


.category-bg p a {
  color: #3a1709;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 28px;
}

.pagination {
  color: #3a1709;
  font-weight: 700;
}


.product-list .name a {
    color: #240d06;
    font-size: 16px;
    font-family: Arial;
    line-height: 24px;
    text-decoration: none;
    font-weight: bold;
}


/* FOOTER */
/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
#footer {
	padding-top: 60px;
	padding-bottom: 30px;
	position: relative;	
	background: #35281f;
}

#footer ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#footer ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	color: #c3ab8d;
	background: url(../images/arrow.png) left 5px no-repeat;
	padding-left: 16px;
	padding-bottom: 8px;
}
#footer ul li a {
	text-decoration: none;
	color: #c3ab8d;	
}
#footer ul li a:hover {
	color: #f2e9de
}


h6 {
	padding: 0;
	margin: 0;
	color: #968477;
	font-size: 17px;
	margin-bottom: 18px;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
	letter-spacing: 1px;	
}
div.pay_pall_img {
  width: 162px;
  height: 42px;
  background: url(../images/img_footer.png) left top no-repeat;
}
#powered {
  margin-top: 5px;
  text-align: right;
  float: right;
  width: 160px;
  color: #c3ab8d;
  line-height: 20px;
}
div.social {
	overflow: hidden;
	padding-bottom: 10px;
}
div.social a {
    width: 25px;
    height: 25px;
    display: block;
    float: right;
    margin-left: 10px;
}
div.social a._1 {    background: url(../images/social_1.png) left top no-repeat;}
div.social a._2 {    background: url(../images/social_2.png) left top no-repeat;}
div.social a._3 {    background: url(../images/social_3.png) left top no-repeat;}


.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
  border:#8b775e 1px dashed!important;
}

.bootstrap-datetimepicker-widget tr td.active, .bootstrap-datetimepicker-widget tr td.active:hover {
    background-color: #6b2b11;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
}

.table-condensed a,
.table-condensed {
  color: #3d1b0f
}

ul.nav-tabs {
  border-bottom: 0;
}

.tab-content {
  padding-top: 10px;
}
.clearfix {
  display: block;
  clear: both;
}
#product div.alert,
.tab-content div.alert
 {
  position: relative;
  margin-bottom: 15px;
  background: #1a0e08;
  color: #bbab97;
}
.nav-tabs>li>a {
  border:none;
  background-size: auto 100%;
  padding: 6px 18px; 
  -webkit-border-radius:  5px;
  -moz-border-radius:  5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a {
  border: 0!important;
  color: #fff!important;
}
.help-block {
  color: #3d1b0f!important
}

.panel-default,
.panel-body {
  padding: 0;
  background: none;
  border:none;
  color: #000;
}
.panel-default>.panel-heading {
  background-color: #aa7144 ;
  margin-bottom: 10px;
  color: #ecd5a8;
}
.panel-default>.panel-heading a {
  text-decoration: none;
  color: #fff;  
}
.text-box legend {
  border: none;
}

.category-bg div.box-product .product-list .item {
  width: 100%;
}
.category-bg div.box-product .product-list  .image {
  float: left;
}

.product-list .open_content {
  display: block!important;
  position: relative;
  float: left;
  top: 0;
  left: 24px;
  width: auto;
  opacity: 1!important;
  max-width: 620px;
}

.description-product,
.button-group-list {
  display: none;  
}

.category-bg div.box-product .product-list .description-product,
.category-bg div.box-product .product-list .button-group-list {
  display: block;
  color: #3d1b0f;
  font-size: 12px;
  font-family: Arial;

}
.button-group-list {

}

/* ______________________________________________________________________________________________________________________________________________________________________ */

img {
	max-width: 100%;
}
img.center {
	margin:0 auto;
	display: block;
	  
}

.map {
	position: relative;
	width: 100%;
}
.map iframe {
	width: 100%;
	height: 275px;
}
div.alert {
  margin-bottom: 0;
  position: absolute;
  z-index: 1001;
  width: 100%;
  font-size: 14px;
}
div.alert a {
  color: #000;
}


/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||   1 8 0 0  |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */

@media (min-width:1800px){
	

}


/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||   1 2 0 0  |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */

@media (min-width:1200px){
	.container {
		width: 1170px;
	}	

	#header .container{
		min-height: 172px;
	}
	#header .container::after {
		background-size: 100% 109px;
	}
	#content .container::after {
		background-size: 100%  222px;
	}

  #banner0 img {
    width: 100%;
  }
  .table-responsive {
    overflow: visible;
  }
}

/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||  1 1 9 9   |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */

@media (max-width:1199px){

  #header .container {
      min-height: 172px;
  }
  div#search {
    width: 180px;
  }
  div.box-product div.item {
    background-size: 87% auto;
  }
  .box-product {
    background-position: 50% 165px;
    overflow: hidden;
  }
  #content .container::after,
  #header .container::after {
    background-size: 100%;
  }
  .banner {
      margin-bottom: 4px;
      margin-left: 8px;
  }
  div.phone_bottom {
    font-size: 25px;
  }
  h6 {
    letter-spacing: 0;
    font-size: 16px;
  }
  .owl-next {
    right: 5px;
  }
  .owl-prev {
    left: -10px;
  }
  .box-product.carousel-on-home {
    background-position: 50% 185px;
  }
  .category-bg div.box-product {
   background-position: 50% 188px;
  }
  .product-list .open_content {
    max-width: 440px;
  }
  div.box-product .product-list div.item {
    background: none;
    
  }
}
/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||   9 7 9  |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */

@media (max-width:979px){
	.container {
		width: 760px;
	}	
  #menu ul.sf-menu > li > a {
    padding-left: 6px;
    padding-right: 6px;
    font-size: 16px;
  }
  #menu ul.sf-menu > li.dropdown {
    background: none;    
  }
  #header .container {
    background:none;
  }
  #header .logo {
    width: 32%;
    padding-top: 115px;
  }
  div.phone_bottom {
    padding-right: 120px;
    font-size: 20px;
  }
  div.phone_bottom p {
    font-size: 40px;
    margin-top: 0;
  }
  h6 {
    font-size: 14px;
  }
  #footer {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  #footer ul li {
    padding-left: 0;
    background: none;
    font-size: 12px;
    padding-bottom: 4px;
  }
  #powered {
    margin-top: 0;
  }
  div.social {
    padding-bottom: 0;
  }
  .banner {
      margin-bottom: 37px;
      margin-left: 31px;
  }
  div.box-product div.item {
    min-width: 152px;
  }
  .box-product {
    background-position: 50% 165px;
  }
  .open_content {
    left: 10px;
    top: 12px;
  }
  .footer-phone {
    margin-bottom: -40px;
  }

  #content .container::after,
  #header .container::after {
    width: 98%;
  }
  h1 {
    background-size: 100% 103px;
  }
  .category-bg  {
    margin-left: 0;
  }
  .product-list .open_content {
    max-width: 320px;
  }





}

 /* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||  7 6 7   |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */

@media (max-width:767px){
	.container{
			padding-left:20px;
			padding-right:20px;
			width:auto;
	}
  #content .container::after,
  #header .container::after {
    display: none;    
  }
  #language,
  div#currency,
  #welcome,
  div#search
  {
    position: relative;    
    width: 50%;
    left: 0;
    top: 0;
    right: 0;
    float: left;    
    text-align: left;
    min-height: 30px; 
    margin-top: 2px;
  }
  #header .links {
    width: 100%;
    float: none;
    position: relative;
    text-align: center;
    top: 0;
    left: 0;
    right: 0;
    clear: both;
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .links a {
    display: inline;
    float: none;
  }
  #header {
    background: #35281f  url("../images/bg-header-mobile.jpg") 50% bottom repeat;
  }

  #cart {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    float: none;
    min-height: 80px;
  }
  #header .logo {
    top: 0;
    left: 0;
    padding-top: 20px;
  }
  #header .logo img {
    margin-left: auto;
    margin-right: auto;
  }
  #menu {
    position: relative;
    width: 100%;
    float: none;
    top: 0;
  }
  #menu ul.sf-menu > li  {
    text-align: center;
  }
  #menu ul.sf-menu > li > ul {
    position: relative;
    
  }


  #footer div.col-sm-9 div.col-sm-3 {
    float: left;
    width: 50%;
    min-height: 140px;
  }
  #powered {
    float: none;
    text-align: left ;
    width: 100%;
  }
  div.social a {
    float: left;
  }
  #powered p br {
    display: none;  
  }
  .footer-phone {
    margin-bottom: 0;
    padding-bottom: 20px;
  }
  .banner {
    margin-left: 0;
    margin-bottom: 10px;
  }
  .banner img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  div.phone_bottom {
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-left: 0;
    padding-right: 0;
    margin: 0;
    width: 100%;
    text-align: center;
  }
  .box-product .image img {
    max-width: 97%;
  }
  .box-product {
    background-position: 50% 185px;
  }
  #welcome {
    padding-right: 10px;
  }
  .navbar-nav {
    margin: 0;
    padding: 0;
    margin-top: 40px;
  }
  h1.box-heading {
    margin-top: -75px;
  }

  #content .container {
    padding-top: 30px;
  }
  .text-box, h1 {
    margin-left: 0;
  }
  .text-box {
    padding: 15px 
  }
  #column-left + div.col-sm-9 {
    padding-left: 0;
    padding-right: 0;
  }
  div#currency,
  div#search,
  #header .logo {
    z-index: 50;
  }

  .category-bg div.box-product {
    margin-left: 0;
  }



	.sf-menu{float:none}
	#nav .nav-collapse.collapse{height:0;}
	a.menu{display:block}
	.btn-navbar{display:block;}
	.nav-collapse,
	.nav-collapse.collapse{overflow:hidden;clear:both;}

  .nav-collapse {
    float: none;
    z-index: 120;
    clear: both;
    -webkit-transition: height .01s linear;
    -moz-transition: height .01s linear;
    -o-transition: height .01s linear;
    position: absolute;
    top: 34px;
  }


	.btn-navbar{
		text-decoration:none;
		font-weight:400;
		text-align:center;
		cursor:pointer;
		border:1px #ba9076 solid;
		text-transform: uppercase;
		text-align: center;
		padding-right: 25px;
		padding-left: 25px;
		line-height: 25px;
		color: #fbe9d8;
		background:#776136;	
		text-decoration: none;  
		width: 200px; 	
		margin: 0 auto;
		font-size: 16px;
		line-height: 28px;
		position: absolute;
		top: 0;
		left: 50%;
		margin-left: -105px;
	}

	.btn-navbar:hover{
		color: #fff;
	}

	.sf-menu ul.dd_menu {
		margin-left: 0;
	}	
	.sf-menu > li > a {
		display: block;
		text-align: center;
		font-size: 18px;
		line-height: 32px;
		color: #e9ca8d;
	}
	.sf-menu > li {
		float: none;
		width: 100%;
		padding-left: 0;
		background: none;		
		padding-top: 5px;
		padding-bottom: 0;
	}

	.sf-menu {
		overflow: hidden;
	}
	.sf-menu ul {
		position: relative;
		width: 100%;
		padding-bottom: 10px;
	}
	.dd_menu li a {
		width: 100%;
		text-align: center;
		margin-left: 0;
	}


  .box-heading {
    font-size: 30px;
  }
  .links a {
    line-height: 28px;
  }
  .navbar-header .navbar-collapse.in {
    height: auto;
  }
  .navbar-collapse {
    border:none!important;
   -webkit-box-shadow: none; 
   -moz-box-shadow: none;
    box-shadow: none;        
  }
  h1 {
    font-size: 24px;
  }

  .product-list .open_content {
    max-width: 68%;
  }


}

/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||  6 2 5  |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */

@media (max-width:625px){

  .product-list .open_content {
    max-width: 60%;
  }
  .box-heading {
    font-size: 28px;
  }

}

/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||  4 8 0  |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
@media (max-width:481px){
  .product-list .open_content {
    max-width: 100%;
    margin-left: 0;
    left: 0;
  }
  .category-bg div.box-product  .product-list .image {
    margin-left: 0px;
  } 

  h1 {
    font-size: 18px;
  }

	#header .logo {
    position: relative;
    width: 100%;
    float: none;
    max-width: 100%;    
  }
  #language, div#currency, #welcome, div#search {
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    float: none;
    text-align: left;
    min-height: 32px;
    margin-top: 4px;
  }
  .links a + a {
    border-left: 0;
    margin-left: 0;
  }
  .box-heading {
    font-size: 24px;
  }

}

/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||  3 2 0  |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
@media (max-width:320px){
	body, html, #main{min-width:320px; padding-left:0; padding-right:0;margin-left:0;margin-right:0;}
	body.sub-page img#captcha {		margin-left: 0	}

  .box-heading {
    background-size: 100%;
    padding-top: 32px;
    font-size: 20px;
  }

}

a[href*="callto"]{text-decoration:none;}
p.text a[href*="callto"]{text-decoration:none;}
::selection{background:#e09517!important;color:#fff}
::-moz-selection{background:#e09517!important;color:#fff}

