/*
Theme Name: Storess
Theme URI: https://sellerthemes.com/storess-free/
Author: Seller Themes
Author URI: https://sellerthemes.com/
Description: Storess is a WooCommerce multipurpose WordPress theme designed for shopping online stores. Storess is suitable for eCommerce websites such as fashion, suit, sneaker, shoes, glasses, accessories, supermarket … or anything you want. The theme is built with lots of cool features and fully eCommerce functionalities in Pro version. Visit Storess pro demo. https://preview.sellerthemes.com/pro/storess/
Template: storely
Version: 1.0.36
Tested up to: 6.1
Requires PHP: 5.6
License: GPLv3 or later
License URI:  https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: storess
Slug: storess
Tags: one-column, two-columns, right-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu,  custom-logo, featured-image-header, featured-images, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, blog, e-commerce, portfolio, editor-style, grid-layout

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.

*/


/* Colors */
body {
	color: #333;
	line-height: 1.6;
}
a {
	color: #b28947;
}
.woocommerce a.button {
	background: #555;
}
.woocommerce a.button:hover {
	background: #b28947;
}
button[type=submit]:focus,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
a:focus,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
[type=search],
.header-search-form .header-search-select,
.above-header .select-currency select:focus,
.header-search-form .header-search-select:focus {
	outline: none !important;
}
.header-search-form .header-search-select,
#main-header3 .header-search-form .header-search-select {
    width: 30%;
    display: inline-block;
    border: none;
    float: right;
    cursor: pointer;
    min-height: 40px;
    border-left: 1px solid #e8e8e8;
    padding: 12px 29px 12px 19px;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline-offset: -5px;
    background: url("data:image/svg+xml;utf8,<svg fill='rgb(36 39 46)' height='25' viewBox='0 0 24 24' width='25' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>")
        no-repeat 97% 11px;
    position: relative;
	outline: none !important;
}
.header3 .navbar-area {
    background-color: #555;
    padding: 18px 10px 18px 15px;
    border-radius: 4px;
    margin-bottom: 0;
}
.product-category-btn {
	background-color: #555;
}
.header3 .navbar-area .main-menu-right {
    padding-right: 15px;
}
.header3 .main-navbar .main-menu > li.menu-item:not(.focus):not(.active):not(:hover) > a:not(:focus):not(:hover) {
    color: #fff;
}
.slider3 .slider-section .slider-info {
    min-height: 247px;
    overflow: hidden;
    position: relative;
    z-index: 0;
    height: 247px;
}
.slider3 .slider-section .slide-text.btn-white:hover,
.slider3 .slider-section .slide-text.btn-white:focus {
    color: var(--bs-white);
    background-color: var(--bs-secondary);
}
.slider3 .slider-section .slider-info .cycle-image-wrapper> img{
    position:absolute;
    opacity: 0;
}
.slider3 .slider-section .slider-info .cycle-image-wrapper> img.active{
  opacity: 1;
}
.slider3 .slider-section .slider-info img {
    object-fit: fill;
    min-height: 197px;
    height: 100%;
    width: 100%;
	transform: scale(1);
    transition: 1s linear;
}
.slider3 .slider-section .slider-info >img:focus-within {
    transform: scale(1.2);
}
.slider3 .slider-section .slider-info .slider-area {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    padding: 20px 10px 10px 20px;
}
.slider3 .home-slider-info-wrapper .slider-silde-info .slide-text-title {
    font-size: 45px;
    overflow: hidden;
    line-height: 90%;
    color: var(--bs-secondary);
}
.slider3 .side-slide-left,
.slider3 .side-slide-left > div,
.slider3 .slider-section .side-slide-left .slider-info {
    height: 100%;
	border-radius: 4px;
}
.slider3 .side-slide-left .slide-text-description {
    font-size: 3rem;
}
.slider2 .slider-section .slider-info,
.slider3 .slider-section .slider-info {
    min-height: 247px;
    overflow: hidden;
    position: relative;
    z-index: 0;
    height: 247px;
	border-radius: 4px;
}
.slider2 .slider-section .slider-info .slide-text.btn-white:hover,
.slider2 .slider-section .slider-info .slide-text.btn-white:focus,
.slider3 .slider-section .slide-text.btn-white:hover,
.slider3 .slider-section .slide-text.btn-white:focus {
    color: var(--bs-white);
    background-color: var(--bs-secondary);
}
.slider2 .slider-section .slider-info img,
.slider3 .slider-section .slider-info img {
    object-fit: fill;
    min-height: 197px;
    height: 100%;
    width: 100%;
    transform: scale(1);
    transition: 1s linear;
}
.slider2 .slider-section .slider-info .slider-area,
.slider3 .slider-section .slider-info .slider-area {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    padding: 20px 10px 10px 20px;
}
.slider2 .slider-section .slider-info >img:hover,
.slider3 .slider-section .slider-info >img:hover,
.slider2 .slider-section .slider-info >img:focus-within,
.slider3 .slider-section .slider-info >img:focus-within {
    transform: scale(1.2);
}
.col-lg-6.col-12.slider3-main {
    padding-left: 0px;
    padding-right: 0px;
}
.high-bg {
    background-color: #ffffff;
    padding: 5px 10px;
}
.header-search-form {
    margin-bottom: 0;
}
.header-search-form .header-search-button {
    border: 1px solid #555;
    background-color: #555 !important;
}	
.footer-widgets .widget_products li a:before {
    content: none !important;
}
.footer-widgets .widget_products li a {
	display: contents !important;
}
.footer-section .widget_calendar table th,
.footer-section .widget_calendar table td {
    line-height: 30px;
}
.footer-section figure.wp-block-table table tr, 
.footer-section figure.wp-block-table figcaption {
    color: #fff;
}
.footer-section figure.wp-block-table table td {
    border-width: 1px;
}
.menu-right-list li.arrow .arrow-btn span,
.menu-right-list li.favourite .favourite-btn span,
.menu-right-list li.cart-wrapper .cart-icon-wrap span {
    background-color: #b28947;
}
.footer-widgets .widget_text {
    color: #fff;
}
.footer-section ol.wp-block-latest-comments {
    padding: 0;
}
.wp-block-file a.wp-block-file__button {
    border-radius: 4px;
}
.aligncenter {
    margin-left: auto;
    margin-right: auto;
}
.sidebar .wp-block-table {
    padding: 15px;
}
.wp-block-table table tr, .wp-block-table table td {
    border: 1px solid #e8e8e8;
    text-align: center;
}
.sidebar .wp-block-table figcaption {
    text-align: center;
}
.sidebar .widget_block {
    padding: 18px 12px;
}

.post-content .gallery {
    display: inline-block;
}
.wp-block-image figcaption {
    text-align: center;
}
.wp-block-social-links li.wp-social-link {
    padding: 0;
}
.wp-block-social-links li a:before {
    content: none !important;
}
.footer-section .wp-block-social-links li a {
    padding-left: 0.25rem !important;
    margin-bottom: 0 !important;
}
.main-header .widget_calendar table caption {
    padding-right: 1.75rem;
    padding-top: 0;
    padding-bottom: 0;
}
.main-header .wp-block-calendar, .calendar_wrap {
    padding: 20px;
}
.post-items .post-content .gallery-item .gallery-icon img {
    width: 100%;
}
.wp-block-embed figcaption {
    text-align: center;
}
.post-section #st-primary-content .wp-block-group {
    padding: 0 20px;
}
.wp-block-group em {
    color: inherit;
}
.is-style-outline .wp-block-button__link {
    background: transparent !important;
}
.has-text-color em,
.has-text-color h2 {
    color: inherit;
}
a.wp-block-file__button,
a.wp-block-file__button:hover,
a.wp-block-file__button:focus {
    color: #fff;
}
.has-text-color * {
    color: inherit;
}
.has-text-color a:hover, 
.has-text-color a:focus {
    color: inherit;
}
.wp-block-pullquote.has-text-color blockquote {
    border-color: inherit !important;
}
blockquote {
    border-color: inherit !important;
}
.wp-block-calendar table caption {
    font-weight: 500;
}

