/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.23
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 

@font-face {
  font-family: "effra";
  src:  url("https://www.skinscompression.com/wp-content/themes/bb-theme-child/fonts/effra_rg-webfont.woff2") format("woff2"),
        url("https://www.skinscompression.com/wp-content/themes/bb-theme-child/fonts/effra_rg-webfont.woff") format("woff");
  font-weight: normal;
}

@font-face {
  font-family: "effra";
  src:  url("https://www.skinscompression.com/wp-content/themes/bb-theme-child/fonts/effra_bd-webfont.woff2") format("woff2"),
        url("https://www.skinscompression.com/wp-content/themes/bb-theme-child/fonts/effra_bd-webfont.woff") format("woff");
  font-weight: bold;
}

@font-face {
  font-family: "gtpressura";
  src:  url("https://www.skinscompression.com/wp-content/themes/bb-theme-child/fonts/gt-pressura-pro-bold-webfont.woff") format("woff"),
  		url("https://www.skinscompression.com/wp-content/themes/bb-theme-child/fonts/gt-pressura-pro-bold-webfont.woff2") format("woff2");
  font-weight: normal;
}

body {
    --e-global-color-primary: #282727;
    --e-global-color-secondary: #FAE800;
    --e-global-color-text: #7A7A7A;
    --e-global-color-accent: #CFD4D2;
    --e-global-color-3ca7d29: #282727;
    --e-global-color-fa19e09: #CFD4D2;
    --e-global-color-b72220e: #FAE800;
    --e-global-color-cbe8af2: #FFFFFF;
    --e-global-typography-primary-font-family: "Effra";
    --e-global-typography-primary-font-weight: normal;
    --e-global-typography-secondary-font-family: "GT Pressura";
    --e-global-typography-secondary-font-weight: bold;
    --e-global-typography-text-font-family: "Roboto";
    --e-global-typography-text-font-weight: 400;
    --e-global-typography-accent-font-family: "Roboto";
    --e-global-typography-accent-font-weight: 500;
    color: var( --e-global-color-3ca7d29 );
    font-family: "Effra", Sans-serif;
    font-weight: 400;
}

/* 

Brand Colors:

Yellow: #FAE800; var( --e-global-color-secondary );
Black: #282727; var( --e-global-color-primary );
Grey: #CFD4D2;
	
*/

/* Start Custom Fonts CSS */@font-face {
	font-family: 'GT Pressura Pro';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://www.skinscompression.com/wp-content/themes/skins/fonts/GT-Pressura-Pro-Bold.woff') format('woff');
}
/* End Custom Fonts CSS */

::selection {
    background-color: #282727;
    color: #FAE800;
}

::-moz-selection {
    background-color: #282727;
    color: #FAE800;
}

.jet-menu-item .elementor-text-editor {
    line-height: 1.9;
}

.jet-menu-item .elementor-text-editor a,
.jet-menu-item .elementor-text-editor a {
    color: var( --e-global-color-primary) !important;
}

p {
    margin-bottom: 15px!important;
}


/* Fix FF logo issue */

.brand_logo .elementor-image>a {
    display: block !important;
}

/********************  Homepage */
#desktop-first-banner {
	min-width: 100% !important;
}

#mobile-first-banner {
	min-width: 100% !important;
}

#mobile-second-banner-top {
	width: 100%;
}

#mobile-second-banner-bottom {
	width: 100%;
}

/* Homepage Video */
.fl-row-bg-video .fl-bg-video iframe, .fl-row-bg-embed .fl-bg-embed-code iframe {
	min-width: unset;
}

.fl-bg-video-audio {
	display: none;	
}

/********************  Generic Woocommerce */

.woocommerce-message,
.woocommerce-info {
    border-color: var( --e-global-color-primary) !important;
}

.up-sells {
    margin-top: 0px;
}

.up-sells h2 {
    display: none;
}

.woocommerce ul.products li.product a img {
    width: 80%;
    height: auto;
    display: block;
    margin: 0 auto;
    box-shadow: none;
}

.woocommerce div.product form.cart .single_variation_wrap .single_variation {
    margin-bottom: 0;
    border-top: 0px solid;
    padding-top: 0;
    border-top: 0;
}

.woocommerce ul.products .single_variation_wrap,
.complete_the_look .single_variation_wrap {
    line-height: 42px;
    height: 42px;
    text-align: center;
}

.woocommerce ul.products .single_variation_wrap.bundle_price {
    margin: 0 0 2.2em;
}

.woocommerce form.login {
    margin: 0px auto;
}

.elementor-button--view-cart,
.elementor-button--checkout,
.checkout-button {
    text-transform: uppercase;
    font-weight: bold !important;
}

.shop_table thead,
.cart_totals h2 {
    background-color: var( --e-global-color-primary) !important;
    color: white !important;
}

.shop_table .product-name {
    text-indent: 5px;
}

.shop_table a,
.shop_table a:visited {
    color: var( --e-global-color-primary) !important;
}

