body {
    --c7-field-border-radius: 3px; 
    --c7-button-border-radius: 3px; 
    --c7-primary-button-bg: var(--e-global-color-text);
    --c7-primary-button-bg-hover:var(--e-global-color-primary);
    --c7-primary-button-text-color: var(--e-global-color-primary);
    --c7-heading-font-family: var(--e-global-typography-secondary-font-family:);
    --c7-heading-font-weight: var(--e-global-typography-primary-font-weight);
    --c7-font-family: var(--e-global-typography-primary-font-family);
    --c7-body-text-color: var(--e-global-color-text);
    --c7-link-color:var(--e-global-color-accent);
	--c7-cart-count-bg:var(--e-global-color-primary);
	--c7-header-text-color:var(--e-global-color-primary);
}


/* account header */
#account-header {
    display: inline-flex;
	align-items:center;
}

#account-header #c7-account {
    display:inline-block;
}
#account-header #c7-cart .c7-user-nav__cart {
   display:flex;
}
#c7-account, #c7-cart {
    display:inline-block;
    margin-left: 5px;

}
#account-header > #c7-cart {
  display:inline-flex;
}

#c7-account .c7-user-nav__account a {
    text-transform: uppercase;
    padding:0px;
    font-size: 14px;
	
}
#c7-cart .c7-user-nav__cart .c7-link:first-child {
    background-color: transparent;
    border:none;
} 

#c7-cart .c7-user-nav__cart .c7-user-nav__cart__title svg {
    width: 15px;
height: 20px;
	stroke: var(--e-global-color-primary);
}
#c7-cart .c7-user-nav__cart__count {
   
}
#c7-cart .c7-user-nav__cart button.c7-link {
  padding: 0px !important;
}
#c7-account .c7-user-nav__account__dropdown a {
color: var(--c7-body-text-color);
}


/* Overall styling */
body #c7-content h1 {
    text-align: left;
    margin-bottom: 20px;    
}
body .c7-btn {
    
}
body .c7-btn:hover, body .c7-cart__buttons .c7-btn:hover {
  color:#fff;
}
.c7-side-cart__header button {
    background-color: transparent !important;
    color:#000;
}

.c7-order-summary__buttons a {
text-transform: uppercase;
}
button.c7-link {
    background-color:transparent !important;
    border: 0px !important;
    color: var(--c7-body-text-color) !important;

}
button.c7-link:hover {
    opacity: 0.6;
}
/* all content should start aligned left */
.c7-account__dashboard__message {
    margin-bottom: 20px;
}

.c7-cart__wrapper, .c7-account__dashboard {
    max-width: 100% !important;
    margin:0px auto !important;
    justify-content: space-between !important;
}
.c7-account-row {
    max-width: 100% !important;
    justify-content: space-between !important;
}
.c7-account-login__password-options {
  text-align:left !important;
}
.c7-account-login__options {
  text-align:left !important;
}
.account-row h1 {
    display:none;
}
/* cart styling */
.cart-row h1 {
    display:none;
}
#c7-cart .c7-order-item__description {
    margin-top: 10px;
    font-size: 10px;
}

/* fix lightboxes that go behind sticky header */
body .c7-modal-container {
  top: 14%;
}

/* hide club cancelation */
.c7-account-club .c7-account-blocks--status .c7-account-block__actions {
display:none !important;
}
.c7-callout--club .c7-callout__details li:nth-child(2), .c7-callout--club .c7-callout__details li:nth-child(3) {
display:none !important;
}

/* hide club skip
.c7-account-club__shipment__footer .c7-btn--skip {
display:none !important;
}
*/

/* hide delete account */
.c7-account-details .c7-account-details__delete-account {
display:none !important;
}


/* collection styling */
.c7-product-collection .c7-product {
    display:block !important;
    text-align: center !important;
}
.c7-product-collection__product-list {
    grid-template-columns: 1fr 1fr 1fr !important;
}
.c7-product-collection .c7-product img {
  width: auto;
  object-fit:cover;
}
.c7-product-collection .c7-product .c7-product__add-to-cart__form {
  justify-content: center !important;
align-items: center !important;
}


/* calendar styling ADA fix */
.c7-reservation-widget .c7-date-picker-input button {
	background-color: transparent !important;
	border-radius: 0px !important;
}
.c7-reservation-widget .c7-date-picker-dropdown button {
	color:inherit;
	background-color: inherit;
}
body .c7-reservation-widget .c7-date-picker-dropdown button {
    padding: 0px;
}

/* header css */
body.noscroll{
	overflow-y:hidden;
}
.has-submenu.highlighted .sub-arrow {
    transform: rotate(180deg) translateX(-9px);
}
.cust_header_menu_wrapp .menu-item > a {
	margin-right:0 !important;
}