/* My Next New Go */
.home-slider-info-wrapper .slider-silde-info .slide-subtitle,
.home-slider-info-wrapper .slider-silde-info .slide-text-title {
    font-weight: 600;
    letter-spacing: 0;
    word-break: normal !important;
    position: relative;
    overflow: visible;
}
.home-slider-info-wrapper .slider-silde-info .slide-subtitle span {
	color: #fff;
	overflow: visible;
}
.home-slider-info-wrapper .slider-silde-info .slide-subtitle:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 150px;
	height: 1px;
	background: #fff;
	z-index: 5;
}
.slider-area .tns-nav {
    display: none;
}
.home-slider-info-wrapper .slider-silde-info {
    padding: 5px 0 5px 5px;
}
.home-slider-info-wrapper .slider-silde-info .slide-text-description {
    max-width: 335px;
    line-height: 0.8;
    color: #fff;
    font-size: 17px;
}
.slider3 .home-slider-info-wrapper .slider-silde-info .slide-text-title {
    font-size: 45px;
    overflow: visible;
    line-height: initial;
	color: #fff;
}
.text-primary {
    font-weight: normal;
}
.side-slide-left h5.slide-text-title {
    font-size: 17px !important;
    font-weight: normal;
	position: relative;
}
.side-slide-left h5.slide-text-title:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 150px;
	height: 1px;
	background: #fff;
	z-index: 5;
}
.side-slide-left h5.slide-text-description {
    font-weight: 600;
    font-size: 30px !important;
    line-height: 1;
    width: 250px;
	margin-top: 20px;
}
.side-slide-left .slide-text-btn {
    margin-top: 20px;
}
.side-slide-left .slide-text-btn span {
	display: none;
}
.home-slider-vertical h6 {
    font-size: 17px !important;
	overflow: visible;
}
.home-slider-vertical .slide-text-btn {
    margin-top: 15px !important;
	overflow: visible;
}
.home-slider-vertical .slide-text-btn span {
	display: none;
}
.footer-section {
    background: #222;
	margin-top: 60px;
}
.footer-content .footer-widgets,
.footer-content .footer-widgets .row > .col-lg-4 > *,
.footer-content .footer-widgets > .row > .col-lg-4 {
    border: 0;
}
.footer-section .footer-top .contact-area .title {
    font-size: 17px;
    font-weight: 500;
}
.footer-section .footer-top {
    padding: 30px 0;
    border-bottom: 1px solid #555;
}
.footer-content .footer-widgets > .row > .col-12 > * {
    padding: 25px 25px 15px;
}
.footer-content .footer-widgets .contact-info .text,
.footer-content .footer-widgets .contact-info .text a {
    line-height: 1.35;
    font-size: 14px;
    font-weight: 400;
}
.footer-copyright .copyright-text {
    color: #ddd;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 0.2px;
    margin: 0 auto 0;
    line-height: 1;
    padding: 0;
}
.footer-copyright .copyright-text a,
.footer-copyright .copyright-text a:hover,
.footer-copyright .copyright-text a:focus,
.footer-copyright .copyright-text a:active,
.footer-copyright .copyright-text a:visited {
	color: #ddd !important;
	text-decoration: none !important;
}
.footer-section .footer-copyright .row .col-12 {
    margin-top: 0;
}
.footer-content .footer-widgets .contact-area {
    margin-bottom: 20px;
}
.footer-copyright {
    padding: 10px 0 10px;
    border-top: 1px solid #555;
    margin-top: 20px;
    line-height: 1;
}
.footer-section .footer-content .row,
.footer-section .footer-copyright .row {
    margin-top: 0;
}
.footer-content .footer-widgets .row > .col-lg-4 > .widget .widget-title {
    margin-bottom: 10px;
}
.footer-section .footer-content .row .col-12 {
    margin-top: 10px;
}
#browse-section .my-auto {
    margin-left: 0;
    padding-left: 0;
}
#tns1-mw {
    border-radius: 4px;
}
.fa-angle-right:before {
    content: "\f105";
    font-size: 13px;
    font-weight: 600;
    margin-left: 4px;
}
.slider-info-content .btn-secondary {
	margin-top: 10px;
}
.slider-info-content .btn-secondary span {
	display: none;
}
.main-navbar .main-menu > li.menu-item > a {
    padding: 0 5px;
    margin: 0 10px;
    letter-spacing: 0.5px;
	font-size: 16px;
}
.main-navbar .main-menu > li.menu-item > a:hover {
	color: #fff;
}
#slider-section .btn {
    font-weight: 500;
}
.header-search-form {
    height: 45px;
    padding-right: 70px;
}
.header-search-form input.header-search-input {
    min-height: auto;
    font-size: 15px;
    padding-top: 12px;
    padding-bottom: 0;
}
.header-search-form .header-search-select,
#main-header3 .header-search-form .header-search-select {
    min-height: 45px;
    padding: 12px 29px 11px 19px;
}
.header-search-form .header-search-button {
    padding: 9px 22.46px 7px;
    font-size: 18px;
    top: -1px;
    border-radius: 0 4px 4px 0;
}
.navigation-middle-row {
    min-height: 85px;
}	
.main-menu > li > a, .dropdown-menu li a {
    font-size: 15px;
    font-weight: 400;
}
.product-category-menus-list .main-menu > li > a {
    line-height: 45px;
}	
.scrollingUp {
	display: none !important;
}
.product-category-menus-list .main-menu > li > a {
    line-height: 27px;
    padding: 5px 18px 5px 42px;
    font-weight: 500;
	font-family: 'Roboto';
	color: #333 !important;
}
.main-navbar:not(.breadcrumb-menu) .main-menu > li > a {
    line-height: 20px;
}
.main-navbar .main-menu .menu-item.active > a {
    color: #fff;
    border-bottom: 1px solid #fff;
}
.navbar-area .cart-label .amount {
	color: #fff;
}
.col-lg-7.col-12.tt {
	padding-left: 0;
}
.top_bt {
	text-align: center;
}
.top_bt a {
	text-decoration: none;
	background: #b28947;
	border: 2px solid #b28947;
	border-radius: 5px;
	color: #fff;
	font-weight: 500;
	padding: 0 0;
	height: 45px;
	width: 100%;
	display: inline-block;
	line-height: 2.6;
	transition: 0.3s;
	text-transform: capitalize;
}
.top_bt a:hover {
	transition: 0.3s;
	background: #fff;
	color: #333;
}
.nm_bg:nth-child(1) .bannerinfo {
	background: #f1cc3e;
}
.nm_bg:nth-child(2) .bannerinfo {
	background: #ca61ed;
}
.bannerinfo {
	box-shadow: 2px 2px 5px #aaa;
}
.bannerinfo .info-content .more-link {
    margin-top: 30px;
    display: inline-block;
    color: #fff;
    font-weight: bold;
}
.breadcrumb-area {
    background: transparent !important;
}
.breadcrumb-area:before {
    display: none;
}
.breadcrumb-heading h3 {
    font-size: 35px;
    margin-bottom: 10px;
    font-weight: 500;
}
.breadcrumb-list i {
	display: none;
}
.breadcrumb-list li {
    color: #555;
    font-weight: 400;
    text-decoration: none;
	font-size: 14px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.breadcrumb-list li a {
    color: #555;
    font-weight: 400;
    text-decoration: none;
    font-size: 14px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
.breadcrumb-content,
.breadcrumb-area {
    min-height: auto;
}
.breadcrumb-content {
    padding: 10px 0;
	margin: 20px 0 0 0;
}
.footer-content ul {
	list-style: none;
	display: block;
}
.footer-content ul li {
    display: block;
    float: none;
    width: 100%;
    padding: 4px 0 0 2px;
}
.footer-content ul li a:before {
	display: none;
}
.footer-widgets .row .f_sprava .row {
	position: absolute;
	right: 150px;
	top: 225px;
	text-align: right;
}
.footer-widgets .row .left-content {
	float: none;
	text-align: left;
}
.footer-content .footer-widgets .widget li a {
    color: #eee;
    font-weight: 400 !important;
    font-size: 15px;
    text-align: left;
    padding: 0 !important;
    margin: 0 !important;
    float: none;
}
.footer-content .footer-widgets .widget:not(.widget_text):not(.widget_meta):not(.widget_recent_comments):not(.widget-info):not(.widget_social_widget):not(.widget_calender):not(.widget_tag_cloud) li a:hover, .footer-content .footer-widgets .widget:not(.widget_text):not(.widget_meta):not(.widget_recent_comments):not(.widget-info):not(.widget_social_widget):not(.widget_calender):not(.widget_tag_cloud) li a:focus {
    color: #eee;
}
.error404 h3 {
	font-weight: 500;
	font-size: 17px;
	margin-bottom: 20px;
}
h1 {
    font-weight: 600;
    font-size: 33px;
}
.single-product .woocommerce-tabs .description_tab {
	display: none !important;
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel h2 {
	display: none;
}
.single-product .product .woocommerce-tabs .panel {
    border: 0 !important;
}
.woocommerce div.product .woocommerce-tabs .panel h3 {
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 600;
}
.woocommerce ul.products li.product .product-single .product-content h3 {
    display: none;
}
.woocommerce ul.products li.product .product-single .product-content .price,
.woocommerce ul.products li.product .product-single .product-content .price bdi {
	color: #333;
	font-weight: 600;
	font-size: 18px;
	line-height: 1;
	margin: 0;
	padding: 0;
}
.woocommerce ul.products li.product .product-single .product-content .price {
	border-top: 1px solid #e8e8e8;
	margin: -10px 0 -10px 0;
	padding: 10px 0 0 0;
}
.related.products ul.products li.product .product-single .product-content .price {
	padding: 0 0 0 0;
}
.woocommerce ul.products li.product .product-single h3 {
    font-size: 16px;
    padding: 0 0 10px;
    margin: 0 10px 0;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.1px;
    min-height: auto;
    border-bottom: 1px solid #e8e8e8;
}
.woocommerce ul.products li.product .product-single h3 a {
	color: #333;
	font-weight: 400;
	line-height: 1.2;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    margin: 0 1% 2em;
    padding: 0;
    width: 23%;
}
.woocommerce ul.products li.product .product-action .button.add_to_cart_button {
    background-color: #555;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
	border-radius: 0 0 4px 4px;
    transition: 0.3s;
	display: none;
}
.cart {
	display: none !important;
}
.woocommerce ul.products li.product .product-action .button.add_to_cart_button:hover,
.woocommerce ul.products li.product .product-action .button.add_to_cart_button:focus {
    background-color: #b28947;
    color: #fff;
    transition: 0.3s;
}
ul.products .product .product-single {
    border-radius: 4px 4px 0 0;
}
.related.products {
    text-align: left;
    display: block;
    float: none;
    clear: both;
}
.related.products h2 {
    font-size: 22px;
    font-weight: 600;
    color: #333;
    text-align: left;
    letter-spacing: -0.4px;
    margin: 40px 0 20px 0;
}
.related.products h2:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom: 2px solid #b28947;
}
.single-product .product .product_meta > span {
    margin-top: 5px;
}
.single-product #product .woocommerce-Price-amount.amount {
    font-size: 30px;
    font-weight: 600;
    color: #333;
	letter-spacing: -0.5px;
	display: none;
}
.sku_wrapper,
.menu-right-list {
	display: none !important;
}
.single-product #product .product-final-price .woocommerce-Price-amount.amount {
	font-size: 25px;
	display: inline-block;
	font-weight: 600;
	margin: 30px 0 20px 0;
	background: #eee;
	width: auto;
	border-radius: 3px;
	color: #222;
	padding: 14px 25px;
	line-height: 1;
}
.single-product #product .product-final-price .woocommerce-Price-amount.amount .price-label {
	font-family: 'Roboto';
}
.woocommerce div.product .product_meta {
    border-top: 1px solid #ddd;
    padding-top: 20px;
}
.minus.button {
	border-radius: 3px 0 0 3px !important;
	height: 42px;
	width: 42px;
	background: #ccc !important;
	box-shadow: 0 0 2px #5555556e inset;
	text-shadow: none !important;
	color: #222;
	font-size: 22px;
	line-height: 1;
	padding: 3px 0 0 !important;
	transition: 0.2s !important;
	text-align: center;
	margin-right: -5px !important;
}
.plus.button {
	height: 42px;
	width: 42px;
	background: #ccc !important;
	box-shadow: 0 0 2px #5555556e inset;
	border-radius: 0 3px 3px 0 !important;
	text-shadow: none !important;
	color: #222;
	font-size: 22px;
	line-height: 1;
	padding: 3px 0 0 !important;
	transition: 0.2s !important;
	text-align: center;
	margin-left: -4px !important;
}
.minus.button:hover,
.plus.button:hover {
	transition: 0.2s !important;
	background: #b28947 !important;
	color: #fff;
}
.woocommerce .quantity .qty {
	min-height: 42px !important;
	height: 42px;
	display: inline;
}
.single-product #product .woocommerce-Price-currencySymbol {
	letter-spacing: -0.5px;
	font-size: 25px;
	margin-left: -5px;
}
.single-product #product .related.products  .woocommerce-Price-currencySymbol {
	letter-spacing: 0;
	font-size: 20px;
	margin-left: -2px;
}
.single-product #product .product_title.entry-title {
    font-size: 29px;
    line-height: 1.2;
    letter-spacing: 0;
    margin-bottom: 20px;
	position: relative;
}
.single-product #product .product_title.entry-title:after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
	width: 300px;
    border-bottom: 2px solid #b28947;
}
button[type="submit"] {
    background-color: #b28947;
}
.woocommerce button.button,
.woocommerce button.button.alt {
    font-size: 14px;
    letter-spacing: 0.4px;
    background: #555 !important;
    text-transform: uppercase;
    font-weight: 500;
    border: 0;
    padding: 14px 25px !important;
    line-height: 1;
	transition: 0.3s;
}
.woocommerce button.button:hover,
.woocommerce button.button.alt:hover {
    font-size: 14px;
    letter-spacing: 0.4px;
    background: #b28947 !important;
    text-transform: uppercase;
    font-weight: 500;
	padding: 14px 25px !important;
	color: #fff !important;
    border: 0;
    line-height: 1;
	transition: 0.3s;
}
.woocommerce .wc-proceed-to-checkout a.checkout-button.button {
    font-size: 16px;
    font-weight: 500;
    font-family: 'Roboto';
    background: #b28947;
	letter-spacing: 0.3px;
	text-transform: uppercase;
	padding: 12px 25px !important;
	box-shadow: 0.5px 1px 3px #555;
}
.woocommerce-Price-amount.amount,
ins .woocommerce-Price-amount.amount bdi {
    color: #333;
}
.archive .breadcrumb-heading,
.single-product .breadcrumb-heading {
	display: none;
}
.archive .breadcrumb-left .breadcrumb-content,
.single-product .breadcrumb-left .breadcrumb-content {
    justify-content: start;
}
.archive .st-py-full {
    padding: 10px 0 50px 0;
}
.woocommerce .woocommerce-ordering select.orderby {
    font-size: 14px;
}
.woocommerce p.woocommerce-result-count {
    font-size: 14px;
}
.archive  .woocommerce-result-count {
    display: none;
}
.woosl-button.add-to-cart,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.xoo-wsc-ft-buttons-cont a.button {
    text-shadow: 0.5px 0.5px 1px #555;
}
#infoservice-section {
	padding: 15px 0;
}
.is-sticky-on.is-sticky-menu .logo img,
.is-sticky-on.is-sticky-menu .mobile-logo img {
    max-width: 265px !important;
}
.woocommerce-message {
    border-top-color: #b28947;
}
.woocommerce-message::before {
    color: #b28947;
}
.woocommerce-message a.button,
.woocommerce-message a.button:hover {
	background: #b28947;
	font-weight: normal;
	text-shadow: none;
	padding: 12px 25px !important;
	line-height: 1;
}
[class^="woofc-icon-"],
[class*=" woofc-icon-"] {
    color: #333;
}
.woofc-area-count {
    font-weight: 400;
}
.woofc-area.woofc-style-01 .woofc-area-bot .woofc-data,
.woofc-area.woofc-style-01 .woofc-area-bot .woofc-total {
    color: #333;
}
.woofc-area.woofc-style-01 .woofc-area-bot .woofc-continue span {
    color: #333;
    border-bottom: 1px solid #555;
}
.woofc-area.woofc-style-01 .woofc-area-bot .woofc-action .woofc-action-inner > div a {
    padding: 0;
	height: 45px;
    line-height: 45px;
	font-size: 16px;
    background: #555;
    color: #fff;
    font-weight: 500;
    border: 0;
	text-shadow: 0.5px 0.5px 1px #555;
	border-radius: 4px
}
.woofc-area.woofc-style-01 .woofc-area-bot .woofc-action .woofc-action-inner > div a:hover {
    background: #b28947;
    color: #fff;
}
.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-price span {
    font-size: 15px !important;
    font-weight: 500!important;
	color: #333;
}
#woofc-count {
	border-radius: 50%;
	width: 70px;
	height: 70px;
	box-shadow: rgb(0 0 0 / 25%) 0px 0px 25px;
}
.woofc-count i {
    font-size: 35px;
    line-height: 67px;
    color: #b28947;
}
.woofc-inner.woofc-cart-area {
	background: #fff !important;
}
.woofc-area.woofc-style-01 .woofc-area-bot {
    padding: 20px 10px;
	background: #fff;
	border-top: 1px solid #ddd;
}
.woofc-area.woofc-style-01 .woofc-area-mid {
    background: #fff;
}
.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item {
    padding: 0 10px;
    margin: 0 0 0 0;
    border-bottom: 1px solid #ddd;
}
.woofc-area-bot .woofc-data .woofc-data-right,
.woofc-area-bot .woofc-total .woofc-total-right {
    margin-left: 10px;
    font-weight: 600;
    font-size: 18px;
}
.woofc-data-left {
	font-size: 17px;
}
.woofc-area .woofc-area-mid .woofc-undo .woofc-undo-inner {
    padding: 10px 15px;
    color: #333;
    border-color: #555;
}
.woofc-area .woofc-area-mid .woofc-undo .woofc-undo-inner a {
    color: #b28947;
}
#custom_html-2 {
	position: absolute;
	left: -10px;
	bottom: -60px;
	width: 200px;
	height: 50px;
}
#custom_html-2 ul {
	text-align: left;
	float: left;
}
#custom_html-2 ul li {
	text-align: left;
	float: left;
	margin: 0 5px;
}
#custom_html-2 ul li a {
	text-align: left;
	float: left;
	font-size: 30px;
	color: #ddd;
	transition: 0.2s;
}
#custom_html-2 ul li a:hover {
	color: #fff;
	transition: 0.2s;
}
#custom_html-2 ul li a i.fa-youtube {
	font-size: 32px;
}
.page-id-44 .woocommerce-shipping-fields {
	display: none;
}
body.woocommerce-checkout #payment div.payment_box {
    background-color: #bbb;
    border: 2px solid #bbb;
}
#add_payment_method #payment div.payment_box:before,
.woocommerce-cart #payment div.payment_box:before,
body.woocommerce-checkout #payment div.payment_box:before {
	border-color: #bbb;
}
.woocommerce-privacy-policy-text a,
.woocommerce-terms-and-conditions-checkbox-text a {
	color: #333;
	font-weight: 600;
}
input[type=checkbox] {
	color: #b28947;
}
.woocommerce-checkout #payment div.payment_box {
    color: #222;
}
.page-id-44 .shop_table .woocommerce-Price-amount.amount {
    font-weight: 600;
    color: #333;
}
.woocommerce form .form-row select,
.woocommerce form .form-row input.input-text {
    font-weight: normal;
    font-size: 15px;
}
.aioseo-breadcrumb,
.aioseo-breadcrumb a {
	color: #555;
	font-size: 15px;
	text-decoration: none;
}
.woocommerce table.shop_table a.remove,
.storely-woowishlist-remove {
    color: #555 !important;
    font-weight: 300;
    border: 1px solid #555;
	margin: auto;
}
.woocommerce a.remove {
    color: #b28947 !important;
}
.woocommerce table.shop_table th {
    font-size: 16px;
}
.page-id-43 .woocommerce-shipping-totals.shipping,
.page-id-43 .cart-subtotal {
	display: none;
}
.woocommerce-cart .wc-proceed-to-checkout {
	float: right;
}
.woocommerce .cart-collaterals .cart_totals h2,
.woocommerce-page .cart-collaterals .cart_totals h2 {
    font-size: 18px;
    padding: 15px 0;
}
.page-id-43 .order-total td bdi,
.page-id-43 .order-total td span {
	color: #333;
	font-weight: 600;
	font-size: 19px;
}
.woocommerce-order-details__title {
	display: none;
}
.woocommerce .woocommerce-order h2 {
    font-size: 22px;
    margin-bottom: 10px;
}
.page-template-default .aioseo-breadcrumbs {
	display: none;
}
.b_ccont {
	margin: 0 0 40px;
}
.b_ccont figure {
	width: 20% !important;
	margin: 0 auto 10px !important;
}
.b_ccont h3:before {
	content: '';
	position: absolute;
	bottom: -4px;
	left: 0;
	right: 0;
	margin: auto;
	width: 80px;
	height: 2px;
	background: #b28947;
	z-index: -1;
}
.b_ccont h3 {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.5px;
	color: #111;
	position: relative;
}
.b_ccont p {
	font-size: 15px;
	color: #111;
}
.b_ccont p a {
	color: #111;
}
.m_map {
	margin-top:60px;
}
.punkt_line {
	margin-bottom: 40px;
	padding-bottom: 30px;
	border-bottom: 1px solid #ddd;
}
.punkt_line figure {
	width: 11% !important;
	margin: 2px 20px 0 0 !important;
	position: relative;
}
.punkt_line figure:before {
	content: '';
	position: absolute;
	top: 8px;
	left: 0;
	right: 0;
	margin: auto;
	width: 44px;
	height: 44px;
	background: #b28947;
	border-radius: 50%;
	transition: 0.2s;
	opacity: 0.5;
	z-index: -1;
}
.punkt_line figure:hover:before {
	top: 3px;
	width: 55px;
	height: 55px;
	transition: 0.2s;
}
.punkt_line h3 {
	font-weight: 600;
	font-size: 17px;
	margin: 0 0 5px 0;
}
.punkt_line p {
	font-size: 14px;
}
.punkt_line p a {
	color: #333;
	transition: 0.2s;
}
.punkt_line p a:hover {
	color: #b28947;
	transition: 0.2s;
}
.on_banners h2 {
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0;
	margin: -250px 0 0 120px;
	font-size: 30px;
	line-height: 1.3;
	transition: all 0.3s;
}
.on_banners h2 a {
	color: #fff !important;
	text-shadow: 1px 2px 4px #888;
	transition: 0.3s;
}
.on_banners h2 a:hover {
	color: #E84CF9 !important;
	text-shadow: 1px 2px 3px #ccc;
	transition: 0.3s;
}
.shhh img {
	border-radius: 5px;
	box-shadow: 3px 3px 7px #888888a6;
	transition: 0.3s;
}
.shhh img:hover {
	box-shadow: 3px 3px 7px #B7B4F7;
	transition: 0.3s;
}
.part_pic img {
	border-radius: 5px;
}
div.wpforms-container-full .wpforms-form .wpforms-field {
    padding: 5px 0 !important;
}
.bl_f_partneri h3 {
	text-transform: uppercase;
	font-size: 25px;
	margin: 20px 0 0 0;
}
.bl_f_partneri h4 {
	text-align: center;
	font-weight: 500;
	font-size: 19px;
	color: #555;
	text-transform: lowercase;
	margin: -10px 0 0 0;
}
.pf_form {
	margin: -20px 0 0 0;
}
div.wpforms-container-full .wpforms-form input[type=submit],
div.wpforms-container-full .wpforms-form button[type=submit],
div.wpforms-container-full .wpforms-form .wpforms-page-button {
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 17px 35px;
    border-radius: 4px;
    border: 0 !important;
    line-height: 1;
    text-shadow: 0.5px 0.5px 1px #777;
    box-shadow: 1px 2px 4px #bbb;
    background: #b28947 !important;
}
div.wpforms-container-full .wpforms-form input[type=date],
div.wpforms-container-full .wpforms-form input[type=datetime],
div.wpforms-container-full .wpforms-form input[type=datetime-local],
div.wpforms-container-full .wpforms-form input[type=email],
div.wpforms-container-full .wpforms-form input[type=month],
div.wpforms-container-full .wpforms-form input[type=number],
div.wpforms-container-full .wpforms-form input[type=password],
div.wpforms-container-full .wpforms-form input[type=range],
div.wpforms-container-full .wpforms-form input[type=tel],
div.wpforms-container-full .wpforms-form input[type=text],
div.wpforms-container-full .wpforms-form input[type=time],
div.wpforms-container-full .wpforms-form input[type=url],
div.wpforms-container-full .wpforms-form input[type=week],
div.wpforms-container-full .wpforms-form select,
div.wpforms-container-full .wpforms-form textarea {
    font-size: 15px;
    font-weight: 400;
}
.infoservice-item {
    background: #eee;
}
.infoservice-item .infoservice-icon {
    max-width: 74px;
    margin-right: 8px;
}
.product-category-menus-list li {
	position: relative;
}
.product-category-menus-list img {
    width: 25px;
    position: absolute;
    left: 10px;
    z-index: 10;
    padding-top: 6px;
}
.product-category-menus-list .more-item button {
    display: none;
}
.product-category-menus-list .dropdown-menu li {
	border: 0;
	line-height: 1;
}
.product-category-menus-list .dropdown-menu li a {
    border-bottom: 0;
    line-height: 26px;
    padding: 5px 18px 5px 25px;
}
.product-category-menus-list ul.main-menu {
    background: #f9f9f9;
}
.product-category-menus-list .dropdown-menu {
    top: 0;
    left: 100%;
    height: 100%;
    width: 294px;
    background: #f9f9f9;
    border-radius: 0 0 4px 4px;
}
.product-category-menus-list .main-menu > li {
    position: unset;
}
.single-product div.product .woocommerce-tabs ul.tabs {
    display: none;
}
.woocommerce div.product form.cart .variations td.value {
    border-bottom: 0;
}
.wpgs-for .slick-arrow:before,
.wpgs-nav .slick-next:before {
    color: #333 !important;
}
.wpgs-nav .slick-prev:before,
.wpgs-nav .slick-next:before {
    font-size: 20px;
    line-height: 1.1;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    background: #b28947 !important;
    border-radius: 50%;
}
.product .sale-ribbon {
	top: 12px;
    left: 12px;
    font-size: 15px;
    font-weight: 400;
    padding: 2px 10px;
    line-height: 26px;
    border-radius: 0 0 4px 0;
    color: #fff;
    background: #b28947;
    letter-spacing: 0.2px;
}
.product .sale-ribbon:after {
    display: none
}
.woocommerce span.onsale {
	top: 0px;
    left: 0px;
    font-size: 20px;
    font-weight: 400;
    padding: 2px 20px;
    line-height: 2;
    border-radius: 0 0 4px 0;
    color: #fff;
    background: #b28947;
    letter-spacing: 0.2px;
}
.woocommerce span.onsale:after {
    display: none
}
.woocommerce ul.products li.product .price ins {
    text-decoration: none;
}
.woocommerce-Price-amount.amount,
ins .woocommerce-Price-amount.amount bdi {
    text-decoration: none;
}
.woocommerce div.product p.price ins {
    text-decoration: none;
}
ins .woocommerce-Price-amount.amount bdi {
    color: #b28947 !important;
    border: 0;
    text-decoration: none;
}
.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
    color: #333;
	font-size: 25px;
	margin-right: 10px;
}
.archive .ins span ul.products li.product .product-single .product-content .price {
	color: #b28947;
	text-decoration: none;
}
.woocommerce div.product p.price del bdi {
	font-size: 25px;
	text-decoration: none;
}
.archive ul.products li.product .price del {
    opacity: 0.7 !important;
    font-weight: 400;
    font-size: 15px;
    margin-right: 0;	
}
.woocommerce ul.products li.product .price del span {
    font-weight: 400;
    font-size: 16px;
	color: #333;
	border: 0;
    text-decoration: none;
}
.archive ul.products li.product .price del span bdi {
    font-weight: 400 !important;
    font-size: 16px !important;
    color: #333 !important;
    border: 0;
    text-decoration: none;
}
.related.products ul.products li.product .product-single .product-content .price del {
    font-weight: 400;
    font-size: 18px;
	margin-right: 0;
}
.related.products ul.products li.product .product-single .product-content .price del span {
    font-weight: 400;
	opacity: 0.9;
}
.related.products ul.products li.product .product-single .product-content .price del span bdi {
    font-weight: 400;
    font-size: 17px;
}
.related.products ul.products li.product .product-single .product-content .price del bdi span {
	font-weight: 400;
	font-size: 17px !important;
}
.owl-stage-outer div.product span.price del {
    color: #333;
    font-weight: 400;
    font-size: 17px;
    margin-right: 5px;
}
.owl-stage-outer div.product span.price del span bdi {
    color: #333;
    font-weight: 400 !important;
    font-size: 17px !important;
}
.owl-stage-outer div.product span.price del bdi span {
    color: #333;
    font-weight: 400;
    font-size: 17px;
}
.main-header .logo {
	text-align: center;
	margin: 10px auto 0;
}
.logo img {
    max-width: 100% !important;
    margin: 0 auto;
    width: 150px;
    text-align: center;
}
.product-category-browse.active .product-category-btn {
    background: #b28947;
}
.woofc-count span {
    background-color: #b28947;
}
.cart-ft-buttons-cont .btn-primary {
    color: #fff;
	text-shadow:0.5px 0.5px 1px #555;
    background-color: #555;
    border-color: #555;
}
.cart-ft-buttons-cont .btn-primary:hover {
	background-color: #b28947;
    border-color: #b28947;
}
.st-py-full {
    padding: 0 0 50px;
}
#wpgs-gallery .wcgs-thumb.swiper-slide-thumb-active.wcgs-thumb img {
    border: 1px solid #999;
}
#wpgs-gallery .wcgs-thumb.swiper-slide:hover img,
#wpgs-gallery .wcgs-thumb.swiper-slide-thumb-active.wcgs-thumb:hover img {
    border-color: #bbb;
}
.woofc-area.woofc-style-01 .woofc-area-top {
    text-transform: uppercase;
    color: #333;
    font-weight: 600;
}
.posted_in a {
	color:#555
}
.posted_in a:hover {
	color: #b28947;
	text-decoration: underline;
	border: 0;
}
#tab-description {
	border-top: 1px solid #ddd !important;
}
input[type=checkbox],
input[type=checkbox]:checked,
input[type=checkbox]:hover,
input[type=radio]:checked,
input[type=radio]:hover {
	color: #b28947 !important;
}
.main-navbar .main-menu .menu-item.active > a {
    color: #b28947;
}
.nav-link-text .char {
    transform: none !important;
}
.splitting .word {
    color: #fff;
}
.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1250px !important;
}
.product-category-menus .product-category-menus-list {
    box-shadow: 0 2px 2px #55555570;
}
.wp-caption {
    background: transparent;
    border: 0;
}
footer .wp-caption .wp-caption-text {
	color: #fff;
	text-align: center;
	font-size: 14px;
	line-height: 1.2;
	margin: 5px auto 0;
}
#media_image-2 {
    text-align: center;
    width: 100%;
    margin: 15px 0 0 0;
}
.footer-section .widget .widget-title {
    color: #b28947;
    font-size: 20px;
    margin-bottom: 10px;
}
.woocommerce div.product form.cart .variations td.value {
    padding: 10px 0 10px;
}
.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
    line-height: 1em;
}
p.woocommerce-notice.woocommerce-notice--success a,
div.woocommerce-info a,
p.woocommerce-info a,
li.woocommerce-info a,
p.woocommerce-notice.woocommerce-notice--success:before,
div.woocommerce-info:before,
p.woocommerce-info:before,
li.woocommerce-info:before {
    color: #b28947;
}
#top_main {
	margin: 15px 0 0 0;
	padding: 0 0 0 0;
	border-radius: 5px;
}
#top_main img {
	border-radius: 5px;
}
#top_main h1 {
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px #333;
	margin: -300px 0 0 0;
}
.ins_top_bt {
	text-align: center;
	margin: -200px 0 0 0;
}
#top_main a {
	padding: 15px 0 14px;
	width: 245px;
	font-size: 15px;
	border: 1px solid #555;
	border-radius: 2px;
	background: #555;
	text-shadow: 0.5px 0.5px 2px #333;
	text-transform: uppercase;
	line-height: 1;
	box-shadow: 2px 2px 3px #aaa;
	transition: 0.3s;
}
#top_main a:hover {
	transition: 0.3s;
	background: #b28947;
	border-color: #b28947;
	box-shadow: 2px 2px 3px #333 !important;
}
.woocommerce ul.products li.product a.wc-forward {
    font-weight: 500;
    margin-left: 0;
}
#goods {
	padding: 50px 0 60px;
	text-align: center;
}
#goods h2 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 45px;
    letter-spacing: 0;
    margin: 0 0 15px 0;
}
#goods figure {
    margin: 10px 0 5px 0;
    width: 200px;
    border-radius: 50%;
}
#goods figure img {
	border-radius: 50% !important;
	border: 2px solid #fff;
	box-shadow: 0 0 7px #55555573;
	transition: 0.3s;
}
#goods figure img:hover {
	transition: 0.2s;
	border: 2px solid #cea157;
	border-style: outset;
	box-shadow: 0 0 10px #b28947b3;
	margin-top: -5px;
}
#goods h3 {
    font-weight: 500;
    font-size: 20px;
    margin: 0 0 0 0;
}
#goods h3 a {
	transition: 0.2s;
}
#goods h3 a:hover {
	transition: 0.2s;
	color: #b28947;
}
#preimushestva {
    background: url(/wp-content/uploads/2025/12/432-1.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: auto;
    height: auto;
    padding: 20px;
    margin: 0 330px 0;
    border-radius: 5px;
}
.forbger {
	background: #00000094;
	border-radius: 5px;
	padding: 20px;
}
#preimushestva h2 {
	padding: 0;
	margin: 0 0 5px 0;
	color: #eee;
	font-weight: 500;
	font-size: 35px;
	text-shadow: 1px 1px 2px #333;
}
#preimushestva h3 {
	color:#eee;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 20px;
	margin: 0 0 5px 0;
	padding: 0;
	text-shadow: 0.5px 0.5px 1px #333;
}
#preimushestva p {
	padding: 0;
	margin: 0 0 10px 0;
	color:#eee;
	text-shadow: 0.5px 0.5px 1px #555;
}
#preimush_2 {
	padding: 70px 0 50px;
}
#preimush_2 h2 {
	text-align: center;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 30px;
	margin: 0 0 15px 0;
}
#preimush_2 figure {
	width: 80px;
	margin: 0 auto 5px;
}
#preimush_2 h3 {
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 600;
    margin: 0 0 10px 0;
    padding: 0 0;
    font-family: 'Roboto';
}
#preimush_2 p {
	font-size: 15px;
	padding: 0 10px;
}
#partners_main {
	background: url(/wp-content/uploads/2025/12/ware3.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: auto;
	height: 600px;
	padding: 50px 40px 0;
	margin: 0 330px 0;
	border-radius: 5px;
}
#partners_main h2 {
	color: #fff;
	font-weight: 600;
	font-size: 35px;
	text-shadow: 1px 1px 2px #333;
	text-align: center;
	text-transform: uppercase;
	margin: 0 0 0 0;
}
#partners_main .slick-list {
    background: #ffffffeb;
    border-radius: 5px;
}
#partners_main .gallery-item {
	background: transparent;
	opacity: 0.7;
}
.wptww-avtar-image {
	margin-top: -15px;
}
#partners_main h4 {
	display: none;
}
.wptww-testimonial-client {
	font-size: 20px;
	color: #333;
	margin: -30px 0 5px 0;
}
.wptww-testimonial-job {
	font-size: 16px;
	font-weight: 400;
	margin: 0 0 10px 0;
	font-family: 'Roboto';
}
.wptww-testimonial-job a {
	color: #333;
	font-weight: 400;
	font-family: 'Roboto';
}
#partners_main em {
	color: #333;
	font-weight: 400;
	font-size: 16px;
}
.wptww-testimonial-content {
	margin-bottom: 15px;
}
.to_partners {
	text-align: center;
	margin: -30px 0 0 0;
	position: relative;
	z-index: 5;
}
.to_partners a {
	background: #fff;
	border-radius: 5px;
	border: 1px solid #fff;
	color: #333 !important;
	font-size: 17px;
	line-height: 1;
	padding: 15px 30px 13px;
	font-weight: 500;
	box-shadow: 1px 2px 3px #555;
	transition: 0.3s;
}
.to_partners a:hover {
	transition: 0.3s;
	border-color: #b28947;
	background: #b28947;
	box-shadow: 1px 2px 3px #555 !important;
	color: #fff !important;
}
.wptww-testimonials-slidelist .slick-dots li button {
	border: none;
}
.wptww-testimonials-slidelist .slick-dots li button {
    background: #ddd !important;
}
.wptww-testimonials-slidelist .slick-dots li.slick-active button {
    background: #b28947 !important;
}
#novinki {
	padding: 70px 0 20px;
}
#novinki h2 {
	text-align: center;
	margin: 0 0 10px 0;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 35px;
	padding: 0;
}
.woocommerce form.woocommerce-ordering {
    margin: -55px 0 25px;
}
.home .breadcrumb-content {
	display: none;
}
.shop_table.woocommerce-checkout-review-order-table th {
	border: 1px solid #ddd;
}
.shop_table.woocommerce-checkout-review-order-table td {
	border: 1px solid #ddd !important;
}
.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents td {
	border: 1px solid #ddd;
	line-height: 1;
	padding: 5px 10px;
	margin: 0;
}
.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents th {
	border: 1px solid #ddd;
	color: #333;
}
.cart_totals.calculated_shipping h2 {
	border: 1px solid #ddd !important;
	border-bottom: 0 !important;
}
.shop_table.shop_table_responsive th {
	border-right: 1px solid #ddd !important;
	padding: 10px 10px !important;
	line-height: 1 !important;
}
.shop_table.shop_table_responsive td {
	padding: 10px 10px !important;
}
.woocommerce-page table.cart .product-thumbnail a {
    padding: 0 !important;
}
.woocommerce-page #content table.cart img,
.woocommerce-page table.cart img {
    height: auto;
    width: auto;
}
.single-product .woocommerce-product-details__short-description h5 {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
    margin: 0 0 25px 0;
}
.cart-data .woocommerce-Price-amount.amount bdi:before {
	display: none;
}
.woofc-inner bdi:before {
	display: none;
}
.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-minus {
	height: auto;
	line-height: 3.5;
	border-right: 1px solid #ddd;
}
.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-plus {
	height: auto;
	line-height: 3.5;
	border-left: 1px solid #ddd;
}
.cart-data .cart-ft-btn {
	font-weight: 500 !important;
}
form.woocommerce-cart-form button[name="update_cart"] {
	display: none;
}
form.woocommerce-cart-form tr td.actions {
	display: none;
}
.v_korzinu {
	text-align: center;
}
.v_korzinu a {
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 0.2px;
	background: #555;
	color: #fff;
	line-height: 1;
	padding: 9px 25px;
	border-radius: 3px;
	text-shadow: 0.5px 0.5px 1px #555;
	transition: 0.2s;
}
.v_korzinu a:hover {
	transition: 0.2s;
	background: #b28947;
}
.serf img {
	border: 1px solid #ddd;
}
div.wpforms-container-full .wpforms-form textarea.wpforms-field-medium {
    width: 60%;
}
.opis_sotr {
	margin: 20px 0 0 0;
}
.opis_sotr li {
	margin: 0 0 8px 0;
}
.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner input {
    height: 42px;
}
.product-category-btn {
    background: #555;
}
button[type=button]:hover,
button[type=button]:focus {
    background-color: #555;
}
.woocommerce div.product form.cart {
    margin: 15px 0 0 0;
}
.ms-slide-info {
    min-height: 50px !important;
    position: absolute;
    bottom: 100px;
    left: 15px;
    font-weight: 600;
    text-transform: uppercase;
    color: #b28947;
    font-size: 34px;
    text-align: left;
    max-width: 600px !important;
    height: auto;
    line-height: 1.2;
}
.ms-slide-info .ms-info {
	height: auto;
	background: #fffffff2;
	padding: 10px 10px 10px 15px;
	border-radius: 5px;
	letter-spacing: 0;
}
input[type=checkbox]:checked,
input[type=checkbox]:hover,
input[type=radio]:checked,
input[type=radio]:hover {
    background-color: #b28947;
    border-color: #b28947;
}
.woocommerce ul.products li.product .product-action .button {
    display: none;
}
.adv_info {
	padding: 30px 35px 30px 30px;
	margin: 10px 370px -20px 380px;
	border: 3px solid #b28947;
	border-radius: 35px;
	position: relative;
	z-index: 5;
	background: #f7f7f7;
}
.adv_info:before { 
	content: ' '; 
	position: absolute; 
	width: 0; 
	height: 0; 
	left: 30px; 
	top: 135px; 
	border: 25px solid; 
	border-color: #b28947 transparent transparent #b28947; 
}
.adv_info:after { 
	content: ' '; 
	position: absolute; 
	width: 0; 
	height: 0; 
	left: 34px; 
	top: 132px; 
	border: 22px solid; 
	border-color: #f7f7f7 transparent transparent #f7f7f7; 
}
.page .adv_info {
	display: none;
}
input[type=checkbox], input[type=radio],
form[id*=give-form] #give-gateway-radio-list>li input[type=radio],
form[id*=give-form] #give-gateway-radio-list>li input[type=checkbox],
div.wpforms-container-full .wpforms-form input[type=radio],
div.wpforms-container-full .wpforms-form input[type=checkbox] {
	margin: -2px 5px 0 0;
}
#media_image-3 {
	max-width: 200px;
}
.topyxpart {
	margin: 0 -150px 0 0;
	position: relative;
	width: 125% !important;
}
.copring {
	position: relative;
	overflow: hidden;
}
.copring:before {
	content: '';
	position: absolute;
	bottom: -200px;
	right: -300px;
	width: 750px;
	height: 750px;
	background: url(/wp-content/uploads/2025/12/round-1.png);
	background-size: cover;
	background-repeat: no-repeat;
	animation-duration: 20s;
  	animation-name: slidein_p_2;
  	animation-iteration-count: infinite;
  	animation-direction: alternate-reverse;
}
.copring:after {
	content: '';
	position: absolute;
	top: -500px;
	right: -460px;
	width: 1050px;
	height: 1050px;
	background: url(/wp-content/uploads/2025/12/round-2.png);
	background-size: cover;
	background-repeat: no-repeat;
	animation-duration: 20s;
  	animation-name: slidein_p;
  	animation-iteration-count: infinite;
  	animation-direction: alternate-reverse;
}