.ast-article-single {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.price br {
	display: none;
}

.elementor-widget-woocommerce-product-images .onsale {
	display: none;
}

.woocommerce div.product span.onsale {
    height: 3.5em;
    line-height: 3.5em;
}

/* FacetWP */
#facet-sort-products {
	display: flex;
	justify-content: end;
}

/* Search Box */

.sf-input-text {
    width: 100%;
}

.sf-field-search label {
    width: 100%;
}

/* Hide the extra price that shows when variation is selected */

.woocommerce-variation-price {
	display: none; 
}

.single_variation_wrap del {
	margin-right: 5px;
}


/********************  Checkout */

.elementor-menu-cart__footer-buttons .elementor-button--view-cart {
    width: 100% !important;
    background-color: var( --e-global-color-secondary);
}

.elementor-menu-cart__footer-buttons .elementor-button--view-cart {
    width: 100% !important;
    display: block;
    background-color: var( --e-global-color-secondary) !important;
    color: var( --e-global-color-primary);
}


/******************** Shop Archive *****************/

.product_shop_filter_title {
    padding-top: 20px;
    padding-left: 10px;
}

.searchandfilter ul {
    border-top: 1px solid #CFD4D2;
}

.woocommerce div.product form.cart {
	margin: 0px;
}

.woocommerce div.product form.cart .single_variation_wrap {
    width: 33% !important;
    margin-bottom: 10px;
}

.woocommerce div.product form.cart .variations {
    width: 25% !important;
}

.elementor-products-grid .single_add_to_cart_button {
    font-size: 1rem !important;
}

.elementor-products-grid li select#size {
    height: 38px;
}

.product_price .price {
    font-size: 1.5em !important;
}

.products .woocommerce div.product form.cart {
    margin: 0px !important;
}

.woocommerce-pagination {
    display: none !important;
}

.fl-module-post-grid .woocommerce.fl-post-grid-woo-button {
	display: none !important;
}

.price .woocommerce-Price-amount {
	padding: 0px 0px 20px 0px;
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    line-height: 2em;
    color: black;
    font-family: 'gtpressura';
}

.product_page_price .woocommerce-Price-amount {
	font-size: 44px;
}

ul.products li.product a img {
	border: 0px !important;
}

.fl-post-module-woo-ordering {
	display: none;
}

/******************** Footer ***********************/

.footer_newsletter .wpcf7-form {
    display: flex;
    flex-direction: row;
    align-content: space-around;
    flex-basis: 20%;
    flex-wrap: wrap;
}

.footer_newsletter .wpcf7-form .col {
    width: 100%;
    padding: 10px;
    height: 50px;
    margin-bottom: 0;
    flex: 1 1 20%;
}

.footer_newsletter .wpcf7-form input,
.footer_newsletter .wpcf7-form input:focus,
.footer_newsletter .wpcf7-form select {
    width: 100%;
    display: block;
    background-color: #282727;
    color: white;
    border: 0px;
    height: 50px;
    font-weight: bold;
    padding-left: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.footer_newsletter .wpcf7-form input[type='submit'] {
    text-align: left !important;
    background-image: url("images/yellow_button_arrow.svg");
    background-position: right center;
    background-repeat: no-repeat;
    background-color: #282727;
}

.footer_newsletter .wpcf7-response-output {
    flex: 5;
}

.footer_newsletter input::-webkit-input-placeholder {
    color: white !important;
}

.footer_newsletter input::-moz-placeholder {
    color: white !important;
}

.footer_newsletter input:-ms-input-placeholder {
    color: white !important;
}

.footer_newsletter input:-moz-placeholder {
    color: white !important;
}

.astra-shop-thumbnail-wrap .woocommerce-loop-product__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce-page ul.products li.product form .woocommerce-variation.single_variation .woocommerce-variation-availability {
    font-size: 1.1em;
    line-height: 100%;
    text-align: center;
    color: var( --e-global-color-primary);
    display: block;
    text-align: center;
    padding: 1em 0;
    text-decoration: none;
}

.woocommerce-page ul.products li.product form .woocommerce-variation.single_variation .woocommerce-variation-availability {
	display: none;
}

.astra-shop-thumbnail-wrap .woocommerce-loop-product__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    /*height: 70px;*/
    margin-top: 20px;
    font-weight: 700;
    font-size: 1.1em;
    color: #282729;
}


/******************** Journal Entries */

.wb_ps_single_item {
    box-shadow: none !important;
}

.fl-post-title {
display: none;
}

.wbel_post_slider_style-2 .wb_ps_single_item .wb_ps_content {
    bottom: 0 !important;
    height: 40% !important;
    top: 60% !important;
    background: rgba(0, 0, 0, 0.65);
    visibility: visible;
    opacity: 1;
}

.wb_ps_single_item .wb_ps_thumbnail img {
    max-width: none;
    width: 100%;
    box-shadow: none;
}

