/*
Theme Name: Shop Isle Child
Theme URI: http://themeisle.com/themes/shop-isle/
Template: shop-isle
Author: Themeisle
Author URI: https://themeisle.com
Description: ShopIsle is the perfect free theme designed for your WooCommerce shop based on bootstrap. Due to its flexibility ShopIsle can also be used for a one page business site, it has a fullscreen image, parallax effect, it provides a responsive blog section, is eCommerce ready, WPML, Photo Gallery Grid,Contact Form 7,Meta Slider, SiteOrigin Page Builder, JetPack compatible and SEO friendly. It features a simple, minimal and elegant style which will work perfectly for a clothing, electronics and almost any kind of store.
Tags: two-columns,one-column,grid-layout,right-sidebar,custom-background,custom-colors,custom-header,custom-menu,featured-images,full-width-template,footer-widgets,theme-options,translation-ready,e-commerce,blog,portfolio,threaded-comments
Version: 1.1.62.1610826782
Updated: 2021-01-16 22:53:02

*/
.main {
	padding-top: 200px;
}
.front-page-main{
	padding-top: 40px;
}
#home.home-section {
	padding-top: 44px !important;
}
.pb-30 {
    padding-bottom: 30px;
}
.added_to_cart{
	width: 100% !important;
	display: inline-block !important;
}
@media (max-width: 768px) {
	#home.home-section {
		padding-top: 0 !important;
	}
	.main {
		padding-top: 83px;
	}
	#home.home-section.home-parallax {
		margin-top: 0px !important;
	}
}

/*-----------Topmenu start------------*/
.topmenu{
	min-height: auto;
	padding-bottom:15px;
	border-bottom: 1px solid white;

}
.topmenu-list{
	display: flex;
	margin: 0;
	padding: 0;

}
.topmenu-item{
	list-style: none;
	margin: 0;
	padding: 0;
    padding-right: 20px;

}
.topmenu-link{
	color: white;
    text-transform: capitalize;
    font-weight: bold;
    letter-spacing: 1.2px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	
}
.topmenu-link:hover{
	color: white;
}

.__jivoMobileButton {
    bottom: 85px!important;
    right: 2px!important;
}
/*---------Topmenu End----------*/

.main .btn.btn-b {
	background: #afadec;
}

.lmp_load_more_button .lmp_button {
	background-color: #afadec !important;
}

button[type="submit"] {
	background: #afadec !important;
	color: #fff !important;
}

.shop-item .product-button-wrap .add_to_cart_button {
	background: #afadec !important;
	color: #fff !important;
}

/*
.home-section,
#home .hero-slider {
	height: 600px !important;
}
*/
.woocommerce-ordering a.reset-order span {
	padding-right: 24px;
	background: url(delete.png);
	background-size: 16px 16px;
	background-repeat: no-repeat;
	background-position: right;
}

.woocommerce-ordering a.reset-order {
	text-decoration: none;
}

.available-on-backorder {
	position: relative;
	width: auto !important;
	background-color: #fff;
	color: #131313 !important;
	border: 1px solid #131313;
	transition: 0.3s all;
	cursor: pointer;
	padding: 5px 10px;
	margin-top: 15px;
}

.available-on-backorder:hover {
	background-color: #131313;
	color: #fff !important;
}

.available-on-backorder .tooltip {
	width: 300px;
	position: absolute;
	top: -120px;
	left: 0;
	background: rgba(0, 0, 0, 0.8);
	border-radius: 4px;
	line-height: 1.4;
	padding: 10px;
	opacity: 1;
	transition: 0.3s all;
	color: #fff;
}

