.form-row.place-order {
    display: none !important;
}

.taxonomy-description p{
    max-width: 280px;
    margin: 0 auto;
    color: var(--main-base-color);
}

footer .footer_data .info_block .social ul li a{
	    display: flex;
    align-items: center;
    gap: 10px;
}

footer .footer_data .info_block .social ul li a img{
	width: 15px;
    max-height: 15px;
}

.error{
	display: none!important
}

.span.xoo-wsch-close{
	    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 600px){
	.delivery_page .data .image_botton{
		display: none;
	}
}

.navigation.col-12 .desktop-menu {
	display: flex;
	justify-content: space-around;
	column-gap: 35px;
}

.navigation.col-12 .mob-menu {
	display: none !important;
}

.candy-bar_page {
	margin: 2em 0;
}

.candy-bar-image {
	height: 450px;
	width: 100%;
	background-image: url('https://shoco.ua/wp-content/uploads/2022/12/img_5311-min.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}

.candy-bar-form-head {
	padding: .5em 2em;
}

.featherlight .featherlight-content {
	padding: 0 !important;
}

#candy-bar-order-form .candy-bar-form-head {
	padding: .5em 1em;
}
#candy-bar-order-form .form-container {
	padding: 1em 2em;
}

.candy-bar-title {
	text-align: center;
}

.candy-bar-title-top, .candy-bar-title-middle {
	font-family: 'Futura PT Demi';
	font-size: 42px;
    line-height: 1.1;
}

.candy-bar-title-bottom {
	margin: 1em 0;
	font-family: 'DINPro';
	font-size: 18px;
}

.cb-title {
	font-family: 'Futura PT Demi';
    font-size: 42px;
    line-height: 1.1;
    text-align: center;
    margin-bottom: .5em;
}

.cb-subtitle {
	font-family: 'Futura PT';
    font-size: 20px;
    color: #828282;
    text-align: center;
    margin-bottom: 2em;
}

#candy-bar-order-form {
	display: none;
}

.featherlight-content #candy-bar-order-form {
	display: block;
}


.thank-you_page {
	font-family: DINPro;
}

.thank-you-block {
/*    padding: 5em 0;*/
    margin: 2em 0;
    display: flex;
	padding: 80px;
	flex-direction: column;
	align-items: center;
	gap: 60px;

	border-radius: 20px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(255, 255, 255, 0.04);
}

.ty-icon svg {
	width: 52px;
	height: 52px;
}

.ty-buttons {
	display: flex;
	column-gap: 20px;
}

