/*===================================
=====================================
	GENERAL
=====================================
===================================*/
.full-width {
  width: 100%;
  margin: 0; }

/*===================================
=====================================
	NAVIGATION
=====================================
===================================*/
nav.navigation {
  text-transform: uppercase; }

nav a:hover {
  color: #428bca !important;
  text-decoration: none; }

.navigation-first-tier > .has-dropdown.active > a {
  border: none; }

.regular-nav ul a {
  border: none;
  border-top: 1px solid #e5e5e5; }

/*===================================
=====================================
	PRODUCT LIST
=====================================
===================================*/
.product-list-item-details {
  padding: 0 25px; }

.product-list-item:hover {
  opacity: .75;
  transition: opacity .5s; }

.product-thumbnails img {
  max-width: 100px !important; }

/*===================================
=====================================
	PRODUCT
=====================================
===================================*/
.template-product h1.page-title {
  text-transform: uppercase; }
.template-product .product-quantity, .template-product .product-submit {
  text-align: center; }
.template-product .octane-plugin__checkbox {
  display: none !important; }

/*===================================
=====================================
	BLOG PAGES
=====================================
===================================*/
p.blog-subscribe {
  display: none; }

.blog-post {
  margin-top: 0; }
  .blog-post .post-image {
    display: none; }

.blog-posts article.blog-post img {
  width: 40%;
  float: left;
  padding-right: 15px;
  height: auto !important; }

/*===================================
=====================================
	CART
=====================================
===================================*/
.template-cart .cart-checkout-button {
  background-color: #000000;
  float: right; }
  .template-cart .cart-checkout-button:hover {
    background-color: #0d0d0d; }
.template-cart .cart-additional-buttons {
  float: right;
  margin: 0;
  width: 119px;
  margin-left: 20px; }
  .template-cart .cart-additional-buttons .dynamic-checkout__content {
    margin-top: 2px; }

@media (max-width: 767px) {
  .template-cart .cart-checkout-button {
    float: none;
    width: 100%; }
  .template-cart .cart-additional-buttons {
    float: none;
    width: 100%;
    margin-left: 0; }
    .template-cart .cart-additional-buttons .dynamic-checkout__content {
      margin-top: 10px;
      width: 100%;
      float: none; } }
/*===================================
=====================================
	FOOTER
=====================================
===================================*/
.homepage-newsletter-signup {
  background: #fff;
  padding: 15px; }

.homepage-newsletter-signup h4 {
  color: #fff;
  text-align: center; }

.homepage-newsletter-signup input#mail {
  margin: 0 auto; }

.newsletter-subscription h4 {
  color: #000;
  text-align: left; }

.footer-module.footer-connect {
  background: #fff;
  padding: 20px 20px 30px;
  text-align: center;
  width: 30%;
  float: right; }

.footer-link-list h4 {
  display: none; }

.social-networks {
  margin: 0 30px; }

#shopify-section-footer .select-wrapper.currency-switcher {
  visibility: hidden; }
#shopify-section-footer .copyright {
  text-align: center; }

.product-list-item-details-wrapper p.product-list-item-vendor.vendor.meta {
  display: none; }

/*===================================
=====================================
	MEDIA QUERIES
=====================================
===================================*/
@media (min-width: 1021px) {
  .regular-nav ul {
    min-width: 183px;
    width: auto; } }
@media (max-width: 767px) {
  .blog-posts article.blog-post img {
    width: 100%;
    margin-bottom: 25px; } }
