
/*
Theme Name: Ardatiev
Template: eCommerce-market-pro

Theme URI: http://example.com/
Description: Дочерняя тема для eCommerce-market-pro
Author: Web Owl
Author URI: https://webowl.pro/
Version: 1.0
*/
img {
	object-fit: cover;
}

html.no-touch {
	margin-top: 0 !important;
}

.page-title {
	font-size: clamp(1.5rem, 1.36rem + .7vw, 2.2rem) !important;
}

.color-yellow {
	text-align: center;
	padding-top: 2rem;
}

.color-yellow span, .product-list-wrapper a.single_add_to_wishlist, .product-list-wrapper a.single_add_to_wishlist i, .slick-prev::before, .slick-next::before {
	color: #bb4d06;
}

.widget_smartslider3 h2, .cat-front h2, .heading .entry-title, .blog-section .heading .entry-title, h2.widget-title {
	color: #585858;
	display: inline-block;
	font-size: clamp(1.5rem, 1.1929rem + 1.5357vw, 1.93rem);
	line-height: 1.2;
	position: relative;
	text-transform: uppercase;
	font-family: "ProximaNova-Bold";
	padding: 0;
}

.widget_smartslider3, .cat-front, #text-10 {
	text-align: center;
	padding-top: 90px;
}

.wrapper-my {
	padding-top: 40px;
}

.widget_smartslider3 h2:before, .cat-front h2:before, h2.widget-title:before {
	background: #999 none repeat scroll 0 0;
	bottom: 0;
	content: "";
	display: block;
	height: 1px;
	margin: auto;
	position: absolute;
	right: -80px;
	top: 0;
	width: 65px;
}

.widget_smartslider3 h2:after, .cat-front h2:after, h2.widget-title:after {
	background: #999 none repeat scroll 0 0;
	bottom: 0;
	content: "";
	display: block;
	height: 1px;
	margin: auto;
	position: absolute;
	left: -80px;
	top: 0;
	width: 65px;
}

.block-front, .cat-desc a, .header-nav-section .navbar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.block-front:nth-child(even) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.block-front {
	border: 2px solid rgba(152, 152, 152, .34);
	padding: 10px;
	margin-bottom: 20px;
}

.cat-img, .cat-desc {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	text-align: start;
}

h2.widget-title {
	margin-bottom: 40px;
}

.cat-desc {
	padding: 0 2rem;
}

.cat-desc h3 {
	font-size: 1.8rem;
}

.cat-desc p {}

