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

/***Main CSS***/
.body, body{
    font-family: "poppins", "sans-serif";
}
*{
    font-family: inherit;
}
.form-block .field label, .form-block .field p.caption, .form-block .field input, .form-block .field select, .form-block .field textarea,input[type="submit"], button{
    font-family: "poppins", "sans-serif";
}
body {
	background-color:#FFF;
}
.body {
	padding: 80px 0;
}

p {
	font-family: "poppins", "sans-serif";
	color: #000;
	font-size: 14px;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, .h5, h5 {
	font-family: "rift", "sans-serif";
    color: #414042;
}
h1,.h1 {
	font-size: 3rem;
	line-height: 50px;
    font-weight: 700;
}
h2,.h2 {
	font-size: 2.5rem;
    line-height: 42px;
    font-weight: 500;
}
h3,.h3 {
	font-size: 2rem;
    line-height: 38px;
    font-weight: 400;
}
h4,.h4 {
	font-size: 1.6rem;
    line-height: 37px;
    font-weight: 300;
}
h5,.h5 {
	font-size: 1.2rem;
    line-height: 30px;
    font-weight: 100;
}
.button {
	background: none;
	border-radius: 0;
	border: 2px solid #aaa;
	text-transform: uppercase;
	letter-spacing: 1px;
	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: 400px;*/
    max-width: 100%;
	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:43px;
	left: 0;
	width: 100%;
}
ul.menu ul li {
	text-align: center;
	border-color:#ccc;
	background-color: #ddd;
	width: 100%;
}
ul.menu ul li a {
	color: #999;
	font-size: 12px;
	font-weight: 100px;
	letter-spacing: 0.5px;
}
ul.menu ul li:hover,
ul.menu ul li:hover a {
	background-color: #fff !important;
}

ul.menu .menulink {
	padding: 11.5px 15px 11px;
	text-transform: uppercase !important;
	font-size: 14px;
	letter-spacing: 3px;
	text-transform: none;
	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;
}
.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.3);
	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: #FFF;
}
.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;
}
.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 {
    background-color: #00ADEE;
    border-color: #00ADEE;
}
input[type="submit"]:hover, button:hover {
	background-color:#fff;
	border-color:#fff;
	border-radius: 0;
	color: #00ADEE;
	box-shadow: none;
}

