/*!
Theme Name: Vinonista 2024
Theme URI: https://vinonista.se/
Author: Icey
Author URI: https://icey.se/
Description: Handcrafted theme for Vinonista
Version: 1.0.0
Tested up to: 6.3
Requires PHP: 8
Text Domain: wp_vinonista
Tags: custom
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Load fonts
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
# Layouts
	- Captions
# Utilities
	- Accessibility
# IceyVinonista
# Media Queries/Responsive
# Admin

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/
/* Lato */
/*
@font-face {
    font-family: 'Lato';
    src: url('/wp-content/themes/icey_vinonista/fonts/Lato-Regular.woff2') format('woff2'),
         url('/wp-content/themes/icey_vinonista/fonts/Lato-Regular.ttf') format('truetype');
    font-display: swap;
    font-style: normal;
    font-weight: 400;
}
*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
    z-index: 1;
    position: relative;
	width: 100%;
	min-height: 100%;
	align-self: flex-start;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bold;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body, button, input, select, optgroup, textarea {
	color: #111;
	font-family: sans-serif;
	font-size: 1.1rem;
	line-height: 1.5;
}
h1, h2, h3, h4, h5, h6, body .elementor-heading-title{
	font-family: sans-serif;
	clear: both;
	word-wrap: break-word;
	line-height: 1.3;
	margin: 0;
	/*letter-spacing: 0.01em;*/
	/*text-wrap: balance;*/
}
h1{
    font-size: 2.1rem;
	font-weight: 500;
}
h2{
    font-size: 1.3rem;
	font-weight: 500;
}
h3{
    font-size: 1.3rem;
	font-weight: 500;
}
h2.h30_lustria_regular, h3.h30_lustria_regular{
	font-size: 1.875rem;
}
.elementor-widget-text-editor h1, .elementor-widget-text-editor h2, .elementor-widget-text-editor h3, .elementor-widget-text-editor h4{
	margin-bottom: 1em;
}
p {
	margin: 0 0 1.3em 0;
}
.elementor-widget-text-editor p{
	/*margin: 0 0 2em 0;*/
}
p:last-child{
	margin-bottom: 0;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0;
	padding: 0.5rem;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
}