.cat-desc a {
	padding: 5px 10px;
	background-color: #bb4d06;
	color: #fff;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-transform: uppercase;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}

.cat-desc a:hover {
	background-color: #f9b900;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}

.slider-image {
	max-height: 100vh;
	height: 100%;
}

.slider-image video, .top__header-widget, .hgroup-left, .header-nav-section .navbar, .tags-links, .cat-links {
	width: 100%;
}

.hgroup-left {
	padding: 20px 0;
}

.hgroup-right {
	width: 50%;
	text-align: left;
	margin-right: 100px;
}

.header-nav-section {
	border-top: 2px solid #bb4d06;
}

/* Page content */
.content {
	padding: 16px;
}

/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
	padding-top: 60px;
}

.menu-top-menu-container ul li ul {
	background-color: #363636;
}

.menu-top-menu-container ul li ul li a {
	text-transform: inherit;
	padding: 7px 11px !important;
	color: #fff !important;
	opacity: .8;
	font-weight: normal;
}

.menu-top-menu-container ul li ul li a:hover, .menu-top-menu-container ul li ul li:hover > a {
	color: #bb4d06;
}

.top__header-widget, .header__menu-left, .catalog__tax {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	width: 100%;
}

.catalog__tax {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.catalog__tax a {
	width: 33%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 25px;
}

.catalog__tax a img {
	margin-right: 10px;
}

.top__header-widget {
	border-bottom: 2px solid #bb4d06;
	padding: 10px 0;
	background: linear-gradient(to top, #4f4f4f 0%, #333 100%);
}

.hgroup-wrap {
	padding-top: 0;
	padding-bottom: 0;
}

.product-search-section {
	width: 0;
	-webkit-transition: width .6s ease-out .2s;
	-o-transition: width .6s ease-out .2s;
	transition: width .6s ease-out .2s;
}

.advance-search-wrap {
	display: none;
}

.product-search-section input[type="search"] {
	background: transparent !important;
	border-color: transparent;
	-webkit-transition: border-color 1s ease-out .6s;
	-o-transition: border-color 1s ease-out .6s;
	transition: border-color 1s ease-out .6s;
}

.product-search-section:hover {
	width: 70%;
}

.disr__none {
	opacity: 0;
	right: 0;
	display: none;
}

.dis__none {
	opacity: 0;
	left: 0;
	display: none;
}

.header-nav-section .navbar {
	position: relative;
}

.small__logo, .menu__right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 200px;
	width: 100%;
	-webkit-transition: 1.5s;
	-o-transition: 1.5s;
	transition: 1.5s;
	opacity: 1;
}

.menu__right {
	right: 0;
	width: auto;
}

#masthead .header-nav-section {
	background: linear-gradient(to bottom, #4f4f4f 0%, #333 100%) !important;
}

.product-search-section:hover input[type="search"] {
	border-color: #bb4d06;
}

.site-branding {
	margin: 0 auto;
	max-width: 400px;
	width: 100%;
}

.header-information {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	text-align: left;
	width: 50%;
	margin-left: 100px;
}

.header-information .social-links {
	text-align: left;
}

.header-menu-holder {
	margin-left: left;
}

.header-product-info {
	width: 33px;
}

.site-generator.no-footer-menu .footer-menu, .site-generator.no-footer-menu .footer-menu ul {
	float: none;
	width: 100%;
}

.inline-social-icons li {
	border: 1px solid #fff;
	border-radius: 50%;
	width: 30px;
	text-align: center;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: inherit;
	top: 3px;
}

.select2-container .select2-selection--single {
	height: 41px;
	border: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: inherit;
}

.read-more {
	display: block;
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	color: #585858;
	font-family: "ProximaNova-Bold";
	padding: 0;
	text-transform: uppercase;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}

.aps-themeb p {
	text-align: start;
}

.aps-themeb p > a {
	padding-top: 10px;
}

h2.aps-post-title a, .blog-section .post .entry-title a {
	font-family: "ProximaNova-Bold";
	color: #bb4d06;
	font-size: 20px;
}

#text-10 button {
	background: transparent;
	color: #1b1d23;
	right: -4.8%;
}

#text-10 button:first-child {
	left: -4.8%;
}

#text-10 button .icon-left-open-big, #text-10 button .icon-right-open-big {
	font-size: 25px;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}

#text-10 button .icon-left-open-big:before, #text-10 button .icon-right-open-big:before {
	font-weight: bolder;
}

.read-more:hover, #text-10 button .icon-left-open-big:hover, #text-10 button .icon-right-open-big:hover {
	color: #f9ba00;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}

.page-title-wrap {
	margin-bottom: 75px;
	padding: 100px 0;
}

h2.page-title, h2.page-title + h3, .catalog__title h2 {
	text-align: center;
}

.catalog__title {
	padding-top: 25px;
}

.header__catalog img {
	max-width: 300px !important;
	width: 100% !important;
	display: block;
	margin: 0 auto;
}

.page-title-wrap > .container {
	position: relative;
}

.page-title-wrap > .container:before {
	content: "";
	left: 50%;
	top: 50%;
	position: absolute;
	transform: translate(-50%, -35%);
	max-width: 1260px;
	width: 100%;
	height: 319px;
	border: 10px solid #000;
	border-image-outset: 0;
	border-image-repeat: stretch;
	border-image-slice: 100%;
	border-image-slice: 100%;
	border-image-slice: 1;
	border-image-source: none;
	border-image-width: 1;
	border-image: linear-gradient(to bottom, #fff, #000);
}

.blog .page-title-wrap > .container:before {
	transform: translate(-50%, -40%);
}

.menu-top-menu-container ul li.wpml-ls-item ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 50px;
}