.widget_layered_nav_filters li.chosen a:after {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url(delete.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right;
	margin-left: 5px;
	margin-bottom: -2px;
}

.widget.woocommerce li {
	padding-left: 12px !important;
}

.header .navbar {
	background-color: #b4a9ea !important;
}

.header .navbar-cart-inner .icon-basket {
	color: #fff;
}

.header-phone {
	padding-left: 60px;
}

.header-phone a {
	white-space: nowrap;
	color: rgba(255, 255, 255, 0.7);
	transition: color 125ms ease-in-out 0s;
}

.header-phone a:hover {
	color: #fff;
}

.header-schedule {
	color: #fff;
	transition: color 125ms ease-in-out 0s;
    text-align: center;
    font-size: 13px;
}

@media (max-width: 768px) {
	.header-phone {
		text-align: center;
		padding: 0;
	}
	.header-phone a {
		font-size: 16px;
	}
    .wc-tabs-wrapper-outer {
        width: 100%;
        overflow-x: scroll;
    }
    .wc-tabs-wrapper-outer .tabs.wc-tabs {
        width: max-content;
    }
}

.add_to_wishlist_button {
	margin: 0 !important;
	display: block;
	color: #111;
	width: 22px;
	height: 22px;
	transition: 0.2s;
	background-image: url(assets/images/heart.png);
	background-position: center;
	background-size: contain;
    z-index: 1;
  
}

.single-product .product .entry-summary .price ins {
    width: auto;
}

.single-product .product .entry-summary h1 {
    font-size: 30px;
}

/* Кнопка Избранное в каталоге */
ul.products li.product .button.add_to_wishlist_button {
    width: 25px;
    top: 5px;
    right: 28px;
    opacity: 1;
    left: auto;
}

/* Кнопка Избранное в карточке товара */
.single-product .product .entry-summary .button.add_to_wishlist_button {
    width: 25px;
    position: relative;
    padding-left: 55px;
    opacity: 1;
}

.view_wishlist_button {
	background-image: url(assets/images/heart_full.png);
}

.add-to-cart-button-wrap .add_to_wishlist_button {
	display: inline-block !important;
	margin-bottom: 15px !important;
}

.woocommerce-wishlist-wrapper .shop_table.cart tr:last-child td {
	padding: 12px;
	border: 1px solid #e5e5e5;
}

.share-block {
	margin: 30px 0;
	display: flex;
	align-items: center;
}

.share-block > span {
	margin-left: 5px;
}

.navbar-wishlist {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	padding-left: 15px;
}

.navbar-wishlist a {
	position: relative;
	display: block;
}

.navbar-wishlist .icon::before {
	content: "\2764";
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	cursor: pointer;
	transition: 0.125s;
}

.navbar-wishlist .icon:hover::before {
	color: #fff;
}

.navbar-wishlist .cnt {
	position: absolute;
	top: 8px;
	left: 10px;
	min-width: 14px;
	border-radius: 2px;
	background: #e5e5e5;
	line-height: 1.2;
	text-align: center;
	letter-spacing: normal;
}

.navbar-account {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	padding-left: 15px;
}

.navbar-account .icon {
	color: #cbc7c2;
	font-size: 14px;
	cursor: pointer;
	transition: 0.125s;
}

.navbar-account .icon:hover::before {
	color: #fff;
}

.product .onsale {
	background-color: #ff4343e6;
    font-size: 15px;
    z-index: 1;
    right: auto;
    left: 17px;
    line-height: normal;
    min-height: auto;
    height: max-content;
    top: 3px;
    padding: 0px;
    display: block;
    height: 23px;
    width: 59px;
	font-weight: 700;
}

ul.products li.product .product-button-wrap .button.product_type_simple {
	background: #afadec !important;
}

ul.products li.product .digi-dolyame-label--container {
	display: none;
}

ul.products li.product .woocommerce-product-attributes 
.woocommerce-product-attributes-item.woocommerce-product-attributes-item--attribute_pa_size 
.woocommerce-product-attributes-item__value{
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}

.product-main-content .onsale {
	top: 35px;
}

.woocommerce.single-product .bottom-h1 {
	display: none;
}

.woocommerce.single-product .module-super-small {
	padding-top: 25px;
}

.woocommerce.single-product .price ins span.amount {
	color: #000;
}

.woocommerce.single-product .price .price-notice {
	color: red;
}

.woosticker_new {
	position: absolute !important;
	top: 27px !important;
	left: 17px !important;
	color: #1b1a1a !important;
	background: rgba(243, 238, 238, 0.9) !important;
	font-size: 14px !important;
	font-weight: normal !important;
}

.woosticker_new::before {
	content: none !important;
}

.product-main-content .woosticker_new {
	left: 3px !important;
}

.dropdownmenu {
	right: -15px;
}

.navbar-nav > li > a {
	padding-left: 10px;
	padding-right: 10px;
}

.catalog-tags {
	padding-top: 20px;
}

.catalog-tags a {
	color: #111;
	font-size: 14px;
	margin-right: 15px;
	border-bottom: 1px solid #111;
	transition: 0.2s;
}

.catalog-tags a:hover {
	color: #666;
	border-bottom: 1px solid #666;
}
/*---------Submenu Section----------*/
.submenu-section{
	display: block !important;
	padding-left: 67px;
	
}
.submenu-section .dropdown-menu{
	top: 0 !important;
}
.submenu-section-item{
	list-style: none;
	
}
.submenu-section-link {
    padding: 7px !important;
    font-weight: 500;
    font-size: 14px;
    margin-top: -5px;
}

.submenu-section-link:hover {
    opacity: 0.8;
}

.menu_img{
	position: relative !important;
}
.has_img{
	padding-left: 0 !important;
	margin: 0 !important;
}
.customScrollbar.scrollblock {
	display: flex;
	flex-direction: column;
}
.showMore{
	width: fit-content;
	align-self: flex-end;
	margin: 0 20px 20px 0;
}
/*---------Mobile----------------*/
.submenu-section-mobile{
	padding: 0;
	display: none !important;
}
.submenu-section-item-mobile{
	padding-left: 20px !important;
	
}
.submenu-section-link-mobile{
	

}
#mobilemenu .expanded > .dropdown .menu_title a{
	border-bottom: none !important;
}
.show{
	display: block !important;
}
/*---------Submenu Section End----------*/
.woocommerce-tabs .panel .h2 {
	margin: 0 0 20px;
	padding-top: 30px;
	padding-bottom: 15px;
	font: normal 12px/1.8 "Open Sans", sans-serif;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 16px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.wpcf7 form label {
	font-weight: normal;
}

.wpcf7-form textarea {
	resize: none;
	height: 125px;
}

.wpcf7 form.sent .wpcf7-response-output {
	text-align: center;
	font-size: 16px;
	padding: 0.5em 1em;
	font-weight: 600;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
	display: none !important;
}

.wpcf7-form input[type="submit"] {
	display: block;
	margin: 0 auto;
}

.woocommerce-widget-filter__submit {
	margin-top: 30px;
}

.woocommerce-ordering {
	display: flex;
	align-items: center;
}

.woocommerce-ordering .total-count {
	margin-left: 15px;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 14px;
}

.header-search-input:after {
	content: none !important;
}

.aws-container .aws-search-form .aws-form-btn {
	border: none !important;
	background: #fff !important;
}

.header-search .header-search-input {
	background: rgb(255 255 255 / 90%);
}
.header-search-input .header-search-tags{
	display: none;
}
.header-search-input .header-search-tags .header-search-tags-title {
	font-size: 10px;
	text-align: left;
	padding: 6px 4px;
}

.header-search-input .header-search-tags ul {
	list-style-type: none;
	margin: 0;
	padding: 0 4px;
	text-align: initial;
}

.header-search-input .header-search-tags ul li {
	position: relative;
}

.header-search-input .header-search-tags ul li:before,
.header-search-input .header-search-tags ul li:after {
	display: block;
	content: "";
	position: absolute;
	background: #000;
	top: 9px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
}

.header-search-input .header-search-tags ul li:after {
	right: 0;
}

.header-search-input .header-search-tags ul li:before {
	left: 0;
}

.header-search-input .header-search-tags ul li a {
	display: block;
	width: 100%;
	text-align: center;
}
.cart select{
	font-size: 12px !important;
}
.siteorigin-widget-tinymce p{
	text-align: center;
}
.footer-time{
	font-size: 14px;
	padding: 0px 0 10px 0;
}


@media (max-width: 780px) {
	#social-icons {
		flex-direction: row !important;
	}
	.footer-time,
	.footer-phone {
		text-align: center;
	}

	.woocommerce.single-product .price .price-notice {
		display: block;
	}
}

