body {
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.5px;
  background-color: #333;
  color: #fff;
}
.navbar-default {
  background-color: transparent;
  border-color: transparent;
}
.navbar-default .container {
  position: relative;
}
.navbar-default .block-commerce-cart {
  position: absolute;
  z-index: 1000;
  right: 30px;
  background: #666;
  width: 225px;
  text-align: center;
}
.navbar-default .block-commerce-cart .cart-block--summary__icon img {
  display: inline;
  margin-right: 5px;
}
.navbar-default .block-commerce-cart a.cart-block--link__expand,
.navbar-default .block-commerce-cart a.cart-block--link__expand:hover,
.navbar-default .block-commerce-cart a.cart-block--link__expand:active {
  color: #fff;
  text-decoration: none;
}
.navbar-default .block-commerce-cart .cart-block--contents__inner {
  border: 1px solid #ccc;
}
.navbar-header {
  margin-top: 10px;
}
.navbar {
  margin-bottom: 0;
}
.navbar .logo img {
  max-width: 365px;
  margin: 0 0 10px 0;
}
#block-peridium-main-menu {
  padding-top: 80px;
}
.navbar-nav {
  float: right;
  text-transform: uppercase;
  font-size: 14px;
}
.navbar-default .navbar-nav > li {
  border-right: 1px solid #fff;
}
.navbar-default .navbar-nav > li:last-child {
  border-right: none;
}
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:visited {
  color: #fff;
  padding: 0 15px;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a.is-active,
.navbar-default .navbar-nav > li > a.is-active:hover,
.navbar-default .navbar-nav > li > a.is-active:focus {
  color: #fff;
  background-color: transparent!important;
}
.navbar-static-top {
  z-index: 500;
}
.banner-image {
  width: 100%;
  height: auto;
  border-top: 2px solid #fff;
} 
.main-container {  
  min-height: 400px;
  background-color: #fff;
  color: #333;
  padding: 30px 0;
}
.main-container .container {
  position: relative;
}
.main-container .block-commerce-cart {
  position: absolute;
  z-index: 1000;
  right: 15px;
  background: #999;
  width: 225px;
  text-align: center;
}
.main-container .block-commerce-cart .cart-block--summary__icon img {
  display: inline;
  margin-right: 5px;
}
.main-container .block-commerce-cart a.cart-block--link__expand,
.main-container .block-commerce-cart a.cart-block--link__expand:hover,
.main-container .block-commerce-cart a.cart-block--link__expand:active {
  color: #fff;
  text-decoration: none;
}
.page-header {
  border-bottom: 0;
}
h1, h2, h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}
h2, .h2 {
  font-size: 24px;
}
h3, .h3 {
  font-size: 20px;
}
h4, .h4 {
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 5px;
}
.field h3.first-in-text {
  margin-top: 20px;
}
.select-wrapper:after {
  color: #333;
}
.btn-buy-now {
  color: #666;
  background-color: #f5f5f5;
  border-color: #666;
}
.btn-buy-now:hover,
.btn-buy-now:active,
.btn-buy-now:focus,
.btn-buy-now:active:hover,
.btn-buy-now:active:focus {
  color: #666;
  background-color: #e5e5e5;
  border-color: #666;
}
.button--add-to-cart {
  color: #fff;
  background-color: #666;
  border-color: #666;
}
.button--add-to-cart:hover,
.button--add-to-cart:active,
.button--add-to-cart:focus,
.button--add-to-cart:active:hover,
.button--add-to-cart:active:focus {
  color: #fff;
  background-color: #535353;
  border-color: #535353;
}
/* Return to top */
#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 50px;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.7);
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 100;
}
#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 16px;
  top: 13px;
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#return-to-top:hover {
  background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
  color: #fff;
  top: 5px;
}
/* Footer */
.footer {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  background-color: transparent;
}
.footer a,
.footer a:hover,
.footer a:active,
.footer a:visited {
  color: #fff;
}
.footer .nav > li > a {
  padding: 0;
}
.footer .nav > li > a:hover,
.footer .nav > li > a:focus,
.footer .nav > li > a.is-active,
.footer .nav > li > a.is-active:hover,
.footer .nav > li > a.is-active:focus,
.footer .nav > li > ul > li > a:hover,
.footer .nav > li > ul > li > a:focus,
.footer .nav > li > ul > li > a.is-active,
.footer .nav > li > ul > li > a.is-active:hover,
.footer .nav > li > ul > li > a.is-active:focus {
  color: #fff;
  text-decoration: none;
  background-color: transparent;
}
.footer .container {
  padding-top: 20px;
  padding-bottom: 10px;
}
.region-footer-third {
  font-size: 30px;
}
.region-footer-bottom {
  font-size: 12px;
}
#block-footerlinks span.caret {
  display: none;
}
#block-footerlinks ul li ul {
  list-style-type: none;
  padding-left: 1.2em;
}