.menu-top-menu-container ul li.wpml-ls-item ul li a {
	width: auto;
}

#adminmenu #menu-posts-pattern .wp-menu-image img {
	padding-top: 0 !important;
}

.woocommerce div.product p.price, .breadcrumbs a:hover, .text__orange {
	color: #bb4d06;
}

.txt_single-woo {
	padding-bottom: 4rem;
}

.fa.fa-shopping-cart {
	margin-right: 10px;
}

.btn__catalog, .buttons__form {
	text-align: center;
}

.btn__catalog a {
	padding: 1rem 1.5rem;
	background-color: #bb4d06;
	color: #fff;
	text-transform: uppercase;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}

.btn__catalog a:hover {
	-webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, .2);
	-moz-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, .2);
	box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, .2);
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}

.d-flex, #li_11, .hour div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.wpcf7-form, .wpcf7 {
	margin-top: 0;
	padding-top: 0;
}

.hour div label {
	width: auto;
}

.ml {
	margin-left: 15px;
}

.lity-container {
	background-color: #fff;
	max-width: 720px;
	width: 100%;
	overflow-y: scroll;
}

.lity-content {
	padding: 30px;
}

.fa.fa-exclamation-triangle {
	background: #fff none repeat scroll 0 0;
	color: rgba(239, 198, 44, .9);
}

.d-flex li, .d-flex > div {
	width: 50%;
}

table td {
	text-transform: none;
}

a[aria-current="page"] {
	color: #bb4d06;
}

.prim__cont {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
}

#myCarousel {
	max-width: 500px;
	width: 100%;
}

#slider {
	margin-bottom: 20px;
}

.slick-prev::before, .slick-next::before {
	font-family: "fontawesome";
}

.slick-next {
	opacity: 0;
	right: -20px;
	transition: all .5s ease-out .2s;
}

.slick-prev {
	opacity: 0;
	left: -20px;
	transition: all .5s ease-out .2s;
	z-index: 1;
}

#slider:hover .slick-next, #slider:focus .slick-next {
	right: 0;
	opacity: 1;
}

#slider:hover .slick-prev, #slider:focus .slick-prev {
	left: 0;
	opacity: 1;
}

.slick-next::before {
	content: "";
}

.slick-prev::before {
	content: "";
}

#carousel .slick-slide {
	margin: 0 5px;
	padding: 5px;
	border: 2px solid lightgrey;
}

google-auto-placed {
	margin: 5rem 0;
}

.site-footer {
	margin-top: 10px;
	padding: 1rem 0;
	background: linear-gradient(to bottom, #4f4f4f 0%, #333 100%) !important;
	border-top: 2px solid #bb4d06;
}

.bottom-footer {
	padding-top: 10px;
}

.site-generator {
	padding: 10px 0;
	padding: 10px 0;
}

.adsbygoogle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex !important;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 45px;
}

.entry-content .catalog__table td:first-child {
	font-weight: 700;
	font-size: 17px;
}

#carouselOneWWW {
	margin-top: 50px;
}

#carouselOneWWW .slick-track {
	padding: 130px 0;
}

#carouselOneWWW .slick-slide {
	transform: scale(1.5);
	transition: all .5s ease-out .2s;
	margin: 0 -10px;
	z-index: 9000;
}

#carouselOneWWW .slick-current {
	transform: scale(2.5);
	opacity: 1;
	z-index: 99999;
	position: relative;
}

#carouselOneWWW .slick-prev, #carouselOneWWW .slick-next {
	opacity: 1;
}

#carouselOneWWW .slick-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	bottom: -15px;
}

.slick-dots li button:before {
	content: "";
	height: 2px;
	background-color: #1b1d23;
	top: inherit;
	bottom: 0;
	width: 60px;
}

#carouselOneWWW .slick-dots li {
	margin: 0 25px;
}

