.container {
	max-width: 1326px;
	width: 100%;
}
header {
	background-color: #fff;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05), 0px 7px 7px 0px rgba(0, 0, 0, 0.04), 0px 17px 10px 0px rgba(0, 0, 0, 0.03), 0px 30px 12px 0px rgba(0, 0, 0, 0.01), 0px 46px 13px 0px rgba(0, 0, 0, 0);
	height: 68px;
}
header .row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-left: 15px;
	padding-right: 15px;
	/* padding-top: 16px;
	padding-bottom: 16px; */
}
header .row::before,
header .row::after {
	display: none;
}
#logo {
	margin: 0 27px 0 0;
}
#phone {
	margin-right: 24px;
}
#phone .fa-phone:before {
	content: url(../image/header_tel.svg);
		width: 36px;
		height: 36px;
}
#phone a {
	display: flex;
	align-items: center;
	gap: 12px;
}
#phone i {
	width: 36px;
	height: 36px;
}
#phone .text span {
	display: block;
}
#phone .number {
	color: #111111;
	font-size: 18px;
	line-height: 22px;
}
#phone .question {
	color: #111111;
	font-size: 14px;
	line-height: 17px;
}
.search_desk {
	max-width: 460px;
	width: 100%;
	margin-right: 10%;
}
#search {
	margin: 0;
	width: 100%;
}
#search button {
	padding: 0;
	width: 38px;
	height: 36px;
	margin: 0;
	border: none;
	border-top-left-radius: 18px;
	border-bottom-left-radius: 18px;
}
#search button:active {
	background-color: #F5F5F5;
	box-shadow: none;
}
#search button:hover {
	border: none;
}
#search button:focus {
	outline: none;
}
#search button:focus-visible {
	outline: none;
}
#search .input-group-btn:focus-visible {
	outline: none;
}
#search .btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #F5F5F5;
	background-image: none;
	background-repeat: repeat-x;
	border: none;
}
#search .fa .fa-search {
	background: #F5F5F5;
	width: 36px;
	height: 36px;
}
#search .fa-search:before {
	content: url(../image/header_search.svg);
	width: 36px;
	height: 36px;
}
#search .input-lg {
	height: 36px;
	line-height: 20px;
	padding: 0 10px;
	background: #F5F5F5;
	border: none;
	border-top-right-radius: 18px;
	border-bottom-right-radius: 18px;
	box-shadow: none;
}
#search .input-lg::placeholder {
	color: #111111;
	font-size: 18px;
	font-weight: 400;
	line-height: 22px;
}
#wishlist-total .fa-heart:before {
	display: inline-block;
	vertical-align: middle;
	content: url(../image/header_heart.svg);
	width: 20px;
	height: 20px;
}
.fa-user::before {
	display: inline-block;
	vertical-align: middle;
	content: url(../image/header_user.svg);
	width: 20px;
	height: 20px;
}
#cart {
	margin: 0;
	width: 75px;
	background-color: #111111;
}
#cart .btn-inverse .fa-shopping-cart::before {
	display: inline-block;
	vertical-align: middle;
	content: url(../image/header_cart.svg);
	width: 20px;
	height: 20px;
}
#cart .btn {
	display: block;
	padding: 24px 0px;
	background-color: #111111;
	border-radius: 0;
	box-shadow: none;
}
#cart-total {
	/* display: none; */
}
#cart.open>.btn {
	background-image: none;
	background-color: #111111;
	border: none;
	color: #fff;
	box-shadow: none;
	text-shadow: none;
}
#cart.open>.btn:hover {
	color: #fff;
}
#cart .btn:hover {
	z-index: 0;
}
#cart .btn-inverse {
	border: none;
	background-image: none;
}
/* breadcrumb --------------------------------------------------------------- */
.breadcrumb {
	padding: 12px 0;
	border: none;
	border-radius: 3px;
	background: rgb(243, 243, 243);
}
.product-thumb .caption h4 a {
 
    min-height: 44px;
}
.breadcrumb li {
	font-size: 18px;
	font-weight: 400;
	line-height: 22px;
	padding: 0 24px;
	white-space: wrap;
}
.breadcrumb li a {
	color: rgb(102, 102, 102);
}
.breadcrumb li a .fa-home::before {
	content: 'Головна';
	font-family: Montserrat;
	color: rgb(102, 102, 102);
	font-size: 18px;
	font-weight: 400;
	line-height: 22px;
}
.breadcrumb li::after {
	content: url(../image/Arrow_breadcrumb.svg);
	display: block;
	position: absolute;
	top: -2px;
	right: -8px;
	width: 12px;
	height: 0px;
	transform: rotate(0deg);
	border: none;
}
.breadcrumb li:last-child::after {
	content: none;
}
/* top menu --------------------------------------------------------------- */
#menu {
	padding-top: 25px;
	padding-bottom: 25px;
	margin-bottom: 0;
}
#menu .navbar-nav>li {
	display: flex;
}
#menu .navbar-nav li a {
	padding: 0;
}
#menu .navbar-nav>li::after {
	content: "|";
	padding: 0 16px;
	color: rgb(217, 217, 217);
	font-size: 24px;
}
#menu .navbar-nav>li:last-child::after {
	content: none;
}
#menu .dropdown-toggle::after {
	content: "";
	width: 0;
	height: 0;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	border-top: 6px solid rgba(0, 0, 0, 0.45);
	display: inline-block;
	padding-bottom: 3px;
	margin-left: 10px;
}
#menu .nav>li>a:hover.dropdown-toggle::after {
	border-top: 6px solid #4DB37C;
}
#menu .collapse {
	padding-left: 0;
	padding-right: 0;
}
#menu .dropdown-menu {
	padding: 24px;
	box-sizing: border-box;
	border: 1px solid rgb(243, 243, 243);
	border-radius: 6px;
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1), 0px 10px 10px 0px rgba(0, 0, 0, 0.09), 0px 23px 14px 0px rgba(0, 0, 0, 0.05), 0px 41px 16px 0px rgba(0, 0, 0, 0.01), 0px 64px 18px 0px rgba(0, 0, 0, 0);
	background: rgb(255, 255, 255);
}
.dropdown-menu {
	min-width: 375px;
}
.multi-level >li> a {
	color: rgb(17, 17, 17);
	font-size: 18px;
	font-weight: 400;
	line-height: 22px;
	text-transform: uppercase;
}
.multi-level .list-unstyled {
	padding-left: 12px;
	border-left: 1px solid rgb(217, 217, 217);
}
.multi-level .list-unstyled a {
	color: rgb(17, 17, 17);
	font-size: 18px;
	font-weight: 400;
	line-height: 22px;
}
.multi-level li a:hover {
	text-decoration: none;
	color: rgb(77, 179, 124);
	background-color: #fff;
	background-image: none;
	background-repeat: repeat-x;
}
/* slideshow top banner --------------------------------------------------------------- */
#common-home .slideshow .img-responsive {
	width: 100%;
	/* margin-top: -30px;
	margin-bottom: -30px; */
}
#common-home .slideshow .swiper-slide {
	width: 100%;
}
#common-home .slideshow {
	margin: 0 0 60px;
	background: rgb(245, 245, 245);
	z-index: 1;
	border: none;
	border-radius: 0;
	box-shadow: none;
	width: 100%;
	position: relative;
	overflow: visible;
}
#common-home .slideshow {
	border: none;
	box-shadow: none;
	margin-bottom: 48px;
}
/* #common-home .slideshow .swiper-slide img {
	margin-top: -30px;
	margin-bottom: -30px;
} */
#common-home .slideshow .swiper-pagination {
	bottom: 23px;
}
#common-home .slideshow .swiper-pagination-bullet {
	height: 12px;
	width: 12px;
	background: inherit;
	box-sizing: border-box;
	border: 1px solid rgb(255, 255, 255);
}
#common-home .slideshow .swiper-pagination-bullet-active {
	background-color: #fff;
}
/* footer --------------------------------------------------------------- */
footer .row {
	display: flex;
	justify-content: space-between;
}
footer .row::before,
	footer .row::after {
		display: none;
	}
