/*
Theme Name: Bono Child
Theme URI: https://wpshop.ru/themes/bono
Author: WPShop.ru
Author URI: http://wpshop.ru/
Template: bono
Version: 1.0.0
*/

/* Below you can add your CSS styles */
/* Ниже Вы можете добавить свои CSS стили */

.top-menu {
    display: block !important;
}

.mega-toggle-block {
    height: 40px !important;
}

#mega-menu-wrap-top .mega-menu-toggle {
    height: 10px !important;
}

.header-html-2 {
    max-width: 200px;
}

.product-info .quantity input[readonly]{
    padding: 5px 25px !important;
    text-align: center;
}

.modal-backdrop {
    z-index: 20 !important;
    opacity: 0 !important;
}

.popover {
    max-width: 300px !important;
    top: 0 !important;
}

/* Product Slider */

#wps-slider-section .wpsp-nav {
	font-size: 30px !important;
}

#wps-slider-section .wps-product-section .swiper-button-next {

}

#wps-slider-section .wps-product-section .swiper-button-prev {

}

#wps-slider-section .wpsf-product-title a {
    font-size: 14px !important;;
}

.wpsf-cart-button a {
    font-size: 14px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
	border-radius: 1.5em !important;
    color: #ffffff !important;
    background: #3960ff !important;
    border: 1px solid #3960ff !important;
}

.wpsf-cart-button a:hover {
    color: #3960ff !important;
    background: #ffffff !important;
}

/* Brands Slider */

.slick-list {
	margin: 0 30px !important;
}

.pwb-carousel .slick-prev, .pwb-carousel .slick-next {
	opacity: unset !important;
	background: none !important;
    color: #aaaaaa !important;
    font-weight: 400 !important;
    font-size: 30px !important;
}

.pwb-carousel .slick-prev>span, .pwb-carousel .slick-next>span, .pwb-product-carousel .slick-prev>span, .pwb-product-carousel .slick-next>span {
    margin-top: -30px;
}

.pwb-carousel .slick-prev span:hover, .pwb-carousel .slick-next span:hover {
    color: #178087 !important;
}

.pwb-slick-slide {
	box-shadow: inset 0 0 0 1px rgba(206,212,218,.5);
	height: 160px !important;
	text-align: center;
	vertical-align: middle;
	line-height: 160px;
}

.pwb-slick-slide a {
	display: block !important;
	padding: 3px;
	line-height: 160px;
	font-size: .9em !important;
    color: #91a6ba !important;
    text-decoration: none !important;
}

.pwb-slick-slide img {
	display: inline !important;
	margin: unset !important;
	vertical-align: middle;
}

.site-header-cart__floating {
    top: calc(100% - 180px) !important;
}

.site-header-cart__floating .header-cart__link {
    font-size: 1.5em !important;
}

.product-category a img::before {
    display: block !important;
    height: 300px;
}

.woocommerce-shipping-methods label {
    display: inline !important;
}

@media (max-width: 575px){
.shop-grid--columns-5 .product-category, .shop-grid--columns-5 .shop-item {
    width: 50% !important;
}
}

@media (max-width: 767px) {
.header-html-2 {
    max-width: unset !important;
}
}

@media (min-width: 1600px){
.scrolltop {
    right: 10px !important;
}
}