.slick-dots li.slick-active button:before {
	height: 6px;
}

.slick-prev::before, .slick-next::before {
	color: #1b1d23;
	font-family: "FontAwesome";
	font-size: 42px;
	left: 0;
	position: absolute;
	right: 0;
	top: -15px;
	transition: all .3s ease 0s;
	z-index: 9;
}

.slick-next::before {
	content: "";
	right: -45px;
}

.slick-prev::before {
	content: "";
	left: -45px;
}

.embed-container iframe {
	width: 100%;
	height: 100%;
}

.video_fr svg {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: .5s;
	z-index: 1;
}

.video_fr {
	position: relative;
	display: inline-block;
	overflow: hidden;
}

.video_fr .title__p {
	width: 100%;
	background: rgba(0, 0, 0, .3) none repeat scroll 0% 0%;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 7px 0;
}

.video_fr p {
	width: 100%;
	margin-bottom: 0;
	color: #fff;
}

.video_fr svg:hover path {
	stroke: red;
	transition: .5s;
}

.video_fr svg:hover circle, .video_fr svg:hover ellipse {
	fill: #fff;
	stroke: red;
	stroke-width: 2px;
	transition: .5s;
}

.border__wr {
	display: flex;
	-moz-box-align: center;
	align-items: center;
	-moz-box-pack: center;
	justify-content: center;
	height: 100%;
	left: 0px;
	top: 0px;
	width: 100%;
	position: absolute;
}

.bottom__right, .bottom__left, .top__right, .top__left {
	position: absolute;
	width: 15px;
	height: 15px;
	z-index: 2;
}

.top__left {
	left: 10px;
	top: 10px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
}

.top__right {
	top: 10px;
	right: 10px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}

.bottom__right {
	bottom: 10px;
	right: 10px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}

.bottom__left {
	bottom: 10px;
	left: 10px;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
}

.check__form {
	width: 22px;
	max-height: 24px;
}

.link__rules {
	opacity: .5;
}

.article__blog-single .entry-content {
	border-bottom: 2px solid #bb4d06;
	padding-bottom: 30px;
	margin-bottom: 30px;
	display: flex;
	flex-direction: column;
}

.article__blog-single .entry-content a {
	margin: 0 auto;
}

.entry-title-h4 {
	padding-bottom: 30px !important;
}

.CustomerNews_txt {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.popup-wrapper.active .popup-wrap {
	width: auto;
	right: unset;
	left: 50%;
	t-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	padding: 50px;
}

#recallbar, .login-register-wrap .rcb_line:first-child, #addNews .rcl-terms-select .rcl-checkbox-box:first-child {
	display: none;
}

.login-register-wrap .rcb_line > a {
	color: #fff;
	background: none;
	padding: 7px 19px 8px;
	text-transform: capitalize;
	font-weight: 400;
	border-radius: 25px;
	font-size: clamp(.75rem, .5954rem + .7707vw, 1rem);
}

.rcli {
	margin-right: 5px;
}

.time_blog {
	font-size: 95px;
	font-weight: 700;
	color: #e6e6e6;
	font-family: "ProximaNova-Bold";
}

.time_blog span {
	color: #525252;
	font-size: 24px;
	font-weight: 700;
	left: 13%;
	line-height: 1;
	position: absolute;
}

#custom_html-12 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

div.nsl-container {
	text-align: center !important;
}

.social-links ul li {
	height: 30px;
}

.social-links ul li a[href*="t.me"]::before {
	content: "";
	background: url("https://cdn-ilaajlb.nitrocdn.com/uVrEIIbCSvHsIzqDrahPBpUtYbjVFpyB/assets/images/source/rev-f9bb374/www.vykroyka.com.ua/wp-content/themes/Ardatiev/./img/logo_telegram.svg") no-repeat center;
	display: inline-block;
	width: 18px;
	height: 18px;
}