.collection-section .collection-item {
	height: 300px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin: 20px;
}

.collection-section .collection-item:hover .collection-item-name {
	background: #000;
	color: #fff;
	-webkit-transition: background-color 500ms linear;
	-ms-transition: background-color 500ms linear;
	transition: background-color 500ms linear;
}

.collection-section .collection-item .collection-item-link {
	display: flex;
	height: 300px;
	width: auto;
	align-items: end;
}

.collection-section .collection-item .collection-item-name {
	padding: 10px;
	width: 100%;
	display: block;
	text-align: center;
	color: #fff;
	font-size: 20px;
	background: #0000004a;
}

.advantages-section {
	padding: 70px 0 15px 0;
}

.advantages-section .advantages-item {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.advantages-section .advantages-item .advantages-item-icon {
	width: 120px;
}

.advantages-section .advantages-item .advantages-item-text {
	font-size: 14px;
	text-align: center;
	padding: 15px 20px 0 20px;
}

@media (max-width: 768px) {
	.advantages-section .advantages-item {
		padding-bottom: 15px;
	}

	.advantages-section .advantages-item .advantages-item-icon {
		width: 100px;
	}

	.advantages-section .advantages-item .advantages-item-text {
		padding: 0;
	}
}

.page-header-module.module.banner {
	padding: 40px 0 0px 2px;
}

.page-header-module.module.banner h1 {
	opacity: 0;
}

.woocommerce ul.products li.product .price .amount {
	font-size: 16px !important;
	color: #000 !important;
}

.prod-img-wrap:before {
	display: none;
}

.woocommerce ul.products li.product {
	padding: 27px;
}

.woocommerce ul.products li.product .product-stock-status .in-stock {
    color: #aaaaaa;
}

.woocommerce ul.products li.product .product-stock-status .out-stock {
	color: #f2020e;
}

.woocommerce ul.products li.product .add_to_cart_button {
	background: #afadec !important;
	color: #fff !important;
	position: static;
	display: block;
	opacity: 1;
	white-space: nowrap;
	text-align: center;
	padding: 6px 12px !important;
	width: 100% !important;
	margin-left: 0 !important;
	margin-bottom: 12px !important;
    margin-top: 10px;
}

.add_to_cart_button {
    border: none;
}

.woocommerce ul.products li.product .added_to_cart {
    width: 100%;
}

.woocommerce ul.products .product:not(.elementor):hover .add_to_cart_button {
    transform: none;
}

@media (max-width: 768px) {
	.woocommerce ul.products li.product {
		padding: 0;
	}
}

.shop-with-sidebar .woocommerce-ordering,
.shop-with-sidebar .woocommerce-result-count {
    display: none;
}

#tab-title-pwb_tab {
	display: none;
}

.single-product .product .product_title {
	color: #222;
	font-size: 22px;
	margin: 0;
}

.single-product .product .price {
    display: flex;
    align-items: center;
    padding: 5px 0 15px 0px;
}

.single-product .product .entry-summary .price del {
	width: auto;
    padding-right: 15px;
}

.single-product .product .summary .woocommerce-product-attributes tr {
	display: none;
}

.single-product
	.product
	.summary
	.woocommerce-product-attributes
	tr.woocommerce-product-attributes-item--attribute_pa_metall,
.single-product
	.product
	.summary
	.woocommerce-product-attributes
	tr.woocommerce-product-attributes-item--weight {
	display: table-row;
}

.single-product .product div.summary .product_meta {
	margin-top: 0;
}

.single-product .product div.summary .stock {
	color: #aaaaaa;
}
.single-product .product div.summary .stock.out-of-stock {
	color: #f2020e;
}
.single-product .product .cart select {
    padding: 0 15px 0 15px;
    text-transform: uppercase;
}
.single-product .product .cart select option{
    font-size: 16px;
    text-transform: uppercase;
}

body.single-product ul.products li.product.first {
    clear: both;
}

.products
	.shop_attributes
	.woocommerce-product-attributes-item--attribute_pa_brand,
.products
	.shop_attributes
	.woocommerce-product-attributes-item--attribute_pa_for,
.products
	.shop_attributes
	.woocommerce-product-attributes-item--attribute_pa_for,
.products
	.shop_attributes
	.woocommerce-product-attributes-item--attribute_pa_jewelery_group,
.products
	.shop_attributes
	.woocommerce-product-attributes-item--attribute_pa_vstavka,
.products
	.shop_attributes
	.woocommerce-product-attributes-item--attribute_pa_color,
.products
	.shop_attributes
	.woocommerce-product-attributes-item--attribute_pa_lock_type,
.products
	.shop_attributes
	.woocommerce-product-attributes-item--sku
 {
	display: none;
}
.woocommerce-product-attributes-item__label:hover,
.woocommerce-product-attributes-item__value:hover,
.woocommerce-loop-product__link:hover{
	color: #111111;
}
.woocommerce-product-attributes{
	min-height: 0px;
    margin: 0;
}

.woocommerce-product-attributes .woocommerce-product-attributes-item{
	height: 30px;
}

.products .shop_attributes th {
	padding-left: 40px;
	vertical-align: top;
	
}

.products .shop_attributes td {
	text-align: right;
	padding-right: 40px;
	font-size: 12px;
    vertical-align: top;
}

.products .shop_attributes td p {
	margin: 0;
}

nav.woocommerce-pagination {
	display: flex;
	justify-content: center;
	padding-top: 30px;
}

ul.products li.product a > img {
	display: none;
}

ul.products li.product a > img:nth-of-type(1) {
	display: block;
}

ul.products li.product .prod-img-wrap {
	position: relative;
}

ul.products li.product .prod-img-wrap img:not(:first-child) {
	display: none;
}

ul.products li.product .prod-img-wrap .owl-dots {
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	bottom: 0;
    z-index: 2;
}

ul.products li.product .prod-img-wrap .owl-dot {
	width: 20px;
}

.header-container .navbar-cart .header-tel {
	display: none;
}