@keyframes slidein_p {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(180deg);
  }
}

@keyframes slidein_p_2 {
  from {
    transform: rotate(180deg);
  }
  to {
    transform: rotate(0deg);
  }
}

.copring h3 {
	font-size: 30px;
    margin: 0 0 0 0;
    font-weight: 500;
}
.copring figure {
	width: 65px !important;
	margin: 0 0 0 0 !important;
	position: relative;
}
.copring figure:before {
	content: '';
	position: absolute;
	right: -20px;
	bottom: -5px;
	width: 55px;
	height: 55px;
	background: url(/wp-content/uploads/2025/12/str.png);
	background-size: cover;
	z-index: -1;
	opacity: 0.6;
}
.copring h4 {
	font-weight: 500;
	font-size: 20px
}
.copring h5 {
	font-size: 30px;
    margin: 20px 0 0 0;
    font-weight: 500;
}
.bg_purch {
	position: relative;
}
.bg_purch h2 {
	font-size: 30px;
    margin: 0 0 0 0;
    font-weight: 500;
}
.bg_purch_2 {
	text-align: right;
}
.mpop {
	overflow: visible !important;
}
.mpop:after {
	content: '';
	position: absolute;
	top: -0.25%;
	left: -48%;
	width: 50%;
	height: 100.5%;
	background: url(/wp-content/uploads/2025/12/bannerpop.jpg);
	background-size: cover;
	background-position: 25%;
	background-repeat: no-repeat;
	z-index: 99;
	border-radius: 10px 0 0 10px
}
.mpop h2 {
	text-align: left !important;
	color: #b28947 !important;
	font-size: 20px !important;
	font-weight: 400 !important;
	margin: 0 0 -5px 0 !important;
	padding: 0 0 0 10px !important;
}
.mpop .ays-popup-hrs-default {
	display: none !important;
}
.mpop h3 {
	font-size: 26px !important;
	font-weight: 500 !important;
	line-height: 1.2;
	margin: 0 0 -40px 0 !important;
	color: #b28947 !important;
}
.mpop input[type="text"]:not(.adminbar-input),
.mpop input[type="email"], input[type="url"],
.mpop input[type="password"],
.mpop input[type="search"],
.mpop input[type="number"],
.mpop input[type="tel"],
.mpop input[type="range"],
.mpop input[type="date"],
.mpop input[type="month"],
.mpop input[type="week"],
.mpop input[type="time"],
.mpop input[type="datetime"],
.mpop input[type="datetime-local"],
.mpop input[type="color"],
.mpop textarea,
.mpop .form-control {
    font-size: 14px;
    min-height: 45px;
}
.commfield input[type=text] {
	height: 80px !important;
	line-height: 1 !important;
	vertical-align: top !important;
}
div.wpforms-container-full .wpforms-form .wpforms-field-label-inline {
    font-size: 14px !important;
}
.mpop .wpforms-form button[type=submit] {
	display: block;
	width: 100%;
	height: 45px;
	color: #fff !important;
}	
.wpforms-confirmation-container-full, div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
    background: #eee !important;
    border: 1px solid #eee !important;
}
.mpop input[type=checkbox]:checked:before,
.pf_form input[type=checkbox]:checked:before {
    content: '';
    position: absolute;
    left: 0 !important;
    top: 0 !important;
    background-color: #b28947 !important;
    border: 1px solid #b28947 !important;
    box-shadow: none !important;
    -webkit-transform: rotate(0) !important;
    transform: rotate(0) !important;
    width: 15px !important;
    height: 15px !important;
}
.scrt {
	text-align: center;
	margin: 0 0 20px 0;
}
.scrt h3 {
	font-size: 20px;
    margin: 0 0 0 0;
    font-weight: 500;
	font-family: 'Poppins', sans-serif !important;
}
.scrt .eihe-caption {
	border: 3px solid #b28947;
	border-radius: 10px;
}
.warepg h3 {
	font-size: 27px !important;
	font-weight: 500 !important;
	line-height: 1.2;
}
.right_im_warehouse {
	background: url(/wp-content/uploads/2025/12/ware.jpg);
	background-size: cover;
	background-position: bottom;
	border-radius: 10px;
}
.listics {
	text-align: left;
}
.listics .wpforms-field-label {
	font-weight: 400 !important;
	color: #b28947;
}
div.wpforms-container-full .wpforms-form label.wpforms-error {
    display: none !important;
}
.archive.search .aioseo-breadcrumbs,
.error404 .aioseo-breadcrumbs {
	display: none !important;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image a {
    pointer-events: none !important;
    cursor: default !important;
}
.scrt h3 {
    font-size: 28px !important;
}





/* = MY NEXT NEW PLUS GO 1600
-------------------------------------------------------------- */
@media (max-width: 1600px) {
#preimushestva {
    margin: 0 170px 0;
}
#partners_main {
    height: 600px;
    padding: 50px 40px 0;
    margin: 0 170px 0;
}
.adv_info:before {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: 30px;
	top: 188px;
	border: 25px solid;
	border-color: #b28947 transparent transparent #b28947;
}
.adv_info:after { 
	content: ' '; 
	position: absolute; 
	width: 0; 
	height: 0; 
	left: 34px; 
	top: 185px; 
	border: 22px solid; 
	border-color: #f7f7f7 transparent transparent #f7f7f7; 
}	
#goods h2 {
    font-size: 40px;
}	
	
	
	
	
	
}

