
:root {
	--colour-primary: #D90429;
	--colour-secondary: #8D99AE;
	--colour-footer: #2B2D42;: #2B2D42;
}

/*Controllers*/
.cb.plain {
	position: absolute !important;
	opacity: 0.3;
}
.cb.plain:hover {
	opacity: 1;
}
.cb.plain .cb-link .button {
	padding: 6px 12px !important;
}

.global-danger {
    display: none;
}

/***Main CSS***/
body {
	background-color:#FFF;
}
.body {
	padding: 80px 0;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, .h5, h5 {
	font-family: europa, sans-serif;
    color: var(--colour-primary);
}
h1,.h1 {
	font-size: 48px;
	line-height: 56px;
}
a {
    color: #164588;
}
.body .wrapper-content ul:not([class]) > li{
    list-style: none;
    font-size: inherit;
    line-height: 18px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 25px;
}
.body .wrapper-content ul:not([class]) li::before{
    font-family: "Font Awesome 5 Pro";
    content: "\f138";
    position: absolute;
    top: 0px;
    font-size: 18px;
    font-weight: 200;
    color: var(--colour-primary);
    margin-left: -30px;
}
.button {
	background: none;
	border-radius: 0;
	border: 2px solid #aaa;
	text-transform: uppercase;
	color: #aaa;
}
.button:hover {
	background: #888;
	border: 2px solid #888;
	color: #fff;
}

/*Header*/
.navigation {
	border: none;
	border-bottom: 1px solid #aaa;
}
.logo {
	display: inline-block;
	height: 150px;
	max-width: 300px;
	background-position: left;
}
/*.logo {
	display: inline-block;
	height: 150px;
	max-width: 300px;
	background-position: center;
}*/
.header {
	padding: 30px 0;
}
.header .logo-wrap {
	text-align: center;
}
.header .head-cart-data .fa {
	color:#90469b;
}
.header .col-slogan {
	text-align: right;
}
.header-title {
	padding: 40px 0;
	background-color: #EEE;
}
.header-title h1 {
	margin: 0;
}
.copyright {
	background-color:#9e46ab;
	color: #FFF;
	border-bottom: none;
}

/*Menu*/
ul.menu ul {
	top:40px;
	left: 50%;
    transform: translateX(-50%);
	width: 200px;
	display: block;
	z-index: 152;
	position: absolute;
}
ul.menu ul li {
	text-align: center;
	border: none !important;
    background: transparent;
	width: 200px;
}
ul.menu ul li:hover {
    background-color: transparent !important;
    border: none;
}
ul.menu ul li a {
	font-family: europa, sans-serif;
	color: #999;
	font-size: 16px;
	font-weight: 100px;
	letter-spacing: 0.5px;
    border-top: 1px solid rgba(0,0,0,0.08);
	background-color: #eee;
	padding: 10px;
	display: block;
}
ul.menu ul li a:hover {
	background-color: #1B56A8;
    color: #fff;
}
ul.menu ul li:first-child a,
ul.menu ul li:first-child a:hover {
	border-top: 0;
    border-radius: 8px 8px 0 0;
}
ul.menu ul li:last-child a,
ul.menu ul li:last-child a:hover{
	border-radius: 0 0 8px 8px;
}
ul.menu ul li:hover,
ul.menu ul li:hover a {
	background-color: #162A53;
}

ul.menu .menulink {
	padding: 11.5px 15px 11px;
	text-transform: uppercase !important;
	font-size: 14px;
	letter-spacing: 3px;
	border-color:#7c2789;

}
ul.menu .mobile-nav + li {
	border-left:1px solid #7c2789;
}
ul.menu .menulink:hover {
	background-color:#9e46ab;
}

/*Banner*/
.banner {
	background-image: url(images/bg-banner.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding:0;
    box-shadow: -5px 1px 1px rgba(0,0,0,0.1);
}
.banner > .frame {
	padding:0;
}
.banner h1,
.banner .h1 {
	color:#fff;
	font-weight:700;
	font-size:50px;
	text-transform: uppercase;
	letter-spacing: -1px;
	margin: 0 0 10px;
}
.banner h2,
.banner .h2 {
	font-weight: 100;
	font-size: 26px;
	line-height: 26px;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.banner .bt .button {
	background-color:rgba(0,0,0,0);
	font-size:18px;
	padding:10px 20px;
	border:2px solid #eee;
	text-decoration:none;
	font-weight: 500;
	letter-spacing: 2px;
	color: #fff;
}
.banner .bt .button .fa {
	position: relative;
	top:-2px;
}
.banner .bt .button:hover {
	border:2px solid #FFF;
	background-color:#fff;
	color:#333;
}

.banner .slide .slide-inner {
	background-color: rgba(0,0,0,0.1);
	text-shadow: none;
}
.banner .slider-wrapper {
    box-shadow: none;
}

.sssnext, .sssprev {
    width: 50px !important;
    height: 100%;
    margin: 0;
    position: absolute;
    top: 0;
    background-image: url('/web/template/default/assets/sss/images/brr.png') !important;
    z-index: 1000;
	transition: all 0.2s ease-out 0s;
}
.sssprev {
    left: 3%;
    background-position: 0 50% !important;
}
.sssnext {
    right: 3%;
    background-position: -50px 50% !important;
}
.sssprev:hover {
    left: 2.7%;
}
.sssnext:hover {
    right: 2.7%;
}
.sssprev:active {
    left: 2%;
}
.sssnext:active {
    right: 2%;
}

/*Elements*/
.html-style ul li::before, ul.bullet li::before, ul.bullet-list li::before {
	color: #CCC;
}
.faq:hover {
	border-color:#068ed0;
}
.faq:hover h3,
.faq:hover h3::before {
	color:#068ed0;
}

/*Index Assets*/
.homebox  {

}
.homebox .col {
	padding: 10px;
}
.homebox .col img {
	vertical-align: top;
	width: 100%;
}
.homebox .col .hb-text {
	padding: 35px 40px;
	background: linear-gradient(to top, #fff, #f3f3f3);
}
.homebox .col .hb-text h3 {
	font-size: 22px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 0 0 10px;
	font-weight: 600;
}
.homebox .col .hb-text p {
	text-align: justify;
	font-size: 12px;
	line-height: 24px;
	color: #888;
}
.homebox .col .hb-text p a.button {
	padding: 5px 15px;
	border-radius: 0;
	border-color: #bbb;
}

/* Global Footer */
.global-contact {
	background-color: #EEE;
	padding: 5px;
	font-size: 14px;
}
.global-contact .item {
	overflow: hidden;
}
.global-contact .item li {
	list-style: none;
	float: left;
	margin-right: 10px;
	color: #999;
}
.global-contact .item li a {
	color: #999;
}

/* Footer */
.footer {
	background-color:#90469b;
	background: url(images/bg-foot-glass-right.png) bottom right, url(images/bg-foot-glass-left.png) bottom left #90469b;
	background-repeat: no-repeat;
	background-size: contain;
	color: #FFF;
	padding:60px 0 70px;
	border-top: 1px solid #9e46ab;
}
.footer .foot-menu {
	border: none;
}
.footer .foot-menu > li a {
	border-color: transparent !important;
	font-weight: 300;
	color: #FFF;
}
.footer .foot-menu > li a:hover {
	border-bottom: 1px solid #FFF !important;
}
.footer .h4,
.footer p {
	color:#FFF;
}
.footer .h4 {
	font-size: 24px;
	margin: 0;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #888;
}
.footer .break {
	width: 80px;
	height: 2px;
	margin: 20px 0 20px;
	border-radius: 10px;
	background-color: #999;
}
.footer .foot-menu {
	margin: 0;
	padding-top: 0;
	padding-right:20px;
}
.footer .foot-menu > li a {
	padding: 8px 0;
	border: none;
	font-weight: 400;
	letter-spacing: 1px;
	border-color:#0d63a1;
	font-size: 14px;
	color: #888;
}
.footer .foot-menu > li a:hover {
	border: none !important;
	color: var(--colour-primary);
}
.footer .foot-product-wrap {
	background-color: #FFF;
	box-sizing: border-box;
	border-radius: 8px;
	overflow: hidden;
	color: #000;
}
.footer .foot-product-wrap .h4 {
	font-size: 24px;
	color: #90469b;
}
.footer .foot-product-wrap a {
	color: #068ed0;
	text-decoration: none;
}
.footer .foot-product-wrap p {
	color:#999;
	margin: 0;
}
.copyright a {
	color: #FFF;
}

/* Buttons */
.button {
	padding:8px 20px;
	border-radius: 4px;
	margin: 5px 0;
}
.button:hover {
	text-decoration: none !important;
	text-shadow: none !important;
}
.button.bt-outline {
	border-color: #90469b;
	color:#90469b;
}
.button.bt-outline:hover {
	border-color: #90469b !important;
	background-color:#90469b !important;
	color:#FFF !important;
}
input[type="submit"], button {
	font-family: "proxima-nova", "sans-serif";
	background: linear-gradient(to right, var(--colour-secondary), var(--colour-secondary));
	border-radius: 8px;
}
input[type="submit"]:hover, button:hover {
	transform: scale(1.1);
}
.form_table .field.submit input #forgot {
	background-color: #f00;
}

input[type="submit"]:hover, button:hover {
	background-color:#652D90;
	border-radius: 8px;
	color: #FFF;
	box-shadow: none;
}
input[type="text"], input[type="number"], input[type="password"], textarea, select{
	font-family: "proxima-nova", "sans-serif";
}
.hr-mini {
	background-color:#90469b;
	width:50px;
	height:4px;
	border-radius:5px;
	margin:10px 0 20px;
}
.feature-box {
	text-align:center;
}
.feature-box h2 {
	font-size:20px;
}
.feature-box img {
	width:80%;
	vertical-align:top;
}
.feature-box:hover {
	transform:scale(1.1,1.1);
	transition:all 0.2s ease-in-out 0s;
}

/*Section*/
.section-feature {
	padding: 80px 0;
}
.section-variant3 {
	background-color:#006cb9;
}
.section-variant2 {
	background-color:#DDD;
}
.section-variant1 {
	background-color:#EEE;
}
.body .frame > *:last-child {
	margin-bottom:0;
}
.section-feature.sf-variant3 * {
	color:#FFF;
}
.section-feature.sf-variant3 .divide {
	background-color:#FFF;
}
.section-contact-form {
	background-color: #068ed0;
	background-image: url(images/bg-contact.jpg);
}
.section-feature .button.bt-outline {
	color: #FFF;
	border-color:#FFF;
	margin: 0;
	border: 2px solid #FFF;
}
.section-title{
	padding: 100px 0 !important;
	background: var(--colour-primary);
}
.section-title h1{
	color: #fff;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.35);
    margin-bottom: 5px;
}
.box-contact{
	border: 2px solid #eee;
	border-radius: 10px;
	padding: 20px;
}
.box-contact h3{
	margin: 0;
}
.payment-summary {
	border: none;
	background-color: #E7E6E3;
}
.payment-summary .intro,
.payment-summary .price,
.payment-summary .tax {
	color:#164588
}

.payment-summary .button {
	border: none;
	background-color: #068ed0;
	color: #FFF;
}
.payment-summary .button:hover {
	background-color: #FFF;
	color: #652D90;
}

/*Element Overrides*/
.product-image-container {
	box-shadow: none;
}
body {
	font-family: "proxima-nova", "sans-serif";
}
.top-bar {
	width: 100%;
	background-color: #E6E6E6;
	display: inline-block;
    vertical-align: top;
}
.top-bar p {
	font-size: 12px;
	display: inline-block;
	text-align: right;
	margin: 0px;
	padding: 6px;
	color: #808080;
}
.top-bar p b {
	font-weight: 700;
}
.top-bar p a {
	text-decoration: none;
	color: #808080;
	transition: all 0.2s ease-in-out;
}
.top-bar p a:hover {
	color: #91BC0C;
}
.float.right {
	float: right;
}
.frame {
	width: 1600px;
}
.logo-wrap {
	display: inline-block;
}
.logo {
	max-width: 350px;
    min-width: 350px;
	height: 150px;
	border-radius: 200px;
}
/*.logo {
	max-width: 130px;
	min-width: 130px;
	height: 130px;
	border-radius: 200px;
	background-color: #FFF;
}*/
.logo-title {
	display: inline-block;
	margin: 0px;
}
.logo-col {
	display: inline-block!important;
	float: left;
}
.flexbox {
	display: flex;
}
.flexbox.fmiddle {
	align-items: center;
}
.header .flexbox.fmiddle {
	margin-top: -22px;
	margin-bottom: -22px;
	position: relative;
	z-index: 100;
}
.logo-title-col {
	float: left;
}
.logo-title {
	color: #000;
	font-family: europa, sans-serif;
	font-size: 26px;
	font-weight: 300;
}
.logo-title .ampersand {
	color: var(--colour-primary);
	font-family: europa, sans-serif;
	font-weight: 700;
}
.logo-title .blue-upper {
	text-transform: uppercase;
	font-family: europa, sans-serif;
	font-weight: 400;
	letter-spacing: 5px;
	font-size: 18px;
	color: #184C96;
}
.navigation {
	background-color: transparent;
	border: 0px;
	float: right;
}
ul.menu .menulink {
	color: #000;
	font-family: europa, sans-serif;
	text-transform: capitalize!important;
	border: 0px;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 0 20px;
    white-space: nowrap;
}
ul.menu .mobile-nav + li {
	border: 0px;
}
.header {
	padding: 0px;
}

ul.menu li .cart, ul.menu li .checkout {
	padding: 8px 16px;
	border-radius: 8px;
	background-color: #eee;
	color: #FFF;
    white-space: nowrap;
	font-family: "proxima-nova", "sans-serif";
	font-weight: 300;
}
ul.menu li .checkout {
	background-color: var(--colour-primary);
}
ul.menu li .cart {
	background-color: #000;
	margin-right: 5px;
    margin-left: 10px;
}
ul.menu li .checkout:hover {
	background-color: #1B56A8;
	transform: scale(1.05);
}
ul.menu li .cart:hover {
	background-color: #A4D60D;
	transform: scale(1.05);
}
ul.menu .menulink:hover {
	color: var(--colour-primary);
	background-color: transparent;
}

.banner {
	position: relative;
}
.banner::before {
	position: absolute;
	width: 600px;
	height: 400px;
	bottom: 0px;
	left: 140px;
	transform: translateY(40px);
	background-image: url(images/banner-product.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 100;
}
.banner-info {
	background-color: #FFF;
	border-radius: 10px;
	display: table;
	margin-left: auto;
	padding: 30px;
	width: 400px;
}
.banner-logo {
	width: 80px;
	display: table;
	margin: 0 auto;
	position: relative;
	margin-bottom: -60px!important;
}
.banner-logo img {
	border-radius: 100px;
}
.banner-logo::before {
	position: absolute;
    content: '';
    width: 80px;
    height: 80px;
    background-color: #FFF;
    border-radius: 100px;
    transform: translate(-50%, -7%);
}
.slider .slide-inner .banner-info .options {
	width: 100%;
	padding: 20px;
	padding-top: 38px;
	background-color: #E6E6E6;
	border-radius: 10px;
	color: #000;
	font-weight: 200;
	font-size: 18px;
}
.banner-info > figure {
	display: table;
	margin: 0 auto;
	margin-bottom: 20px;
}
.banner-info .button {
	background-color: #E11714;
	border: 0px;
	color: #FFF;
	width: 100%;
	padding: 20px 30px;
	border-radius: 10px;
	text-transform: capitalize;
	font-weight: 600;
	font-family: "proxima-nova";
	letter-spacing: 0px;
	font-size: 21px;
	margin-bottom: -18px;
}
.banner-info .button:hover {
	padding: 25px 30px;
	background-color: #EC2F2D;
}
.banner-info li {
	width: 50%;
	float: left;
	list-style: none;
	text-align: left;
	padding: 5px 0px;
}
.banner-info li span {
	color: #91BC0C;
	margin-right: 5px;
}
.banner-info ul {
	margin-bottom: 15px;
	display: inline-block;
}
h1, .h1 {
	color: var(--colour-primary);
	font-weight: 700;
}
h2, .h2 {
	font-weight: 300;
	color: var(--colour-primary);
	font-size: 35px;
}
h3, .h3 {
	font-weight: 700;
	color: #333;
	font-size: 30px;
}
.intro-block ul {
	display: table;
	margin: 0 auto;
	margin-top: 50px;
}
.intro-block li {
	list-style: none;
	font-family: "proxima-nova", "sans-serif";
	color: #3A3738;
	display: inline-block;
	float: left;
	margin: 0px 40px;
	font-weight: 500;
	position: relative;
}
.intro-block span {
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translate(-120%, -50%);
	color: #91BC0C;
	font-size: 36px;
}
.intro-section {
	position: relative;
	padding: 90px 0px!important;
}
.intro-section.home .pb-container {
	margin-top: -190px;
    background-color: white;
    padding: 80px;
    border-radius: 10px;
}
.intro-section::before {
	position: absolute;
	content: '';
	border: 30px solid transparent;
	border-top-color: #FFF;
	left: 50%;
	bottom: 0px;
	transform: translate(-50%, 100%);
}
.products-section {
	background: linear-gradient(to right, #EDF2F4);
}
.product-category {
	background-color: #FFF;
	border-radius: 10px;
	padding: 30px;
}
.product-category figure {
	display: table;
	margin: 0 auto;
}
.product-category p {
	font-size: 21px;
	text-align: center;
	font-family: "proxima-nova", "sans-serif";
	color: #2F2C2D;
	font-weight: 600;
}
.products-section .view-all {
	border: 0px;
	font-weight: 400;
	background-color: #FFF;
	border-radius: 100px;
	color: #3A3738;
	display: table;
	margin-left: auto;
}
.products-title strong {
	font-family: europa, sans-serif;
	font-weight: 700;
}
/* .products-title h2 {
	color: #FFF;
} */
.products-section .deals {
	background-color: #BC0C19;
	color: #FFF;
	border-radius: 10px;
	border: 0px;
	padding: 20px 50px;
	text-transform: capitalize;
	display: table;
	margin: 0 auto;
	margin-bottom: -95px;
	margin-top: 60px;
	letter-spacing: 0px;
	font-size: 21px;
}
.products-section .deals:hover {
	background-color: #EC2F2D;
	/* padding: 25px 50px; */
}
/*Basket*/
.zulu-basket .button.basket {
	padding: 6px 20px;
	border-radius: 8px;
	background-color: #000;
	color: #FFF;
	font-family: "proxima-nova", "sans-serif";
	font-weight: 300;
	border: 2px solid transparent;
}
.zulu-basket .button.basket:hover,
.zulu-product .button.bt-wishlist-add:hover {
	transform: scale(1.05);
	background-color: #000;
}
.zulu-product .attribute-select.form-block label {
	color: #aaa;
}
.zulu-product .attribute-select.form-block input {
	background-color: transparent;
	border: 2px solid #aaa;
	border-radius: 5px;
	padding: 10px;
	color: #aaa;
}
.zulu-product .button.bt-wishlist-add {
	padding: 6px 20px;
	border-radius: 8px;
	background-color: #000;
	color: #FFF;
	font-family: "proxima-nova", "sans-serif";
	font-weight: 300;
	border: 2px solid transparent;
}
.popdown-done .popdown-foot .button.bt-outline.close-popdown {
	width: 100%;
	margin-bottom: 5px;
	padding: 10px 20px;
	border-radius: 8px;
	background-color: #000;
	color: #FFF;
	font-family: "proxima-nova", "sans-serif";
	font-weight: 300;
	border: 2px solid transparent;
}
.popdown-done .popdown-foot .button.bt-outline.close-popdown:hover {
	background-color: #000 !important;
	border: 2px solid transparent !important;
}

.popdown-done .popdown-foot .button.dropdown-basket {
	width: 49%;
	padding: 10px 20px;
	border-radius: 8px;
	background-color: #000;
	color: #FFF;
	font-family: "proxima-nova", "sans-serif";
	font-weight: 300;
	border: 2px solid transparent;
}
.button.dropdown-basket {
	padding: 10px 20px;
	border-radius: 8px;
	background-color: #000;
	color: #FFF;
	font-family: "proxima-nova", "sans-serif";
	font-weight: 300;
	border: 2px solid transparent;
}
.button.dropdown-basket:hover {
	padding: 10px 20px;
	border-radius: 8px;
	background-color: #A4D60D;
	transform: scale(1.05);
	color: #FFF;
	font-family: "proxima-nova", "sans-serif";
	font-weight: 300;
	border: 2px solid transparent;
}
.popdown-done .popdown-foot .button.dropdown-customer {
	width: 50%;
	padding: 10px 20px;
	border-radius: 8px;
	background: linear-gradient(to right, var(--colour-primary), var(--colour-primary));
	color: #FFF;
	font-family: "proxima-nova", "sans-serif";
	font-weight: 300;
	border: 2px solid transparent;
}
.button.dropdown-customer {
	padding: 10px 20px;
	border-radius: 8px;
	background: linear-gradient(to right, var(--colour-primary), var(--colour-primary));
	color: #FFF;
	font-family: "proxima-nova", "sans-serif";
	font-weight: 300;
	border: 2px solid transparent;
}
.zulu-basket .product-box .box,
.zulu-search .product-box .box {
	border: 2px solid #eee;
}
.zulu-basket .product-box .box:hover,
.zulu-search .product-box .box:hover {
	border: 2px solid #ddd;
}
.zulu-search

.popdown-wrapper .popdown-body h2.title a {
	color: #164588;
}
.popdown-wrapper .popdown-body h2.title a:hover {
	text-decoration: none;
}
.zulu-basket .cart-wrap .order-content-save {
	color: #fff;
	background:var(--colour-primary);
	border: none;
}
.zulu-basket .cart-wrap .order-content-save:hover {
	color: #fff;
	background:#1B56A8;
	border: none;
}
.zulu-basket .cart-wrap .bt-xs.button{
	color: #fff;
	background:#BC0C19;
	border: none;
}
.zulu-basket .cart-wrap .bt-xs.button:hover {
	color: #fff;
	background:#ED2024;
	border: none;
}
/*Browse*/

.sort-box {
    border: 1px solid #eee;
    padding: 10px 15px;
    background: var(--colour-secondary);
}
.sort-box .col:nth-child(2) p,
.sort-box .form-block .field label {
	color: #fff;
}

.sort-box .button {
	border: 1px solid #fff;
	color: #fff;
}
.sort-box .button:hover {
	background-color: #fff;
	color: #375D92;
}
.sidebox .links li > a:hover {
	background: var(--colour-primary);
	box-shadow: unset;
	border: unset;
}
.sidebox .links li {
	border: unset;
}

.search-box .form-block .field button {
	padding: 12px 10px;
}

.product-box > li .box .title a {
	color: #000;
}

/*Checkout*/

.form_subcaption {
	background: linear-gradient(to right, #4CA0CD, #254D85);
	padding: 10px;
	margin-top: 10px;
	font-size: 14px;
	font-weight: 600;
	border-radius: 8px 8px 0 0;
	color: #fff;
}
input[type="text"]:hover, input[type="text"]:focus, input[type="number"]:hover, input[type="number"]:focus, input[type="password"]:hover, input[type="password"]:focus, select:focus, select:hover, textarea:focus, textarea:hover {
	border-color: var(--colour-primary);
}
p.breadcrumb .current {
	color: var(--colour-primary);
}
.cart-wrap .col.col-info h2.title a {
	color: var(--colour-primary)8;
}
.cart-wrap .col.col-info h2.title a:hover {
	text-decoration: none;
}
.cart-wrap .field-remove.col .button.bt-outline{
	background-color: #BC0C19;
	color: #FFF;
	border-radius: 10px;
	border: 0px;
	padding: 7px 25px;
	text-transform: capitalize;
	letter-spacing: 0px;
	font-size: 18px;
    margin: 0;
}

.cart-wrap .field-remove.col .button.bt-outline:hover {
	background-color: #EC2F2D !important;
}
.cart-wrap .field-update.col button:hover{
    transform: none;
}
.cart-wrap .field-update.col .button.bt-outline.qty-adjust-bt{
	background: linear-gradient(to right, var(--colour-primary), var(--colour-primary));
	color: #FFF;
	border-radius: 10px;
	border: 0px;
	padding: 7px 25px;
	text-transform: capitalize;
	letter-spacing: 0px;
	font-size: 18px;
    margin: 0;
}


/*Product Page*/

.zulu-product .attribute-select input[type="submit"] {
	background: linear-gradient(to right, #4CA0CD, #254D85);
}


/*Sign in*/

.zulu-login .page-login .form_table .button {
	padding: 10px 20px;
	border-radius: 8px;
	background-color: #000;
	color: #FFF;
	font-family: "proxima-nova", "sans-serif";
	font-weight: 300;
	border: 2px solid transparent;
}
.zulu-login .page-login .form_table .submit input#forgot {
	background: #BC0C19;
}
.zulu-login .page-login .form_table .submit input#forgot:hover {
	background: #EC2F2D;
}


.reasons-why-section {
	padding: 120px 0px!important;
}
.reasons-why-section img {
	width: 95%;
    max-width: 500px;
	margin-left: -20px;
}
.reasons-why ul {
	display: table;
	margin-left: 150px;
}
.reasons-why li {
	width: 400px;
	background-color: #FFF;
	border-radius: 100px;
	padding: 8px;
	margin-bottom: 10px;
	color: #2F2C2D;
	font-weight: 300;
	list-style: none;
}
.reasons-why span {
	color: var(--colour-primary);
	background-color: #E7E6E3;
	width: 20px;
	height: 20px;
	border-radius: 100px;
	position: relative;
	font-size: 28px;
	margin-right: 10px;
}
.reasons-why span::before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.reasons-why li strong {
	color: var(--colour-primary);
}
.testimonials-section {
	background: linear-gradient(to right, var(--colour-primary));
}
.testimonials-section .h1 {
	color: #FFF;
	margin-bottom: 60px;
}
.footer-top {
	padding: 70px 0px;
	background-color: var(--colour-primary);
}
.footer-top h2 {
	color: #fff;
}
.green-btn,
.blue-btn {
	border: 0px;
	border-radius: 8px;
	background-color: var(--colour-footer);
	color: #FFF;
	padding: 12px 45px;
	text-transform: capitalize;
	font-weight: 200;
}
.blue-btn {
	background: linear-gradient(to right, var(--colour-secondary));
	margin-left: 10px;
}
.green-btn:hover,
.blue-btn:hover {
	transform: scale(1.1);
	border: 0px;
}
.green-btn:hover {
	background-color: var(--colour-footer);
}
.blue-btn:hover {
	background: linear-gradient(to right, var(--colour-secondary), var(--colour-secondary));
}
.center-wrap {
	display: table;
	margin: 0 auto;
}
.line-right {
	position: relative;
}
.line-right::before {
	position: absolute;
	content: '';
	width: 3px;
	top: -30px;
	bottom: -30px;
	right: 0;
	background: linear-gradient(transparent,#EEE,transparent);
}
.footer {
	/* background: linear-gradient(to right, var(--colour-primary), var(--colour-primary)); */
	background: #fff;
	border: 0px;
	position: relative;
	padding-bottom: 150px;
}
/* .footer::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url(images/logo-white-bg.png);
	mix-blend-mode: multiply;
	background-position: 105% 50px;
	background-size: 400px;
	background-repeat: no-repeat;
	opacity: 0.4;
	pointer-events: none;
} */
.footer .h4 {
	color: #000;
	text-transform: capitalize;
	margin-bottom: 20px;
	letter-spacing: 0px;
}
.footer .col {
	position: relative;
}
.footer .col:last-child ul {
	display: inline-block;
	float: left;
}
.footer .col:last-child ul li {
	list-style: none;
	font-size: 14px;
}
.footer .contact-col ul > li{
    list-style: none;
}
.footer .contact-col ul > li a{
    color: #000;
}
.footer .col:last-child ul:first-child li {
	color: #13244E;
}
.footer .foot-menu > li a {
	color: #000;
	font-weight: 100;
}
.copyright {
	background: linear-gradient(to right, var(--colour-footer));
	position: relative;
}
/* .copyright::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	height: 28px;
	transform: translateY(-100%);
	background: url(images/footer-white-curve.png) no-repeat bottom;
} */
.copyright img {
	display: none;
	margin: -50px auto 20px auto;
	width: 50px;
	position: relative;
}
.copyright {
	font-family: europa, sans-serif;
	font-weight: 400;
	color: #FFF;
}
.copyright .copyright-links,
.copyright .copyright-links a {
	font-family: europa, sans-serif;
	font-weight: 400;
	color: #fff;
}
.copyright-company {
	font-size: 16px;
	margin-bottom: 5px;
	display: inline-block;
}
.footer-top .form-block {
	border: 0px;
}
.footer-top .form-block label {
	display: none;
}
.footer-top .form-block input[type=text] {
	border: 1px solid #D0CDC8;
	background-color: #E7E6E3;
	color: rgba(114,110,107,0.50);
	border-radius: 0 !important;
	border-top-left-radius: 50px !important;
	border-bottom-left-radius: 50px !important;
	text-indent: 5px;
	padding: 15px;
	font-family: europa, sans-serif;
	font-weight: 400;
	width: 60%;
	float: left;
}
.footer-top .form-block button {
	width: 40%;
	float: left;
	font-family: europa, sans-serif;
	text-transform: uppercase;
	font-weight: 100;
	padding: 14.5px 5px;
	font-size: 16px;
	letter-spacing: 1px;
	border-radius: 0;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	background-color: var(--colour-secondary);
	transition: all 0.3s ease;
}
.footer-top .form-block button:hover {
	background: var(--colour-footer) !important;
	transform: scale(1) !important;
	transition: all 0.3s ease;
}
.footer-top .form-block .field {
	padding: 0px;
}
.footer-top .form-block .field.submit {
	margin: 0px;
}
.footer .col:last-child a {
	text-decoration: none;
	color: #FFF;
}
.footer .col:last-child a:hover, .footer a:hover {
	color: #068ED0;
}
.testimonial-box {
	background-color: #FFF;
	padding: 60px;
	border-radius: 15px;
	width: 66%;
	display: table;
	margin: 0 auto;
}
.testimonial-box h3 {
	color: #726E6B;
	display: inline-block;
	float: left;
	font-family: europa, sans-serif;
	font-weight: 400;
	font-size: 21px;
}
.testimonial-box h4 {
	color: #D0CDC8;
	margin-left: 10px;
	display: inline-block;
	font-family: europa, sans-serif;
	font-weight: 400;
	font-size: 18px;
}
.testimonial-box p {
	width: 100%;
	display: inline-block;
	margin: 0px;
	font-weight: 100;
	color: #726E6B;
	font-size: 16px;
}
.form-form_contact .form-block{
    background-color:rgba(255,255,255,0.8);
	padding: 20px;
	border-radius: 10px;
/*	width: 400px;
*/	z-index: 1000;
}
.form-form_contact .form-block .field label{
	display: none;
}
.form-block .field label, .form-block .field p.caption, .form-block .field input, .form-block .field select, .form-block .field textarea{
	color: #333;
    font-weight: 300;
}
.form-block .field input,.form-block .field select, .form-block .field textarea{
	background-color: #fff;
	border-radius: 5px;
	padding: 10px;
}
.form-block .field input,.form-block .field select, .form-block .field textarea:hover {
	background-color: #fff;
	border-radius: 5px !important;
	padding: 10px;
}
.pb-block-type-map{
	border-radius: 10px;
}
.check-list ul li::before{
	font-family: "Font Awesome 5 Pro";
	content: "\f058";
	list-style: none;
	position: absolute;
	left: 10px;
	color: #91BC0C;
	font-size: 40px;
	margin-top: -5px;
}
.check-list ul li{
	font-size: 24px;
	color: #13244E;
	list-style: none;
	padding: 10px 0;
	font-weight: 900;
	position: relative;
	padding-left: 70px;
}
.border-top{
	border-top: 2px solid #eee;
}
.box-grey{
	background-color: #eee;
	padding: 20px;
	border-radius: 15px;
	margin: 20px 0;
}
.box-info{
	border-radius: 15px;
	padding: 40px;
}
.box-info h4{
	color: #333;
}
.box-info em{
	font-size: 35px;
    float: left;
    padding-right: 20px;
	margin-top: 5px;
}
.btn-blue{
	background: var(--colour-primary);
	border-color: var(--colour-primary);
	color: #fff;
}
.btn-blue:hover{
	background: var(--colour-footer);
}
.btn-cta{
	font-size: 20px;
	padding: 15px 30px;
	border-radius: 15px;
	font-weight: 900;
	letter-spacing: 1px;
	margin: 20px 0px;
}
.pad-right-50{
	padding-right: 50px;
}
.margin-left-50{
	margin-left: 50px;
}
hr{
	border-bottom: 2px solid #EEE;
}
.contact-box {
	box-shadow: 0 0 6px 0 rgba(0,0,0,0.1);
	padding: 20px;
}
.contact-box.head {
	background: var(--colour-secondary);
	color: #FFF;
	border-radius: 10px 10px 0px 0px;
}
.contact-box.head span {
	float: right;
	display: table;
}
.contact-box.head p {
	font-size: 24px;
	margin: 0px;
}
.contact-box h3 {
	font-size: 18px;
	margin: 0px;
}
.contact-box.bottom {
	border-radius: 0px 0px 10px 10px;
}
.contact-box.bottom h3 {
	font-weight: 500;
}
.form-row .form-block {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 5%;
}

.popup-overlay.promo-popup {
    width: 1200px;
}
.popup-overlay.promo-popup .promo-offer-options img {
    width: 100%;
}
.popup-overlay.promo-popup .promo-offer-options.coltable > .col {
    display: inline-block;
}
.popup-overlay.promo-popup .promo-offer-options .box:hover {
    border-color: #CCC;
    transition: all 0.2s ease-in-out 0s;
}
.popup-overlay.promo-popup .promo-offer-options .box button, .popup-overlay.promo-popup .promo-offer-options .box select {
    margin-top: 5px;
}
.popup-overlay.promo-popup .promo-offer-options .options-add button {
    background-color: #20327C;
    text-transform: uppercase;
    font-size: 16px;
    padding: 10px 20px;
    font-family: "proxima-nova",sans-serif;
    letter-spacing: 1px;
}
.popup-overlay.promo-popup .promo-offer-options .options-add button:hover {
    background: #888;
}

.product-promo {
    color: var(--colour-primary);
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover{
    background: linear-gradient(to right, var(--colour-primary), var(--colour-primary));
    border-color: #184C96;
}
.pagination > li > a, .pagination > li > span{
    color: var(--colour-primary);
}
.pagination > li:first-child > a, .pagination > li:first-child > span,
.pagination > li:last-child > a, .pagination > li:last-child > span{
    background-color: #eee;
}
.sidebox h4{
    color: var(--colour-primary);
}
.payment-summary .button:hover{
    color: #fff;
    transform: scale(1.1);
}

.contact-boxes .pb-row {
	display: flex;
	justify-content: center;
}
.contact-boxes .pb-column {
	display: none;
}
.contact-boxes .pb-column:has(.pb-block) {
	display: inline-block !important;
}
.product-category img {
		width: 100%!important;
	}
/******RESPONSIVE OVERRIDE*****/
@media screen and (max-width:1600px) {
	.frame {
		width: 1200px;
	}
	.banner::before {
		width: 360px;
    	height: 260px;
	}
	.product-category img {
		width: 100%!important;
	}
	.footer {
		padding: 70px 70px 150px;
	}

    .logo {
        max-width: 500px;
        min-width: 500px;
        height: 130px;
    }
    .footer .frame{
        width:100%;
    }
}
@media screen and (max-width:1200px) {
	iframe {
		width:100% !important;
	}
    .header .frame{
        padding: 0 20px;
    }
	.frame {
		width: 100%;
        padding: 0 20px;
	}
    .footer {
        padding: 70px 0 150px;
    }
	.row {
		margin-right: 0px;
		margin-left: 0px;
	}
	.section-feature.sf-about,
	.section-feature.sf-gift,
	.section-feature.sf-party {
		padding-left: 20px;
		padding-right: 20px;
	}
	.mobi-box {
		padding: 20px;
		box-sizing: border-box;
		border-radius: 20px;
		background-color: rgba(255,255,255,0.8);
		color: #000;
	}
	.mobi-box .h2,
	.mobi-box .h3,
	.mobi-box a,
	.mobi-box p {
		color: #000 !important;
		text-shadow: none !important;
		border-color:#000 !important;
	}
	.section-feature.sf-party,
	.section-feature.sf-about {
		background-position: left top;
	}
	.banner::before {
		width: 300px;
    	height: 240px;
		left: 40px;
	}
	.banner-info {
		transform: scale(0.78);
	}
	ul.menu .menulink {
		padding: 10px;
		font-size: 15px;
	}
	.logo {
        min-width: 400px;
        max-width: 400px;
    }
	.logo-title {
		font-size: 19px;
	}
	.logo-title .blue-upper {
		font-size: 14px;
	}
	.reasons-why ul {
		margin-left: 0px;
	}
	h1, .h1 {
		font-size: 36px;
	}
	.product-category p {
		font-size: 18px;
	}
	h2, .h2 {
		font-size: 28px;
	}
	.form-form_contact .form-block {
		margin: 20px 20px 0 auto;
	}
	.contact-boxes .col-sm-4 {
		display: block!important;
		width: 100%!important;
	}
    .popup-overlay.promo-popup {
        width: 90%;
    }
    .ssslide{
        background-size: contain;
        background-repeat: no-repeat;
        max-height: 200px !important;
    }
}
@media screen and (max-width:1000px) {
    .popup-overlay.promo-popup .promo-offer-options.coltable > .col {
        width: 33.33%;
    }
    .header .coltable > .col{
        display: inline-block;
        width: 49%;
    }
}
@media screen and (max-width:950px) {
    .header .frame{
        padding: 0;
    }
    .logo-col{
        padding: 0 20px;
    }
}
@media screen and (max-width:800px) {
	.contact-boxes .pb-row {
		flex-direction: column;
		row-gap: 20px;
	}
    .logo {
        max-width: 500px;
        min-width: 500px;
    }
	.h2, h2, .h3, h3 {
		font-size: 22px;
		line-height: 30px;
	}
	.section-feature.sf-gift .h2, .section-feature.sf-party .h2 {
		font-size: 32px;
		line-height: 30px;
		color: #90469b !important;
	}
	.banner h2, .banner .h2,
	.banner h1, .banner .h1 {
		font-size: 24px;
		line-height: 24px;
		margin: 0 0 5px;
	}
	.banner .bt {
		transform: scale(0.6,0.6);
	}
	.section-feature.sf-gift {
		background-size: cover;
	}
    ul.menu li .cart{
        margin-left: 0;
    }
    ul.menu .menulink{
        padding: 15px;
    }
	ul.menu .mobile-nav {
		display: block !important;
    	width: 100%;
    	float: none;
		background-color: #eee;
		padding: 0px;
		margin: 10px 0px 3px;
	}
	ul.menu .mobile-nav .menulink {
		color: #808080;
        padding: 10px;
	}
	ul.menu .rlink {
		display: none;
		float: none;
	}
	.header .coltable > .col {
		display: block!important;
		width: 100%;
	}
	.header .flexbox.fmiddle {
		flex-flow: column;
		text-align: center;
	}
	.top-bar .float.right,
	.navigation {
		float: unset;
	}
	.top-bar p:last-child {
		float: right;
	}
	ul.menu {
		display: block;
	}
	.mob-transform {
		display: inline-block!important;
		width: 49.7%;
	}
	ul.menu li .cart {
		margin-right: 0px;
	}
	ul.menu li .cart, ul.menu li .checkout {
		text-align: center;
		border-radius: 0px;
		padding: 8px;
	}
	h1, .h1 {
		font-size: 32px;
	}
	.reasons-why-section {
		padding: 70px 20px!important;
	}
	.reasons-why li,
	.reasons-why-section img {
		width: 300px;
	}
    .intro-section{
        padding: 30px 0 !important;
    }
	.footer-top .form-block button {
		padding: 16.5px 5px;
   		font-size: 14px;
	}
	.banner-info {
		transform: scale(0.6) translateY(-20%);
	}
    .popup-overlay.promo-popup .promo-offer-options.coltable > .col {
        width: 50%;
    }
}
@media screen and (max-width:750px) {
	.product-category {
		margin: 15px 0;
        padding: 15px;
	}
    .products-section .col-sm-3{
        width: 50%;
        display: inline-block;
    }
    .section-title{
        padding: 50px 0 !important;
    }
    .line-right::before {
        display: none;
    }
    .pad-right-50{
        padding-right: 0;
    }
    .margin-left-50{
        margin-left: 0;
    }
}
@media screen and (max-width:600px) {
    .ssslide{
        max-height: 100px !important;
    }
    .header .flexbox,
    .logo-wrap{
        display: block;
    }
    .logo-col {
        display: block !important;
        float: none;
    }
	.logo {
        min-width: 100%;
        max-width: 100%;
        height: 100px;
	}
	.footer {
		text-align: center;
	}
	.footer .break {
		margin-left: auto;
		margin-right: auto;
	}
	.section-feature.sf-gift,
	.section-feature.sf-party {
		text-align: center;
	}
	.footer .h4 {
		margin-top: 40px;
	}
	.footer .coltable .col:first-child .h4 {
		margin-top: 0;
	}
	.footer .foot-product-wrap {
		width: 75%;
		margin: 0 auto;
	}
	.section-feature.sf-about {
		background-size: contain;
	}
	ul.menu li:not(.mobile-nav) .menulink {
		padding: 10px;
	}
	.mob-transform {
		display: block!important;
		width: 100%;
	}
	.header .flexbox.fmiddle {
		margin-top: 0px;
	}
	ul.menu .mobile-nav {
		margin-bottom: 0px;
	}
	.banner {
		display: none;
	}
	.footer .frame > .coltable > .col:first-child {
		padding-right: 0px;
	}
	.footer .col:last-child ul {
		float: unset;
	}
	.copyright .copyright-links a {
		font-size: 12px;
	}
	.footer > .frame > .coltable > .col:last-child {
		padding-left: 0px;
	}
	.copyright::before {
		background-size: contain;
	}
	.intro-block li {
		display: block;
		float: unset;
		margin: 30px 0px;
	}
	.products-title h2,
	.reasons-why li {
		text-align: center;
	}
	.products-section .view-all {
		margin: 0 auto;
	}
	.reasons-why-section {
		background-size: cover!important;
		background-position: left!important;
	}
	.pb-section-column-va-center .pb-column, .vcenter:not(.coltable) {
		display: block;
	}
	.reasons-why ul {
		margin: 0 auto;
	}
	.testimonial-box {
		text-align: center;
	}
	.testimonial-box h3 {
		display: block;
		float: unset;
	}
	.contact-boxes .col-sm-4:not(:last-child) {
		margin-bottom: 20px;
	}
	.row-container .pb-block > .pb-block-content {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.check-list ul li {
		font-size: 18px;
	}
	p,
	.pro-main h1:first-of-type {
		text-align: center;
	}
	.line-right::before {
		content: unset;
	}
	.pad-right-50 {
		padding-right: 0px;
	}
	.margin-left-50 {
		margin: 0px;
	}
	.box-info h4 {
		font-size: 18px;
		text-align: center;
	}
	/*
	.zulu-search .body {
		padding: 30px;
	}.zulu-search .product-box .box {
		min-height: 250px;
	}*/
	.product-box li {
		width: 50%;
	}
	.sort-box .form-block {
		display: table;
		margin: 0 auto;
	}
	.sort-box {
		border-radius: 5px;
	}
	.footer-top h2 {
		text-align: center;
	}
	.form-row .form-block {
		position: unset;
		transform: unset;
		margin-bottom: 70px;
		width: 100%;
	}
	.map-wrapper {
		border-radius: 10px;
	}
    .testimonial-box{
        width: 100%;
        padding: 30px;
    }
}
@media screen and (max-width:400px) {
    .top-bar p,
    .top-bar p:last-child{
        float: none;
        display: block;
        margin: 0 auto;
        text-align: center;
    }
    .ssslide{
        max-height: 80px !important;
    }
    .products-section .col-sm-3{
        width: 100%;
        display: block;
    }
    .center-wrap{
        text-align: center;
    }
    .footer-top .form-block .field{
        display: block;
    }
    .footer-top .form-block button{
        width: 100%;
        border-radius: 50px;
    }

}


.section-slider {
	min-height: 50vh;
	display: flex;
	align-items: center;
}

.section-slider .pb-block-content {
    padding: 80px;
    background-color: #fff;
    width: fit-content;
    max-width: 680px;
    border-radius: 10px 10px 0 0;
}
.section-slider ul {
	margin-top: 40px;
}
.section-slider li {
	list-style: none;
	margin-bottom: 15px;
}
.section-slider li::before {
	content: '\f00c';
	font-family: "Font Awesome 5 Pro";
	font-size: 16px;
	width: 40px;
	height: 40px;
	background-color: var(--colour-secondary);
	border-radius: 100px;
	color: #fff;
	padding: 5px;
	margin-right: 10px;
}
