/*STORE THEME*/
.contentCopy.wide.store-header {
    border: 2px solid #C18902;
    border-bottom: none;
    background-color: white;
    height: 160px;
}
.store-header .store-logo {
    border-right: 2px solid #C18902;
    width: 218px;
    box-sizing: border-box;
    float: left;
    height: 100%;
	text-align: center;
}
.store-header .store-logo img {
	height: 100%;
}
.store-header .store-name {
  float: left;
  width: 738px;
  text-align: center;
  height: 100%;
}

.store-name span {
  vertical-align: middle;
  line-height: 160px;
  color: rgb(178, 122, 0);
  font-family: 'frutiger';
  font-size: 50px;
  font-weight: bold;
}

.store-container {
    margin: 0;
    padding: 0;
    border-collapse: collapse;
}

.store-container > tbody > tr > td {
	vertical-align: top;
	padding: 0;
	height: 1;
}

nav.store {
	width: 216px;
    border: 2px solid #C18902;
    margin-bottom: 16px;
    position: relative;
	display:inline-block;
	height: 100%;
	height: calc(100% - 62px);
}
nav.store {
  min-height: 500px;
  background: url('/resources/img/themes/theme_1_nav_bottom.png') no-repeat right bottom;
  background-size: 100%;
  background-color: white;
}
nav.store .categories {
    padding: 18px 17px;
}
nav.store .search {
    height: 50px;
    background-color: #C18902;
    padding: 2px 2px 4px 2px;
    box-sizing: border-box;
}
nav.store .search input {
	height: 100%;
	float: right;
}
nav.store .search button {
	-webkit-appearance: none;
    background: transparent url(/resources/img/icon-search.png) no-repeat center center;
    border: none;
    border-radius: 3px;
    height: 44px;
    padding: 0;
    width: 44px;
    cursor: pointer;
}
nav.store .store_search_txtbox {
  width: 165px;
}
nav.store .store-banner {
  bottom: 120px;
  color: rgb(178, 122, 0);
  width: 156px;
  margin: 0 auto;
  margin-bottom: 130px;
  text-align: center;
  font-weight: bold;
}
nav.store .store-banner .title {
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
  border-bottom: 1px solid;
  height: 26px;
  font-size: 18px;
}
nav.store .store-banner a {
	display: none;
}
nav.store ul {
    list-style-type: none;
    margin: 0;
    padding: 0 0 18px 0;
    display: block;
    min-height: 370px;
    min-height:calc(100% - 400px);
}
nav.store ul li {
    margin: 0;
    padding: 0;
    display: block;
    /* margin-left: 10px; */
}
nav.store ul li a {
    text-decoration: none;
    /* border-bottom: 1px dotted #3e2414; */
    color: #3e2414;
}
nav.store ul li a:hover {
    border-bottom: 1px dotted #b27a00;
    color: #b27a00;
}
.store-results {
	width: 740px;
    height: 100%;
}
.store-results table {
	width: 100%;
}

.table-store {
	width: 100%;
	border-collapse: collapse;
	border-right: 2px solid #C18902;
	border-bottom: 2px solid #C18902;
}

.table-store th {
	text-align: center;
	color: white;
	height: 40px;
	padding: 10px;
}