/* Products */
.product-images {
  text-align: center;
}
.product-images .field--name-field-product-image .field--item {
  display: inline;
}
.product-images .field--name-field-product-image .field--item a {
  position: relative;
}
.product-images .field--name-field-product-image .field--item .fa {
  display: none;
}
.product-images .field--name-field-product-image .field--item:first-child .fa {
  display: block;
  position: absolute;
  margin: 0 auto;
  width: 12px;
  left: 0;
  right: 0;
  bottom: 225px;
  z-index: 1000;
  color: #fff;
}
.product-images .field--name-field-product-image .field--item .out-of-stock-label {
  display: none;
}
.product-images .field--name-field-product-image .field--item:first-child .out-of-stock-label {
  display: block;
  position: absolute;
  top: -135px;
  width: 190px;
  left: 0;
  right: 0;
  bottom: 110px;
  z-index: 1000;
  border: 2px solid #666;
  color: #666;
  padding: 10px;
  background-color: rgba(256, 256, 256, 0.8);
  text-transform: uppercase;
}
.product-images .field--name-field-product-image .field--item a,
.product-images .field--name-field-product-image .field--item a:hover,
.product-images .field--name-field-product-image .field--item a:active {
  text-decoration: none;
  color: #333;
}
.product-images .field--name-field-product-image .field--item:first-child img {
  display: inline;
  vertical-align: baseline;
  border-radius: 4px;
}
.product-images .field--name-field-product-image .field--item img {
  display: none;
}
.product-images .field--name-field-product-image .field--item:nth-child(2) a::before { 
  font-family: FontAwesome;
  content: "\f196";
  font-size: 25px;
}
#cboxTitle {
  background: rgba(255, 255, 255, 1);
}
.field--name-field-product-description .field--label {
  margin-bottom: 12px;
}
.product-files {
  margin: 15px 0 30px 0;
}
.product-files a,
.product-files a:hover,
.product-files a:active {
  color: #cc0000;
  display: block;
}
.product-details .field--name-price,
.product-details .field--widget-commerce-product-variation-attributes,
.product-details .field--widget-commerce-quantity {
  float: left;
}
.product-details .field--name-price .field--item {
  margin-right: 30px;
  margin-top: 12px;
}
.product-details .input-group .select-wrapper {
  display: inline-block;
  width: auto!important;
}
.product-details .input-group-addon,
.product-details .input-group-btn {
  display: inline-block;
  width: auto;
  vertical-align: top;
  padding: 8px 12px;
  margin-right: 30px;
}
.product-details .field--widget-commerce-quantity label {
  display: block;
  margin-bottom: 5px;
}
.product-details .field--name-quantity .form-inline .form-control {
  width: 60px;
  margin-right: 30px;
}
.product-details .form-actions .btn {
  margin-top: 24px;
}
.form-required:after {
  background-repeat: no-repeat;
  height: 10px;
  margin-left: 2px;
}
/* Store */
.view-store .views-exposed-form ul {
  list-style-type: none;
  padding-left: 0;
}
.view-store .views-exposed-form legend {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background: #cc0000;
  margin-bottom: 7px;
  padding: 6px 10px 6px 10px;
  text-transform: uppercase;
}
.view-store .views-exposed-form .form-type-radio input,
.view-store .views-exposed-form .form-radios li:first-child {
  display: none;
}
.view-store .views-exposed-form .form-item {
  display: block;
  float: none;
}
.view-filters-toggle .btn,
.view-filters-toggle .btn:focus {
  margin: 0;
  padding: 6px 10px;
  color: #fff;
  background-color: #cc0000;
  border-color: transparent;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 0;
}
.view-product-families .views-exposed-form #edit-actions .btn,
.view-product-families .views-exposed-form .form-actions .btn {
  margin: 0;
  padding: 6px 10px;
  color: #fff;
  background-color: #e27c00;
  border-color: #d16c00;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 0;
}
.view-store .views-exposed-form .form-type-radio {
  margin-left: 20px;
}
.view-store .views-exposed-form .fieldgroup.form-wrapper {
  margin-bottom: 15px;
  margin-left: 15px;
}
.view-store .views-exposed-form .form-type-select {
  margin-bottom: 15px;
}
.view-store .views-exposed-form .form-type-radio input:checked {
  font-weight: 700;
}
.view-filters-toggle {
  display: none;
}
.form-inline .radio,
.form-inline .checkbox {
  margin-top: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-inline .radio label,
.form-inline .checkbox label {
  padding-left: 0;
} 
.view-store .view-title {
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 1.1;
  text-transform: uppercase
}
.view-store .view-pager-top,
.view-store .view-pager-bottom {
  text-align: right;
  padding: 12px 0 10px 0;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  margin: 15px 0 40px 0;
} 
.view-store .view-pager-top.active,
.view-store .view-pager-bottom.active {
  padding: 12px 0 6px 0;
} 
.view-store .view-pager-top {
  margin: 15px 0 40px 0;
} 
.view-store .view-pager-bottom {
  margin: 5px 0 15px 0;
} 
.view-store .view-results {
  margin-right: 20px;
} 
.view-store .view-pager-label {
  margin-right: 10px;
} 
.view-store .view-pager-wrapper,
.view-store .view-results,
.view-store .view-pager-label {
  display: inline;
} 
.view-store .pager-nav {
  display: inline;
  vertical-align: -6px;
} 
.view-store .pagination {
  margin: 0;
} 
.view-store .col {
  text-align: center;
  padding-bottom: 40px;
} 
.view-store .product-image img {
  display: inline;
  border-radius: 4px;
} 
.view-store .pagination > .active > a,
.view-store .pagination > .active > span,
.view-store .pagination > .active > a:hover,
.view-store .pagination > .active > span:hover,
.view-store .pagination > .active > a:focus,
.view-store .pagination > .active > span:focus {
  z-index: 3;
  color: #333;
  cursor: default;
  background-color: transparent;
  border: none;
}
.view-store .pagination > li > a,
.view-store .pagination > li > span {
  position: relative;
  float: left;
  padding: 0px 10px;
  margin-left: 0;
  color: #cc0000;
  text-decoration: none;
  background-color: transparent;
  border: none;
}
.view-store .pagination .ellipses-previous {
  margin: 0 0 0 10px;
}
.view-store .pagination .ellipses-next {
  margin: 0 10px 0 -10px;
}
.view-store .product-title {
  margin: 10px 0;
}
.view-store .product-title a,
.view-store .product-title a:hover,
.view-store .product-title a:focus {
  color: #333;
  text-decoration: none;
}
.view-store .product-image {
  position: relative;
}
.view-store .product-image .fa {
  display: block;
  position: absolute;
  margin: auto;
  top: 10px;
  left: 0;
  right: 0;
  z-index: 1000;
  color: #fff;
  width: 12px;
}
.view-store .product-image .out-of-stock-label {
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  width: 150px;
  height: 43px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  border: 2px solid #666;
  color: #666;
  padding: 10px;
  background: rgba(256, 256, 256, 0.8);
  text-transform: uppercase;
}
/* Newsletter Subscription */
.newsletter-subscription {
  text-align: center;
}
.newsletter-subscription-top {
  margin: 0 15px;
  padding: 15px 20px 10px 20px;
  border: 1px solid #999;
}
.newsletter-subscription-bottom {
  display: none;
  margin-top: 20px;
}
.newsletter-subscription .button {
  background-color: #000;
  border: none;
  color: #fff;
  display: inline-block;
  padding: 8px 10px;
  text-shadow: none;
  border-radius: 0px;
  font-size: 15px;
}
.newsletter-subscription-top .button {
  width: 100%;
}
.newsletter-subscription-bottom .button {
  width: 190px;
}
.newsletter-subscription #ctct_button_footer {
  font-size: 10px;
  color: #999;
  margin-top: 10px;
}