.wbel_post_slider_style-2 .wb_ps_title h2 {
    margin: 0px;
    text-align: left;
}

.wbel_post_slider_style-2 .wb_ps_text {
    text-align: left;
    display: none;
}

.wbel_post_slider_style-2 .wb_ps_title a,
.wbel_post_slider_style-2 .wb_ps_title a:visited {
    color: white !important;
    font-size: 20px;
}

.wb_ps_content_inner {
    width: calc(100% - 10px);
    position: absolute;
    top: 10px;
    left: 10px;
}

.wb_ps_readmore {}

.wb_ps_description {
    position: absolute;
    top: 40px;
}

.wb_ps_readmore_link {
    display: inline-block;
    background: none !important;
    font-family: var( --e-global-typography-secondary-font-family), Sans-serif;
    font-weight: var( --e-global-typography-secondary-font-weight);
    text-transform: uppercase;
    color: var( --e-global-color-secondary);
    border: none !important;
    padding: 0px;
}

.wb_ps_text p {
    margin: 0px;
}

.anwp-pg-wrap .anwp-link-cover, .anwp-pg-wrap .anwp-position-cover {
	background: rgba(0, 0, 0, 0.45);
	top: 55%;
}

.anwp-pg-post-teaser__content {
	position: absolute;
	top: 55%;
	padding: 15px;
	width: inherit;
}

.anwp-pg-post-teaser__title a {
	font-size: clamp(1.2rem, 1.1100rem + 0.4000vw, 1.75rem) !important;
}

.anwp-pg-post-teaser__title {
	min-height: 50px;
}

.anwp-pg-wrap .anwp-pg-post-teaser--layout-d .anwp-pg-post-teaser__excerpt {
	font-size: clamp(1rem, 0.9673rem + 0.1455vw, 1.2rem);
	min-height: 150px;
}

.anwp-pg-wrap .btn-sm {
	text-align: right;
	font-size: clamp(1.3rem, 1.1855rem + 0.5091vw, 2rem);
}

.anwp-pg-wrap .mt-3, .anwp-pg-wrap .my-3 {
	margin-top: 0 !important;
}

.anwp-pg-wrap .btn-outline-info,
.anwp-pg-wrap .btn-outline-info:hover,
.anwp-pg-wrap .btn-outline-info:focus, 
.anwp-pg-wrap .btn-outline-info:active,
.anwp-pg-wrap .btn-outline-info:visited {
	position: absolute;
	bottom: 30px;
	right: 20px;
	background-color: transparent !important;
	border-color: transparent !important;
	color: var( --e-global-color-secondary) !important;
    font-family: var( --e-global-typography-secondary-font-family), Sans-serif;
    font-weight: var( --e-global-typography-secondary-font-weight);
    text-transform: uppercase;
}


@media (min-width: 576px) and (max-width: 1024px) {
	.anwp-pg-post-teaser__title {
		min-height: 75px;
	}
	
	.anwp-pg-wrap .btn-outline-info,
	.anwp-pg-wrap .btn-outline-info:hover,
	.anwp-pg-wrap .btn-outline-info:focus, 
	.anwp-pg-wrap .btn-outline-info:active,
	.anwp-pg-wrap .btn-outline-info:visited {
		bottom: 45px;
	}
}

@media (max-width: 767px) {
		.anwp-pg-post-teaser__title a {
		font-size: clamp(1.2rem, 1.0231rem + 0.7862vw, 1.4rem) !important;
	}
	
	.anwp-pg-wrap .anwp-pg-post-teaser--layout-d .anwp-pg-post-teaser__excerpt {
		font-size: clamp(1rem, 0.8231rem + 0.7862vw, 1.2rem);
	}
}

@media (max-width: 575px) {
	.anwp-pg-wrap .anwp-pg-height-500 {
		height: 350px;
	}
	
	.anwp-pg-post-teaser__title a {
		font-size: clamp(1.3rem, 0.9667rem + 1.4815vw, 1.5rem) !important;
	}
	
	.anwp-pg-wrap .btn-outline-info,
	.anwp-pg-wrap .btn-outline-info:hover,
	.anwp-pg-wrap .btn-outline-info:focus, 
	.anwp-pg-wrap .btn-outline-info:active,
	.anwp-pg-wrap .btn-outline-info:visited {
		bottom: 90px;
	}
}


/******************** Produce Page */

.product_page_details .ast-stock-detail {
    display: none !important;
}

.product_page_details .elementor-product-variable {
    width: 60%;
    margin: 0px auto;
}

.product_page_details .variations,
.product-template-default div.product form.cart .variations {
    width: 30% !important;
    float: left;
}

.product_page_details .complete_the_look div.product form.cart .variations {
	width: 50% !important;	
}

.woocommerce .product form.cart .variations {
    border: 0px !important;
    margin: 0px !important;
}