.header-container .header-info {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.header-container .header-info .header-phone-info{
	color: #fff;
}

div.scroll-up a {
	width: 45px;
	height: 45px;
	border-radius: 2px;
	opacity: 0.7;
	color: #fff;
	line-height: 28px;
	text-align: center;
	font-size: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #afadec;
}

div.scroll-up a:hover {
	opacity: 1;
	color: #fff;
}

.widget-woof {
	font-family: "Roboto Condensed", sans-serif;
	letter-spacing: 2px;
	color: #000;
}

.sidebar .widget-area .widget:not(.widget_layered_nav_filters) {
	border-bottom: none;
}

.widget-woof .woof_container {
	margin-bottom: 0;
	border-bottom: 1px solid #00000096;
	padding: 5px 0 15px 0;
}

.widget-woof .woof_submit_search_form_container {
	display: flex;
	flex-direction: column;
}
.widget-woof .woof_submit_search_form_container .button {
	width: auto;
	border: none;
	border-radius: 2px;
	color: #fff;
	background: rgba(17, 17, 17, 1);
	font-family: "Roboto Condensed", sans-serif;
	font-size: 11px;
	letter-spacing: 2px;
	text-transform: uppercase;
	background: var(--main-button-clr);
	margin-top: 20px;
	padding: 10px 30px;
	line-height: 13px;
}
.widget-woof .woof_submit_search_form_container .button.woof_reset_search_form {
	background: #fff;
	color: rgba(0, 0, 0, 0.65);
	border: 1px solid rgba(0, 0, 0, 0.65);
}
.widget-woof .button.woof_submit_search_form:hover {
	opacity: 0.9;
}
.widget-woof .woof_block_html_items .woof_list li.woof_open_hidden_li {
	text-align: start;
}
.widget-woof .woof_block_html_items .woof_list li label {
	font-weight: 400;
	font-size: 14px;
}
.widget-woof .woof_block_html_items .woof_list li .icheckbox_flat-purple {
	width: 23px;
}
.widget-woof .woof_block_html_items .woof_list.woof_list_checkbox li {
	display: flex;
}

div.sidebar-shop {
	padding-top: 0;
}

nav.woocommerce-breadcrumb {
	padding-bottom: 25px;
}

.onsale.out-of-stock {
	display: none;
}

.module-cart-bottom .cross-sells {
	display: none;
}

.product:hover .product-button-wrap {
	top: 155px;
	bottom: auto;
}

.product:hover .product-button-wrap .button.add_to_wishlist_button {
	bottom: auto;
	top: -35px;
}

ul.products li.product img {
	height: 250px;
	width: 250px !important;
}

.woocommerce-cart .coupon button {
	background: #dad5d5;
	color: #000;
}
.woocommerce-cart .coupon button:hover {
	opacity: 0.8;
	background: #dad5d5;
}

.bottom-page-wrap .shop_isle_footer_sidebar {
	background: #afadec !important;
}

.bottom-page-wrap .shop_isle_footer_sidebar a {
	color: #fff !important;
}

.bottom-page-wrap
	.shop_isle_footer_sidebar
	.so-widget-sow-icon-default-a26765ca4b5b
	.sow-icon
	span,
.so-widget-sow-icon-default-a26765ca4b5b .sow-icon a span {
	color: #ffffff !important;
}

.woocommerce-products-header .page-header-module.module{
    padding: 35px 0 0 0;
}
.woocommerce-products-header .page-header-module.module .module-title{
    margin-bottom: -35px;
}

.woocommerce-products-header .page-header-module.module::before{
    display: none;
}
.wpcf7-list-item-label a{
	color: #b4a9ea;
}
.wpcf7-list-item-label a:hover{
	color: #9989e8;
}


input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none; 
}

input[type='number'],
input[type="number"]:hover,
input[type="number"]:focus {
    appearance: none;
    -moz-appearance: textfield;
}
/* Стилизация кнопок плюс и минус */
.quantity{
	position: relative;
}
.form-group--number {
    max-width: 150px;
}
label.screen-reader-text {
    display: none;
}
 
.form-group--number button {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    max-width: 20px;
    color: #222;
    font-size: 30px;
    border: none;
    background: none;
}
 
.form-group--number button.down {
    left: 0px;
}
.form-group--number button.down:before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    content: '';
    width: 14px;
    height: 1px;
    background-color: #999;
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    -ms-transform: translate(-50%, -50%) rotate(0deg);
    -o-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
}
.form-group--number button.up {
    right: 15px;
}
.form-group--number button.up:before, .form-group--number button.up:after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    content: '';
    width: 14px;
    height: 1px;
    background-color: #999;
}
 
.form-group--number button.up:before {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -moz-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    -o-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
}
.form-group--number button.up:after {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    -ms-transform: translate(-50%, -50%) rotate(0deg);
    -o-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
}
 
.form-group--number .form-control {
    border: 2px solid #eaeaea;
    height: 45px;
    padding: 0 25px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    color: #222;
    background-color: transparent;
}
.form-group--number input {
    border-radius: 0;
	border: none !important;
	text-align: center !important;
}

@media (min-width: 768px) {
	.header-container .navbar-cart .header-tel {
		font-size: 12px;
		position: absolute;
		color: #fff;
		width: 149px;
		top: 37px;
		left: 20px;
		display: block;
	}
	.header-container .navbar-cart {
		padding-bottom: 28px;
	}
	.woof_products_top_panel {
		display: none !important;
	}
	
}