.social-links ul li a[href*="tiktok.com"]::before {
	content: "";
	background: url("https://cdn-ilaajlb.nitrocdn.com/uVrEIIbCSvHsIzqDrahPBpUtYbjVFpyB/assets/images/source/rev-f9bb374/www.vykroyka.com.ua/wp-content/themes/Ardatiev/./img/logo_tiktok.svg") no-repeat center;
	display: inline-block;
	width: 18px;
	height: 18px;
}

.social-links ul li a[href*="threads.net"]::before {
	content: "";
	background: url("https://cdn-ilaajlb.nitrocdn.com/uVrEIIbCSvHsIzqDrahPBpUtYbjVFpyB/assets/images/source/rev-f9bb374/www.vykroyka.com.ua/wp-content/themes/Ardatiev/./img/threads.svg") no-repeat center;
	display: inline-block;
	width: 18px;
	height: 18px;
}

.sdfdf {
	max-width: 450px;
	width: 100%;
}

body .ssi-modalOuter {
	z-index: 9999;
}

.cart .product-quantity, .cart .product-subtotal, .cart .product-price, .grecaptcha-badge {
	display: none;
}

.cart .product-remove, .cart .product-subtotal, .cart .product-price {
	text-align: center;
}

.widget_webowl_subcategories .webowl_title {
	text-align: center;
}

.widget_webowl_subcategories .webowl_subcategory {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 15px;
}

.widget_webowl_subcategories .product-content {
	position: relative;
}

.widget_webowl_subcategories .product-content .webowl_wrapper {
	position: absolute;
	top: 50%;
	left: 10%;
	-webkit-transform: translate(-5%, -50%);
	-ms-transform: translate(-5%, -50%);
	transform: translate(-5%, -50%);
	background-color: rgba(255, 255, 255, .6);
	padding: 25px;
	width: 87%;
}

.widget_webowl_subcategories .product-content .webowl_wrapper h3 {
	margin-bottom: 25px;
	color: #585858;
	font-size: clamp(1.87rem, 1.574rem + .6158vw, 2.313rem);
}

.widget_webowl_subcategories .product-content .webowl_wrapper a {
	border: 1px solid #000;
	color: #000;
}

.widget_webowl_subcategories .product-content .webowl_wrapper a:hover {
	color: #fff;
}

/*---------------------------------*/

/*---Media Query ----*/

/*---------------------------------*/
@media screen and (min-width: 37.5em) {
	#custom_html-12 {
		padding-top: 90px;
	}
	
	.main-navigation {
		width: auto;
		margin: 0 auto;
	}
	
	.login-register-wrap .rcb_right_menu {
		margin-left: 20px;
	}
}

@media screen and (min-width: 769px) {
	.post-featured-image img {
		max-height: 144px;
	}
}

@media only screen and (max-width: 1200px) {
	.hgroup-left .site-branding {
		margin-right: auto;
	}
	
	.header-nav-section.sticky .navbar .small__logo {
		justify-content: center;
		max-width: 100%;
		width: 100%;
	}
	
	.header-nav-section.sticky .navbar .small__logo img {
		max-width: 300px;
	}
	
	.header-nav-section.sticky .navbar {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

@media only screen and (max-width: 991px) {
	.v-center {
		text-align: center;
	}
	
	.header-information {
		margin-left: 25px;
	}
	
	.hgroup-right {
		margin-right: 25px;
	}
}

@media screen and (max-width: 768px) {
	.login-register-wrap .btn, .login-register-wrap .rcb_line > a {
		padding: 7px;
		border: none;
	}
	
	#myCarousel {
		margin-right: 0;
		float: none;
	}
	
	.d-flex li, .d-flex > div {
		width: 100%;
	}
	
	.block-front {
		display: grid;
	}
	
	.prim__cont {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	#myCarousel {
		margin: 2rem auto;
	}
	
	.mean-container .mean-nav > ul {
		position: inherit;
		height: auto;
	}
	
	.blog #primary .post-item, .thumbnail-view #primary .post-item {
		width: 100%;
	}
	
	#masthead {
		margin-bottom: 3rem;
	}
	
	.product-search-section {
		display: none;
	}
	
	.header-menu-holder {
		width: auto;
	}
	
	.cat-img {
		margin-bottom: clamp(1rem, -.0714rem + 5.3571vw, 2.5rem);
	}
	
	.cat-desc {
		padding: 0;
	}
	
	.cat-desc h3 {
		font-size: clamp(1.5rem, 1.2857rem + 1.0714vw, 1.8rem);
	}
	
	.widget_smartslider3, .cat-front, #text-10, .padding-space, #custom_html-12, .widget_webowl_subcategories {
		padding-top: clamp(3.25rem, 1.5571rem + 8.4643vw, 5.62rem);
	}
}