.product_page_details .woocommerce-variation-add-to-cart-enabled {
    width: 70%;
    float: right;
    display: flex;
    flex-direction: row;
    align-content: space-around;
    flex-basis: 20%;
    -webkit-box-pack: left !important;
    -ms-flex-pack: left !important;
    justify-content: left !important;
    padding-left: 10px;
}

.product_page_details .single_add_to_cart_button {
    width: 70%;
    margin-left: 15px !important;
}

.single_add_to_cart_button .cart-button-icon {
    display: none !important;
}

.product_page_details select[name='attribute_pa_size'] {
    height: 60px !important;
    border: 0px solid var( --e-global-color-primary) !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-down' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 90%;
    background-position-y: 20px;
    text-align: center;
    margin-right: 5px;
}

.product_page_details table.variations {
    padding-right: 15px;
}

.xcp-btn {
    color: white !important;
    font-weight: bold !important;
    text-transform: uppercase;
}

.elementor-tab-title.elementor-active {
    text-decoration: underline !important;
}

.product-template-default .product_price {
    display: none;
}

#wc-stripe-payment-request-button-separator,
#wc-stripe-payment-request-wrapper {
    width: 100%; 
    clear: both;
    padding: 0.5em 0 !important;
}


/*
.woocommerce-product-gallery__image {
	height: 600px;
	width: auto;
}
*/

.woocommerce-product-gallery .flex-control-nav li {
    text-align: center;
}

.woocommerce div.product div.images img, .woocommerce-page div.product div.images img {
	border: 0px !important;
}

.woocommerce-product-gallery .flex-control-nav li img {
    height: 135px;
    width: auto;
}

.elementor-product-pw-gift-card {
	padding: 20px;
}

.elementor-product-pw-gift-card  #gift-card-amount {
	max-width: 100% !important;
    min-width: 100% !important;
    float: right;
    border: 1px solid black;
    background-color: white;
    line-height: 42px;
    padding: 5px;
    height: 56px;
}

.pwgc-email-preview-button {
	padding: 12px 20px;
	margin-top: -4px;
}


/* Complete the look */

.complete_the_look .ast-article-single {
    margin: 1rem;
}

.complete_the_look .cart-button-text {
    font-size: 0.9rem;
    width: 100%;
    display: block;
}

.product-template-default .complete_the_look .product_price {
    display: block !important;
}

.complete_the_look .single_add_to_cart_button {
    padding: 10px 0 !important;
}

.complete_the_look .woocommerce-loop-product__title {
  min-height: 85px;
}

.complete_the_look h2 {
    text-transform: uppercase;
}

.woocommerce-variation-add-to-cart .qty {
	padding: 10px 1px 10px 15px !important;
    height: 68px !important;
    border-radius: 0px !important;
    border-color: black !important;
}

.woocommerce-variation-add-to-cart .single_add_to_cart_button {
	font-family: "gtpressura", Sans-serif !important;
    font-size: 19px !important;
    text-transform: uppercase !important;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 0px 0px 0px 0px;
    padding: 14px 0px 14px 0px;
    transition: all 0.2s;
}

/********************  Product Page Discover Tab */

.discover_tab_container {
    width: 100%;
    background-color: #CFD4D2;
    background-position: left top;
    background-size: 25%;
    background-repeat: no-repeat;
    position: relative;
    float: left;
    transition: all 3s cubic-bezier(0, 1, 0.5, 1);
}

.discover_tab_container .discover_tab_left {
    width: 25%;
    padding-top: 180px;
    height: 100%;
    float: left;
}

.discover_tab_container .discover_tab_right {
    width: 75%;
    float: left;
}

.discover_tab_content {
    color: var( --e-global-color-primary);
    width: 100%;
    float: left;
    max-height: none;
    transition: all 3s cubic-bezier(0, 1, 0.5, 1);
}

.discover_tab_content.closed {
    max-height: 0px;
    padding: 0px;
    overflow: hidden;
    transition: all 3s cubic-bezier(0, 1, 0.5, 1);
}

.discover_tab_container .discover_tab_title {
    color: var( --e-global-color-primary);
    font-family: var( --e-global-typography-secondary-font-family), Sans-serif;
    font-weight: var( --e-global-typography-secondary-font-weight);
    font-size: 32px;
    line-height: 43px;
    padding-top: 34px;
    text-align: left;
    width: 70%;
    padding-left: 10%;
    font-weight: bold;
    float: left;
}

.discover_tab_container .discover_tab_link {
    width: 30%;
    float: left;
    padding-top: 40px;
}

.discover_tab_container .discover_tab_right a {
    display: inline-block;
    background-color: var( --e-global-color-primary) !important;
    color: white;
    padding: 15px 35px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    float: right;
    margin-right: 10%;
}

.discover_tab_taper {
    display: block;
    width: 100%;
    float: left;
    margin-top: -40px;
    position: relative;
}

/*Product page size recommendation*/

.skins-size-main-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 0;
}

.skins-size-wrapper input {
    max-width: 15%;
    margin-right: 5px;
    padding: 0.800em !important;
}