@media (max-width: 768px) {
	.hide{display: none !important;}
	.topmenu{
		display: none;
	}
	.products .shop_attributes th {
		padding-left: 0;
	}
	.products .shop_attributes td {
		padding-right: 0;
	}
	div.scroll-up {
		display: flex;
        right: 32px;
        bottom: 190px;
	}
	ul.product-cats,
	ul.catalog-tags {
		flex-wrap: nowrap;
		overflow-x: scroll;
		white-space: nowrap;
	}
	.sidebar-shop {
		margin-top: 85px !important;
	}

	.woocommerce-products-header {
		padding: 5px 15px 15px 0;
	}
    .woocommerce-products-header .module-title {
		font-size: 25px;
	}
	.woocommerce-products-header .page-header-module.module.banner {
		display: none;
	}

	.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout-custom {
		flex-direction: column;
		align-items: center;
	}

	.woocommerce-cart
		.cart-collaterals
		.wc-proceed-to-checkout-custom
		.fast-order {
		width: 100%;
		max-width: initial;
		margin-right: auto;
		margin-bottom: 12px;
	}

	.woocommerce-cart table.cart .product-price {
		display: none;
	}

	.woocommerce-cart table.cart th {
		display: none;
	}

	.woocommerce-cart table.cart td {
		border: none;
	}

	.woocommerce-cart .shop_table.cart > tbody > tr:nth-of-type(even) {
		background-color: inherit;
	}

	.woocommerce-cart table.cart td.product-thumbnail {
		display: block;
	}
	.woocommerce-cart table.cart td.product-remove a {
		font-size: 25px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.woocommerce-cart table.cart td.product-remove {
		position: absolute;
		left: 0;
	}
	.woocommerce-cart table.cart td.product-subtotal {
		width: 56px;
	}

	.woocommerce-cart table.cart td.product-name a {
		font-size: 12px;
	}
	.form-group--number button.up {
		right: 0px;
	}
	.single-product div.product form.cart .quantity{
		width: 33.333% !important;
	}
}
.bottom-icons-panel{
	display: none;
}
/*    Category Slider      */
.category{
	
}
.category-slider{
	display: flex;
}
.category-slider .owl-dots{
	text-align: center;
	
}
.category-slide{
	width: 100%;
}
.category-slide-wrapper{
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
	display: flex;
	flex-direction: column;
	align-items: center;

}
.category-slide-body{
	color:#111111;
	font-size: 20px;
	transition: all 0.5s;
	padding-top: 15px;
}
.category-slide-body:hover{
 color: #aaa;
}

.category-slide-img{
	width: 100%;
	height: 224px;
	max-width: 100%;
	object-fit: cover;
}
/*  Collections  */
#collections{
}
.collections-title{
	text-align: center;
	font-size: 30px;
	margin-bottom: 70px;
	text-transform: uppercase;
	color: #111111;
	font-family: "Roboto Condensed", sans-serif;
}
.collections-row{
	display: flex;
	width: 100%;
}
.collections-item{
	width: 20%;
	position: relative;
	margin: 5px;
}

.collections-wrapper{
	position: relative;
	
		
}
.collections-img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;

}
.collections-body{
	height: 100%;
	width: 100%;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	padding: 200px 20px 20px 20px;
	transition: all 0.5s;
}
.collections-body:hover{
}
/*    Suggestions    */
#suggestions{
	padding-top: 70px;
}
.suggestions-nav {
	display: flex;
	justify-content: space-between;
}
.suggestions-title {
	text-transform: uppercase;
	color: #111111;
	font-size: 30px;
}
.suggestions-tabs {
	display: flex;
	align-items: center;
}
.suggestions-tab{
	font-size: 18px;
	color: #111111;
	cursor: pointer;
}
.suggestions-tab--active{
	border-bottom: 1px solid #b4a9ea;
}
.suggestions-tab:not(:last-child){
	margin-right: 15px;
}
.suggestions-wrapper{
	display: none;
}
.suggestions-wrapper--active{
	display: block;
	animation: fade 0.5s;
}
.suggestions-btn-block{
	text-align: center;
}
#suggestions ul.products {
    display: flex;
    flex-wrap: wrap;
}

#suggestions ul.products li.product {
    width: 100%;
}

#suggestions ul.products {
    display: flex;
    flex-wrap: nowrap;
}
#suggestions ul.products.owl-carousel {
    display: block;
}
#suggestions ul.products .owl-dots {
    text-align: center;
    margin: -40px 0 30px 0;
    width: 100%;
}
@keyframes fade {
	from {
	   opacity: 0;
	}
	to {
	   opacity: 1;
	}
 }
 /* Banner Home  */

#home-banner{
    cursor: pointer;
}
.banner-carousel {
}
.banner-item {
	position: relative;
	height: 650px;
    display: block;
}
.banner-body {
	padding-bottom: 50px;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
}
.banner-title {
	text-align: center;
	padding-bottom: 50px;
	font-size: 15px;
	font-family: "Roboto Condensed", sans-serif;
	text-transform: uppercase;
	letter-spacing: 4px;
	color: #ffffff;
}
.banner-link {
	border: 1px solid rgba(255, 255, 255, .75);
	color: #ffffff;
	border-radius: 2px;
	transition: all 0.5s;
}
.banner-link:hover{
	background-color:rgba(255, 255, 255, .75) ;
}
.banner-img {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	top: 0;
	left: 0;
	object-fit: contain;
}
.banner-img.mob {
	display: none;
}
.banner-carousel .owl-dots{
	text-align: center;
    margin-top: -60px;
    z-index: 5;
    position: relative;
}
/* Add to cart Button*/
.add-to-cart-block{
	position: relative;
	display: inline-block;
	width: 66.66666667%;
}
.add-to-cart-block .added_to_cart{
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: center;
	position: absolute !important;
	margin: 0 !important;
}
.single-product div.product form.cart .button{
	width: 100% !important;
	float: inherit !important;
}
.form-group--number .qty{
	max-width: 100% !important;
	
}

@media(max-width:1200px){
	.collections-row{
		flex-wrap: wrap;
	}
	.collections-item{
		width: 23.9%;
	}
}
@media(max-width:1000px){
	.category-slide-img {
		height: 334px;
	}
	.collections-item{
		width: 31.9%;
	}
	.suggestions-nav{
		flex-direction: column;

	}
	.suggestions-tabs {
		padding-top: 15px;
	}
	
}


.page-collection .page-header-module.module .module-title{
    margin-bottom: 55px;
}
.page-collection .collections .collections__item:nth-child(even){
    flex-direction: row-reverse;
}
.page-collection .collections .collections__item {
    display: flex;
    align-items: center;
    padding-bottom: 25px;
}
.page-collection .collections .collections__item .collections__item-wrapper:nth-child(1){
    width: 40%;
}
.page-collection .collections .collections__item .collections__item-wrapper:nth-child(2){
    width: 60%;
}
.page-collection .collections .collections__item .collections__item-info{
    padding-left: 50px;
}
.page-collection .collections .collections__item:nth-child(even) .collections__item-info{
    padding-left: 0px;
    padding-right: 50px;
}
.page-collection .collections .collections__item .collections__item-title{
    font-size: 30px;
    font-weight: 600;
}
.page-collection .collections .collections__item .collections__item-desc{
    font-size: 16px;
    padding-bottom: 15px;
}