/* = MY NEXT NEW PLUS GO 1536
-------------------------------------------------------------- */
@media (max-width: 1536px) {
#preimushestva {
    margin: 0 138px 0;
}
#partners_main {
    height: 600px;
    padding: 50px 40px 0;
    margin: 0 138px 0;
}
#goods h2 {
    font-size: 35px;
}
.ms-slide-info {
    font-size: 30px;
}
	
	
	


}

/* = MY NEXT NEW PLUS GO 1440
-------------------------------------------------------------- */
@media (max-width: 1440px) {
#preimushestva {
    margin: 0 90px 0;
}
#partners_main {
    height: 600px;
    padding: 50px 40px 0;
    margin: 0 90px 0;
}
body {
	color: #333;
	overflow-x: hidden !important;
	max-width: 100%;
}
.wprt-container {
	overflow-x: hidden;
	max-width: 100%;
}	
.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1250px !important;
    overflow-x: hidden;
}	
.ms-slide-info {
    font-size: 30px;
}	
.adv_info {
    padding: 30px 35px 30px 30px;
    margin: 10px 315px -30px 265px;
}	
	




}

/* = MY NEXT NEW PLUS GO 1366
-------------------------------------------------------------- */
@media (max-width: 1366px) {
h1 {
    font-size: 30px;
}
.cart-label {
    font-size: 15px;
}
.product-category-btn {
    font-size: 16px;
}
.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1140px !important;
}	
#partners_main {
 	height: 600px;
  	padding: 50px 10px 0;
	margin: 0 90px 0;
}	
.single-product #product .product_title.entry-title {
    font-size: 25px;
}	
.single-product #product .woocommerce-Price-amount.amount {
    font-size: 25px;
}
.single-product #product .product-final-price .woocommerce-Price-amount.amount {
    font-size: 22px;	
}
#goods figure {
    width: 180px;
}	
#goods h3 {
    font-size: 20px;
}
#novinki h2 {
    font-size: 32px;
}	
.copring:before {
    content: '';
    right: -345px;	
}
.copring:after {
    content: '';
    right: -595px;	
}
#media_image-3 {
    max-width: 185px;
}
.topyxpart {
    margin: 0 0 0 0;
    position: relative;
    width: auto !important;
}
	
	
	
}