.skins-size-wrapper select {
    max-width: 15%;
    margin-right: 5px;
    padding: 0.750em !important;
}

.skins-size-wrapper input.w_50 {
    max-width: 50%;
}

.skins-size-wrapper input.w_20 {
    max-width: 20%;
}

.skins-size-wrapper select#skins-size-country-code {
    max-width: 20%;
}

.skins-size-wrapper input#skins-size-weight,
.skins-size-wrapper input#skins-size-height-inch,
.skins-size-wrapper input#skins-size-height-cm,
.skins-size-wrapper input#skins-size-shoes-inch {
    margin-right: -3px;
}

.skins-size-text-wrapper {
    margin-top: 10px;
    align-self: start;
}

.skins-size-text-wrapper span {
    /*
    flex: 1;
    display: flex;
*/
    align-items: center;
    font-weight: 700;
    line-height: 16px;
}

.skins-size-text-wrapper span.success {
    display: none;
}

span.skins-size-suggestion {
    background: #aaa;
    padding: 15px 25px;
    font-size: 24px;
    font-weight: 900;
    margin-left: 15px;
}

.skins-size-wrapper input,
.skins-size-wrapper select {
    border: 1px solid #282727!important;
    color: #282727!important;
    background: transparent !important;
    height: 50px;
}

.skins-size-wrapper select#skins-size-weight-unit,
.skins-size-wrapper select#skins-size-height-unit,
.skins-size-wrapper select#skins-size-country-code {
    border-left: none !important;
}

input[type=number].size-value::-webkit-inner-spin-button,
input[type=number].size-value::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

button.skins-size-button {
    display: inline-block;
    height: 50px;
}

@media (max-width: 600px) {
    .skins-size-main-wrapper {
        flex-flow: column;
        align-items: flex-start;
        padding: 10px 0;
    }
    .skins-size-text-wrapper span {
        margin-top: 15px;
    }
    button.skins-size-button {
        margin-left: 5px;
        width: 15%;
        padding: 0px;
        text-align: center;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .skins-size-main-wrapper {
        flex-flow: column;
        align-items: flex-start;
        padding: 10px 0;
    }
    .skins-size-text-wrapper span {
        margin-top: 15px;
    }
}


/******************** Product Page Bundles */

.bundle_product_template .price del {
    display: none !important;
}

.bundle_product_template .price ins {
    font-size: 2.6rem !important;
}

.bundled_product_images {
    width: 30% !important;
}

div.bundled_product_summary:not(.thumbnail_hidden) .details {
    width: 70% !important;
    display: inline-block;
}

.attribute_options .label,
.attribute_options .value {
    width: 50%;
}

.bundle_form table.variations,
.single-product div.product .bundle_form table.variations {
    width: auto !important;
}

.bundle_product_template form.cart .bundled_product .cart .variations td {
    display: inline-block;
}

.bundle_price {
    text-align: center;
}

.bundle_button {
    width: 50%;
    text-align: center;
    margin: 0px auto;
}

.bundle_add_to_cart_button {
    line-height: 35px !important;
}

.woosb-products .woosb-product .woosb-thumb img {
    width: 100% !important;
    height: auto !important;
    max-width: none;
}

.woosb-thumb {
    width: auto !important;
    max-width: 30%;
}

.woosb-price {
    font-size: 1.3em;
}

.woosb-title .variation {
    font-size: 1.1em;
    width: 100% !important;
}

.woosb-title .variations label {
    font-size: 1.1em;
    width: 30% !important;
}

.woosb-title .variations select {
    width: 70% !important;
}

.product_page_details .woosb-title .variations {
    width: 40% !important;
}


/********************  Discover Page */

.discover_link * {
    line-height: 1 !important;
}

.discover_link .elementor-button-wrapper {
    width: 100%;
}

.discover_link a {
    text-align: center;
    width: 100%;
    padding: 0;
    padding-top: calc(100% - 27px) !important;
    position: relative;
    color: white;
    background-color: rgba(0, 0, 0, 0.3) !important;
}

.discover_link a span {
    position: absolute;
    top: 25%;
    left: 0;
    bottom: 0;
    right: 0;
    color: white;
}


/***************** Series Landing */

.series_landing_row {
    padding: 60px 0 85px 0 !important;
    margin: 60px 0 !important;
}

.series_landing_row::first-of-type {
    margin-top: 0px !important;
}

.series_angle_image_right {
    width: 85% !important;
    text-align: right !important;
    position: absolute !important;
    right: 0px;
    top: 0px;
}

.series_angle_image_left {
    width: 85% !important;
    text-align: left !important;
    position: absolute !important;
    left: 0px;
    top: 0px;
}

.series_angle_right {
    position: absolute !important;
    top: 0px;
    left: 26px;
}

.series_angle_left {
    position: absolute !important;
    top: 0px;
    right: 26px;
}

.series_black_button {
    float: left;
    width: 80%;
}

.series_yellow_button {
    float: left;
    width: 80%;
}


/**************** FAQ Pages */

.skins_accordian .elementor-accordion-title {
    text-align: center;
    display: block;
}

.skins_accordian .elementor-accordion-item {
    margin-top: 40px;
    border-top: 1px solid #d4d4d4 !important;
}


/**************** Search Page */


.sf-field-taxonomy-product_cat label, .sf-field-taxonomy-product_cat select, 
.sf-field-taxonomy-colour select, .sf-field-taxonomy-colour label,
.sf-field-taxonomy-performance_or_recovery select, .sf-field-taxonomy-performance_or_recovery label {
	width: 100%;
}

/* Fix for the menu moving around */

.jet-menu {
    min-width: 1px !important;
}


/* Country Select Popup */

.cs_container {
    color: white !important;
    padding: 2rem;
    text-align: center;
}

.cs_container .logo {
    margin: 0px auto;
    width: 30%;
    max-width: 300px;
}

.cs_select_link {
    font-size: 1rem;
    color: white !important;
    display: inline-block;
    border: 1px solid #757575;
    padding: 0.5rem 1rem;
    margin: 0.3rem;
}

.cs_select_link img {
    width: 20px;
    margin-right: 5px;
    margin-top: -1px;
}

.cs_link_container {
    text-align: center !important;
    color: white !important;
}

li.product-type-woosb .woosb-wrap.woosb-bundled,
li.product-type-woosb form.cart {
    display: none !important;
}

.woocommerce ul.products li.product a img {
    width: auto !important;
    height: 260px !important;
}

.woocommerce div.product form.cart .button.single_add_to_cart_button {
    margin: 0px 7px!important;
    padding: 15px 10px !important;
    width: 80% !important;
}

.woocommerce-variation-add-to-cart .quantity {
	width: 10% !important;
}

.product_more_details_link {
	margin-top: 5px;
}


.owl-item .product_price {
    font-weight: 700;
    line-height: 29px !important;
}

.owl-item .product_price del.rrp-price {
    font-weight: 500;
}

.owl-carousel .owl-item img {
	width: auto;
	max-height: 300px;
}



.site-content a, .site-content a:visited {
	text-decoration: underline;
	color: #3f3f3f;
}

.eael-woo-checkout .woocommerce-form-coupon-toggle {
	display: none;
}

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

/* Large Devices, Wide Screens */

@media only screen and (max-width: 1200px) {


}

/* Medium Devices, Desktops */

@media only screen and (max-width: 992px) {
	.product_meta .product_size_wrapper .size_dropdown select, li select#pa_size, li select#size {
	    width: 100% !important;
    }
	
	 /* Add to Cart Button */
	.woocommerce div.product form.cart .button.single_add_to_cart_button {
		margin: 0 18px !important;
		padding: 15px 10px !important;
		width: 65% !important;
	}
}