.mobile-menu-contacts .mobile-menu-contacts-info {
	font-size: 14px;
	padding-left: 16px;
	margin: -12px 0 -8px 0;
	display: block;
}

@media(max-width:780px){

    #home-banner{
        margin-top: -50px;
    }
    #home-banner .banner-img.mob {
        display: block;
    }

    #home-banner .banner-img.pc {
        display: none;
    }

    #home-banner .banner-item {
        height: 400px;
    }

	.add-to-cart-block{
		width: 100%;
		float: right;
	}
	.woocommerce.single-product div.product form.cart{
		padding:2.618em 0 20px 0;
	}
    .single-product .product .cart select {
        padding: 0 20px 0 20px;
        width: 100%;
    }
    .single-product .product .cart select option {
        font-size: 14px;
    }
    .single-product .product .cart > div {
        width: 100%;
    }
	.suggestions-tab{
		font-size: 16px;
	}
	.category-slide-img {
		height: 334px;
	}
	.collections-row{
		-webkit-overflow-scrolling:auto;
		overflow-x: scroll;
		overflow: auto;
		white-space: nowrap;
		flex-wrap: nowrap;
		padding-bottom: 15px;
	}
	.collections-item{
		width: 100%;
	}
	.collections-wrapper{
		width: 250px;
	}
    /*    MobileMenuBottom   */
    .bottom-icons-panel {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 15px;
        z-index: 50;
        background-color: white;
        box-shadow: 0 0 10px 3px rgb(212, 212, 212);
    }
    .bottom-icons-panel__content {
        display: flex;
        justify-content: space-between;
    }
    .bottom-icons-panel__content-link {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 5px;
    }
    .bottom-icons-panel__content-link:visited,
    .bottom-icons-panel__content-link:link,
    .bottom-icons-panel__content-link:hover{
        color: #666;
    }
    .bottom-icons-panel__content-picture-wrapper img{
        width: 20px;
    }
    .bottom-icons-panel__content-text {
    }



    .page-collection .collections .collections__item {
        flex-direction: column;
    }
    .page-collection .collections .collections__item .collections__item-wrapper:nth-child(1){
        width: 100%;
    }
    .page-collection .collections .collections__item .collections__item-wrapper:nth-child(2){
        width: 100%;
    }
    .page-collection .collections .collections__item:nth-child(even){
        flex-direction: column;
    }
    .page-collection .collections .collections__item .collections__item-info{
        padding-left: 0px;
    }
    .page-collection .collections .collections__item:nth-child(even) .collections__item-info{
        padding-left: 0px;
        padding-right: 0px;
    }

}


.gift-card-counter {
    display: flex;
    align-items: center;
}

.gift-card-counter .gift-card-counter-value {
    font-size: 19px;
    padding: 0 10px 0 10px;
}

.gift-card-counter .gift-card-counter-minus,
.gift-card-counter .gift-card-counter-plus {
    font-size: 18px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid black;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
}

.gift-card-counter .gift-card-counter-minus:before,
.gift-card-counter .gift-card-counter-plus:before {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
    display: inline-block;
    content: '';
    width: 16px;
    height: 1px;
    background-color: black;
}

.gift-card-counter .gift-card-counter-plus:after {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
    display: inline-block;
    content: '';
    width: 1px;
    height: 16px;
    background-color: black;
}

.postid-20204 table.variations {
    display: none;
}

.postid-20204 .custom-stock {
    display: none;
}

.postid-20204.single-product div.product .variations_button {
    border-top: none;
}

.postid-20204 .product_meta {
    display: none;
}

.postid-20204 .quantity.form-group--number {
    display: none!important;
}

.postid-20204 .woocommerce-tabs.wc-tabs-wrapper {
    display: none;
}

.postid-20204 .gift-card-desc {
    padding-top: 12px;
}

.postid-20204 .gift-card-instruction {
    position: relative;
}

.postid-20204 .gift-card-instruction .gift-card-instruction-button {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.postid-20204 .gift-card-instruction .gift-card-instruction-button span {
    border: 1px solid black;
    width: 30px;
    height: 30px;
    display: block;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    margin-right: 10px;
}

.postid-20204 .gift-card-instruction .gift-card-instruction-popup {
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,.25);
    box-shadow: 0 0 20px rgba(0,0,0,.25);
    background: #fff;
    padding: 32px;
    opacity: 0;
    height: 0;
    width: 450px;
    position: absolute;
    visibility: hidden;
    webkit-transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -ms-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
}

.postid-20204 .gift-card-instruction .gift-card-instruction-popup p{
    margin: 0 0 5px;
}

.postid-20204 .gift-card-instruction .gift-card-instruction-button:hover ~ .gift-card-instruction-popup {
    opacity: 1;
    height: auto;
    visibility: visible;
}

.postid-20204 .variations_form .woocommerce-variation-add-to-cart .single_add_to_cart_button {
    max-width: 200px;
}

.postid-20204 .variations_form .woocommerce-variation-add-to-cart .added_to_cart {
    position: absolute;
    bottom: 55px;
    max-width: 200px;
    text-align: center;
    display: block!important;
}

.postid-20204 .product  .entry-summary .price{
    display: none;
}

.cart_totals #pwgc-redeem-gift-card-form,
.woocommerce-checkout-payment #pwgc-redeem-gift-card-form {
    display: none;
}

.woocommerce-checkout #shop-isle-checkout-coupon .woocommerce-info {
    font-weight: bold;
}