/* = MY NEXT NEW PLUS GO 1280
-------------------------------------------------------------- */
@media (max-width: 1280px) {
.ms-slide-info {
    font-size: 25px;
}
#partners_main h2 {
    font-size: 30px;
}
.scrt h3 {
    font-size: 25px !important;
}
.adv_info {
    padding: 30px 30px 30px 30px;
    margin: 10px 300px -30px 200px;
}
#preimushestva h3 {
    font-size: 18px;
}
	
	
	
	
	
}

/* = MY NEXT NEW PLUS GO 1194
-------------------------------------------------------------- */
@media (max-width: 1194px) {
body {
	font-size: 15px;
}
h1 {
    font-size: 28px;
}
.elementor-section.elementor-section-boxed > .elementor-container {
  	max-width: 100% !important;
}
#novinki h2 {
    font-size: 30px;
}	
#partners_main em {
    font-size: 15px;
}
#partners_main h2 {
    font-size: 30px;	
}
.wptww-testimonial-client {
	font-size: 19px;
}
#partners_main {
 	height: 610px;
 	padding: 55px 15px 0;
 	margin: 0 0px 0;
}		
#preimush_2 h2 {
	font-size: 27px;
	margin: 0 0 15px 0;
}	
#preimushestva {
  	margin: 0;
}
.product-category-btn {
  	padding: 0 10px !important;
  	font-size: 15px !important;
}
.product-category-btn i {
  	font-size: 15px;
   	margin-right: 3px;
}
.main-navbar .main-menu > li.menu-item > a {
    padding: 0 5px;
    margin: 0 5px;
    font-size: 15px;
}	
#top_main h1 {
    font-size: 30px;
}
#top_main a,
#top_main a:hover {
    padding: 12px 0 12px;
    width: 215px;
	font-size: 14px;
}
#goods {
    padding: 60px 80px 50px;
}	
#goods h3 {
    font-size: 17px;
}	
#preimush_2 h3 {
    font-size: 15px;
    margin: 0 0 10px 0;
}
#preimush_2 p {
    font-size: 14px;
    padding: 0 5px;
}	
#preimush_2 figure {
    width: 70px;
    margin: 0 auto 5px;
}	
#preimush_2 {
    padding: 65px 20px 40px;
}	
.woocommerce ul.products li.product .product-single h3 {
    font-size: 16px;
    padding: 0 3px;
}
.woocommerce ul.products li.product .product-single .product-content .price,
.woocommerce ul.products li.product .product-single .product-content .price bdi {
    font-size: 16px;
}	
.woocommerce ul.products li.product .product-single .product-content {
    padding: 10px 10px 15px;
}	
.single-product #product .related.products .woocommerce-Price-currencySymbol {
    letter-spacing: 0;
    font-size: 16px;
    margin-left: -2px;
}	
#nav_menu-2 {
	margin-left: -50px;
}		
#media_image-2 {
    width: 60%;
}	
.bl_f_partneri h3 {
    font-size: 23px;
}
div.wpforms-container-full .wpforms-form input[type=submit],
div.wpforms-container-full .wpforms-form button[type=submit],
div.wpforms-container-full .wpforms-form .wpforms-page-button,
div.wpforms-container-full .wpforms-form input[type=submit]:hover,
div.wpforms-container-full .wpforms-form button[type=submit]:hover,
div.wpforms-container-full .wpforms-form .wpforms-page-button:hover {
    font-size: 14px;
    padding: 14px 30px;
}
#top_main {
	max-width: 100%;
	text-align: center;
}			
#goods h2 {
    font-size: 30px;
}	
.container,.container-lg,.container-md,.container-sm {
    max-width: 1100px;
}		
#preimushestva h2 {
    font-size: 30px;	
}
#media_image-3 {
    max-width: 165px;
}	
.footer-content .footer-widgets .widget li a {
    font-size: 14px;	
}
.footer-section .widget .widget-title {
    font-size: 18px;
    margin-bottom: 2px;
    font-weight: 600;
}	
.copring h3 {
    font-size: 25px;	
}
.copring h5 {
    font-size: 25px;
}
.copring h4 {
    font-size: 17px;
}	
.breadcrumb-heading h3 {
    font-size: 30px;	
}
.bg_purch h2 {
    font-size: 25px;	
}
.warepg h3 {
    font-size: 25px !important;	
}
.adv_info {
    padding: 30px 30px 30px 30px;
    margin: 10px 200px -45px 150px;
}	
.adv_info:before {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: 30px;
	top: 158px;
	border: 25px solid;
	border-color: #b28947 transparent transparent #b28947;
}
.adv_info:after { 
	content: ' '; 
	position: absolute; 
	width: 0; 
	height: 0; 
	left: 33px; 
	top: 155px; 
	border: 22px solid; 
	border-color: #f7f7f7 transparent transparent #f7f7f7; 
}		
.footer-content ul li {
    padding: 1px 0 0 2px;
}
.is-sticky-on.is-sticky-menu .logo img, .is-sticky-on.is-sticky-menu .mobile-logo img {
    max-width: 130px !important;
}	
.logo img {
    width: 140px;
    text-align: center;
}	
	
	
}