/* Small Devices, Tablets */

@media only screen and (max-width: 768px) {
    .cs_select_link {
        font-size: 1rem;
        color: white !important;
        display: inline-block;
        border: 1px solid #757575;
        padding: 0.5rem 1rem;
        margin: 0.3rem;
        width: calc(100% - 1rem);
    }
    .cs_select_link.continue {
        width: calc(100% - 1rem);
    }
    .jet-menu {
        min-width: 1px !important;
    }
    .footer_newsletter .wpcf7-form {
        flex-direction: column;
    }
    .discover_link a {
        font-size: 18px !important;
    }
    .footer_newsletter .wpcf7-form .col {
        margin-bottom: 10px;
    }
    /* Series Landing Page */
    .series_landing_row .elementor-row {
        display: block;
        margin-bottom: -50px;
    }
    .series_landing_row .series_landing_pull_right {
        margin-right: -80px;
        float: right;
    }
    .series_landing_row .series_landing_pull_left {
        margin-left: -80px;
        float: left;
    }
    .astra-shop-thumbnail-wrap .woocommerce-loop-product__title,
    .woocommerce ul.products li.product .woocommerce-loop-product__title {
        /* height: 66px;*/
        text-overflow: ellipsis;
        /*overflow: hidden;*/
        margin-top: 1px;
    }
    .astra-shop-thumbnail-wrap .woocommerce-loop-product__title a,
    .woocommerce ul.products li.product .woocommerce-loop-product__title a {
		text-decoration: none !important;   
	}
    /* 	Product List Buy Button */
    .woocommerce div.product form.cart .single_variation_wrap,
    .woocommerce div.product form.cart .variations {
        width: 30% !important;
        flex: 1 0 50%;
    }
    /* 	Product Detail Buy Button */
    .single-product .woocommerce-variation-add-to-cart {
        width: 100%;
    }
    .single-product .single_variation_wrap,
    .single-product .variations,
    .woocommerce div.product form.cart .variations {
/*         width: 30% !important; removed to center pricing on mobile complete the kit */
	flex: 1 0 50%;
    }
    .product_page_details select[name='attribute_pa_size'] {
        height: 54px !important;
    }
    
    .reset_variations { 
	    display: none !important;
    }
    .woocommerce div.product form.cart .variations td, .woocommerce-page div.product form.cart .variations td {
	    padding-bottom: 0px;
    }
	
	/* Add to Cart Button */
	.woocommerce div.product form.cart .button.single_add_to_cart_button {
		margin: 0px 0px 0px 30px !important;
		padding: 0px 0px !important;
		width: 60% !important;
		font-size: 14px !important;
		height: 68px !important;
	}
	
    .woocommerce div.product.elementor .woocommerce-variation-add-to-cart .quantity input {
        margin-right: 10px;
    }
    .product_page_details .elementor-product-variable {
        width: 100%;
    }
    /* 	Discover Tab */
    .discover_tab_container {
        background-image: none !important;
    }
    .discover_tab_container .discover_tab_left {
        display: none;
    }
    .discover_tab_container .discover_tab_right {
        width: 100%;
    }
    .discover_tab_container .discover_tab_title {
        font-size: 1.2rem;
        line-height: 120%;
        padding: 1rem;
    }
    .discover_tab_taper {
        display: none;
    }
    .discover_tab_container .discover_tab_link {
        padding-top: 0px;
        margin: 0px;
    }
    .discover_tab_link a::before {
        content: ">";
        color: white;
    }
    .discover_tab_container.open .discover_tab_link a::before {
        content: "";
    }
    .discover_tab_link a span {
        display: none;
    }
    .discover_tab_container .discover_tab_right a {
        padding: 15px 20px;
        margin-right: 0px;
    }
    .product_page_details select[name='attribute_size'] {
        height: 55px !important;
        width: 100%;
    }
    .product_page_details table.variations {
        padding-right: 0px;
    }
    .complete_the_look .elementor-col-25 {
        width: 50%;
        padding: 0rem;
    }
    .complete_the_look .woocommerce-variation-add-to-cart {
        width: 100%;
    }
    /* 	Series Landing */
    .series_landing_row {
        padding: 0px !important;
        margin: 0px !important;
        position: relative;
        overflow-x: hidden;
        overflow-y: visible;
    }
    .series_landing_row .series_landing_pull_right {
        margin-right: -50%;
    }
    .series_landing_row .series_landing_pull_left {
        margin-left: -50%;
    }
    .woocommerce ul.products li.product a img {
        width: auto !important;
        height: 40vw !important;
    }
    .complete_the_look li form {
        flex-wrap: wrap;
    }
    .product_more_details_link {
	    display: none !important;
    }
    .complete_the_look form.cart table.variations {
        width: 100% !important;
    }
    
    /****** Gift Card ********/
    .elementor-product-pw-gift-card {
	    padding: 0px;
    }
    .woocommerce div.product .elementor-product-pw-gift-card form.cart .variations { 
	    width: 100% !important;
    	margin-bottom: 5px !important;
    }
	
	
	/* FacetWP */
	.shop-filter-search {
		margin-top: -175px !important;
	}
	
	.facetwp-facet input.facetwp-search {
		min-width: unset !important;
	}

	.shop-filter-onsale, .shop-filter-season, .shop-filter-gender, .shop-filter-ranges, .shop-filter-product, .shop-filter-category, .shop-filter-performance_or_recovery  {
		margin-top: -250px !important;
	}
	
	.outlet_widget { 
		background-color: white !important;
		color: black !important;
	}
}