.table-store th:nth-child(even) {background: #C18902;}

.table-store th:nth-child(odd) {background: #B37800;}

.table-store tr {
	color: #C18902;
	background: linear-gradient(to right, currentColor 0%, currentColor 50%, transparent 50%, transparent 100%) repeat-x left bottom;
	background-size: 10px 2px;
}

.table-store tr.store_gallery_txt {
	height: 126px;
}

.table-store tr.blank, .table-store tr.last {
	background: none;
}

.table-store tr:last-child {
    background: none;
}

.table-store td:nth-child(even) {
	border-left: 2px solid #C18902;
	border-right: 2px solid #C18902;
}

.table-store td:nth-child(2) {
  text-align: left;
}

.table-store td {
    padding: 8px;
    text-align: center;
    color: #000;
    background-color: white;
}
  
.table-store td img {
  border: 5px solid #b27a00;
  width: 100px;
  height: 100px;
}
/**
 * STORE THEME BLANK
 */

/*.theme-blank .contentCopy.wide.store-header {
  border: 1px solid #80756f;
  margin-bottom: 5px;
  background-color: white;
  height: 70px;
  padding: 5px;
}*/
/*.theme-blank .store-header .store-logo {
  border-right: 3px solid rgb(29, 29, 27);
  width: 218px;
  box-sizing: border-box;
  float: left;
}*/
/*.theme-blank .store-header .store-name {
  float: left;
  width: 730px;
  text-align: center;
  height: 100%;
}*/

.theme-blank .store-name span {
  color: rgb(29, 29, 27);
}
.theme-blank nav.store{
  min-height: 500px;
  background: none;
  background-size: 100%;
  background-color: white;
}
.theme-blank nav.store .store_search_txtbox {
  width: 165px;
}
.theme-blank nav.store .store-banner {
    bottom: 120px;
    color: rgb(29, 29, 27);
    width: 180px;
    margin-bottom: 0px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}
.theme-blank nav.store .store-banner .title {
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
  border-bottom: 1px solid;
  height: 26px;
  font-size: 18px;
}
.theme-blank nav.store .store-banner a {
	display: none;
}

/**
 * STORE THEME SQUARES
 */

.theme-squares .contentCopy.wide.store-header {
  border: 1px solid #80756f;
  /*margin-bottom: 5px;
  background-color: white;
  height: 70px;
  padding: 5px;*/
  background: url(/resources/img/themes/theme_3_background2.png);
}
.theme-squares .store-header .store-logo {
  border-right: 3px solid rgb(178, 178, 178);
  width: 218px;
  box-sizing: border-box;
  float: left;
}
.theme-squares .store-header .store-name {
  float: left;
  width: 730px;
  text-align: center;
  height: 100%;
}

.theme-squares .store-name span {
  color: rgb(178, 178, 178);
}

.theme-squares nav.store{
  min-height: 500px;
  background-size: 100%;
  background-color: white;
  background: url(/resources/img/themes/theme_3_gradient.png) left bottom, url(/resources/img/themes/theme_3_background2.png);
  background-position: 0px -250px, top;
}
.theme-squares nav.store table{
  border: 2px solid rgb(178, 178, 178);
  padding: 5px;
  box-sizing: border-box;
  background-color: white;
  border-radius: 10px;
  margin-left: -10px;
}
.theme-squares nav.store .store_search_txtbox {
  width: 165px;
}
.theme-squares nav.store .store-banner {
  bottom: 120px;
  color: #fff;
  width: 156px;
  margin-bottom: 0px;
  text-align: center;
  font-weight: bold;
}
.theme-squares nav.store .store-banner .title {
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
  border-bottom: 1px solid;
  height: 26px;
  font-size: 18px;
}
.theme-squares nav.store .store-banner a {
	display: none;
}

/**
 * STORE THEME TRIANGLES
 */

.theme-triangles .contentCopy.wide.store-header {
  border: 1px solid #80756f;
  margin-bottom: 5px;
  background-color: white;
  height: 70px;
  padding: 5px;
  background: url('/resources/img/themes/theme_2_background.png') no-repeat left bottom;
  background-size: 220px;
  background-position-y: 0px;
}
.theme-triangles .store-header .store-logo {
  /*border-right: 3px solid rgb(164, 25, 92);*/
  border-right: 0px;
  width: 218px;
  box-sizing: border-box;
  float: left;
}
.theme-triangles .store-header .store-name {
  float: left;
  width: 730px;
  text-align: center;
  height: 100%;
}

.theme-triangles .store-name span {
  vertical-align: middle;
  line-height: 70px;
  color: rgb(164, 25, 92);
  font-family: 'frutiger';
  font-size: 50px;
  font-weight: bold;
}
.theme-triangles nav.store{
  min-height: 500px;
  background-color: white;
  background: url('/resources/img/themes/theme_2_background.png') no-repeat right bottom;
  background-size: 100%;
}
.theme-triangles nav.store .store_search_txtbox {
  width: 165px;
}
.theme-triangles nav.store .store-banner {
  color: rgb(164, 25, 92);
  width: 156px;
  margin-bottom: 250px;
  text-align: center;
  font-weight: bold;
}
.theme-triangles nav.store .store-banner .title {
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
  border-bottom: 1px solid;
  height: 26px;
  font-size: 18px;
}
.theme-triangles nav.store .store-banner a {
	display: none;
}

/**
 * STORE THEME RIDER
 */

.theme-rider .contentCopy.wide.store-header {
  border: 1px solid #80756f;
  margin-bottom: 5px;
  background-color: white;
  height: 70px;
  padding: 5px;
}
.theme-rider .store-header .store-logo {
  border-right: 3px solid rgb(29, 29, 27);
  width: 218px;
  box-sizing: border-box;
  float: left;
}
.theme-rider .store-header .store-name {
  float: left;
  width: 730px;
  text-align: center;
  height: 100%;
}

.theme-rider .store-name span {
  vertical-align: middle;
  line-height: 70px;
  color: rgb(29, 29, 27);
  font-family: 'frutiger';
  font-size: 50px;
  font-weight: bold;
}
.theme-rider nav.store{
  min-height: 500px;
  background-color: white;
  background: url('/resources/img/themes/theme_5_lat.png') no-repeat right bottom;
  background-size: 100%;
}
.theme-rider nav.store .store_search_txtbox {
  width: 165px;
}
.theme-rider nav.store .store-banner {
  color: white;
  width: 156px;
  margin-bottom: 0px;
  text-align: center;
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 12px;
  border-radius: 10px;
  margin-left: -10px;
  margin-top: 350px;
}
.theme-rider nav.store .store-banner .title {
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
  border-bottom: 1px solid;
  height: 26px;
  font-size: 18px;
}
.theme-rider nav.store .store-banner a {
	display: none;
}


/**
 * BEGIN - CASA BELLOTA
 */
.casa-bellota .contentCopy.wide.store-header {
	background-color: black;
}

.casa-bellota .store-header .store-logo {
    background: url(/resources/img/themes/custom/casa-bellota/direccion.png);
    background-size: 140px 140px;
    background-position: center;
    background-repeat: no-repeat;
    /* border-bottom: 1px dashed rgb(121, 110, 110); */
    /* border-top: 1px dashed rgb(121, 110, 110); */
    /* border-left: 1px dashed rgb(121, 110, 110); */
    /* border-right: none; */
    /* border-radius: 2px; */
    /* box-sizing: border-box; */
    /* width: 212px; */
    /* height: 70px; */
}

.casa-bellota .store-header .store-logo img {
  display: none;
}

.casa-bellota .store-header .store-name {
  background: url(/resources/img/themes/custom/casa-bellota/titulo.png);
  background-size: 350px 40px;
  background-position: center center;
  background-repeat: no-repeat;
}

.casa-bellota .store-header .store-name span {
  display: none;
}

.casa-bellota nav.store {
  background: url(/resources/img/themes/custom/casa-bellota/contacto2.png) no-repeat right bottom;
  background-size: 100%;
  background-color: black;
}

.casa-bellota nav .store_search_head {
  color: white;
}

.casa-bellota nav ul {
  min-height: 300px;
}

.casa-bellota nav h2 {
  color: white;
}

.casa-bellota nav ul li a {
  color: white;
}

.casa-bellota nav.store .store-banner {
    position: initial;
    height: 200px;
    background: url(/resources/img/themes/custom/casa-bellota/logo.png) no-repeat center center;
    background-size: 150%;
    margin-bottom: 0;
    background-position-y: 107px;
}

/**
 * END - CASA BELLOTA
 */
 
 /**
  * BEGIN - NUTEC
  */
.nutec .contentCopy.wide.store-header {
	background-color: white;
	padding: 0px;
}

.nutec .store-header .store-logo {
    background: url(/resources/img/themes/custom/nutec/logo.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.nutec .store-header .store-logo img {
  display: none;
}

.nutec .store-header .store-name {
  background: url(/resources/img/themes/custom/nutec/title-slogan.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-size: 100%;
  width: calc(100% - 218px);
}

.nutec .store-header .store-name span {
  display: none;
}

.nutec nav.store {
  background: url(/resources/img/themes/custom/nutec/contact.png) no-repeat right bottom;
  background-size: 100%;
  background-color: white;
}

.nutec nav .store_search_head {
  /*color: black;*/
}

.nutec nav ul {
  min-height: 300px;
  margin-bottom: 150px;
}

.nutec nav h2 {
  /*color: white;*/
}

.nutec nav ul li a {
  /*color: white;*/
}

.nutec nav.store .store-banner {
  display: none;
}
 /**
  * END - NUTEC
  */
  
  .rp-fierro-y-ganadería- .store-header .store-logo {
	background-color: #0C0C0C;
}
