/**
Theme Name: scandinavianimports
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: Astra is fast, fully customizable & beautiful WordPress theme suitable for blog, personal portfolio, business website and WooCommerce storefront. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with Schema.org code integrated and is Native AMP ready so search engines will love your site. It offers special features and templates so it works perfectly with all page builders like Elementor, Beaver Builder, Visual Composer, SiteOrigin, Divi, etc. Some of the other features: # WooCommerce Ready # Responsive # RTL & Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and WooCommerce ready theme that you can use for building any kind of website!
Version: 4.0.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: scandinavianimports
Template: astra
*/

*{
	margin: 0;
	padding: 0;
	box-sizing:border-box;
	transition: 0.3s;
}
section#sticky-top {
    position: fixed;
    width: 100%;
/*     top: 0; */
	transition: 0.3s;
}
#sticky-top-base{
	position: fixed;
    width: 100%;
    top: 0;
}
.ast-container {
    margin: 0;
    padding: 0;
    max-width: unset;
}
/* woocommerce */
.woocommerce-MyAccount-navigation{
    display: none;
}
.woocommerce-account .woocommerce-MyAccount-content{
    width: 100%;
}
.my-account-btn-list a{
    width: 100%;
}
.woocommerce-MyAccount-navigation>ul {
    padding: unset;
}
.woocommerce a.button, .woocommerce button.button, .woocommerce .woocommerce-message a.button, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce input.button, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled], .woocommerce input.button:disabled:hover, .woocommerce input.button:disabled[disabled]:hover, .woocommerce #respond input#submit, .woocommerce button.button.alt.disabled, .wc-block-grid__products .wc-block-grid__product .wp-block-button__link, .wc-block-grid__product-onsale{
    background-color: #be2424;
}
.woocommerce-message, .woocommerce-info{
    border-top-color: #be2424;
}
/* NAVIGATION */

.navigation{
	position: relative;
}
.navigation nav a{
	font-size: clamp(12px, 1vw, 15px) !important
}

/* SECTION 2 */
.section-2{
	position: relative;
}
.section-2 .v-product-categories{
	width: 620px;
    padding: 25px;
	border: 1px solid #D6D6D6;
	font-family: "Open Sans", Sans-serif;
	background-position-y: 50%;
}
.section-2 .v-product-categories option{
	font-size: 15px;
	font-weight: 400;
}

/* GET IN TOUCH */
.stay-in-touch *{
	font-family: "Open Sans", Sans-serif;
	color: #ffffff;
}
.wpcf7-form-control.wpcf7-text{
	width: 100%;
	padding: 20px;
	background: none;
	border: 1px solid #ffffff;
	margin-bottom: 20px;
}
.form-paragraph{
	font-weight: 300;
	font-size: 11px;
	margin-top: 10px;
	margin-bottom: 30px;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit {
    width: 200px;
    padding: 19px 0;
    border-radius: 30px;
    background: #be2424;
    border: 0;
    color: #ffffff;
}
.footer-bottom *{
	margin-bottom: 0 !important;
	padding:0;
}

/* POST */
.v-post-container *{
	font-family: "Open Sans", Sans-serif;
}
.v-post-container {
    position: relative;
    width: 100%;
}
.v-post-content {
    display: flex;
    column-gap: 30px;
	margin-bottom: 55px;
}
.v-post-thumbnail {
    width: 15%;
    height: 100%;
}
.v-post-thumbnail img{
	width: 100%;
}
.v-post-info {
    width: 85%;
    height: 100%;
}
.v-post-info h2{
    font-size: 25px;
	font-weight: 600;
}
.v-post-date{
	font-size: 15px;
	font-style: italic;
	margin-top: 10px;
	margin-bottom: 15px;
}
.v-post-description{
	font-size: 15px;
	font-weight: 300;
	line-height: 27px;
	letter-spacing: 0.5px;
}

/* TESTIMONIALS */
.v-testimonial-container *{
	font-family: "Open Sans", Sans-serif;
}
.v-testimonial-container {
    position: relative;
    width: 100%;
}
.v-testimonial-content {
    display: flex;
    column-gap: 30px;
	margin-bottom: 55px;
}
.v-testimonial-thumbnail {
    width: 15%;
    height: 100%;
}
.v-testimonial-info {
    width: 85%;
    height: 100%;
}
.v-testimonial-info h2{
    font-size: 25px;
	font-weight: 600;
}
.v-testimonial-location{
	font-size: 15px;
	font-style: italic;
	margin-top: 10px;
	margin-bottom: 15px;
}
.v-testimonial-description{
	font-size: 15px;
	font-weight: 300;
	line-height: 30px;
	letter-spacing: 0.5px;
	margin-bottom: 10px;
}
.v-testimonitl-star-rating{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.v-testimonitl-star-rating ul{
	list-style: none;
	display: flex;
	column-gap: 15px;
}
.v-testimonitl-star-rating ul li{
	color: #be2424;
	font-size: 20	px;
}
/* FUcking cart count shit */
span.cart-count-bullshit {
    position: absolute;
    background: #000;
    color: #ffffff;
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -5px;
    left: 15px;
    border-radius: 50%;
}
.woocommerce-variation-price {
    display: none !important;
}

/* SHOP PAGE */
#v-shop-page{
	font-family: "Open Sans", Sans-serif;
	position: relative;
}
#v-shop-page span.price{
	color: #8d8d8d;
}

/* SINGLE PAGE OVERIDE */
.shopengine-widget .shopengine-product-image-toggle{
	z-index: 1 !important;
}

/* CATEGORY PAGE OVERIDE */
.cfvsw-swatch-inner {
    color: #000;
}

/* WOOCOMMERCE OVERRIDE */
.woocommerce-message{
	font-family: "Open Sans", Sans-serif;
	border-top-color: #CA2727 !important;
}
.woocommerce-message::before{
	color: #CA2727 !important;
}
.checkout-wc *{
	font-family: "Open Sans", Sans-serif;
}
.shopengine-search-result-container{
	z-index: 1 !important;
}
.single_variation_wrap .woocommerce-Price-amount{
	font-size: 35px;
}
.button-custom-coupon{
	background: #ca2727;
	font-size: 15px;
    font-weight: 200;
	font-family: Open Sans;
}

/* CART PAGE */
#cart-page{
	position: relative;
	font-family: "Open Sans", Sans-serif;
}
#cart-page .return-to-shop{
	background: #be2424 !important;
}
#cart-page .return-to-shop a{
	color: #ffffff !important;
}

/* MEDIA QUERIES */

@media screen and (max-width: 1200px) {
	.section-2 .v-product-categories{
		width: 100%;
	}
}
@media screen and (max-width: 1043px) {
	.venz-btn-home .elementor-widget-container{
		margin: 0 5px 0 0 !important;
	}
}

@media screen and (max-width: 500px) {
	
	.v-post-content, .v-testimonial-content {
		flex-direction: column;
		margin-bottom: 55px;
		align-items: center;
		text-align: center;
	}
	.v-post-thumbnail img{
		border-radius: 50%;
	}

	.v-testimonitl-star-rating{
		flex-direction: column;
	}
}