@media only screen and (max-width: 759px) and (min-width:560px) {
	.widget_webowl_subcategories .webowl_subcategory {
		grid-template-columns: 1fr 1fr;
	}
	
	.widget_webowl_subcategories .webowl_subcategory > div:last-child {
		-ms-grid-column: 1;
		grid-column-start: 1;
		-ms-grid-column-span: 2;
		grid-column-end: 3;
		display: -ms-grid;
		display: grid;
	}
	
	.widget_webowl_subcategories .webowl_subcategory > div:last-child a img {
		max-height: 300px;
	}
}

@media only screen and (max-width: 559px) {
	.widget_webowl_subcategories .webowl_subcategory {
		grid-template-columns: 1fr;
	}
	
	.widget_webowl_subcategories .product-content .webowl_wrapper {
		left: 0;
		-webkit-transform: translate(0%, -50%);
		-ms-transform: translate(0%, -50%);
		transform: translate(0%, -50%);
		width: 100%;
	}
	
	.catalog__tax a {
		width: 50%;
	}
	
	.lity-container {
		overflow-y: scroll;
	}
	
	.lity-content:after {
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	
	.hgroup-wrap .top__header-widget {
		flex-wrap: wrap;
	}
	
	.d-flex {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column;
		flex-flow: column;
	}
	
	.top__header-widget .header-information {
		position: relative;
		right: 0;
		float: none;
		width: 100%;
		margin-left: 0;
	}
	
	.header-menu-holder {
		order: 0;
	}
	
	.product-search-section {
		order: 1;
	}
	
	.header__menu-left {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		justify-content: space-between;
	}
	
	.top__header-widget .header-information .social-links {
		width: 100%;
		text-align: center;
	}
	
	.advance-search-form {
		width: 70%;
	}
	
	.top__header-widget .hgroup-right {
		margin: 0 15px;
		float: none;
	}
	
	.header-nav-section .navbar {
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	
	.header-nav-section.sticky .navbar {
		justify-content: space-between;
	}
	
	.header-nav-section.sticky .navbar .small__logo {
		padding-top: 1rem;
		max-width: 100%;
		margin-bottom: 1rem;
		justify-content: center;
	}
	
	.header-nav-section.sticky .navbar .small__logo img {
		max-width: 300px;
		width: 100%;
	}
	
	.header-nav-section.sticky .navbar .main-navigation {
		width: auto;
	}
	
	.small__logo {
		order: 0;
	}
	
	#site-navigation {
		order: 2;
	}
	
	.hgroup-right .login-register-wrap {
		position: relative;
		right: 0;
		top: 0;
		margin-left: 0;
	}
	
	.hgroup-left .site-branding {
		max-width: 300px;
		width: 100%;
	}
}

@media only screen and (max-width: 380px) {
	.widget_webowl_subcategories .product-content .webowl_wrapper a {
		width: 100%;
	}
}

@media only screen and (max-width: 321px) {
	.hgroup-left .site-branding {
		max-width: 250px;
		width: 100%;
	}
}

.owl-stage-outer .christmas-frame:after, .SDgfdhg .christmas-frame:after {
	top: -3%;
	left: -2%;
	z-index: 10;
}

#custom_html-11 .christmas-frame:after {
	top: 5%;
	left: 0%;
}

.christmas-frame {
	width: 100%;
}

.content-area .post-image img {
	width: 100% !important;
}