figure {
	margin: 1em 0;
}
figure.wp-caption > figcaption.wp-caption-text{
	background-color: #fff;
	font-size: .8rem;
	color: #af5959;
	text-align: right;
	margin: 0 0 1rem 0;
	padding: 0.5rem 1rem;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a{
	text-decoration: none;
}
a:hover,
a:focus,
a:active {
	color: inherit;
}
a:hover{
	color: #000;
}
a:focus {
	outline: none;
}
a:focus-visible {
	outline: 3px solid #8c1212;
}
a:hover,
a:active {
	outline: 0;
	color: #8c1212;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #af5959;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}


/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* ####################################################### Vinonista ##### */

/* ##################### Base */
*{
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-tap-highlight-color: rgba(0, 0, 0, 0);
	tap-highlight-color: rgba(0, 0, 0, 0);
}
::-moz-selection {
	color: #fff;
	background: #8c1212;
}
::selection {
	color: #fff;
	background: #8c1212;
}
:root {
	--icey_site_header_width: 1400px;
	--icey_site_header_height: 215px;
	--icey_site_content_width: 1400px;
	--icey_site_content_inner_width: 900px;
	--icey_site_content_h_padding: 40px;
	--icey_site_border_radius: 2px;
	--icey_site_admin_bar: 32px;
}
html{
	min-height: 100%;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	font-size: 16px;
	width: 100%;
}
body{
	background-color: #fff;
	color: #111;
	margin: 0;
	padding: 0;
	font-size: 1rem;
	display: flex;
    flex-direction: column;
    min-height: 100vh;
    min-height: 100dvh;
	width: 100%;
	overflow: hidden;
	font-weight: 400;
}
body .icey_vinonista_1_1_text{
	font-size: 1.1rem;
}
#page {
    min-height: 100vh;
    min-height: 100dvh;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 0;
    padding-top: var(--site_header_height);
    justify-content: flex-start;
    width: 100%;
}
a{
	transition: 0.3s color;
	text-decoration: none;
}
button, a.vinonista_button, a.elementor-button, input.buttons, .vinonista_puff_more{
	cursor: pointer;
	pointer-events: all;
	background-color: #8c1212;
	transition: all 0.3s;
	color: #fff;
	padding: 1.5rem 3rem;
	border: none;
	text-shadow: none;
	font-family: 'Lato', sans-serif;
	font-size: 1rem;
	border-radius: var(--icey_site_border_radius);
	height: 3.75rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 600;
}
a.vinonista_button, a.elementor-button{
	min-width: 240px;
}
button:hover, a.vinonista_button:hover, a.elementor-button:hover, input.buttons:hover, .vinonista_puff_more:hover{
	background-color: #af5959;
	color: #fff;
}
.vinonista_button_dark_bg a.elementor-button:hover{
	background-color: #fff;
	color: #000;
}
body a.elementor-button span{
	text-shadow: none;
}
body .vinonista_button_link a.elementor-button{
	background-color: transparent;
	color: #8c1212;
	font-weight: normal;
	text-align: left;
	padding: 0;
}
body .vinonista_button_link a.elementor-button:hover{
	color: #af5959;
}
body .vinonista_width_button a.elementor-button{
	min-width: 380px;
}
body .elementor .icey_vinonista_uline_link a{
	text-transform: uppercase;
	text-decoration: underline;
}
.icey_vinonista_round_image.elementor-widget-image > div.elementor-widget-container > img {
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 50%;
}
.elementor .vinonista_arrow_link a, .elementor a.vinonista_arrow_link, .icey_vinonista_post_content a, .vinonista_arrow_link a {
	display: inline-block;
	width: auto;
}
.elementor .vinonista_arrow_link a::after, .elementor a.vinonista_arrow_link::after, .icey_vinonista_post_content a::after, a.vinonista_arrow_link::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	position: relative;
	width: 0.8em;
	height: 0.8em;
	z-index: 2;
	border-radius: var(--icey_site_border_radius);
	opacity: 1;

	transition: 0.3s all ease-out;
	clip-path: polygon(100% 48%, 100% 52%, 0 100%, 0 0);
	margin-left: 0.5em;
	margin-right: 1em;
	background-color: #8c1212;
	top: -0.05em;
}
.elementor .vinonista_arrow_link a:hover::after, .elementor a.vinonista_arrow_link:hover::after, .icey_vinonista_post_content a:hover::after, a.vinonista_arrow_link:hover::after {
	margin-left: 1.5em;
	margin-right: 0;
}
.vinonista_white_link a, a.vinonista_white_link, body .elementor-element.vinonista_white_link > .elementor-widget-container > .elementor-heading-title > a{
	color: #fff;
}
.vinonista_white_link a:hover, a.vinonista_white_link:hover, body .elementor-element.vinonista_white_link > .elementor-widget-container > .elementor-heading-title > a:hover{
	color: #D52F2F;
}
ul.icey_clean_ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.icey_text_balance{
	text-wrap: balance;
}
.vinonista_heading_line .elementor-widget-container .elementor-heading-title{
	display: flex;
	flex-direction: column;
}
.vinonista_heading_line .elementor-widget-container .elementor-heading-title::after{
	content: "";
	position: relative;
	display: inline-block;
	width: 50px;
	border-bottom: 3px solid #8c1212;
	margin-top: 1rem;
}
a.nalo_a_disable, .nalo_a_disable > a{
	cursor: default;
}

