@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:300,400,600&display=swap');

:root {
    --main-heading-font: 'Nunito Sans', sans-serif;
    --main-body-font: 'Nunito Sans', sans-serif;
    --main-text-color: #252525;
    --main-font-size: 15px;
    --main-link-color:#6b6b6b;
    --main-link-hover-color: #252525;
    --main-product-price-text-color: #6b6b6b;
    --main-header-secondary-region-dropdown-text-color: var(--main-text-color);
	--main-product-image-background:#ffffff;
   	--main-highlight-text-color: #6b6b6b;
   	--main-highlight-color:#232323;

    /*logos*/
    --main-logo-width-lg: 245px;
    --main-logo-width-md: 200px;
    --main-logo-width-sm: 130px;
    --main-logo-width: 120px;
    --main-site-header-height: 8.25em;


	/*footer */
    --main-footer-background-color: #fff;
    --main-footer-text-color:var(--main-text-color);
    --main-footer-color:var(--main-text-color);
    --main-footer-border-color:#efefef;
	--main-footer-link-color:var(--main-text-color);
    
    /* product */
  --main-product-price-text-color:var(--main-link-color);
  --main-product-detail-background: #ececec;
  --main-product-image-background: #ffffff;
  --main-product-detail-rrp: #e45218;
  --main-award-badge-background-color:var(--main-link-color);
  --main-award-badge-text-color:#ffffff;


  --main-product-toggle-filter-background-color: #d8d8d8;
  --main-product-toggle-filter-background-active-color: var(--main-link-hover-color);
  --main-product-toggle-filter-background-highlight-active-color: var(--main-link-color);
  --main-product-toggle-filter-highlight-background-color: var(--main-link-hover-color);

}

/*body overrides */

html {
    font-size: var(--main-font-size);
}


/*agegate custom */
.age-gate {
    --main-agegate-background-color: transparent;
}

.age-gate:before {
    --main-agegate-background-color: rgba(0, 0, 0, 0.45);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);

}

.age-gate .gate-box .agegate-logo {
    max-width: 200px;
}

/* absolute header alterations style*/
.absolute-header .my-account-container .btn {
    padding: 0;
}
.absolute-header .header-navigation-region .dropdown-toggle:after {
    opacity: .25;
    transition: opacity .3s ease-in-out;
    margin-left: .25em;
    vertical-align: middle;
}


.menu-opened, .no-header {
    --main-cart-count-text: white;
    --main-cart-count-background: var(--main-link-color);
    --header-menu-button-icon-color: var(--main-link-color);
    --header-menu-button-text-color: var(--main-link-color);
    --main-site-header-nav-link: var(--main-link-color);
}

.header.header-menu-section.has-header {
    --main-cart-count-background: white;
    --header-menu-button-icon-color: white;
    --header-menu-button-text-color: white;
    --main-site-header-nav-link: white;
}

.header.header-menu-section.menu-opened,
.header.header-menu-section.no-header {
    --main-cart-count-text: white;
    --main-cart-count-background: var(--main-text-color);
    --header-menu-button-icon-color: var(--main-text-color);
    --header-menu-button-text-color: var(--main-text-color);
    --main-site-header-nav-link: var(--main-text-color);
}


.header.header-menu-section .social-list-item .social-link{
    --social-icon-color: var(--main-text-color);
    --social-icon-border-color: var(--main-site-header-border-color);
}

.header.header-menu-section.menu-opened .header-menu-button-icon,
.header.header-menu-section.no-header .header-menu-button-icon {
    --header-menu-button-icon-color: var(--main-text-color);
}

.header.header-menu-section.menu-opened .header-menu-button-text,
.header.header-menu-section.no-header .header-menu-button-text {
    --header-menu-button-text-color: var(--main-text-color);
}


.absolute-header .header-navigation-region .dropdown-toggle:hover:after {
    opacity: 1;
}


/* banner section */
.main-banner-section .featured-swiper .swiper-slide {
	min-height:600px;
}
@media (min-width: 768px) {
.main-banner-section .featured-swiper .swiper-slide {
	min-height:750px;
}
}
@media (min-width: 992px){

.main-banner-section .featured-swiper .swiper-slide {
	min-height:850px;
}
}
@media (min-width: 1200px){
.main-banner-section .featured-swiper .swiper-slide {
	min-height:950px;
}
}

.main-banner-section .banner-content {
	z-index:2;
}
.main-banner-section .image-overlay {
  z-index: 1;
}
.main-banner-section {
    --main-banner-padding: 9.5rem;
}
 .card .title h3 { 
	 font-weight:600;
}

@media (min-width: 576px) {

    .upper-cta-section div[name*="content-blob-1"] .card {
        min-height: 500px;
    }

    .upper-cta-section div[name*="content-blob-1"] .card .title h3 {    
	    
    }
}

.cta-section.upper-cta-section {
    padding-top: 0;
}

.upper-cta-section .home-intro-content {
    background-color: var(--main-light-background-color);
    padding: 3em 0em;
    margin-bottom: 3em;
}


/* low res placeholder image smoothness */
.card-type-photo .a-image img.low-res:not(.placeholder) {
    filter: blur(30px);
}

/*image patch FF */

.a-image .full-res:not(.loaded),
.a-image .low-res:not(.loaded) {
    display: none;
}


/*custom product*/ 

.product-wrapper .product-head .main-container{
  display:flex;
  align-items: center;
}

.product-wrapper .product-head .main-container-content{
  width:100%;
}

.product-item .image-container .a-image img,
.product-item .image-container .a-image.contain img,
.product-image-wrapper .a-image.responsive.contain img,
.product .product-image-wrapper .a-image img {
	padding:0em;
	
}



/* table overrides */
.table thead th,
.table th,
.table td,
table .cart-view-table {
    border-color: var(--main-border-color) !important;
}

.table td, .table th {
	border-top: 1px solid var(--main-border-color) !important;
}

.table thead th {
	border-bottom: 2px solid var(--main-border-color) !important;
}
.table tbody+tbody {
    border-top-color: var(--main-border-color) !important;
}

.teaser-list-item {
    border-color: var(--main-border-color) !important;
}