.cust_header_menu_wrapp .elementor-nav-menu--dropdown {
    height: 100vh !important;
    max-height: 100vh !important;
/* 	padding-bottom:37px; */
	padding-top:80px;
	background:#fff !important;
	margin:0;
	z-index:22;
}
.cust_header_menu_wrapp .elementor-nav-menu--dropdown{
	position:fixed !important;
	top:0!important;
	left:0!important;
	right:0;
	width:100%;
}
.cust_header_menu_wrapp .elementor-menu-toggle{
	z-index:99999;
	position:relative;
}

.cust_header_reservation_btn a {
    background: #cd9d5b;
    transition: all 0.2s;
	padding-left:16px !important;
	padding-right:16px !important;
}
.cust_header_reservation_btn a:hover {
    border-radius: 20px 0;
    background: #2D6BA4;
    color: #fff !important;
}
.cust_header_reservation_btn a:hover:after{
	display:none;
}
.menu-item-type-custom a:after{
	bottom:6px !important;
}

.sub-menu .menu-item-type-custom a:after{
	bottom:6px !important;
}

.cust_header .elementor-sticky--active, .cust_header.elementor-sticky--active{
	background:#fff;
	padding:16px 37px;
}
.cust_header .desktop-logo{
	 -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.cust_header .elementor-sticky--active .desktop-logo, .cust_header.elementor-sticky--active .desktop-logo{
	display:none;
}
.cust_header_scroll_logo {
	display:none;
}
.cust_header .elementor-sticky--active .cust_header_scroll_logo, .cust_header.elementor-sticky--active .cust_header_scroll_logo{
	display:block;
	position:fixed;
	top:8px;
	height:auto;
}

.cust_header.inner-header.elementor-sticky--active .cust_header_scroll_logo{
	top:50px; /* previous, large image  and 78px */
}

.elementor-divider-separator{
	transition:all .4s ease-in-out;
}
.e-con-inner:hover .elementor-divider-separator,
.grid-card:hover .elementor-divider-separator
{
	width:100% !important;
}
.welcome-sec a, .bottom-text a {
    color: #70706E;
    text-decoration: underline;
}
.welcome-sec a:focus, .welcome-sec a:hover, .bottom-text a:focus, .bottom-text a:hover {
    color: #000;
    text-decoration: underline;
}
.cust-foo-menu ul li a:after{
	height:1px !important;
}
.cust-foo-menu ul li:last-child a{
	background:#fff;
	padding-left:10px !important;
	padding-right:10px !important;
	display:block;
}
.cust-foo-menu ul li:last-child a:hover{
	background: #2D6BA4;
    color: #fcf8f4 !important;
}
.cust-foo-menu ul li:last-child a:after{
	display:none;
}
.hero-slider {
    height: calc(100vh - 0px);
}


 .n2-section-smartslider {
    height: calc(180vh - 80px) !important;
}

.n2-ss-slider {
    height:calc(80vh - 80px) !important;
} 

.sub-menu.elementor-nav-menu--dropdown {
    position: absolute !important;
    height: auto !important;
    max-height: calc(100vh) !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    transform: none !important;
    padding: 0 15px 10px !important;
	width:160px !important;
}
.sub-menu.elementor-nav-menu--dropdown li{
	padding-right:10px;
}
.sub-menu.elementor-nav-menu--dropdown a{
	position:relative;
	white-space:normal;
}
.sub-menu.elementor-nav-menu--dropdown a:after {
    position: absolute;
    bottom: 2px !important;
    width: 0;
    height: 1px;
    background: #cd9d5b;
    content: "";
    left: 0;
    right: 0;
    transform: scale(0);
    transition: .3s all ease-out;
}
.sub-menu.elementor-nav-menu--dropdown a:hover:after {
    width: 100%;
    transform: scale(1);
}

.aboutsus-banner {
    height:calc(100vh - 46px); /*78px*/
    width: 100%;
    display: inline-block;
}
.aboutsus-banner .elementor-widget-image, .elementor-widget-image{
	height:100%;
}
.aboutbanners{
	height:60vh;
	display:inline-block;
	width:100%;
}
.cartpage .c7-btn.c7-btn--primary {
    color: #fff;
    font-weight: 500;
    font-family: 'Barlow';
    font-size: 18px;
}
.wins-section .c7-form{
	margin-top:auto;
}
.wins-section .c7-product-collection .c7-product {
    display: flex !important;
	flex-flow:column;
    text-align: center !important;
}
.wins-section .c7-product__details {
    display: flex;
    flex-flow: column;
    height: 100%;
}
.wins-section .c7-pagination__total{
	width:100%;
}

.wins-section .c7-product-collection__products--featured .c7-product{
	background:transparent;
}
.swiper {
    padding-bottom: 0 !important;
    height: calc(100vh - 46px);
}
.hero-carousel .elementor-widget-n-carousel .swiper-pagination-bullet {
    background: #fff;
    height: 15px;
    width: 15px;
}
.hero-carousel .swiper-pagination {
    left: 120px !important;
    top: calc(100% - 30px);
}
.hero-carousel .e-con.e-flex{
	max-width:100%;
}
#swiper-play:after {
    content: '\25B2' !important;
    display: block;
    transform: rotate(90deg);
    font-size: 35px;
}
#swiper-pause:after {
    content: '\003D' !important;
    display: block;
    transform: rotate(90deg);
    font-size: 60px;
}
.carousel-controlbtn {
    position: absolute;
    bottom: 70px;
    z-index: 2222;
    left: 30px;
    width: auto;
}

