 /*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

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

/*------------------------------------*\
	POPUP
\*------------------------------------*/
.pum-theme-1073 .pum-title, .pum-theme-default-theme .pum-title{
	display: none!important;
}
.pum-theme-1073, .pum-theme-default-theme {
    background-color: rgba(0, 0, 0, 0.62)!important;
}
/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html, body {
	height: 100%;
}
body {
	display: flex;
	min-height: 100vh;
	flex-direction: column;
	font:400 16px/1.5 'Ubuntu', sans-serif;
	color:#292425;
}

main {
	flex: 1;
}


/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
h1, h2, h3, h4{
	text-transform: uppercase;
	font-weight: 700;
}
h2{
	font-size: 38px;
}
h1.ozdobny-header{
	position: relative;
	padding-top: 70px;
	margin-bottom: 25px;
}
h2.ozdobny-header{
	position: relative;
	padding-top: 70px;
	margin-bottom: 25px;
}
h2.ozdobny-header::before, h1.ozdobny-header::before{
	content: '';
	position: absolute;
	width: 109px;
	height: 51px;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	background: no-repeat url(https://feedbackpedals.com/wp-content/uploads/2018/11/header-icon.png);
}
.default-header{
	max-width: 700px;
}
.default-top-header{
	padding-top: 130px;
}
.default-underheader{
	font-size: 25px;
}
h3{
	font-size: 29px;
	margin-bottom: 1.3rem;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#1272d2;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}
.full-screen-bg{
	background: center center no-repeat;
	background-size: cover;
}
.btn-custom{
	margin-left: 10px;
	margin-right: 10px;
	font-size: 20px;
	font-weight: 700;
	text-decoration: none;
	color: #ffffff;
	border-radius: 6px;
	background: #b12728;
	text-transform: uppercase;
	transition: all ease 0.2s;
}
.btn-custom:hover{
	color: #000000;
}
.btn-newsletter{
	margin-left: 15px;
}
.footer .btn-newsletter{
	margin-left: 4px;
	margin-top: 10px;
}
.text-shadow{text-shadow: 0 0 10px black;}
.text-container{max-width: 700px;}
.newsletter-input{
	height: 44px;
	width: 100%;
	max-width: 250px;
   padding: 15px;
   padding-bottom: 18px;
	border-radius: 6px;
}
.z-10{
	z-index: 10;
}
.center {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* Carousel */
.carousel-caption {
  bottom: 32%;
}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	position:relative;
}
.content-wrap{
	padding-top: 50px;
	padding-bottom: 50px;
}

.woocommerce-order .content-wrap {
	padding-top: 20px;
}

.woocommerce-thankyou-order-failed {
	font-size: 20px;
	font-weight: 600;
}


.overlay-element{
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background-color: rgba(0,0,0,0.4);
}
/* header */
.header {

}
/* logo */
.logo {

}
img.logo-img {
	max-width: 150px;
}
/* nav */
nav.navbar{
	margin: 0 auto;
}
.navbar-nav li{position: relative;}
.navbar-nav li::before{
    content: '';
    position: absolute;
    left: 0px;
    top: -moz-calc(50% - 8px);
    top: -webkit-calc(50% - 8px);
    top: -o-calc(50% - 8px);
    top: calc(50% - 8px);
    width: 16px;
    height: 16px;
    background: center no-repeat;
    background-size: contain;
    background-image: url(https://feedbackpedals.com/wp-content/uploads/2018/12/before-nav-icon.svg);
    -webkit-transform: rotate(-215deg);
    -moz-transform: rotate(-215deg);
    -ms-transform: rotate(-215deg);
    -o-transform: rotate(-215deg);
    transform: rotate(-215deg);
	 transition: 0.3s ease all;
}

.navbar-nav li:last-of-type ul{
	padding-left: 0;
	min-width: 68px!important;
	-webkit-box-shadow:1px 1px 5px 0px #00000057;
	-moz-box-shadow:1px 1px 5px 0px #00000057;
	box-shadow:1px 1px 5px 0px #00000057;
}
.navbar-nav li.active::before{
	background-image: url(https://feedbackpedals.com/wp-content/uploads/2018/12/before-icon-red.svg);
	 -webkit-transform: rotate(50deg);
    -moz-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    -o-transform: rotate(50deg);
    transform: rotate(50deg);
}
.navbar-nav li:hover::before, .navbar-nav li:focus::before, .navbar-nav li:active::before, .navbar-nav li.active:hover::before{
    -webkit-transform: rotate(50deg);
    -moz-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    -o-transform: rotate(50deg);
    transform: rotate(50deg);
}
.navbar-custom{
	background: #000000;
	transition: 0.5s ease all;
}

 .navbar__tools {
	 display: flex;
	 flex-wrap: wrap;
	 align-items: center;
 }

@media screen and (max-width: 1199px) {
	.navbar .wpml-ls-legacy-dropdown {
		margin-left: auto;
	}
}

@media screen and (min-width: 1200px) {
	.navbar .wpml-ls-legacy-dropdown {
		margin-left: 16px;
	}
}

.navbar .wpml-ls-legacy-dropdown {
	width: 50px;
}

.navbar .wpml-ls-legacy-dropdown a {
	border: none;
	padding: 0 4px;
	margin-bottom: 3px;
	background-color: transparent;
}
.navbar .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a {
 background-color: transparent;
}

.navbar .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
	border-top-color: #fff;
}

.navbar .wpml-ls-sub-menu {
	border-top: none;
	padding-top: 8px;
}

.navbar-toggler {border: 2px solid white;}
.navbar-toggler-icon { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");}
a.nav-link{
	text-transform: uppercase;
	font-weight: 700;
	color: #ffffff;
}
.current-menu-item a.nav-link{
	color: #b12728;
}
.main-header{
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
}
.main-underheader{
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
}

 /*------------------------------------*\
	 CATEGORIES-MENU:START
 \*------------------------------------*/

.categories-menu {
	display: flex;
	flex-wrap: wrap;
	position: absolute;
	width: 100%;
	z-index: 999;
}

.categories-menu .navbar-nav li {
	padding-left: 0;
}

.categories-wrapper .categories-menu .dropdown-menu a {
	 text-align: center;
	 color: #000;
 }

.categories-menu > li {
	position: relative;
	width: 100%;
}

 .categories-menu li:before {
	 display: none;
 }

 .woocommerce-products-header {
	 position: relative;
	 z-index: 10;
 }

 .woocommerce-products-header .categories-menu .dropdown-menu {
	 position: relative;
	 width: 100%;
	 border: none;
	 margin: 0;
	 -webkit-box-shadow: -1px 4px 10px -2px rgba(0,0,0,0.67);
	 box-shadow: -1px 4px 10px -2px rgba(0,0,0,0.67);
 }

@media (min-width: 1200px) {
	.categories-menu a {
		font-size: 29px
	}
}

@media (max-width: 1199px) {
	.categories-menu a {
		font-size: 20px
	}
}

@media (min-width: 768px) {
	.categories-menu {
		position: absolute;
		flex-direction: row;
		bottom: 66px;
	}

	.categories--detail .categories-menu {
		bottom: 0;
	}

	.categories-menu .dropdown-menu li {
		padding-left: 0;
	}

	.categories-menu > li {
		 flex: 0 0 33.333333%;
		 max-width: 33.333333%;
	 }

	.categories-wrapper {
		padding: 20px 0;
	}

	.categories-menu .dropdown-menu {
		padding-top: 30px;
	}

	.categories-menu .dropdown-menu:before {
		content: "";
		display: block;
		position: absolute;
		top: -1px;
		background-color: #000;
		width: 100%;
		height: 30px
	}
}

 @media (max-width: 767px) {
	 .categories-menu {
		 flex-direction: column;
		 top: 60px;
	 }

	 .woocommerce-products-header .categories-menu > li {
		 height: 169px;
		 position: relative;
		 padding-left: 0;
	 }

	 .categories-menu > li a {
		 width: 100%;
	 }

	 .categories-menu a.nav-link {
		 position: absolute;
		 bottom: 0;
		 color: #fff
	 }

	 .categories-menu .navbar-nav li {
		 padding-left: 0;
	 }
 }

 /*------------------------------------*\
	WPML:START
\*------------------------------------*/


 .wpml-ls-item .dropdown-item {
	 padding: 0;
 }

 /*------------------------------------*\
	CATEGORIES-MENU:START
\*------------------------------------*/

/* section */
.art-section{
	position: relative;
}
.art-section::before, .art-section::after{
	content: '';
	position: absolute;
	width: 100%;
	height: 35px;
  background-repeat: repeat-x;
  background-size: contain;
}
.art-section::before{
	margin-top: -25px;
	top: 0;
  z-index: 10;
	left: 0;
	background-image: url(https://feedbackpedals.com/wp-content/uploads/2018/11/art-line-top.png);
}
.art-section::after{
	margin-bottom: -20px;
	bottom: 0;
	background-image: url(https://feedbackpedals.com/wp-content/uploads/2018/11/art-line-bottom.png);
}
/* sidebar */
aside.sidebar {
	display: none;
}
/* footer */
.footer{
	background: #292425;
	padding-top: 100px;
}
.footer a{
	color: #ffffff;
	text-decoration: underline;
}
.footer a:hover{
	text-decoration: none;
}
.footer-logo{
	max-width: 170px;
	margin-bottom: 25px;
}
.copyright{
	padding: 10px;
   background-color: #292122;
	color: #c1c1c1;
}
/* Icons */
.icon-cell{
	height: 130px;
}

/*------------------------------------*\
    WOOCOMMERCE
\*------------------------------------*/
/* BACKEND OPRAVA */
table.wp-list-table .column-product_cat, table.wp-list-table .column-product_tag {
    width: auto!important;
}

/* global */
body.woocommerce-page .navbar-custom {background:#000000;transition: 0s;}
body.woocommerce-page h2{font-size: 25px;}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
   font-size: 20px;
}
.woocommerce-loop-product__title{
	text-align: center;
}
/* cart v menu */
.cart-contents:before {
    font-family: "Font Awesome 5 Free";
	 font-weight: 900;
    content: "\f07a";
	 color: #ffffff;
    font-size: 19px;
    margin-top:10px;
    font-style:normal;
    vertical-align: bottom;
}
.cart-contents:hover {
    text-decoration: none;
}

 .cart-contents:hover::before {
	 color: #b22c28;
 }
.cart-contents-count {
	color: #fff;
    background-color: #b22c28;
    font-size: 14px;
    border-radius: 100%;
    padding: 0px 4px;
    line-height: 1;
    vertical-align: top;
}
.woocommerce-products-header__title {
	text-align: center;
}

.woocommerce-loop-category__title{color:#b22c28;}
.woocommerce-loop-category__title:hover{color:#000000;}
.woocommerce-loop-category__title .count{display: none !important;}
.woocommerce-products-header ul.products{text-align: center;}
.breadcrumb-area{border-bottom: 3px solid black}
.woocommerce-breadcrumb{margin: 0!important; padding-bottom: .5em !important; padding-top: .5em !important;font-size: 18px !important;color: #000 !important;}
.woocommerce-breadcrumb a{font-size: 14px !important;}

/* WOO SEARCH */
.woocommerce-product-search #woocommerce-product-search-field-0{
	-webkit-appearance: none;
	padding: 4px 8px;
	border: 1px solid rgba(0,0,0,.1);
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}
.woocommerce-product-search button{
	background-color: #b22c28;
	color: #ffffff;
	font-weight: 700;
	padding: 4px 8px;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	border: 2px solid #b22c28;
}
.woocommerce-products-header ul.products li{margin-bottom: 0 !important;}
.product-category.product{margin-bottom: 0;}
.product-category img{display: none !important;}
/* Loop archive */
.loop-price .amount{font-size: 23px;font-weight: 600;color: #000000;}
.price.loop-price{margin-bottom: 0 !important;}
.loop-description p, .woocommerce-loop-product__title{color: initial;}
.brand-thumbnails li{display: inline-block; padding: 15px;}
.brand-thumbnails img{display: block; margin: 0 auto; max-height: 130px;}
.woocommerce nav.woocommerce-pagination ul {border: 0;}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {background: transparent;color: #CC031E;text-decoration: underline;}
.woocommerce nav.woocommerce-pagination ul li a{color: #771b1b;}
.woocommerce nav.woocommerce-pagination ul li {border-right: 0;}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {font-size: 1.5rem;}

/* ORDERBY - ORDERING - FILTER */
form.woocommerce-ordering select{height: 40px}
.berocket_aapf_widget li.slider span.left input, .berocket_aapf_widget li.slider span.right input{
	font-style: normal!important;
}
#brandsAndTypesFilterWrap .nav.nav-tabs{background: transparent;}
#brandsAndTypesFilterWrap .nav-tabs .nav-link{background-color: #fff;border-color: #dee2e6!important;}
#brandsAndTypesFilterWrap .nav-tabs .nav-link.active{background-color: #f2f2f2;}
ul.berocket_aapf_widget{
	display: -ms-flexbox!important;
  display: flex!important;
  -ms-flex-wrap: wrap!important;
  flex-wrap: wrap!important;
}
ul.berocket_aapf_widget li.berocket_term_parent_0 span{
	padding: 4px 0!important;
	margin-bottom: 4px!important;
}
ul.berocket_aapf_widget li.berocket_term_parent_0{
	-ms-flex: 0 0 100%!important;
  flex: 0 0 100%!important;
  max-width: 100%!important;
	padding-left: 15px!important;
	padding-right: 15px!important;
}

 .brands-filter .berocket_aapf_widget-title {
	 text-align: center;
	 font-size: 26px;
	 margin-bottom: 16px;
	 margin-top: 20px;
}

/* price range */
ul.berocket_aapf_widget {
    margin-bottom: 14px!important;
}
.berocket_aapf_widget.berocket_style_block.roundpcs.pcs{width: 100%;}
/* POPUP Po přidání do košíku */
.xoo-cp-pimg{padding: 15px;}
.xoo-cp-pimg img{height: auto;} /*Opravuje deformaci obrázku */
a.xcp-btn {font-weight: 700;border-radius: 6px;}
a.xcp-btn:hover{text-decoration: none; color: #000000;}
/* Košík / Cart */
.woocommerce-cart table.cart td.actions .coupon .input-text{padding: 7px 6px;min-width: 115px;border: border: 1px solid rgba(0,0,0,.1);border-radius: 6px;}
/* Buttons */
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	background-color: #b22c28;
	color: #ffffff;
	transition: 0.2s ease all;
	border-radius: 6px;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
    background-color: #b22c28;
    color: #000000;
}
/* single product */
.woocommerce div.product div.summary {padding-left: 15px;border-left: 3px solid black;}
.woocommerce .quantity .qty {border: 1px solid rgba(0,0,0,.1);border-radius: 6px;padding: 8px;font-size: 20px;}
.woocommerce .quantity .qty:active {border-width: 2px;}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {color: #b22c28;}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {color: #b22c28;}
.woocommerce-product-gallery__image{padding: 10px;}
.woocommerce div.product div.images img{
    max-width: 400px;
    max-height: 400px;
    width: auto;
    height: auto;
    margin: 0 auto;
}
 .woocommerce ul.products li.product a img{
	max-width: 190px;
   max-height: 190px;
   width: auto;
   height: auto;
   margin: 0 auto;
 }

 .product-image-wrapper{
	height: 200px;
	padding-bottom: 20px;
 }
/* Galerie u produktu */
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {width: 50%;}
.product_meta .posted_in{
	display: block;
}
ol.flex-control-nav.flex-control-thumbs li{
	padding: 10px;
}

 /* page 404 */

 .page-404 {
	 margin: 40px 0;
 }

/* Lupa u zoomu bude zde */
.woocommerce div.product div.images .woocommerce-product-gallery__trigger{width: 40px;height: 40px;}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:before{border-width: 3px;}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:after {width: 3px;height: 12px;top: 20px;left: 24px;}

/* Bunka jednotlivýho produktu v Loopu */
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {box-shadow: 0px 0px 7px 0px #d4d4d4;padding: 15px;transition: 0.2s ease all;background: white;}
.woocommerce ul.products li.product:hover, .woocommerce-page ul.products li.product:hover {
	box-shadow: 0px 0px 7px 3px #b7b7b7;
}

.woocommerce-products-header .woocommerce ul.products li.product, .woocommerce-products-header .woocommerce-page ul.products li.product {
    box-shadow: none;
    padding: 0;
}

/* Brands */
.brand-icon-small{max-height: 80px;}
ul.brand-thumbnails{padding-left: 0;}

/* Shipping calculator */
.woocommerce-shipping-calculator{display: none;}
/* Billing form */
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {border: 1px solid rgba(0,0,0,.1);border-radius: 6px;padding: 5px; font-size: 14px;}
.woocommerce-billing-fields__field-wrapper label, .woocommerce-additional-fields__field-wrapper label{width: 100%; font-size: 14px}
.woocommerce-additional-fields__field-wrapper span.woocommerce-input-wrapper{width: 100%;}
.woocommerce form .form-row label {line-height: 1;}
#billing_address_2_field{display: none;}
.billing_country_field{opacity: 0.5;}

/* WOO CHECKOUT */
.woocommerce .select2-container{
	z-index: 0;
}
.woocommerce-form-coupon-toggle{
		padding-top: 24px;
}
.woocommerce-form-coupon-toggle a{
  	color: #cc031e;
		font-weight: 700;
}
.woocommerce-form-coupon-toggle .woocommerce-info {
    border-top-color: #cc031e;
}
.woocommerce-form-coupon-toggle .woocommerce-info::before {
    color: #cc031e;
}
/*checkout mailchimp */
.mc4wp-checkbox.mc4wp-checkbox-woocommerce{width: 100%;}
input[name=_mc4wp_subscribe_woocommerce]{margin-right: 11px;margin-left: 4px;}
/*------------------------------------*\
    PAGES
\*------------------------------------*/
/* Homepage */
#homepage-header .carousel-inner img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.hp-arrow {
  bottom: 4px;
  left: 50%;
}
.hp-arrow img{
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
#homepage-o-nas{
	background-image: linear-gradient( rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45) ),  url(https://feedbackpedals.com/wp-content/uploads/2018/11/homepage-o-nas-bg.jpg);
}
 ul.berocket_aapf_widget li label {
	 margin-left: 8px;
 }

/* HP Carousel */
.hp-slider {
	position: relative;
}

@media screen and (max-width: 767px) {
	.hp-slider {
		margin-top: 63px;
		padding: 0 0 42px 0;
	}
}

 @media screen and (min-width: 480px) {
 .hp-slider {
	 margin-top: 82px;
 }
}


@media screen and (min-width: 620px) {
	.hp-slider {
		padding: 16px 0 32px 0;
	}
}

@media screen and (min-width: 1200px) {
	.hp-slider {
		padding: 25px 0 32px 0;
	}
}

.hp-slider .tns-controls {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	max-width: 560px;
	display: flex;
	justify-content: space-between;
	z-index: 1;
	align-items: center;
	margin: auto;
	pointer-events: none;
	padding: 0 16px;
}

.hp-slider .tns-controls button {
	background-color: rgba(255,255,255,0.6);
	border: none;
	color: rgba(000,000,000,0.5);
	font-size: 32px;
	padding: 16px;
	box-shadow: 0px 0px 5px 2px rgb(0 0 0 / 20%);
	border-radius: 5px;
	pointer-events: auto;
}

.hp-slider__container {

}

.hp-slider__item {
	display: block;
}

/* HP Carousel */

/* O dodavatelích */
.tab-content{
	background: #ffffff;
   color: #292425;
	padding-bottom: 15px;
}
.nav.nav-tabs{
	background: #000000;
	white-space: nowrap;
	flex-wrap: nowrap;
	max-width: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
}

.nav-tabs .nav-link{
	color: #B22C28;
	display: inline-block;
	background-color: #292929;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
   color: #b33128;
}
.logo-dodavatele{
	max-height: 140px;
    max-width: 240px;
    margin-bottom: 20px;
}
.product-cover{
	max-height: 200px;
   max-width: 250px;
}
.top-products ul.products{display:     display: -ms-flexbox!important;display: flex!important;    -ms-flex-pack: center!important;justify-content: center!important;}
/* Blog */
.sidebar{
	padding: 15px;
	border-left: 3px solid black;
}
.loop-article{padding: 10px 0; border-bottom: 1px solid #D6D6D6;}
.loop-article h2{font-size: 20px;}

/* TOP produkty / Recent products */
#hpRecentProducts ul.products{
  display: -ms-flex!important;
  display: flex!important;
}
#hpRecentProducts ul.products p{
	font-size: 16px!important;
}
/*------------------------------------*\
    COLORS
\*------------------------------------*/
.bg-black{
	background: #000000 !important;
}
.text-red{
	color: #b33128;
}
.link-white, .link-white a{color: #ffffff;}
.link-dark, .link-dark a{color: #292425;}
a.link-white:hover, .link-white a:hover{color: rgba(255,255,255,0.7); text-decoration: none;}
/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {
	/* Structure */
	.page-wrap{
		padding-top: 67px;
	}
	.header-wrap{
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.navbar-nav li {
		padding-left: 25px;
	}
	.nav-link {
		padding: 1rem 1rem;
	}
	/* Brands */
	.brand-thumbnails li {
		width: 48%!important;
	}
}
@media only screen and (min-width:320px){

	/* ----------------- *\
	 * Woocommerce
	 * --------------------*/
	/* Galerie u produktu */
	.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {width: 33.3333%;}

	.woocommerce-thankyou-order-received {
		margin-bottom: 20px;
		margin-top: 10px;
		text-align: center;
		font-size: 1px;
		font-weight: 600;
	}

}
@media only screen and (min-width:480px) {

	/* Structure */
	.main-header{
		font-size: 40px;
	}
	img.logo-img {
		max-width: unset;
	}

	.woocommerce-thankyou-order-received {
		margin-bottom: 30px;
		margin-top: 20px;
		text-align: center;
		font-size: 20px;
		font-weight: 600;
	}
}
@media only screen and (min-width:768px) {

	/* Structure */
	.content-wrap{
		padding-top: 50px;
		padding-bottom: 100px;
	}
	.main-header{
		font-size: 50px;
	}
	/* Galerie u produktu */
	.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {width: 25%;}
	/* Brands */
	.brand-thumbnails li {width: 31%!important;}

	/* WOO LOOP */
	ul.berocket_aapf_widget li.berocket_term_parent_0{
		-ms-flex: 0 0 50%!important;
    flex: 0 0 50%!important;
    max-width: 50%!important;
	}

	/* Thank you order (cancelled, success) */

	.woocommerce-thankyou-order-received {
		margin-bottom: 60px;
		margin-top: 40px;
		text-align: center;
		font-size: 40px;
		font-weight: 600;
	}

}
@media (min-width: 992px){
	/* Structure */
	.page-wrap{
		padding-top: 88px;
	}

	.navbar-expand-lg .navbar-nav .nav-link{
		padding: 1.5rem 2rem;
	}
	.header-wrap{
		padding-top: 90px;
    padding-bottom: 120px;
	}
	.main-header{
		font-size: 70px;
	}
	.main-underheader{
		font-size: 30px;
	}
	/* WOOCOMMERCE */

	/* WOO LOOP */
	ul.berocket_aapf_widget li.berocket_term_parent_0{
		-ms-flex: 0 0 33.333333%!important;
    flex: 0 0 33.333333%!important;
    max-width: 33.333333%!important;
	}
}
@media only screen and (min-width:992px) {
	/* Structure */
	.navbar-custom{
		background: black;
		transition: 0.5s ease all;
	}

}

@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1200px) {
	.navbar-nav li {
		padding-left: 25px;
	}
	.navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: .5rem;
	}
	.navbar-nav li::before{
		left: 9px;
	}
	.nav-link {
		padding: .5rem 1rem;
	}
}
@media only screen and (min-width:1600px) {
	/* Homepage */
	#homepage-header{
		background-image: linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) ), url(https://feedbackpedals.com/wp-content/uploads/2018/11/uvodni-header-xl.jpg);
	}
}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