/* Cart and Checkout*/
th.views-field-total-price__number,
td.views-field-total-price__number {
 text-align: right;
}
#edit-shipping-information-shipments {
  margin-top: 20px;
}
#payment-information-wrapper {
  margin-top: 20px;
}
.form-item-payment-information-add-payment-method-payment-details-security-code input {
  width: 100px;
}
.form-item-payment-information-add-payment-method-billing-information-reuse-profile {
  margin: 20px 0;
}
.layout-region-checkout-footer {
  margin-top: 20px;
}
#edit-login-returning-customer-submit {
  margin-right: 10px;
}
.commerce-checkout-flow select.administrative-area option[value="AK"],
.commerce-checkout-flow select.administrative-area option[value="AS"],
.commerce-checkout-flow select.administrative-area option[value="AA"],
.commerce-checkout-flow select.administrative-area option[value="AE"],
.commerce-checkout-flow select.administrative-area option[value="AP"],
.commerce-checkout-flow select.administrative-area option[value="GU"],
.commerce-checkout-flow select.administrative-area option[value="HI"],
.commerce-checkout-flow select.administrative-area option[value="MH"],
.commerce-checkout-flow select.administrative-area option[value="FM"],
.commerce-checkout-flow select.administrative-area option[value="MP"],
.commerce-checkout-flow select.administrative-area option[value="PW"],
.commerce-checkout-flow select.administrative-area option[value="PR"] {
  display: none;
}
.g-recaptcha {
  margin: 20px 0;
}
.commerce-checkout-completion-register__form {
  max-width: 320px;
  margin-top: 10px;
}
