/*
Theme Name: ShockBuket
Theme URI: 
Author: GoldBitcoin
Author URI: 
Description: Кастомная тема для сайта ШокБукет
Version: 1.0.6
Tested up to: 6.9
Requires PHP: 7.2
License: GPLv3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: gadget-shop
Template: gadget-store
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, grid-layout, wide-blocks, editor-style, full-width-template, custom-background, custom-colors, custom-header, custom-logo, custom-menu, sticky-post, featured-images, footer-widgets, flexible-header, featured-image-header, post-formats, theme-options, threaded-comments, translation-ready, rtl-language-support, blog, portfolio, e-commerce

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

:root {
  --color-primary1: #8ebde6;
  --color-primary2: #0F93C9;
}

a {
  text-decoration: none;
}

.logo p a,
.logo h1 {
  font-size: 30px;
  color: #000;
}

.logo p a:hover {
  color: var(--color-primary1);
}

.main-header .navbar .navbar-menu li.current_page_item a {
  background: var(--color-primary2);
  color: #fff;
}

.main-header .navbar .navbar-menu ul li.current_page_item ul.sub-menu a {
  background: none !important;
  color: #fff !important;
}

.header-details i:hover,
button.category-btn:hover {
  color: var(--color-primary1) !important;
}

.main-header .navbar .navbar-menu ul li a:hover,
.logo a:hover {
  color: #fff;
}

.product-main:hover .product-content,
.product-main:hover h4 a,
.product-main:hover .product-content a,
.product-main:hover p.discount_amt.mb-0,
.product-main:hover .product-content p,
.product-main:hover p.sale_cart a {
  color: #fff;
}

.product-content h4 a:hover,
.slider-post a:hover,
.product-content a:hover,
.header-details i:hover,
.upper-header-area a i:hover,
button.category-btn:hover,
.upper-header-area a:hover {
  color: #fff;
}

@media screen and (min-width:1700px) and (max-width:1900px) {
  .container {
    max-width: 1520px;
  }
}

@media screen and (min-width:1920px) {
  .container {
    max-width: 1620px;
  }
}

.footer-area .custom-logo {
  filter: brightness(0) invert(1);
  /* max-width: 140px;
  height: auto;*/
}

.woocommerce .row>li.product {
  list-style: none !important;
}

.woocommerce-shop-header {
  overflow: hidden;
  margin-bottom: 2rem;
}

.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
  float: left !important;
  margin: 0 !important;
  padding: 13px 16px !important;
  background: linear-gradient(to right, #1e90ffc4 0%, #8EA6E6 50%, #1e90ff9e 100%) !important;
  color: white !important;
  border-radius: 20px !important;
}

.woocommerce .woocommerce-ordering {
  float: right !important;
  margin: 0 !important;
}

.woocommerce .woocommerce-ordering select.orderby {
  background-color: white !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) !important;
  border-color: #ececec !important;
  border-radius: 20px !important;
  padding: 10px !important;
  cursor: pointer;
}

.woocommerce .woocommerce-result-count {
  margin: 0 !important;
}

.woocommerce-shop-header {
  position: relative;
  z-index: 2;
}

.woocommerce-shop-header.mb-4 {
  margin-bottom: 3.5rem !important;
}

.orders-icon-container {
  width: 90px;
  height: 50px;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.orders-link,
.orders-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #8b96a5;
}

.orders-placeholder {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}

.orders-link i,
.orders-placeholder i {
  font-size: 22px;
  margin-bottom: 2px;
}

.orders-text {
  font-size: 13px;
  line-height: 1.2;
  white-space: nowrap;
}

.notification-badge {
  background-color: #ff6b6b;
  color: white;
  border-radius: 50%;
  min-width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  font-size: 11px;
  padding: 0 4px;
  position: absolute;
  top: -5px;
  right: 20px;
  z-index: 10;
  box-sizing: border-box;
}

.admin-badge {
  background-color: #ff9900 !important;
}

.comment-list .children,
.comment-list .children.dropdown-menu,
.commentlist .children,
.commentlist .children.dropdown-menu {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  position: relative !important;
  float: none !important;
  width: 100% !important;
  box-shadow: none !important;
  border: none !important;
  background: transparent !important;
  padding-left: 50px !important;
}

.comment-list .dropdown-menu,
.commentlist .dropdown-menu {
  display: block !important;
  position: relative !important;
  transform: none !important;
  top: auto !important;
  left: auto !important;
  will-change: auto !important;
  z-index: auto !important;
  margin: 0 !important;
  padding-left: 50px !important;
}

.comment-list .children {
  list-style: none;
  margin-top: 15px;
  border-left: 2px solid rgba(var(--color-primary1-rgb), 0.2);
}

.comment-list .children .comment-body {
  background-color: rgba(255, 255, 255, 0.8);
  margin-bottom: 20px;
}