/*
* Epic Shopify theme
* Copyright 2015, Underground Media
* www.undergroundmedia.co.uk
*/


/* #Media Queries
================================================== */

@media screen and (min-width: 1440px) {
	.megamenu1 {
    	left: 54%;
	}
  
  .megamenu3 {
    	left: 65%;
	}
}

/* Bigger Than Tablet */

@media screen and (max-width: 1410px) {
  .nav-left {
    float: right;
  }
  
   .megamenu1 {
   	left: 43%;
  	}
	
  .megamenu3 {
      left: 56%;
  }
}

@media screen and (min-width: 1220px) {
  
  .footer-row-bottom {
  	padding: 0 125px;
	}
  
  .filter-group ul {
    width: 198px;
/*   -webkit-columns: 3 100px;
     -moz-columns: 3 100px;
          columns: 3 100px; */
  }
}

@media screen and (min-width: 980px) {
  
  #mobile-only { display: none; }
  
  
}


@media screen and (max-width: 1200px) {
  a.readmore {
    width: 100%;
    text-align: center;
  }
  
  .share-icons {  
  	clear: both;
    margin-bottom: 30px;
	}
  
  .filter-group ul {
    width: 198px;
  }
  
  .home-products .product-index .product-info {
    height: 48%;
    top: 27%;
	}
  
  .icn {
  	left: 38%;
  }
}


@media only screen and (min-width:980px) and (max-width: 1200px){
  .product-info, .product-info a {
      height: 35%;
  }
  
  ul.nav li a {
      padding: 0 10px;
  }
}

@media screen and (max-width: 1100px) {
    .megamenu1 {
   	left: 34%;
  }
	
  .megamenu3 {
      left: 50%;
  }
}


/* Tablet and smaller */

@media screen and (max-width: 980px) {
  
  .product-info, .product-info a {
    height: 34%;
  }

  .contact-content {
    float: none !important;
  }
 
  
#mobile-only { 
    display: block; 
    position: fixed; 
    background: #ffffff;
    border-bottom: 1px solid #d5d5d5;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
  }
  
  #logo {
    position: relative;
    text-align: center;
  }
  
  .contact-map {
    float: none !important;
    margin: 0 auto !important;
    max-width: 600px;
  }
  
  .page-wrap { margin-top: 55px; }

  ul#mobile-menu {
    text-align: center;
    padding: 5px 0;
    list-style: none;
  }
  
  #mobile-only ul li {
    width: 40px;
    height: 40px;
    position: relative;
    background: #ffffff;
    border: 0;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    text-align: center;
    text-indent: 0;
    white-space: nowrap;
    line-height: 40px;
    font-size: 16px;
    margin: 0 5px;
  }   
  
  #mobile-only ul li a {
    color: #878888;
  }
  
  #mobile-only ul li.curr {
  }
  #mobile-only ul li.curr #currencies {
    height: 40px;
    padding: 0;
  }   
  ul#nav { display: none; }

  li.clearfix.filter {
    float: left;
    width: 46%;
    margin: 0 1%;
    min-width: 46%;
  }  
  
  .product-photos .owl-buttons {
    display: none;
  }  
  
  .homepage-promo {
    margin: 0 auto !important;
    float: none !important;
  }
  
  .first { clear: none; }
  
  
  footer div {
    margin-bottom: 30px;
  }  
  
  .tc { clear: left; }
  
  .home-products .product-index .product-info {
    height: 27%;
    top: 36%;
}
  
}





/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 740px) {	
  .pop-up {
    	padding: 15px;
	}
  
  #back-forth img {
    width: 50px;
	}
  
  .notification {
    margin-bottom: 5px;
    margin-top: 5px;
  }
  
  .contact-map {
    display: none;
  }
  
  .share-icons { margin-bottom: 30px; }
  
  #top-bar { display: none; }
  
  .flex-caption { display: none; } 
  
  #currencies { padding: 0; }

  .shifter-navigation .search {
    margin-top: 15px;
  }
  
  .mhide { display: none; }
  .product-index:nth-child(3n+1) { clear: none; }
  .product-index:nth-child(2n+1) { clear: left; }
  
  #logo { float: none; width: 100%; text-align: center;  }
  #logo h1 a { text-align: center; }

  ul#cart { text-align: center; }
  ul#cart li a { padding: 0 10px; }
  
  .homepage-promo h3 { font-size: 110%; }
  .homepage-promo .caption p { font-size: 100%; }

  .homepage-promo .caption::before {
    border-top: 0;
    border-bottom: 0;
  }

  .homepage-promo .caption::after {
    border-left: 0;
    border-right: 0;
  }  
  
  
  .flex-caption p { font-size: 100%; }
  .cta { display: none; }

  
  
  input#mce-EMAIL {
    text-align: center;
  }
  
  .product-modal { display: none! important; }

  textarea { min-width: 0! important; }

  #full-width-filter { margin-top: 0; }
  
  #signup { margin-top: 0; }

  footer #mc-embedded-subscribe { margin-left: 0; margin-top: 5px; }
  
  input#quantity {
    min-width: 60px;
    text-align: center;
  }  
  .search { width: 100%; }
  
  #q { width: 100%; } 
  
  input.add { min-width: 90px; }
  
  #basket-right { text-align: center; float: left; margin-bottom: 20px; }		

  #collection-sidebar { display: none; }
  #collection-sidebar.open { display: block; text-align: center; }
  
  .show {
    width: 40px;
    height: 40px;
    background: transparent;
    border: 0;
    cursor: pointer;
    display: block;
    position: relative;
    text-align: center;
  }

  .show:after {
    content: '\f039';
    font-family: FontAwesome;
    font-size: 20px;
    display: block;
    margin: auto;
    color: #cb030a;
  }  

  ul.footer-left { float: left; width: 100%;  text-align: center; }
  ul#footer-right { float: left; width: 100%; text-align: center; }
  .footer-left li { text-align: center; float: none; }
  #footer-right li { text-align: center; float: none; }

  #mce-EMAIL { width: 100%; }
  .button { width: 100%; }

  #product-description { padding: 0! important; border: 0! important; }
  #add { width: 100%; }
  input { width: 100%; min-width: 100%; }
  #update-cart, #checkout { width: 100%; }
  .flex-direction-nav { display: none; }   

  .first { clear: none; }
  #product-loop div.product-index:nth-child(2n+1) { clear: left; }
  footer { text-align: center; }
  footer ul { margin-bottom: 30px; }


  ul#social-links {
    display: none;
  }  
  
  #mob-product-images .owl-buttons {
    top: 0;
  }  
 
  
  #shopping-cart thead { display: none; }
  #shopping-cart td { clear: left; display: block; }
  
  .cart-title {
    display: block;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .cart-image {
    display: block;
    text-align: center;
  }  
  
  td.cart-price {
    text-align: center;
  }  


  td.cart-price, td.cart-remove, td.cart-quantity, .cart-total {
    clear: none! important;
    float: left;
    width: 23%;
    margin: 1%;
    display: inline-block! important; 
    line-height: 48px;
    border-bottom: 0! important;
  }

  #shopping-cart tr {
    border-bottom: 1px solid #d5d5d5;
  }  
  
  .icn {
    	left: 42%;
	}
 
  .ss-choice-item span.ss-choice-label {
    padding-left: 12px;
}
  
  span.ss-choice-item-control {
    display: inline-block;
  }

}

@media only screen and (max-width: 400px) {	
  #back-forth img {
    display: none;
  }
  
  .product-info, .product-info a {
    height: 40%;
	}
  
    .icn {
    	left: 38%;
	}
}