footer .col-sm-3 {
	padding-left: 15px;
	padding-right: 15px;
}
.footer_logo img {
	margin-top: 10px;
}
footer .list-unstyled {
	margin-bottom: 18px;
}
footer .list-unstyled li {
	margin-bottom: 6px;
}
footer .list-unstyled a {
    color: #111111;
    font-size: 12px;
    font-weight: 600;
    line-height: 22px;
    text-transform: uppercase;
}
footer .list-time {
	color: rgb(17, 17, 17);
	font-size: 18px;
	font-weight: 400;
	line-height: 22px;
}
.footer_title-info::before {
	content: url(../image/footer_title_info.svg);
	margin-right: 14px;
	vertical-align: middle;
}
.footer_title-time::before {
	content: url(../image/footer_title_clock.svg);
	margin-right: 14px;
	vertical-align: middle;
}
.footer_title-social::before {
	content: url(../image/footer_title_telephone.svg);
	margin-right: 14px;
	vertical-align: middle;
}
.footer_viber::before {
	content: url(../image/footer_social_viber.svg);
	width: 20px;
	height: 20px;
	margin-right: 17px;
}
.footer_telegram::before {
	content: url(../image/footer_social_telegram.svg);
	width: 20px;
	height: 20px;
}

/* хедер "популярні" та "лідери"  --------------------------------------------------------------- */
.cardmini_header {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 24px;
	margin-bottom: 48px;
}
.cardmini_row {
	margin-bottom: 86px;
}
.cardmini_title {
	position: relative;
	text-align: center;
	color: #111111;
	font-size: 32px;
	font-weight: 400;
	line-height: 39px;
	text-transform: uppercase;
	margin: 0;
}
.cardmini_header-line {
	display: inline-block;
	border-top: 2px solid rgba(0, 0, 0, 0.2);
	width: 48px;
}
/* стилі карток "популярні" --------------------------------------------------------------- */
.pop_category {
	margin-bottom: 86px;
}
.pop_category .odcatwall {
	color: rgb(17, 17, 17);
	font-size: 18px;
	font-weight: 400;
	line-height: 22px;
	text-align: left;
	text-transform: uppercase;
	padding: 6px; 
	margin-bottom: 0;
}
.pop_category .pop_category-content {
}
.pop_category .pop_category-content img {
	margin-right: 6px;
}
.pop_category .odcatwall:hover {
	box-sizing: border-box;
	border: 1px solid rgb(77, 179, 124);
	border-radius: 6px;
	background: rgb(77, 179, 124);
	color: rgb(255, 255, 255);
}
/* стилі карток "лідери" --------------------------------------------------------------- */
.cardmini_product {
	padding-left: 12px;
	padding-right: 12px;
}
.product-thumb {
	border: none;
	padding: 1px;
}
.product-thumb .image a {
	padding: 12px;
}
.product-thumb .image {
	margin: 12px;
}
.product-thumb .caption {
	min-height: 0;
	padding: 0 12px 12px 12px;

}
.product-thumb .caption h4 {
	text-align: center;
	margin-bottom: 12px;
}
.product-thumb .caption h4 a {
	display: inline-block;
	width: 100%;
	color: #111111;
	font-size: 18px;
	font-weight: 600;
	line-height: 22px;
	text-transform: uppercase;
}
.product-thumb .caption h4 a:hover {
	color: rgb(77, 179, 124);

}
.product-thumb .caption p {
	color: rgba(0, 0, 0, 0.45);
	font-size: 14px;
	font-weight: 400;
	line-height: 17px;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .price_to_like {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 12px;
    flex-wrap: wrap;
}
.caption .options-category {
    width: 100%;
}
 
.product-thumb .price_to_like-button {
	display: flex;
	align-items: center;
	gap: 12px;
}
.product-thumb .price_to_like-button button {
	border: none;
	background-color: inherit;
	padding: 0;
}
.product-thumb .caption .price {
	color: rgb(17, 17, 17);
	font-size: 18px;
	font-weight: 600;
	line-height: 22px;
	text-transform: uppercase;
	margin: 0;
}
.product-thumb .fa-heart::before {
	content: url(../image/card_mini_heart.svg);
	width: 20px;
	height: 20px;
	vertical-align: middle;
}
.product-thumb .fa-exchange::before {
	content: url(../image/card_mini_exchange.svg);
	width: 20px;
	height: 20px;
	vertical-align: middle;
}
.pprod_cat_rov .product-thumb .button-group,
.cardmini_row .product-thumb .button-group {
	display: none;
}
.product-thumb .button-group .to_buy {
	width: 100%;
	background: rgb(17, 17, 17);
}
.product-thumb .to_buy span {
	color: rgb(255, 255, 255);
	font-size: 18px;
	font-weight: 600;
	line-height: 22px;
	text-align: center;
	text-transform: uppercase;
}
.cardmini_row .product-thumb:hover {
    position: relative;
    z-index: 5;
    box-sizing: border-box;
    border: 1px solid rgb(17, 17, 17);
    padding: 0;
    margin-bottom: -20px;
}
.cardmini_row .product-thumb:hover .button-group {
	display: block;
}
.cardmini_row .product-thumb .button-group button:hover {
	color: rgb(255, 255, 255);
	background: rgb(17, 17, 17);
}
/* блог-статті --------------------------------------------------------------- */
.blog-module .image {
	margin-top: 0;
	margin-bottom: 24px;
}
.blog-module .summary .blog_title {
	margin-bottom: 12px;
}
.blog-module .blog_title a {
	color: rgb(17, 17, 17);
	font-size: 18px;
	font-weight: 600;
	line-height: 22px;
	text-transform: uppercase;
}
.blog-module .blog_item .blog_content-mini {
	color: rgb(17, 17, 17);
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 12px;
}
.blog-module .blog_item .blog_content-more {
	text-align: right;
	margin-bottom: 0;
}
.blog-module .blog_item .blog_content-more a {
	color: rgba(0, 0, 0, 0.6);
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0%;
	text-decoration-line: underline;
}
/* контакти --------------------------------------------------------------- */
#information-contact #content {
	display: flex;
	justify-content: space-between;
	margin-top: 52px;
}
#information-contact #content .contact-graf {
	margin-top: 91px;
	max-width: 325px;
	width: 100%;
	margin-right: 30px;
}
#information-contact #content .call-form {
	padding: 0;
	margin-top: 118px;
}
#information-contact #content h3 {
	margin-top: 0;
	color: rgb(17, 17, 17);
	font-size: 18px;
	font-weight: 400;
	line-height: 22px;
	text-transform: uppercase;
}
#information-contact #content .fa-contact_viber::before {
	content: url(../image/contact_viber.svg);
	width: 20px;
	height: 20px;
	margin-right: 16px;
}
#information-contact #content .fa-contact_telegram::before {
	content: url(../image/contact_telegram.svg);
	width: 20px;
	height: 20px;
	margin-right: 16px;
}
#information-contact #content .fa-contact_whatsapp::before {
	content: url(../image/contact_whatsapp.svg);
	width: 20px;
	height: 20px;
	margin-right: 16px;
}
#information-contact #content .contact-graf h3 {
	margin-bottom: 0;
}
#information-contact #content .contact-graf p {
	color: rgb(17, 17, 17);
	font-size: 18px;
	font-weight: 400;
	line-height: 22px;
	margin-bottom: 8px;
}
#information-contact #content .contact-graf_social {
	margin-bottom: 50px;
}
#information-contact #content hr {
	margin: 7px 0 6px 0;
}
#information-contact #content .call-form {
	text-align: center;
}
#information-contact #content .call-form h3 {
	margin-bottom: 24px;
}
#callback-form label {
	display: flex;
	flex-direction: column;
	align-items: start;
	gap: 3px;
	color: rgba(0, 0, 0, 0.6);
	font-size: 14px;
	font-weight: 400;
	line-height: 17px;
	margin-bottom: 24px;
}
#callback-form .form-row {
	display: flex;
	justify-content: center;
}
#callback-form .form-input {
	display: flex;
	flex-direction: column;
}
.call-form input[type=text],
.call-form input[type=tel] {
	display: inline-block;
	width: 196px;
	padding: 6px 12px;
	border-radius: 3px;
	background: rgb(243, 243, 243);
	border: none;
}
.call-form input[type=text]::placeholder,
.call-form input[type=tel]::placeholder {
	color: rgb(17, 17, 17);
	font-size: 14px;
	font-weight: 400;
	line-height: 17px;
}
.call-form button {
	max-width: 296px;
	width: 100%;
	border: none;
	border-radius: 5px;
	background-color: inherit;
	color: rgb(17, 17, 17);
	font-size: 18px;
	font-weight: 400;
	line-height: 22px;
	text-transform: uppercase;
	cursor: pointer;
	padding: 12px 24px 12px 24px;
	box-sizing: border-box;
	border: 1px solid rgb(17, 17, 17);
	border-radius: 0;
}
/* картка товару --------------------------------------------------------------- */
#product-product .product_wrapper {
	padding-top: 28px;
}
#product-product .thumbnail {
	padding: 0;
	border-radius: 0;
	border: 1px solid rgb(217, 217, 217);
}
#product-product .thumbnail img {
	margin: 0;
}
#product-product .image-additional {
	max-width: 124px;
}
#product-product .image-additional a {
	border: 1px solid rgb(217, 217, 217);
}
#product-product h1 {
	color: rgb(17, 17, 17);
	font-size: 32px;
	font-weight: 400;
	line-height: 39px;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 24px;
}
#product-product .list-unstyled li {
	margin-bottom: 24px;
}
#product-product .list-unstyled a {
	color: rgba(0, 0, 0, 0.6);
	font-size: 18px;
	font-weight: 400;
	line-height: 22px;
}
#product-product .stock_yes {
	color: rgb(77, 179, 124);
	font-size: 18px;
	font-weight: 400;
	line-height: 22px;
	
}
#product-product .stock_yes .fa-stock_yes {
	position: relative;
}
#product-product .stock_yes .fa-stock_yes::before {
	content: url(../image/Vector_yes.svg);
	width: 10px;
	height: 10px;
	position: absolute;
	right: -20px;
	bottom: 5px;
}
#product-product .btn-group button {
	background: inherit;
	color: rgba(0, 0, 0, 0.6);
	font-size: 18px;
	font-weight: 400;
	line-height: 22px;
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
	border: none;
	box-shadow: none;
}
#product-product .btn-group button:hover {
	border: none;
}
#product-product .btn-group button:active {
	box-shadow: none;
}
#product-product .btn-group button:focus {
	outline: none;
}
#product-product .btn-group .fa-heart::before {
	content: url(../image/card_mini_heart.svg);
	width: 20px;
	height: 20px;
	vertical-align: -webkit-baseline-middle;
	display: inline-block;
	margin-left: 12px;
}
#product-product .calc-special,
#product-product .calc-price {
	color: rgb(17, 17, 17);
	font-size: 18px;
	font-weight: 600;
	line-height: 22px;
	text-transform: uppercase;
}
#product-product .nav-tabs {
	border-bottom: 1px solid rgb(217, 217, 217);
}
#product-product .nav-tabs li a {
	color: rgb(17, 17, 17);
	font-size: 18px;
	font-weight: 400;
	line-height: 22px;
	text-transform: uppercase;
	margin-right: 0;
	padding: 0px 24px 12px 0px;
	border: none;
	border-bottom: 1px solid rgb(217, 217, 217);
}
#product-product .nav-tabs li.active a {
	color: rgb(77, 179, 124);
}
#product-product .tab-content .tab-pane.active,
#product-product .tab-content #tab-description  {
	color: rgb(17, 17, 17);
	font-size: 18px;
	font-weight: 400;
	line-height: 22px;
	margin-bottom: 86px;
}
#product-product #tab-description p {
	margin: 0;
}
#product-product .cardmini_header {
	margin-bottom: 48px;
}
#product-product .product-thumb {
	padding: 12px;
	margin-bottom: 0;
	border: none;
}
#product-product .product-thumb .image a {
	padding: 12px;
}
#product-product .product-thumb .caption {
	min-height: 0px;
	text-align: center;
}
#product-product .product-thumb .caption h4 a {
	color: rgb(17, 17, 17);
	font-size: 18px;
	font-weight: 600;
	line-height: 22px;
	text-transform: uppercase;
}
#product-product .product-thumb .caption p {
	color: rgba(0, 0, 0, 0.6);
	font-size: 14px;
	font-weight: 400;
	line-height: 17px;
	text-transform: uppercase;
}
#product-product .product-thumb .prise-and-button {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
/* #product-product .form-group .required {
	margin: 0;
	display: none;
} */
#product-product .prise-and-button .options-category {
	/* max-width: 100px; */
	display: none;
}
#product-product .control-label {
	display: none;
}
#product-product .prise-and-button span {
	color: rgb(17, 17, 17);
	font-size: 18px;
	font-weight: 600;
	line-height: 22px;
	text-transform: uppercase;
}
#product-product .product-thumb .button-group {
	width: 65px;
	border-top: none;
	background: inherit;
	overflow: visible;
}
#product-product .product-thumb .button-group button {
	width: 25%;
	background: inherit;
	border: none;
	padding: 0;
	margin-left: 12px;
}
#product-product .product-thumb .button-group .fa-heart::before {
	content: url(../image/card_mini_heart.svg);
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: middle;
}
#product-product .product-thumb .button-group .fa-shopping-cart::before {
	content: url(../image/cart_grey.svg);
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: middle;
}
#product-product #product h3 {
	color: rgb(17, 17, 17);
	font-size: 14px;
	font-weight: 400;
	line-height: 17px;
	margin-bottom: 18px;
}
#product-product #product li {
	margin-bottom: 24px;
}
#product-product #product .required {
	width: 100px;
	margin-bottom: 24px;
}

