/*
Theme Name:         FoundationPress
Theme URI:          http://foundationpress.olefredrik.com
Github Theme URI:   https://github.com/olefredrik/FoundationPress
Description:        FoundationPress is a WordPress starter theme based on Foundation 6 by Zurb
Version:            2.1.0
Author:             Ole Fredrik Lie
Author URI:         http://olefredrik.com/

License:            MIT License
License URI:        http://www.opensource.org/licenses/mit-license.php
*/

/* ----------------------------------------------------------------------------

  Unfortunately WordPress will require a style.css file
  located in the theme's root folder for stuff to work.

  However, we will not be using vanilla CSS. We're using Sass.

  Sass is a superset of CSS that adds in amazing features
  such as variables, nested selectors and loops. It's also
  the easiest way to customize Foundation.

  All Sass files are located in the /assets/scss folder.
  Please note that none of your scss files will be compiled to /stylesheets/foundation.css before you run
  'npm run watch' or 'npm run build'.

  Please read the README.md file before getting started. More info on how
  to use Sass with Foundation can be found here:
  http://foundation.zurb.com/docs/sass.html

  If you for some reason would like to write plain css instead of using Sass,
  you could just enqueue this file (style.css) to the header and add your styles in this file

---------------------------------------------------------------------------- */

/* hide disabled items in filtering dropdown */

.filter_row .chosen-container .chosen-results li.disabled-result{
	display: none;
}


/* END hide disabled items in filtering dropdown */


/* new single page css for add to cart button and wishlist */
.single-addcart-button-left{float: left;}
.single-wish-button-left{float: left;padding-left: 17px;}
.single-download-div{margin-bottom: 50px;}
.single-download-left{float: left;padding-left: 5px;}
.single-download-left-div{float: left;padding-left: 80px;}
#downbuttn{padding-right: 5px;}
.yith-wcwl-wishlistexistsbrowse{background: #4DA8A3;
    color: #fff;
    padding: 10px 15px;
    border: 2px solid #4DA8A3;
    font-size: 14px;
    font-weight: 600;
    border-radius: 3px;
    margin-bottom: 20px;
  }
/* end */


.yith-wcwl-add-to-wishlist {
	position: relative!important;
    width: 41%!important;
    clear: none;
    /* margin: 0 0 0 30px; */
    top: -120px!important;
    left: 390px!important;
}


#taxExempt{
	clear: both;
}


#ship-to-different-address .input-checkbox {
    box-sizing: border-box;
    margin-left: 10px;
    margin-right: 0;
    padding-right: 0;
}

/*#ship-to-different-address input.input-checkbox:before {
	content: "Check Here: ";
    font-size: 17px;
    float: left;
    margin-top: -5px;
    margin-left: -100px;
}*/

/* Order Notes */
.woocommerce form .form-row#order_comments_field label {
	    font-size: 1.9375rem!important;
}

.page .row .main-content .entry-content .labels_1_6_space {
	padding-bottom: 75px;
}
@media screen and (min-width: 1366px) {
	#blog_archive #new_noteworthy .blog_featured_image {
		min-height: 450px !important;
		background-size: contain!important;
		border: 1px solid #ccc;
	}
}
@media screen and (min-width:1025px) and (max-width:1365px) {
	#blog_archive #new_noteworthy .blog_featured_image {
		min-height: 450px!important;
		background-size: contain!important;
		border: 1px solid #ccc;
	}
}
@media screen and (max-width:1024px) and (min-width:768px) {
	.search-results #blog_archive .row .note_section .blog_content_section {
		margin-bottom:30px;
	}
	#blog_archive #new_noteworthy .blog_featured_image {
		background-size: contain!important;
		border: 1px solid #ccc;
		min-height: 450px!important;
	}
}
@media screen and (max-width:767px) {
	.search-results #blog_archive .row .note_section .blog_content_section {
		margin-bottom:30px;
	}
	#blog_archive #new_noteworthy .blog_featured_image {
		background-size: contain!important;
		border: 1px solid #ccc;
		min-height: 250px!important;
	}
}

@media print {
	a[href]:after {
    content: none !important;
    display: none !important;
  }
  
  .woocommerce-cart .topWrap .phone .footer_telephone a {
	  display: none !important;
  }
  .woocommerce-cart .topWrap .icons .header_search .search form input, .woocommerce-cart #searchsubmit_header, .woocommerce-cart #s_header {
	  display: none !important;
	  height: 0px !important;
	  overflow: hidden !important;
  }
  .woocommerce-cart .mobile_menu_switch, .woocommerce-cart .off_canvas_mobile_menu off_canvas, .woocommerce-cart .mobile_menu_container {
	  display: none !important;
	  height: 0px !important;
	  overflow: hidden !important;
  }
  .woocommerce-cart .cat_header {
	  margin: 0px !important;
  }
  .woocommerce-cart .cat_header h1 {
	  padding-bottom: 0px !important;
  }
  
  .woocommerce-cart #menu-main-menu {
	  display: none !important;
  }
  
  .woocommerce-cart #testimonials, #email_newsletter, #footer {
	  display: none !important;
  }
  .woocommerce-cart .topWrap .header_search, .topWrap .row .icons .header-account {
	display: none !important;
	font-size: 0px !important;
	height: 0px !important;
	overflow: hidden !important;
	
  }
  .woocommerce-cart .checkout-button {
	  display: none !important;
  }
  .woocommerce-cart .coupon {
	  display: none !important;
  }
  .woocommerce-cart .shop_table .actions {
	  display: none !important;
  }
  .woocommerce-cart .product-remove {
	  display: none !important;
  }
  /*.cat_header {
	  display: none;
  }*/
  .woocommerce-cart .icons {
	  display: none !important;
	  width: 200px !important;
	  float: right !important;
  }
  .woocommerce-cart #breadcrumbs {
	  display: none !important;
  }
  .topWrap {
	  position: absolute !important;
  }
}



.copyright a{
	color: #afd7ff;
}
.copyright a:hover{
	    color: #fff;
    transition: .5s;
}
.woocommerce div.product div.images img{
	width:auto !important;
	margin:0 auto !important;
}

.woocommerce.columns-4 .products > li .woocommerce-LoopProduct-link .reading_level span {
	padding-bottom: 1px;
}

.wc_payment_method input[type="radio"] {
    position: inherit !important;
}