/*
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: 110px !important;
}

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

#mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu {
	margin-top: 20px !important;
}

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

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

/* Advanced Woo Search */

.aws-container .aws-search-field {
    border-radius: 20px !important;
    padding: 10px 20px !important;
    font-size: 14px !important;
}

.aws-search-result {
    overflow: hidden;
    min-width: 265px !important;
    border-radius: 20px !important;
}

.aws-search-result .aws_result_sale {
    display: none !important;
}

.aws-search-result .aws_result_sku {
    font-size: 11px !important;
    color: #888 !important;
}

.aws_result_price ins {
    text-decoration: none !important;
}


/* Product Slider */

#wps-slider-section {
    padding-top: 0px !important;
}

#wps-slider-section .wps-product-section {
    margin: 0 35px !important;
}

#wps-slider-section .wpsp-nav {
    top: 200px !important;
	font-size: 25px !important;
    width: 35px !important;
    height: 35px !important;
    border: 1px solid rgba(61, 62, 68, .04) !important;
    background: #fff;
    border-radius: 20px;
    -webkit-box-shadow: 0 3px 30px -5px rgba(0,0,0,.3);
    box-shadow: 0 3px 30px -5px rgba(0,0,0,.3);
     opacity: .6;
    -webkit-transition: all .3s;
    transition: all .3s
}

#wps-slider-section .wpsp-nav:hover {
    opacity: 1;
    -webkit-transform: translateY(-3px) translateZ(0);
    transform: translateY(-3px) translateZ(0)
}

#wps-slider-section .wps-product-section .swiper-button-next {
    right: 0;
}

#wps-slider-section .wps-product-section .swiper-button-prev {
    right: auto !important;
    left: 0px !important;
}

#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;
}

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

.product-category a {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
    color: #444 !important;
}

.shop-item__title a {
    color: #444 !important;
}

.term-list ul li a {
    border-radius: 20px !important;
}

.breadcrumb, .woocommerce-breadcrumb {
    font-size: .9em !important;
}

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

.product-tabs .tabs-content__txt-row .descr, .product-tabs .tabs-content__txt-row .value {
    width: 100%;
    max-width: 316px;
    position: relative;
}

.section-id--map {
	padding: 0 !important;
}

.site-content {
    padding-bottom: 0 !important;
}

@media (min-width: 768px) {
    .product-images {
        max-width: 40% !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;
}
.site-logotype {
    margin-bottom: 20px;
}
#mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu {
	border-radius: 20px !important;
}
.wpsf-cart-button a {
	padding: 8px !important;
}
}

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