/* = MY NEXT NEW PLUS GO 1024
-------------------------------------------------------------- */
@media (max-width: 1024px) {
h1 {
    font-size: 27px;
}
.browse-section .product-category-btn {
	font-size: 15px;
	height: 48px;
	line-height: 2;
	font-weight: 500;
}
.browse-section .product-category-btn i {
    font-size: 15px;
    margin-right: 6px;
}
.main-navbar .main-menu > li.menu-item > a {
    font-size: 15px;
    line-height: 20px;
    padding: 0 3px !important;
}
.main-menu-right .cart-main .cart-label {
    font-size: 15px;
}
.slider3 .home-slider-info-wrapper .slider-silde-info .slide-text-title {
    font-size: 40px;
}
.side-slide-left h5.slide-text-description {
    font-size: 23px !important;
}	
.side-slide-left h5.slide-text-title {
    font-size: 15px !important;
}
.home-slider-info-wrapper .slider-silde-info .slide-text-btn {
    font-size: 14px;
}
#slider-section .btn {
    font-size: 14px;
}	
.infoservice-item .infoservice-content h6 {
    font-size: 14px;
    font-weight: 500;
	border-bottom: 1px solid #ccc;
}
.infoservice-item {
	padding: 25px 10px;
}
.infoservice-item .infoservice-icon {
    max-width: 50px;
    font-size: 45px;
    margin-right: 5px;
}
.woocommerce ul.products li.product .product-single h3 {
    font-size: 15px;
}
.bannerinfo .bannerinfo-img {
    width: 125px;
    margin-right: 15px;
}
.bannerinfo .info-content h4 {
    font-size: 25px;
    margin-bottom: 10px;
}
.footer-widgets .row .f_sprava .row {
    right: -140px;
}	
.footer-copyright .copyright-text {
    font-size: 13px;
}
.single-product #product .product_title.entry-title {
    font-size: 24px;
}
.breadcrumb-content, .breadcrumb-area {
    min-height: 40px;
}
.single-product #product .product-final-price .woocommerce-Price-amount.amount {
    font-size: 19px;
}
.b_ccont p {
    font-size: 14px;
}
.b_ccont h3 {
    font-size: 15px;
}
.on_banners h2 {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0;
    margin: -225px 0 0 60px;
    font-size: 28px;
    line-height: 1.3;
    transition: all 0.3s;
}
.product-category-menus-list .dropdown-menu {
    width: 250px;	
}
.product-category-menus-list .main-menu > li.menu-item-has-children:hover > a:before,
.product-category-menus-list .main-menu > li.menu-item-has-children.focus > a:before {
    right: 12px;
}
.product-category-menus-list .main-menu > li.menu-item-has-children > a {
    padding-right: 20px;
}
.product-category-menus-list .main-menu > li > a {
    padding: 5px 12px 5px 42px;
}
.product-category-menus-list .main-menu > li.menu-item-has-children > a:before {
    right: 12px;
}	
.product .sale-ribbon {
    top: 0;
    left: 0;
    font-size: 14px;
    padding: 2px 10px;
    line-height: 26px;
    border-radius: 4px 0 4px 0;
}
.single-product #product .woocommerce-Price-currencySymbol {
    letter-spacing: -0.5px;
    font-size: 21px;
    margin-left: -3px;
}
.single-product .woocommerce-product-details__short-description h5 {
    font-size: 16px;
}	
.footer-content .footer-widgets .widget li a {
    font-size: 14px;	
}
.woocommerce #content div.product div.summary {
    padding: 0 15px;
}
.home .breadcrumb-area {
	display: none;
}		
#goods h2 {
    font-size: 25px;
    margin: 0 0 5px 0;
}	
#goods {
 	padding: 60px 40px 50px;
}
#preimushestva h2 {
    margin: 0 0 5px 0;
    font-size: 30px;
}
#preimushestva h3 {
    font-size: 18px;
}
#preimush_2 h2 {
	font-size: 25px;
	margin: 0 0 11px 0;
}	
#preimush_2 {
	padding: 55px 10px 20px;
}
#partners_main {
    height: 625px;
    padding: 50px 10px 0;
    margin: 0 0px 0;
    background-size: cover;
}	
.wptww-testimonials-slidelist .slick-slide {
    padding: 0 0;
}
.wptww-quote {
    margin-bottom: 15px;	
}
.to_partners {
	margin: -40px 0 0 0;
}
.to_partners a {
	font-size: 15px;
	padding: 12px 20px 13px;	
}
#novinki h2 {
    font-size: 25px;
}		
#partners_main h2 {
	font-size: 25px;
}	
.woocommerce .wc-proceed-to-checkout a.checkout-button.button,
.woocommerce .wc-proceed-to-checkout a.checkout-button.button:hover {
    font-size: 14px;
    padding: 10px 23px !important;
}	
.ays-pb-modal {
	margin-right: 65px !important;
}	
.header3 .navbar-area {
    padding: 12px 10px 12px 15px;	
}
.ms-slide-info {
    font-size: 21px;
}	
.copring:before {
    content: '';
    right: -380px;	
}
.copring:after {
    content: '';
    right: -665px;
}	
.adv_info {
    padding: 30px 30px 30px 30px;
    margin: 10px 85px -45px 80px;
}		
	


}

/* = MY NEXT NEW PLUS GO 768
-------------------------------------------------------------- */
@media (max-width: 768px) {
body {
    font-size: 14px;
}
h1 {
    font-size: 23px;
}
.logo img, .mobile-logo img {
    max-width: 220px !important;
}
.hamburger-menu {
    width: 35px;
    height: 35px;
	border-radius: 4px;
}
.header-above-collapse {
    width: 35px;
    height: 35px;
    border-radius: 4px;
}
.header-above-collapse span,
.header-above-collapse span:before,
.header-above-collapse span:after {
    position: absolute;
    width: 7px;
    height: 7px;
    line-height: 7px;
    left: 50%;
    margin-left: -4px;
}	
.header-above-btn {
	display: none;
}		
.slider3 .home-slider-info-wrapper .slider-silde-info .slide-text-title {
    font-size: 35px;
    line-height: 35px;
}
.home-slider-info-wrapper .slider-silde-info .slide-text-description {
    font-size: 15px;
}
.home-slider-align {
    min-height: 350px;
    padding: 75px 0 0 20px;
}
.switcher-tab>button {
    font-weight: 500;
    font-size: 16px;
    text-transform: initial;
    letter-spacing: 0;
    padding: 10px 0;
	background: #555;
}
.switcher-tab>button.active-bg {
    background-color: #555;
}
.splitting .word {
    color: #333;
}
.main-mobile-build {
    max-width: initial;
}
.main-mobile-menu .main-menu > li > a,
.main-mobile-menu .dropdown-menu li a {
    font-size: 15px !important;
    font-weight: normal !important;
}
.menu-collapsed {
    padding: 5px;
    z-index: 1;
    border-radius: 5px;
    border: 0;
}
.main-mobile-nav button.header-close-menu {
	border: 0;
}
.main-mobile-menu ul.main-menu > li.focus a,
.main-mobile-menu ul.main-menu > li.active a,
.main-mobile-menu ul.main-menu > li.active a span {
	color: #333;
	text-decoration: underline;
}	
.footer-widgets .row .f_sprava .row {
    top: 315px;
    right: -100px;
}
.footer-section .footer-top .contact-area .title {
    font-size: 16px;
    font-weight: 500;
}
.footer-content .footer-widgets .contact-area {
    margin-bottom: 15px;
}
.footer-content .footer-widgets .row .col-12 > .widget:not(.widget-info):not(.widget_social_widget):not(.widget_calender):not(.widget_tag_cloud) li:not(:last-child) a {
    margin-bottom: 15px;
}
.footer-content .footer-widgets > .row > .col-12 > * {
    padding: 20px 25px !important;
}	
.breadcrumb-heading h3 {
    font-size: 25px;
    margin-bottom: 10px;
    font-weight: 500;
}
.breadcrumb-content, .breadcrumb-area {
    min-height: 20px;
}	
.breadcrumb-content {
    padding: 0 0 5px 0;
}
.browse-section {
    margin-top: 0 !important;
}	
.slider2 .slider-section .slider-info,
.slider3 .slider-section .slider-info {
    height: auto;	
}
#tns1-mw {
    margin-top: 15px;
    margin-bottom: -8px;
}
.mobile-collapsed > button.fa:hover,
.mobile-collapsed > button.fa:focus,
.mobile-collapsed > button.fa:hover:before,
.mobile-collapsed > button.fa:focus:before {
    color: #333;
}
.mobile-collapsed > button.fa:hover,
.mobile-collapsed > button.fa:focus,
.mobile-collapsed > button {
    background: transparent !important;
}
.mobile-collapsed > button {
    font-size: 17px;
    padding: 0 20px 0 0;
    border: 0;
}
.main-mobile-menu {
    padding: 0 0 0 0;
    min-height: 60px;
}
.is-sticky-on.is-sticky-menu .logo img,
.is-sticky-on.is-sticky-menu .mobile-logo img {
    max-width: 220px !important;
}	
.is-sticky-menu {
    height: 70px;
}
.is-sticky-menu .main-mobile-menu {
    padding: 0px 0 0 0;
    min-height: 70px;
}
.st-py-full {
    padding: 0 0;
}	
.woocommerce div.product div.images .woocommerce-product-gallery__image:last-child {
    margin-right: 0;
}
.table-responsive table {
    width: 100% !important;
    margin: auto !important;
}
.woocommerce div.product .woocommerce-tabs .panel {
    padding: 0 25px;
    margin-top: 0;	
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(1) {
    max-height: inherit;
}	
.woocommerce #content div.product div.summary {
    margin-bottom: 1em;
}
.single-product #product .woocommerce-Price-amount.amount {
    font-size: 24px;
}
.single-product #product .product_title.entry-title {
    font-size: 22px;
}
.woocommerce .wc-proceed-to-checkout a.checkout-button.button {
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    float: right;
    padding: 0.5395em 1.15em !important;
}	
.woocommerce .cart-collaterals table.shop_table .order-total .woocommerce-Price-amount.amount {
    color: #333;
    font-size: 20px;
}	
#woofc-count {
    width: 60px;
    height: 60px;
}	
.woofc-count.woofc-count-bottom-right {
    right: 25px;
}
.woofc-count i {
    font-size: 32px;
    line-height: 65px;
}
#custom_html-2 {
    position: absolute;
    left: 50px;
    right: unset;
    bottom: -27px;
    width: 110px;
    height: 35px;
}
#custom_html-2 ul li a {
	font-size: 24px;
}
#custom_html-2 ul li a i.fa-youtube {
	font-size: 27px;
	line-height: 1.25;
}
.mystickyelements-minimize {
	display: none !important;
}
.mystickyelements-social-whatsapp,
.mystickyelements-social-whatsapp span {
	border-radius: 10px 0 0 0;
}	
.mystickyelements-fixed {
    top: 75% !important;
}
.woofc-count,
.woofc-count:hover {
    bottom: 19px;
}	
.punkt_line figure {
    width: 17% !important;
    margin: 2px 15px 0 0 !important;
}
.punkt_line figure:before {
	content: '';
	position: absolute;
	top: 6px;
	left: 0;
	right: 0;
	margin: auto;
	width: 42px;
	height: 42px;
	background: #b28947;
	border-radius: 50%;
	transition: 0.2s;
	opacity: 0.5;
	z-index: -1;
}
.punkt_line figure:hover:before {
	top: 4px;
	width: 50px;
	height: 50px;
	transition: 0.2s;
}
.b_ccont figure {
    width: 25% !important;
    margin: 0 auto 5px !important;
}	
.b_ccont {
    margin: 30px 0 0;
}	
.head_search_m {
	position: fixed;
	top: 68px;
	left: 0;
	right: 0;
	margin: auto;
	width: auto;
	height: 100px;
	background: #fff;
	border-radius: 0;
	z-index: 5;
	box-shadow: 0 5px 5px #5555554d;
	display: none;
}	
.header-search-form .header-search-button {
    padding: 9px 22.46px 8.5px;
    font-size: 16.7px;
    top: -1px;
    border-radius: 0 4px 4px 0;
}
.go_to_search {
	color: #333;
	position: absolute;
	top: 14px;
	right: 0;
	width: 130px;
	margin: auto;
	font-size: 25px;
	transition: 0.2s;
}
.go_to_search:hover {
	color: #b28947;
	transition: 0.2s;
}
.dont_search, .dont_search:hover, .dont_search:active, .dont_search:focus {
	color: red !important;
	display: none;
}
.woocommerce ul.products li.product .product-single h3 {
    font-size: 15px;
    height: 20px;
    overflow: hidden;
}
.on_banners h2 {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0;
    margin: -170px 0 0 32px;
    font-size: 25px;
    line-height: 1.2;
    transition: all 0.3s;
}
div.wpforms-container-full .wpforms-form input.wpforms-field-medium,
div.wpforms-container-full .wpforms-form select.wpforms-field-medium,
div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium {
    max-width: 65%;
}
div.wpforms-container-full .wpforms-form input[type=date],
div.wpforms-container-full .wpforms-form input[type=datetime],
div.wpforms-container-full .wpforms-form input[type=datetime-local],
div.wpforms-container-full .wpforms-form input[type=email],
div.wpforms-container-full .wpforms-form input[type=month],
div.wpforms-container-full .wpforms-form input[type=number],
div.wpforms-container-full .wpforms-form input[type=password],
div.wpforms-container-full .wpforms-form input[type=range],
div.wpforms-container-full .wpforms-form input[type=tel],
div.wpforms-container-full .wpforms-form input[type=text],
div.wpforms-container-full .wpforms-form input[type=time],
div.wpforms-container-full .wpforms-form input[type=url],
div.wpforms-container-full .wpforms-form input[type=week],
div.wpforms-container-full .wpforms-form select,
div.wpforms-container-full .wpforms-form textarea {
    font-size: 14px !important;
}
.infoservice-item .infoservice-content h6 {
    font-size: 15px;
    font-weight: 600;
	border-bottom: 1px solid #ccc;
}
.infoservice-item {
	padding: 25px 20px;
}
.infoservice-item .infoservice-icon {
    max-width: 60px;
    font-size: 45px;
    margin-right: 15px;
}
.main-mobile-menu ul.main-menu > li {
	position: relative;
}
.main-mobile-menu ul.main-menu > li a {
	padding: 0 0 0 45px;
}
.main-mobile-menu ul img {
    width: 25px;
    position: absolute;
    left: 10px;
    z-index: 10;
    padding-top: 10px;
}	
.main-mobile-nav .main-mobile-build {
    padding-top: 45px;
    z-index: 9999999;
}
.main-mobile-nav .header-close-menu {
    top: 1%;
}
.main-mobile-menu ul.main-menu {
    max-height: 34.5rem;
}
.woocommerce span.onsale {
    top: 0px;
    left: 0px;
    font-size: 16px;
    font-weight: 400;
    padding: 2px 15px;
    line-height: 2;
    border-radius: 0 0 4px 0;
    color: #fff;
    background: #b28947;
    letter-spacing: 0.2px;
}	
#top_main h1 {
	font-size: 25px;
}	
.ins_top_bt {
    margin: -130px 0 0 0;
}	
.logo img {
	margin: 0 0 0 0;
	width: 100px;
}	
#goods h2 {
    font-size: 28px;
    margin: 0 0 5px 0;
}
.woocommerce ul.products li.product .product-single .product-content {
	padding: 10px 3px 15px;
}	
.woocommerce ul.products li.product .product-single .product-img {
    min-height: 205px;
}	
#nav_menu-2 {
	margin-left: 0;
}	
.footer-copyright .copyright-text {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.3;
}	
#media_image-2 {
    width: 45%;
}		
.archive .price bdi:before {
    font-size: 16px;
}	
.single-product #product .product-final-price .woocommerce-Price-amount.amount {
    font-size: 18px;
    padding: 10px 25px;
    margin: 15px 0 15px 10px;
}	
.header-above-collapse:hover span:before,
.header-above-collapse:focus span:before,
.header-above-collapse.is-active span:before,
.header-above-collapse:hover span:after,
.header-above-collapse:focus span:after,
.header-above-collapse.is-active span:after,
.header-above-collapse.is-active span,
.header-above-collapse:hover span,
.header-above-collapse:focus span,
.menu-collapsed:hover div,
.menu-collapsed:focus div {
    background-color: #555;
}
div.wpforms-container-full .wpforms-form textarea.wpforms-field-medium {
    width: 65%;
}
.adv_info {
    padding: 20px 15px 20px 20px;
    margin: 10px 10px -45px 10px;
}	
.adv_info:before {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: 95px;
	top: 154px;
	border: 25px solid;
	border-color: #b28947 transparent transparent #b28947;
}
.adv_info:after { 
	content: ' '; 
	position: absolute; 
	width: 0; 
	height: 0; 
	left: 98px; 
	top: 152px; 
	border: 22px solid; 
	border-color: #f7f7f7 transparent transparent #f7f7f7; 
}		
.main-header .logo {
    text-align: left;
    margin: 7px auto 0;
}	
.copring:before {
    content: '';
    right: -420px;
	top: 80px
}
.copring:after {
    content: '';
    right: -780px;
}		
.ays-pb-modal {
	margin-right: auto !important;
}		
.mpop:after {
	display: none;
}	
.top_bt {
	display: block;
	position: absolute;
	top: 14px;
	right: 140px;
	width: 200px;
	height:auto;
	z-index: 9;
}
.top_bt a {
	display: inline;
	width: auto;
	height: auto;
	border-radius: 4px;
	font-size: 14px;
	padding: 5px 15px;
}
div[class*=ays-pb-modal_].ays-pb-modal,
.ays-pb-modal_1 {
	width: 600px !important;
}
	
	
	
	

}