.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;
}
.payment-summary {
	border: none;
	background-color: #652D90;
}
.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;
}
.frame {
	max-width: 1600px;
    width: 100%;
}
.header {
	background-color: #202020;
	position: relative;
	z-index: 1;
	padding: 0px;
}
.header .frame {
	display: flex;
	justify-content: space-between;
}
.header::before,
.header::after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	pointer-events: none;
	background-size: contain;
	background-repeat: no-repeat;
}
.header::before {
	background-image: url("images/bg-header-left.png");
	background-position: left;
}
.header::after {
	background-image: url("images/bg-header-right.png");
	background-position: right;
}
.zulu-global.global-danger {
	display: none;
}
.header .navigation {
	align-self: flex-end;
	border: 0px;
	background-color: transparent;
}
.logo {
	height: 120px;
}
ul.menu {
	display: flex;
	align-items: flex-end;
}
ul.menu .mobile-nav + li {
	border: 0px;
}
ul.menu .menulink {
	border: 0px;
	font-family: "rift", "sans-serif";
	color: #6D6E71;
	letter-spacing: 1px;
	padding: 15px 30px;
	background-color: #FFF;
	font-size: 16px;
	font-weight: 500;
	margin-left: 4px;
}
ul.menu .menulink:hover, ul.menu li.active .menulink {
	padding: 20px 30px;
	background-color: #FFA617;
	color: #FFF;
}
ul.menu li ul li.active a,
ul.menu li ul li.active a:hover {
    background-color: #FFA617 !important;
	color: #FFF !important;
}
ul.menu li.tab-39 .menulink,
ul.menu li .menulink.ecom {
	padding: 20px 30px;
	background-color: #00ADEE;
	color: #FFF;
	position: relative;
}
ul.menu li .menulink.ecom {
	padding: 20px 20px;
	/*background-color: #FFA617;*/
}
ul.menu li .menulink.ecom span {
	margin-left: 10px;
}
ul.menu li.tab-39 .menulink:hover, ul.menu li .menulink.ecom:hover {
	background-color: #FFA617;
}
/*ul.menu li:last-of-type .menulink.ecom:hover {
	background-color: #00ADEE;
}*/
ul.menu li.tab-39 .menulink::before {
	position: absolute;
	content: 'Want to place and order?';
	content: unset;
	font-family: "poppins", "sans-serif";
	font-size: 12px;
	color: #FFF;
	top: 0;
	left: 50%;
	transform: translate(-50%, -200%);
	width: 100%;
	font-weight: 300;
	text-transform: capitalize;
}
ul.menu ul {
	top: 122px;
	flex-wrap: wrap;
	background: repeating-linear-gradient(135deg, #F2F2F2 0px, #F2F2F2 5px, #E0E0E0 5px, #E0E0E0 10px);
}
ul.menu li {
	position: unset;
}
ul.menu ul li {
	flex: 0 0 16.666%;
	border: 0px;
	background-color: #FFF;
}
ul.menu li:nth-child(7) ul li:first-child a {
	background-color: #FFA617;
	color: #FFF;
}
/*ul.menu ul li:first-child:hover a {
	background-color: #00ADEE!important;
	color: #FFF;
}*/
ul.menu ul li a {
	font-family: "rift", "sans-serif";
	color: #96999c;
	padding: 15px;
	font-size: 16px;
	font-weight: 400;
	border-bottom: 1px solid #DDD;
}
ul.menu ul li:hover a {
	color: #00ADEE;
}
.banner-product {
	background-color: #FFF;
	padding: 40px;
	width: 700px;
	position: absolute;
	bottom: 0;
	text-align: left;
}
h2 {
	color: #414042;
	font-weight: 700;
	font-family: "rift", "sans-serif";
	letter-spacing: 1px;
}
.banner h2 {
	font-weight: 800;
	letter-spacing: 1px;
	font-size: 36px;
	margin-bottom: 30px!important;
}
.banner p {
	text-align: justify;
	word-break: break-all;
	margin: 0px!important;
}
.banner-product a {
	position: absolute;
	top: 40px;
	right: 0;
	height: 45px;
	width: 45px;
	background-color: #00B4F8;
	color: #FFF;
	display: flex;
	align-items: center;
	justify-content: center;
}
.banner-product p {
	padding-right: 40px;
}
.bx-wrapper .bx-pager {
	display: none;
}
.bx-wrapper .bx-controls-direction a,
.lSAction > a {
	background-color: #21343D;
	background-image: none!important;
	height: 45px!important;
	width: 45px!important;
	position: relative;
    opacity: 0.6;
}
.bx-wrapper .bx-controls-direction a::before,
.lSAction > a::before {
	position: absolute;
	content: '\f053';
	font-family: "Font Awesome\ 5 Pro";
	color: #FFF;
	text-indent: 0px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.bx-wrapper .bx-controls-direction a.bx-next::before,
.lSAction > a.lSNext::before {
	content: '\f054';
}
.bx-wrapper .bx-prev {
	/*left: 150px!important;*/
    left: 40px!important;
}
.bx-wrapper .bx-next {
	/*right: 150px!important;*/
    right: 40px!important;
}
.brand-section h2,
.products-section h2 {
	display: flex;
	align-items: center;
	margin-bottom: 0px;
}
.brand-section h2 img,
.products-section h2 img {
	margin-right: 10px;
	width: 40px;
}
.products-section h2 figure {
	display: flex;
}
.products-section h2,
.products-section p {
	color: #FFF;
}
.products-section h2 {
	margin-bottom: 40px;
}
.products-section .button {
	margin-top: 40px;
}
.section-variant-1,
.section-variant-3{
	position: relative;
	z-index: 0;
	overflow: hidden;
}
.section-variant-1 {
	background-color: #00ADEE!important;
}
.section-variant-3, .row-container > .pb-section.section-variant-3{
    background-color: #999;
}
.section-variant-1::before,
.section-variant-1::after,
.section-variant-3::before,
.section-variant-3::after {
	position: absolute;
	content: '';
	background-repeat: no-repeat;
	background-image: url("images/icon-logo-big.png");
	background-size: contain;
	opacity: 0.5;
	mix-blend-mode: soft-light;
	height: 600px;
	width: 600px;
	z-index: -1;
	pointer-events: none;
}
.section-variant-1::before {
    bottom: 0px;
    left: 0px;
    transform: translate(-35%, 40%) rotate(45deg);
}
.section-variant-1::after {
	bottom: 0;
    right: 0;
    width: 900px;
    height: 900px;
    transform: translate(30%, 35%) rotate(45deg);
}
.section-header h1{
    color: #fff;
    text-transform: uppercase;
    font-size: 4.5em;
    letter-spacing: 3px;
}
.pad120 {
	padding: 120px 0px!important;
}
.bx-wrapper {
	margin: 0px!important;
    background-color: #F0F0F0 !important;
}
.button {
	border: 0px;
	border-radius: 0px;
	color: #888;
	background-color: #FFF;
	padding: 20px 40px;
	font-family: "rift", "sans-serif";
	font-size: 18px;
	font-weight: 600;
	display: table;
}
.button:hover {
	border: 0px;
	transform: scale(1.1);
}
.button.btn-variant-1 {
	background-color: #FFA617;
	color: #FFF;
}
.product-single-wrapper .box {
	border: 0px;
	background-color: #FFF;
	position: relative;
	padding: 60px 40px;
}
.product-single-wrapper .box .options {
	display: none;
}
.product-single-wrapper .box .title {
	position: absolute;
	bottom: 0;
	left: 0;
	top: 65%;
	width: 100%;
	padding: 20px;
	background-color: rgba(255,255,255,0.33);
	border-top: 2px solid #E6E7E8;
	font-family: "poppins", "sans-serif";
	color: #000;
	font-weight: 400;
	font-size: 14px;
	transition: all 0.2s ease-in-out 0s;
}
.product-single-wrapper .box .title a {
	color: #000;
	transition: all 0.2s ease-in-out 0s;
	pointer-events: all;
}
.product-single-wrapper .box:hover .title {
	top: 0;
	background-color: #FFA617;
	mix-blend-mode: multiply;
	border: 0px;
	pointer-events: none;
}
.product-single-wrapper .box:hover .title a {
	color: #FFF;
}
.footer {
	background-color: #202020;
	border: 0px;
	position: relative;
	z-index: 1;
	padding: 120px;
	overflow: hidden;
}
.footer::before {
	position: absolute;
	content: '';
	bottom: 0;
	right: 0;
	height: 1100px;
	width: 1100px;
	opacity: 0.05;
	background-image: url("images/icon-logo-big.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
    transform: translate(30%, 35%) rotate(45deg);
	z-index: -1;
	pointer-events: none;
}
.copyright {
	background-color: transparent;
	margin-top: 40px;
	padding: 0px;
}
.copyright p {
	display: flex;
	justify-content: space-between;
	font-weight: 200;
	font-size: 12px;
}
.footer .h4 {
	font-family: "rift", "sans-serif";
	color: #FFF;
	font-size: 28px;
	letter-spacing: 1px;
	margin-bottom: 40px;
}
.footer .foot-menu > li a {
	font-family: "poppins", "sans-serif";
	color: #FFF;
	font-weight: 200;
}
.footer .foot-menu > li a:hover {
	color: #00ADEE;
}
.footer .coltable {
	display: flex;
}
.footer .coltable .col {
	width: unset;
	margin-right: 70px;
}
.footer .frame > .button {
	position: absolute;
	top: 0;
}
.footer .coltable .col:last-child {
	margin-right: 0px;
	margin-left: auto;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.footer .coltable .col:last-child img {
	margin-top: 70px;
	width: 250px;
}
.button.btn-variant-2 {
	background-color: #00ADEE;
	color: #FFF;
}
.footer .button.btn-variant-2 {
	padding: 20px 70px;
}
.header .logo-wrap {
	width: 34%;
}
.brands-slider {
	margin-top: 20px;
}
.brands-slider .wrap {
	width: 100%;
	display: block;
	background-color: rgba(255,255,255,0.8);
	padding: 20px;
}
.brands-slider img {
	height: 60px;
	display: block;
}
.brands-slider #lightSliderAlt li {
	background-image: url("images/bg-brands.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 120px;
	position: relative;
	opacity: 0.5;
	transition: all 0.2s ease-in-out 0s;
}
.brands-slider #lightSliderAlt li:hover {
	opacity: 1;
}
.lSSlideOuter .lSPager.lSpg > li a {
	background-color: #DDD!important;
}
.lSSlideOuter .lSPager.lSpg > li.active a,
.lSSlideOuter .lSPager.lSpg > li:hover a {
	background-color: #00ADEE!important;
}
.lSSlideOuter .lSPager.lSpg {
	margin-top: 20px!important;
}
.brand-section .button {
	margin-left: auto;
}
.sidebox .sidebox-top {
	font-family: "rift", "sans-serif";
}
.sidebox .sidebox-top {
	color: #202020;
}
.sidebox .links li > a {
	font-family: "poppins", "sans-serif";
}
.zulu-search h1 {
	font-weight: 600;
	font-size: 30px;
    line-height: 30px;
}
.sidebox .links:not(:last-child) {
	border: 0px;
}
.sidebox .links li > a {
	background-color: #202020;
	padding: 8px;
	color: #FFF;
	border: 0px;
	margin-bottom: 2px;
	box-shadow: none;
    font-size: 12px;
}
.sidebox .links li > a:hover {
	padding: 8px;
	background-color: #00ADEE;
	box-shadow: none;
}
.search-box .form-block .field {
	display: flex;
}
.search-box .form-block .field input,
.product-box > li .box .title a {
	font-family: "poppins", "sans-serif";
}
.product-box > li .box .title a {
	font-size: 16px;
}
.product-box > li > .box {
	border: 1px solid #DDD;
	position: relative;
}
.product-box li:hover .box {
	box-shadow: unset;
	border-color: #00ADEE;
}
.product-box > li > .box::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #00ADEE;
	opacity: 0;
	mix-blend-mode: multiply;
	transition: all 0.2s ease-in-out 0s;
	pointer-events: none;
}
.product-box .title .white-ghost {
	display: none;
}
.product-box > li > .box:hover::before {
	opacity: 1;
}
.product-box > li .box .title .sku {
    color: #999;
    font-weight: normal;
    margin: 0;
}
.form-block.filter .field input:hover {
	background-color: #FFA617;
}
.section-contact a:not(.form-caption a){
    background-color: #444;
    display: inline-block;
    padding: 10px 15px;
    color: #fff;
    margin-bottom: 5px;
}
.section-contact .form-caption a{
	color: #000;
	text-decoration: underline;
}
.section-contact a em{
    font-size: 1.2rem;
}
.section-contact a:hover:not(.form-caption a:hover){
    background-color: #fff;
    color: #444;
    text-decoration: none;
}
.section-contact .pb-block-type-form h2{
    color: #fff;
}
.section-contact .form-block{
    background-color:rgba(183,47,24,0);
    border: none;
    padding: 0px;
}
.section-contact .form-block .field label{
    color: #fff;
}
.section-contact .form-block .field{
    width: 100%;
    display: block;
}
/* ACCORDION */
.accordion-small .box.accordion {
    background-color: #555;
    border-color: #555;
    padding: 10px;
}
.accordion-small .box.accordion h3::before{
    font-family: "Font Awesome 5 Pro";
    content: "\f0c9";
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 18px;
    font-weight: inherit;
    color: inherit;
}
.accordion-small .box.accordion h3{
    font-size: 1.3rem;
    margin: 0;
    line-height: 25px;
    color: #fff;
    font-weight: 600;
    position: relative;
    padding-left: 25px;
}
/*LIST*/
.pb-block ul:not([class]) {
    list-style: none;
}
.pb-block ul:not([class]) > li {
    font-size: small;
    line-height: 18px;
    margin-bottom: 10px;
    font-weight: 300;
    position: relative;
    padding-left: 25px;
    color: inherit;
}
.pb-block ul:not([class]) li::before {
    font-family: "Font Awesome 5 Pro";
    content: "\f32b";
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 18px;
    font-weight: 200;
    color: inherit;
}
/* BOX */
.box.faq,
.box.video{
    background-color: #eee;
}
.box.faq img{
    max-width: 400px;
}
.box.faq .button{
    display: inline-block;
    padding: 10px 15px;
    font-size: 16px;
    margin-bottom: 5px;
}
.box.faq .button img{
    max-width: 50px;
    float: left;
    margin-right: 15px;
}
.margin-top-10{
    margin-top: 10px;
}
.margin-top-20{
    margin-top: 20px;
}
.product-box > li > .box::before {
	content: unset;
}
.product-box .options .options-price a {
	background-color: #00ADEE;
	border: 1px solid #0095CE;
	border-radius: 3px;
	padding: 6px 10px;
	display: inline-flex;
	color: #FFF;
	text-transform: capitalize;
}
.product-box .options .options-price a:hover {
	background-color: #FFA617;
	border-color: #E88F00;
}
.product-box li:hover .box {
	border-color: #FFA617;
}
.product-box > li > .box {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.search-box .form-block .field input:focus.form-control, .search-box .form-block .field input:focus,
.pagination > li:first-child > a:hover, .pagination > li:first-child > a:focus, .pagination > li:last-child > a:hover, .pagination > li:last-child > a:focus {
	border-color: #FFA617;
}
.sidebox .sidebox-top {
	font-size: 16px;
	color: #00ADEE;
	margin-bottom: 5px;
    margin-top: 15px;
}
.sidebox .links li > a {
	margin-bottom: 5px;
	background-color: rgba(140,152,169,0.20);
	color: #000;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover,
.sidebox .links li > a:hover {
	background-color: #00ADEE;
}
.pagination > li > a, .pagination > li > span {
	color: #808080;
}
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
	color: #FFA617;
}
.sidebox .links li > a small {
	color: #00ADEE;
}
.sidebox ul.links li.up-level a {
	background-color: #000;
	color: #FFF;
}
.sidebox ul.links li.selected > a {
	background-color: #FFA617;
	color: #FFF;
	font-weight: 500;
}
.sidebox ul.links li.selected a small {
	color: #FFF;
}
.product-browse-header h1,
.category-breadcrumbs .breadcrumb a {
	color: #00ADEE;
}
.zulu-product .category-breadcrumbs .breadcrumb a {
	color: #808080;
}
.zulu-product .button-wrapper .button {
	display: table;
	margin-left: auto;
	min-width: 300px;
	text-align: center;
}
.zulu-product .button-wrapper .button:not(:last-child) {
	margin-bottom: 5px;
}
.product-image-container img.main:hover {
	border-color: #00ADEE;
}
hr {
	border-bottom: 1px solid #DDD;
}
.product-description h4,
.extra-category-breadcrumbs h5,
.zulu-product h3 {
	font-weight: 600;
	letter-spacing: 0.5px;
}
.zulu-product .category-breadcrumbs .breadcrumb a {
	font-weight: 500;
}
.product-browse-header + .coltable.col2 .col:first-child {
	padding: 0px;
}
.price-box .attribute-label {
	display: table;
	margin-left: auto;
	font-weight: 500;
	letter-spacing: 0.5px;
	font-size: 36px;
}
.zulu-product .form-block button,
input[type="submit"], button {
	border-radius: 5px;
	font-size: 15px;
}
.zulu-product .form-block form {
	display: flex;
	justify-content: flex-end;
}
/*.zulu-product .form-block .field.w50 {
	width: unset;
}*/
.zulu-product .marg-top-10 .button {
	margin-left: auto;
}
.zulu-product .form-block.attribute-select {
	display: table;
	margin-left: auto;
}
.zulu-member h3 {
	font-weight: 500;
	font-size: 28px;
}
.payment-summary {
	background-color: transparent;
}
.payment-summary p {
    color: #3D4255;
}
.payment-summary p.intro,
.payment-summary p.price {
	color: #00ADEE;
}
.payment-summary .button,
.zulu-basket h1 + p + p .button {
	background-color: #00ADEE;
	color: #FFF;
}
.payment-summary .button:hover,
.zulu-basket .button:hover {
	background-color: #00ADEE;
	color: #FFF;
}
.cart-row > .coltable > .col.col-price .price_ex, .cart-row > .coltable > .col.col-price .price {
	color: #333;
}
.button.bt-outline,
button.bt-grey, .button.bt-grey {
	color: #00ADEE;
}
button.bt-grey, .button.bt-grey {
	display: inline-block;
	border-radius: 5px;
}
.button.bt-outline:hover,
button.bt-grey:hover, .button.bt-grey:hover {
	background-color: #00ADEE!important;
	color: #FFF!important;
}
button.bt-grey:hover, .button.bt-grey:hover {
	border-radius: 5px;
}
.form_subcaption {
	color: #808080;
	font-weight: 500;
}
.style-border {
	border-color: #00ADEE;
}
a {
	color: #00ADEE;
}
.wishlist-list > .coltable > .col.remove {
	vertical-align: middle;
}
.opt.opt-warning {
	color: #FFA617!important;
}
.opt.opt-info {
	color: #5bc0de !important;
}
.popdown-wrapper .popdown-head,
.popdown-wrapper .popdown-foot {
	background-color: #333;
}
.popdown-wrapper .alert.alert-success {
	background-color: #7bb602;
}
.popdown-foot .button.bt-green {
	border-color: #FFA617;
	background-color: #FFA617;
	color: #FFF;
}
.popdown-total {
	color: #333;
}
.popdown-foot .col:last-child .button {
	margin-left: auto;
	width: 50%;
	text-align: center;
}
.popdown-foot .col:last-child .button:last-child {
	background-color: #00ADEE;
	border-color: #00ADEE;
	color: #FFF;
}
.popdown-foot .col:last-child .button:not(:last-child) {
	margin-bottom: 5px;
}
.popdown-foot .col:last-child .button:not(:last-child):hover {
	background-color: #FFA617;
}
.popdown-foot .col:last-child .button:hover {
	border-width: 1px;
	padding: 6px 12px;
}
.popdown-foot .button.bt-outline {
	background-color: #FFF;
	color: #333;
	border: 0px;
}
.brand-tiles .box.brand-box {
	padding: 0px;
	height: 100%;
	border: 0px!important;
}
.brand-tiles .box.brand-box a {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #202020;
	height: 100%;
	padding: 15px;
	text-decoration: none;
	position: relative;
	z-index: 1;
	transition: all 0.2s ease-in-out 0s;
	color: #FFF;
	min-height: 92px;
}
.brand-tiles .box.brand-box a:hover {
	color: #FFF;
	background-color: #00ADEE;
	transform: translateY(-5px);
}
.brand-tiles .box.brand-box a::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: repeating-linear-gradient(60deg, #FFF 0px, #FFF 4px, #333 4px, #333 8px);
	z-index: -1;
	pointer-events: none;
	opacity: 0.05;
	transition: all 0.2s ease-in-out 0s;
}
.brand-tiles .box.brand-box a::after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 2px solid #FFF;
	opacity: 0;
	z-index: -1;
	transition: all 0.2s ease-in-out 0s;
}
.brand-tiles .box.brand-box a:hover::after {
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	opacity: 1;
}
.brand-tiles .box.brand-box a:hover::before {
	opacity: 0;
}
.brand-tiles {
	display: flex;
	flex-wrap: wrap;
}
.brand-tiles .box.brand-box .title {
	font-size: 21px;
}
.products-section .product-single-wrapper .box .options {
	display: flex;
}
.products-section .product-single-wrapper .box .options-price {
	position: absolute;
    bottom: 20px;
    left: 20px;
	border-radius: 3px;
    padding: 8px 20px;
	background-color: #FFF;
	text-transform: capitalize;
	text-decoration: none;
	font-size: 14px;
	font-weight: 600;
	border: 1px solid #DDD;
	opacity: 0;
	transition: all 0.2s ease-in-out 0s;
}
.products-section .product-single-wrapper .box .options-price a {
	text-decoration: none;
}
.products-section .product-single-wrapper .box .options-price {
	color: #333;
}
.products-section .product-single-wrapper .box .options a:hover {
	color: #202020;
}
.products-section .product-single-wrapper .box:hover .options a,
.products-section .product-single-wrapper .box:hover .options-price{
	opacity: 1;
}
.product-box .options .options-price {
	color: #00ADEE;
}

.sort-box .form-block.filter {
    float: right;
}
.sort-box .form-block.filter .field {
    float: none;
    margin-left: 10px;
}

ul.menu ul {
    display: none;
    opacity: 0;
}
ul.menu > li.open ul {
    display: flex;
    opacity: 1;
}

.description-tabs.ui-tabs {
    border: none !important;
    padding: 0 !important;
}
.description-tabs.ui-tabs .ui-tabs-nav {
    border: none !important;
    background: none;
    padding: 0 !important;
}
.description-tabs.ui-tabs .ui-tabs-panel {
    border-top: 1px solid #c5c5c5 !important;
    padding: 15px 0;
}
.description-tabs .ui-state-active,
.description-tabs .ui-widget-content .ui-state-active,
.description-tabs .ui-widget-header .ui-state-active,
.description-tabs a.ui-button:active,
.description-tabs .ui-button:active,
.description-tabs .ui-button.ui-state-active:hover {
    background: #2A2A2A !important;
    border-color: #2A2A2A !important;
}
.social-wrap {
	margin-top: 20px;
}
.social-wrap a {
	height: 45px;
	width: 45px;
	display: inline-flex;
	background-color: #FFF;
	color: #808080;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	font-size: 21px;
	transition: all 0.2s ease-in-out 0s;
}
.social-wrap a:hover {
	background-color: #FFA617;
	color: #FFF;
}

/** Cool CSS Menu Wow **/

.sidebox.sidebox-category ul.links li > ul {
    display: none;
}
.sidebox.sidebox-category ul.links li > ul.open {
    display: block;
}
.product-browse-header .product-brand-logo {
    max-width: 200px;
    max-height: 150px;
}
.sidebox.sidebox-category ul.links li > ul.open {
	display: block;
	/*padding-left: 15px;*/
    margin-bottom: 2px;
}
.sidebox ul.links li > ul.open > li > a {
	background-color: rgba(0,0,0,0.05);
}
.sidebox ul.links li > ul.open > li > a:hover {
	background-color: #00ADEE!important;
}
.sidebox ul.links li.selected > a {
	background-color: #FFA617!important;
}
.sidebox ul.links li.selected > a:hover {
	background-color: #00ADEE!important;
}
.sidebox.sidebox-category ul.links li > ul.open ul.open li a {
	padding-right: 10px;
	background-color: rgba(0,0,0,0.05);
}
.sidebox ul.links li.selected > a:hover {
	background-color: #00ADEE;
}
.sidebox .links li > a {
	display: flex;
	align-content: center;
	justify-content: space-between;
	position: relative;
	padding-right: 30px;
	margin-bottom: 2px;
	border-radius: 0px;
}
.sidebox .links li > a,
.sidebox .links li > a:hover {
	padding-right: 30px;
}
.sidebox .links li > a .sub-trigger {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 30px;
	background-color: rgba(0,0,0,0.03);
	border-left: 1px solid rgba(0,0,0,0.06);
}
.sidebox ul.links li.selected a {
	font-weight: 400;
	color: #000;
}
.sidebox ul.links li.selected > a {
	color: #FFF!important;
}
.sidebox ul.links li.selected > a small {
	color: #FFF!important;
}
.sidebox ul.links li.selected a small {
	color: #00ADEE;
}
.sidebox ul.links li.selected a:hover {
	background-color: #00ADEE;
	color: #FFF;
}
.sidebox .links li > a:hover {
	background: none;
	background-color: #00ADEE;
}
.sidebox.sidebox-category ul.links li > ul.open li a {
    padding-left: 25px;
}
.sidebox.sidebox-category ul.links li > ul.open ul.open li a {
    padding-left: 35px;
}
.sidebox.sidebox-category ul.links li > ul.open ul.open ul.open li a {
    padding-left: 45px;
}
.sidebox.sidebox-category ul.links li > ul.open ul.open ul.open ul.open li a {
    padding-left: 55px;
}
/** End **/

.compare-products {
	background-color: #EEE;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border: 1px solid #DDD;
	border-bottom: 0px;
	background-image: url(/template/profile/lafusidlbfjkds/images/background/bg-stripe-left.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.compare-product .product-box.row4 {
	background-color: transparent;
	overflow: visible;
	margin-top: 5px;
}
.compare-products .product-box .box:hover {
    top:0;
}
.compare-products .product-box.row4 > li {
	position: relative;
	transition: all 0.3s ease-in-out 0s;
    width: 100% !important;
}
.compare-products .product-box.row4 > li .box {
	padding-bottom: 40px;
}
.compare-products .product-box.row4 > li > a {
	position: absolute;
	right: 10px;
	top: 10px;
	background-color: #FFF;
	padding: 5px 10px;
	border-radius: 10px;
	z-index: 10;
	border: 1px solid #DDD;
	color: #AAA;
	transition: all 0.3s ease-in-out 0s;
	font-size: 14px;
}
.compare-products .product-box.row4 > li > a:hover {
	background-color: #EC3339;
	color: #FFF;
    border-color: #EC3339;
}
.compare-products .product-box > li .box .title {
    overflow: visible;
}
.compare-products .product-box > li .box .title a {
	display: table;
	font-weight: 400;
	font-size: 17px;
}
.compare-products .product-box .options-price .price-highlight {
	margin-left: 8px;
	font-weight: 400;
	animation: special-glow 2s ease infinite;
}
.compare-products .product-box .options-price s {
	color: #AAA;
	font-size: 14px;
}
.compare-product .product-box > li .box {
	border-radius: 15px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	overflow: visible;
	margin-bottom: -30px;
	background-color: #FFF;
	padding-bottom: 10px;
}
.compare-products .product-box > li .box .image {
	padding: 10px;
	border-radius: 15px;
	background-color: #FFF;
	margin: 0px;
	transition: all 0.3s ease-in-out 0s;
}
.compare-products .product-box > li .box .image img {
	border-radius: 10px;
}
.compare-products .product-box .title .white-ghost {
	display: none;
}
.coltable.compare-spec:nth-child(even) .col.compare-spec-label {
	color: #2E3C5A;
}
.coltable.compare-spec:nth-child(odd) .col.compare-spec-label {
	color: #EC3339;
}
.coltable.compare-spec:nth-child(even) {
	background-color: rgba(245,245,245,0.5);
}
.coltable.compare-spec .col {
	border-bottom: 1px solid #DDD;
	border: 0px;
}
.col.compare-spec-value {
	color: #666;
	font-size: 14px;
	line-height: 22px;
	transition: all 0.3s ease-in-out 0s;
}
.col.compare-spec-label b {
	font-weight: 600;
	font-size: 16px;
}
.coltable.compare-spec {
	transition: all 0.3s ease-in-out 0s;
	border-radius: 5px;
	margin-bottom: 5px;
}
.coltable.compare-spec:nth-child(even):hover {
	background-color: #CFD6E6;
}
.coltable.compare-spec:nth-child(odd):hover {
	background-color: #F9C2C3;
}
.coltable.compare-spec:nth-child(even):hover .col.compare-spec-value {
	color: #2E3C5A;
}
.coltable.compare-spec:nth-child(odd):hover .col.compare-spec-value {
	color: #EC3339;
}
.zulu-product_compare input {
	border-radius: 20px;
	text-indent: 10px;
}
.zulu-product_compare .field {
	padding: 0px;
	margin-bottom: 30px;
}
.compare-products .product-box.row4 > li {
	width: 100%;
}
.compare-spec .col {
	border-bottom: 1px solid #333;
}
.compare-product .product-box .description-short {
    padding: 0 15px !important;
}
.compare-product .product-box .description-tabs {
    padding: 15px !important;
}
.compare-product .product-box p {
    font-weight: normal;
}

/*Guessbox*/
.guessbox {
	position:absolute;
	padding:5px;
	border:1px solid #EEE;
	background-color:#FFF;
	font-size:12px;
	z-index:9999;
	display:none;
	box-shadow: 0 2px 2px rgba(0,0,0,0.1), 0 8px 8px rgba(0,0,0,0.1);
    max-width: 400px;
}
.guessbox ul,
.guessbox ul li {
	list-style:none;
	margin:0;
	padding:0;
}
.guessbox ul li {
	border-bottom: 1px solid #EEE;
	padding: 5px 0;
	width: 100%;
	max-width: 400px;
}
.guessbox ul li:first-child {
	padding: 0px 0 5px;
}
.guessbox ul li:last-child {
	border-bottom: 0px solid #EEE;
	padding: 5px 0 0;
}
.guessbox ul li a {
	text-decoration:none;
}
.guessbox ul li .gb-product {
	overflow: hidden;
	display: block;
}
.guessbox ul li .gb-product > .title,
.guessbox ul li .gb-product > img {
	display: inline-block;
	vertical-align: middle;
}
.guessbox ul li .gb-product > .title {
	color:#2F3D5A;
	font-size: 15px;
	line-height: 17px;
	font-weight: 400;
}
.guessbox ul li .gb-product > .title > span {
	font-size: 12px;
}
.guessbox ul li .gb-product img {
	width: 25%;
	transform: scale(0.9);
	border-radius: 5px;
	transition: all 0.15s;
}
.guessbox ul li .gb-product > .title {
	width: 75%;
	padding-left: 10px;
	transition: all 0.15s;
}
.guessbox ul li .gb-product:hover img {
	transform: scale(1);
}
.guessbox ul li .gb-product:hover > .title {
	color: #EC3339;
}

.section-header h1 {
	font-size: 54px;
	letter-spacing: 1px;
}
.raised-form-section .pb-block-type-form {
	margin-top: -220px;
	background-color: #FFF;
	padding: 40px;
	border: 1px solid #EEE;
}
.raised-form-section .pb-block-type-form .form-block {
	border: 0px;
	padding: 0px;
}
.raised-form-section .form-tech-support .field h2 {
	font-size: 16px;
	background-color: #F2F2F2;
	border: 1px solid #DDD;
	padding: 20px;
	line-height: 21px;
	margin-top: -11px;
	font-family: "poppins", "sans-serif";
	font-weight: 500;
	letter-spacing: -0.5px;
	color: #808080;
}
input[type="text"], input[type="number"], input[type="password"], input[type="email"], input[type="tel"], textarea, select {
	border-radius: 0px;
}
.form-block .field label {
	font-weight: 400;
	font-size: 14px;
	margin-bottom: 10px;
	color: #000;
}
input[type="submit"], button {
	border-radius: 0px;
	border: 0px;
	font-family: "rift", "sans-serif";
	letter-spacing: 1px;
	padding: 15px 60px;
	font-size: 16px;
	font-weight: 500;
	transition: all 0.2s ease-in-out 0s;
}
input[type="submit"]:hover, button:hover {
	background-color: #FFA617;
	border: 0px;
	color: #FFF;
}
.box.faq {
	cursor: auto;
}
.box.faq .pb-block-content > h4 {
	margin: -15px -15px 15px -15px;
	background-color: rgba(255,255,255,0.66);
	padding: 15px;
	display: flex;
	align-items: center;
	line-height: 24px;
}
.box.faq .pb-block-content > h4 span {
	margin: -15px 15px -15px -15px;
    display: block;
    padding: 15px;
    border-right: 1px solid #DDD;
}
.box.faq:hover {
	border-color: #DDD;
}
.box.faq ul li {
	padding: 15px;
	margin: 0px;
	display: flex;
	align-items: center;
	background-color: #FFF;
	position: relative;
	transition: all 0.2s ease-in-out 0s;
	color: #939598;
	font-weight: 400;
}
.box.faq ul li:hover {
	background-color: #FFA617;
	color: #FFF;
}
.box.faq ul li:hover::before {
	color: #FFF;
}
.box.faq ul li::before {
	color: #00ADEE;
	transition: inherit;
}
.box.faq ul li a,
.box.faq .software-wrap a.wrap {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}
.box.faq ul li:not(:last-child) {
	border-bottom: 1px solid #DDD;
}
.pb-block ul:not([class]) li::before {
	position: unset;
	margin-right: 10px;
}
.box.faq .software-wrap {
	background-color: #FFF;
	display: flex;
	text-decoration: none;
	transition: all 0.2s ease-in-out 0s;
	position: relative;
}
.box.faq .software-wrap:not(:last-child) {
	margin-bottom: 10px;
}
.box.faq .software-wrap figure {
	padding: 20px;
	margin-right: 10px;
	border-right: 1px solid #DDD;
}
.box.faq .software-wrap img {
	width: 50px;
	transition: all 0.2s ease-in-out 0s;
}
.box.faq .software-wrap:hover img {
	transform: scale(1.1);
}
.box.faq .software-wrap h3 {
	font-weight: 500;
	color: #00ADEE;
	transition: all 0.2s ease-in-out 0s;
}
.box.faq .software-wrap:hover h3 {
	color: #FFA617;
}
.box.faq .software-wrap p {
	font-size: 12px;
    line-height: 18px;
}
.box.faq .software-wrap .desc {
	padding: 10px;
}
.box.faq .software-wrap .desc .btn-wrapper .button {
	z-index: 10;
	position: relative;
}
.box.faq .software-wrap .desc .btn-wrapper .button:hover {
	transform: scale(1.05);
}
.box.faq .software-wrap .desc .btn-wrapper .button:first-child {
	background-color: #99cc33;
	color: #FFF;
}
.box.faq .software-wrap .desc .btn-wrapper .button:last-child {
	background-color: #000;
	color: #FFF;
}
.box.faq .software-wrap .desc .btn-wrapper .button em {
	font-weight: 400;
}
.box.faq .unanswered {
	margin: 0px;
	padding: 15px;
	background-color: #00ADEE;
	color: #FFF;
	font-weight: 400;
}
.box.faq .unanswered a {
	color: #FFF;
	text-decoration: underline;
	transition: all 0.2s ease-in-out 0s;
}
.box.faq .unanswered a:hover {
	color: #FFA617;
}
.box.faq h3 {
	cursor: auto;
}
.box.faq .os-buttons {
	display: flex;
	flex-wrap: wrap;
}
.box.faq .os-buttons .button {
	flex: 0 0 100%;
}
.box.faq .os-buttons .button:hover {
	transform: scale(1.05);
	background-color: #FFA617;
	color: #FFF;
}
.box.faq.windows h4 + p .button {
	background-color: #00ADEE;
	color: #FFF;
}
.box.faq.mac h4 + p .button {
	background-color: #000;
	color: #FFF;
}
.box.faq.ubuntu h4 + p .button {
	background-color: #dd4814;
	color: #FFF;
}
.faq-section {
	border-bottom: 1px solid #DDD;
	background-color: #F6F6F6;
	transition: all 0.2s ease-in-out 0s;
}
.faq-section:hover {
	background-color: #FFF;
}
.faq-section .pb-block-type-image {
	background-color: #FFF;
	border: 15px solid #EEE;
	margin-right: -44px;
    z-index: 10;
    position: relative;
    border-right: 0px;
}
.box.video {
	transition: all 0.2s ease-in-out 0s;
}
.box.video:hover {
	background-color: #FFA617;
	color: #FFF;
}
.box.video:hover p {
	color: #FFF;
}
.box.video a:hover {
	background-color: #FFF;
	color: #00ADEE;
}
.box.video a {
	padding: 12px 30px;
	background-color: #00ADEE;
	display: inline-block;
	color: #FFF;
	font-size: 24px;
	margin-bottom: -5px;
}
.grid-table td {
	font-size: 13px;
}
.grid-table th {
	font-weight: 500;
	text-align: left;
	font-size: 14px;
}
.grid-table th:last-child {
	text-align: right;
}
.grid-table th.center,
.grid-table td.center{
	text-align: center;
}
.grid-table th.left,
.grid-table td.left{
	text-align: left;
}
.grid-table th.right,
.grid-table td.right{
	text-align: right;
}
.button {
	display: inline-block;
}
.about-us-section .button-wrapper {
	margin-top: 70px;
}
.ui-tabs .ui-tabs-nav li {
	border-radius: 0px!important;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	font-family: "rift", "sans-serif";
	font-weight: 600;
	letter-spacing: 1px;
}
.product-description li {
	font-family: "poppins", "sans-serif";
	color: #939598;
	font-size: 14px;
	list-style-position: inside;
	padding: 3px 0px;
}
.product-description a,
.product-stock a
 {
	color: #00ADEE!important;
}
.product-description p span {
	font-family: "poppins", "sans-serif"!important;
	font-size: 14px!important;
	letter-spacing: 0px!important;
	color: #808080!important;
	line-height: 24px;
}
.description-tabs.ui-tabs .ui-tabs-panel {
	padding: 30px;
	background-color: #FAFAFA;
	border: 1px solid #F0F0F0;
}
.product-description p {
	font-size: 14px!important;
	/*letter-spacing: -1px;*/
}
.zulu-product .form-block.attribute-select {
	padding: 20px;
	margin-bottom: 5px;
	border: 0px;
	background-color: #F6F6F6;
}
.zulu-product .form-block button, input[type="submit"], button {
	border-radius: 0px;
}
.price-box .attribute-label {
	letter-spacing: 0px;
}
.product-description .spec-layer h5 {
	font-weight: 500;
	letter-spacing: 1px!important;
    margin-bottom: -5px!important;
    line-height: 36px!important;
    padding-left: 40px!important;
}
.product-description .spec-layer {
	background-color: #EFEFEF;
}
.product-description .spec-layer dl,
.product-description .spec-layer dt {
	font-family: "poppins", "sans-serif";
	font-size: 14px;
	color: #808080;
}
.product-box .image {
	padding: 10px;
}
.product-box .box {
	position: relative;
}
.product-box .box .compare {
	position: absolute;
	right: 8px;
    top: 8px;
}
.product-box .box .compare a {
	padding: 5px 10px;
	background-color: #00ADEE;
	color: #FFF;
	border-radius: 3px;
	display: flex;
	align-items: center;
	font-size: 12px;
	filter: grayscale(1);
	opacity: 0;
	transition: all 0.2s ease-in-out 0s;
}
.product-box .box:hover .compare a {
	filter: grayscale(0);
	opacity: 1;
}
.product-box .box .compare a:hover {
	background-color: #FFA617;
}
.product-box .box .compare a .far {
	margin-right: 5px;
}
.product-box > li .box .title a {
	font-size: 14px;
	color: #333;
}
.product-box .title {
	min-height: 85px;
}
.product-box > li .box .title .sku {
	margin-top: 10px;
	display: table;
	padding: 3px 6px;
	border: 1px solid #F2F2F2;
	border-radius: 3px;
	font-size: 12px;
	transition: all 0.2s ease-in-out 0s;
}
.product-box > li .box:hover .title .sku {
	background-color: #FFA617;
	color: #FFF;
	border-color: #FFA617;
}
.product-box .options .options-price {
	font-size: 14px;
	font-weight: 500;
	line-height: 14px;
}
.product-box .options .options-price a {
    font-size: 12px;
}

.button-seperate a.button {
    margin: 10px;
}

.wrapper-product {
    padding: 15px 20px;
}
.product-browse-header {
    padding: 15px 20px;
}
.product-browse-header .category-breadcrumbs {
    margin-bottom: 5px;
}
.sort-box {
    margin-bottom: 5px;
}
.sort-box p,
.sort-box .form-block.filter .field label,
.sort-box .form-block.filter .field select {
    font-size: 12px;
}
.sort-box .form-block.filter .field select {
    padding: 3px 25px 2px 5px !important;
    background-size: 12px auto;
    background-position: center right 6px;
}
.product-box .options {
    padding: 0px 10px 8px;
}
.product-box .title {
    padding: 8px 10px;
}
.product-box.row6 > li {
    width: 16.66%;
}
.product-box.category-box .title {
    font-size: 14px;
}
.coltable.compare-products .product-box .title {
    padding: 14px 15px;
}
.coltable.compare-products .product-box .options {
    padding: 0px 15px 14px;
}
.coltable.compare-products .product-box .options .options-price {
    font-size: 16px;
}
.sidebox {
    margin-bottom: 15px;
}

.slider-wrapper .slide-image,
.slider-wrapper .slider-image-wrapper {
    background-size: contain;
    background-repeat: no-repeat;
}
.product-single-wrapper .box .title .sku {
	color: #000;
}
.product-single-wrapper .box:hover .title .sku {
	color: #FFF;
}
/*.wrapper-product .coltable.page-structure .col-body .row-container > .pb-section {
    padding: 0;
}*/
.wrapper-product .coltable.page-structure .col-body .row-container > .pb-section .pb-column.col-sm-12 {
    padding: 0;
}

.coltable.page-structure > .col.col-sidebox {
    min-width: auto;
}

.footer .frame {
    width: 100%;
    max-width: 1600px;
}

.category-description img {
    max-width: 100%;
}

.product-browse-header .search-box .form-block .field {
    padding: 0;
}

.module-select h3 {
    display: inline-block;
    margin-left: 10px;
}

button:disabled {
    background-color: #999;
    cursor: default;
}

#popup-product-upsell table {
    width: 100%;
}
#popup-product-upsell input[type="number"] {
    width: 70px;
}
#popup-product-upsell button {
    padding: 8px 30px;
}

.form_table.login .field {
    margin: 10px 0;
}
.form_table.login .field:first-child {
    margin-top: 0;
}
.form_table.login .field:last-child {
    margin-bottom: 0;
}

.blue {
    color: #00ADEE;
}
.payment-terms-selection .box {
    border-color: #CCC;
    border-width: 2px;
}
.payment-terms-selection .box:hover {
    border-color: #00ADEE;
}
.payment-terms-selection a:hover  {
    text-decoration: none;
}

.product-box .options-price .stock-icon {
    font-size: 22px;
}
.product-box .options-price .coltable .col.w75 {
    width: 75% !important;
    display: table-cell !important;
}
.product-box .options-price .coltable .col.w25 {
    width: 25% !important;
    display: flex;
	gap: 30%;
}


/* Ajax Landing Page CSS */

.ajax.video-banner {
	min-height: calc(100vh - 123px);
	background-color: #202020;
}
.ajax.video-banner {
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
	position: relative;
	overflow: hidden;
}
.ajax.video-banner::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 200px;
	background: linear-gradient(to top, #202020, transparent);
	z-index: 10;
	display: block;
}
.ajax.video-banner img {
	max-width: 500px;
	display: table;
	margin: 0 auto;
}
.ajax.video-banner h1 {
	letter-spacing: 0px;
}
.ajax.video-banner .pb-block-type-text * {
	color: #FFF;
}
.ajax.video-banner .pb-row:first-child .pb-column {
	display: flex;
	flex-direction: column;
	row-gap: 80px;
}
.ajax.video-banner .pb-column {
	position: unset;
}
.ajax.video-banner video {
	object-fit: cover;
    font-family: "object-fit: cover";
    left: 50%;
    vertical-align: middle;
    max-height: 105%;
    max-width: none;
    min-height: 102%;
    min-width: 102%;
    position: absolute;
    top: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    pointer-events: none;
    transition: all 0.3s ease;
    width: 105%;
    opacity: 1;
    transform-origin: left;
    z-index: -10;
}
.ajax.video-banner .pb-block-type-code {
	position: absolute;
	inset: 0;
}
.ajax.image-text .pb-row {
	display: flex;
	column-gap: 80px;
	align-items: center;
}
.ajax.image-text .pb-block-type-text h2 {
	margin-bottom: 40px;
}
.ajax.category-blocks .pb-row,
.ajax.awards .pb-row {
	display: flex;
	column-gap: 20px;
}
.ajax.awards .pb-row {
	align-items: center;
}
.ajax .pb-row::before,
.ajax .pb-row::after {
	content: unset;
}
.ajax img {
	border-radius: 12px;
}
.ajax.image-text .pb-block-type-video iframe {
	height: 550px;
	border-radius: 12px;
	aspect-ratio: 5 / 3.76;
}
.ajax.category-blocks .pb-column {
	display: flex;
	flex-direction: column;
	row-gap: 40px;
	transition: all 0.3s ease-in-out 0s;
}
.ajax.category-blocks .pb-column:hover {
	transform: translateY(-10px);
	transition: all 0.1s ease-in-out 0s;
}
.ajax.category-blocks .pb-column .pb-block-type-text h3 {
	transition: all 0.3s ease-in-out 0s;
}
.ajax.category-blocks .pb-column:hover .pb-block-type-text h3 {
	color: #00ADEE;
	transition: all 0.1s ease-in-out 0s;
}
.ajax.category-blocks .pb-block-type-text p span {
	margin-left: 10px;
}
.ajax .pb-column {
	float: unset;
}
.ajax.category-blocks .pb-block-type-button,
.ajax.category-blocks .pb-block-type-button .button {
	position: absolute;
	inset: 0;
	opacity: 0;
}
.ajax.category-blocks .pb-block-type-button .button:hover {
	transform: unset;
}
.ajax.category-blocks .pb-block-type-text *:last-child {
	margin-bottom: 0px;
}
.ajax.category-blocks .pb-container {
	display: flex;
	flex-direction: column;
	row-gap: 40px;
}
.ajax.awards {
	background-color: #202020;
}
.ajax.awards img {
	filter: saturate(0);
	opacity: 0.66;
	max-height: 70px;
	width: unset!important;
	display: table;
	margin: 0 auto;
	border-radius: 0px;
}

.opt a{
	text-decoration: underline;
}


@media screen and (min-width: 800px){
	ul.menu > li.open ul {
		display: flex!important;
        z-index: 1000 !important;
	}
}
@media screen and (min-width: 900px){
    body:not(.browse-homepage) .wrapper-product .sidebox.side-search {
        display: none;
    }
    .col-sidebox .sidebox .sidebox-top {
        display: none;
    }
}

.price-box .attribute-label .opt {
    font-size: 20px;
    line-height: 20px;
}

.alert a {
	text-decoration: underline;
}
.alert a:hover {
	text-decoration: none;
}
.alert.alert-danger a {
	color: #FFF;
}
.tooltip{
	overflow: visible;
}

/* NEW HOMEPAGE CSS */

.home-categories,
.home-brands {
	padding-top: 0px!important;
}
.home-categories .pb-container {
	display: flex;
	flex-direction: column;
	row-gap: 40px;
}
.home-categories .pb-column {
	display: flex;
	flex-direction: column;
	row-gap: 30px;
}
.home-categories .pb-column .pb-block-type-text *:last-child {
	margin-bottom: 0px;
}
.home-categories .pb-column .pb-block-type-text h3 {
	font-weight: 500;
	font-size: 28px;
}
.home-categories .pb-block-type-button {
	margin-top: -25px;
}
.home-categories .pb-block-type-image .pb-block-content {
	position: relative;
	overflow: hidden;
	z-index: 1;
	aspect-ratio: 16 / 11;
}
.home-categories .pb-block-type-image,
.home-categories .pb-block-type-product_category_showcase .box a .image {
	position: relative;
	z-index: 1;
}
.home-categories .pb-block-type-image::before,
.home-categories .pb-block-type-image::after,
.home-categories .pb-block-type-product_category_showcase .box a .image::before,
.home-categories .pb-block-type-product_category_showcase .box a .image::after {
	position: absolute;
	content: '';
	inset: 0;
	z-index: -10;
	background-color: #00ADEE;
	transition: all 0.3s ease-in-out 0s;
}
.home-categories .pb-block-type-image::after,
.home-categories .pb-block-type-product_category_showcase .box a .image::after {
	background-color: #FFA617;
}
.home-categories .pb-column:hover .pb-block-type-image::before,
.home-categories .pb-block-type-product_category_showcase .box:hover a .image::before {
	transform: translate(-10px, -10px);
	transition: all 0.1s ease-in-out 0s;
}
.home-categories .pb-column:hover .pb-block-type-image::after,
.home-categories .pb-block-type-product_category_showcase .box:hover a .image::after {
	transform: translate(10px, 10px);
	transition: all 0.1s ease-in-out 0s;
}
.home-categories .pb-block-type-image img,
.home-categories .pb-block-type-image a {
	object-fit: cover;
	font-family: "object-fit: cover";
	left: 50%;
	vertical-align: middle;
	max-height: 101%;
	max-width: none;
	min-height: 101%;
	min-width: 101%;
	position: absolute;
	top: 50%;
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	width: 101%;
	z-index: -1;
}
.home-categories .pb-block-type-button .button,
.home-title .pb-block-type-text a,
.home-categories .pb-block-type-product_category_showcase p {
	padding: 0px;
	font-weight: 300;
	font-family: "poppins", "sans-serif";
	text-transform: capitalize;
	letter-spacing: 0px;
	font-size: 16px;
	transition: all 0.3s ease-in-out 0s;
	color: #888;
}
.home-categories .pb-block-type-button .button:hover,
.home-title .pb-block-type-text a:hover,
.home-categories .pb-block-type-product_category_showcase .box:hover p {
	transform: unset;
	color: #00ADEE;
	transition: all 0.1s ease-in-out 0s;
	background-color: unset;
	text-decoration: underline!important;
}
.home-products .product-box > li {
	width: 16.666%;
}
.home-brands .pb-block-type-slider .slider-wrapper .slider {
	height: 162px;
}
.home-brands .pb-block-type-slider .slider-wrapper .slider-image-wrapper {
	background-size: contain;
	background-position: center;
	border-radius: 10px;
	border: 2px solid #DDD;
}
.home-brands .lSAction > a {
	transform: translateY(-10%);
}
.home-brands .lSAction > .lSPrev {
	left: 0px;
}
.home-brands .lSAction > .lSNext {
	right: 0px;
}
.home-title h1 {
	font-weight: 500;
	margin-bottom: 10px;
}
.home-products {
	padding-top: 0px!important;
}
.home-promotions .slider-wrapper .slide-image {
	background-position: center;
}
.home-promotions .frame,
.home-title .frame,
.home-brands .frame,
.home-categories .frame,
.home-products .frame {
	width: calc(100% - 110px);
}
.home-promotions .bx-wrapper{
	background-color: #FFF !important;
}

.home-categories .pb-block-type-product_category_showcase .title,
.home-categories .pb-block-type-product_category_showcase .box a {
	height: unset;
	display: flex;
	flex-direction: column;
	row-gap: 10px;
}
.home-categories .pb-block-type-product_category_showcase .box a {
	row-gap: 30px;
}
.home-categories .pb-block-type-product_category_showcase .title,
.home-categories .pb-block-type-product_category_showcase .image {
	padding: 0px;
	border: 0px;
}
.home-categories .pb-block-type-product_category_showcase .box {
	border: 0px;
	border-radius: 0px;
}
.home-categories .pb-block-type-product_category_showcase ul.product-box {
	overflow: visible;
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}
.home-categories .pb-block-type-product_category_showcase ul.product-box li {
	flex: 1 1 20%;
	max-width: 24%;
}
.home-categories .pb-block-type-product_category_showcase .image img {
	filter: contrast(0.9);
	border-radius: 0px;
	transition: all 0.3s ease-in-out 0s;
}
.home-categories .pb-block-type-product_category_showcase .box:hover .image img {
	transition: all 0.1s ease-in-out 0s;
	filter: contrast(0.925);
}
.home-categories .pb-block-type-product_category_showcase h3 {
	font-size: 28px;
	font-weight: 500;
	color: #414042;
	margin: 0px;
}


.product-tag{
	position: absolute;
	z-index: 1;
	right: 8px;
	top: 138px;
	padding: 3px 6px;
	border-radius: 3px;
	font-size: 12px;
}
.product-tag-static{
	padding: 3px 6px;
	border-radius: 3px;
	font-size: 18px;
}
.margin-0{
	margin: 0px;
}
.mb-5{
	margin-bottom: 5px;
}
.notification.info{
	color: #FFF;
	background-color: #00ADEE;
}

.form-offer-wrapper h2{
	display: none;
}
.form-offer-wrapper .field{
	width: 100%;
	padding-right: 0px;
}
.form-offer-wrapper .field.submit{
	text-align: right;
}
.form-offer-wrapper .field.field-google-recaptcha{
	text-align: right;
}
.form-offer-wrapper .form-block{
	border: none;
}
.form-offer-wrapper{
	margin-bottom: 30px;
}
.form-offer-wrapper .g-recaptcha > div{
	width: 100%!important;
}
.form-caption a{

}
/******RESPONSIVE OVERRIDE*****/
@media screen and (max-width:1600px) {
    .frame {
		width: 100%;
	}
	.raised-form-section .pb-block-type-form {
		margin-top: -150px;
	}
	body.browse-template.zulu-product .body {
		padding: 40px;
	}
	.zulu-member .body,
	.zulu-basket .body,
	.zulu-wishlist .body,
	.zulu-order .body,
	.zulu-update .body {
		padding: 40px;
	}
    ul.menu .menulink {
		padding: 15px 20px;
	}
    .header {
		padding: 0 20px;
	}
    .header .logo-wrap {
        width: 30%;
    }
	.ajax .frame {
		width: calc(100% - 120px);
	}

	.product-box .options,
	ul.product-box{
		overflow: visible;
	}
}
@media screen and (max-width:1440px) {
	ul.menu ul li {
		flex: 1 1 16%;
	}
	ul.menu ul li a {
		border-right: 1px solid #DDD;
	}

	.footer {
		padding: 120px 70px 70px;
	}
	.footer .coltable .col {
		margin-right: 40px;
	}
	.footer .button.btn-variant-2 {
		padding: 20px 50px;
	}
	ul.menu ul {
		top: 143px;
	}
	.bx-wrapper .bx-prev {
		left: 50px!important;
	}
	.bx-wrapper .bx-next {
		right: 50px!important;
	}
	.slider-wrapper .slide-image {
		background-position: center;
		/*background-size: cover;*/
	}
	.pad120 {
		padding: 70px!important;
	}
	.brand-section h2, .products-section h2 {
		margin-bottom: 15px;
	}
	.products-section .pb-row {
		display: flex;
    	flex-wrap: wrap;
	}
	.products-section .col-sm-2-4:first-child {
		width: 100%;
		display: flex;
		margin-bottom: 30px;
	}
	.products-section .col-sm-2-4:not(:first-child) {
		width: 25%;
	}
	.products-section .button {
		margin: 0px;
		margin-left: auto;
	}
	.products-section .pb-block-type-button {
		flex: 0 0 20%;
	}
	.product-browse-header {
		/*padding: 40px;*/
        padding: 20px;
	}
	.wrapper-product {
		/*padding: 50px 40px;*/
        padding: 20px;
	}
	.section-header {
		padding: 40px 70px!important;
	}
	.product-browse-header h1 {
		font-size: 30px;
        line-height: 30px;
	}
	.product-box .title {
		min-height: 100px;
	}
    ul.menu .menulink {
        padding: 15px;
    }
	.ajax.image-text .pb-block-type-video iframe {
		height: 400px;
	}
	.home-categories .pb-block-type-product_category_showcase .title {
		min-height: unset;
	}
}
@media screen and (max-width:1400px) {
    .product-box.category-box .title {
        font-size: 12px;
    }
}
@media screen and (max-width:1300px) {
	ul.menu .menulink:hover {
		padding: 20px 20px;
	}
	.product-single-wrapper .box .title {
		top: 60%;
	}
	ul.menu li.tab-39 .menulink, ul.menu li .menulink.ecom {
		padding: 20px 40px;
	}
	.logo {
		height: 90px;
	}
	.faq-section .col-sm-3:first-child {
		width: 100%;
	}
	.faq-section .col-sm-3:not(:first-child) {
		width: 33.333%;
	}
	.faq-section .pb-block-type-image {
		width: 100%;
		display: table;
		margin: 0 auto 30px;
		border-right: 15px solid #EEE;
	}
	.faq-section .pb-block-type-image img {
		width: 33%!important;
		display: table;
		margin: 0 auto;
	}
	.box.faq .software-wrap .desc .btn-wrapper .button {
		width: 100%;
		text-align: center;
	}
	ul.menu li.tab-39 .menulink, ul.menu li .menulink.ecom {
		padding: 20px;
	}
}
@media screen and (max-width:1200px) {
	iframe {
		width:100% !important;
	}
	.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;
	}
	.header .frame {
		flex-direction: column;
	}
    .header .navigation {
		width: 100%;
	}
	ul.menu ul {
		top: 164px;
	}
	ul.menu ul li {
		flex: 1 1 21%;
	}
	ul.menu > li {
		display: flex;
		flex: auto;
	}
	ul.menu .menulink {
		width: 100%;
	}
	.logo {
		/*width: 200px;*/
		height: 80px;
	}
	.footer .coltable {
		flex-direction: column;
		align-items: center;
	}
	.footer .coltable .col {
		margin-right: 0px;
		text-align: center;
	}
	.footer .coltable .col:not(:last-child) {
		margin-bottom: 40px;
	}
	.footer > .frame > .coltable > .col,
	.footer .foot-menu {
		padding: 0px;
	}
	.footer .coltable .col:last-child {
		margin-left: unset;
		align-items: center;
	}
	.footer .coltable .col:last-child img {
		margin-top: 60px;
	}
	.footer .frame > .button {
		position: unset;
		margin-bottom: 70px;
		width: 100%;
    	text-align: center;
	}
	.footer {
		padding: 0px 0px 70px;
	}
	.copyright p {
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}
	.product-single-wrapper .box .title {
		top: 40%;
	}
	.products-section .pb-block-type-button {
		flex: 0 0 40%;
	}
	.slider-wrapper .slide-cell {
		padding: 40px 50px;
	}
    .product-browse-header .product-brand-logo {
        max-width: 150px;
        max-height: 100px;
    }
	.section-header h1 {
		font-size: 42px;
	}
	.section-header {
		padding: 30px 70px!important;
	}
	.raised-form-section .col-sm-6:first-child {
		width: 33.33%;
	}
	.raised-form-section .col-sm-6:last-child {
		width: 66.66%;
	}
	.faq-section .col-sm-3:not(:first-child) {
		width: 50%;
	}
	.faq-section {
		background-color: #FFF;
	}
	.ajax.image-text .pb-block-type-video iframe {
		height: 275px;
	}
	.ajax .frame {
		width: calc(100% - 80px);
	}
	.ajax.awards img {
		max-height: 40px;
	}
	.ajax.image-text .pb-row {
		column-gap: 40px;
	}
	.ajax.category-blocks .pb-column, {
		width: 50%;
		flex: 45% 1 1;
	}
	.ajax.category-blocks .pb-row {
		flex-wrap: wrap;
		row-gap: 40px;
	}
	.home-promotions .frame,
	.home-title .frame,
	.home-brands .frame,
	.home-categories .frame,
	.home-products .frame {
		width: calc(100% - 40px);
	}
	.home-categories .pb-column {
		width: 50%;
	}
	.home-categories .pb-row {
		display: flex;
		flex-wrap: wrap;
		row-gap: 40px;
	}
	.home-categories .pb-block-type-product_category_showcase ul.product-box li {
		flex: 1 1 45%;
	}
	.home-categories .pb-row-column-1 .pb-column {
		width: 100%;
	}
}
@media screen and (max-width:900px) {
    .product-browse-header .product-brand-logo {
        display: none;
    }
    .product-browse-header .search-box {
        display: none;
    }
}
@media screen and (min-width: 801px) {
	.desktop-hide {
		display: none;
	}

    .header .mobile-menu-trigger {
        display: none;
    }
    .navigation {
        display: block !important;
    }
    .navigation .mobile-nav-head {
        display: none;
    }
    .navigation ul.menu li a {
        text-align: center;
    }
    .navigation ul.menu li ul.menu-dropdown li {
        min-width: 200px;
    }
}
@media screen and (max-width:800px) {
	.h2, h2, .h3, h3 {
		font-size: 28px;
		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 .mobile-nav {
		display: block !important;
		width: 100%;
		float: none;
	}
	/*ul.menu .rlink {
		display: none;
		float: none;
	}*/
	.header .logo-wrap {
		width: 100%;
	}
	.header {
		padding: 0px 0px;
		z-index: 10000;
	}
	.logo {
		margin: 20px 0px;
	}
	ul.menu .menulink {
		margin-left: 0px;
	}
	ul.menu {
		flex-direction: column;
	}
	.header::before,
	.header::after {
		content: unset;
	}
	ul.menu .rlink {
		width: 100%;
		position: relative;
	}
	ul.menu li.tab-39 .menulink::before {
		content: unset;
	}
	ul.menu .menulink {
		border-bottom: 1px solid #DDD;
	}
	ul.menu li.tab-39 .menulink {
		border: 0px;
	}
	ul.menu ul {
		top: 53px;
	}
	.products-section .col-sm-2-4:not(:first-child) {
		margin-bottom: 30px;
		width: 50%;
	}
	.product-single-wrapper .box .title {
		top: 65%;
	}
	.banner-product {
		width: 665px;
	}
	ul.menu > li.open ul {
		flex-direction: column;
		top: 62px;
	}
    .compare-products.coltable > .col {
        width: 50%;
    }
    .header .logo-wrap {
       /* width: 40%;*/
    }
	.logo {
		width: 260px;
		height: 90px;
	}
	.section-header h1 {
		text-align: center;
	}
	.about-us-section .pb-row {
		display: flex;
		flex-direction: column-reverse;
	}
	.about-us-section .pb-row .col-sm-8,
	.about-us-section .pb-row .col-sm-4 {
		width: 100%;
		text-align: center;
	}
	.about-us-section .pb-row .col-sm-4 {
		margin-bottom: 40px;
	}
	.raised-form-section .col-sm-6 {
		width: 100%!important;
	}
	.raised-form-section .pb-block-type-form {
		margin-top: 0px;
	}
	.raised-form-section .col-sm-6:first-child {
		text-align: center;
		margin-bottom: 40px;
	}
	.video-section .col-sm-4 {
		width: 100%;
	}
	.video-section .col-sm-4:not(:last-child){
		margin-bottom: 40px;
	}
	.video-section .box.video {
		text-align: center;
	}
	.video-section .box.video a {
		width: 100%;
	}
	.faq-section .col-sm-3 {
		width: 100%!important;
	}
	.faq-section .col-sm-3:not(:last-child) {
		margin-bottom: 40px;
	}
	.section-contact .col-sm-8,
	.section-contact .col-sm-4 {
		width: 100%;
	}
	.section-contact a {
		width: 100%;
		text-align: center;
	}
	.section-contact .pb-block-type-form {
		background-color: #FFF;
		padding: 40px;
		margin-top: 20px;
	}
	.section-contact .pb-block-type-form h2 {
		color: #333;
	}
	.section-contact .form-block .field label {
		color: #808080;
	}
	.section-contact .form-block button {
		width: 100%;
		text-align: center;
	}
	.header .mobile-menu-trigger {
        display: table-cell;
        vertical-align: middle;
        text-align: right;
        width: unset;
		padding: 20px;
        font-size: 30px;
        line-height: 30px;
        position: absolute;
		right: 30px;
		top: 50%;
		transform: translateY(-50%);
    }
    body.mobile-menu-active {
        overflow: hidden;
    }

    .navigation {
        display: none;
        position: fixed;
        top: 0px;
        left: 0px;
        right: 0;
        bottom: 0px;
        width: 100%;
        height: 100%;
        overflow-y: scroll;
        background-color: rgba(0,0,0,0.85) !important;
        backdrop-filter: blur(5px);
		z-index: 10000;
    }
    .navigation .frame {
        width: 100%;
    }
    .navigation ul.menu {
		width: 90%;
    }
    .navigation ul.menu > li > a {
        text-align: left;
        padding: 20px 20px;
        font-size: 16px;
        font-weight: 600;
        line-height: 18px;
        letter-spacing: 0.5px;
        color: #6D6E71;
		display: flex;
		align-items: center;
		justify-content: space-between;
    }
    .navigation ul.menu > li > a:hover {
        background-color: #FFA617;
    }
    .navigation ul.menu > li.open > a {
        background-color: #FFA617;
    }
	ul.menu li.tab-39 .menulink, ul.menu li .menulink.ecom {
		padding: 20px;
	}
	ul.menu ul li a {
		text-align: left;
	}
	ul.menu .menulink:hover, ul.menu li.active .menulink {
		padding: 20px;
	}
    .navigation ul.menu li ul.menu-dropdown li a {
        color: #fff;
        font-size: 14px;
        font-weight: 400;
        padding: 20px 20px;
        text-align: left;
        background-color: #2D4053;
    }
    .navigation ul.menu li ul.menu-dropdown li a:hover {
        background-color: #1F2F3F;
    }
    .navigation ul.menu li ul.menu-dropdown li:not(:last-child) a {
        border-bottom: 1px solid rgba(0,0,0,0.2);
    }
    .navigation ul.menu li ul.menu-dropdown li:last-child {
        border-radius: 0 0 6px 6px;
    }

    .mobile-nav-head .logo {
        display: none;
    }
    .mobile-nav-head .mobile-menu-close {
        padding: 10px 14px;
        font-size: 25px;
        line-height: 25px;
        color: #FFF;
        position: absolute;
        right: 0;
        top: 0;
		width: 10%;
		height: 100%;
        background-color: rgba(0,0,0,0.05);
        border: 1px solid rgba(255,255,255,0.1);
		display: flex;
		justify-content: center;
		padding-top: 25px;
		text-decoration: none;
    }
	.mobile-nav-head .mobile-menu-close span {
		position: absolute;
		transform: rotate(90deg);
		top: 120px;
		right: -21px;
		font-size: 24px;
		font-weight: 600;
		font-family: "rift";
		/* height: 90px; */
		width: 120px;
	}
	.mobile-nav-head .mobile-menu-close:hover span {
		color: #FFF;
	}
    .mobile-nav-head .mobile-menu-close:hover {
        color: #F00000;
    }
    .mobile-nav-head .mobile-menu-close i {
        font-weight: 400;
    }
	.bt-list > li {
		width: 50%;
	}
	.ajax.image-text .pb-row {
		flex-direction: column;
		row-gap: 40px;
	}
	.ajax.image-text.alt .pb-row {
		flex-direction: column-reverse;
	}
	.ajax.image-text .pb-column {
		width: 100%;
	}
}
@media screen and (max-width:600px) {
	.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;
	}
	.products-section .col-sm-2-4:not(:first-child) {
		margin-bottom: 0px;
		width: 100%;
	}
	.pad120 {
		padding: 20px!important;
	}
	.products-section .col-sm-2-4:first-child {
		flex-direction: column;
	}
	.products-section .button,
	.brand-section .button {
		width: 100%;
		text-align: center;
	}
	.brand-section h2, .products-section h2 {
		justify-content: center;
	}
	.products-section p, .brand-section p {
		text-align: center;
	}
	.brands-slider img {
		height: 50px;
		margin: 0 auto;
	}
	.bx-viewport,
	.slider-wrapper .slide-image {
		/*height: 390px!important;*/
	}
	.banner-product {
		display: none;
	}
    .sort-box .form-block.filter {
        float: none;
    }
    .coltable.page-structure > .col.col-sidebox.col-sidebox-left {
        margin-bottom: 10px;
    }
	.section-header {
		padding: 20px!important;
	}
	.button-wrapper .button {
		width: 100%;
		text-align: center;
	}
	.button-wrapper .button:not(:last-child) {
		margin-bottom: 10px;
	}
	.raised-form-section .pb-block-type-form {
		padding: 0px;
		border: 0px;
	}
	.raised-form-section .pb-block-type-form button {
		width: 100%;
	}
	.raised-form-section .form-tech-support .field h2 {
		text-align: center;
	}
	.raised-form-section h2 {
		text-align: center;
	}
	.box .pb-block-content {
		margin: 0px!important;
	}
	.grid-table {
		overflow-x: auto;
		width: 100%;
		display: block;
	}
	.box.faq .software-wrap {
		flex-direction: column;
	}
	.box.faq .software-wrap figure {
		margin-right: 0px;
		margin-bottom: 10px;
		border: 0px;
		border-bottom: 1px solid #DDD;
		text-align: center;
	}
	.box.faq .software-wrap .desc {
		padding: 20px;
		text-align: center;
	}
	.box.faq .software-wrap h3 {
		margin-bottom: 20px;
	}
	.box.faq .unanswered {
		text-align: center;
	}
	.faq-section .pb-block-type-image img {
		width: 80%!important;
	}
	.box.faq .software-wrap:not(:last-child) {
		margin-bottom: 15px;
	}
	.logo {
		width: 260px;
		height: 70px;
		margin-right: 70px;
	}
	.mobile-nav-head .mobile-menu-close {
		width: 20%;
	}
	.navigation ul.menu {
		width: 80%;
	}
	body.browse-template.zulu-product .body {
		padding: 20px;
	}
	.product-browse-header h1 {
		font-size: 32px;
		line-height: 32px;
		text-align: center;
	}
	.pro-main .coltable .col,
	.product-image-container {
		padding: 0px;
	}
	.zulu-product .form-block.attribute-select,
	.zulu-product .form-block button {
		width: 100%;
	}
	.product-description p {
		text-align: center;
	}
	.product-description .spec-layer dl {
		flex-direction: column;
	}
	.product-description .spec-layer {
		border: 1px solid #F0F0F0;
	}
	.product-description .spec-layer dl, .product-description .spec-layer dt,.product-description .spec-layer h5 {
		width: 100%!important;
		text-align: center;
	}
	.product-description .spec-layer h5 {
		padding-left: 0px!important;
	}
	.product-description .spec-layer dt {
		font-weight: 500;
		border-bottom: 1px solid #DDD;
		padding-bottom: 10px;
		margin-bottom: 10px;
		display: block;
		color: #606060;
	}
	.price-box .attribute-label {
		margin: 0 auto 20px;
	}
	.product-browse-header .category-breadcrumbs,
	.product-browse-header h1 + h4 {
		text-align: center;
	}
	.sidebox.js-sidebox-toggle.side-search .sidebox-body button {
		width: unset;
	}
    .compare-search .field {
        width: 100%;
    }
    ul.menu li .menulink.ecom span {
        margin: 0;
    }
	.bt-list > li {
		width: 100%;
	}
	.zulu-member .body,
	.product-single-wrapper .box .title {
		text-align: center;
	}
	.zulu-checkout_summary .body,
	.zulu-checkout_payment .body,
	.zulu-checkout_index .body {
		padding: 40px;
		text-align: center;
	}
    .bx-wrapper .bx-controls-direction a,
    .lSAction > a {
        height: 20px !important;
        width: 20px !important;
        opacity: 0.4;
    }
    .bx-wrapper .bx-controls-direction a::before,
    .lSAction > a::before {
        font-size: 10px;
    }
    .bx-wrapper .bx-next {
        right: 10px !important;
    }
    .bx-wrapper .bx-prev {
        left: 10px !important;
    }
	.ajax.pb-section {
		padding-left: 0px;
		padding-right: 0px;
	}
	.ajax.pb-section .pb-block-content {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.ajax.pb-section.section-pad-5 {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.ajax.category-blocks .pb-column {
		flex: 100% 1 1;
	}
	.ajax.image-text .pb-block-type-video iframe {
		height: 228px;
	}
	.ajax.awards .pb-row {
		flex-wrap: wrap;
		row-gap: 40px;
	}
	.ajax.awards .pb-row .pb-column {
		flex: 40% 1 1;
	}
	.home-categories .pb-column {
		width: 100%;
	}
	.home-promotions .frame, .home-title .frame, .home-brands .frame, .home-categories .frame, .home-products .frame {
		width: 100%;
	}
	.home-promotions .pb-block-content,
	.home-title .pb-block-content,
	.home-brands .pb-block-content,
	.home-categories .pb-block-content,
	.home-products .pb-block-content {
		margin: 0px!important;
	}
	.home-categories .pb-block-type-button .button, .home-title .pb-block-type-text a {
		text-align: left;
	}
	.home-title {
		padding: 40px 20px!important;
	}
	.home-categories .pb-row:last-child .pb-column:nth-child(3),
	.home-categories .pb-row:last-child .pb-column:nth-child(4) {
		display: none;
	}
	.home-categories .pb-block-type-product_category_showcase ul.product-box li {
		flex: 1 1 100%;
	}
}
