/***************************************

  Theme Name: BVAvto
  Theme URI: 
  Description: 
  Author: 
  Author URI: 
  Version: 
  Text Domain: bvavto
  Domain Path: /languages
  
  License: Envato
  License URI: 

  Tags: two-columns, custom-background, threaded-comments, translation-ready, custom-menu
  
***************************************/
/* ----------------------------------------------------------------------------

  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..

  All Sass files are located in the /scss folder.
  Please note that none of your scss files will be compiled to /css/app.css before you run
  'npm run watch', 'npm run build', "compass compile" or "compass watch",

  More info on how to use Sass with Foundation can be found here:
  http://foundation.zurb.com/docs/sass.html

  For Define a table of contents please check /scss/app.scss.

  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

---------------------------------------------------------------------------- */
.category-menu .menu-image {
	width: 24px;
}
.categories-menu {
	background-color: gray !important;
}
.viberout {
	margin: -2px 0 0 0 !important;
}
*:focus {
	outline-color: transparent;
}
.caricons {
	text-align: center;
}
.caricons .vc_single_image-wrapper {
	border: 2px solid red;
    border-radius: 50%;
    width: 72px;
    height: 72px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 10%;
}
.caricons .wpb_single_image {
	display: inline-block;
	margin: 1em;
}
.quadrocycle_icon .vc_single_image-wrapper {
	padding: 16% !important;
}


div.parts_search .vc_column-inner {
	border-radius: 20px;
}
.parts_search-shadow {
content: '';
    display: block;
    top: -10px;
    left: 0;
    background: #f9a7a7;
    width: 100%;
    height: 50%;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    opacity: .59;
}

/* click to action buttons on mobile */
.click2action {
	position: fixed;
    bottom: 0;
    margin: 0;
    width: 100vw !important;
    left: 0;
    z-index: 100;
    margin-bottom: 5px !important;
}
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering,
.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
	float: none !important;
}
.woocommerce .woocommerce-ordering select {
	font-size: 10px !important;
}
.orderby  {
	width: auto !important;
	padding-right: 25px;
}
.woocommerce .woocommerce-ordering:after {
	right: auto;
	margin-left: -20px;
}
a.nickx-popup {
	color:  #e50d17 !important;
}

.nickx-slider-for .btn-prev, .nickx-slider-for .btn-next {
	top: 1% !important;
}
.price_slider_amount button {
	background-color: #e50d17 !important;
    color: white !important;
}
.woocommerce .woocommerce-breadcrumb {
	display: none;
}
.woocommerce div.product form.cart {
	display: none;
}
.woocommerce-result-count {
	margin-top: 1em;
}

@media all and (min-width:0px) and (max-width: 600px) {
	.product-categories li {
		font-size: 1.2em !important;
	}

}