/* = MY NEXT NEW PLUS GO 500
-------------------------------------------------------------- */
@media (max-width: 500px) {
.container {
	max-width: 100%;
	overflow-x: hidden;
}
h4 {
    font-weight: 600;
    font-size: 17px;
}
div.woocommerce-info {
	line-height: 20px;
}
div.wpforms-container-full .wpforms-form textarea.wpforms-field-medium {
    width: 100%;
}
.bl_f_partneri h3 {
    font-size: 20px;
	font-weight: 500;
	line-height: 1.3;
}
.main-mobile-menu ul.main-menu {
    max-height: auto;
}
.woocommerce form.woocommerce-ordering {
    margin: 0;
}
#goods h2 {
    font-size: 23px;
    margin: 0;
    line-height: 1.3;
    font-weight: 600;
    font-family: 'Roboto';
}
#goods h3 {
    font-size: 20px;
    margin: -3px auto 25px;
}	
#goods {
 	padding: 40px 15px 30px;
}
#preimushestva {
   	margin: 0;
   	border-radius: 0;
   	background-position: center;
   	text-align: center;
   	padding: 35px 20px 30px;
}
.forbger {
	background: #00000094;
	border-radius: 5px;
	padding: 15px;
}
#preimushestva h2 {
    margin: 0 0 5px 0;
    font-size: 23px;
    text-align: center;
	color: #fff;
}
#preimushestva h3 {
    font-size: 17px;
    text-align: center;
}
#preimushestva p {
    width: auto;
	text-align: center;
	color: #fff;
}
#preimush_2 {
	padding: 55px 10px 30px;
}
#preimush_2 h2 {
	font-size: 23px;
	margin: 0 0 5px 0;
	line-height: 1.3;
}
#preimush_2 h3 {
    font-size: 18px;
    margin: 0 0 7px 0;
    line-height: 1.3;
}
#top_main h1 {
	font-size: 23px;
	line-height: 1.4;
}
#top_main a,
#top_main a:hover {
    padding: 12px 0 12px;
    width: 220px;
    font-size: 14px;
    margin: 0 auto 15px;
}
#partners_main h2 {
	font-size: 23px;
	line-height: 1.3;
	letter-spacing: 0;
	color: #fff;
	font-family: 'Roboto';
}
#partners_main {
    height: auto;
    padding: 50px 0 30px;
    margin: 0 0px 0;
    background-size: cover;
    background-position: center;
	border-radius: 0;
}	
.bbishka {
	display: none;
}
h1 {
    font-size: 20px;
}
body {
    font-size: 14px;
    max-width: 100%;
    overflow-x: hidden !important;
}
#tns1-mw {
    margin: 15px 12px -8px;
}
.slider3 .home-slider-info-wrapper .slider-silde-info .slide-text-title {
    font-size: 27px;
    line-height: 30px;
}
#woofc-count {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    box-shadow: rgb(0 0 0 / 25%) 0px 0px 25px;
}
.woofc-count i {
    font-size: 28px;
    line-height: 62px;
    color: #048b46;
}	
.home-slider-align {
    min-height: 330px;
    padding: 70px 0 0 0;
}	
#slider-section .btn {
    font-size: 14px;
    padding: 12px 22px;
}	
.home-slider-info-wrapper .slider-silde-info .slide-text-description {
    font-size: 14px !important;
    line-height: 1 !important;
    letter-spacing: 0.3px;
}	
.home-slider-info-wrap .slider-silde-info .slide-subtitle {
    font-size: 15px !important;
    margin-bottom: 15px !important;
}	
.home-slider-info-wrap .slider-silde-info {
    padding: 0 0 !important;
}
.slider-info-content h5 {
    font-weight: 600;
    font-size: 27px;
}
.slider-section.st-pb-default {
    padding-bottom: 20px;
}
.mb-4 {
    margin-bottom: 1rem!important;
}
.mb-5 {
    margin-bottom: 1.5rem!important;
}	
#popular-products.st-py-default {
    padding: 10px 0;
}	
.woocommerce ul.products li.product .product-single h3 {
    font-size: 17px;
}
.woocommerce ul.products li.product .product-action .button.add_to_cart_button {
    padding: 15px 0 !important;
}	
.heading-default .title h5 {
    margin: 0;
    font-weight: 600;
    font-size: 20px;
    padding: 10px 0 0 0;
    text-align: center;
    background: transparent;
    text-transform: uppercase;
    color: #333;
}
#popular-products .heading-default .title {
    background: transparent;
}
.infoservice-item .infoservice-content h6 {
    font-size: 17px;
    font-weight: 600;
	border-bottom: 0;
}
.infoservice-item {
	padding: 25px 20px;
}
.infoservice-item .infoservice-icon {
    max-width: 65px;
    font-size: 45px;
    margin-right: 15px;
}
.infoservice-item {
    padding: 30px 12px 30px 25px;
}
.bannerinfo .info-content span {
    display: block;
    margin-bottom: 10px;
    padding-bottom: 5px;
    font-size: 15px;
    border-bottom: 1px solid #fff;
    width: 230px;
}
.bannerinfo .info-content .more-link {
    margin-top: 30px;
    display: inline-block;
    color: #333;
    font-weight: 500;
    border-radius: 4px;
    padding: 12px 24px;
    outline: none !important;
	background: #fff;
}	
.bannerinfo .info-content .more-link i {
    display: none;
}
.footer-section .footer-top .contact-area .title {
    font-size: 14px;
}
.footer-section .footer-top {
    padding: 20px 0;
}
#footer-section .right-content {
    margin-top: 0.5rem!important;
}	
.footer-content .footer-widgets .row > .col-lg-4 > .widget .widget-title {
    margin-bottom: 20px;
}
.single-product #product .product_title.entry-title {
    font-size: 22px;
	font-weight: 500;
}	
.single-product #product .woocommerce-Price-amount.amount {
    font-size: 25px;
}
.single-product #product .woocommerce-Price-currencySymbol {
    letter-spacing: -0.5px;
    font-size: 19px;
    margin-left: -2px;
}	
.woocommerce #content div.product div.summary {
    margin-bottom: 1em;
    padding: 0 10px;
}	
.woocommerce div.product .woocommerce-tabs .panel h3 {
    font-size: 20px;
    margin-bottom: 17px;
    font-weight: 600;
}
.woocommerce div.product .woocommerce-tabs .panel {
    padding: 0 5px;
    margin-top: 0;
}
.related.products h2 {
    font-size: 19px;
    font-weight: 600;
    color: #333;
    text-align: center;
    letter-spacing: 0;
}
.related.products {
    text-align: center;
	margin-top: 40px;
}	
.related.products ul.products.columns-4:not(.owl-carousel) li.product,
.related.products ul.products.columns-4:not(.owl-carousel) li.product {
    width: 49%;
	margin-bottom: 20px;
}
.logo img, .mobile-logo img {
    max-width: 100px !important;
    margin: 0;
    text-align: left;
}
.is-sticky-on.is-sticky-menu .logo img, .is-sticky-on.is-sticky-menu .mobile-logo img {
    max-width: 100px !important;
    margin: -10px 0 0 0;
}	
.woocommerce ul.products li.product .product-single h3 {
    height: auto;
    overflow: visible;
}
.related.products ul.products li.product .product-single h3 {
    font-size: 14px;
	height: auto;
}	
.related.products ul.products li.product .product-action .button.add_to_cart_button {
    padding: 10px 0 !important;
}	
.main-mobile-menu {
    padding: 0 0 0 0;
    min-height: 60px;
}
.main-mobile-nav.is-sticky-on.is-sticky-menu {
    padding: 0 0;
}	
.is-sticky-menu {
    height: 60px;
}	
.hamburger-menu {
    width: 35px;
    height: 35px;
    border-radius: 4px;
    margin: -5px 0 0 0;
}	
.main-mobile-menu .main-menu > li > a,
.main-mobile-menu .dropdown-menu li a {
    font-size: 14px !important;
    font-weight: normal !important;
}
.main-mobile-nav .main-mobile-build {
    padding-top: 45px;
}
.close-style:before, .close-style:after {
    width: 23px;
    height: 3px;
}
.tax-product_cat #product p.woocommerce-result-count {
    font-size: 14px;
    display: none;
}
.page-template-default .breadcrumb-heading {
	margin: 0;
}
.page-template-default .breadcrumb-list {
	display: none;
}
.page-template-default .breadcrumb-content,
.page-template-default .breadcrumb-area {
    min-height: 30px;
    margin: 9px 0 0 0;
    text-align: left !important;
    justify-content: start !important;
}
.footer-section .footer-top .col-lg-8 .contact-area {
    margin-right: 10px !important;
}	
.footer-content .footer-widgets .widget li {
    text-align: center;	
}
.footer-content .footer-widgets .widget:not(.widget_text):not(.widget_meta):not(.widget_recent_comments):not(.widget-info):not(.widget_social_widget):not(.widget_calender):not(.widget_tag_cloud) li a {
    padding-left: 0;
}	
#custom_html-2 {
    position: relative;
    left: unset;
    right: unset;
    bottom: unset;
    width: auto;
    height: auto;
}
.footer-copyright {
    padding: 10px 0 10px;
    border-top: 1px solid #555;
    margin-top: 0;
    height: auto;
    position: relative;
}	
.footer-copyright .copyright-text {
    font-size: 13px;
    margin: 0 0 0;
    letter-spacing: 0;
}	
.main-mobile-menu ul.main-menu > li a {
	padding: 0 0 0 25px;
	display: grid;
	font-size: 15px !important;
}
.product-categories-list ul.main-menu > li a {
	padding: 0 0 0 40px;
}
.switcher-tab>button {
	font-size: 15px !important;
}
.footer-content .footer-widgets .row .col-12 > .widget:not(.widget_text):not(.widget-info):not(.widget_social_widget):not(.widget_calender):not(.widget_tag_cloud):not(.widget_recent_comments) li a {
    width: auto;
}
.header-above-collapse:hover span:before,
.header-above-collapse:focus span:before,
.header-above-collapse.is-active span:before,
.header-above-collapse:hover span:after,
.header-above-collapse:focus span:after,
.header-above-collapse.is-active span:after,
.header-above-collapse.is-active span,
.header-above-collapse:hover span,
.header-above-collapse:focus span,
.menu-collapsed:hover div,
.menu-collapsed:focus div {
    background-color: #555;
}
.single-product #product .product-final-price .woocommerce-Price-amount.amount {
    font-size: 18px;
    padding: 10px 25px;
    margin: 25px 0 10px 0;
}	
.cat-menu-bt i {
    margin-right: 5px;
    font-size: 15px;
}
.footer-content .footer-widgets > .row > .col-12 > * {
    padding: 0 10px 20px !important;
}
.mystickyelements-fixed {
    top: 76% !important;
}
.woofc-count,
.woofc-count:hover {
    bottom: 28px;
}	
.breadcrumb-content {
    padding: 0 0 0 0;
	text-align: left;
}	
.punkt_line {
    margin: 0;
    padding: 0;
    border-bottom: 0;
}
.punkt_line figure {
    width: 15% !important;
    margin: 2px 15px 0 0 !important;
}
.punkt_line figure:before,
.punkt_line figure:hover:before {
	content: '';
	position: absolute;
	top: 12px;
	left: 0;
	right: 0;
	margin: auto;
	width: 40px;
	height: 40px;
	background: #b28947;
	border-radius: 50%;
	transition: 0.2s;
	opacity: 0.5;
	z-index: -1;
}
.punkt_line .elementor-image-box-wrapper {
	margin: 30px 0 0;
}	
.breadcrumb-heading h3 {
    font-size: 23px;
    text-align: left !important;
}		
.b_ccont {
    margin: 0;
}
.b_ccont figure {
    width: 15% !important;
    margin: 0 auto 5px !important;
}
.b_ccont h3 {
    font-size: 14px;
}
.b_ccont .elementor-image-box-wrapper {
	margin: 25px 0 0;		
}	
.go_to_search {
	top: 15px;
	right: 0;
	width: 110px;
	font-size: 22px;
}
.head_search_m {
    top: 58px;
    height: 75px;
}
.header-search-form {
    margin-top: 15px !important;
}	
.header-search-form .header-search-button {
    padding: 10.5px 15px 10.5px !important;
    font-size: 15px !important;
    top: -1px;
    border-radius: 0 3px 3px 0;
}
.header-search-form input.header-search-input {
    font-size: 13px !important;
	min-height: 40px;
    padding: 8px 14px;
}	
.header-search-form .header-search-select {
    font-size: 13px !important;
}	
.header-search-form .header-search-select,
#main-header3 .header-search-form .header-search-select {
    min-height: 40px;
    padding: 10px 25px 11px 10px;
	display: none;
}	
.header-search-form {
    padding-right: 55px;
}	
.search-results.woocommerce form {
    margin-top: 0 !important;
}	
.woocommerce form .form-row select,
.woocommerce form .form-row input.input-text {
    font-weight: normal;
    font-size: 14px;
    padding: 7px 5px;
}	
.woocommerce form.woocommerce-checkout .woocommerce-additional-fields,
.woocommerce form.woocommerce-checkout .woocommerce-shipping-fields,
.woocommerce form.woocommerce-checkout .woocommerce-billing-fields {
    padding: 20px 15px;
    border-radius: 3px;
}	
.on_banners h2 {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0;
    margin: -75px 0 0 15px;
    font-size: 17px;
    line-height: 1.2;
    transition: all 0.3s;
}	
.woocommerce ul.products li.product .product-single .product-content .price {
    margin: -10px 0 -7px 0;
    padding: 13px 0 0 0;
}
.woocommerce ul.products li.product .product-single .product-content .price,
.woocommerce ul.products li.product .product-single .product-content .price bdi {
    font-size: 21px;
}
.single-product #product .related.products .product-content .price,
.single-product #product .related.products .product-content .price bdi {
	font-size: 17px;
	margin: -12px 0 -8px 0;
    padding: 8px 0 0 0;
}
.single-product #product .related.products  .woocommerce-Price-currencySymbol {
	letter-spacing: 0;
	font-size: 16px;
	margin-left: -2px;
}
div.wpforms-container-full .wpforms-form input.wpforms-field-medium,
div.wpforms-container-full .wpforms-form select.wpforms-field-medium,
div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium {
    max-width: 100%;
}	
.infoservice-item .infoservice-content p {
    font-size: 15px;
}	
.product .sale-ribbon {
    top: 12px;
    left: 12px;
    font-size: 15px;
    padding: 2px 10px;
    line-height: 26px;
    border-radius: 0 0 4px 0;
}	
.woocommerce div.product p.price del bdi,
.woocommerce div.product p.price del {
    font-size: 19px;
	font-weight: 500;
}
.single-product .quantity input.qty {
    min-height: 39px !important;
    max-height: 42px !important;
}
.related.products .product .sale-ribbon {
    display: none;
}	
.gallery-item .gallery-icon img {
    min-height: 50px;
    object-fit: cover;
    width: 150px;
}
#partners_main .gallery-item:last-child {
	display: none;
}
.elementor-image-gallery .gallery-item {
    width: 50% !important;	
}
#media_image-2 {
    padding: 0 0 0 25px;
    text-align: center;
    margin: 10px auto 15px;
    position: relative;
}
#media_image-2 a {
	text-align: center;
	width: 100%;
	position: relative;
}
.footer-content .footer-widgets .widget li a {
    font-size: 14px;
    text-align: center;
}	
.footer-section .widget .widget-title {
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 5px;
    text-align: center;
}	
.footer-section .footer-content .row .col-12 {
    margin-top: 20px;
    text-align: center;
}
.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner input {
    height: 42px;
	min-height: 42px !important;
}	
.wprt-container {
	max-width: 100%;
	overflow-x: hidden;
}	
.ins_top_bt {
    margin: 5px 0 0 0;
}
#top_main {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border-radius: 0;
}
#top_main img {
	border-radius: 0;
}	
.main-header .logo {
    text-align: left;
    margin: 5px 0 0;
}		
#media_image-3 {
    max-width: 150px;
    float: none;
    margin: 0 auto 10px;
    text-align: center;
}	
.ms-slide-info {
    font-size: 18px;
    width: auto !important;
    max-width: 90% !important;
}
.adv_info:before {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: 60px;
	top: 220px;
	border: 25px solid;
	border-color: #b28947 transparent transparent #b28947;
}
.adv_info:after { 
	content: ' '; 
	position: absolute; 
	width: 0; 
	height: 0; 
	left: 63px; 
	top: 218px; 
	border: 22px solid; 
	border-color: #f7f7f7 transparent transparent #f7f7f7; 
}		
.copring:before,
.copring:after {
    display: none;
}
.copring h3 {
	text-align: center
}
.copring .elementor-image-box-wrapper {
	text-align: center !important;
	margin: 0 0 25px 0 !important;
}
.page-template-template-page-full-width .aioseo-breadcrumbs,
.page.page-id-839 .aioseo-breadcrumbs {
	display: none;
}	
.breadcrumb-area .breadcrumb-content,
.breadcrumb-area .breadcrumb-content *:not(a):not(i):not(li):not(ol) {
    align-items: flex-start !important;
    text-align: left !important;
}	
.bg_purch h2 {
    font-size: 20px;
}	
.warepg h3 {
    font-size: 20px !important;	
}
.ays-pb-modal {
	margin-right: auto !important;
}		
.mpop:after {
	display: none;
}	
.mpop h2 {
	font-size: 17px !important;
}
.mpop h3 {
    font-size: 17px !important;
    font-weight: 500 !important;
    line-height: 1.2;
    margin: 0 0 -45px 0 !important;
    color: #b28947 !important;
    text-align: left !important;
}	
div[class*=ays-pb-modal_].ays-pb-modal {
    padding: 20px 5px !important;
}
div.wpforms-container-full .wpforms-form input[type=date],
div.wpforms-container-full .wpforms-form input[type=datetime],
div.wpforms-container-full .wpforms-form input[type=datetime-local],
div.wpforms-container-full .wpforms-form input[type=email],
div.wpforms-container-full .wpforms-form input[type=month],
div.wpforms-container-full .wpforms-form input[type=number],
div.wpforms-container-full .wpforms-form input[type=password],
div.wpforms-container-full .wpforms-form input[type=range],
div.wpforms-container-full .wpforms-form input[type=tel],
div.wpforms-container-full .wpforms-form input[type=text],
div.wpforms-container-full .wpforms-form input[type=time],
div.wpforms-container-full .wpforms-form input[type=url],
div.wpforms-container-full .wpforms-form input[type=week],
div.wpforms-container-full .wpforms-form select,
div.wpforms-container-full .wpforms-form textarea {
    font-size: 14px !important;
}
.mpop .wpforms-form button[type=submit] {
    height: 35px;
}	
.main-mobile-nav.is-sticky-on.is-sticky-menu .go_to_search {
	top: 19px;
}	
.top_bt {
	display: block;
	position: absolute;
	top: 14px;
	right: 100px;
	width: 170px;
	height:auto;
	z-index: 9;
}
.top_bt a {
	display: inline;
	width: auto;
	height: auto;
	border-radius: 3px;
	font-size: 14px;
	padding: 4px 10px;
}
div[class*=ays-pb-modal_].ays-pb-modal,
.ays-pb-modal_1 {
	width: 97% !important;
}	
	
	
	

}