.hero-main-carousel {
    position: relative;
}


.swiper-control-button {
    color: #fff;
    cursor: pointer;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.menu-title .e-con-inner:hover .elementor-divider-separator {
    width: 20% !important;
}
.e-con-inner .cust-tabs:hover .elementor-divider-separator{
	width:19% !important
}
.e-con-inner .cust-tabs .elementor-heading-title:hover .elementor-divider-separator{
	width:50% !important;
}
.cust-tabs ul li{
	list-style:none;
}
.cust-tabs ul{
	padding-left:0;
	margin-top:10px;
}
.menu-tab .e-n-tabs-heading{
	display:flex;
	align-items:center;
}
.menu-tab .e-n-tabs-heading button{
	margin:0 !important;
}
/* mobile overrides */

@media screen and (min-width:1025px) and (max-width:1320px){
.cust_header_menu_wrapp .elementor-nav-menu--main a{
	font-size:12px !important;
	margin: 0 0 0 5px !important;
}
	.cust_header_reservation_btn a{
		padding-left:8px!important;
		padding-right:8px!important;
	}
}
@media screen and (max-width: 1024px){
	.swiper {
    height: calc(100vh - 124px);
}
	
	.top-bar ul li:nth-child(2) {
    display: none;
}
  .c7-product-collection__product-list {
    grid-template-columns: 1fr 1fr !important;
    } 
	
.mobile-menu .elementor-nav-menu {
    display: grid !important;
    gap: 15px;
}
	.mobile-menu .elementor-nav-menu a:focus{
		background:transparent;
	}
	
	.hero-carousel .e-con.e-flex{
	padding-bottom:30px;
}
	.cust_header .elementor-sticky--active, .cust_header.elementor-sticky--active {
    padding: 5px 15px 0;
}
	
	.cust_header .elementor-sticky--active .cust_header_scroll_logo, .cust_header.elementor-sticky--active .cust_header_scroll_logo{
		display:none;
	}
	.cust_header {
		background:#fff;
		position:inherit;
	}
	.sub-menu.elementor-nav-menu--dropdown {
    position: relative !important;
    height: auto !important;
    max-height: calc(100vh - 300px) !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    transform: none !important;
    padding: 0 !important;
	width:100% !important;
}
	.mobi-socail p a {
    color: #fff !important;
    padding: 10px;
    display: block;
}
	.inner-header .cust_header .elementor-sticky--active, .cust_header.elementor-sticky--active {
    padding: 0;
}
	.carousel-controlbtn{
		bottom:40px;
	}
	.hero-carousel .swiper-pagination {
    top: calc(100% - 15px);
}
	.sub-menu{margin-left:0 !important}
	.menu-item{text-align:center;}
	.menu-item > a{
	display: inline-flex;
    width: auto;
    position: relative;
	}
	.highlighted{
		position:relative;
	}
	.highlighted:after {
    position: absolute;
    left: 20px;
    right: 0;
    bottom: auto;
    content: "";
    width: 60%;
    height: 1px;
    background: #cd9d5b;
    top: 31px;
}
	
}


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

    .reverse-col {
        display:flex !important;
        flex-direction: column-reverse;
    }
    #account-header {
        top: 10px;
    }

    .c7-product-collection__product-list {
    grid-template-columns: 1fr !important;
    } 
    .c7-product-specs {
        text-align: left !important;
        margin: 0px !important;
    }
    .c7-product-specs h2 {
        text-align: left !important;
    }
	.grid-card {
    position: inherit;
}
	.aboutsus-banner {
    height:273px;
}
	.grid-img .elementor-widget-image{
	height:auto;
}
	.login-cart .c7-topbar .c7-user-nav__account a {
    color: #000 !important;
}
	.login-cart .c7-topbar .c7-user-nav__cart .c7-user-nav__cart__title svg {
    stroke: #000 !important;
}
	.login-cart {
    position: absolute;
    right: 30px;
    top: 4px;
}
}

@media screen and (max-width:576px){
	.hero-carousel .e-con.e-flex {
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
    max-width: 90%;
    margin: 0 auto;
}
	.hero-carousel .e-con.e-flex .e-con.e-flex {
		padding-bottom:0px;
		margin-bottom: 10px;
	}
}