#product-product #product .required .form-control {
	color: rgb(17, 17, 17);
	font-size: 18px;
	font-weight: 400;
	line-height: 22px;
	padding: 6px 24px 6px 12px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url(../image/arrow_select.svg);
	background-repeat: no-repeat;
	background-position: right 8px center;
}
#product-product #product .number-spinner {
	color: rgb(17, 17, 17);
	font-size: 18px;
	font-weight: 400;
	line-height: 22px;
	width: 60px;
	margin-right: 24px;
}
#product-product #product .list-unstyled {
	display: flex;
	align-items: center;
	margin-bottom: 0;
	gap: 24px;
}
#product-product #product .list-unstyled li, h2 {
		color: rgb(17, 17, 17);
		font-size: 18px;
		font-weight: 600;
		line-height: 22px;
		text-transform: uppercase;
}
#product-product #product .list-unstyled li {
	margin-bottom: 0;
}
#product-product #product .list-unstyled h2 {
	margin: 0;
}
#product-product #product .list-unstyled li:nth-child(n+3) {
	display: none;
}
#product-product #product #button-cart {
    width: 50%;
    border-radius: 6px;
    background: rgb(77, 179, 124);
    padding: 12px 24px;
    margin-bottom: 24px;
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    text-transform: uppercase;
    border: none;
}
#product-product #content #column-right .info-block {
	border-radius: 3px;
	background: rgb(243, 243, 243);
	padding: 23px;
}
#product-product #content #column-right .shipping_info {
	color: rgb(17, 17, 17);
	font-size: 14px;
	font-weight: 400;
	line-height: 17px;
}
#product-product #content #column-right .shipping_info p {
	display: flex;
	align-items: center;
	gap: 24px;
	margin-bottom: 12px;
}
#product-product #content #column-right .shipping_info p:before {
	content: "";
	height: 48px;
	min-width: 48px;
	background-image: url(../image/shippingbox.svg);
	background-size: contain;
	background-repeat: no-repeat;
	display: block;
}
#product-product #content #column-right .shipping_info a {
	display: inline-block;
	width: 100%;
	color: rgba(0, 0, 0, 0.6);
	font-size: 18px;
	font-weight: 400;
	line-height: 22px;
	text-align: center;
	text-decoration-line: underline;
	margin-bottom: 0;
}
#product-product #content #column-right hr {
	margin-top: 24px;
	margin-bottom: 24px;
	border-top: 1px solid rgb(217, 217, 217);
}
#product-product #content #column-right .time_info {
	color: rgb(17, 17, 17);
	font-size: 14px;
	font-weight: 400;
	line-height: 17px;
	display: flex;
	align-items: center;
	gap: 24px;
	margin-bottom: 12px;
}
#product-product #content #column-right .time_info:before {
	content: "";
	height: 48px;
	min-width: 48px;
	background-image: url(../image/shippingclock.svg);
	background-size: contain;
	background-repeat: no-repeat;
	display: block;
}
#product-product #content #column-right .free-delivery {
	margin-top: 81px;
	margin-bottom: 61px;
}
#product-product #content #column-right .free-delivery h4 {
	color: rgb(77, 179, 124);
	font-size: 18px;
	font-weight: 600;
	line-height: 22px;
	text-align: center;
	text-transform: uppercase;
	margin-top: 0;
}
#product-product #content #column-right .free-delivery p {
	color: rgb(17, 17, 17);
	font-size: 18px;
	font-weight: 400;
	line-height: 22px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 0;
}
/* блог статті --------------------------------------------------------------- */
#content .blog .cardmini_header {
	margin-top: 28px;
	margin-bottom: 48px;
}
#content .blog .summary .blog_stats {
	display: none;
}
#content .blog .blog_grid_holder {
	padding-top: 0;
}
#content .blog .summary .image {
	margin-bottom: 24px;
}
#content .blog .summary h2 {
	margin-bottom: 12px;
}
#content .blog .summary h2 a {
	color: rgb(17, 17, 17);
	font-size: 18px;
	font-weight: 600;
	line-height: 22px;
	text-transform: uppercase;
}
#content .blog .summary p {
	color: rgb(17, 17, 17);
	font-size: 18px;
	font-weight: 400;
	line-height: 22px;
}
#content .blog .summary p:last-child {
	text-align: right;
}
#content .blog .summary p a {
	color: rgba(0, 0, 0, 0.6);
	text-decoration-line: underline;
}
#content .blog .summary p a i {
	display: none;
}
#content .blog .summary .pages_shown {
	/* text-align: right; */
}
/* доставка та оплата --------------------------------------------------------------- */
#information-information #content .delivery_text h2 {
		color: rgb(0, 0, 0);
		font-size: 18px;
		font-weight: 600;
		line-height: 22px;
		text-transform: uppercase;
		margin-bottom: 12px;
}
#information-information #content .delivery_text p {
		color: rgb(0, 0, 0);
		font-size: 14px;
		font-weight: 400;
		line-height: 17px;
		margin-bottom: 12px;
}
#information-information #content .delivery_image img {
	max-width: 100%;
}
/* статті --------------------------------------------------------------- */
.blog_post {
	padding-left: 0;
}
.blog_post .article {
	color: rgb(17, 17, 17);
	font-weight: 400;
	margin-bottom: 48px;
}
.blog_post .article_image img {
	width: 100%;
}
.blog_post .article h1 {
	font-size: 32px;
	line-height: 39px;
	text-transform: uppercase;
	margin-top: 48px;
	margin-bottom: 24px;
}
.blog_post .article p {
	font-size: 18px;
	line-height: 22px;
	margin-right: 110px;
}
/* медіазапити --------------------------------------------------------------- */
@media (max-width: 1320px) {
	#menu .nav>li>a {
		font-size: 14px;
	}
	#menu .dropdown-toggle::after {
		margin-left: 5px;
	}
	#menu .navbar-nav>li::after {
		padding: 0 10px;
	}
	#product-product #content #column-right .info-block {
		max-width: 100%;
		padding: 15px;
	}
	#product-product #product #button-cart {
		width: auto;
	}
}
@media (max-width: 1260px) {
	#callback-form .form-row {
		flex-direction: column;
	}
	#information-contact #content .call-form {
		margin-top: 75px;
	}
}
@media (max-width: 1200px) {
	#product-product #content #column-right .shipping_info p,
	#product-product #content #column-right .time_info {
		gap: 18px;
	}
	#product-product #content #column-right .shipping_info p:before,
	#product-product #content #column-right .time_info:before {
		height: 36px;
		min-width: 36px;
	}
}
@media (max-width: 980px) {
	#information-contact #content .call-img {
		padding-top: 50px;
		min-width: 325px;
		width: 100%;
	}
	#information-contact #content .call-img img {
		width: 100%;
	}
}
@media (min-width: 768px) {
	.search_mobile {
		display: none;
	}
}
@media (max-width: 767px) {
	.cardmini_row .product-thumb  .button-group {
    display: block;
}
	 .breadcrumb li {
    font-size: 14px;
 
}
	header {
		margin-bottom: 20px;
	}
	.search_desk {
		display: none;
	}
	.search_mobile {
		display: block;
		padding: 12px;
	}
	/* conact ------------------------------------------------------------------------- */
	#information-contact #content {
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
		gap: 50px;
	}
	#information-contact #content .call-img {
		display: none;
	}
	#information-contact #content .contact-graf {
		width: 100%;
		text-align: center;
		margin: 0;
	}
	#information-contact #content .call-form {
		width: 100%;
		padding: 0;
		margin-top: 0;
	}
	/* #callback-form .form-row {
		align-items: center;
	} */
	#callback-form .form-row label {
		align-items: center;
	}
	.call-form #name,
	.call-form #phone {
		margin-right: 0;
		margin-left: 0;
	}
	.call-form input[type=text],
	.call-form input[type=tel] {
		width: 65%;
	}
	/* footer ------------------------------------------------------------------------- */
	footer {
		text-align: center;
		margin-top: 0;
	}
	footer .row {
		flex-direction: column;
	}
	.footer_logo {
		width: 100%;
		order: 1;
	}
	.footer_logo img {
		margin: 36px auto 49px auto;
	}
	.footer_info {
		width: 100%;
		order: 4;
	}
	.footer_time {
		width: 100%;
		order: 2;
		margin-bottom: 49px;
	}
	.footer_social {
		width: 100%;
		order: 3;
		margin-bottom: 49px;
	}
	#product-product .product-thumb .caption h4 a {
    color: rgb(17, 17, 17);
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    text-transform: uppercase;
}
.multi-level .list-unstyled li{
margin-bottom: 10px;
margin-top: 7px;
}
.product-thumb .caption h4 a {
    display: inline-block;
    width: 100%;
    color: #111111;
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    text-transform: uppercase;
    height: 51px;
    overflow: hidden;
}
.product-thumb .price_to_like-button {
    display: flex;
    align-items: center;
    gap: 12px;
    position: absolute;
    right: 19px;
    top: 7px;
    opacity: 0.5;
}
.product-thumb .price_to_like-button button:last-child{
    display: none;
   
}
.product-thumb .caption .price {
    font-size: 14px;
    width: 100%;
}
.product-thumb .price_to_like-button .form-group {
    margin-bottom: 5px;
}
.product-thumb .caption {
    min-height: 0;
    padding: 0 12px 0px 12px;
}
#cart .btn {
 
    padding: 24px 0px 22px;
 
 
}
.product-thumb .caption p {
    color: rgba(0, 0, 0, 0.45);
    font-size: 11px;
    font-weight: 400;
    line-height: 15px;
    text-align: center;
    text-transform: uppercase;
    min-height: 30px;
}
.product-thumb .to_buy span {
 
    font-size: 14px;
 
}
.blog_post .article h1 {
    font-size: 21px;
    line-height: 27px;
  
}
.blog_post .article p {
    font-size: 18px;
    line-height: 22px;
    margin-right: 0;
}
}
#cart .btn-inverse .fa-shopping-cart::before {
	display: inline-block;
	vertical-align: middle;
	content: url(../image/header_cart.svg);
	width: 20px;
	height: 20px;
}
#cart .pull-right .text-right a:first-child {
	display: none;
} 
@media (max-width: 500px) {
	/* conact ------------------------------------------------------------------------- */
	/* #information-contact #content {
		align-items: start;
	}
	#information-contact #content .contact-graf {
		width: 100%;
		text-align: start;
	}
	#information-contact #content .contact-graf div {
		width: 100%;
	} */
	#information-contact #content .call-form {
		width: 100%;
	}
	#callback-form .form-row {
		width: 100%;
		flex-direction: column;
		justify-content: center;
	}
	.call-form input[type=text],
	.call-form input[type=tel] {
		width: 100%;
	}
	.call-form button {
		max-width: 100%;
	}
	.cardmini_header {
		gap: 12px;
	}
	.cardmini_title {
		font-size: 20px;
		font-weight: 400;
		line-height: 24px;
	}
	.cardmini_header-line {
		width: 12px;
	}
	#information-information #content .delivery_text h2 {
		margin-bottom: 24px;
	}
	#information-information #content .delivery_text p {
		margin-bottom: 24px;
	}
	#information-information #content .delivery_image {
		display: none;
	}
}

.product_wrapper .tab-content {
	padding-left: 0;
}