/* = MY NEXT NEW PLUS GO 400
-------------------------------------------------------------- */
@media (max-width: 400px) {
.woocommerce ul.products li.product .product-single .product-content .price,
.woocommerce ul.products li.product .product-single .product-content .price bdi {
    font-size: 17px;
}
.main-mobile-menu ul.main-menu {
    max-height: 43rem;
}
#top_main h1 {
	font-size: 21px;
	line-height: 1.3;
}
.main-mobile-menu {
    padding: 0;
    min-height: auto;
}
.logo img {
	margin: 0 auto;
	width: 110px;
}		
.hamburger-menu {
    width: 30px;
    height: 30px;
    border-radius: 0;
    margin: -5px 0 0 0;
}	
.go_to_search {
	top: 14px;
	right: 0;
	width: auto;
	font-size: 19px;
	margin: 0 0 0 0;
	position: absolute;
	right: 55px;
}	
.hamburger-menu div {
    height: 2px;
    margin: 0 0 5px;
    background: #555;
}
#goods {
 	padding: 50px 10px 50px;
}
#goods h2 {
    font-size: 22px;
    margin: 0 0 5px;
    line-height: 1.3;
}	
#preimush_2 h2 {
	font-size: 21px;
	margin: 0 0 10px 0;
	line-height: 1.3;
}	
.header-search-form {
	height: auto !important;
	padding: 0px 0;
	margin: 5px 0 !important;
}
.head_search_m {
    top: 52px;
    height: auto;
    margin: 0;
}	
.close-style {
	border-color: #555;
}
.gallery-item .gallery-icon img {
    min-height: 40px;
    object-fit: cover;
    width: 110px;
}		
#novinki {
    padding: 50px 50px 20px;
}	
.archive .woocommerce-result-count {
    display: none !important;
}	
.woocommerce ul.products li.product .product-action .button.add_to_cart_button {
    padding: 15px 0 !important;
    line-height: 1;
}	
.single-product #product .product_title.entry-title {
    font-size: 21px;
    font-weight: 600;
}
#preimush_2 h3 {
    font-size: 17px;
    margin: 0 0 7px 0;
    line-height: 1.3;
}	
.single-product #product .related.products ul.products li.product .product-single .product-content .price {
    padding: 2px 0 0 0;
}	
.bl_f_partneri h4 {
    font-size: 15px;	
}
.adv_info:before {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: 60px;
	top: 242px;
	border: 25px solid;
	border-color: #b28947 transparent transparent #b28947;
}
.adv_info:after { 
	content: ' '; 
	position: absolute; 
	width: 0; 
	height: 0; 
	left: 63px; 
	top: 240px; 
	border: 22px solid; 
	border-color: #f7f7f7 transparent transparent #f7f7f7; 
}
.top_bt {
	display: block;
	position: absolute;
	top: 11px;
	right: 90px;
	width: 165px;
	height:auto;
	z-index: 9;
}
.top_bt a {
	display: inline;
	width: auto;
	height: auto;
	border-radius: 3px;
	font-size: 14px;
	padding: 3px 8px;
}	
	
	
	


}

/* = MY NEXT NEW PLUS GO 390
-------------------------------------------------------------- */
@media (max-width: 390px) {
#goods h2 {
    font-size: 25px;
    margin: 0;
    line-height: 1.3;
}	
#preimushestva h2 {
    margin: 0 0 5px 0;
    font-size: 24px;
    text-align: center;
}	
#preimushestva {
   	border-radius: 0;
   	background-position: left;
   	text-align: center;
}	
#preimush_2 {
	padding: 45px 10px 30px;
}	
#preimush_2 h2 {
	font-size: 21px;
	margin: 0 0 5px 0;
	line-height: 1.3;
}	
.wptww-testimonials-slidelist.slick-slider {
    padding: 0;
}	
#partners_main h2 {
	font-size: 22px;
	line-height: 1.3;
	font-weight: 500;
}	
#partners_main {
    height: auto;
    padding: 40px 0 20px;
    margin: 0 0px 0;
    background-size: cover;
    background-position: center;
    border-radius: 0;
}	
.single-product .related.products .price bdi:before {
	display: none;
}	
.related.products ul.products li.product .product-single h3 {
    height: auto;
}		
.woocommerce-message {
    padding: 1em 1em 1em 3em;	
}
.main-mobile-nav.is-sticky-on.is-sticky-menu .go_to_search {
	top: 19px;
}
.adv_info:before {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: 60px;
	top: 265px;
	border: 25px solid;
	border-color: #b28947 transparent transparent #b28947;
}
.adv_info:after {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: 63px;
	top: 263px;
	border: 22px solid;
	border-color: #f7f7f7 transparent transparent #f7f7f7;
}	
	
	


}
