/*!
Theme Name: Bochetti
Author: ednsk
Description: Bochetti.shop theme
Version: 9999.9999.9999.9999
Tested up to: 6.6
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bochetti
Tags: e-commerce, custom-menu, custom-logo, grid-layout, featured-images, right-sidebar, left-sidebar, custom-colors, editor-style, theme-options, threaded-comments, translation-ready, blog, one-column, two-columns, rtl-language-support, custom-background, custom-header, footer-widgets, post-formats, wide-blocks

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Bochetti is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

@charset "utf-8";
@font-face {
  font-family: "Circe";
  src: url("/wp-content/themes/botiga/assets/fonts/bochetti/Circe.ttf")
    format("opentype");
}

@font-face {
  font-family: "CirceBold";
  src: url("/wp-content/themes/botiga/assets/fonts/bochetti/CirceBold.ttf")
    format("opentype");
}

@font-face {
  font-family: "CirceExtraBold";
  src: url("/wp-content/themes/botiga/assets/fonts/bochetti/CirceExtraBold.ttf")
    format("opentype");
}

@font-face {
  font-family: "CirceExtraLight";
  src: url("/wp-content/themes/botiga/assets/fonts/bochetti/CirceExtraLight.ttf")
    format("opentype");
}

@font-face {
  font-family: "CirceLight";
  src: url("/wp-content/themes/botiga/assets/fonts/bochetti/CirceLight.ttf")
    format("opentype");
}

@font-face {
  font-family: "CirceThin";
  src: url("/wp-content/themes/botiga/assets/fonts/bochetti/CirceThin.ttf")
    format("opentype");
}

@font-face {
  font-family: "DidonaC";
  src: url("/wp-content/themes/botiga/assets/fonts/bochetti/DidonaC.ttf")
    format("opentype");
}

@font-face {
  font-family: "PTDidona";
  src: url("/wp-content/themes/botiga/assets/fonts/bochetti/PT Didona Cyrillic.ttf")
    format("opentype");
}

a,
a:active,
a:focus {
  outline: none;
}

input,
textarea,
button,
select,
label,
.bochetti_product_attributes_title,
.bochetti_product_description_title,
a {
    -webkit-tap-highlight-color: rgba(187, 140, 88, 0.3);
}

.bochetti_unauth_price_notify {
	padding-left: 44px;
	font-size: 18px;
}

.woocommerce-view-order .woocommerce-table--order-details .order-actions-button {
	margin-right: 10px !important;
}

.bochetti_new_year_notify {
	padding: 10px;
	border: 1px solid #d6d6d6;
	border-radius: 5px;
}

.bochetti_main_price {
	width: 100%;
	margin: 60px 0;
	padding: 0 30px;
	user-select: none;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	font-family: CirceLight;
	gap: 60px;
}

.bochetti_main_price_image img {
	width: 100%;
}

.bochetti_main_price-form-title {
	text-transform: uppercase;
	font-size: 38px;
	margin-bottom: 0;
}

.bochetti_main_price-form {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.bochetti_main_price-form form {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}

.bochetti_main_price-form form input {
	width: 100%;
}

.bochetti_main_price-form form input[type="text"],
.bochetti_main_price-form form input[type="email"] {
	border: 0;
	border-bottom: 1px solid #111;
	padding-left: 0;
	font-size: 20px;
	font-family: 'CirceLight';
}

.bochetti_main_price-form form input[type="submit"] {
	font-family: CirceLight;
}

.bochetti_main_price-form-manager {
	display: flex;
	gap: 5%;
	margin: 20px 0;
	font-size: 18px;
	align-items: center;
}

.bochetti_main_price-form-manager img {
	width: 10%;
	height: fit-content;
}

.bochetti_main_price-form-manager p {
	width: 85%;
	margin: 0;
}

.bochetti_main_price .wpcf7-spinner {
	display: none;
}
	
.bochetti_main_price_image {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.bochetti_main_price_privacy-link {
	text-decoration: none !important;
	width: 100%;
	display: block;
	color: grey;
	font-family: 'CirceLight';
	font-size: 15px;
	margin-top: 10px;
}

.bochetti_discount_sum_text {
	text-align: left !important;
}

.bochetti_about_get_price:hover {
	opacity: 0.7;
}

.bochetti_block_products_collections {
	padding: 15px;
}

.bochetti_block_products_collections a {
	text-decoration: none;
}

.bochetti_block_products_collections_top {
	display: grid;
	grid-template-columns: 50% 50%;
}

.bochetti_block_products_collections_top_menu {
	padding: 20px 0;
	text-transform: uppercase;
	white-space: nowrap;
	text-align: right;
}

.bochetti_block_products_collections_top_hit {
	border-bottom: 2px solid #BB8C58;
	padding: 0 15px;
	margin-right: 15px;
}

.bochetti_block_products_collections_top_other {
	text-align: center;
}

.bochetti-review-widget {
	position: relative;
	overflow: hidden;
	padding: 15px;
}

.bochetti-review-widget-title {
	text-align: center;
	text-transform: uppercase;
	font-size: 21px;
	padding: 20px 0;
}

.bochetti-review-widget .slider-wrapper {
	overflow: hidden;
}

.bochetti-review-widget .slider-container {
	display: flex;
	transition: transform 0.5s ease;
}

.bochetti-review-widget .review {
	flex: 0 0 25%;
	padding: 0 30px;
	border-radius: 8px;
	min-height: 200px;
	display: flex;
	flex-direction: column;
}

.bochetti-review-widget .review img {
	width: 50px;
	margin: 20px auto;
}

.bochetti-review-widget .arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 30px;
	cursor: pointer;
	user-select: none;
	background: rgba(255, 255, 255, 0.9);
	padding: 5px 12px;
	border-radius: 5px;
	z-index: 10;
}

.bochetti-review-widget .arrow.left { left: 0; }
.bochetti-review-widget .arrow.right { right: 0; }

.bochetti_block_products_collections_top_title {
	text-align: left;
	text-transform: uppercase;
	font-size: 21px;
	padding: 20px 0;
}

.bochetti_block_products_collections_button {
	width: calc(100% - 30px);
	color: #fff;
	display: block;
	font-weight: 600;
	background: #BB8C58;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none !important;
	font-size: 18px;
	padding: 5px 0;
	border-radius: 4px;
	transition: 1s;
	margin: 10px 15px;
}

.bochetti_block_products_collections_button:hover {
	opacity: 0.7;
	color: #ffffff;
}

bdi {
	font-family: CirceLight;
}

.bochetti_advantages {
	width: 100%;
	margin: 50px 0;
	padding: 0 30px;
	user-select: none;
}

.bochetti_ideal {
	width: 100%;
	padding: 30px 20%;
}

.ideal-columns {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1px 1fr;
	gap: 20px;
	align-items: stretch;
}

.ideal_column {
	padding: 10px;
}

.ideal_column p {
	text-transform: uppercase;
}

.ideal_gap {
	height: 100%;
	background: #848688;
}

.ideal-title {
	width: 100%;
	text-transform: uppercase;
	font-size: 34px;
	margin: 20px 0;
	text-align: center;
}

.bochetti_advantages .advantage-columns {
	display: grid;
	width: 100%;
	gap: 30px;
	grid-template-columns: repeat(6, 1fr);
}

.bochetti_advantages .advantage-title {
	width: 100%;
	text-align: center;
}

.bochetti_advantages .advantage-title p {
	font-size: 16px;
	text-transform: uppercase;
	color: #111111;
	font-family: 'Circe';
}

.bochetti_advantages .advantage-title img {
	margin-bottom: 30px;
}

.bochetti_advantages .advantage-block {
	text-align: center;
	width: 100%;
	line-height: 1.4;
	color: #353535;
	font-family: 'Circe';
	font-size: 16px;
}

.bochetti_advantages .advantage-block img {
	margin-bottom: 20px;
}

.bochetti_advantages .advantage-block p {
	color: #353535;
	font-family: Circe;
	margin-bottom: 0;
}

.bochetti_discount_sum_count {
	white-space: nowrap;
    font-size: 24px;
    font-weight: bolder;
}

#bochetti_call_modal_open {
	cursor: pointer;
	font-family: CirceLight;
}

.bochetti_unauth_price_notify .get_consultation {
	text-decoration: none;
	display: block;
	border-radius: 5px;
	text-align: center;
	margin: 10px 0;
	color: #fff;
	background: #bb8c58;
	padding: 10px;
	width: fit-content;	
	transition: 1s;
}

#metaslider-id-64071 .ms-local-video.flex-active-slide {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    position: absolute !important;
}

#metaslider-id-64071 .local-video.video-js {
    width: 100% !important;
    height: 100% !important;
    padding-bottom: 0 !important;
}

.bochetti_unauth_price_notify .get_consultation:hover {
	opacity: 0.7;
}

#export-excel-btn {
    margin: 10px 0;
    padding: 5px 10px;
    background: #bb8c58;
    border: 0;
}

#export-excel-btn:hover {
	background: #d9bea0;
}

.woocommerce-MyAccount-content .woocommerce-notices-wrapper {
    width: 100%;
    position: absolute;
    left: 15px;
}

div.opt_toggle{
	font-family: CirceLight;
	color: #fff;
	display: flex;
	margin-left: 35px;
}

.opt_toggle .label {
	font-size: 13px;
	color: #424242;
	font-weight: 500;
}

#custom_tk_field {
	margin-top: 10px;
}

#custom_tk_field input {
	width: 100%;
}

#custom_tk_field p {
	margin: 10px 0;
}

.btn-color-mode-switch{
	display: inline-block;
	margin: 0px;
	position: relative;
}

.btn-color-mode-switch > label.btn-color-mode-switch-inner{
	margin: 0px;
	width: 125px;
	cursor: pointer;
	height: 26px;
	background: rgba(114, 114, 113, 0.8);
	border-radius: 26px;
	overflow: hidden;
	position: relative;
	transition: all 0.3s ease;
	display: block;
}

.btn-color-mode-switch > label.btn-color-mode-switch-inner:before{
	content: attr(data-on);
	position: absolute;
	font-size: 10px;
	padding-top: 4px;
	font-weight: 500;
	top: 2px;
	right: 20px;
}

.btn-color-mode-switch > label.btn-color-mode-switch-inner:after {
	content: attr(data-off);
	width: 60px;
	height: 22px;
	background: #BB8C58;
	border-radius: 26px;
	position: absolute;
	left: 2px;
	top: 2px;
	text-align: center;
	transition: all 0.3s ease;
	box-shadow: 0px 0px 6px -2px #111;
	font-size: 10px;
	padding-top: 4px;
}

.btn-color-mode-switch > .alert{
	display: none;
	background: #FF9800;
	border: none;
	color: #fff;
}

.btn-color-mode-switch input[type="checkbox"]{
	cursor: pointer;
	width: 50px;
	height: 26px;
	opacity: 0;
	position: absolute;
	top: 0;
	z-index: 1;
	margin: 0px;
}

.btn-color-mode-switch input[type="checkbox"]:checked + label.btn-color-mode-switch-inner:after{
	content: attr(data-on);
	left: 64px;
	background: #BB8C58;
}

.btn-color-mode-switch input[type="checkbox"]:checked + label.btn-color-mode-switch-inner:before{
	content: attr(data-off);
	right: auto;
	left: 9px;
}

.btn-color-mode-switch input[type="checkbox"]:checked ~ .alert{
	display: block;
}

.bhfb-header.bhfb-desktop .bhfb-main_header_row .bhfb-component-html a, 
.header-transparent-wrapper .bhfb-header.bhfb-desktop .bhfb-main_header_row .bhfb-component-html p,
.header-transparent-wrapper .bhfb-header.bhfb-desktop .bhfb-main_header_row .menu-main-container a,
.header-transparent-wrapper .bhfb-header.bhfb-desktop .bhfb-main_header_row .menu-main-container p {
	white-space: nowrap;
}

body.header-search-form-active .site-header-cart .widget_shopping_cart {
	display: none !important;
}

body:not(.sticky-header-active) .header-transparent-wrapper .bhfb-header.bhfb-desktop .bhfb-main_header_row .bhfb-component-html a, 
body:not(.sticky-header-active) .header-transparent-wrapper .bhfb-header.bhfb-desktop .bhfb-main_header_row .bhfb-component-html p,
body:not(.sticky-header-active) .header-transparent-wrapper .bhfb-header.bhfb-desktop .bhfb-main_header_row .menu-main-container a,
body:not(.sticky-header-active) .header-transparent-wrapper .bhfb-header.bhfb-desktop .bhfb-main_header_row .menu-main-container p {
	color: #fff;
}

body:not(.sticky-header-active) .header-transparent-wrapper .bhfb-header.bhfb-desktop .bhfb-main_header_row .ws-svg-icon svg:not(.stroke-based)	{
	fill: #fff !important;
}
body:not(.sticky-header-active) .header-transparent-wrapper .bhfb-header.bhfb-desktop .bhfb-main_header_row svg {
	fill: #fff;
}
.bhfb-main_header_row svg {
	fill: #353535;
	height: auto;
	vertical-align: top;
}

.bochetti_unauth_price_notify a {
	text-decoration: none;
	color: #bb8c58;
	font-family: Circe;
}

.bochetti_cart_nds {
    font-size: 14px;
    font-family: 'CirceLight';
    font-style: italic;
    width: 100%;
    display: block;
    text-align: left;
    white-space: nowrap;
}

.checkout-wrapper .bochetti_cart_nds {
	text-align: right;
}

#bochetti_call_modal_close {
	padding: 0 5px;
}

.bochetti_header_line {
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	background: #353535;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-family: CirceBold;
	position: fixed;
	font-size: 12px;
	height: 30px;
	padding: 4px 0;
	transition: transform 0.3s ease, opacity 0.3s ease;
	top: 0;
	width: 100%;
	z-index: 1000;
}

.bochetti_header_line.hidden {
	transform: translateY(-100%);
	opacity: 0;
	pointer-events: none;
}

.bochetti_header_spacer {
	height: 30px;
	transition: height 0.3s ease;
}

body.header-hidden .bochetti_header_spacer {
	height: 0;
}

body.has-bhfb-builder.sticky-header-active:not(.header-transparent) {
	padding-top: 0 !important;
}

.bochetti_header_line.hidden {
	transform: translateY(-100%);
	opacity: 0;
	pointer-events: none;
}

.bochetti_header_line .header-text {
	text-align: center;
	white-space: nowrap;
	color: #fff;
	opacity: 1;
	transition: opacity 0.5s ease;
}

.bochetti_header_line .header-text.fade-out {
	opacity: 0;
}

.bochetti_header_line .header-link {
	color: #fff;
	text-decoration: none;
	transition: color 0.3s;
}

#detach-button-host {
	display: none !important;
}

.bochetti_header_line .header-link:hover, .bochetti_header_line .header-text:hover {
	color: #bb8c58;
}

p {
	font-family: 'CirceLight';
}

#page {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

footer {
  background: #f0f0f0;
  display: grid;
  margin-top: 20px;
  gap: 20px;
  padding: 3% 40px;
  grid-template-columns: 23% auto auto 23%;
}

.bochetti_product_cart_price .price {
	margin-bottom: 0;
}

.woocommerce-form-login .woocommerce-LostPassword, .bochetti-register-button {
	margin-bottom: 0;
}

input[type=text]::-ms-clear {  
	display: none; 
	width : 0; 
	height: 0; 
}

input[type=text]::-ms-reveal {  
	display: none; 
	width : 0; 
	height: 0; 
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { 
	display: none; 
}

.woocommerce-product-search .search-submit {
    margin-left: 0 !important;
    border-radius: 0 5px 5px 0;
    background: #bb8c58;
    border: 0;
}

.header-search-form-active .botiga-dropdown {
	pointer-events: unset !important;
}

.header-search-form form .search-field {
	border-radius: 5px 0 0 5px;
}

.header-search-form {
	margin-top: 70px;
}

.password-input .show-password-input {
    padding: 0;
    margin-top: 10px;
    width: 100%;
	opacity: 0.7;
    background: unset;
    border: 0;
    color: #111;
	text-align: left;
}


.bochetti_unsubscribe {
	width: 100%;
	text-align: center;
	font-family: CirceLight;
}

.bochetti_unsubscribe p {
	margin-top: 20px; 
	color: green;
}

.bochetti_unsubscribe label {
	width: 100%;
	display: block;
	margin-bottom: 20px;
}

.bochetti_unsubscribe_button {
	background-color: #bb8c58!important;
	border: 0!important;
	padding: 13px !important;
	color: #fff!important;
	text-decoration: none!important;
	text-transform: uppercase;
	font-family: CirceLight;
	border-radius: 3px !important;
}

.bochetti_unsubscribe_button:hover {
	background: #d9bea0 !important;
	color: #fff !important;
}

.bochetti_unsubscribe_line {
	padding-top: 8px !important;
	border-radius: 3px !important;
}

.woocommerce-ResetPassword .password-input .show-password-input {
	text-align: center;
}

.password-input .show-password-input:hover {
	background: unset;
}

.woocommerce-EditAccountForm .woocommerce-password-strength {
	text-align: left !important;
	margin-top: 10px;
}

.password-input .show-password-input::before {
	content: "Показать пароль";
}

.password-input .show-password-input.display-password::before {
	content: "Скрыть пароль";
}

.header-search .icon-search.active, 
.header-search .icon-cancel.active {
	margin-top: -4px;
}

.woocommerce-product-search .search-submit:hover {
    background-color: #bb8c58;
    opacity: 0.7;	
}

.botiga-ajax-search__wrapper .botiga-ajax-search-categories, 
.botiga-ajax-search__wrapper .botiga-ajax-search__divider, 
.botiga-ajax-search__wrapper .botiga-ajax-search__heading-title {
	display: none;
}

.bochetti_discount_widget {
    position: fixed;
    right: 20px;
    bottom: 25px;
	border-radius: 50px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #bb8c58;
	color: #ffffff !important;
    height: 60px;
    z-index: 9999;	
}

.bochetti_discount_widget:hover {
	padding-left: 10px;
}

.bochetti_discount_widget_second {
    width: 170px;
    line-height: 0.88;
    margin: 0;
    margin-top: -4px;
	font-family: Circe;
	display: none;
}

.page-template-main_page .content-wrapper {
    margin: 0 auto;
	margin-top: 0;
    padding-left: 15px;
    padding-right: 15px;
}

.page-template-about_page .content-wrapper {
    padding-left: 15px;
    padding-right: 15px;	
}

.page-template-about_page .tab-content {
  position: relative;
}

.page-template-about_page .tab-pane {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0s 0.4s;
}

.page-template-about_page .tab-pane-show {
  opacity: 1;
  visibility: visible;
}

.content-wrapper {
	margin-top: 70px;
}

.page-template-about_page footer {
	margin-top: 0;
}

.post-edit-link {
	display: none;
}

.bochetti_discount_widget_main {
    margin: 0;
    font-size: 25px;
    line-height: 0.7;
    padding: 0 1px;
	font-family: Circe;
}

.bochetti_discount_widget_second:hover, .bochetti_discount_widget_main:hover + .bochetti_discount_widget_second {
    display: block;
	padding-left: 10px;
}

.woocommerce-cart-form .product-name a::first-letter, .woocommerce-cart-form .product-name::first-letter, .woocommerce-mini-cart-item a::first-letter, .woocommerce-mini-cart-item::first-letter {
  text-transform: uppercase;
}

.mailpoet_form.mailpoet_form_successfully_send .mailpoet_validate_success {
    width: 100% !important;
    position: relative !important;
    top: unset !important;
    left: unset !important;
	font-family: 'CirceLight' !important;
    transform: unset !important;
    text-align: left !important;
}

.mailpoet_captcha_form {
	text-align: center;
	font-family: 'CirceLight' !important;
}

.bochetti-call-whatsapp {
	text-align: center;
	margin-top: 10px;
	margin-right: 20px;
	font-size: 10px;
	text-transform: uppercase;
	cursor: pointer;
}

.bochetti-call-whatsapp p {
	margin: 0;
	margin-top: 5px;		
}

.mailpoet_captcha_form .mailpoet_text {
	width: 300px !important;
}

#mailpoet_captcha_form .mailpoet_message {
	padding: 0 !important;
}

.woocommerce-cart-form .product-name a, .woocommerce-cart-form .product-name, .woocommerce-mini-cart-item a, .woocommerce-mini-cart-item {
	word-break: break-word;
}

.digi-dolyame-modal-advanced-new {
	border-radius: 5px !important;
}

.digi-dolyame-banner--container .digi-dolyame-banner, .digi-dolyame-banner__button  {
	border-radius: 3px !important;
}

.single-product .digi-dolyame-button--wrapper {
	padding-left: 44px !important;
}

.single-product .digi-dolyame-button--wrapper .digi-dolyame-button {
    padding: 8px !important;
    border-radius: 3px !important;
    margin: 10px 0 !important;
    font-family: 'CirceLight' !important;
}

.single-product .digi-dolyame-button--wrapper .digi-dolyame-button .digi-dolyame-button__text {
	font-size: 16px !important;
}

.woocommerce-cart .coupon input[type="text"] {
	border-radius: 3px 0 0 3px;
}

.site-header-cart .widget_shopping_cart {
	border-radius: 5px;
}
.site-header-cart .widget_shopping_cart .woocommerce-mini-cart__buttons {
    border-radius: 0 0 5px 5px;
}

#bochetti_notice_close {
    width: 2%;
	margin-left: 98%;
    float: right;
    text-decoration: none;
    font-size: 30px;
    text-align: right;
    display: block;
    margin-top: -20px;
    margin-bottom: -15px;
}

.type-post .entry-content {
  margin: 0;
  max-width: unset !important;
}

#billing_last_name_field {
  z-index: 99;
}

#billing_first_name_field {
  z-index: 99;
}

.woocommerce-page-header {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.woocommerce-checkout-review-order .cart-discount .woocommerce-Price-amount {
	text-align: right;
}

.bochetti-cart-coupon {
    word-break: break-word;
    margin-bottom: 0;
}

#wp-admin-bar-wp-statistics-menu-page {
  display: none !important;
}

.main-row .bochetti-main-page {
  padding: 0 !important;
  margin-top: 8px;
}

.includes_tax .woocommerce-Price-amount.amount {
    white-space: nowrap;
    font-size: 12px !important;
    display: inline-block;
    font-weight: 100;
    color: dimgrey;
}

.header-image {
  margin-bottom: 0 !important;
}

.wpcf7-form p {
  margin-bottom: 10px !important;
}

.woocommerce-product-gallery__wrapper {
  width: 100%;
}

.woocommerce-product-attributes-item--attribute_pa_dataokonchaniyarasprodazhi {
  display: none;
}

.modal__content {
  margin-top: 110px;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999999;
  opacity: 0;
  -webkit-transition: opacity 200ms ease-in;
  -moz-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
  pointer-events: none;
  margin: 0;
  padding: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 200px auto;
  }
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
@media (min-width: 768px) {
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .single-product .woocommerce-notices-wrapper .woocommerce-message .button, 
  .single-product .woocommerce-notices-wrapper .woocommerce-error .button {
    margin-right: calc(100% - 210px);
    margin-top: 20px;
  }
}

.modal-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #eceeef;
}
.modal-title {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 1.25rem;
  font-weight: 500;
}

.close {
  float: right;
  font-family: sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
  text-decoration: none;
}

.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.75;
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 15px;
  overflow: auto;
  padding-left: 10%;
  padding-right: 10%;
}

.social-profile a {
  margin-right: 10px;
}

table.shop_table_responsive tr td::before {
  display: none;
}

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

.cart-subtotal::before {
  content: "Стоимость товаров:";
  display: block;
  text-align: left;
}

.woocommerce-cart div.cart_totals table tr.cart-subtotal td {
  display: block;
}

.woocommerce-cart .cart_totals .woocommerce-shipping-methods {
  display: block;
}

.woocommerce-cart div.cart_totals table tr.shipping td {
  display: block;
}

.bochetti_product_description {
  font-family: "CirceLight";
}

.bhfb-component-mobile_hamburger .menu-toggle i,
.menu-toggle svg {
  width: 23px !important;
  height: 20px !important;
}

.woosw-list table.woosw-items tr:nth-child(2n) td,
.woosw-list table.woosw-items tr:hover td {
  background-color: #ffffff !important;
}

.woosw-list table.woosw-items tr,
.woosw-list table.woosw-items td,
.woosw-list table.woosw-items {
  border: 0;
}

.woosw-list table.woosw-items .woosw-item .woosw-item--name a {
  font-weight: 500;
  font-family: "CirceLight";
  text-decoration: none;
  font-size: 16px;
}

.woosw-list .woosw-item .add_to_cart_inline a {
  background: #bb8c58;
  border: 0;
  font-family: "CirceLight";
  padding-bottom: 9px;
  border-radius: 6px;
}

.woosw-list .woosw-item .add_to_cart_inline a:hover {
  background: #d6d6d6;
  color: #111111;
}

.woosw-list .woosw-item .stock.out-of-stock {
  margin-bottom: 20px;
  font-family: "CirceLight";
}

.bochetti_product_attributes
  .woocommerce-product-attributes
  .woocommerce-product-attributes-item
  th,
.bochetti_product_attributes
  .woocommerce-product-attributes
  .woocommerce-product-attributes-item
  td {
  padding: 0;
}

.botiga-ajax-search__item-price .woocommerce-Price-amount {
  width: max-content;
}

.bochetti_product_attributes_title,
.bochetti_product_description_title {
  cursor: pointer;
  padding-left: 44px;
  font-family: "CirceLight";
  font-size: 24px;
  margin-bottom: 15px;
  user-select: none;
}

.botiga-single-addtocart-wrapper {
  gap: 5px !important;
}

.bochetti_product_attributes_title::before,
.bochetti_product_description_title::before {
  content: url(/wp-content/themes/botiga/img/svg/arrow_down.svg);
  padding-right: 19px;
  margin-left: -44px;
  position: absolute;
  padding-top: 5px;
}
.bochetti_product_attributes_title.active::before,
.bochetti_product_description_title.active::before {
  content: url(/wp-content/themes/botiga/img/svg/arrow_up.svg);
}
.bochetti_product_attributes
  .woocommerce-product-attributes-item__label::after {
  content: ":";
}
.bochetti_product_attributes .woocommerce-product-attributes-item--weight,
.bochetti_product_attributes
  .woocommerce-product-attributes-item--attribute_pa_rasprodazha,
.bochetti_product_attributes
  .woocommerce-product-attributes-item--attribute_pa_strana-1 {
  display: none;
}

.woocommerce-Price-amount {
  display: block;
}

.woocommerce-cart .cart_totals .woocommerce-shipping-methods li {
  margin-bottom: -20px;
}

.woocommerce-cart .cart_totals {
  background-color: #fff;
  border: 0;
  padding: 0;
}

.bhfb-main_header_row {
  border-bottom-style: none;
}

.woocommerce-shipping-calculator {
  width: 100% !important;
  left: 0 !important;
}

ul.products li.product img {
  height: auto;
  width: 100%;
}

.wc-block-grid__products .wc-block-grid__product-image img {
  width: 100%;
  height: 460px;
}

.checkout-wrapper .preloader__img {
	width: 70px;
	height: 70px;
}

.woocommerce-checkout .preloader {
	display: none !important;
}

.bochetti-shipping-button-container {
	width: 100%;
	margin-top: 10px;
}

.bochetti_pay_after {
	margin-top: -25px; 
	margin-bottom: 0;
	font-size: 14px;
}

.modal-esl-frame .modal_content, 
.eshoplogistic-widget-cart .eshoplogistic-theme-label, 
.eshoplogistic-widget-cart div,
.eshoplogistic-widget-cart p, 
.eshoplogistic-widget-cart a, 
.eshoplogistic-widget-cart span, 
.eshoplogistic-widget-cart h1, 
.eshoplogistic-widget-cart h2, 
.eshoplogistic-widget-cart h3, 
.eshoplogistic-widget-cart h4, 
.eshoplogistic-widget-cart input, 
.eshoplogistic-widget-cart label, 
.eshoplogistic-widget-cart textarea, 
.eshoplogistic-widget-cart b, 
.eshoplogistic-widget-cart strong, 
.eshoplogistic-widget-cart button, 
.eshoplogistic-widget-cart ul li, 
.eshoplogistic-widget-cart address, 
.eshoplogistic-widget-cart ol li {
	border-radius: 5px;
	border: 0;
	font-family: 'CirceLight' !important;
	font-size: 17px !important;
}

.modal-esl-frame .title {
	padding-bottom: 0 !important;
}

.modal-esl-frame .modal_content .close_modal_window {
    float: unset !important;
    text-align: right;
    display: block;
    width: 100%;
}

@media (min-width: 768px) {
    .eshoplogistic-widget-cart .eshoplogistic-theme-filter-button-group {
		grid-template-columns: repeat(2,1fr) !important;
	}
	.eshoplogistic-widget-cart .eshoplogistic-theme-filter-button {
		max-width: 100% !important;
	}
}

.related.products span.onsale {
  left: 15% !important;
}

.woocommerce-product-gallery__image img {
  width: 100% !important;
}

ul.wc-block-grid__products,
ul.products {
  gap: 10px !important;
}

ul.wc-block-grid__products li.wc-block-grid__product img,
ul.wc-block-grid__products li.product img,
ul.products li.wc-block-grid__product img,
ul.products li.product img {
  width: 100%;
}

del .woocommerce-Price-amount {
  margin-bottom: -25px;
  font-size: 14px;
}

.wc-block-grid__product-onsale,
span.onsale {
  font-size: 0.975rem;
}

.zoomImg {
  display: none !important;
}

.single-product span.onsale {
  left: 85px !important;
}

.bhfb-footer .bhfb-column-3 {
  display: none;
}

.bhfb-footer .bhfb-column-1 {
  display: none;
}

.bhfb-footer .bhfb-column-2 {
  display: block;
}

.bhfb-footer .bhfb-row.bhfb-cols-3 {
  grid-template-columns: repeat(1, 1fr) !important;
  text-align: center;
}

.about_page {
  width: 100%;
}
.about_title {
  color: #bb8c58;
  font-family: CirceLight;
  text-transform: uppercase;
  font-size: 25px !important;
  font-weight: unset;
}

.woocommerce-order-details__title,
.woocommerce-customer-details .woocommerce-column__title,
.woocommerce-cart .entry-content h1,
.bfw_user_account_content h2 {
  color: #bb8c58;
  font-family: CirceLight;
  font-size: 25px !important;
  font-weight: unset;
}

.bfw_user_account_content h2 {
  margin-top: 0;
}

.about_page_content {
  margin-left: 4%;
  margin-right: 4%;
}
.about_descr {
  font-family: CirceLight;
}

.about_feedback_content {
  background: #bb8c58;
  padding: 4%;
  width: 100%;
}

.contact_us_privacy {
  width: 25%;
  margin-left: 75%;
  font-family: CirceLight;
  color: #fff;
  line-height: 1.5;
  font-size: 14px;
}
.contact_us_privacy a {
  color: #fff;
}
.contact_us_privacy a:hover {
  color: #111;
}

.contact_us_sub {
  width: 25%;
  margin-left: 75%;
}

.contact_us_sub input[type="submit"] {
  width: 100%;
  color: #fff;
  background: none;
  border: 0;
  padding: 0;
  text-align: left;
  font-family: CirceLight;
  font-size: 26px;
}

.contact_us_sub input[type="submit"]:hover {
  color: #111;
  background: none;
}

.contact_us_names {
  width: 50%;
  margin-right: 50%;
}

.contact_us .wpcf7-not-valid-tip {
  font-size: 12px;
  color: #fff;
}

.contact_us .wpcf7-spinner {
  display: none;
}

.contact_us .wpcf7-response-output {
  color: #fff;
  text-align: left;
  font-size: 12px;
}

.modal .modal-dialog .modal-body .wpcf7-submit {
  background: #bb8c58;
  border: 0;
  border-radius: 6px;
}

.mailpoet-manage-subscription .mailpoet-change-email-info,
.mailpoet-manage-subscription .mailpoet_paragraph fieldset {
  display: none;
}

.mailpoet-manage-subscription .mailpoet_paragraph .mailpoet_select {
  margin-bottom: 10px;
}

.mailpoet_paragraph {
  margin-top: 10px;
}

.mailpoet_paragraph .mailpoet_text {
  width: 100%;
}

.mailpoet_page.type-mailpoet_page {
  margin-top: 45px;
}

.mailpoet_page.type-mailpoet_page h1 {
  text-align: left;
  color: #bb8c58;
  font-family: CirceLight;
  font-size: 25px !important;
  font-weight: unset;
}

.mailpoet_submit {
  background: #bb8c58 !important;
}

.mailpoet_submit:hover {
  opacity: 0.7 !important;
}

.site-main .entry-content,
.site-main .entry-content .wp-block-heading {
  font-family: "CirceLight";
}

.modal .modal-dialog .modal-content,
.modal .modal-dialog .modal-content .modal-title {
  font-family: "CirceLight";
}

.modal .modal-dialog .modal-body .wpcf7-submit:hover {
  background: #d6d6d6;
  color: #111111;
}

.about_feedback_content .wpcf7-response-output {
  color: #fff;
  text-align: left;
  font-size: 12px;
}

.contact_us {
  width: 100%;
  margin-left: 0;
  line-height: 40px;
  font-family: Segoe UI, Frutiger, Frutiger Linotype, Dejavu Sans,
    Helvetica Neue, Arial, sans-serif;
}

.contact_us input,
textarea {
  margin-bottom: 0px;
  width: 100%;
  font-family: CirceLight;
}

.contact_us_text {
  font-size: 16px;
  font-weight: 400;
  color: #231f20;
}

.contact_us_texts {
  font-size: 9px;
  color: #231f20;
  font-weight: 400;
}

.contact_us p {
  margin: 0;
}

.contact_us textarea[name="Message"] {
  height: 150px;
}

.wpcf7-response-output {
  border: none !important;
  text-align: center;
  font-family: Segoe UI, Frutiger, Frutiger Linotype, Dejavu Sans,
    Helvetica Neue, Arial, sans-serif;
  color: #dc3232;
  font-size: 12px;
  margin: 0 !important;
  padding: 0 !important;
}

.contitle1 {
  font-weight: 600;
}

.contitle2 {
  font-weight: 400;
}
.obr_img {
  width: 50%;
  margin-right: 0;
  float: right;
  margin-top: 110px;
}

.obr_form {
  width: 40%;
  margin-left: 0;
  float: left;
}

.bhfb-main_header_row {
  min-height: 55px !important;
  position: fixed;
  width: 100%;
  background-color: rgba(240, 240, 240, 0.9);
}

.bhfb-main_header_row a, .bhfb-main_header_row p {
	color: #111;
}

.bhfb-mobile {
	z-index: 9999;
}

.botiga-dropdown li {
  margin-right: 15px !important;
}

.main-navigation a {
  font-family: CirceLight;
  text-transform: uppercase;
  font-size: 14px;
  padding-top: 20px !important;
}

.icon-cancel {
  padding-right: 4px;
}

.backcall-icon {
  height: 20px;
  margin-top: -10px;
  margin-right: 10px;
}

.backcall {
	font-family: CirceLight;
	font-size: 20px;
	margin-top: 4px;
	display: block;
}

.backcall p {
  margin: 0;
  margin-top: -3px;
  font-size: 10px;
  text-align: center;
  text-transform: uppercase;
}

.header-contact {
  font-family: CirceLight;
  position: absolute;
  bottom: 30px;
}

.botiga-offcanvas-menu .botiga-dropdown a {
	padding: 10px 0 !important;
}

.mobile_search_menu {
  display: none;
}

.bochetti-block-blog-shorts {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	padding: 50px 15px;
	margin: 0;
	border-top: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
	gap: 50px;
	width: 100%;
}

.bochetti-block-blog-shorts .bochetti-blog-short-video-text h2 {
	font-size: 25px;
}

.bochetti-block-blog-shorts .bochetti-blog-short-video {
    background: #ffffff;
    padding: 0;
    margin: 0;
    align-items: flex-start;
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 50px auto 30px;
    gap: 30px;
}

.bochetti-block-blog-shorts .bochetti-blog-short-video-video {
	padding: 0;
}

.bochetti-block-blog-shorts a, .bochetti-block-blog-shorts-blog a {
    font-family: CirceLight;
    color: #727271;
    font-size: 20px;
    text-decoration: none;
}

.bochetti-block-blog-shorts-blog a {
	align-self: end;
}

.bochetti-block-blog-shorts-blog {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 50px auto auto 30px;
    gap: 30px;
}

.bochetti-block-blog-shorts-blog>h2, .bochetti-block-blog-shorts .bochetti-blog-short-video>h2 {
	margin-top: 0;
	font-size: 35px;
}

.bochetti-block-blog-shorts-blog>div {
    display: grid;
    grid-template-columns: 65% 30%;
    column-gap: 5%;
}

.bochetti-block-blog-shorts-blog>div h3 {
	font-size: 25px;
	margin-top: 0;
}

.bochetti-block-blog-shorts .bochetti-blog-short-video-text h2 {
	margin-top: 0;
}

.bochetti-block-blog-shorts-blog>div p {
	margin-bottom: 0;
}

.bochetti-blog-block-img-container {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    aspect-ratio: 16/10;
    background: #F0F0F0;
}

.bochetti-blog-block-img-container img {
    min-width: 100%;
    min-height: 100%;
    object-fit: contain;
    margin: 0 auto;
}

.btn-up {
  position: fixed;
  right: 20px;
  bottom: 30px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 50px;
  z-index: 9999;
}

.btn-up::before {
  content: "";
  width: 70px;
  height: 60px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
  background-image: url("/wp-content/themes/botiga/img/backtotop.png");
}

.btn-up:hover::before {
  background-image: url("/wp-content/themes/botiga/img/backtotop_hover.png");
}

.btn-up_hide {
  display: none;
}

.mobile-menu-close {
	display: none !important;
}

.mobile_menu_dop_block {
  list-style: none;
  border-top: 1px solid #e6e6e6;
  margin-top: 10px;
}

.woocommerce-form-login .VkIdSdk_oauth_link_text {
	font-family: 'CirceLight' !important;
	display: block !important;
	text-align: left !important;
}

.product-gallery-summary .product_meta {
  padding-left: 44px;
  margin-bottom: 10px;
}

.product-gallery-summary .variations_form.cart {
  padding-left: 44px;
}

.product-gallery-summary .bochetti_product_attributes,
.product-gallery-summary .bochetti_product_description {
  padding-left: 44px;
}

.product-gallery-summary .divider {
  display: none;
}

.woocommerce-tabs {
  margin: 0 !important;
}

.product-gallery-summary .variations .label {
  font-family: CirceLight;
  font-weight: 500;
  font-size: 20px;
}

table.woocommerce-product-attributes {
  font-family: CirceLight;
}

table.woocommerce-product-attributes tr:nth-child(even) {
  background-color: #fff !important;
}

table.woocommerce-product-attributes th,
table.woocommerce-product-attributes td {
  border: 0 !important;
}

.product-gallery-summary .price {
  font-family: "Circe";
  font-weight: 500;
  padding-left: 44px;
}

.product-gallery-summary .price p {
	margin: 0;
}

.product-gallery-summary .product_meta .sku_wrapper {
  font-family: CirceLight;
  font-size: 13px;
  text-transform: lowercase;
}

.mobile_menu_dop a {
  font-size: 12px;
}

.woosw-item--actions .add_to_cart_button {
	background: #BB8C58 !important;
	border: 0;
	white-space: nowrap;
}

.woosw-item--stock .stock {
	text-align: right;
	margin-bottom: 0;
}

.woosw-item--actions .woosw-item--atc {
	text-align: right;
}

.woosw-item--actions .woosw-item--atc .button {
	background-color: #BB8C58 !important;
	border: 0 !important;
}

.woosw-item--actions .added_to_cart {
	display: none;
}

.woosw-item--actions .woosw-item--atc .button:hover {
	opacity: 0.7;
}

.entry-footer {
  height: 0;
  display: block;
  padding: 0;
}

[class^="footer_col-"] {
  display: grid;
  padding: 10px 0;
}

.footer_logo {
  width: 180px;
}

.footer_text {
  font-family: "CirceLight";
  margin: 0;
  font-size: 14px;
  margin-top: 70px;
}
.footer_title {
  font-family: "Circe";
  margin: 0;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.footer_link {
  font-family: "CirceLight";
  margin: 0;
  font-size: 14px;
}
.footer_col-4 .mailpoet_text {
  width: 80% !important;
  float: left;
  min-height: 10px;
  border: 0;
  outline: none;
  font-size: 10px;
  text-align: center;
  padding: 10px !important;
}
.footer_col-4 .mailpoet_text:focus {
  border: 0 !important;
  box-shadow: unset;
}
.footer_col-4 .mailpoet_submit {
  width: 20% !important;
  float: right;
  min-height: 10px;
  border-radius: 0;
  outline: none;
}
.footer_col-4 .parsley-errors-list.filled {
  display: none;
}
.footer_col-4 .mailpoet_paragraph {
  visibility: visible !important;
}
.footer_col-4 .mailpoet_validate_success {
  display: none !important;
}
.footer_social {
  margin-bottom: 10px;
  margin-top: 10px;
  text-align: center;
  text-transform: uppercase;
  font-family: Circe;
  font-size: 14px;
  font-weight: bolder;
}
.footer_social_img {
  display: inline;
  width: 35px;
}
.footer_social_block {
  width: 60%;
  margin-left: 20%;
  margin-right: 20%;
  text-align: center;
}
.footer_privacy,
.footer_privacy_mobile {
  text-align: center;
  text-transform: uppercase;
  font-family: CirceLight;
  color: #111;
  font-size: 10px;
  margin-top: 10px;
}
.footer_privacy_mobile {
  display: none;
}
.footer_privacy a:visited {
  color: #111;
}
.tab {
  margin-top: 20px;
}
.tab-btn-active {
  pointer-events: none;
  font-weight: bold;
}
.tab-pane:not(.tab-pane-show) {
  display: none;
}

.tab-nav {
	width: 20%;
	float: left;
	margin-bottom: 50px;
}

.tab-btn {
  display: block;
  padding: 0;
  background: #fff !important;
  font-family: CirceLight;
  color: #bb8c58 !important;
  border: 0;
  margin-bottom: 15px;
  text-align: left;
}
.tab-content {
  width: 80%;
  float: right;
}
.about_descr li {
  list-style-type: none;
  position: relative;
}

.about_descr li::before {
  content: "•";
  position: absolute;
  left: -0.8em;
  font-size: 1.1em;
}

.tab-pane .about_descr {
  margin-bottom: 20px;
}

#mailpoet_form_4 .mailpoet_paragraph {
  margin-bottom: 0 !important;
}

.bochetti_cat_container {
  position: relative;
  margin: 0 -40px;
  margin-top: 70px;
}

.bochetti_cat_container img {
  width: 100%;
  height: auto;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.bochetti_cat_container h1 {
  position: absolute;
  bottom: 60px;
  left: 40px;
  font-family: "CirceLight";
  text-transform: uppercase;
  font-size: 35px;
}

.bochetti-subcat {
  width: 100%;
  margin: 30px 0;
}
.bochetti-subcat a {
  font-size: 25px;
  font-family: "CirceLight";
  margin-right: 30px;
}

#cookie_notification {
  display: none;
  justify-content: space-between;
  align-items: flex-end;
  position: fixed;
  bottom: 15px;
  left: 150px;
  width: 280px;
  max-width: 90%;
  transform: translateX(-50%);
  padding: 15px;
  background-color: white;
  border-radius: 4px;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
  text-align: center;
  opacity: 0.9;
  z-index: 99999;
}

#cookie_notification p {
  margin: 0;
  font-size: 14px;
  text-align: center;
  font-family: Circe;
}

.button.cookie_accept {
  background-color: black;
}

.button.cookie_accept:hover {
  background-color: grey;
  cursor: pointer;
}

.skip-link.screen-reader-text {
	display: none !important;
}

.show#cookie_notification {
  display: block !important;
}

.active_catalog_filter {
  transform: rotate(180deg);
  margin: 23px 0 0 23px;
}

.related.products h2,
.products404 h2 {
  font-family: "CirceLight";
  font-weight: 400;
  text-transform: uppercase;
  text-align: left;
}

.related.products > .products,
.products404 > .woocommerce > .products {
  border-top: 0 !important;
  margin-top: 0 !important;
  padding-top: 20px !important;
}

.bochetti_recently {
	margin-top: -70px;
}

.bochetti_recently > h2 {
  color: #111;
  font-family: "CirceLight";
  font-weight: 400;
  text-transform: uppercase;
  font-size: 2rem;
  text-align: left;
  padding: 56px 0 35px 0;
  margin-bottom: 0;
}

.bochetti_recently .bochetti_add_tocart {
  display: none;
}

.block_bochetti_recently_viewed .bochetti_recently>h2 {
    margin-left: 15px;
    margin-right: 15px;
}

.bochetti_recently ul.products {
  gap: 18px !important;
}

.bochetti_recently ul.products li.product .loop-button-wrap {
  display: none;
}

.summary .product_title {
  font-family: "CirceLight";
  font-weight: 400;
  text-transform: uppercase;
  font-size: 20px;
}

.error404 .page-content .price {
  text-align: left;
}

.page-template-shorts_page .bochetti-blog-short-video {
  background: #ffffff;
}	

#info {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  color: #2d3667;
  font-size: 16px;
  text-align: center;
  padding: 14px;
  background-color: #f3f9f9;
}

#app-cover {
  position: relative;
  min-width: 125px;
  width: max-content;
  height: 42px;
  z-index: 1;
  margin-right: 30px;
}

#select-button {
  position: relative;
  height: 16px;
  padding: 12px 0;
  background-color: #fff;
  cursor: pointer;
}

#options-view-button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}

#selected-value {
  font-size: 19px;
  font-family: CirceLight;
  line-height: 1;
  margin-right: 26px;
}

.option i {
  width: 16px;
  height: 16px;
}

.option,
.label {
  color: #111111;
  font-size: 16px;
}

.option .label {
  display: none;
  padding: 0;
}

#chevrons {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 12px;
  padding: 9px 14px;
}

#chevrons i {
  display: block;
  height: 50%;
  color: #d1dede;
  font-size: 12px;
  text-align: right;
}

#options-view-button:checked + #select-button #chevrons i {
  color: #2d3667;
}

.options {
  position: absolute;
  left: 0;
  width: 250px;
}

#options {
  position: absolute;
  top: 42px;
  right: 0;
  left: 0;
  width: max-content;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 4px;
}

#options-view-button:checked ~ #options {
  border: 1px solid #e2eded;
  border-color: #eaf1f1 #e4eded #dbe7e7 #e4eded;
  max-height: 200px;
  overflow: auto;
}

.option {
  position: relative;
  line-height: 1;
  transition: 0.3s ease all;
  z-index: 2;
}

.option i {
  position: absolute;
  left: 14px;
  padding: 0;
  display: none;
}

#options-view-button:checked ~ #options .option i {
  display: block;
  padding: 12px 0;
}

#options-view-button:checked ~ #options .label {
  display: block;
  padding: 12px 5px;
}

.s-c {
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
}

.s-c.top {
  top: 0;
}

.s-c.bottom {
  bottom: 0;
}

.option input[type="submit"] {
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  height: 50%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}

.s-c:hover ~ i {
  color: #fff;
  opacity: 0;
}

.s-c:hover {
  height: 100%;
  z-index: 1;
}

.s-c.bottom:hover + i {
  bottom: -25px;
  animation: moveup 0.3s ease 0.1s forwards;
}

.s-c.top:hover ~ i {
  top: -25px;
  animation: movedown 0.3s ease 0.1s forwards;
}

@keyframes moveup {
  0% {
    bottom: -25px;
    opacity: 0;
  }
  100% {
    bottom: 0;
    opacity: 1;
  }
}

@keyframes movedown {
  0% {
    top: -25px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}

.label {
  transition: 0.3s ease all;
}

.opt-val {
  position: absolute;
  left: 14px;
  width: 217px;
  height: 21px;
  opacity: 0;
  background-color: #fff;
  transform: scale(0);
}

.option input[type="submit"]:checked ~ .opt-val {
  opacity: 1;
  transform: scale(1);
}

.option input[type="submit"]:checked ~ i {
  top: 0;
  bottom: auto;
  opacity: 1;
  animation: unset;
}

.option input[type="submit"]:checked ~ i,
.option input[type="submit"]:checked ~ .label {
  color: #fff;
}

.option input[type="submit"]:checked ~ .label:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

#options-view-button:not(:checked)
  ~ #options
  .option
  input[type="submit"]:checked
  ~ .opt-val {
  top: -30px;
}

.option .fa-codepen {
  color: #000;
}

.option .fa-dribbble {
  color: #ea4c89;
}

.option .fa-behance {
  color: #0057ff;
}

.option .fa-hackerrank {
  color: #32c766;
}

.option .fa-stack-overflow {
  color: #f48024;
}

.option .fa-free-code-camp {
  color: #006400;
}

#option-bg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 40px;
  transition: 0.3s ease all;
  z-index: 1;
  display: none;
}

#options-view-button:checked ~ #options #option-bg {
  display: block;
}

.option:hover .label {
  color: #bb8c58;
}

.option:nth-child:hover ~ #option-bg {
  background-color: #000;
  border-radius: 4px 4px 0 0;
}
.chevron-down-r::before {
  content: url("/wp-content/themes/botiga/img/arrow-down.svg");
}
.chevron-down-t::before {
  content: url("/wp-content/themes/botiga/img/arrow-down.svg");
}
.chevron-down-s::before {
  content: url("/wp-content/themes/botiga/img/arrow-down.svg");
}
.chevron-down-so::before {
  content: url("/wp-content/themes/botiga/img/arrow-down.svg");
}

.woocommerce-MyAccount-navigation {
  margin-top: 30px;
}

.woocommerce-MyAccount-content {
  margin-top: 30px;
}

.cart-layout2,
.woosw-list {
  margin-top: 30px;
}

.woocommerce-breadcrumb {
  margin-top: 30px;
  font-family: "CirceLight";
  font-size: 18px;
  opacity: 1;
}

.bochetti_title {
  display: table;
}

.bochetti_title_wishlist,
.bochetti_title .product_title {
  display: table-cell;
}

.bochetti_title_wishlist button {
  padding-left: 0;
  padding-right: 24px !important;
}

.bochetti_add_wishlist {
  position: absolute;
  top: 10px;
  right: 0;
}
.woosw-btn-text {
  display: none;
}
.woosw-btn {
  background: none !important;
  border: 0;
  color: #696969 !important;
  font-size: 20px !important;
}

.woosw-btn-added,
.woosw-btn.woosw-added {
  color: #bb8c58 !important;
}

.woosw-list .woosw-popup-content-mid-message {
  text-align: center;
  font-size: 20px;
  font-family: "CirceLight";
  padding-top: 30px;
}

.bochetti_wishlist_gotocatalog,
.woocommerce .return-to-shop .button.wc-backward {
  color: #bb8c58 !important;
  text-decoration: none !important;
  text-transform: uppercase;
  font-family: CirceLight;
  background: 0;
  border: 0;
  padding: 0;
  font-size: 15px;
}

.bochetti_wishlist_gotocatalog:hover,
.woocommerce .return-to-shop .button.wc-backward:hover {
  color: #111 !important;
}

.woosw-list .woosw-actions {
  text-align: center;
  display: block;
}

.woosw-popup-content {
  border-radius: 8px;
  font-family: "CirceLight";
}

.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-top {
  background-color: #f0f0f0 !important;
  color: #111 !important;
}

.bochetti_razmer_table {
  display: inline-block;
  margin-top: 5px;
  margin-right: 10px;
  font-family: CirceLight;
  font-size: 15px;
  cursor: pointer;
  text-transform: uppercase;
}

.bochetti_add_tocart input[type="radio"]:checked + label {
  font-weight: bold;
  color: #bb8c58;
}

.bochetti_add_tocart a, 
.bochetti_add_tocart a:hover, 
.bochetti_add_tocart a:focus, 
.bochetti_add_tocart a:active {
	color: rgb(117, 117, 117);
}

.bochetti_add_tocart .added_to_cart {
	display: none;
}

.bochetti_addtocart_button {
    display: block;
    width: 100%;
    font-size: 14px;
    font-family: CirceLight;
    color: #fff !important;
    padding: 8px 0;
    background: #bb8c58;
	transition: 1s;
}

.bochetti_addtocart_button:hover {
	color: #fff;
	opacity: 0.7;
}

.bochetti_add_tocart {
  position: absolute;
  width: 100%;
  bottom: 0;
  background: #f0f0f0;
  opacity: 0;
  transition: 0.5s;
}
.loop-image-wrap:hover .bochetti_add_tocart {
  opacity: 1;
  transition: 0.5s;
}

.woocommerce-variation.single_variation {
  display: none !important;
}

.product-gallery-summary .botiga-single-addtocart-wrapper .button {
  background-color: #bb8c58;
  border: 0;
  font-family: CirceLight;
  font-size: 17px;
  padding-top: 4px !important;
  padding-bottom: unset !important;
}

.product-gallery-summary .botiga-single-addtocart-wrapper .quantity {
  height: 50px;
  border-radius: 3px;
  border-color: #a5a5a5;
}

.product-gallery-summary .entry-summary {
  max-width: 40%;
}

.product-gallery-summary .woocommerce-product-gallery {
  max-width: 60%;
  flex: 0 0 60%;
}

.variations #pa_razmer,
.variations #pa_rost,
.variations input[type="radio"] {
  display: none;
}

.rudr-variation-radios label {
  cursor: pointer;
  padding: 4px 0;
  font-family: CirceLight;
  font-size: 20px;
  display: inline-block;
  height: 40px;
  width: 40px;
  text-align: center;
}

.rudr-variation-radios input[type="radio"]:checked + label {
  background-color: #bb8c58;
  border-radius: 50%;
  color: #fff;
  font-weight: bolder;
}

.reset_variations {
  display: none !important;
}

.variations_form.cart .variations tbody > tr + tr > td {
  padding-top: 6px !important;
}

.bochetti_product_image_1 img,
.bochetti_product_image_2 img,
.bochetti_product_image_3 img,
.bochetti_product_image_4 img,
.bochetti_product_image_all img,
.bochetti_product_image_all_last img {
  width: 100%;
}
.bochetti_product_image_1 {
  width: 49.5%;
  display: inline-block;
  margin-right: 1%;
}
.bochetti_product_image_2 {
  width: 49.5%;
  display: inline-block;
}
.bochetti_product_image_3 {
  width: 49.5%;
  display: inline-block;
  margin-right: 1%;
  margin-top: 1%;
}
.bochetti_product_image_4 {
  width: 49.5%;
  display: inline-block;
  margin-top: 1%;
}
.bochetti_product_image_all {
  width: 24.25%;
  display: inline-grid;
  aspect-ratio: 9 / 12;
  overflow: hidden;
  margin-top: 1%;
  margin-right: 1%;
}
.bochetti_product_image_all_last {
  width: 24.25%;
  display: inline-grid;
  margin-top: 1%;
  aspect-ratio: 9 / 12;
  overflow: hidden;
}
.bochetti_fullscreen {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.bochetti_fullscreen_modal {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.bochetti_fullscreen_modal::before {
  content: "✖";
  position: absolute;
  color: #fff;
  right: 1%;
  top: 1%;
  font-size: 35px;
}
.bochetti_empty_img {
  width: 100%;
}

.flex-control-nav li .flex-active {
  width: 60px !important;
  border-radius: 20px !important;
  background: rgba(255, 255, 255, 0.7) !important;
  border: 0 !important;
}

.mobile_menu_dop.mobile-profile {
  display: none;
}

.bochetti_main_collections {
  width: 100%;
  display: grid;
  grid-template-columns: 49.7% 49.7%;
  gap: 0.6%;
  user-select: none;
}

.bochetti_main_collections_women,
.bochetti_main_collections_men {
  overflow: hidden;
  position: relative;
  transition: 0.5s;
  height: 99%;
}

.bochetti_main_collections_women:hover,
.bochetti_main_collections_men:hover {
  opacity: 0.8;
  transition: 0.5s;
}

.bochetti_main_collections img {
  width: 100%;
  height: auto;
}

.bochetti_main_collections_text {
  position: absolute;
  bottom: 40px;
  width: 100%;
  text-align: center;
  color: #ffffff;
  font-family: "CirceLight";
  text-transform: uppercase;
  font-size: 28px;
}

.bochetti_block_popular_top {
  width: 100%;
  font-size: 20px;
  font-family: CirceLight;
  text-decoration: underline;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 35px;
  user-select: none;
}
.bochetti_block_popular {
  padding: 0 15px;
}

.bochetti_block_two_products {
  padding: 0 15px;
  margin-top: 60px;
}
.bochetti_block_two_products .button-layout2 {
  display: none !important;
}
.bochetti_block_two_products .bochetti_addtocart_button,
.bochetti_block_popular .bochetti_addtocart_button {
  text-decoration: none !important;
}
.bochetti_block_two_popular
  .bochetti_add_tocart
  input[type="radio"]:checked
  + label {
  font-weight: bold;
  color: #bb8c58;
}

.bochetti_block_promobanner {
  width: 100%;
  display: block;
  margin: 60px 0;
}
.bochetti_block_promobanner img {
  width: 100%;
}

.block_bochetti_text_collections {
  width: 100%;
}
.bochetti_text_women_collection {
  width: 50%;
  float: left;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 40px;
}
.bochetti_text_men_collection {
  width: 50%;
  float: right;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 40px;
}
.block_bochetti_text_collections a {
  font-family: CirceLight;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 24px;
  user-select: none;
}
.bochetti_text_collections_container {
  width: fit-content;
  margin: 0 auto;
}
.bochetti_text_collections_container p {
  text-align: right;
  margin-right: 35px;
  margin-top: -6px;
  text-transform: uppercase;
  font-size: 10px;
  color: #808080;
}

.block_bochetti_recently_viewed {
  width: 100%;
}

.block_bochetti_recently_viewed .products {
  padding: 0 15px;
}
.bochetti_recently .woocommerce-loop-product__title {
  padding-right: 20px;
}
.block_bochetti_recently_viewed .bochetti_addtocart_button {
  text-decoration: none;
}

.woocommerce-form-login,
.woocommerce-form-register {
  border-radius: 8px;
}

.woocommerce-product-details__short-description {
  margin-left: 44px;
  font-family: CirceLight;
  color: #808080;
}

.woocommerce-cart .woocommerce-cart-form .actions .button,
.woocommerce-cart .cart_totals .checkout-button {
  font-family: CirceLight;
  background: #bb8c58;
  border: 0;
  font-size: 13px;
}

.woocommerce-cart .woocommerce-cart-form .actions .button:hover,
.woocommerce-cart .cart_totals .checkout-button:hover {
  background: #d9bea0;
}

.woocommerce-cart
  .woocommerce-cart-form
  .actions
  .coupon
  input[type="text"]:focus {
  box-shadow: unset;
}

.button[name="update_cart"] {
  display: none !important;
}

.bochetti_product_cart_price .auth_price {
  color: #727271;
  font-weight: 100;
}

.bochetti_product_cart_price .auth_price .auth_price_line {
  text-decoration: line-through;
  text-decoration-style: solid;
  padding-left: 10px;
}

.bochetti_product_cart_price .auth_price .auth_price_procent {
  color: #bb8c58;
}
.bochetti_product_cart_price {
  font-family: "CirceLight";
  text-align: left;
  font-size: 18px;
}

.product-gallery-summary .auth_price {
  font-family: "Circe";
  color: #727271;
  font-size: 20px;
}

.product-gallery-summary .auth_price .auth_price_line {
  text-decoration: line-through;
  text-decoration-style: solid;
}

.product-gallery-summary .auth_price .auth_price_procent {
  color: #bb8c58;
}

.ws-svg-icon svg:not(.stroke-based) {
  fill: #353535 !important;
}

#auth_notification {
  position: fixed;
  bottom: 35%;
  margin: 0 35%;
  border-radius: 15px;
  background: #fff;
  width: 30%;
  padding: 10px;
  text-align: center;
  font-family: CirceLight;
  display: none;
  -webkit-box-shadow: 0px 0px 21px 12px rgba(17, 17, 17, 0.2);
  -moz-box-shadow: 0px 0px 21px 12px rgba(17, 17, 17, 0.2);
  box-shadow: 0px 0px 21px 12px rgba(17, 17, 17, 0.2);
}

#auth_notification span {
  font-size: 20px;
}
#auth_notification p {
  margin-bottom: 20px;
}
#auth_notification a {
  background: #bb8c58;
  border: 0;
}
#auth_notification a:hover {
  background: #c9a67d;
}
#auth_notification div {
  width: 100%;
  text-align: right;
}
.auth_notification_close {
  background-color: #ffffff !important;
  padding: 0;
  border: 0;
  margin-right: 10px;
  color: #111111 !important;
}
.show#auth_notification {
  display: block !important;
}

.woocommerce-cart .cart_totals .shipping,
.woocommerce-cart .cart_totals .order-total,
.woocommerce-cart .cart_totals .cart-subtotal::before,
.woocommerce-cart .cart_totals h2 {
  display: none;
}

.woocommerce-cart .cart_totals .cart-subtotal .woocommerce-Price-amount {
  font-family: CirceLight;
  font-size: 25px;
  font-weight: 100;
  text-align: right !important;
}

.woocommerce-shipping-methods li label {
    cursor: pointer;
    border: 1px solid #d6d6d6;
    border-radius: 5px;
    width: 100%;
    display: block;
    text-align: center;
    padding: 5px;
}

.woocommerce-shipping-methods li label:hover {
	opacity: 0.6;
}

.woocommerce-shipping-methods li input:checked + label {
	background: #BB8C58;
	color: #fff;
	opacity: 1 !important;
}

label[for="payment_method_cod"] {
	font-weight: bolder;
}

.bochetti-cart-checkout {
	display: grid !important;
	grid-template-columns: repeat(2, 1fr);
	border-radius: 3px !important;
}

.bochetti_minicart_unauth {
	text-align: center; 
	width: 100%;
	text-transform: uppercase;
}

.bochetti-cart-checkout .includes_tax {
	display: none !important;
}

.bochetti-cart-checkout .woocommerce-Price-amount {
	text-align: right;
	font-size: 22px;
}

.bochetti-cart-checkout.unauth_opt {
	grid-template-columns: 100%;
}

.unauth_opt .bochetti-checkout-text {
	text-align: center; 
	width: 100%;
}

.bochetti_unauth_opt_checkout_text {
	text-align: center;
	margin: 10px 0;
	font-size: 20px;
}

.bochetti-checkout-text {
	text-align: left;
	font-size: 17px;
	margin: auto 0;
}

.bochetti-discount-info {
    text-align: right;
    font-size: 22px;
    margin-bottom: 20px;
    color: #bb8c58;
}

.woocommerce-notices-wrapper .woocommerce-message, 
.woocommerce-notices-wrapper .woocommerce-error, 
.woocommerce-notice, .woocommerce-MyAccount-content .woocommerce-info, 
.woocommerce-NoticeGroup .woocommerce-error {
    position: fixed;
    width: 50%;
    -webkit-box-shadow: 0px 0px 23px 13px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 23px 13px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 23px 13px rgba(0, 0, 0, 0.2);
    top: 40%;
    margin: 0 25%;
	margin-left: calc(25% - 40px);
    padding: 30px;
    border-radius: 5px;
    font-size: 18px;
    background: #f0f0f0;
    text-align: left;
    z-index: 999999;
    font-family: CirceLight;
}

.woocommerce-notices-wrapper .woocommerce-message:focus-visible,
.woocommerce-notices-wrapper .woocommerce-error:focus-visible,
.woocommerce-notice:focus-visible,
.woocommerce-MyAccount-content .woocommerce-info:focus-visible,
.woocommerce-NoticeGroup .woocommerce-error:focus-visible {
	outline: none;
}

#modal-esl-frame .footer {
	text-align: right;
}

.modal-esl-frame #buttonModalDoor {
    left: unset !important;
    transform: unset !important;
    background: #bb8c58;
    border: 0;
}

.modal-esl-frame #buttonModalDoor:hover {
    background: #d9bea0 !important;
    color: #111;
}

.woocommerce-order {
  margin-top: 45px;
}

.woocommerce-thankyou-order-details,
.woocommerce-table--order-details {
  border-radius: 8px;
}

.site-header-cart
  .widget_shopping_cart
  .woocommerce-mini-cart__buttons
  .button:not(.checkout) {
  color: #111111 !important;
}

.widget_shopping_cart .woocommerce-mini-cart__buttons .button.checkout {
  padding: 15px;
}

.cart-empty.woocommerce-info {
  text-align: center;
  font-size: 20px;
  font-family: "CirceLight";
  padding: 30px 0;
  background-color: #ffffff;
}

.woocommerce-orders-table.woocommerce-MyAccount-orders {
  border-radius: 8px;
}

.bochetti-logn-grid {
	display: grid; 
	grid-template-columns: repeat(2, 1fr);
}

.bochetti-logn-grid p {
	margin-bottom: 10px;
}

.bochetti-logn-grid .woocommerce-LostPassword {
	text-align: right;
}

.woocommerce-form-login .form-row, .woocommerce-form-register .form-row {
	margin-bottom: 25px;
}

.button.wc-forward,
.woocommerce-form-login__submit,
.woocommerce-Button,
.woocommerce-button.button.view,
.woocommerce-edit-address .button {
  background-color: #bb8c58 !important;
  border: 0 !important;
  padding: 10px 20px;
  color: #fff !important;
  text-decoration: none !important;
  text-transform: uppercase;
  font-family: CirceLight;
  border-radius: 5px;
}
.woocommerce-button.button.pay,
.woocommerce-button.button.cancel {
  background-color: #bb8c58 !important;
  border: 0 !important;
  padding: 10px 20px;
  color: #fff !important;
  text-decoration: none !important;
  text-transform: uppercase;
  font-family: CirceLight;
  border-radius: 5px;
  margin: 10px 0;
}

.woocommerce .return-to-shop {
  text-align: center;
}

.search-submit .ws-svg-icon svg:not(.stroke-based) {
  fill: #ffffff !important;
}

.woocommerce-notices-wrapper {
  margin-bottom: 0 !important;
}
.woocommerce-checkout-review-order-table .product-name {
  width: 50%;
}
.woocommerce-checkout-review-order-table .product-total {
  width: 25%;
}

.woocommerce-checkout-review-order-table
  .product-total
  .woocommerce-Price-amount {
  text-align: right;
}

.woocommerce-checkout-review-order-table .product-quantity {
  text-align: center;
  width: 25%;
}

.woocommerce-shipping-totals.shipping td {
	border: 0;
}

.checkout-wrapper table tr {
  border-bottom: 1px solid #d6d6d6 !important;
}
.woocommerce .woocommerce-additional-fields .notes {
  padding: 0;
  background-color: #ffffff;
}

.woocommerce .checkout-wrapper .woocommerce-checkout-review-order {
  border-radius: 8px;
}

.order-total .woocommerce-Price-amount, 
.fee .woocommerce-Price-amount {
  text-align: right;
}
.wc-esl-terminals__container
  .woocommerce-input-wrapper
  #wc_esl_billing_terminal {
  width: 100%;
}

.wc-esl-terminals__button_under br, .esl_desct_delivery, #wc-esl-terminals-wrap-button-billing .wc-esl-frame__button {
  display: none !important;
}

.woocommerce-shipping-methods .wc-esl-terminals__button_under,
.woocommerce-checkout-payment .place-order #place_order,
.wc-esl-terminals__button {
  background-color: #bb8c58 !important;
  border: 0;
  font-family: "CirceLight";
}

.bochetti-cart-checkout.unauth_opt.grey {
	background-color: #d9d9d9 !important;
	color: #111 !important;
}

.bochetti-cart-checkout.unauth_opt.grey:hover {
	opacity: 0.7;
	background-color: #d9d9d9 !important;
	color: #111 !important;
}

.woocommerce-shipping-methods .wc-esl-terminals__button_under:hover,
.woocommerce-checkout-payment .place-order #place_order:hover,
.woocommerce-button.button.pay:hover,
.woocommerce-button.button.cancel:hover,
.wc-esl-terminals__button:hover {
  background-color: #d9bea0 !important;
  color: #111111;
}

.button.wc-forward:hover,
.woocommerce-form-login__submit:hover,
.woocommerce-Button:hover,
.woocommerce-button.button.view:hover,
.woocommerce-edit-address .button:hover {
  background: #d9bea0 !important;
  color: #ffffff !important;
}

.woocommerce-ResetPassword {
  margin-top: 45px;
}

.woocommerce-lost-password .woocommerce-ResetPassword {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.woocommerce-password-strength {
  text-align: center !important;
}

.woocommerce-ResetPassword p {
  max-width: 500px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.woocommerce-lost-password p {
  margin-left: unset;
  margin-right: unset;
  max-width: unset;
}

.woocommerce-form-login-toggle .woocommerce-info {
  margin-top: 30px;
}

.woocommerce-form-login-toggle .woocommerce-info a {
  text-decoration: none;
}

.payment_method_tinkoff img {
  display: none;
}

.bochetti_post_image {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
}
.bochetti_post_image img {
  width: 100%;
}
.bochetti_post_image h1 {
  position: absolute;
  left: 20px;
  font-family: "CirceLight";
  width: 40%;
  font-size: 50px;
  font-weight: 100;
}
.bochetti_post_title {
  width: 100%;
}
.bochetti_post_title h1 {
    font-size: 50px;
    font-weight: 100;
    font-family: "CirceLight";
    margin: 25px 0;
    padding: 0 15px;
}
.single-post .site-main {
  font-family: "CirceLight";
}

.bochetti-blog-posts {
	display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 40px;
	padding: 50px;
}

.bochetti-blog-short-video {
    width: calc(100% + 30px);
	display: grid;
    background: #D9D9D9;
    padding: 20px 50px;
    grid-template-columns: 45% 55%;	
	gap: 50px;
    margin: 0 -15px;
	align-items: center;
}

.bochetti-blog-short-video-video {
	padding: 0 35% 0 0;
}

.bochetti-blog-short-video-text {

}

.bochetti-blog-short-video-text div {
    display: flex;
	align-items: center;
}

.bochetti-blog-short-video-text div p {
	margin-left: 10px;
	margin-bottom: 0;
}

.bochetti-blog-short-video-text h3 {
	margin: 0;
	display: inline-block;
}

.bochetti-blog-short-video-text h2 {
	margin-top: 20px;
}

.bochetti-blog-short-video-text p {
	font-family: 'CirceLight';
	font-size: 20px;
}

.bochetti-blog-short-video-text h3, .bochetti-blog-short-video-text h2 {
	font-family: CirceLight;
	font-weight: 100;
}

.bochetti-blog-first-post {
    width: calc(100% + 30px);
    background: #D9D9D9;
    padding: 50px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 50px;
    margin: 0 -15px;
}

.bochetti-blog-first-post-img {
    height: 500px;
    overflow: hidden;
}

.bochetti-blog-first-post-img img {
	max-width: unset;
}

.bochetti-blog-first-post-desc h2 {
	font-family: 'CirceLight';
	font-weight: 100;
}

.bochetti-blog-first-post-desc p {
    font-family: 'CirceLight';
	font-size: 18px;
}

.bochetti-blog-first-post-desc a {
    font-family: 'CirceLight';
    font-size: 21px;
}

.bochetti-blog-posts-post {
	font-family: 'CirceLight';
	overflow: hidden;
}

.bochetti-blog-posts-post-image {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    aspect-ratio: 16/12;
	background: #F0F0F0;
}

.bochetti-blog-posts-post-image img {
    min-width: 100%;
    min-height: 100%;
	object-fit: contain;
	margin: 0 auto;
}

.bochetti-blog-posts-post h2{
	font-weight: 100;
    font-size: 24px;
    margin-top: 20px;	
}

.bochetti-blog-posts-post p {
	margin-bottom: 0;
}

.bochetti-blog-posts-post-date {
    color: #727271; 
	margin-top: 10px;
}

.bochetti-blog-posts-post-descr, .bochetti-blog-first-post-date {
	font-size: 16px;
}

.bochetti-record-button {
    font-size: 12px !important;
    border-radius: 30px;
    background: #BB8C58;
    color: #ffffff;
    padding: 2px 10px;
}

.bochetti-blog-short-video-video .plyr--fullscreen-enabled [data-plyr=fullscreen] svg {
	height: 20px;
	width: 20px;
}

.bochetti-blog-short-video-text a {
	font-family: 'CirceLight';
	color: #727271;
	font-size: 20px;
	text-decoration: none;
}

#bochetti_blog_more {
    text-align: center;
    font-size: 24px;
    font-family: CirceLight;
    cursor: pointer;
}

.woosw-item--name {
	text-transform: uppercase;
	font-weight: 100;
}

.woosw-popup .woosw-items .woosw-item .woosw-item--name a {
	font-weight: 100;
	font-size: 16px;
}

.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot .woosw-popup-content-bot-inner a:hover {
	color: #d6d6d6;
	border-color: #d6d6d6;
}

.woocommerce-sorting-wrapper #app-cover .option {
	font-family: 'CirceLight';
}

.bochetti_product_cart_empty_image {
    font-size: 22px;
    text-align: center;
    padding: 200px 0;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    margin-bottom: 0;
	color: #666666;
}

#metaslider-id-64071, .bochetti_dostup_button {
	display: none;
}

#metaslider-id-64071 img {
	height: 100%;
}

.bochetti_dostup_button {
    position: absolute;
    text-transform: uppercase;
    color: #fff;
    background: #BB8C58;
    border-radius: 4px;
    margin: 0 auto;
    width: 90%;
    font-size: 4vw;
    white-space: nowrap;
    left: 50%;
    transform: translateX(-50%);
    padding: 5px 10px;
    bottom: 27vw;
    font-weight: 500;
    text-align: center;
	transition: 1s;
}

.bochetti_dostup_button:hover {
	color: #fff;
	opacity: 0.7;
}

.bochetti_main_slider {
	position: relative;
}

@media screen and (max-width: 385px) {
	.bochetti_unsubscribe_line {
		width: 150px;
	}
}

@media (max-width: 468px) {
    .bochetti_post_image h1,
    .bochetti_post_title h1 {
        font-size: 20px;
    }
	
    .bochetti-cart-checkout {
        grid-template-columns: 100%;
    }
	
	.bochetti-discount-info {
		text-align: center !important;
	}
	
    .bochetti-cart-checkout .woocommerce-Price-amount, .bochetti-checkout-text {
        font-size: 15px;
    }
	
	.tab-btn {
		font-size: 13px;
	}
}

@media (max-width: 498px) {
  .footer_col-4 #mailpoet_form_4 .mailpoet_text {
    font-size: 8px !important;
  }
  .footer_col-4 #mailpoet_form_4 .mailpoet_submit {
    padding: 3px !important;
  }
}

@media (max-width: 718px) {
  .related.products ul.products li.product img {
    height: auto;
    width: 100%;
    margin-left: 0;
  }
  ul.products li.product img {
    height: auto;
    width: 100%;
  }
  .related.products span.onsale {
    left: 0 !important;
  }
  .wc-block-grid__products .wc-block-grid__product-image img {
    height: auto;
  }
}

@media (max-width: 719px) {
  .loop-image-wrap {
    max-height: unset !important;
  }
}

@media screen and (min-width: 768px) {
  .bhfb-component-search {
    height: 25px;
    padding: 17px 10px;
  }

  .bhfb-component-woo_icons {
    padding: 5px;
    padding-left: 10px;
    margin-left: 0 !important;
  }
}

@media (max-width: 767px) {
	.woocommerce-view-order .my_account_tracking tr td {
		display: block;
		text-align: left;
		border: 0;
		clear: both;
		padding: 5px 0;
	}
	
	.woocommerce-view-order .my_account_tracking {
		border: 0;
		background: #f5f5f5;
		border-radius: 8px;
		padding: 15px 30px;
		display: block;
		margin-bottom: 0;
	}
	
	.woocommerce-view-order .my_account_tracking tr, .woocommerce-view-order .my_account_tracking {
		border: 0;
	}
	
	.woocommerce-orders .shop_table.woocommerce-MyAccount-orders th {
		display: inline-block;
		border-top: 0!important;
		width: 50%;
		text-align: left;
		padding: 0;
	}
	
	.woocommerce-orders .shop_table.woocommerce-MyAccount-orders th a {
		text-decoration: none;
		font-family: CirceBold;
	}
	
	.woocommerce-orders .shop_table.woocommerce-MyAccount-orders .woocommerce-Price-amount {
		text-align: right;
	}
	
	.woocommerce-orders .shop_table.woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-status {
		width: auto;
		display: inline-block;
		padding-top: 5px;
	}
	
	.woocommerce-orders .shop_table.woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-date {
		display: inline-block;
		width: 50%;
		text-align: right;	
		padding: 0 !important;
	}
	
	.woocommerce-orders .shop_table.woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-actions a {
		width: 100% !important;
		text-align: center !important;
	}
	
	.woocommerce-orders .shop_table.woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-total {
		display: block;
		width: auto;
		margin-left: auto;
		float: right;
		padding-top: 5px;
	}

  .product-gallery-summary .entry-summary {
    max-width: 100%;
  }

  .product-gallery-summary .woocommerce-product-gallery {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
	.bochetti-review-widget .review { 
		flex: 0 0 100%; 
	}
	
	#metaslider-id-320 {
		display: none;
	}
	
	#metaslider-id-64071, .bochetti_dostup_button {
		display: block;
	}
	
	.bochetti_header_line {
		font-size: 10px;
	}
	
	.bochetti-subcat a {
		font-size: 20px;
	}
	
	.bochetti_cat_container h1 {
		font-size: 22px !important;
	}
	
	.woosw-popup-content .woosw-items .woosw-item .woosw-item-inner {
		flex-wrap: wrap;
	}
	
	.woosw-popup .woosw-items .woosw-item .woosw-item--image {
		width: 90%;
		flex: 0 0 90%;
		margin-bottom: 20px;
		margin-right: 0 !important;
	}
	
	.woosw-popup .woosw-items .woosw-item .woosw-item--actions {
		width: 100%;
		text-align: right;
	}
	
	.bochetti_block_two_products {
		margin-top: 0;
	}
	
	.bochetti_block_promobanner {
		margin: 0;
	}
	
	.bochetti_text_women_collection {
		margin-top: 0;
	}
	
	.bochetti_text_men_collection {
		margin-bottom: 0;
	}
	
	.block_bochetti_text_collections a {
		font-size: 18px;
	}
	
	.bochetti_text_collections_container p {
		display: none;
	}
	
	.woocommerce-notices-wrapper .woocommerce-message, 
	.woocommerce-notices-wrapper .woocommerce-error, 
	.woocommerce-notice, .woocommerce-MyAccount-content .woocommerce-info, 
	.woocommerce-NoticeGroup .woocommerce-error {
		margin: 0;
		margin-left: -15px;
		width: 100%;
	}
	.modal-esl-frame .modal_content {
		margin: 0 !important;
	}
.bochetti-block-blog-shorts .bochetti-blog-short-video-text h2 {
	margin-top: 20px;
}
	.bochetti-block-blog-shorts .bochetti-blog-short-video {
		grid-template-columns: 100%;
		grid-template-rows: unset;
		gap: 0;
	}
	.bochetti-block-blog-shorts .bochetti-blog-short-video-text p {
		margin-top: 10px;
	}
	
	.bochetti-block-blog-shorts-blog>div {
		grid-template-columns: 100%;
		column-gap: unset;
	}
	.bochetti-block-blog-shorts-blog>div>span {
		margin-top: 20px;
	}
	.bochetti-blog-short-video {
		grid-template-columns: 100%;
	}
	.bochetti-blog-short-video-video {
		padding: 0;
	}
  .checkout-wrapper #shipping_method .woocommerce-Price-amount {
    position: relative;
  }
  .checkout-wrapper #shipping_method > li {
    padding-right: 0;
  }
  .checkout-wrapper .order-total .amount,
  .checkout-wrapper .order-total .includes_tax {
    white-space: nowrap;
  }
  .mobile_menu_dop.mobile-profile {
    display: block;
  }
  .woosw-list table.woosw-items .woosw-item td {
    display: block;
    width: 80vw;
  }

  .woosw-list table.woosw-items .woosw-item .woosw-item--image,
  .woosw-list table.woosw-items .woosw-item .woosw-item--image img {
    width: 80vw;
  }

  .woosw-list table.woosw-items .woosw-item .woosw-item--remove {
    display: table-cell;
  }
  .contitle2 {
    font-size: 12px;
  }
  .obr_img {
    width: 100%;
    float: none;
    margin-top: 15px;
  }
  .obr_form {
    width: 100%;
    float: none;
    margin-left: 0;
  }
  #mailpoet_form_4 {
    width: 80% !important;
    margin-left: auto;
    margin-right: auto;
  }
  .footer_logo {
    display: none;
  }
  .footer_text {
    margin-top: 0;
  }
  footer {
    height: auto;
    text-align: center;
    gap: 0;
  }
  .footer_col-3,
  .footer_col-2 {
    display: none;
  }
  .footer_col-1,
  .footer_col-4 {
    display: block;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  #flex_mobile {
    display: flex;
    flex-direction: column;
	padding-bottom: 90px;
	padding-top: 40px;
  }
  #mobile1 {
    order: 1;
  }
  #mobile2 {
    order: 2;
  }
  .footer_privacy_mobile {
    display: block;
  }
  .footer_privacy {
    display: none;
  }
  .contact_us {
    width: 100%;
  }
  .botiga-ajax-search__wrapper,
  .header-item.wc-account-link {
    display: none;
  }
}

@media screen and (min-width: 768px) {
	.woosw-item--actions .woocommerce.add_to_cart_inline {
		text-align: right;
	}
}

@media screen and (max-width: 991px) {
  .bochetti_block_two_products ul.products {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .bochetti_block_popular ul.products {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .bochetti_block_popular .bochetti_add_wishlist,
  .bochetti_block_two_products .bochetti_add_wishlist {
    top: 3px !important;
    right: -8px !important;
  }
  .single-product span.onsale {
    left: 0px !important;
  }
}

@media screen and (min-width: 1024px) {
	.bhfb-main_header_row {
		min-height: 70px !important;
	}
}

@media (min-width: 1025px) {
  form.cart .quantity {
    max-width: 20% !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
	.woocommerce-notices-wrapper .woocommerce-message, 
	.woocommerce-notices-wrapper .woocommerce-error, 
	.woocommerce-notice, .woocommerce-MyAccount-content .woocommerce-info, 
	.woocommerce-NoticeGroup .woocommerce-error {
		margin-left: calc(25% - 15px);
	}
}

@media (max-width: 1024px) {
	.mobile_search_menu {
		margin-bottom: 15px;
		width: 50%;
		display: block;
	}
	
	.mobile_search_menu input[type="search"] {
		max-width: unset;
		padding: 0;
		border: 1px solid #e6e6e6;
		border-right: 0;
		min-height: unset;
		height: 40px;
		width: 160px;
		padding-left: 4px;
		-webkit-box-shadow: unset;
		box-shadow: unset;
		font-family: CirceLight;
	}

	.mobile_search_menu input[type="search"]:focus {
		color: #111111;
	}

	.mobile_search_menu .search-submit {
		margin-left: 0;
		height: 40px;
		padding: 3px 20px;
		background-color: #ffffff !important;
		border: 1px solid #e6e6e6;
		border-radius: 0;
		border-left: 0;
	}

	.mobile_search_menu .search-submit .ws-svg-icon svg:not(.stroke-based) {
		fill: #727271 !important;
	}
	
	.bhfb-component-search {
		display: none !important;
	}
	
	.bochetti_main_price {
		grid-template-columns: 100%;
		padding: 0 15px;
	}
	
	.bochetti_main_price-form {
		order: 1;
	}
	
	.bochetti_main_price_image {
		margin: 0 -15px;
	}
	
	.bochetti_main_price-form form {
		grid-template-columns: 100%;
	}
	
	.bochetti_main_price-form-title {
		font-size: 20px;
		text-align: center;
	}
	
	.bochetti_main_price-form-manager img {
		width: 20%;
		height: fit-content;
	}

	.bochetti_main_price-form-manager p {
		width: 75%;
	}
	
	.bochetti_block_products_collections .products {
		width: calc(200% + 15px);
		grid-template-columns: repeat(4,1fr) !important;
		gap: 15px !important;
	}
	
	.bochetti_block_products_collections_products {
		overflow: auto;
	}
	
	.bochetti_block_products_collections_products .woosw-btn-has-icon {
		padding-top: 0px;
		padding-bottom: 10px;
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.bochetti_block_products_collections_top_menu {
		text-align: center;
	}
	
	.bochetti_block_products_collections_top {
		grid-template-columns: 100%;
	}
	
	.bochetti_block_products_collections_top_hit {
		margin-right: 50px;
	}
	
	.bochetti_block_products_collections_top_title {
		text-align: center;
		font-size: 24px;
		padding: 0;
	}
	
	.ideal-columns {
		grid-template-columns: 100%;
	}
	
	.ideal-title {
		font-size: 26px;
	}
	
	.ideal_gap {
		height: 1px;
	}
	
	.bochetti_ideal {
		padding: 30px 15px;
	}
	
	.bochetti_advantages .advantage-columns {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.bochetti_advantages .advantage-block img {
		width: 60px;
	}
	
	.bochetti_advantages .advantage-block p {
		font-size: 14px;
	}
	
	#openModal .modal-dialog {
		top: 25%;
		margin: 0 auto;
	}
	
	.header-search-form {
		display: none;
	}
	
	.content-wrapper, .bochetti_cat_container {
		margin-top: 55px;
	}
	
	footer {
		padding: 3% 15px;
	}
	
	.bochetti_cat_container {
		margin-left: -15px;
		margin-right: -15px;
	}
	
	.bochetti_discount_widget {
		right: unset;
		left: 20px;
		bottom: 25px !important;
	}
	
	.bochetti_discount_widget:hover {
		padding-left: unset;
	}
	
	.bochetti_discount_widget_second {
		width: 160px;
	}
	
	.bochetti_discount_widget_second, .bochetti_discount_widget_second:hover, .bochetti_discount_widget_main:hover + .bochetti_discount_widget_second {
		display: block;
		padding-left: unset;
	}
	
	.bochetti_discount_widget_main {
		padding: 0 5px;
	}
	.bochetti-block-blog-shorts {
		grid-template-columns: 100%;
	}
	.bochetti-block-blog-shorts-blog {
	    grid-template-rows: unset;
		grid-template-columns: 100%;
	}
	.bochetti-blog-first-post {
		display: block;
		padding: 30px;
	}
	.bochetti-blog-first-post-img {
		height: auto;
		width: 100%;
		text-align: center;
	}
	.bochetti-blog-first-post-desc a {
		position: relative;
	}
    .bochetti-blog-posts {
        display: block;
		padding: 0;
		margin-top: 30px;
	}		
	.bochetti-blog-posts-post {
		margin-bottom: 30px;
	}
  .bochetti_post_image h1,
  .bochetti_post_title h1 {
    font-size: 25px;
  }
  .bochetti_recently > h2,
  .related.products h2,
  .products404 h2 {
    text-align: center;
  }
  #auth_notification {
    margin: 0 5%;
    width: 90%;
  }
  .woocommerce-cart .woocommerce-cart-form .actions .coupon {
    width: 100%;
  }
  .woocommerce-cart .woocommerce-cart-form .actions .coupon input[type="text"] {
    flex-grow: 1;
  }
  .clear_cart,
  .button[name="update_cart"] {
    margin-right: 0;
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
  .bochetti_text_men_collection,
  .bochetti_text_women_collection {
    width: 100%;
    float: none;
  }
  .bochetti_text_women_collection {
    margin-bottom: 30px;
  }
  .bochetti_text_men_collection {
    margin-top: 0;
  }
  .product-gallery-summary .summary .botiga-single-addtocart-wrapper .button {
    padding-top: 13px !important;
    padding-bottom: 8px !important;
  }
  .bochetti_main_collections {
    display: block;
  }

  .bochetti_add_tocart {
    display: none;
  }
  #app-cover {
    width: 100%;
    z-index: unset;
  }
  #options {
    width: 100%;
    z-index: 2;
  }
  .option {
    z-index: 3;
  }
  .select-hide {
    position: relative;
    z-index: 0;
  }
  #cookie_notification {
    left: auto;
    margin-left: 50%;
  }
  .footer_col-3,
  .footer_col-2 {
    display: none;
  }
  footer {
    grid-template-columns: auto auto;
  }
  .contact_us_names {
    width: 100%;
    margin-right: 0;
  }
  .contact_us_privacy,
  .contact_us_sub input[type="submit"] {
    text-align: center;
  }
  .contact_us_sub,
  .contact_us_privacy {
    width: 100%;
    margin-left: 0;
  }
  .contact_us .wpcf7-response-output {
    text-align: center;
  }

  .about_feedback_content .wpcf7-response-output {
    text-align: center;
  }
  
	.tab-btn {
		display: inline-block;
		padding: 2.5px 10px;
		padding-left: 0;
		margin-bottom: 0;
	}
  
	.tab-nav {
		width: 100%;
		float: none;
		border-bottom: 1px solid #e6e6e6;
		margin-bottom: 20px;
		padding-bottom: 10px;
	}
	
  .tab-content {
    width: 100%;
    float: none;
  }
  .bochetti_cat_container h1 {
	position: unset;
    width: calc(100% - 30px);
    margin-left: 15px;
	margin-top: 20px;
    font-size: 25px;
  }
  .bochetti-subcat a {
    display: block;
  }

  .bochetti-subcat {
    margin-top: 10px;
  }
}

@media screen and (max-width: 1260px) and (min-width: 1024px) {
	.botiga-dropdown li {
		margin-right: 10px !important;
	}
	
	.main-navigation a {
		font-size: 12px;
	}
	
	div.opt_toggle {
		margin-right: -25px;
		margin-left: 10px;
	}
	.backcall {
		font-size: 15px;
	}
	.bhfb-component-html svg {
		width: 15px;
		height: 15px;
	}
	.bochetti-call-whatsapp {
		margin-right: 0;
	}
	.backcall-icon {
		margin-top: -12px;
	}
	.header-item {
		margin-right: 10px;
	}
	.bhfb-component-search {
		padding-right: 0;
	}
	.bochetti-call-whatsapp p {
		margin-top: 0;
	}
}

@media (max-width: 1152px) {
  .custom-logo-link img {
    width: 118px !important;
  }
  .footer_logo {
    width: 118px;
  }
}