.sidebar-shop .widget.widget_layered_nav .woocommerce-widget-layered-nav-list__item:before {
    content: "";
    width: 15px;
    height: 15px;
    background-color: #00000021;
    border-radius: 20%;
    left: 0;
    position: absolute;
    display: block;
    top: 13px;
    cursor: pointer;
    z-index: -1;
}
.sidebar-shop .widget.widget_layered_nav .woocommerce-widget-layered-nav-list__item.chosen:before {
    background-color: #b4a9ea;
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 20%;
    left: 0;
    position: absolute;
    display: block;
    top: 13px;
    cursor: pointer;
    z-index: -1;
}

.sidebar-shop .widget.widget_layered_nav .woocommerce-widget-layered-nav-list__item a {
    padding-left: 27px;
    margin-left: -14px;
    cursor: pointer;
}
.sidebar-shop .widget.widget_layered_nav .woocommerce-widget-layered-nav-list__item.chosen a {
    color: #111;
    font-weight: inherit;
  
}

.sidebar-shop .widget.widget_layered_nav .woocommerce-widget-layered-nav-list__item {
    margin-left: 0;
}

.sidebar-shop .widget.widget_layered_nav .woocommerce-widget-layered-nav-list__item.chosen:after {
    content: '';
    display: block;
    width: 6px;
    height: 9px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
    position: relative;
    top: 14px;
    left: 4px;
    position: absolute;
    cursor: pointer;
    z-index: -1;
  }

  #woocommerce_layered_nav_filters-8 {
    display: none;
  }


.home-text {
    margin: 30px 0 30px 0;
    color: #111;
    font-size: 18px;
}

.home-text p,
.home-text em,
.home-text .font-serif {
    font-style: normal;
}

.woocommerce-Price-currencySymbol {
    position: relative;
    visibility: hidden;
}

.woocommerce-Price-currencySymbol::before {
    content: "₽";
    position: absolute;
    visibility: visible;
}

.page-id-6 table.cart .woocommerce-Price-currencySymbol::before {
    top: -1px;
}

#social-icons {
    padding-top: 20px;
}

.term-description p,
.term-description li,
.home-prod-subtitle p,
.home-prod-subtitle li {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    font-size: 16px;
}


.single-product-widgets {
    display: flex;
}

.share-widget {
    position: relative;
}

.share-widget .share-button {
    background-image: url(/wp-content/themes/shop-isle-child/assets/images/share-widget/icon-share.svg);
    height: 22px;
    width: 22px;
    background-size: contain;
    cursor: pointer;
}

.share-widget .share-list {
    display: none;
    position: absolute;
    z-index: 999;
    margin: 0;
    padding: 0;
    width: 180px;
    left: -158px;
    top: 35px;
    border-radius: 8px;
    box-shadow: 0 8px 6px rgba(0, 0, 0, 0.18), 0 0 4px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    list-style-type: none;
    padding: 7px;
}

.share-widget .share-list.active {
    display: block;
}

.share-widget .share-list li {
    padding-bottom: 7px;
}

.share-widget .share-list li a {
    display: flex;
}

.share-widget .share-list .icon {
    display: block;
    height: 24px;
    width: 24px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 10px;
}

.share-widget .share-list .vk-icon {
    background-color: #07f;
    background-image: url(/wp-content/themes/shop-isle-child/assets/images/share-widget/icon-vk.svg);
}

.share-widget .share-list .ok-icon {
    background-image: url(/wp-content/themes/shop-isle-child/assets/images/share-widget/icon-ok.svg);
    background-color: #f70;
}

.share-widget .share-list .tg-icon {
    background-color: #64a9dc;
    background-image: url(/wp-content/themes/shop-isle-child/assets/images/share-widget/icon-tg.svg);
}

.share-widget .share-list .viber-icon {
    background-color: #7b519d;
    background-image: url(/wp-content/themes/shop-isle-child/assets/images/share-widget/icon-viber.svg);
}

.share-widget .share-list .wa-icon {
    background-color: #65bc54;
    background-image: url(/wp-content/themes/shop-isle-child/assets/images/share-widget/icon-wa.svg);
}

.share-widget .share-list .copy-icon {
    background-color: rgba(0, 0, 0, 0.03);
    background-image: url(/wp-content/themes/shop-isle-child/assets/images/share-widget/icon-copy.svg);
}

ul.products li.product span.price {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    min-height: 58px;
    
}
ul.products li.product .price .woocommerce-Price-currencySymbol{
    position: absolute;
}

#wpcf7-f19785-o2 .wpcf7-acceptance span {
    font-size: 12px;
}

.woocommerce-loop-product__title {
    cursor: pointer;
}

.price-space {
    display: none;
}

.related.products .products li.product{
    width: 100%!important;
    clear: none;
}

.related.products .products .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
}


.amo-button-holder {
	bottom: 90px!important;
	z-index: 999!important;
	right: 5px !important;
}

div.scroll-up {
	right: 20px;
	bottom: 175px;
}

.reviews-page {
	width: 700px;
}

.woocommerce-active .woocommerce-products-header .product-count {
	font-size: 14px;
	font-weight: normal;
	color: #ffffff;
	display: inline-block;
	margin-left: 10px;
	position: absolute;
	right: -115px;
	background: #b4a9eac4;
	border-radius: 15px;
	padding: 1px 11px;
}

.woocommerce-active .woocommerce-products-header .title-wrapper-2 {
	display: flex;
	justify-content: center;
}

.woocommerce-active .woocommerce-products-header .title-wrapper {
	width: max-content;
	position: relative;
}

.woocommerce-ordering .total-count {
	display: none;
}

.city-modal .modal__container {
    background: white;
    padding: 30px;
    border-radius: 8px;
    width: 90%;
    max-width: 500px;
    height: 435px;
    overflow-y: auto;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}

.city-modal.modal-form {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px;
    border: none;
    border-radius: 5px;
    box-shadow: none;
    background: transparent;
    width: 550px;
}

.city-modal.modal-form .modal-form__close {
    font-size: 30px;
    font-weight: bold;
    padding: 15px;
    transform: none;
    position: absolute;
    z-index: 1;
    display: flex;
    width: 1%;
    height: 1%;
    justify-content: center;
    align-items: center;
    right: 56px;
    top: 30px;
    background: none;
    border: none;
}