/* ##################### Animations */
@keyframes icey_a_fade_in {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
/* ##################### Header */
body > header > .e-con.vinonista_header{
	padding: 1rem var(--icey_site_content_h_padding) 1rem var(--icey_site_content_h_padding);
	top: 0 !important;
}
body > header > .e-con.vinonista_header > .e-con-inner{
	max-width: var(--icey_site_content_width);
}
body.icey_wp .elementor-widget-n-menu .e-n-menu-title:hover:not(.e-current) a,
body.icey_wp .elementor-widget-n-menu .e-n-menu-title:hover:not(.e-current) a span{
	color: #fff;
}
body.icey_wp > header > .e-con.vinonista_header .e-n-menu-title{
	cursor: pointer;
	pointer-events: auto;
}
body.icey_wp > header > .e-con.vinonista_header .e-n-menu-title.e-click > *{
	pointer-events: none;
}
body > header > .e-con.vinonista_header .elementor-menu-cart__toggle_button.elementor-button {
	min-width: 0;
	padding: 0;
	min-height: 0;
	height: 50px;
}
body.icey_wp > header > .e-con.vinonista_header .elementor-widget-n-menu .e-n-menu-toggle.e-click{
	padding: 1rem;
	z-index: 9999;
	pointer-events: auto;
	cursor: pointer;
}
body.icey_wp > header > .e-con.vinonista_header .elementor-widget-n-menu .e-n-menu-toggle > *{
	pointer-events: none;
}
/* ##################### Default page Sections and Wrappers */
body .e-con.vinonista_section{
	padding-left: var(--icey_site_content_h_padding);
	padding-right: var(--icey_site_content_h_padding);
}
body .e-con.vinonista_section.vinonista_section_breadcrumbs{
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
body .e-con.vinonista_section.vinonista_section_standard,
body .e-con.icey_vinonista_margin_tb{
	padding-top: 7rem;
	padding-bottom: 7rem;
}
body .e-con.vinonista_section.vinonista_section_standard_top{
	padding-top: 7rem;
}
body .e-con.vinonista_section.vinonista_section_standard_bottom{
	padding-bottom: 7rem;
}

/* ##################### Hero  */
body .elementor-element.e-con.vinonista_hero{
	width: 100%;
	padding-left: var(--icey_site_content_h_padding);
    padding-right: var(--icey_site_content_h_padding);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
body .elementor-element.e-con.vinonista_hero.vinonista_hero_full{
	min-height: calc(100vh - var(--icey_site_header_height));
	min-height: calc(100svh - var(--icey_site_header_height));
}
body .elementor-element.e-con.vinonista_hero.vinonista_hero_mid{
	min-height: calc(70vh - var(--icey_site_header_height));
	min-height: calc(70svh - var(--icey_site_header_height));
}
body .elementor-element.e-con.vinonista_hero.vinonista_hero_mini{
	min-height: calc(35vh - var(--icey_site_header_height));
}

/* ##################### Home */

/* ##################### Post/Article Single */

/* ##################### Post Archive */

/* ##################### Post Loop */

/* ##################### 404 */

/* ##################### Popups/Modals */

/* ##################### WooCommerce */
body.icey_wp .elementor-menu-cart__footer-buttons{
	display: flex;
	flex-direction: column;
}
body.icey_wp .elementor-menu-cart__product-name a{
	font-weight: bold;
	color: #8c1212;
}
body.icey_wp .elementor-menu-cart__footer-buttons .elementor-button--view-cart,
body.icey_wp .elementor-menu-cart__footer-buttons .elementor-button--checkout{
	background-color: #8c1212;
	color: #fff;
}
body.icey_wp  .elementor-menu-cart__product-name,
body.icey_wp  .elementor-menu-cart__product-price{
	color: #111;
	opacity: 1;
}
.woocommerce-notices-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-end;
	max-width: var(--icey_site_content_width);
	width: 100%;
	padding: 0;
	position: fixed;
	top: 6rem;
	z-index: 98;
	left: 50%;
	translate: -50% 0;
}
.woocommerce-message {
	display: flex;
	max-width: 600px;
	background-color: #8c1212;
	color: #fff;
	border: none !important;
	box-shadow: 5px 5px 15px 3px rgba(0, 0, 0, 0.2);
	outline: none;
	padding: 1rem var(--icey_site_content_h_padding);
}
.woocommerce-message a{
	color: #fff;
	font-weight: bold;
}
.woocommerce-message a:hover{
	color: #000;
}
.woocommerce-message a.button.wc-forward{
	margin-left: 1rem;
}
.woocommerce-product-attributes.shop_attributes{
	text-align: left;
}
body.icey_wp .woocommerce-product-content.default h2{
	font-weight: bold;
	margin-bottom: 0.5em;
}
table.woocommerce-product-attributes.shop_attributes{
	margin: 0;
}
body.icey_wp form.cart input[type="number"] {
	padding: 0.5em;
	min-width: 0;
	width: auto;
	border-radius: var(--icey_site_border_radius);
}
body.icey_wp.single-product form.cart .single_add_to_cart_button{
	width: 100%;
}
body.icey_wp .elementor-pagination-position-outside.elementor-widget.elementor-widget-image-carousel{
	padding-bottom: 4rem;
}
body.icey_wp .swiper-slide .swiper-slide-inner img.swiper-slide-image{
	width: 100%;
	aspect-ratio: 1/1;
	object-fit: contain;
	object-position: center;
}
body.icey_wp.single-product .swiper-pagination {}
body.icey_wp.woocommerce-cart .coupon{
	display: flex;
	flex-direction: row;
	gap: 1rem;
	margin-bottom: 2rem;
}
body.icey_wp.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.button{
	cursor: pointer;
	pointer-events: all;
	background-color: #8c1212;
	transition: all 0.3s;
	color: #fff;
	padding: 1.5rem 3rem;
	border: none;
	text-shadow: none;
	font-family: 'Lato', sans-serif;
	font-size: 1rem;
	font-weight: 400;
	border-radius: var(--icey_site_border_radius);
	height: 3.75rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-decoration: none;
	text-transform: uppercase;
}
body.icey_wp.woocommerce-cart .wc-proceed-to-checkout  a.checkout-button.button:hover {
	background-color: #af5959;
	color: #fff;
}
body.icey_wp.woocommerce-checkout .woocommerce-billing-fields__field-wrapper > .form-row {
	display: flex;
	flex-direction: row;
	gap: 2rem;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	margin-bottom: 0.5rem;
}
body.icey_wp.woocommerce-checkout .woocommerce-billing-fields__field-wrapper > .form-row > label{
	width: 140px;
}
body.icey_wp.woocommerce-checkout .woocommerce-billing-fields__field-wrapper > .form-row  .woocommerce-input-wrapper{
	flex-grow: 1;
}
body.icey_wp.woocommerce-checkout .woocommerce-billing-fields__field-wrapper > .form-row  .woocommerce-input-wrapper input{
	width: 100%;
}
.woocommerce-shipping-totals ul, .woocommerce-shipping-totals ol{
	list-style: none;
	padding: 0;
}
.woocommerce-shipping-methods li{
	list-style: none;
}

/* ##################### Cookies och Content Security Policy */
.modal-cacsp-position .modal-cacsp-box .modal-cacsp-box-header{
	background-color: #8c1212;
}
.modal-cacsp-box-content a,
.modal-cacsp-position .modal-cacsp-box a{
	color: #8c1212;
	text-decoration: none;
}
.modal-cacsp-box-content a:hover{
	color: #8c1212;
}
.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns .modal-cacsp-btn.modal-cacsp-btn-accept,
.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns .modal-cacsp-btn.modal-cacsp-btn-accept-all{
	background-color: #8c1212;
	transition: 0.3s background-color;
	border: none;
}
.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns .modal-cacsp-btn{
	transition: 0.3s background-color;
	border: none;
}
.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns .modal-cacsp-btn.modal-cacsp-btn-accept:hover,
.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns .modal-cacsp-btn.modal-cacsp-btn-accept-all:hover,
.modal-cacsp-position .modal-cacsp-box .modal-cacsp-btns .modal-cacsp-btn:hover
{
	opacity: 1;
	background-color: #c46363;
	color: #fff;
}
.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li span.modal-cacsp-toggle-switch.modal-cacsp-toggle-switch-active.disabled span.modal-cacsp-toggle,
.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li a.modal-cacsp-toggle-switch.modal-cacsp-toggle-switch-active span.modal-cacsp-toggle, .modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li span.modal-cacsp-toggle-switch.modal-cacsp-toggle-switch-active span.modal-cacsp-toggle{
	background-color: #af5959;
}
.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li span.modal-cacsp-toggle-switch.modal-cacsp-toggle-switch-active.disabled span.modal-cacsp-toggle-switch-handle,
.modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li a.modal-cacsp-toggle-switch.modal-cacsp-toggle-switch-active span.modal-cacsp-toggle-switch-handle, .modal-cacsp-position .modal-cacsp-box.modal-cacsp-box-settings .modal-cacsp-box-settings-list ul li span.modal-cacsp-toggle-switch.modal-cacsp-toggle-switch-active span.modal-cacsp-toggle-switch-handle{
	background-color: #8c1212;
}

/* ############################ Footer */
body.icey_wp > footer{
	margin-top: auto;
	width: 100%;
	font-size: 1;
}
body.icey_wp > footer a{
	color: #000;
	font-weight: 500;
}
body.icey_wp > footer a:hover{}
body.icey_wp > footer > .e-con.vinonista_footer{
	padding: 6rem var(--icey_site_content_h_padding) 10rem var(--icey_site_content_h_padding);
}
body.icey_wp > footer > .e-con.vinonista_footer > .e-con-inner{
	max-width: var(--icey_site_content_width);
}
body.icey_wp > footer > .e-con.vinonista_subfooter{
	padding: 1rem var(--icey_site_content_h_padding);
}
body.icey_wp > footer > .e-con.vinonista_subfooter > .e-con-inner{
	max-width: var(--icey_site_content_width);
}

/* ############################ Modules */

/* ##### To Top */
#vinonista_to_top {
	font-size: 0;
	position: fixed;
	right: 10px;
	bottom: -100px;
	transition: all 0.3s ease-in-out;
	width: 40px;
	height: 40px;
	padding: 0;
	background-color: #fff;
	z-index: 100;
	min-width: 0;
	color: #8C1212;
}
#vinonista_to_top:hover{
	background-color: #8C1212;
	transition: all 0.3s ease-in-out;
}
.icey_scrolled #vinonista_to_top{
	bottom: 4.5rem;
	opacity: 1;
}
#vinonista_to_top::before{
	content: "";
	position: absolute;
	width: 1.2rem;
	height: 1.2rem;
	background-color: #000;
	left: 50%;
	top: 50%;
	translate: -50% -50%;
	z-index: 2;
	transition: all 0.5s ease-out 0s;
	clip-path: polygon(0 0, 78% 50%, 0 100%, 0 80%, 0 50%, 0 20%);
	rotate: -90deg;
	border-radius: 1rem;
}
.icey_scrolled #vinonista_to_top::before {
	box-shadow: 0 0 20px -7px rgba(0, 0, 0, 0.5);
	transition: 0.5s all ease-in, clip-path 0.5s ease-in 0.5s;
	clip-path: polygon(0 0, 78% 50%, 0 100%, 0 80%, 50% 50%, 0 20%);
}
#vinonista_to_top:hover::before{
	background-color: #fff;
}
/* ############################ Elementor Wdigets */

