/* This file will hold styles for the mobile version of your website (mobile first). */
/* This also can include ANY global CSS that applies site-wide. Unless overwritten by a more specific style rule, CSS declarations in global.css will apply site-wide. */

a {
  color: #9d261d;
  color: #DF0000;
  text-decoration: none;
}
a:link, a:visited {
  text-decoration: none;
}

body {
  margin-top: 20px;
  font: 12px "Trebuchet MS",Arial,Helvetica,sans-serif #333;
}

h1, h2, h3, h4, h5, h6 {
   font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
}

fieldset {
  border: 1px solid #eee;
  padding: 10px;
}

.element-invisible {
  margin-bottom: 0;
}

.tabs {
  margin-bottom: 20px;
}

.zone-wrapper {
  margin-bottom: 20px;
}

.container-12 {
  width: 988px !important;
}
.container-12 .grid-12 {
  width: 988px !important;
  margin-left: 0;
  margin-right: 0;
}

#zone-branding {
  height: 106px;
}

.branding-data {
  width: 249px;
  float: left;
}

.logo-img a {
  display: block;
  width: 249px;
  height: 106px;
  background: url(../img/logo_polopaz_red.png) no-repeat;
}
.logo-img a img {
  opacity: 1;
  -webkit-transition: opacity linear .3s;
  -moz-transition: opacity linear .3s;
  -o-transition: opacity linear .3s;
  transition: opacity linear .3s;
}
.logo-img a:hover img {
  opacity: .1;
}

/* LANGUAGE SWITCHER ============================================================================== */

#region-user-second {
  float: right;
  margin-right: 0;
}
#zone-user {
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
}
ul.language-switcher-locale-url {
  float: right;
  margin-bottom: 0;
}
ul.language-switcher-locale-url li {
  float: left;
  list-style: none;
}
ul.language-switcher-locale-url li a {
  display: block;
  padding: 8px 10px;
  color: #999;
}
ul.language-switcher-locale-url li a.active {
  color: #DF0000;
}
ul.language-switcher-locale-url li a {
  text-indent: -9999px;
  width: 30px;
  padding: 8px 0;
  opacity: .5;
  -webkit-transition: opacity linear .3s;
  -moz-transition: opacity linear .3s;
  -o-transition: opacity linear .3s;
  transition: opacity linear .3s;
}
ul.language-switcher-locale-url li a.active,
ul.language-switcher-locale-url li a:hover {
  opacity: 1;
}
ul.language-switcher-locale-url li.nl a {
  background: url(../img/35_nederlands.png) no-repeat -2px 7px;
}
ul.language-switcher-locale-url li.de a {
  background: url(../img/35_duits.png) no-repeat -2px 7px;
}
ul.language-switcher-locale-url li.en a {
  background: url(../img/35_engels.png) no-repeat -2px 7px;
}
ul.language-switcher-locale-url li.fa a {
  background: url(../img/35_farsi.png) no-repeat -2px 7px;
}


/* CART HEADER ============================================================================== */

.block-uc-cart {
  width: 199px;
  height: 85px;
  float: right;
  background: #ffffff url("../img/shopcart-small.png") no-repeat scroll 0 0;
  padding-left: 69px;
  margin-top: 21px;
  z-index: 99;
}
.cart-block-icon-full, .cart-block-icon-empty {
  width: 0;
  margin: 0;
}
table.cart-block-summary {
  border: 1px solid #E4E4E4;
  background: #FFF;
}
table.cart-block-items {
  border: 1px solid #E4E4E4;
}

/* MAIN MENU ============================================================================== */

#zone-menu {

}

#main-menu {
  margin: 0;
}
#main-menu li {
  float: left;
  margin: 0;
  padding: 0;
}
#main-menu a {
  display: block;
  border-left: 1px solid #DEDEDE;
  color: #999;
  padding: 8px;
  width: 124px;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -o-transition: all linear .3s;
  transition: all linear .3s;
}
#main-menu a.active, #main-menu a:hover {
  color: #DF0000;
}
#main-menu a:hover {
  background: #eee;
}
#main-menu li.last a {
  border-right: 1px solid #DEDEDE;
}

/* CONTENT ============================================================================== */

#zone-content-wrapper {

}

#zone-content {
  /*border-bottom: 1px solid #DEDEDE;*/
  min-height: 350px;
  /*padding-bottom: 20px;*/
}

#breadcrumb {
  display: none;
}

/* PRODUCT ============================================================================== */

#product-content-left {
  float: left;
  width: 500px;
  margin-right: 50px;
}
#product-content-right {
  float: left;
  width: 438px;
}
#product-slider-container {
  width: 500px;
  border: 1px solid #E4E4E4;
  padding: 6px;
  background: #F4F4F4;
  position: relative;
}
#product-slider-content {
  width: 500px;
  height: 500px;
  overflow: hidden;
}
#product-slider-container .flex-viewport {
  margin-left: -16px;
}
#product-content-right .uc-price {
  font-size: 24px;
}

.view-uc-catalog table,
.view-uc-catalog-terms table {
  border: 0 none;
}
.view-uc-catalog tr:hover td,
.uc-catalog-terms table tr:hover td {
  background: #fff !important;
}
.view-uc-catalog td,
.uc-catalog-terms td {
  text-align: center;
}

/* FOOTER ============================================================================== */

#zone-footer-wrapper {
  margin-bottom: 0;
}

#zone-footer {
  background: #FF1A00;
  border-top: 2px solid #FFE9E8;
  min-height: 70px;
  padding: 20px 0;
  width: 988px !important;
  position: relative;
}

#zone-footer a {
  color: #f4f4f4;
  -webkit-transition: color linear .3s;
  -moz-transition: color linear .3s;
  -o-transition: color linear .3s;
  transition: color linear .3s;
}
#zone-footer a.active, #zone-footer a:hover {
  color: #D4D4D4;
}

#region-footer-first {
  margin-bottom: 20px;
}
#region-footer-first .block {
  float: left;
  margin: 0 18px;
  width: 210px;
  color: #fff !important;
}
#region-footer-first li {
  list-style: none;
  margin-left: 0;
}

.block-menu-footer-menu {
  padding-bottom: 20px;
}
.block-menu-footer-menu .menu li {
  margin-left: 0;
  margin-right: 20px;
  list-style: none;
}

#block-zpolz-footer-copyright {
  margin-bottom: 0;
}

#block-zpolz-footer-copyright p {
  color: #fff;
  font-size: 11px;
  text-align: center;
  margin-bottom: 0;
}

.block-menu-follow-us-menu li.first a {
  background: url('../img/logo-facebook.png') no-repeat 0 0;
  padding: 10px 0 10px 38px;
  height: 35px;
  line-height: 35px;
}

#copy-wrapper {
  width: 988px;
  margin: 0 auto;
}
#copy-wrapper p {
  color: #999;
  font-size: 11px;
  margin-bottom: 20px;
}

table#ogone-payment-icons {
  width: 260px;
  border: 0 none;
}

#edit-panes-payment-payment-method .form-type-radio {
  margin-bottom: 16px;
}