.city-modal.modal-form .city-list {
    max-height: 300px;
    overflow-y: auto;
    padding-left: 0;
    list-style: none;
    margin: 0 0 15px 5px;
    
}
.city-modal.modal-form .city-list li {
    padding: 5px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
}
.city-list li.selected {
    background-color: #afadec;
    color: #fff;
}
.open-city-modal {
    display: block;
    text-align: start;
}
.open-city-modal::after {
    content: "\e080";
    position: relative;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-weight: 300;
    font-weight: normal;
    font-size: 12px;
    -webkit-font-smoothing: antialiased;
    margin-left: 10px;
    transform: rotate(90deg);
}


.product-size-block {
    position: absolute;
    top: -50px;
}

.product-size-block .size-title {
    font: 14px;
}

.product-size-block .size-btn.active {
    background: #333;
    color: #fff;
    border-color: #333;
}

.product-size-block .size-btn:hover {
    background: #333;
    color: #fff;
    border-color: #333;
}


.product-size-block .size-btn {
    padding: 5px 8px;
    background: #eee;
    border: 1px solid #ccc;
    cursor: pointer;
    border-radius: 4px;
    transition: 0.2s;
    font-size: 12px;
    background: none;
    color: #000;
}


.product-size-block .select-as-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px
}



.woocommerce.single-product .stock.custom-stock {
    padding-bottom: 50px;
}

#cookie_note{
	display: none;
	position: fixed;
	bottom: 15px;
	left: 3%;
	padding: 20px;
	border-radius: 4px;
	box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
	z-index: 99999;
	background: white;
	max-width: 500px;
}

#cookie_note p{
	margin: 0;
	font-size: 16px;
	text-align: left;
	color: #000;
	padding-bottom: 20px;
}

#cookie_note a{
	color: #258af5;
}

#cookie_note .cookie_accept {
	background: #afadec;
	border: none;
}

.group-blog ul.products li.product {
	width: 33%;
}


.catalog-size-selector .size-btn {
	pointer-events: auto;
	position: relative;
	z-index: 10;
	padding: 3px 5px;
	background: #eee;
	border: 1px solid #ccc;
	cursor: pointer;
	border-radius: 4px;
	transition: .2s;
	font-size: 12px;
	background: 0 0;
	color: #000;
	width: 32%;
}

.catalog-size-selector .size-btn:hover,
.catalog-size-selector .size-btn.active {
	background: #333;
	color: #fff;
	border-color: #333;
}

.catalog-size-selector {
	display: flex;
	flex-wrap: wrap;
	justify-content: end;
	width: 120px;
}

.product-stock-status {
	padding-top: 10px;
}


.xoo-wsc-markup .xoo-wsc-basket {
    bottom: 8px;
    right: 2px;
}

.sv-recent-posts {
    padding-top: 75px;
}

.custom-address-notice:nth-child(1) {
    display: none;
}



.woocommerce ul.products li.product .price del .amount bdi {
	font-size: 12px;
	opacity: 0.7;
}
.woocommerce ul.products li.product .price del .amount bdi .woocommerce-Price-currencySymbol {
	font-size: 12px;
	opacity: 0.7;
}


.woocommerce ul.products li.product .price ins .amount bdi {
	font-weight: 600;
}
.woocommerce ul.products li.product .price ins .amount bdi .woocommerce-Price-currencySymbol {
	font-weight: 600;
}




@media (max-width: 768px){
    .xoo-wsc-markup .xoo-wsc-basket {
        bottom: 84px;
        right: 13px;
    }
}

@media (min-width: 576px){
	#cookie_note.show{
		display: flex;
	}
}

@media (max-width: 575px){
	#cookie_note.show{
		display: block;
		text-align: left;
	}
}

@media(max-width:768px) {
    .city-modal.modal-form .modal-form__close {
        padding: 0;
        right: 30px;
        top: 10px;
    }
    .city-modal.modal-form {
        width: 100%;
        padding: 0px;
    }
	.reviews-page {
		width: 100%;
	}
	.amo-button-holder {
		bottom: 160px !important;
		z-index: 999 !important;
		right: 17px !important;
	}

	div.scroll-up {
		right: 32px;
		bottom: 243px;
	}

	.woocommerce-active .woocommerce-products-header .title-wrapper {
		flex-direction: column;
		display: flex;
		align-items: center;
	}

	.woocommerce-active .woocommerce-products-header .product-count {
		position: relative;
		margin-top: 50px;
		margin-bottom: -85px;
		margin-left: 0;
		right: 0;
		width: fit-content;
	}
}

@media(max-width:487px){
	.category-slide-img {
		height: 180px;
	}
	.collections-title{
		margin-bottom: 40px;
	}
	.banner-title{
		font-size: 14px;
		padding-bottom: 10px;
	}
	.product-quantity{
		min-width: 90px;
	}
	.woocommerce-cart table.cart td.product-subtotal{
		width: 70px;
		text-align: center;
	}

    .postid-20204 .gift-card-instruction .gift-card-instruction-popup {
        width: 100%;
    }

    .postid-20204 .variations_form .woocommerce-variation-add-to-cart .single_add_to_cart_button {
        max-width: 100%;
    }
    
    .postid-20204 .variations_form .woocommerce-variation-add-to-cart .added_to_cart {
        max-width: 100%;
        bottom: 67px;
        height: 39px;
    }

    .footer-sidebar-wrap .widget_text {
        margin-bottom: 0;
    }


    .footer-sidebar-wrap .widget_text .widget-title::after{
        content: "\e080";
        position: relative;
        display: inline-block;
        font-family: 'Glyphicons Halflings';
        font-weight: 300;
        font-weight: normal;
        font-size: 12px;
        -webkit-font-smoothing: antialiased;
        margin-left: 10px;
        transform: rotate(90deg);
    }

    .footer-sidebar-wrap .widget_text .widget-title.active::after {
        transform: rotate(0deg);
    }
   

    .footer-sidebar-wrap .widget_text .textwidget {
        overflow: hidden;
        max-height: 0;
        transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
    }

    .footer-sidebar-wrap .widget_text .textwidget.active {
        max-height: 1000px;
        transition: max-height 1s ease-in-out;
    }
}