/* ######### Elementor modal */
body.admin-bar .dialog-type-lightbox.elementor-popup-modal{
	position: fixed;
}

/* ######### Elementor fixes */
.icey_hidden_shortcode{
	display: none;
}

/* ############################ Media Queries/Responsive */

/* ###################### Laptop */
@media only screen and (max-width: 1440px){
	
	/* ######### Hero */
	
	/* ######### Sections */
}
	
/* ###################### Tablet */
@media only screen and (max-width: 1025px){
	html.icey_main_menu_active{
		overflow: hidden !important;
	}
	
	/* ######### Hero */
	
	/* ######### Sections */
	
	/* ########## Footer */
	
}
/* ###################### Phone */
@media only screen and (max-width: 768px){	
	:root {
		--icey_site_content_h_padding: 20px;
	}
	html{
		font-size: 16px;
	}
	/* ######### Hero */
	
	/* ######### Sections */
	body .e-con.vinonista_section.vinonista_section_standard, body .e-con.icey_vinonista_margin_tb {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
	
	/* ######### WooCommerce */
	.woocommerce-notices-wrapper {
		position: relative;
		top: 0;
		padding: var(--icey_site_content_h_padding);
	}
	body.icey_wp.woocommerce-checkout .woocommerce-billing-fields__field-wrapper > .form-row{
		flex-direction: column;
		align-items: flex-start;
		gap: 0.2em;
	}
	body.icey_wp.woocommerce-checkout .woocommerce-billing-fields__field-wrapper > .form-row > *{
		width: 100%;
	}
	
	/* ########## Footer */
	
}
@media (prefers-reduced-motion: reduce) {
	* {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}
}
/* ####################################################### Admin */
#wp-admin-bar-wp-logo{
	display: none !important;
}
body.admin-bar .dialog-lightbox-widget {
	height: 100vh;
}