@media only screen and (min-width: 767px) {
    li select#pa_size {
        padding-left: 10%;
        text-align: left;
    }
}


/* Extra Small Devices, Phones */

@media only screen and (max-width: 480px) {}


/* Custom, iPhone Retina */

@media only screen and (max-width: 320px) {}

form.variations_form.cart {
    display: flex;
    flex-flow: row !important;
    flex-wrap: wrap !important;
}

form.variations_form.cart>div {
    flex: 1 0 50%;
}

form.variations_form.cart>div:first-child {
    flex: 0 1 100%;
}

.single_add_to_cart_button.button {
    justify-content: center !important;
    max-width: 100% !important;
}

.owl-item .variations {
    width: 50%;
    margin: 0;
}

@media only screen and (min-width: 921px) {
    .single_add_to_cart_button.button {
        margin-left: 10px !important;
    }
    form.variations_form.cart>div {
        /*margin-bottom: 23px;*/
    }
}

.woocommerce div.product form.cart .variations select {
    max-width: 79% !important;
    min-width: 95% !important;
    height: 69px;
    border: 1px solid #eeeeee;
    text-align: center;
    flex: 1 0 50%;
}

@media only screen and (max-width: 920px) {
    div.woocommerce-variation-add-to-cart.variations_button {
        justify-content: center;
    }
    .single_add_to_cart_button.button {
        justify-content: center !important;
        max-width: 100% !important;
    }
    .woocommerce div.product form.cart .variations select {
        padding-left: 15px !important;
    }
}

