/*
CTC Separate Stylesheet
Updated: 2019-12-01 14:35:45
Theme Name: britshop
Template: accesspress-store
Author: Andy
Description: AccessPress Store is free WordPress theme that work beautifully with WooCommerce. The theme is packed with lots of exciting feature that enhances the ecommerce experience. It features Product slider, advanced whistlist, Featured product show list, call to action and many more. With its advanced customizer options, setting up the ecommerce website has become much more easy. Great customer support via online chat, email, support forum. Official support forum: http://accesspressthemes.com/support/ View full demo here: http://demo.accesspressthemes.com/accesspress-store/
Tags: e-commerce,custom-menu,one-column,two-columns,three-columns,left-sidebar,right-sidebar,featured-images,custom-header,custom-colors,custom-background,threaded-comments,rtl-language-support
Version: 2.4.0.1575210945
*/

.woocommerce.single.single-product .entry-summary .price del, .woocommerce.single.single-product .entry-summary .price ins, .woocommerce.single.single-product .entry-summary .price span {
    display: contents !important;
}

@media( max-width: 768px ) {
   .woocommerce.post-type-archive .module-small-shop .container {    
      display: table;    
   }

   .woocommerce.post-type-archive .module-small-shop .container .shop-with-sidebar {
       display: table-footer-group;
   }

   .woocommerce ul.products[class*=columns-] li.product:nth-child(2n), .woocommerce-page ul.products[class*=columns-] li.product:nth-child(2n) {
    float: left;
}

}

media= (max-width: 768px){
.woocommerce ul.products[class*=columns-] li.product:nth-child(2n), .woocommerce-page ul.products[class*=columns-] li.product:nth-child(2n) {
    float: left;
}
}




/*
remove gaps in shop view
*/

@media (min-width: 768px) {
ul.products li.product:nth-of-type( 2n ) {
    margin-right: 0;
 }
}

/*
hide text input from category selection
*/

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    display: none;
}

/* Page Header Image
*/
#content .page_header_wrap, .woocommerce .entry-header {
    background: url(images/about-us-bg.jpg) no-repeat center;
    background-size: cover;
    padding: 42px 0px;
    text-align: center;
}

/*Category Drop-down
*/
.select2-results__options {
    line-height: 1;
}