/* Media queries & breakpoints */
/* LOW RES AND PORTRAIT MOBILE SCREENS */
@media only screen and (min-width:320px) and ( max-width: 567px)
{
	
  .woocommerce ul.products li.product .ibfw_rectangle_round
  {
    top: 20px !important;
    right: 0px;
    bottom: 0px;
    left: 0px !important;
  }

  .woocommerce ul.products li.product, .woocommerce-page ul.products li.product, 
	.woocommerce section ul.products li.product,
  	.page-template .woocommerce ul.products li.product
  {
    padding: 1em 0;
    width: 100% !important;
    float: left !important;
    margin: 0% !important;
    border-width: 0 0 1px;
  }

  .free-shipping-desktop
  {
    display: none;
  }

  .free-shipping-mobile
  {
    display: block;
    width: 100%;
  }

  .woocommerce-page #container, .woocommerce-checkout #primary
  {
    margin: 0;
  }

  .woocommerce-checkout-review-order-table p
  {
    font-size: 12px;
    margin-bottom: 10px;
  }

  .user-choices-wrapper, .user-choices-wrapper-centered
  {
    bottom: 0 !important;
  }

  .woocommerce .woocommerce-breadcrumb
  {
    display: none;
  }

  a.login-user-register, .woocommerce input.button, .woocommerce input.btn, .woocommerce button.button, .woocommerce button.button.alt, .woocommerce button.btn-primary
  {
    float: left;
  }

  .woocommerce #payment #place_order, .woocommerce-page #payment #place_order
  {
    width: auto;
    float: right;
    bottom: -45px;
    right: 15px;
  }

  .woocommerce-message, .woocommerce-error, .woocommerce-info
  {
    font-size: 12px !important;
    padding: 1em !important;
  }

  .woocommerce-message:before
  {
    content: none;
  }

  .woocommerce table.my_account_orders td, .woocommerce table.my_account_orders th, .woocommerce table.shop_table th, .woocommerce table.shop_table td
  {
    font-size: 14px;
  }

  .woocommerce-checkout #payment, #add_payment_method #payment,
	.woocommerce-checkout .entry-content h3
  {
    float: none;
  }

  .woocommerce-checkout #payment div.payment_box, #add_payment_method #payment div.payment_box
  {
    padding: 0;
  }

  .woocommerce td.product-quantity
  {
    min-width: 30px;
    padding: 0;
  }

  .woocommerce td.vtprd-product-name
  {
    width: 50%;
  }

  .woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before
  {
    color: white !important;
    margin-right: 0.5em;
    position: relative;
    top: 0;
    left: 0;
  }

  #billing_first_name_field label:before, #billing_last_name_field label:before, #billing_company_field label:before, #billing_country_field label:before, #billing_address_1_field label:before, #billing_city_field label:before, #billing_state_field label:before, #billing_postcode_field label:before, #billing_phone_field label:before, #billing_email_field label:before
  {
    content: unset;
  }

  .woocommerce .woocommerce-billing-fields .form-row label, .woocommerce-checkout form .form-row label
  {
    font-size: 11px !important;
  }

  #sagepaydirect-cc-form .form-row-wide, #sagepaydirect-cc-form .form-row-first, #sagepaydirect-cc-form .form-row-last
  {
    width: 100%;
    max-width: unset;
  }

  .wpmc-tabs-wrapper, .wpmc-nav-wrapper
  {
    float: unset;
    margin-top: unset;
  }

  p.lost_password
  {
    clear: both;
    top: 20px;
    position: relative;
  }

  .woocommerce form .form-row label.checkbox, .woocommerce-page form .form-row label.checkbox
  {
    display: block;
  }

  .woocommerce-checkout .woocommerce form .form-row .input-text
  {
    height: unset !important;
    margin-bottom: 1em;
  }

  .woocommerce-terms-and-conditions-wrapper, 
	.mc4wp-checkbox-woocommerce
  {
    padding: 0 !important;
  }

  .woocommerce-checkout #payment ul.payment_methods
  {
    margin-bottom: 15px;
  }

  .woocommerce .wc-proceed-to-checkout .wc-backward,
	.woocommerce .wc-proceed-to-checkout a.wc-forward
  {
    width: 100% !important;
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 567px)
{
  .free-shipping-desktop
  {
    display: block;
  }

  .free-shipping-mobile
  {
    display: none;
  }
}

@media only screen and (max-width: 567px)
{
 
	
  .page-id-76561 .woocommerce ul.products
  {
    padding: 0!important;
  }

  .content-area
  {
    padding: 0;
  }

  .page-template .woocommerce ul.products li.product a.button
  {
    line-height: 1;
    font-size: 1em;
    display: block;
    margin: 0 auto;
    width: 100%;
    position: relative;
    margin-bottom: 0.5em;
  }

  .woo-banner-mobile
  {
    display: block;
  }

  .woo-banner-desktop
  {
    display: none;
  }

  h1.page-title
  {
    margin-bottom: 0.25em;
  }

  .woocommerce .products-menu h4
  {
    font-size: 18px;
  }

  .select2-container
  {
    font-size: 12px;
  }
}

@media only screen and (min-width: 567px)
{
  .woo-banner-mobile
  {
    display: none;
  }

  .woo-banner-desktop
  {
    display: block;
  }
}
/* LANDSCAPE AND HI-RES MOBILE */
@media only screen and (min-width: 567px) and (max-width: 889px)
{
 
  .woocommerce ul.products li.product, .woocommerce-page ul.products li.product, .woocommerce section ul.products li.product,
  	.page-template .woocommerce ul.products li.product
  {
    padding: 1em 0;
    width: 48% !important;
    float: left !important;
    margin: 0 1% !important;
    border-width: 0 0 1px;
  }

  .woocommerce ul.products li.product .button
  {
    height: 50px;
    line-height: initial;
    display: table-cell;
    vertical-align: middle;
    padding: 5px 0;
  }

  .woocommerce ul.products li.product
  {
    padding: 0 1em;
  }

  .woocommerce ul.products li.product .woo-learn-more-button
  {
    left: 0;
    padding: 5px 10px;
  }
}

@media only screen and (min-width: 567px) and (max-width: 768px)
{
  .woocommerce ul.products li.product, 
	.woocommerce-page ul.products li.product, 
	.woocommerce section ul.products li.product
  {
    width: 48% !important;
    margin: 0 1.7% 1.7% 0 !important;
    padding: 0.25em;
    border: none;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 899px)
{
	

				
	/* SHOP CHECKOUT BREAKPOINTS */
  .woocommerce .woocommerce-billing-fields .form-row label, .woocommerce-checkout form .form-row label
  {
    font-size: 0.9em;
    width: 100%;
    min-width: 240px;
  }

  #sagepaydirect-cc-form .woocommerce-validated
  {
    width: 100%;
    max-width: 100%;
  }

  .woocommerce form .form-row .input-text
  {
    font-size: 0.8em;
    height: 40px !important;
    padding: 0.5em !important;
  }

  .woo-place-order
  {
    float: left;
  }

  .woocommerce form .form-row-wide
  {
    display: inline-block;
  }

  .woocommerce-checkout #payment ul.payment_methods li img
  {
    width: 30px;
  }

  li.product .woocommerce-loop-product__title
  {
    margin: 0 0 2em !important;
  }

  .woocommerce ul.products li.product .price
  {
    bottom: 5px;
  }
}

@media only screen and (max-width: 768px)
{
  .woocommerce div.product div.summary,
  .woocommerce-page div.product div.summary {
	float: right;
  }
  
  .woocommerce-page div.product div.images, 
  .woocommerce-page div.product div.summary {
	clear: both;  
  }
	
  .woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods
  {
    padding: 10px 0;
  }

  .woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon
  {
    display: block;
    padding: 0;
  }

  .coupon button.button
  {
    float: none !important;
    margin-right: 0 !important;
  }

  .woocommerce button.fc-place-order-button
  {
  }

  .woocommerce table.cart td.actions a.button
  {
    float: left;
  }

  .woocommerce-cart table.cart td.actions .coupon .input-text
  {
    width: 100% !important;
    float: none;
    margin: 0 0 10px 0;
  }

  .woocommerce table.cart td.actions .button, .woocommerce-page #content table.cart td.actions .button, .woocommerce-page table.cart td.actions .button
  {
    margin: 0 0 10px 0;
    width: 100% !important;
    max-width: unset;
  }

  .woocommerce ul.products li.product span.hide-overflow:before
  {
    content:unset;
  }

  .coupon .input-text
  {
    width: calc(100vw - 190px) !important;
  }

  .woocommerce div.product
  {
    top: 0 !important;
  }

  a.xcp-btn
  {
    margin: 5px;
    width: -webkit-fill-available;
  }

  .woocommerce div.product
  {
    clear: both;
  }

  .woocommerce .cart-collaterals .cart_totals .shop_table_responsive tbody th, .woocommerce-page .cart-collaterals .cart_totals .shop_table_responsive tbody th
  {
    display: block;
    float: left;
    border: 0;
    padding-left: 0;
  }

  .woocommerce .cart-collaterals .cart_totals table.shop_table_responsive tr td::before, .woocommerce-page .cart-collaterals .cart_totals table.shop_table_responsive tr td::before
  {
    content: ":";
  }

  .woocommerce-terms-and-conditions-wrapper, .mc4wp-checkbox-woocommerce
  {
    margin: 0 0 1em !important;
    width: 100%;
    transform: unset;
    left: 0%;
    position: relative;
  }

  .woocommerce-terms-and-conditions-wrapper
  {
    margin: 0 !important;
  }

  .woocommerce-cart .wc-proceed-to-checkout
  {
    align-items: stretch;
    justify-content: space-between;
  }

  .woocommerce .actions .button
  {
    width: auto !important;
    float: left;
    font-weight: 500;
    top: 0px !important;
    position: relative;
    padding: 0;
    margin-right: 10px;
    line-height: 6px;
  }

  .woocommerce .actions a.button
  {
    line-height: 34px;
    padding: 0 1em;
  }

  .woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td
  {
    padding: 4px 0;
  }

  td.actions
  {
    padding: 0 !important;
    margin-top: 1em !important;
  }

  tr.woocommerce-cart-form__cart-item
  {
    background: transparent;
        /* border-bottom: 1px dotted #666; */
    ;
  }

  .woocommerce .woocommerce-cart-form__contents td
  {
    border-bottom: 1px dotted #333 !important;
  }

  table.shop_table_responsive:last-child
  {
    border: none;
  }

  .woocommerce .vtprd_shop_table:before
  {
    margin: 18px 0 0;
  }
}

@media only screen and (max-width: 783px)
{
  
  .woocommerce ul.products li.product:hover a img
  {
    transition: unset;
    transform: none;
  }

  .woocommerce-message a
  {
    margin: 0 0 0 1em !important;
  }

  .woocommerce table.vtprd_shop_table td
  {
    border: solid #1a1a1a;
    border-width: 6px 0 0 0;
  }
  
  /*
  
  .wc-proceed-to-checkout a.wc-backward, .wc-proceed-to-checkout a.wc-forward {
		width: 100%;
		float: left;
		margin-bottom: 10px;
  }
  
  */
  
  .woocommerce .vtprd_shop_table .product-total
  {
    padding: 4px 8px;
    text-align: right;
  }

  .woocommerce ul#shipping_method
  {
    text-align: left;
    clear: both;
    padding: 1em 0;
  }

  .woocommerce-message
  {
    font-size: 1em;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation
  {
    float: left;
    margin-bottom: 2em;
    border-width: 0;
  }

  .woocommerce-MyAccount-navigation .list-group .list-group-item
  {
    padding: 0.75em 0;
  }

  .woocommerce-page .cart-collaterals table.shop_table_responsive tr
  {
    background: transparent;
    border-bottom: 1px dotted #333 !important;
  }

  .woocommerce-page .cart-collaterals table.shop_table_responsive tr td
  {
    border-top: 0;
  }
}

@media only screen and (max-width: 991px)
{
	
  .woocommerce table.shop_table th, .woocommerce table.shop_table td
  {
    font-size: 13px;
  }

  .woocommerce div.product
  {
    max-width: 100% !important;
  }

  .woocommerce-cart .wcgwp-modal-toggle.btn
  {
    height: 300px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }

  .enquiry_modal-content
  {
    width: 90% !important;
  }

  .shop-menu-wrapper h3
  {
    display: none;
  }

  .filter-search-results
  {
    clear: both;
    padding: 1em 0 2em;
    max-width: 100%;
  }

  .woocommerce table.vtprd_shop_table td.product-total
  {
    text-align: right;
  }
	
	/*
  		
	.user-choices-wrapper, .user-choices-wrapper-centered {
  		float: left;
  		font-family: din_black;
		position: relative;
		width: 100%;
		display: block;
		font-size: 0.8em;
		top: auto;
		left: auto;
  		bottom: 2em;
		transform: none;
  		z-index: 9999;
	}
	
	*/

  .woocommerce ul.products li.product .button
  {
    transform: none;
    left: auto;
    top: auto;
    padding: 15px 0;
    display: block;
    position: relative;
    opacity: 1;
    color: white;
    border-radius: 5px;
    line-height: 1;
    font-size: 0.9em;
    width: 100%;
    margin-bottom: 0.5em;
  }

  .woocommerce ul.products li.product .woo-find-retailer-button
  {
    right: 0;
  }

  .woocommerce ul.products li.product .woo-learn-more-button
  {
    left: 0;
  }

  .row-eq-height
  {
    display: block;
  }

  .filter-search-results ul.products li.product .button
  {
    width: 100%;
  }

  .page-template .woocommerce ul.products li.product .button
  {
    line-height: 1;
  }

  .page-template .woocommerce ul.products li.product .woocommerce-loop-product__title, 
	.woocommerce ul.products li.product .woocommerce-loop-product__title
  {
    margin: 0 0 2em !important;
  }

  .woocommerce .products-menu
  {
    background: #000;
    padding: 0.75em 30px;
    float: left;
    margin-bottom: 1em;
    top: 1px;
    width: 100%;
    overflow: visible;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    border-bottom: 1px solid #333;
    z-index: 998;
    max-width: 100vw;
  }

  .shop-menu-wrapper
  {
    height: 40px;
    overflow: hidden;
  }

  .shop-menu-wrapper a h5
  {
    font-size: 18px;
    line-height: 40px;
    transition: color 0.25s ease-out;
  }

  .shop-quick-links
  {
    height: 0%;
    display: flex;
    flex-flow: wrap;
  }

  .shop-quick-links .shop-links-panel
  {
    padding: 1em 0;
    flex: 1 0 auto;
    border-bottom: 0;
  }

  .shop-menu-wrapper a.shop-quick-burger
  {
    display: block;
    text-align: center;
  }

  .shop-menu-wrapper a.collapse-shop-menu
  {
    display: block;
  }

  .shop-menu-wrapper a:hover h5
  {
    color: #ff8300;
  }
}

@media only screen and (min-width: 567px) and (max-width: 991px)
{
  .woocommerce table.my_account_orders td, .woocommerce table.my_account_orders th, .woocommerce table.shop_table th, .woocommerce table.shop_table td
  {
  		/* font-size: 0.8rem; */
    ;
  }

  .woocommerce ul.products li.product, .woocommerce-page ul.products li.product, .woocommerce section ul.products li.product
  {
    width: 46.1%;
    margin: 0 3.8% 3em 0;
    padding: 0;
  }

  .page-template .category-products ul.products li.product
  {
    width: 46.1%;
    margin: 0 3.8% 2em 0;
  }
}

/* FOR MEDIUM DESKTOPS */
@media only screen and (min-width: 992px)
{

	
  .shop-quick-links .shop-links-panel
  {
    width: 100%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1160px)
{
	/* Product pages */
  .page-template .category-products ul.products li.product
  {
    width: 23.6%;
    margin: 0 1.37% 1em 0;
  }
}

/* FOR XD DESKTOPS */

@media only screen and (min-width: 768px) and (max-width:1160px)
{
  .woocommerce-terms-and-conditions-wrapper, .mc4wp-checkbox-woocommerce
  {
    margin: 0 1em 1em !important;
    width: 100%;
    transform: translateX(-50%);
    left: 47%;
    position: relative;
  }

  .woocommerce ul.products li.product, .woocommerce-page ul.products li.product, .woocommerce section ul.products li.product
  {
    width: 32.2% !important;
    margin: 0 1% 1.7% 0 !important;
    padding: 0.25em;
    border: none;
    margin-bottom: 0;
  }
		
	/* .woocommerce ul.products li.last, .woocommerce-page ul.products li.last {
	  margin-right: 0 !important;
	} */
  
  .woocommerce ul.products li.first, .woocommerce-page ul.products li.first
  {
    clear: none;
  }
}

@media only screen and (max-width: 1170px)
{
  .woocommerce-page div.product div.images, .woocommerce-page div.product div.summary
  {
    width: 100%;
    margin-bottom: 1rem;
  }

  .woocommerce div.product_meta
  {
    display: block;
  }

  .woocommerce div.product form.cart
  {
  }

  .product-type-composite .summary form.cart
  {
    float: none;
  }

  .content .product-shot-wrapper ul.products
  {
    padding: 1em 0;
  }
}

@media only screen and (min-width: 1160px)
{
  .woocommerce-page ul.products li.product, .woocommerce section ul.products.columns-3 li.product
  {
    width: 32.13%;
    flex: 0 1 auto;
  }
}