@charset "UTF-8";

/* Налаштування сторінки каталогу */
.products-category-wrap a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}
.products-category-wrap a h4 {
	text-decoration: none;
	font-family: "Play", sans-serif;
	font-weight: 700;
    font-style: normal;
	font-size: 18px;
}
.products-category-wrap img {
	border-radius: 10px;
	border: solid;
}


/* Корзина */
.header-wrap-line3-icon3 .btn-group .dropdown-menu.show {
    min-width: 300px;
}
.header-wrap-line3-icon3 .btn-group .dropdown-toggle::after {
    display: none;
}	
.woocommerce ul.product_list_widget li a, ul.product_list_widget li a {
	text-decoration: none;
}
/* Меню для мобільного */	

	
	
/* Налаштування header line 1 */
.header-wrap-line1 {
	height: 4em; 
	background-image: url(https://o-shop.com.ua/wp-content/uploads/2025/10/choson.webp); 
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
/* Налаштування header line 2 */
.header-wrap-line2 {
	background-color: #8a2be2;
	padding: 0;
	margin: 0;
}
.header-wrap-line2_wrap {
	display: flex;
}
.header-wrap-line2_brand {
	display: flex;
	align-items: center;
	font-size: 14px;
	font-family: "Play", sans-serif; 
	font-weight: 700;
    font-style: normal;
	margin-right: auto;
	color: white;
	text-decoration: none;
}
.header-wrap-line2_brand:hover {
	color: yellow;
}
.header-wrap-line2_block1 {
	margin-right: auto;	
}
.header-wrap-line2_block3 {
	margin-left: auto;	
}
.header-wrap-line2_block2 {
	text-align: center;	
	display: flex;
	align-items: center;
}
.header-wrap-line2-menu-center_btn1 a, .header-wrap-line2-menu-center_btn2 a, .header-wrap-line2-menu-center_btn3 a, .header-wrap-line2-menu-center_btn4 a {
	font-family: "Play", sans-serif;
	font-weight: 400;
    font-style: normal;
	font-size: 14px;
	box-shadow: none;
	color: white;
}
.header-wrap-line2-menu-center_btn3 .dropdown-center .dropdown-menu a {
	font-family: "Play", sans-serif;
	font-weight: 400;
    font-style: normal;
	font-size: 14px;		
}
.header-wrap-line2_block3 {
	display: flex;
	align-items: center;
}
.header-wrap-line2_block2 .header-wrap-line2-menu-center_btn1 a, .header-wrap-line2_block2 .header-wrap-line2-menu-center_btn2 a, .header-wrap-line2_block2 .header-wrap-line2-menu-center_btn3 a, .header-wrap-line2_block2 .header-wrap-line2-menu-center_btn4 a{
	box-shadow: none;
}
.header-wrap-line2_block2 .header-wrap-line2-menu-center_btn1 a:hover, .header-wrap-line2_block2 .header-wrap-line2-menu-center_btn2 a:hover, .header-wrap-line2_block2 .header-wrap-line2-menu-center_btn3 a:hover, .header-wrap-line2_block2 .header-wrap-line2-menu-center_btn4:hover{
	color: yellow;
}
.header-wrap-line2_block2 .header-wrap-line2-menu-center_btn3 .dropdown-center .dropdown-item:hover{
	background-color: #8a2be2;
	color: white;
}
.dropdown-center .dropdown-menu.show {
	margin-top: 300px;
}
.header-wrap-line2_block3 .header-wrap-line2-menu-right_btn1 a:hover, .header-wrap-line2_block3 .header-wrap-line2-menu-right_btn2 a:hover {
	color: yellow;
}
.header-wrap-line2_block3 .header-wrap-line2-menu-right_btn1 .btn-group .dropdown-menu .dropdown-item:hover{
	background-color: #8a2be2;
}
.header-wrap-line2-menu-right_btn1 .btn-group a {
	box-shadow: none;
	font-family: "Play", sans-serif;
	font-weight: 400;
    font-style: normal;
	font-size: 14px;
	color: white;
}
.header-wrap-line2-menu-right_btn1 .btn-group .dropdown-menu a {
	color: #333;
}
.header-wrap-line2-menu-right_btn1 .btn-group .dropdown-menu a:hover {
	color: white;
}
@media (max-width: 913px) {	
.header-wrap-line2_block2 {
	display:none;
}
}
/* Налаштування header line 3 */
.header-wrap-line3 {
	min-height: 70px;	
	background-color: #9c4be7;
	padding: 0;
	margin: 0;
}
.header-wrap-line3_wrap {
	display: flex;
	height: 100%;	
	min-height: 70px;
}
.header-wrap-line3-menu {
	display: flex;
	align-items: center;
    height: 100%;
}
.header-wrap-line3-icon2 {
	width: 40px;
	display: flex;
	align-items: center;
}
.header-wrap-line3-icon3 {
	display: flex;
	align-items: center;
}
.header-wrap-line3_block1 {
	margin-right: auto;
}
.header-wrap-line3_block2 {
	text-align: center;
}
.header-wrap-line3_block3 {
	margin-left: auto;
	display: flex;
	margin-right: 10px;
}
.header-wrap-line3_block1 {
	display: flex;
	align-items: center;
}
.header-wrap-line3-menu_toggle {
	display: none;
	margin-left: 15px;		
}
.header-wrap-line3-menu_btn-togle {
	font-family: "Play", sans-serif;
	font-weight: 700;
    font-style: normal;
	font-size: 14px;	
	color: white;
	margin: 0;
}
.header-wrap-line3-cart-count {
	color: white; 
	padding: 1px 5px 1px 5px; 
	border: 1px solid #410f70; 
	border-radius: 50% 50% 50% 50%; 
	background-color: #8a2be2; 
	position: relative; 
	z-index: 777; 
	left: -10px;
}
.header-wrap-line3-search_form {
	background-color: #b478ed; 
	border: 1px solid #8a2be2; 
	width: 70%;
}
@media (max-width: 913px) {	
.header-wrap-line3-menu_catalog {
	display:none;
}
.header-wrap-line3-menu_toggle {
	display: block;
}
.header-wrap-line3-search_form {
	width: 90%;
}
}
@media (max-width: 821px) {	
.btn:not(.colored-button):not(.btn-left):not(.btn-right):not(.btn-just-icon):not(.menu-item):not(.hestia-sidebar-open):not(.hestia-sidebar-close) {
    padding: 15px;
}
}
@media (max-width: 769px) {	
.header-wrap-line3-search_form {
	width: 95%;
}
.btn:not(.colored-button):not(.btn-left):not(.btn-right):not(.btn-just-icon):not(.menu-item):not(.hestia-sidebar-open):not(.hestia-sidebar-close) {
    padding: 5px;
}
}
@media (max-width: 489px) {	
.header-wrap-line3-icon2, .header-wrap-line3-menu_btn-togle_text {
	display: none;
}
.btn:not(.colored-button):not(.btn-left):not(.btn-right):not(.btn-just-icon):not(.menu-item):not(.hestia-sidebar-open):not(.hestia-sidebar-close) {
    padding: 0;
}
}
/* Модальне вікно меню мобільне */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 20px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.modal-content {
  background-color: #fefefe;
  padding: 20px;
  border: 1px solid #888;
  width: 300px;
}
.closes {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.closes:hover,
.closes:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
/* Налаштування Footer */
.footer-wraps {
	background-color: #8a2be2;
    padding: 0;
    margin: 0;	
	min-height: 150px;
}
.footer-col1-wrap_title, .footer-col2-wrap_title, .footer-col3-wrap_title {
	font-family: "Play", sans-serif;
	font-weight: 700;
    font-style: normal;
	font-size: 16px;
	color: white;
}
.footer-col2_list1, .footer-col2_list2, .footer-col2_list3, .footer-col2_list4, .footer-col3_list1, .footer-col3_list2 {
	font-family: "Play", sans-serif;
	font-weight: 400;
    font-style: normal;
	font-size: 14px;
	color: white;
	list-style-type: none;
}
.footer-col2_list1:hover, .footer-col2_list2:hover, .footer-col2_list3:hover, .footer-col2_list4:hover, .footer-col3_list1:hover, .footer-col3_list2:hover {
	color: yellow;		
}
/* Налаштування навігації */	
.before-shop-main .woocommerce-breadcrumb, .before-shop-main .woocommerce-breadcrumb a{
	font-family: "Play", sans-serif;
	font-weight: 400;
    font-style: normal;
	font-size: 14px;
	color: #8a2be2;
	text-decoration: none;
}
/* Налаштування слайдера */	