.ty-buttons a {
	display: flex;
	padding: 14px 24px;
	align-items: center;
	gap: 10px;

	color: var(--white, #FFF);
	text-align: center;
	font-family: DINPro;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 20px */

	text-decoration: none;

	transition: 150ms all;
}

.ty-buttons a:first-child {
	border: 1px solid var(--red, #E30613);
	background: var(--red, #E30613);

	color: var(--white, #fff);
}

.ty-buttons a:last-child {
	border: 1px solid var(--red, #E30613);
	background: var(--white, #FFF);

	color: var(--red, #E30613);
}

.ty-buttons a:first-child:hover {
	color: var(--red, #E30613);
	background: var(--white, #fff);
}

.ty-buttons a:first-child:hover svg path {
	fill: var(--red, #E30613);
}

.ty-buttons a:last-child:hover {
	border: 1px solid var(--red, #E30613);
	background: var(--red, #E30613);

	color: var(--white, #fff);

}

.ty-buttons a:last-child:hover svg path {
	fill: var(--white, #fff);
}

.ty-block-title {
	color: #FFF;
	text-align: center;
	/* H2 */
	font-family: DDO;
	font-size: 48px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 48px */
	text-transform: uppercase;
}

.ty-block-subtitle {
	color: #FFF;
	font-family: 'DINPro Condensed';
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%; /* 24px */
	text-transform: uppercase;

	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
}

@media (max-width:767px) {
	.thank-you-block {
		padding: 20px;
		gap: 20px;
	}

	.ty-icon svg  {
		width: 40px;
		height: 40px;
	}

	.ty-block-title {
		font-size: 24px;
	}

	.ty-block-subtitle {
		font-size: 16px;
	}

	.ty-buttons {
		flex-direction: column;
		row-gap: 8px;

		width: 100%;
		justify-content: center;
		align-items: center;
	}

	.ty-buttons a {
		padding: 10px 24px;
		align-items: center;
		gap: 10px;

		font-size: 16px;

		width: fit-content;
	}
}


.candy-bar-order-button {
	color: var(--main-accent-color);
    font-size: 14px;
    line-height: 1.55;
    font-weight: 600;
    border-width: 1px;
    border-radius: 0px;
    background-color: #fff;
    background-image: none;
	border: 1px solid var(--main-accent-color);
    -webkit-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out, border-color 0.1s ease-in-out;
    transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out, border-color 0.1s ease-in-out;
    font-size: 16px;
    padding-left: 60px;
    padding-right: 60px;
    display: flex;
    justify-content: center;
    padding: 15px 40px;
    max-width: 40%;
    margin: 1em auto;
    text-decoration: none;
    letter-spacing: 1.7px;
}


.candy-bar-order-button:hover {
    background-color: var(--main-accent-color);
    background-image: none;
	border: 1px solid #fff;
    color: #fff;
}


.ty-form-title {
	display: flex;
	flex-direction: column;
	text-align: center;
	color: var(--main-base-color);
	font-family: 'DINPro Condensed';
}
.ty-form-title-top, .ty-form-title-middle {
    font-size: 26px;
    line-height: 1.23;
}

.ty-form-title-bottom {
    margin: .5em 0 1em 0;
    font-size: 24px;
    line-height: 1.50;
}

.thank-you_page .wpcf7 {
	font-family: 'DINPro Condensed';
}

.form-container {
	display: flex;
    flex-direction: column;
    margin: 0 auto;
}

.wpcf7 p {
	margin: 0;
}

.wpcf7 label {
	font-size: 20px;
    line-height: 1.55;
    color: var(--main-base-color);
    font-weight: 500;
    width: 100%;
}

.wpcf7-list-item {
	display: block;
	font-size: 15px;
    line-height: 1.55;
	color: #5e5e5e;
	margin: 3px 0 10px 0;
}

.wpcf7-form-control-wrap {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.wpcf7-radio label {
	display: flex;
	align-items: center;
    column-gap: 10px;
	font-size: 15px;
    line-height: 1.55;
}

.wpcf7-radio input[type="radio"] {
	appearance: none;
	background-color: #000;
	margin: 0;
	font: inherit;
	color: currentColor;
	width: 1.05em;
	height: 1.05em;
	border: 0.10em solid #fff;
	border-radius: 50%;
	display: grid;
	place-content: center;
	cursor: pointer;
	font-family: 'DINPro Condensed';
}

.wpcf7-radio input[type="radio"]::before {
	content: "";
	width: 0.65em;
	height: 0.65em;
	border-radius: 50%;
	transform: scale(0);
	transition: 120ms transform ease-in-out;
	box-shadow: inset 1em 1em #fff;
}

.wpcf7-radio input[type="radio"]:checked::before {
	transform: scale(1);
}

.wpcf7 textarea {
	font-family: 'DINPro Condensed';
	color: rgb(94, 94, 94);
	outline: unset;
	border:unset;
    border-bottom: 1px solid rgb(168, 168, 168);
    height: 70px;
	padding: 10px;
	min-width: 100%;
}

.wpcf7 textarea::placeholder {
	color: #afafaf;
	font-size: 14px;
	font-weight: 200;
}

.wpcf7 input[type=text], .wpcf7 input[type=tel], .wpcf7 input[type=date] {
	color: rgb(94, 94, 94);
	outline: unset;
	border:unset;
    border-bottom: 1px solid rgb(168, 168, 168);
	padding: 10px;
	min-width: 100%;
}
.wpcf7 input[type=text]::placeholder, .wpcf7 input[type=tel]::placeholder {
	font-family: 'DINPro Condensed';
}

.feedback-form__middle-text {
	font-size: 18px;
	font-weight: 500;
	margin: 1em 0;
	color: var(--main-base-color);
}


.feedback-form__bottom-text {
	font-family: 'DINPro Condensed';
	font-size: 14px;
    text-align: center;
    padding: 1em 0;
    color: #000;
}

.wpcf7 input[type=submit] {
	color: #ffffff;
    font-size: 14px;
    line-height: 1.55;
    font-weight: 600;
    border-width: 1px;
    border-radius: 0px;
    background-color: var(--main-accent-color);
    background-position: center center;
    border-color: var(--main-accent-color);
    border-style: solid;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    width: 150px;
    height: 60px;
    border: 0 none;
    font-size: 16px;
    padding-left: 60px;
    padding-right: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    letter-spacing: 1.7px;
    width: 100%;
}

.wpcf7 input[type=submit]:hover {
    background-color: #ffffff;
    background-image: none;
	border: 1px solid var(--main-accent-color);
    color: var(--main-accent-color);
}

.wpcf7 form .wpcf7-response-output {
    margin: 2em 0 1em;
}

.product_list .product .desc, .product_list .product .desc p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1; /* number of lines to show */
   	line-clamp: 1;
	-webkit-box-orient: vertical;
}

.product_bg .data .cross-sell {
	padding: 16px 7px !important;
}
.product_bg .data .cross-sell .item {
	padding-left: 0 !important;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):hover, .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover {
	box-shadow: 0 0 0 1px #000000 !important;
}

header .navigation .sub_menu {
	max-width: max-content !important;
	width: max-content !important;
}

.category_list .category-list .product-category a::before {
	content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    z-index: 2;
    visibility: visible;
}

/*.category_list .category-list .product-category a:hover::before {
	background: rgba(73, 146, 153, 0.9);
}*/

.js-store-prod-all-text {
    font-family: 'DINPro';
}

span.xoo-wsch-close {
	font-size: 21px;
    padding: 7px;
}

span.xoo-wsc-smr-del {
    color: #8d0012 !important;
    font-size: 20px;
}

.product-addon-totals {
	display: none;
}

.wc-pao-addons-container input[type="checkbox"], .wapf-field-checkboxes input[type="checkbox"] {
  appearance: none;
  background-color: transparent;
  margin: 0;
  font: inherit;
  color: black;
  width: 1.75em;
  height: 1.75em;

  display: grid;
  place-content: center;
  transform-origin: bottom left;

  cursor: pointer;
  float: right;
}
.wc-pao-addons-container input[type="checkbox"]:not(:checked), .wapf-field-checkboxes input[type="checkbox"]:not(:checked) {
	background-color: transparent;
  background-image: url("https://shoco.ua/wp-content/uploads/2022/11/plus-svgrepo-com-1.svg");
  fill: #548e94;
}

.wc-pao-addons-container input[type="checkbox"]::before, .wapf-field-checkboxes input[type="checkbox"]::before {
	/*clip-path: unset;*/
	background: transparent;
	content: "";
	width: 1.3em;
	height: 1.3em;
	transform: scale(0);
	transition: 120ms transform ease-in-out;
	box-shadow: inset 1em 1em #548e94;
	transform-origin: bottom left;
	clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}

.wc-pao-addons-container input[type="checkbox"]:checked::before, .wapf-field-checkboxes input[type="checkbox"]:checked::before {
  transform: scale(1);
}

.wc-pao-addons-container input[type="checkbox"]:focus, .wapf-field-checkboxes input[type="checkbox"]:focus {
  outline: max(2px, 0.15em) solid black
  outline-offset: max(2px, 0.15em);
}

.wc-pao-addon-container {
    margin: 1em 0;
}
.wc-pao-addons-container p {
	padding: 7px 0;
	font-family: 'DINPro';
}

.wc-pao-addons-container p label span{
	color: #548e94;
}

.wc-pao-addon-name {
	font-size: 28px;
}


dl.variation {
	font-family: 'DINPro';
  font-size: 14px;
  margin-top: 5px;
}

dl.variation dd {
	margin-bottom: 0;
}

.sg-popup-builder-content {
	padding: 3em;
}

.popup-title, .popup-subtitle {
	font-family: 'DINPro';
    text-align: center !important;
    font-size: 22px;
    line-height: 1.2em;
    margin-bottom: 1em;
    color: #499299;
}


.popup-subtitle {
	color: #000;
	display: flex;
	font-size: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: 'DINPro';
}

.popup-subtitle a {
	color: #499299;
}
 
.popup-subtitle ul li{
	text-align: left;
}

.free-shipping-label {
	color: #499299;
    font-size: 14px;
    border: 1px solid #49929930;
    padding: 4px;
    line-height: 16px;
}

/*.xoo-wsc-ft-amt.xoo-wsc-ft-amt-subtotal, .price_info .total:first-child {
	display: none !important;
}*/


/* WAPF */

.wapf-field-container {
    display: flex;
    column-gap: 1em;
    align-items: center;
    justify-content: space-between;
    margin: 0px 0;
    font-family: 'DINPro Condensed';
}


.wapf-field-number .wapf-field-label {
	display: flex;
    flex-basis: 80%;
    margin-bottom: 0;
    color: #fff;
    font-size: 20px;
}

.product_modal .wapf-field-number .wapf-field-label, .product_modal .wapf-addon-price  {
	color: #000;
}

.wapf-addon-price {
	color: #fff;
}
.wapf-pricing-hint {
	opacity: 1;
}

.wapf-field-number .wapf-field-input {
	display: flex;
}


.wapf-field-number input {
	font-family: 'DINPro Condensed';
	width: 50px !important;
	border: 1px solid #f6f6f6;
	background: #F6F6F6;
    border-radius: 0;
}

.wapf .quantity-btn {
	font-family: 'DINPro Condensed';
	color: #1b1b1b;
    border: 1px solid #f6f6f6 !important;
    background-color: #fff;
    font-size: 16px;
    padding: 1px 6px;
    cursor: pointer;
}

.wapf-product-totals {
	display: none;
}


.wapf-field-checkboxes .wapf-input-label {
	display: flex;
}
/* WAPF END  */

.wc-pao-addons-container.input_multiplier .wc-pao-addon-input-multiplier {
	width: 50px;
	border: unset;
	border-radius: 0;
}

.wc-pao-addons-container.input_multiplier .wc-pao-addon-container .wc-pao-addon-wrap {
	display: flex;
	margin: 0;
}

.wc-pao-addons-container.input_multiplier .wc-pao-addon-container {
	display: flex;
	column-gap: 1em;
	align-items: center;
	justify-content: space-between;
    margin: 5px 0;
}
.wc-pao-addons-container.input_multiplier .wc-pao-addon-container .wc-pao-addon-name {
	font-size: 18px;
}

.wc-pao-addons-container.input_multiplier .wc-pao-addon-container .quantity-btn {
	color: #ffffff;
    border: 1px solid #499299;
    background-color: #499299;
    font-size: 17px;
    padding: 1px 6px;
    cursor: pointer;
}

.wc-pao-addons-container.input_multiplier .wc-pao-addon-container .required {
	display: none;
}

.addons_total, .addons_error_label {
	display: none;
}

#product-8902 .addons_total {
	display: block;
	margin: 10px 0;
	font-size: 24px;
}

#product-8902 .addons_error_label {
	display: none;
	width: 100%;
	min-height: 20px;
	color: #8d0012;
}

#product-8902 .addons-label-visible {
	display: block;
}

.xoo-wsc-body, .xoo-wsc-body span.amount, .xoo-wsc-body a {
    font-family: 'DINPro', sans-serif;
    color: #1b1b1b;
    font-size: 14px;
}
.xoo-wsch-top {
	justify-content: flex-start;
}
span.xoo-wsc-ft-amt-label {
	font-family: 'DINPro', sans-serif;
	font-weight: 600;
}
.xoo-wsc-ft-amt-value, span.xoo-wsc-ecl {
	font-family: 'DINPro', sans-serif;
}
.xoo-wsc-sm-left > *:not(:last-child) {
	font-size: 14px;
}

span.xoo-wsch-text {
	font-family: 'DINPro', sans-serif;
	font-weight: 600;
	font-size: 18px;
}

span.xoo-wsc-pname, span.xoo-wsc-pname a {
	font-size: 15px;
	font-weight: 500;
}

.xoo-wsc-ft-amt-total {
	border-top: unset;
}

.xoo-wsc-qty-box.xoo-wsc-qtb-square {
    border-color: #F6F6F6;
}

input[type="number"].xoo-wsc-qty {
	border-color: transparent;
    background-color: #F6F6f6;
}

.xoo-wsc-modal .xoo-wsc-footer .xoo-wsc-ft-buttons-cont .xoo-wsc-ft-btn, .xoo-wsc-modal .xoo-wsc-footer .xoo-wsc-ft-buttons-cont a {
	font-family: 'DINPro', sans-serif;
	font-weight: 600;
}

.woo-variation-swatches.wvs-show-label .variations td {
	font-family: 'DINPro', sans-serif;
}

.xoo-wsc-sm-left {
	font-family: 'DINPro', sans-serif !important;
	font-weight: 500 !important;
}

.xoo-wsc-product dl.variation dd, .xoo-wsc-product dl.variation dt {
	font-style: unset;
	font-family: 'DINPro', sans-serif;
	font-weight: 500;
	font-size: 14px;
	float: unset;
}

.cart_item dl.variation, .cart_item dl.variation .wapf-addon-price, .cart_item dl.variation p {
	color: #000;
}

.xoo-wsc-container dl.variation, .xoo-wsc-container dl.variation .wapf-addon-price, .xoo-wsc-container dl.variation p {
	color: #000;
}

.front-page-categories {
	max-width: unset !important;
}

.category_front {
	padding: 0;
}

.sgpb-content-11407 {
	background-color: #fff !important;
}

#sg-popup-content-wrapper-11407 {
	padding: 0;
}

#sg-popup-content-wrapper-11407 .form-container {
	padding: 0 2em;
}

.wapf-toogle-btn, .wapf-toogle-btn-hide {
	display: flex;
	flex-direction: row;
	column-gap: .2em;
	font-family: 'DINPro Condensed', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 21px;
	color: var(--main-accent-color);
	padding: 0 5px 15px 5px;
	cursor: pointer;
}

.wapf-toogle-btn svg, .wapf-toogle-btn-hide svg {
	width: 15px;
	height: 8px;
}
.toggle-icon {
	pointer-events: none;
}
.toggle-icon svg path {
	stroke: var(--main-accent-color);
}

.wapf-toogle-btn-svg-revert {
	transform: rotate(178deg);
}

.main-carousel .flickity-prev-next-button.previous {
	left: -40px;
	top: 39%;
}

.main-carousel .flickity-prev-next-button.next {
	right: -20px;
	top: 39%;
}

.front-page-slider-title {
	text-align: center;
	color: #0B0B0B;
	font-size: 48px;
	font-family: 'DDO', sans-serif;
	line-height: 100%;
	font-weight: 500;
	margin-bottom: 1em;
	text-transform: uppercase;
}

.flickity-button {
	color: #fff !important;
	background: transparent !important;
}
.flickity-button:hover, .flickity-button:focus {
	outline:0;
	box-shadow: unset !important;
	border-radius: unset !important;
	border: unset !important;
	background: transparent !important;
}

.xoo-wsc-items-count, .xoo-wsc-sc-count {
	background-color: var(--main-base-color);
    color: var(--main-accent-color);
}

.xoo-wsc-basket {
    background-color: #ffffff;
    color: var(--main-accent-color);
}

.woocommerce_no_products_found {
	margin-bottom: 2em;
}

.product-warning {
	background: #F1F1DF;
    font-weight: 400;
    font-size: 15px;
    padding: 15px 43px;
    margin-bottom: 1em;
    color: #000;
}

.reveal {
    opacity: 1;
    display: flex !important;
}

.phones-container {
    display: none;
    flex-direction: column;
    padding: 10px 6px;
    background: #fff;
    opacity: 1;
    position: absolute;
    z-index: 2;
    width: fit-content;
    min-width: 140px;
    row-gap: 12px;
    margin-top: 3px;
}

.phones-container a.phone {
	color: #000 !important;
	text-align: left;
}

.reveal-btn {
	cursor: pointer;
}

.r-show svg{
	transform: rotate(180deg);
}

.r-hide svg{
	transform: unset;
}

.product_list_container {
	background: url('https://old.dailydose.com.ua/wp-content/uploads/2023/06/bg-blok-2-min.jpg') no-repeat;
	background-size: cover;
	background-position: center;
}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl
{
	max-width: 1674px !important;;
}
.product_list {
	max-width: 1487px !important;
}

header .footer_ico_list {
	display: none;
}

header .sidebarMenuInner .phone-container {
	display: none;
}

header .sidebarMenuInner .footer_ico_list {
	display: flex;
	margin: 1em 0;
}


.flickity-prev-next-button .flickity-button-icon {
	fill: #000;
}

.events_container {
	background: url('https://old.dailydose.com.ua/wp-content/uploads/2023/06/bg-blok-3-min.jpg') no-repeat;
	background-position: center;
	background-size: cover;
	min-height: 800px;
	padding: 5em;

	width: 100%;
}

.events_section {
	max-width: 1387px;
	min-height: 760px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: center;
	color: #fff;
	background: #1B1B1B;
	font-family: DINPro Condensed;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
}

.events-carousel {
	width: 100%;
}

.events-list-block {
	display: flex;
	flex-basis: 50%;
	flex-direction: column;
	padding: 40px;
	row-gap: 32px;
}

.event-list-item {
	display: flex;
	column-gap: 20px;
	cursor: pointer;
}

.event-list-item .event-date {
	display: flex;
    flex-direction: column;
    flex-basis: 20%;
}

.event-date-day {
	font-size: 48px;
}

.event-date-month, .event-date-time {
	font-size: 24px;
}

.event-list-item .event-titles {
	display: flex;
	flex-direction: column;
	row-gap: 16px;
	flex-basis: 70%;
}

.event-list-item .event-titles .event-title {
	font-size: 36px;
}
.event-list-item .event-titles .event-addr {
	font-size: 20px;
	font-family: 'DINPro';
	font-weight: 500;
}

.event-list-item .event-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-basis: 10%;
}

.event-list-item .event-btn svg {
	transform: rotate(90deg);
}

.events-content-block {
	display: flex;
	flex-basis: 50%;
}

.events-content-block .carousel-cell {
  width: 100%; /* full width */
  height: 100%; /* height of carousel */
}

.events-content-block .carousel-cell img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.events-content-block .Footer, .events-content-block .Caption, .events-content-block .SocialProof, .events-content-block .HoverCard {
	display: none;
}

.selected-event svg {
	transform: none !important;
}

.insta-container {
	display: flex;
	flex-direction: column;
	font-family: DINPro;
	color: #000;
	height: 100%;
}

.event-insta-head {
	display: flex;
	flex-direction: row;
	padding: 20px;
	background: #fff;
	column-gap: 1em;
}
.event-insta-image {
	height: 100%;
	width: 100%;
    overflow: hidden;
}

/*.event-insta-image .event-mob-img {
	display: none;
}*/

.insta-profile-logo {
	display: flex;
	flex-basis: 8%;
}

.insta-profile-logo img {
	width: 50px;
	border-radius: 50%;
}

.insta-profile-title {
	display: flex;
	flex-direction: column;
	flex-basis: 92%;
    justify-content: center;
    align-items: flex-start;
    row-gap: 5px;
    text-transform: none;
}

.profile-main-title a {
	text-decoration: none;
}

.profile-sub-title {
	font-weight: 500;
}

.event-content-item .events-list-block {
	display: none;
}

.events-content-block .flickity-page-dots {
	display: none;
}

.head_circle_label {
	display: inline-flex;
	transform: rotate(14.036deg);
	padding: 66px 20px;
	align-items: flex-start;
	gap: 10px;
	border-radius: 1000px;
	background: var(--red, #B72D25);

	color: var(--white, #FFF);
	text-align: center;
	/* Buttons */
	font-size: 24px;
	font-family: DDO;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	text-transform: uppercase;

	width: 180px;
	height: 180px;
	position: absolute;
	right: 315px;
	bottom: -113px;
}

.left_after_slider_label {
	display: inline-flex;
	transform: rotate(-9.009deg);
	padding: 20px;
	align-items: flex-start;
	gap: 10px;

	background: var(--red, #B72D25);

	color: var(--white, #FFF);
	text-align: center;
	/* Buttons */
	font-size: 24px;
	font-family: DDO;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	text-transform: uppercase;

	width: 190px;
	height: auto;
	position: relative;
	left: calc(30vw - 314px);
	bottom: 248px;
}

.right_after_slider_label {
	display: inline-flex;
	transform: rotate(8.779deg);
	padding: 20px;
	align-items: flex-start;
	gap: 10px;

	background: var(--red, #B72D25);

	color: var(--white, #FFF);
	text-align: center;
	/* Buttons */
	font-size: 24px;
	font-family: DDO;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	text-transform: uppercase;

	width: 150px;
	height: auto;
	position: relative;
	left: calc(30vw + 379px);
	bottom: 186px;
}

.product_labels {
	display: flex;
	flex-direction: column;
	row-gap: 10px;
    position: absolute;
    width: 100%;
    top: 14px;
    left: 14px;
}

.product-label {
	display: inline-flex;
	padding: 20px;
	align-items: flex-start;
	gap: 10px;

	width: fit-content;

	background: var(--red, #B72D25);

	color: var(--white, #FFF);
	font-size: 20px;
	font-family: DINPro Condensed;
	font-style: normal;
	font-weight: 700;
	line-height: 100%;
	text-transform: uppercase;
}

.xoo-wsc-icon-basket1:before {
	font-family: 'icomoon' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	content: "\e900";
	color: #000;
}

.container.blog_post {
	color: #fff;
}

.container.blog_post h1 {
	font-size: 32px;
	font-family: 'DINPro Condensed';
	font-weight: 700;
	letter-spacing: .055em;
}

.delivery_time_warning {
	margin-top: 4px;
	text-transform: lowercase;
	font-weight: 600;
	font-size: 14px;
	padding: 5px;
	background: #F1F1DF;
	width: fit-content;
	border-radius: 15px;

	color: #000;
}

.wpcf7 form.sent .wpcf7-response-output {
	color: #fff;
}

.modal .wpcf7 form.sent .wpcf7-response-output {
	color: #000;
}

.woocommerce-product-gallery {
	max-height: 700px;
}

.woocommerce-product-gallery img{
	object-fit: cover;
	width: 100%;
	height: 100%;
	aspect-ratio: 1 / 1;
}


.woovr-variations {
	display: flex;
    column-gap: 1.25em;
    padding-bottom: 1em;
}

.woovr-variations .woovr-variation {
	background: #F6F6F6;
	border: 1px solid #F6F6F6;
	width: fit-content;
	padding: 5px 10px;
	font-family: 'DINPro Condensed';
}

.woovr-variations .woovr-variation.woovr-variation-active {
	background: #F6F6F6;
	border: 1px solid var(--main-accent-color);
}
.woovr-variation-radio .woovr-variation-name {
	font-weight: 500;
    font-size: 20px;
}

.woovr-variation-radio .woovr-variation-info .woovr-variation-price, .woovr-variation-radio .woovr-variation-info .woovr-variation-availability {
	margin-right: 0;
}

.woovr-variation-radio .woovr-variation-info .woovr-variation-price {
	font-size: 18px;
}

.woovr-variation-radio .woovr-variation-selector {
	display: none;
}


.woocommerce-variation-add-to-cart, form.cart {
	display: flex;
	flex-direction: column;
}

.additional-fields {
	margin-bottom: 24px;
}

.additional-fields input{
	border: none;
    border-bottom: 1px solid rgba(73, 146, 153, 0.5);
    width: 100%;
    padding: 2px 0px;
    font-weight: 400;
    font-size: 14px;
    font-family: 'DINPro';
    line-height: 18px;
    color: #010101;
    background: transparent;
    border-radius: 0;
}
.additional-fields textarea {
	width: 100%;
    outline: none;
    background: transparent;
    font-family: 'DINPro';
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    padding: 0;
    color: #010101;
    border: unset;
    border-bottom: 1px solid rgba(73, 146, 153, 0.5);
}

.apart-number input::placeholder, .additional-fields textarea::placeholder {
	font-size: 15px;
}

.corp-popup .sg-popup-builder-content {
	background: #000;
}

.preorder-popup .sg-popup-builder-content {
	background: #000;
	padding: .5em;
}

.preorder-popup .sgpb-popup-dialog-main-div {
	border: unset !important;
	background: #000;
}

.preorder-popup h4 {
	font-family: DDO;
	font-size: 34px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 48px */
	text-transform: uppercase;
	text-align: center;

	margin: 15px 0;
	color: #fff;
}

.preorder-popup p {
	font-family: 'DINPro Condensed';
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%;
	text-align: center;
	margin-bottom: 10px;

	display: flex;
	justify-content: center;
}

.preorder-popup a {
	margin-top: 1em;
	display: flex;
	align-items: center;
	justify-content: center;
    width: 328px;
    height: 67px;
	flex-shrink: 0;
	background: url(https://old.dailydose.com.ua/wp-content/uploads/2023/07/head-banned-btn-bg.svg) no-repeat;
	color: var(--main-base-color);
    font-size: 20px;
    font-family: 'DDO';
    line-height: 100%;
    text-transform: uppercase;
    text-decoration: none;
}

.preorder-popup a:hover {
	color: #fff;
}

.corp-title {
	font-family: DDO;
	font-size: 48px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 48px */
	text-transform: uppercase;
	text-align: center;

	margin-bottom: 5px;
}

.corp-subtitle {
	font-family: 'DINPro Condensed';
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 30px;
}

.corp-desc, .corp-desc-list {
	text-align: center;
	font-family: 'DINPro Condensed';
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%; /* 20px */
	text-transform: uppercase;
}
.corp-desc {
	margin-bottom: 10px;
}

.corp-desc-list {
	margin-bottom: 40px;
}

.corp-form label {
	text-align: left;
	font-family: DINPro;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 16px */

	display: flex;
	flex-direction: column;
	row-gap: 8px;
}

.corp-form input[type="text"], .corp-form input[type="tel"], .corp-form input[type="email"] {
	height: 48px;
}

.corp-form input::placeholder, .corp-form textarea::placeholder {
	color: rgba(255, 255, 255, 0.50);
	font-family: 'DINPro' !important;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 16px */;
}

.corp-form input[type="text"], .corp-form input[type="tel"], .corp-form input[type="email"], .corp-form textarea  {
	padding: 10px;

	border-radius: 4px;
	border: 1px solid rgba(255, 255, 255, 0.40);
	background: rgba(255, 255, 255, 0.08);

	color: rgba(255, 255, 255, 0.50);
	font-family: 'DINPro' !important;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 16px */;
}

.corp-form input[type="submit"] {
	font-family: 'DINPro' !important;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 16px */;
	border-radius: 4px;
	background: #E30613;
	height: 48px;
	width: 170px;
	margin: 0 auto;
}

.corp-form input[type="submit"]:hover {
	color: #E30613;
}

.corp-popup .wpcf7-response-output {
	color: #fff;
	margin-top: 5px !important;
}

/*#sgpb-popup-dialog-main-div {
	overflow: hidden!important;
}*/



.mobile_add_to_cart {
	display: none;
}

.mobile_add_to_cart {
    margin-top: 16px;
    margin-right: 10px;

    padding: 12px 16px;
    background: var(--main-accent-color);
    justify-content: center;

}

.mobile_add_to_cart a {
	color: #FDF9EE;
	display: flex;
    flex-direction: row !important;
    align-items: center !important;
    column-gap: 5px;
}

.mobile_add_to_cart a.added_to_cart {
	display: none !important;
}

.mobile_add_to_cart a:hover {
	color: #FDF9EE;
}

.mobile_add_to_cart i {
	color: #fff;
	font-family: 'DINPro Condensed';
	font-size: 20px;
	line-height: 100%;
	font-style: normal;
}

.mobile_add_to_cart svg {
	height: 15px;
}

.xoo-wsc-cart-active .xoo-wsc-container, .xoo-wsc-slider-active .xoo-wsc-slider {
	z-index: 100000000000;
}

a span.added-mark {
	display: none;
}

a.added span.plus-mark {
	display: none;
}

a.added span.added-mark {
	display: block;
}

.product_modal .modal-content .modal-body .info-product .single_add_to_cart_button.added:before {
	content: '✓';
}

.banner_2_container {
	min-height: 420px;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.banner_2_container .title {
	color: #ffffff;
    font-family: 'DDO', sans-serif;
    font-weight: 500;
    font-size: 82px;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: 26px;

    text-align: center;
}


.banner_2_container .offer_btn_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 328px;
    height: 67px;
    display: flex;
    flex-shrink: 0;
    background: url(https://old.dailydose.com.ua/wp-content/uploads/2023/07/head-banned-btn-bg.svg) no-repeat;
    color: #fff;
    text-decoration: none;
}

.banner_2_container .offer_btn_link a {
    color: var(--main-base-color);
    font-size: 24px;
    font-family: 'DDO';
    line-height: 100%;
    text-transform: uppercase;
    text-decoration: none;
}

.woocommerce-notices-wrapper {
	background: url(https://old.dailydose.com.ua/wp-content/uploads/2023/06/bg-head-min.jpg) no-repeat;
	background-size: cover;

	font-family: 'DINPro';
	font-weight: 400;
	font-size: 16px;

	color: #fff;
}

.woocommerce-notices-wrapper a {
	color: #fff;
}

.woocommerce-notices-wrapper a:hover {
	color: var(--main-accent-color);
}

.order-time-limit-warning {
	padding: 10px;
	background: #e30613;
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	margin: 10px 0;
	text-align: center;
}


.important-note {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin: 2em 0;

    font-family: 'DINPro Condensed', sans-serif;
}

.note-title {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 20px;
    color: #000;
}

.note-title span {
    background: #E30613;
    padding: 0px 10px;
    font-size: 20px;
    color: #fff;
}

.note-value {
    font-size: 17px;
    font-weight: 300;
    color: #000;
    width: fit-content;
    padding-bottom: 10px;
    border-bottom: 1px solid #f6f6f6;
    display: flex;
    flex-direction: column;
    row-gap: 5px;
}


.logos-container {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.logos-title {
	display: none;
	flex-basis: 15%;
	align-items: center;

	font-family: 'DINPro Condensed';
	font-weight: 400;
	font-size: 20px;
	text-transform: uppercase;

	color: #fff;
}

.logos-title span {
	margin-left: 5px;
	font-weight: 600;
}

.logos-list {
	display: flex;
	flex-wrap: wrap;
	flex-basis: 90%;
	justify-content: flex-start;
	align-items: center;

	gap: 20px;
}

.logos-item {
	display: flex;
	align-items: center;
/*	flex: 1 1 auto;*/
}

.logos-item img {
	width: 100%;
	max-height: 33px;

	object-fit: contain;
}

.logos-list .logos-item:nth-of-type(1) img {
	max-width: 90px;
}


@media (max-width: 1920px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl
	{
		max-width: 1574px !important;
	}
	.product_list {
		max-width: 1387px !important;
	}
}
@media (max-width: 1690px) {
	.navigation.col-12 .desktop-menu {
		column-gap: 30px;
	}
}
@media (max-width: 1490px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl
	{
		max-width: 1274px !important;;
	}
	.product_list {
		max-width: 1187px !important;
	}

}

@media (max-width: 767px) {
	
	.preorder-popup h4 {
		font-size: 30px;
	}

	.preorder-popup a {
		width: 260px;
		height: 55px;
		background-size: contain;
	}

	.preorder-popup .sg-popup-builder-content {
		padding: .5em;
	}

	.banner_2_container {
	    padding-top: 5em;
	}

	.banner_2_container .title {
		font-size: 30px;
	}

	.mobile_add_to_cart { 
		display: flex;
	}
	.mobile_add_to_cart a {
		column-gap: 0;
	}
/*	.mobile_add_to_cart a.added i {
		font-size: 11px;
	}*/

	.sgpb-popup-dialog-main-div-theme-wrapper-3 {
/*		left: 25px !important; */
/*		right: 0 !important;*/
		z-index: 9999999 !important;
/*		top:0 !important;*/
	}
	.sgpb-popup-close-button-3 {
/*		top: 4px !important;*/
/*    	right: 35px !important;*/
	}
/*	#sgpb-popup-dialog-main-div {
		overflow-y: scroll !important;
		width: 100% !important;
	    max-height: 1116px !important;
	}*/

	.corp-popup .sg-popup-builder-content {
		padding: 1.2em 1.5em;
		min-height: 1200px;
	}

	.corp-form {
		margin-bottom: 1.5em;
	}
	.corp-subtitle {
	    margin-bottom: 20px;
	}
	.corp-desc-list {
	    margin-bottom: 25px;
	}

	.insta-profile-logo {
		flex-basis: 14%;
	}

	.product_labels {
		top: 8px;
		left: 8px;
	}

	.product-label {
		padding: 8px;
		font-size: 14px;
		font-weight: 500;
	}

	.head_circle_label {
		transform: rotate(14.036deg);
		padding: 43px 12px;
		width: 120px;
		height: 120px;

		font-size: 16px;

		right: 30px;
		bottom: -50px;
	}

	.left_after_slider_label {
		transform: rotate(-9.009deg);
		padding: 12px;

		width: 140px;

		font-size: 16px;
		left: 5px;
		bottom: 145px;
	}

	.right_after_slider_label {
		transform: rotate(11.601deg);
		font-size: 16px;

		width: 120px;

		left: 87px;
		bottom: 45px;
	}

	.events_container {
		padding: 5em 1em;
		padding-top: 3.5em;
	}

	.events-carousel {
		height: auto;
	}

	.events_section {
		flex-direction: column;
		justify-content: flex-start;
		min-height: unset;
	}

	.events-content-block .flickity-viewport {
		min-height: unset;
		height: auto;
	}
	
	.insta-container, .event-insta-image, .events-content-block .carousel-cell img {
		height: auto;
	}
	.insta-container {
		height: 100%;
	}

	.events-list-block {
		display: none;
	}

	.events-content-block .flickity-page-dots {
		display: flex;
	}

	.flickity-page-dot {
		background: #fff;
	}

	.event-content-item .events-list-block {
		display: flex;
		padding: 15px;
		height: max-content;
/*		min-height: 270px;*/
	}

	.event-content-item .event-list-item .event-titles {
		justify-content: space-around;
     	row-gap: 0px;
	}

	.event-content-item .event-list-item .event-titles .event-addr {
		font-weight: 500;
	}

	.event-content-item .event-list-item .event-titles .event-title {
		font-size: 26px;
	}

	.event-content-item .event-date-day {
		font-size: 34px;
	}

	.event-content-item .event-date-month, .event-content-item .event-date-time {
	    font-size: 18px;
	    font-weight: 500;
	}

	.events-content-block .carousel-cell {
		height: auto;
	}

	.front-page-slider-title {
		font-size: 24px;
	}

	.main-carousel {
		height: 300px;
	}

	.main-carousel .flickity-cell.col-6 {
		width: 49%;
	}

	.main-carousel .flickity-prev-next-button.previous {
		display: none;
	}

	.main-carousel .flickity-prev-next-button.next {
		display: none;
	}

	.wc-pao-addons-container label {
		display: block;
	}
	
	.navigation.col-12 .desktop-menu {
		display: none !important;
	}

	.navigation.col-12 .mob-menu {
		display: block !important;
	}

	.thank-you-block a, .candy-bar-order-button {
		max-width: 90%;
	} 

	.ty-img-1 {
		width: 39px;
		top: 21vh;
		left: 1vw;
	}

	.ty-img-2 {
		width: 20px;
		top: 37vh;
		right: 10vw;
	}
	.featherlight .featherlight-content {
		width: 100vw;
	}

	.candy-bar-image {
	    height: 250px;
	    background-size: cover;
	}

	#candy-bar-order-form .candy-bar-form-head {
		padding: .5em 1em;
	}
	#candy-bar-order-form .form-container {
		padding: 1em 2em;
	}

	.category_list .category-list .product-category a::before {
/*		background: unset;*/
	}

	.order-time-limit-warning { 
		font-size: 18px;
	}

	.logos-container {
	    justify-content: space-between;
	}

	.logos-title {
		font-size: 15px;
	}

	.logos-item img {
		max-height: 28px;
	}

	.logos-list {
		flex-wrap: nowrap;
		flex-basis: calc(100% - 20px);
	}
}