@media only screen and (max-width: 767px) {
    .woocommerce div.product form.cart .variations select {
        padding-left: 8px !important;
    }
    .woocommerce-variation-add-to-cart.variations_button {
        display: flex !important;
        flex-wrap: nowrap !important;
/*         flex: 1 1 100% !important; */
    }
}

@media only screen and (max-width: 830px) {
    .owl-item .variations {
        width: 100% !important;
    }
}

ul.products.columns-3 li {
    display: flex!important;
    flex-direction: column;
    justify-content: space-between;
}

@media (min-width: 545px) and (max-width: 920.8px) {
    ul.products li.product {
        width: 100% !important;
    }
}

@media (min-width: 769px) and (max-width: 920px) {
    .woocommerce div.product.elementor .quantity+.button {
        margin-left: 0px !important;
    }
}

.elementor-667 .elementor-element.elementor-element-22ca9dac>.elementor-element-populated>.elementor-background-overlay {
    background-color: black !important;
}

.custom-img {
    cursor: pointer;
}

.product_price span.new-price {
    display: flex !important;
    flex-direction: column-reverse;
    line-height: 1.3;
}

.owl-carousel .item {
    height: 100%;
}

.item li {
    height: 100%;
}

.astra-shop-thumbnail-wrap {
    flex: 1;
}


/*.price ins{
    font-weight: 700;
}
.price{

    font-weight: 700;
}*/

.woocommerce-variation-add-to-cart.variations_button {
    /* margin-top: 15px !important; */
}

.rrp-price {
    text-decoration: none;
    font-size: 15px;
    color: inherit;
    opacity: .5;
}

.variations_form.cart {
    margin-top: 0px;
    margin-bottom: 8px;
}

.added_to_cart.wc-forward {
    display: none !important;
}

.woocommerce #respond input#submit.added::after,
.woocommerce a.button.added::after,
.woocommerce button.button.added::after,
.woocommerce input.button.added::after {
    display: none !important;
}

/* GIFT CARD :: START DESIGN */

body.product_cat_gift-card form.variations_form.cart>div {
    display: flex;
    align-items: center;
    flex: 1 1 100%;
    padding-bottom: 15px;
}

body.product_cat_gift-card div.product form.cart .single_variation_wrap {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

body.product_cat_gift-card div.product form.cart .variations {
    width: 100% !important;
    margin-bottom: 1em !important;
    padding-right: 0px !important;
}

body.product_cat_gift-card div.product form.cart .variations select {
    max-width: 100% !important;
}

body.product_cat_gift-card div.product p.price,
body.product_cat_gift-card div.product span.price {
    margin-bottom: 0 !important;
}

body.product_cat_gift-card input[type="text"],
body.product_cat_gift-card textarea {
    border-radius: 4px !important;
    width: 100% !important;
}

body.product_cat_gift-card #pwgc-email-preview-button {
    width: 100%;
    padding: 17px 10px 12px !important;
    margin-top: 20px;
    background-color: #ffffff;
    border: 1px solid black;
}

body.product_cat_gift-card div.product form.cart .button.single_add_to_cart_button {
    padding: 17px 10px 12px !important;
}

body.product_cat_gift-card .quantity .qty {
    min-height: 44px;
    border-radius: 2px;
    margin-right: 10px !important;
    padding: 17px 5px 12px 15px !important;
}
body.product_cat_gift-card div.elementor-tabs-wrapper{
        display: none !important;
}

@media only screen and (max-width: 767px) {
    body.product_cat_gift-card form.variations_form.cart>div {
        flex-wrap: wrap !important;
    }
    body.product_cat_gift-card section.product-detail-description{
        display: none !important;
    }
}

/* GIFT CARD :: END DESIGN */
/*.product_price span del {
    display: none !important;
}*/

/* Tooltip container */
.upstreet_tooltip {
	position: relative;
	display: inline-block;
	border: 1px dotted black;
	border-radius: 50%;
	background-color: black;
	color: white;
	padding: 2px 2px;
	width: 18px;
	height: 18px;
	line-height: 80%;
	margin-left: 3px;
}

/* Tooltip text */
.upstreet_tooltip .tooltiptext {
  visibility: hidden;
  width: 240px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
 
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.upstreet_tooltip:hover .tooltiptext {
  visibility: visible;
}

.upstreet_tooltip .tooltiptext {
  top: -5px;
  left: 105%;
      padding: 10px;
    line-height: 150%;
}

.upstreet_tooltip a {
	color: white !important;
	text-decoration: underline !important;
}

.eael-accordion-tab-title {
	color: black !important;
}

.related_fpd_product {
	display: block;
    width: 100%;
    background-color: black;
    color: white;
    padding: 20px;
    text-align: center;
    font-family: 'GTPRESSURA';
    text-transform: uppercase;
    font-size: 1.4em;
    width: 100%;
}