@charset "UTF-8";

/* CSS Document */

@font-face {
    font-family: 'Conv_AvenirLTStd-Medium';
    src: url('AvenirLTStd-Medium.eot');
    src: local('☺'), url('AvenirLTStd-Medium.woff') format('woff'), url('AvenirLTStd-Medium.ttf') format('truetype'), url('AvenirLTStd-Medium.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_AvenirLTStd-Black';
    src: url('AvenirLTStd-Black.eot');
    src: local('☺'), url('AvenirLTStd-Black.woff') format('woff'), url('AvenirLTStd-Black.ttf') format('truetype'), url('AvenirLTStd-Black.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_AvenirLTStd-BlackOblique';
    src: url('AvenirLTStd-BlackOblique.eot');
    src: local('☺'), url('AvenirLTStd-BlackOblique.woff') format('woff'), url('AvenirLTStd-BlackOblique.ttf') format('truetype'), url('AvenirLTStd-BlackOblique.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: "futura-pt", sans-serif;
    color: #434343;
    background: #000000 url(../img/background-spiral.png) 5% 0 no-repeat;
}

a[x-apple-data-detectors] {
    color: inherit !important;
    text-decoration: none !important;
    font-size: inherit !important;
    font-family: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
}

.grecaptcha-badge {
    opacity: 0;
    visibility: hidden;
}

.container {
    max-width: 100%;
    margin: 0 auto;
    display: block;
    position: relative
}

header {
    display: block;
    overflow: hidden;
    height: 198px;
}

.mini-nav {
    padding: 0 0 3px 0;
    height: 46px;
    background: #9933e3;
}

.mini-nav ul {
    list-style: none;
    margin: 0;
    padding: 20px 10px 20px 10px;
    min-width: 339px;
    height: 27px;
    background: #8d2dd3;
}

.mini-nav li {
    display: inline-block;
    list-style: none;
    padding: 0 12px 0 12px;
    position: relative;
}

.mini-nav li:after {
    content: '';
    position: absolute;
    right: -3px;
    background: #781cbc;
    height: 15px;
    width: 1px;
    border-right: 1px #8224c6 solid;
}

.mini-nav li:last-child::after {
    display: none;
}

.mini-nav li a {
    color: #000000;
    font-size: 12px;
    font-family: 'Conv_AvenirLTStd-Black';
    text-decoration: none;
    letter-spacing: 0px;
    text-transform: uppercase;
    display: inline-block;
    text-shadow: 1px 1px 0px #a43fee;
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
}

.mini-nav li a:hover {
    color: #4d0781;
}

.mini-nav ul.right {
    text-align: center;
    padding: 19px 0 3px 0;
    list-style: none;
}

.mini-nav ul.right li a {
    padding: 0;
}

figure.logo {
    width: 165px;
    height: 78px;
    display: block;
    margin: 60px 0 0 20px;
    float: left;
}

#caption {
    width: 337px;
    display: block;
    float: left;
    margin: 82px 0 0 86px;
}

#caption strong {
    font-size: 17px;
    font-family: 'Conv_AvenirLTStd-Black';
    text-transform: uppercase;
    color: #c7592b;
    background-image: -webkit-linear-gradient(left, #b3391b, #b3391b, #db793b);
    background-image: -moz-linear-gradient(left, #b3391b, #b3391b, #db793b);
    background-image: -ms-linear-gradient(left, #b3391b, #b3391b, #db793b);
    background-image: -o-linear-gradient(left, #b3391b, #b3391b, #db793b);
    background-image: linear-gradient(to right, #b3391b, #b3391b, #db793b);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}

#caption span {
    font-size: 17px;
    font-family: 'Conv_AvenirLTStd-BlackOblique';
    text-transform: uppercase;
    color: #c7592b;
    float: right;
    background-image: -webkit-linear-gradient(left, #b3391b, #db793b, #db793b);
    background-image: -moz-linear-gradient(left, #b3391b, #db793b, #db793b);
    background-image: -ms-linear-gradient(left, #b3391b, #db793b, #db793b);
    background-image: -o-linear-gradient(left, #b3391b, #db793b, #db793b);
    background-image: linear-gradient(to right, #b3391b, #db793b, #db793b);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}

.search {
    float: right;
    max-width: 695px;
    display: block;
    padding: 19px;
    width: 100%;
    margin: 61px 0 0 0;
    position: relative;
    background: rgb(41, 41, 41);
    background: -moz-linear-gradient(-53deg, rgba(41, 41, 41, 1) 0%, rgba(41, 41, 41, 1) 88%, rgba(32, 32, 32, 1) 88%, rgba(32, 32, 32, 1) 100%);
    background: -webkit-linear-gradient(-53deg, rgba(41, 41, 41, 1) 0%, rgba(41, 41, 41, 1) 88%, rgba(32, 32, 32, 1) 88%, rgba(32, 32, 32, 1) 100%);
    background: linear-gradient(143deg, rgba(41, 41, 41, 1) 0%, rgba(41, 41, 41, 1) 88%, rgba(32, 32, 32, 1) 88%, rgba(32, 32, 32, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#292929', endColorstr='#202020', GradientType=1);
}

.search input {
    border: none;
    width: 100%;
    display: inline-block;
    max-width: 163px;
    padding: 11px 10px 12px 18px;
    margin: 0 18px 0 0;
    font-family: 'Conv_AvenirLTStd-Medium';
    font-size: 12px;
    color: #7e7575;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-transform: uppercase;
    background: rgb(25, 25, 25);
    background: -moz-linear-gradient(-45deg, rgba(25, 25, 25, 1) 0%, rgba(25, 25, 25, 1) 81%, rgba(19, 19, 19, 1) 81%, rgba(19, 19, 19, 1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(25, 25, 25, 1) 0%, rgba(25, 25, 25, 1) 81%, rgba(19, 19, 19, 1) 81%, rgba(19, 19, 19, 1) 100%);
    background: linear-gradient(135deg, rgba(25, 25, 25, 1) 0%, rgba(25, 25, 25, 1) 81%, rgba(19, 19, 19, 1) 81%, rgba(19, 19, 19, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#191919', endColorstr='#131313', GradientType=1);
    -webkit-appearance: none;
}

.search select {
    border: none;
    width: 100%;
    display: inline-block;
    max-width: 191px;
    padding: 11px 10px 12px 18px;
    margin: 0 18px 0 0;
    font-family: 'Conv_AvenirLTStd-Medium';
    font-size: 12px;
    color: #7e7575;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-transform: uppercase;
    background: rgb(25, 25, 25);
    background: -moz-linear-gradient(-45deg, rgba(25, 25, 25, 1) 0%, rgba(25, 25, 25, 1) 81%, rgba(19, 19, 19, 1) 82%, rgba(19, 19, 19, 1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(25, 25, 25, 1) 0%, rgba(25, 25, 25, 1) 81%, rgba(19, 19, 19, 1) 81%, rgba(19, 19, 19, 1) 100%);
    background: linear-gradient(135deg, rgba(25, 25, 25, 1) 0%, rgba(25, 25, 25, 1) 81%, rgba(19, 19, 19, 1) 81%, rgba(19, 19, 19, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#191919', endColorstr='#131313', GradientType=1);
    -webkit-appearance: none;
}

.search input[type="submit"] {
    background: #9933e3;
    color: #191919;
    font-family: 'Conv_AvenirLTStd-Black';
    font-size: 17px;
    text-transform: uppercase;
    border: 0;
    padding: 0px;
    margin: 0px;
    width: 54px;
    height: 41px;
    line-height: 45px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    -webkit-appearance: none;
    background: rgb(153, 51, 227);
    background: -moz-linear-gradient(-45deg, rgba(153, 51, 227, 1) 0%, rgba(141, 45, 211, 1) 50%, rgba(141, 45, 211, 1) 50%, rgba(141, 45, 211, 1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(153, 51, 227, 1) 0%, rgba(141, 45, 211, 1) 50%, rgba(153, 51, 227, 1) 50%, rgba(141, 45, 211, 1) 100%);
    background: linear-gradient(143deg, rgba(141, 45, 211, 1) 0%, rgba(153, 51, 227, 1) 50%, rgba(141, 45, 211, 1) 50%, rgba(153, 51, 227, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#9933e3', endColorstr='#8d2dd3', GradientType=1);
    font-family: 'Conv_AvenirLTStd-Black';
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
}

.search input[type="submit"]:hover {
    background: #670ea7;
    background: rgb(103, 14, 167);
    background: -moz-linear-gradient(-45deg, rgba(103, 14, 167, 1) 0%, rgba(103, 14, 167, 1) 50%, rgba(103, 14, 167, 1) 50%, rgba(141, 45, 211, 1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(103, 14, 1677, 1) 0%, rgba(103, 14, 167, 1) 50%, rgba(103, 14, 167, 1) 50%, rgba(103, 14, 167, 1) 100%);
    background: linear-gradient(143deg, rgba(103, 14, 167, 1) 0%, rgba(103, 14, 167, 1) 50%, rgba(103, 14, 167, 1) 50%, rgba(103, 14, 167, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#9933e3', endColorstr='#8d2dd3', GradientType=1);
    -webkit-appearance: none;
}

.banner {
    position: relative;
}

.banner .overlay {
    position: absolute;
    left: 10%;
    z-index: 99;
    top: 30%;
    text-align: left;
    width: 760px;
}

.standard-content .banner .overlay {
    position: absolute;
    left: 10%;
    z-index: 99;
    top: 25%;
    text-align: left;
    width: 760px;
}

.banner .overlay h2,
.banner .overlay h1 {
    font-family: 'Conv_AvenirLTStd-Black';
    font-size: 61px;
    line-height: 69px;
    color: #ffffff;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 #9933e3, 1px 1px 0 #9933e3, 2px 2px 0 #9933e3, 3px 3px 0 #9933e3, 4px 4px 0 #9933e3, 0 6px 1px rgba(42, 16, 67, 1), 0 0 5px rgba(42, 16, 67, 1), 0 1px 3px rgba(42, 16, 67, 1), 0 3px 5px rgba(42, 16, 67, 1), 0 5px 10px rgba(42, 16, 67, 1), 0 10px 10px rgba(42, 16, 67, 1), 0 20px 20px rgba(42, 16, 67, 1);
}

.banner .overlay h2 span,
.banner .overlay h1 span {
    color: #8d2dd3;
}

.banner .overlay p {
    font-family: 'Conv_AvenirLTStd-Black';
    font-size: 18px;
    line-height: 20px;
    color: #ffffff;
    text-transform: uppercase;
    text-shadow: 2px 2px 0 #9933e3, 2px 2px 0 #9933e3, 2px 2px 0 #9933e3, 2px 2px 0 #9933e3, 2px 2px 0 #9933e3, 0 6px 1px rgba(42, 16, 67, 1), 0 0 5px rgba(42, 16, 67, 1), 0 1px 3px rgba(42, 16, 67, 1), 0 3px 5px rgba(42, 16, 67, 1), 0 5px 10px rgba(42, 16, 67, 1), 0 10px 10px rgba(42, 16, 67, 1), 0 20px 20px rgba(42, 16, 67, 1);
    margin: 15px 0 0 0;
}

.banner .overlay p span {
    display: inline-block;
    padding: 0 7px;
}

.banner .overlay.lblue h2 {
    color: #ffffff;
    text-shadow: 1px 1px 0 #106479, 1px 1px 0 #106479, 2px 2px 0 #106479, 3px 3px 0 #106479, 4px 4px 0 #106479, 0 6px 1px rgba(8, 79, 97, 1), 0 0 5px rgba(8, 79, 97, 1), 0 1px 3px rgba(8, 79, 97, 1), 0 3px 5px rgba(8, 79, 97, 1), 0 5px 10px rgba(8, 79, 97, 1), 0 10px 10px rgba(8, 79, 97, 1), 0 20px 20px rgba(8, 79, 97, 1);
}

.banner .overlay.lblue h2 span {
    color: #04c1ef;
}

.banner .overlay.lblue p {
    color: #ffffff;
    text-shadow: 2px 2px 0 #106479, 2px 2px 0 #106479, 2px 2px 0 #106479, 2px 2px 0 #106479, 2px 2px 0 #106479, 0 6px 1px rgba(8, 79, 97, 1), 0 0 5px rgba(8, 79, 97, 1), 0 1px 3px rgba(8, 79, 97, 1), 0 3px 5px rgba(8, 79, 97, 1), 0 5px 10px rgba(8, 79, 97, 1), 0 10px 10px rgba(8, 79, 97, 1), 0 20px 20px rgba(8, 79, 97, 1);
}

#banner.owl-carousel.owl-drag .owl-item a,
#specials.owl-carousel.owl-drag .owl-item a {
    display: block;
}

nav.main {
    width: 100%;
    height: 56px;
    margin: 0px;
    position: relative;
    background: -moz-linear-gradient(top, #121212 0%, #121212 50%, #191919 50%, #191919 100%);
    background: -webkit-linear-gradient(top, #121212 0%, #121212 50%, #191919 50%, #191919 100%);
    background: linear-gradient(to bottom, #121212 0%, #121212 50%, #191919 50%, #191919 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#121212', endColorstr='#191919', GradientType=0);
    /* IE6-9 */
    z-index: 1001;
    text-align: center;
}

nav.main>ul>li {
    display: inline-block;
    margin-right: 21px;
}

nav.main>ul>li:last-child {
    margin-right: 0px;
}

nav.main>ul>li>a {
    color: #fff;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    font-family: 'Conv_AvenirLTStd-Medium';
    padding: 19px 0 19px 0;
    border-top: 2px solid #121212;
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
}

nav.main>ul>li>a:hover {
    border-top: 2px solid #9933e3;
    color: #9933e3;
}

nav.main>ul>li>div {
    position: absolute;
    left: auto;
    top: 56px;
    display: none;
    background: #fff;
    padding: 0px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    border-top: 4px solid #8d2dd3;
    z-index: 1001;
    width: 272px;
}

nav.main>ul>li:hover>div {
    display: block;
}

nav.main>ul>li>div>div>ul>li>div {
    position: absolute;
    left: 100%;
    top: 0px;
    display: none;
    background: #fff;
    padding: 0px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    border-left: 10px solid #8d2dd3;
    z-index: 1001;
    width: 272px;
}

nav.main>ul>li>div>div>ul>li:hover>div {
    display: block;
}


/* COLUMNS */

nav.main>ul>li>.container-drop>.inner>ul {
    margin: 0;
    padding: 0 0px;
}

nav.main>ul>li>.container-drop>.inner>ul>li {
    border-bottom: 1px #e2e2e2 solid;
    position: relative;
}

nav.main>ul>li>.container-drop>.inner>ul>li:last-child {
    border-bottom: none;
}

nav.main>ul>li>.container-drop>.inner>ul>li>a {
    text-align: left !important;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    display: block;
    padding: 5px 0 5px 30px;
    color: #666;
    text-decoration: none;
    background: url(../img/navarw-2.jpg) 90% 10px no-repeat;
    position: relative;
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
}

nav.main>ul>li>.container-drop>.inner>ul>li>a:hover {
    color: #8d2dd3;
    background: url(../img/navarw-1.jpg) 90% 10px no-repeat;
}


/* Drop Column */

nav.main>ul>li>.container-drop {
    width: 272px;
    max-width: 272px;
}

nav.main>ul>li>.container-drop>.inner {
    padding: 20px 0 20px 0;
    display: block;
}

nav.main>ul>li>.container-drop>.inner>ul>li>.container-side>.inner>ul>li {
    margin: 0;
    padding: 0 0px;
}

nav.main>ul>li>.container-drop>.inner>ul>li>.container-side>.inner>ul>li {
    border-bottom: none;
}

nav.main>ul>li>.container-drop>.inner>ul>li>.container-side>.inner>ul>li:last-child {
    border-bottom: none;
}

nav.main>ul>li>.container-drop>.inner>ul>li>.container-side>.inner>ul>li>a {
    text-align: left !important;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    display: block;
    padding: 2px 0 2px 30px;
    color: #666;
    text-decoration: none;
    background: none;
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
}

nav.main>ul>li>.container-drop>.inner>ul>li>.container-side>.inner>ul>li>a:hover {
    color: #8d2dd3;
    background: none;
}


/* Drop Column */

nav.main>ul>li>.container-drop>.inner>ul>li>.container-side {
    width: 272px;
    max-width: 272px;
}

nav.main>ul>li>.container-drop>.inner>ul>li>.container-side>.inner {
    padding: 20px 0 20px 0;
    display: block;
    overflow: hidden
}

.banner figcaption {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: absolute;
    top: 43px;
    width: 100%;
    background: #444444;
    z-index: 999;
    padding: 18px 0;
}

.banner figcaption a {
    color: #fff;
    font-size: 11px;
    font-weight: 400;
    line-height: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 7px 15px;
    border: 1px #ffffff solid;
}

.banner figcaption a:hover {
    cursoro: pointer;
    color: #ef1424;
    border: 1px #ef1424 solid;
}

.fcategory section {
    background: #9933e3;
    padding: 34px 34px 34px 34px;
    margin: 0 0 20px 0;
    background: rgb(153, 51, 227);
    background: -moz-linear-gradient(-65deg, rgba(134, 32, 208, 1) 0%, rgba(134, 32, 208, 1) 60%, rgba(134, 32, 208, 1) 60%, rgba(153, 51, 227, 1) 100%);
    background: -webkit-linear-gradient(-65deg, rgba(134, 32, 208, 1) 0%, rgba(153, 51, 227, 1) 60%, rgba(134, 32, 208, 1) 60%, rgba(153, 51, 227, 1) 100%);
    background: linear-gradient(160deg, rgba(134, 32, 208, 1) 0%, rgba(153, 51, 227, 1) 60%, rgba(134, 32, 208, 1) 60%, rgba(153, 51, 227, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#8620d0', endColorstr='#9933e3', GradientType=1);
}

#features div.owl-item {
    margin: 0 0;
}

#features div.owl-item>div {
    background: #8d2dd3;
    margin: 0 19px;
    border-radius: 5px;
}

#features div.owl-item>div img {
    max-width: 215px;
}

#features div.owl-item>div a {
    text-decoration: none;
}

#features img {
    border-radius: 5px;
    width: 96%;
    margin: 4px auto 0 auto;
}

#features h2 {
    font-family: 'Conv_AvenirLTStd-Black';
    font-size: 11px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    padding: 10px 0;
}

#tabs>ul {
    position: relative;
    text-align: center;
    list-style: none;
    padding: 0 0 30px 0;
    margin: 0px;
}

#tabs>ul>li {
    display: inline-block;
}

#tabs>ul>li>a {
    font-family: 'Conv_AvenirLTStd-Black';
    font-size: 16px;
    text-transform: uppercase;
    color: #b1b1b1;
    text-decoration: none;
    padding: 0 0 5px 0;
    border-bottom: 2px #ffffff solid;
}

#tabs>ul>li.ui-state-active>a {
    color: #ee2c24;
    text-decoration: none;
    border-bottom: 2px #ee2c24 solid;
}

#tabs>ul>li:first-child:after {
    content: '/';
    font-family: 'Conv_AvenirLTStd-Black';
    font-size: 16px;
    text-transform: uppercase;
    color: #b1b1b1;
    text-decoration: none;
    display: inline-block;
    padding: 0 15px;
}

.fproducts section {
    background: #ffffff;
    padding: 34px 34px 34px 34px;
    margin: 20px 0 0 0;
}

#fps div.owl-item>div {
    background: #ffffff;
    border: 1px #ee2c24 solid;
    margin: 0;
}

#fps div.owl-item>div>a {
    text-decoration: none;
    background: url(../img/1daydeal.jpg) bottom center no-repeat;
    padding: 0 0 26px 0;
    display: block;
}

#fps figcaption {
    padding: 0 30px 0 30px;
}

#fps img {
    width: 96%;
    max-width: 158px;
    margin: 10px auto 10px auto;
}

#fps img.1day {
    width: 100%;
    max-width: auto;
    margin: 10px auto 10px auto;
}

#fps h2 {
    font-family: 'Conv_AvenirLTStd-Black';
    font-size: 11px;
    text-transform: uppercase;
    color: #010101;
    text-align: left;
    padding: 0;
    margin: 0 0 5px 0;
    line-height: 14px;
    height: 28px;
}

#fps p {
    font-family: 'Conv_AvenirLTStd-Medium';
    font-size: 11px;
    color: #010101;
    text-align: left;
    padding: 0;
    margin: 0 0 15px 0;
    line-height: 14px;
    height: 28px;
}

#fps p strong {
    font-family: 'Conv_AvenirLTStd-Black';
    font-size: 13px;
    color: #010101;
}

#fps p span {
    font-family: 'Conv_AvenirLTStd-Black';
    font-size: 13px;
    color: #ee2c24;
}

#fpstwo div.owl-item>div {
    background: #ffffff;
    border: 1px #019119 solid;
    margin: 0;
}

#fpstwo div.owl-item>div>a {
    text-decoration: none;
    background: url(../img/newproducts.jpg) bottom right no-repeat;
    padding: 0 0 26px 0;
    display: block;
}

#fpstwo figcaption {
    padding: 0 30px 0 30px;
}

#fpstwo img {
    width: 96%;
    max-width: 158px;
    margin: 10px auto 10px auto;
}

#fpstwo img.1day {
    width: 100%;
    max-width: auto;
    margin: 10px auto 10px auto;
}

#fpstwo h2 {
    font-family: 'Conv_AvenirLTStd-Black';
    font-size: 11px;
    text-transform: uppercase;
    color: #010101;
    text-align: left;
    padding: 0;
    margin: 0 0 5px 0;
    line-height: 14px;
    height: 28px;
}

#fpstwo p {
    font-family: 'Conv_AvenirLTStd-Medium';
    font-size: 11px;
    color: #010101;
    text-align: left;
    padding: 0;
    margin: 0 0 15px 0;
    line-height: 14px;
    height: 28px;
}

#fpstwo p strong {
    font-family: 'Conv_AvenirLTStd-Black';
    font-size: 13px;
    color: #010101;
}

#fpstwo p span {
    font-family: 'Conv_AvenirLTStd-Black';
    font-size: 13px;
    color: #019119;
}

.fbrands section {
    background: #ffffff;
    padding: 45px 34px 45px 34px;
    margin: 20px 0 0 0;
}

#brands div.owl-item>div {
    background: #ffffff;
    margin: 0;
}

#brands div.owl-item>div a {
    text-decoration: none;
}

#brands figcaption {
    padding: 0 30px 0 30px;
}

#brands img {
    width: 100%;
    margin: 4px auto 0 auto;
    height: 55px;
    object-fit: contain;
}

.overlay {
    position: absolute;
    width: 100%;
}

.overlay article {
    background: url(../img/overlay-border.png) no-repeat;
    max-width: 365px;
    height: 458px;
    margin: 16% 0;
    float: right;
    width: 100%;
    text-align: center;
    position: relative;
    color: #fff;
}

.overlay article>div {
    padding: 45% 35px
}

.overlay article h1 {
    text-transform: uppercase;
    letter-spacing: 12px;
    font-size: 32px;
    display: block;
    font-weight: 700;
    line-height: 25px;
    text-align: center;
    padding-left: 6px
}

.overlay article h1 sup {
    font-size: 16px;
    margin-left: -7px;
}

.overlay article h2 {
    font-weight: 700;
    display: block;
    font-size: 49px;
    letter-spacing: 5px;
    text-transform: uppercase
}

.overlay article p {
    font-style: italic;
    font-size: 22px;
    float: left;
}

.overlay article hr {
    width: 15px;
    height: 2px;
    background: #fff;
    border: 0;
    margin: 13px 0 0 0
}

.overlay article hr.lhr {
    float: left;
    margin-right: 5px;
    margin-left: 5px;
}

.overlay article hr.rhr {
    float: right;
    margin-top: 15px;
}

.overlay article a {
    position: absolute;
    bottom: 0;
    background: #ef1424;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    border: 0;
    padding: 12px 15px;
    width: 120px;
    text-decoration: none;
    left: 106px;
}


/* CSS From old CSS file - used on Standard templates */

.standard-content {
    display: block;
    padding: 0 0 4% 0;
}

.standard-content nav {
    z-index: 840;
    padding: 53px 0 0 46px;
    background: rgba(103, 30, 197);
    /* Old browsers */
    background: -moz-linear-gradient(45deg, rgba(103, 30, 197, 1) 0%, rgba(119, 36, 203, 1) 27%, rgba(135, 42, 222, 1) 27%, rgba(162, 55, 229, 1) 56%, rgba(182, 65, 235, 1) 76%, rgba(187, 68, 236, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, rgba(103, 30, 197, 1) 0%, rgba(119, 36, 203, 1) 27%, rgba(135, 42, 222, 1) 27%, rgba(162, 55, 229, 1) 56%, rgba(182, 65, 235, 1) 76%, rgba(187, 68, 236, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, rgba(103, 30, 197, 1) 0%, rgba(119, 36, 203, 1) 27%, rgba(135, 42, 222, 1) 27%, rgba(162, 55, 229, 1) 56%, rgba(182, 65, 235, 1) 76%, rgba(187, 68, 236, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#671ec5', endColorstr='#bb44ec', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

.standard-content nav h3:nth-child(1) {
    margin-bottom: 20px;
    font-size: 17px;
    color: #fca631;
}

.standard-content nav h3 {
    font-family: 'Conv_AvenirLTStd-Black';
    font-size: 20px;
    line-height: 20px;
    color: #ffffff;
    text-transform: uppercase;
}

.standard-content nav ul {
    list-style: none;
    padding: 25px 0 53px 0;
    margin: 0px;
    z-index: 840;
}

.standard-content nav ul li {
    position: relative;
}

.standard-content nav ul li a {
    color: #ffffff;
    font-family: 'Conv_AvenirLTStd-Medium';
    font-size: 11px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    display: block;
}

.standard-content nav ul li a:hover {
    color: #000;
}

.standard-content nav ul li ul {
    display: none;
    position: absolute;
    left: 100%;
    top: -40px;
    padding: 20px 30px;
    width: 260px;
    background: #fff;
    border-top: 4px rgba(103, 30, 197) solid;
    border-right: 4px rgba(103, 30, 197) solid;
    border-bottom: 4px rgba(103, 30, 197) solid;
    -webkit-box-shadow: 10px 10px 48px 0px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 10px 10px 48px 0px rgba(0, 0, 0, 0.45);
    box-shadow: 10px 10px 48px 0px rgba(0, 0, 0, 0.45);
}

.standard-content nav ul li ul:before {
    content: "";
    position: absolute;
    left: -10px;
    top: 40px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #fff;
}

.standard-content nav ul li ul:hover {
    display: block;
}

.standard-content nav ul li ul li {
    border-bottom: 1px #e2e2e2 solid;
    position: relative;
}

.standard-content nav ul li ul li:last-child {
    border-bottom: none;
    position: relative;
}

.standard-content nav ul li ul a {
    color: #000;
    font-family: "futura-pt", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
    padding: 3px 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    display: block;
    width: 100%;
    text-transform: none;
}

.standard-content nav ul li ul a:hover {
    color: rgba(103, 30, 197);
}

.standard-content .col-9 {
    background: #fff;
    z-index: 1;
    position: relative;
}

.standard-content .col-12 article {
    padding: 50px 60px 50px 60px;
    background: #fff;
    z-index: 1;
    position: relative;
}

.standard-content .col-6.lcol article {
    padding: 50px 30px 0 60px;
    background: #fff;
    z-index: 1;
    position: relative;
}

.standard-content .col-6.rcol article {
    padding: 50px 60px 0 30px;
    background: #fff;
    z-index: 1;
    position: relative;
}

.standard-content blockquote {
    padding: 30px 60px 30px 60px;
    background: #eee;
}

.standard-content p,
#extense-description,
#chklist,
#calc,
#custi {
    margin: 5px 0;
    padding: 5px 0;
    line-height: 19px;
    font-family: 'Conv_AvenirLTStd-Medium';
    font-size: 14px;
    color: #000000;
}

.standard-content .hours td {
    line-height: 19px;
    font-family: 'Conv_AvenirLTStd-Medium';
    font-size: 14px;
    color: #000000;
}

.standard-content a {
    color: #3e3e3e;
}

.standard-content a.button {
    color: #ffffff;
}

a#fullpinfo {
    color: #ff0029;
    font-family: 'Conv_AvenirLTStd-Medium';
    font-size: 18px;
}

.standard-content ul {
    margin: 5px 0;
    padding: 15px 15px;
}

.standard-content li {
    line-height: 22px;
    font-family: 'Conv_AvenirLTStd-Medium';
    font-size: 15px;
}

.standard-content ol {
    list-style: decimal;
    padding: 15px 15px 15px 0;
    margin: 15px 15px 15px 0;
}

.standard-content ol ul {
    list-style: none;
}

.standard-content ol ol {
    list-style: none;
    padding: 15px 15px 15px 15px;
    margin: 15px 15px 15px 15px;
}

.standard-content strong,
#chklist strong,
#calc strong,
#custi strong {
    font-family: 'Conv_AvenirLTStd-Black';
    font-size: 17px;
}

.standard-content p strong {
    font-family: 'Conv_AvenirLTStd-Black';
    font-size: 14px;
}

.standard-content h1 {
    font-family: 'Conv_AvenirLTStd-Black';
    font-size: 24px;
}

.standard-content #categorytitle {
    display: block;
    height: 60px;
    background: linear-gradient(180deg, #191919 50%, #121212 50%);
}

.standard-content #categorytitle h1,
.standard-content #categorytitle h2 {
    font-family: 'Conv_AvenirLTStd-Black';
    font-size: 24px;
    text-align: center;
    line-height: 60px;
    color: #8d2dd3;
    text-transform: uppercase;
}

.standard-content h2 {
    font-family: 'Conv_AvenirLTStd-Black';
    font-size: 22px;
    line-height: 26px;
    color: #9933e3;
    margin: 0 0 15px 0;
}

.standard-content h3,
.standard-content h1 {
    font-family: 'Conv_AvenirLTStd-Black';
    font-size: 18px;
}

.standard-content h4 {
    font-family: 'Conv_AvenirLTStd-Black';
    font-size: 20px;
    color: #8d2dd3;
    margin: 10px 0;
    text-transform: uppercase;
}

.standard-content h5 {
    color: #999;
    font-size: 12px;
    font-family: 'Conv_AvenirLTStd-Medium';
    margin-bottom: 20px
}

.standard-content hr {
    width: 100%;
    height: 2px;
    background: #8d2dd3;
    border: 0;
    margin: 10px 0 30px 0
}

.standard-content img {
    width: 80%;
}

.standard-content img.left {
    width: 80%;
    float: left;
    max-width: 200px;
    margin: 0 15px 0 0;
}

.standard-content img.right {
    width: 80%;
    max-width: 200px;
}

.standard-content #teamtb td img {
    width: 90% !important;
    margin: 20px 0 0 0;
}

.standard-content hr {
    background: #eee;
    height: 1px;
    border: 0;
    margin: 16px 0 20px 0
}

.down {
    background: #ddd;
    border: 2px #ccc solid;
}

#topcontent {
    padding: 20px 0 3% 0;
}

#topcontent article {
    background: #fff;
    padding: 48px 44px 30px 44px;
    margin: 0 0 0 0;
}

#topcontent article#nlsu {
    background: #8d2dd3;
    padding: 0px;
    margin: 0 0 0 20px;
    display: block;
}

#topcontent article#nlsu .top {
    background: rgb(141, 45, 211);
    background: -moz-linear-gradient(-45deg, rgba(141, 45, 211, 1) 0%, rgba(141, 45, 211, 1) 79%, rgba(130, 34, 200, 1) 79%, rgba(130, 34, 200, 1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(141, 45, 211, 1) 0%, rgba(141, 45, 211, 1) 79%, rgba(130, 34, 200, 1) 79%, rgba(130, 34, 200, 1) 100%);
    background: linear-gradient(135deg, rgba(141, 45, 211, 1) 0%, rgba(141, 45, 211, 1) 79%, rgba(130, 34, 200, 1) 79%, rgba(130, 34, 200, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#8d2dd3', endColorstr='#8825cf', GradientType=1);
    padding: 48px 80px 48px 80px;
}

#topcontent article#nlsu .bot {
    background: rgb(141, 45, 211);
    background: -moz-linear-gradient(-45deg, rgba(153, 51, 227, 1) 0%, rgba(153, 51, 227, 1) 62%, rgba(136, 37, 207, 1) 62%, rgba(136, 37, 207, 1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(153, 51, 227, 1) 0%, rgba(153, 51, 227, 1) 62%, rgba(136, 37, 207, 1) 62%, rgba(136, 37, 207, 1) 100%);
    background: linear-gradient(135deg, rgba(153, 51, 227, 1) 0%, rgba(153, 51, 227, 1) 62%, rgba(136, 37, 207, 1) 62%, rgba(136, 37, 207, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#8d2dd3', endColorstr='#8825cf', GradientType=1);
    padding: 54px 0 50px 0;
}

#topcontent h1 {
    font-family: 'Conv_AvenirLTStd-Black';
    font-size: 18px;
    line-height: 20px;
    color: #9933e3;
    margin: 0 0 0 0;
    text-transform: uppercase;
}

#topcontent h3 {
    font-family: 'Conv_AvenirLTStd-Black';
    font-size: 18px;
    line-height: 20px;
    color: #9933e3;
    margin: 0 0 0 0;
    text-transform: uppercase;
}

#topcontent h2,
#topcontent h4 {
    font-family: 'Conv_AvenirLTStd-Black';
    font-size: 14px;
    line-height: 30px;
    color: #000;
    margin: 0 0 10px 0;
    text-transform: uppercase;
}

#topcontent h5 {
    font-family: 'Conv_AvenirLTStd-Medium';
    font-size: 18px;
    line-height: 20px;
    color: #ffffff;
    margin: 0 0 0 0;
    text-transform: uppercase;
    text-align: center;
}

#topcontent p {
    font-family: 'Conv_AvenirLTStd-Medium';
    font-size: 14px;
    line-height: 20px;
    color: #000;
    margin: 0 0 15px 0;
}

#topcontent p a {
    font-size: 19px;
    line-height: 30px;
    letter-spacing: 1px;
    color: #94989c;
    text-decoration: none;
}

#topcontent article#nlsu form {
    padding: 20px 0 0 0;
    margin: 0px;
}

#topcontent article#nlsu .top input[type="text"] {
    background: #ffffff;
    padding: 17px 0 16px 0;
    margin: 0px;
    border: none;
    outline: none;
    text-indent: 24px;
    display: inline-block;
    width: 75%;
    font-family: 'Conv_AvenirLTStd-Medium';
    font-size: 16px;
    line-height: 16px;
    box-sizing: border-box;
    -webkit-appearance: none;
}

#topcontent article#nlsu .top input[type="submit"] {
    padding: 17px 0 14px 0;
    -webkit-appearance: none;
    margin: 0 0 0 1%;
    border: none;
    outline: none;
    text-indent: 0px;
    display: inline-block;
    width: 24%;
    border-bottom: 1px #8d2dd3 solid;
    border-right: 1px #8d2dd3 solid;
    font-family: 'Conv_AvenirLTStd-Black';
    font-size: 20px;
    line-height: 20px;
    color: #191919;
    text-transform: uppercase;
    background: rgb(115, 25, 180);
    background: -moz-linear-gradient(-45deg, rgba(115, 25, 180, 1) 0%, rgba(115, 25, 180, 1) 68%, rgba(100, 15, 161, 1) 68%, rgba(100, 15, 161, 1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(115, 25, 180, 1) 0%, rgba(115, 25, 180, 1) 68%, rgba(100, 15, 161, 1) 68%, rgba(100, 15, 161, 1) 100%);
    background: linear-gradient(135deg, rgba(115, 25, 180, 1) 0%, rgba(115, 25, 180, 1) 68%, rgba(100, 15, 161, 1) 68%, rgba(100, 15, 161, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#7319b4', endColorstr='#640fa1', GradientType=1);
}

#topcontent article#nlsu .top #systemMessage.highlight_message {
    width: 96%;
    margin-top: 5px;
}

#topcontent article#nlsu .top input::placeholder {
    color: #646464;
}

#topcontent article .social {
    width: 300px;
    float: right;
}

#topcontent article .social img {
    display: inline-block;
    max-width: 37px;
    margin: 5px 5px 0 0;
}

#topcontent article .social img#google {
    max-width: 106px;
}

.future {
    display: block;
    background: #fff url(../img/footer-bg.png) top right no-repeat;
    width: 100%;
    height: 74px;
}

.future h4 {
    width: 35%;
    color: #9933e3;
    font-family: 'Conv_AvenirLTStd-Medium';
    text-transform: uppercase;
    font-size: 13px;
    padding: 31px 0 0 0;
    float: left;
}

.future h4 span {
    font-family: 'Conv_AvenirLTStd-Black';
}

.footer {
    background: #e4e4e4 url(../img/footer-bg.png) bottom right no-repeat;
    display: block;
}

footer {
    padding: 37px 0 37px 0;
    display: block;
}

footer #onehper {
    width: 141px;
    position: absolute;
    top: -34px;
    right: 85px;
}

footer ul {
    list-style: none;
    margin: 10px 20px 0 0 !important;
    padding: 0;
    float: left;
}

footer .col-4 ul {
    column-count: 2;
    column-gap: 50px;
}

footer li a {
    font-family: 'Conv_AvenirLTStd-Medium';
    color: #000000;
    font-size: 11px;
    text-decoration: none;
    display: block;
    padding: 0 0 4px 0
}

footer li a:hover {
    color: #8d2dd3
}

footer h4 {
    font-family: 'Conv_AvenirLTStd-Medium';
    font-size: 13px;
    color: #9933e3;
    display: block;
    margin-bottom: 5px;
    text-transform: uppercase;
}

footer h4 strong {
    font-family: 'Conv_AvenirLTStd-Black';
}

.copyright {
    background: #8d2dd3;
    display: block;
    padding: 10px 0 5px 0;
    color: #55078d;
    line-height: 52px;
    text-align: center;
}

.copyright span {
    font-family: 'Conv_AvenirLTStd-Medium';
    font-size: 10px;
    color: #55078d;
    display: block;
    margin: 0 0;
}

.copyright span a {
    color: #55078d;
    text-decoration: none;
}

.copyright figure {
    margin: 7px 0 0 0 !important;
}

.button {
    background: #9933e3;
    background: rgb(153, 51, 227);
    background: -moz-linear-gradient(-65deg, rgba(153, 51, 227, 1) 0%, rgba(153, 51, 227, 1) 85%, rgba(141, 45, 211, 1) 85%, rgba(141, 45, 211, 1) 100%);
    background: -webkit-linear-gradient(-65deg, rgba(153, 51, 227, 1) 0%, rgba(153, 51, 227, 1) 85%, rgba(141, 45, 211, 1) 85%, rgba(141, 45, 211, 1) 100%);
    background: linear-gradient(133deg, rgba(153, 51, 227, 1) 0%, rgba(153, 51, 227, 1) 85%, rgba(141, 45, 211, 1) 85%, rgba(141, 45, 211, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#9933e3', endColorstr='#8d2dd3', GradientType=1);
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'Conv_AvenirLTStd-Black';
    font-size: 14px;
    font-weight: 400;
    line-height: 11px;
    padding: 18px 35px 15px 35px;
    margin: 0;
    position: relative;
    text-align: left;
    outline: none;
    color: #191919;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#categories {
    padding: 20px 0 0 0;
}

#categories a {
    border: 1px #191919 solid;
    display: block;
    max-width: 224px;
    margin: 0 0 15px 0;
}

#categories a:hover {
    border: 1px #8d2dd3 solid;
}

#categories a img {
    display: block;
    width: 100%;
}

#categories .brand-img {
  height:150px;
}
#categories .brand-img img {
  max-height:100%;
  height:auto;
  max-width:100%;
  width:auto !important;
  margin:0 auto;
}

#categories a div.category-title {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 50px;
    background: #191919;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: rgb(153, 51, 227);
    background: -moz-linear-gradient(-45deg, rgba(25, 25, 25, 1) 0%, rgba(25, 25, 25, 1) 75%, rgba(0, 0, 0, 1) 75%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(25, 25, 25, 1) 0%, rgba(25, 25, 25, 1) 75%, rgba(0, 0, 0, 1) 75%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(143deg, rgba(25, 25, 25, 1) 0%, rgba(25, 25, 25, 1) 75%, rgba(0, 0, 0, 1) 75%, rgba(0, 0, 0, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#191919', endColorstr='#000000', GradientType=1);
    font-family: 'Conv_AvenirLTStd-Black';
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
    overflow: hidden;
}

#categories a div.category-title span {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    color: #fff;
    font-family: 'Conv_AvenirLTStd-Black';
    font-size: 12px;
    text-transform: uppercase;
    width: 90%;
}

#categories a:hover div.category-title {
    background: #9933e3;
    background: rgb(153, 51, 227);
    background: -moz-linear-gradient(-45deg, rgba(153, 51, 227, 1) 0%, rgba(141, 45, 211, 1) 75%, rgba(141, 45, 211, 1) 75%, rgba(141, 45, 211, 1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(153, 51, 227, 1) 0%, rgba(141, 45, 211, 1) 75%, rgba(153, 51, 227, 1) 75%, rgba(141, 45, 211, 1) 100%);
    background: linear-gradient(143deg, rgba(141, 45, 211, 1) 0%, rgba(153, 51, 227, 1) 75%, rgba(141, 45, 211, 1) 75%, rgba(153, 51, 227, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#9933e3', endColorstr='#8d2dd3', GradientType=1);
    font-family: 'Conv_AvenirLTStd-Black';
}


/* Flex */

.flex-row {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-content: flex-end;
    align-content: flex-end;
}

.flex-row.stretch {
    display: flex;
    align-items: flex-start | flex-end | left | baseline | stretch;
    flex-wrap: wrap;
    justify-content: left;
}

#subcat>div.grid-item {
    background: #ffffff;
    width: 23%;
    margin: 0 2.666% 2.666% 0;
}

#subcat>div.grid-item:nth-child(4n) {
    margin: 0 0 2.666% 0;
}

#subcat.flex-row--subcat {
    display: flex;
    flex-flow: row wrap;
}

#subcat.flex-row--subcat .grid-item {
    margin: 0;
    flex: 0 0 33.33%;
    padding: 0 10px;
    margin-bottom: 20px;
}

#subcat.flex-row--subcat * {
    box-sizing: border-box;
}

.grid-item__inner {
    text-decoration: none;
    border: 1px #010101 solid;
    border-bottom: 0;
    display: block;
    padding: 0
}

.grid-item__inner .button {
    width: 100%;
    text-align: center;
}

.grid-item__img {
    position: relative;
}

.grid-item__img a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}

#subcat figcaption {
    padding: 0 30px 0 30px;
}

#subcat.flex-row--subcat figcaption {
    padding: 0 15px 0 15px;
}

#subcat img {
    width: 96%;
    max-width: 158px;
    margin: 10px auto 10px auto;
}

#subcat img.1day {
    width: 100%;
    max-width: auto;
    margin: 10px auto 10px auto;
}

#subcat h2 {
    font-family: 'Conv_AvenirLTStd-Black';
    font-size: 11px;
    text-transform: uppercase;
    color: #010101;
    text-align: left;
    padding: 0;
    margin: 0 0 5px 0;
    line-height: 14px;
    height: 28px;
}

#subcat p {
    font-family: 'Conv_AvenirLTStd-Medium';
    font-size: 11px;
    color: #010101;
    text-align: left;
    padding: 0;
    margin: 0 0 15px 0;
    line-height: 14px;
    height: 28px;
}

#subcat p strong {
    font-family: 'Conv_AvenirLTStd-Black';
    font-size: 13px;
    color: #010101;
}

#subcat p span {
    font-family: 'Conv_AvenirLTStd-Black';
    font-size: 13px;
    color: #ee2c24;
}

#subcat>div.grid-item>a.button {
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'Conv_AvenirLTStd-Black';
    font-size: 14px;
    font-weight: 400;
    line-height: 11px;
    padding: 18px 0 15px 0;
    margin: 0;
    position: relative;
    text-align: center;
    outline: none;
    color: #ffffff;
    text-shadow: 1px 1px 0 #3d3d3d;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: rgb(25, 25, 25);
    background: -moz-linear-gradient(-45deg, rgba(25, 25, 25, 1) 0%, rgba(25, 25, 25, 1) 75%, rgba(0, 0, 0, 1) 75%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(25, 25, 25, 1) 0%, rgba(25, 25, 25, 1) 75%, rgba(0, 0, 0, 1) 75%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(143deg, rgba(25, 25, 25, 1) 0%, rgba(25, 25, 25, 1) 75%, rgba(0, 0, 0, 1) 75%, rgba(0, 0, 0, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#191919', endColorstr='#000000', GradientType=1);
}

#subcat>div.sale>a.button {
    background: rgb(238, 44, 36);
    background: -moz-linear-gradient(-45deg, rgba(238, 44, 36, 1) 0%, rgba(238, 44, 36, 1) 80%, rgba(174, 15, 8, 1) 80%, rgba(174, 15, 8, 1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(238, 44, 36, 1) 0%, rgba(238, 44, 36, 1) 80%, rgba(174, 15, 8, 1) 80%, rgba(174, 15, 8, 1) 100%);
    background: linear-gradient(143deg, rgba(238, 44, 36, 1) 0%, rgba(238, 44, 36, 1) 80%, rgba(174, 15, 8, 1) 80%, rgba(174, 15, 8, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ee2c24', endColorstr='#ae0f08', GradientType=1);
}

#subcat>div.sale {
    background: #ffffff;
}

#subcat>div.sale>a:first-child {
    background: url(../img/sale.png) bottom right no-repeat;
    border-top: 1px #ee2c24 solid;
    border-left: 1px #ee2c24 solid;
    border-right: 1px #ee2c24 solid;
}

#subcat>div.newprod>a.button {
    background: rgb(1, 145, 25);
    background: -moz-linear-gradient(-45deg, rgba(1, 145, 25, 1) 0%, rgba(1, 145, 25, 1) 80%, rgba(24, 126, 24, 1) 80%, rgba(24, 126, 24, 1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(1, 145, 25, 1) 0%, rgba(1, 145, 25, 1) 80%, rgba(24, 126, 24, 1) 80%, rgba(624, 126, 24, 1) 100%);
    background: linear-gradient(143deg, rgba(1, 145, 25, 1) 0%, rgba(1, 145, 25, 1) 80%, rgba(24, 126, 24, 1) 80%, rgba(24, 126, 24, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#019119', endColorstr='#009101', GradientType=1);
}

#subcat>div.newprod {
    background: #ffffff;
}

#subcat>div.newprod>a:first-child {
    background: url(../img/newproducts.jpg) bottom right no-repeat;
    border-top: 1px #019119 solid;
    border-left: 1px #019119 solid;
    border-right: 1px #019119 solid;
}

#subcat>div.promo>a.button {
    background: rgb(240, 105, 0);
    background: -moz-linear-gradient(-45deg, rgba(240, 105, 0, 1) 0%, rgba(240, 105, 0, 1) 80%, rgba(202, 92, 6, 1) 80%, rgba(202, 92, 6, 1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(240, 105, 0, 1) 0%, rgba(240, 105, 0, 1) 80%, rgba(202, 92, 6, 1) 80%, rgba(202, 92, 6, 1) 100%);
    background: linear-gradient(143deg, rgba(240, 105, 0, 1) 0%, rgba(240, 105, 0, 1) 80%, rgba(202, 92, 6, 1) 80%, rgba(202, 92, 6, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f06701', endColorstr='#ca5c06', GradientType=1);
}

#subcat>div.promo {
    background: #ffffff;
}

#subcat>div.promo>a:first-child {
    background: url(../img/promodeal.jpg) bottom right no-repeat;
    border-top: 1px #f06701 solid;
    border-left: 1px #f06701 solid;
    border-right: 1px #f06701 solid;
}

.sorting {
    padding: 30px 60px 0 60px;
    margin: 0px;
    background: #fff;
}

.sorting .dropdown-sml {
    border: 1px solid #d9d9d9;
    color: #444444;
    font-family: 'Conv_AvenirLTStd-Medium';
    padding: 7px 10px;
    font-size: 14px;
    width: 120px;
}

.sorting .dropdown {
    border: 1px solid #d9d9d9;
    color: #444444;
    font-family: 'Conv_AvenirLTStd-Medium';
    padding: 7px 10px;
    font-size: 14px;
    width: 150px;
}

.pagination {
    display: block;
    padding: 15px 0;
    font-family: 'Conv_AvenirLTStd-Medium';
    font-size: 15px;
    color: #ddd;
    margin: 30px 0 30px 0;
    text-align: center;
}

.pagination div {
    float: none;
    display: block;
    width: 100%;
}

.pagination div a {
    color: #9933e3;
    font-family: 'Conv_AvenirLTStd-Medium';
    text-decoration: none;
    display: inline-block;
    margin: 0 4px;
}

.pagination div a:hover {
    color: #9933e3;
}

.pagination div a.active {
    border-bottom: 2px solid #3d3d3d;
    color: #3d3d3d;
    display: inline-block;
    margin: 0 5px;
    font-family: 'Conv_AvenirLTStd-Black';
}

.pdets {
    border: 3px #9933e3 solid;
    padding: 50px 50px 40px 50px;
    margin: 0 0 40px 0;
}

.pdets.sale {
    background: url(../img/sale.png) bottom right no-repeat;
    border: 3px #ee2c24 solid;
}

.pdets.newprod {
    background: url(../img/newproducts.jpg) bottom right no-repeat;
    border: 3px #019119 solid;
}

.pdets.promo {
    background: url(../img/promodeal.jpg) bottom right no-repeat;
    border: 3px #f06701 solid;
}

.detimg>div>a img {
    width: 80%;
    margin: 0 auto;
}

.detimg>a img {
    width: 50%;
    margin: 0 auto 10px auto;
}

.details>div {
    background: #eee;
    padding: 30px;
    text-align: center;
}

.details>div p {
    color: #000;
    font-size: 17px;
    line-height: 25px;
    font-family: 'Conv_AvenirLTStd-Medium';
    margin: 15px 0 10px 0;
}

.details>div a.button {
    color: #fff;
    font-size: 11px;
    display: block;
    margin: 0 0 5px 0;
    text-align: center;
}

.details>div input.button {
    color: #fff;
    font-size: 11px;
    display: inline-block;
    margin: 0 0 0 0;
    text-align: center;
    outline: 0;
    border: none;
    -webkit-appearance: none;
}

.details>div p strong {
    color: #F30C0C;
    font-size: 17px;
}

.details>div input#qty {
    border: none;
    width: 100%;
    max-width: 70px;
    display: inline-block;
    padding: 15px 15px 14px 0;
    margin: 0 10px 0 0;
    text-indent: 18px;
    font-family: 'Conv_AvenirLTStd-Medium';
    font-size: 12px;
    color: rgb(25, 25, 25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-transform: uppercase;
    background: rgb(255, 255, 255);
}

.products table,
table.cart {
    width: 100%;
    padding: 0px;
    margin: 0px;
    font-family: 'Conv_AvenirLTStd-Medium';
    text-align: left;
}

.products table {
    margin-bottom: 50px;
}

.products table:last-of-type {
    margin-bottom: 0px;
}

.products th,
table.cart th {
    font-size: 16px;
    line-height: 25px;
    color: #2b2b33;
    font-family: 'Conv_AvenirLTStd-Black';
    margin: 0 0 0 0;
    padding: 15px 0 15px 0;
    border-bottom: 1px #d7d7d7 solid;
    vertical-align: middle;
}

.products .noborder th,
table.cart .noborder th {
    border-bottom: none;
}

.products td,
table.cart td {
    font-size: 16px;
    line-height: 25px;
    color: #2b2b33;
    font-family: 'Conv_AvenirLTStd-Medium';
    margin: 0 0 0 0;
    padding: 10px 0 10px 0;
    border-bottom: 1px #d7d7d7 solid;
    vertical-align: middle;
}

.products .noborder td,
table.cart .noborder td {
    border-bottom: none;
    padding: 10px 0 10px 0;
}

.products td img,
table.cart td img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
    width: 120px;
}

.products td a,
table.cart td a {
    font-size: 20px;
    line-height: 25px;
    color: #12a2d9;
    font-family: 'Conv_AvenirLTStd-Medium';
    text-transform: uppercase;
}

.breadcrumbs {
    padding: 15px 60px;
}

.breadcrumbs ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.breadcrumbs ul li {
    display: inline-block;
    margin-right: 15px;
}

.breadcrumbs ul li a {
    color: #8d2dd3;
    text-decoration: none;
}

table.cart td img {
    max-width: 100px;
    margin: 0px;
}

table.cart .delete {
    background: #9933e3;
    color: #fff;
    border: none;
    border-radius: 2px;
    font-size: 13px;
    padding: 4px 7px 4px;
}

.view {
    background: #9933e3;
    color: #fff;
    border: none;
    border-radius: 2px;
    font-size: 13px;
    padding: 6px 7px 4px;
    font-family: 'Conv_AvenirLTStd-Black';
}

table.cart .qty {
    border: 3px #191919 solid;
    width: 100%;
    max-width: 70px;
    display: inline-block;
    padding: 15px 15px 14px 0;
    margin: 0 10px 0 0;
    text-indent: 18px;
    font-family: 'Conv_AvenirLTStd-Medium';
    font-size: 12px;
    color: rgb(25, 25, 25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-transform: uppercase;
    background: rgb(255, 255, 255);
}

ul.dashboard {
    border-top: 2px #eee solid;
    border-bottom: 2px #eee solid;
    padding: 15px 0 15px 0;
    text-align: center;
}

ul.dashboard li {
    display: inline-block;
    list-style: none;
    height: 15px;
}

ul.dashboard a {
    color: #191919;
    font-family: 'Conv_AvenirLTStd-Black';
    font-size: 14px;
    height: 15px;
    padding: 10px 10px 10px 10px;
    text-decoration: none;
    text-transform: uppercase;
}

ul.dashboard a:hover {
    color: #9933e3;
    text-decoration: underline;
}


/* Changes */

.mobmenu {
    top: 0px;
    left: 0px;
    background-color: #8d2dd3;
    color: #fff;
    display: none;
    padding: 20px 10px 10px 10px;
    font-family: 'GillSansMT-Bold';
    font-size: 23px;
    margin-bottom: 0px;
    clear: both;
    position: absolute;
    z-index: 99999;
}

.mobmenu a {
    color: #fff;
    text-decoration: none;
    display: none
}

#page {
    display: block;
    z-index: 9999;
}

a.menu-icon {
    color: #fff;
    float: none;
    font-size: 38px;
    margin-top: -5px;
    display: block;
}

a.menu-icon:after {
    display: block;
    font-size: 12px;
    content: 'MENU';
    margin-top: -5px;
    font-family: "futura-pt", sans-serif;
    font-style: normal;
    font-weight: 700;
}

.hide {
    display: none !important;
}

.hidemb {
    display: block !important;
}

.fancybox-skin {
    padding: 0 !important;
}

.fancybox-opened .fancybox-skin {
    background: transparent !important;
    box-shadow: 0 0 0 0 !important;
}

.fancybox-inner {
    height: 980px !important;
}

#popup {
    max-width: 100%;
}

#popup img {
    position: relative;
    width: 100%;
    background: transparent;
}

#popup .pop-up-new {
    width: 1870px;
}

#popup .pop-up-new img {
    display: block;
    width: 100%;
    height: auto;
}

#popup .pop-up-new h2 {
    font-family: 'Conv_AvenirLTStd-Black';
    font-size: 100px;
    line-height: 1;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
}

#popup .pop-up-new h3 {
    font-family: 'Conv_AvenirLTStd-Black';
    font-size: 70px;
    line-height: 1;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
}

#popup .pop-up-new h3 span {
    color: #faf400;
}

#popup .pop-up-new p {
    font-family: 'Conv_AvenirLTStd-Medium';
    font-size: 36px;
    line-height: 45px;
    color: #ffffff;
    text-align: center;
}

#popup .pop-up-new a {
    color: #faf400;
    font-family: 'Conv_AvenirLTStd-Black';
    text-decoration: none;
}

.video-item {
    width: 48%;
    padding: 20px;
    background: #eee;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.video-item iframe {
    width: 100% !important;
}


/* ==========================================================================
  FORMS
========================================================================== */

.form {
    display: block;
    position: relative;
    padding: 0 0 0 0;
}

.form .col-4,
.form .col-6,
.form .col-5,
.form .col-12 {
    position: relative;
    padding: 30px 0 0 0;
}

.form input[type="text"],
.form input[type="phone"],
.form input[type="search"],
.form input[type="password"],
.form input[type="email"] {
    background: #ffffff;
    border: 3px solid #202a2a;
    font-family: 'Conv_AvenirLTStd-Medium';
    font-size: 16px;
    line-height: 26px;
    color: #202a2a;
    height: 30px;
    outline: none;
    padding: 5px 0;
    text-indent: 10px;
    resize: none;
    width: 93%;
    display: block;
    border-radius: 0;
    -webkit-appearance: none;
}

.form select {
    background: #ffffff;
    border: 3px solid #202a2a;
    font-family: 'Conv_AvenirLTStd-Medium';
    font-size: 16px;
    line-height: 26px;
    color: #202a2a;
    height: 30px;
    outline: none;
    padding: 5px 0;
    text-indent: 10px;
    resize: none;
    width: 97.5%;
    display: block;
    border-radius: 0;
    -webkit-appearance: none;
    height: 46px;
}

.form .col-12 input[type="text"],
.form .col-12 input[type="phone"] {
    width: 97.5%;
}

.form input[type="email"]:disabled {
    color: #ccc;
}

.form textarea {
    background: #ffffff;
    font-family: 'Conv_AvenirLTStd-Medium';
    font-size: 16px;
    line-height: 26px;
    color: #202a2a;
    height: 30px;
    outline: none;
    padding: 5px 10px;
    resize: none;
    width: 95.5%;
    border-radius: 0;
    -webkit-appearance: none;
    border: 3px solid #202a2a;
}

.form input.highlight-form-field,
.form textarea.highlight-form-field,
.form select.highlight-form-field,
#topcontent article#nlsu .top input[type="text"].highlight-form-field {
    background: #fff !important;
    border: 3px solid #ee7777;
}

::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {
    font-family: 'Conv_AvenirLTStd-Medium';
    font-size: 16px;
    line-height: 26px;
    color: #202a2a;
}

.form textarea {
    height: 122px;
    line-height: 18px;
    margin-bottom: 0;
    padding-top: 8px;
    -webkit-appearance: none;
}

.form label {
    font-family: 'Conv_AvenirLTStd-Black';
    font-size: 16px;
    line-height: 22px;
    color: #202a2a;
    padding: 0 5px 0 5px;
    background: #ffffff;
    position: absolute;
    top: 15px;
    left: 20px;
}

.form .button {
    display: inline-block;
    padding: 15px 35px 12px 35px;
    font-family: 'Conv_AvenirLTStd-Black';
    font-size: 22px;
    line-height: 22px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    float: none;
    margin: 0 0 0 0;
    outline: none;
    border: 5px #fff solid;
    -webkit-appearance: none;
}

.form .button.login {
    display: inline-block;
    padding: 15px 35px 12px 35px;
    font-family: 'Conv_AvenirLTStd-Black';
    font-size: 22px;
    line-height: 22px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    float: none;
    margin: 30px 0 0 0;
    outline: none;
    border: none;
    -webkit-appearance: none;
}

.form label.check {
    cursor: pointer;
    color: #383A3F;
    display: block;
    margin-bottom: 10px;
    font-size: 1.2em;
    position: relative;
    top: auto;
    left: auto;
}

.check input[type="checkbox"]+.label-text:hover:before {
    color: #fe4365;
}

.check input[type="checkbox"] {
    display: none;
    -webkit-appearance: none;
}

.check input[type="checkbox"]+.label-text:before {
    content: '\f00c';
    color: #8d2dd3;
    font-family: "Font Awesome 5 Free";
    line-height: 1;
    width: 1em;
    display: inline-block;
    margin-right: 5px;
}

.check input[type="checkbox"]:checked+.label-text:before {
    content: '\f00c';
    color: #fe4365;
    animation: tick 150ms ease-in;
    font-family: "Font Awesome 5 Free";
}

.check input[type="checkbox"]:disabled+.label-text:before {
    content: '\f00c';
    color: #8d2dd3;
    font-family: "Font Awesome 5 Free";
}

label.check {
    cursor: pointer;
    color: #8d2dd3;
    display: block;
    margin-bottom: 10px;
    font-size: 1.2em;
    position: relative;
    padding-left: 30px;
}

label.check input[type="checkbox"]+.label-text:hover:before {
    color: #8d2dd3;
}

.label-text {
    position: absolute;
    top: 0px;
    left: 0;
    height: 21px;
    width: 21px;
    background-color: #fff;
    border: 2px solid #9933e3;
    border-radius: 50%;
}

label.check input[type="checkbox"] {
    display: none;
    -webkit-appearance: none;
}

label.check input[type="checkbox"]+.label-text:before {
    content: '\f00c';
    color: #8d2dd3;
    font-family: "Font Awesome 5 Free";
    line-height: 1;
    width: 1em;
    display: inline-block;
    margin-right: 5px;
}

label.check input[type="checkbox"]:checked+.label-text:before {
    content: '\f00c';
    color: #8d2dd3;
    animation: tick 150ms ease-in;
}

label.check input[type="checkbox"]:disabled+.label-text:before {
    content: '\f00c';
    color: #8d2dd3;
}

.check input:checked~.checkmark:before {
    display: block;
}

/* Customize the label (the container) */

.check-label {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 22px;
    cursor: pointer;
    font-size: 17px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: left;
    left: 0;
    padding-left: 30px;
}


/* Hide the browser's default radio button */

.check-label input {
    position: absolute;
    opacity: 0;
}


/* Create a custom radio button */

.checkmark {
    position: absolute;
    top: 0px;
    left: 0;
    height: 21px;
    width: 21px;
    background-color: #fff;
    border: 2px solid #8d2dd3;
    border-radius: 50%;
}


/* On mouse-over, add a grey background color */

.check-label:hover input~.checkmark {}


/* When the radio button is checked, add a blue background */

.check-label input:checked~.checkmark {
    background-color: #fff;
}


/* Create the indicator (the dot/circle - hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the indicator (dot/circle) when checked */

.check-label input:checked~.checkmark:after {
    display: block;
}


/* Style the indicator (dot/circle) */

.check-label .checkmark:after {
    content: '\f00c';
    color: #8d2dd3;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    line-height: 18px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.form-field {
    position: relative;
}

.form .form-field label.check-label {
    position: relative;
    left: 0;
    top: 0;
    padding: 0;
    padding-left: 35px;
}

@keyframes tick {
    0% {
        transform: scale(0);
    }

    90% {
        transform: scale(1.3);
    }

    100% {
        transform: scale(1);
    }
}

.form .flex {
    display: flex;
    justify-content: space-between;
}

.form .col-4 {
    position: relative;
}

.styled-select {
    background: url(.../img/select.png) no-repeat 96% 0;
    height: 40px;
    overflow: hidden;
    width: 97.5%;
    border: 3px solid #202a2a;
}

.styled-select select {
    background: transparent;
    border: none;
    font-size: 14px;
    height: 40px;
    padding: 8px 5px;
    width: 97.5%;
}

.styled-select.slate {
    background: url(../img/select.png) no-repeat 95% center;
    height: 40px;
    width: 97.5%;
}

.col-5 .styled-select.slate {
    background: url(../img/select.png) no-repeat 95% center;
    height: 40px;
    overflow: hidden;
    width: 100%;
    border: 3px solid #202a2a;
}

.col-5 .mincart .styled-select.slate {
    background: url(../img/select.png) no-repeat 95% center;
    height: 40px;
    overflow: hidden;
    width: 100%;
    border: 3px solid #8d2dd3;
    margin: 0 0 15px 0;
}

.styled-select.slate select {
    font-size: 16px;
    font-family: 'Conv_AvenirLTStd-Medium';
    color: #202a2a;
    height: 40px;
    width: 130%;
    text-indent: 5px;
}

.col-5 .mincart .styled-select.slate select {
    font-size: 16px;
    font-family: 'Conv_AvenirLTStd-Medium';
    color: #8d2dd3;
    height: 40px;
    width: 130%;
    text-indent: 5px;
}

.col-5 .mincart .styled-select.slate select {
    font-size: 16px;
    font-family: 'Conv_AvenirLTStd-Medium';
    color: #8d2dd3;
    height: 40px;
    width: 130%;
    text-indent: 5px;
}

.col-5 .mincart .styled-select.slate.highlight-form-field {
    background: url(../img/select.png) no-repeat 95% center;
    height: 40px;
    overflow: hidden;
    width: 100%;
    border: 3px solid #ee7777;
    margin: 0 0 15px 0;
}

.highlight_message {
    width: 96%;
    margin-top: 5px;
    padding: 10px;
    background: #ee7777;
    font-family: 'Conv_AvenirLTStd-Medium';
    font-size: 16px;
    color: #fff;
    text-align: center;
}

#systemMessage {
    background: #ee7777;
    font-family: 'Conv_AvenirLTStd-Medium';
    font-size: 16px;
    color: #fff;
    text-align: center;
    width: 100%;
}

#systemMessage.highlight_message {
    padding: 10px;
}

#systemMessage.success {
    background: #6fda79;
}

.details #systemMessage.highlight_message {
    background: #ee7777;
    font-family: 'Conv_AvenirLTStd-Medium';
    font-size: 16px;
    color: #fff;
    text-align: center;
    width: 96%;
}

.cd-top.cd-top--show {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1;
}

.cd-top.cd-top--fade-out {
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
    opacity: .5;
}

.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    /* image replacement properties */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: #9933e3 url(../img/cd-top-arrow.svg) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
    transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
    z-index: 100;
}

.cd-top.cd-top--show,
.cd-top.cd-top--fade-out,
.cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
    transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
}

.cd-top.cd-top--show {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1;
}

.cd-top.cd-top--fade-out {
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
    opacity: .5;
}

.cd-top:hover {
    background-color: #8d2dd3;
    opacity: 1;
}

.team {width: 100%; justify-content: flex-start;}
.team-member {width: 30%; padding: 10px;}

.team-member article {padding: 10px !important;}
.team-member article p strong {font-size: 15px !important;}


.team-member figure {height: 200px;}
.team-member figure img {height: 100%;width: 100%;object-fit: cover;}

@media only screen and (min-width: 768px) {
    .cd-top {
        right: 20px;
        bottom: 20px;
    }
}

@media only screen and (min-width: 1024px) {
    .cd-top {
        height: 60px;
        width: 60px;
        right: 30px;
        bottom: 30px;
    }
}


/* Media Queries */

@media all and (max-width:1440px) {
    .wrapper {
        width: 95%
    }

    .banner .wrapper {
        width: 100%;
    }
}

@media all and (max-width:1380px) {
    .container-drop .button {
        margin-left: 0px !important;
        margin-bottom: 10px;
    }

    .wrapper {
        width: 95%
    }

    .banner .wrapper {
        width: 100%;
    }

    .standard-content .banner .overlay {
        top: 20%;
    }
}

@media all and (max-width:1366px) {
    nav.main>ul>li {
        margin-right: 10px;
    }

    nav.main>ul>li>a {
        font-size: 12px;
        padding: 20px 0 20px 0;
    }

    #caption {
        width: 260px;
        margin: 82px 0 0 26px;
    }

    #caption strong {
        font-size: 14px;
    }

    #caption span {
        font-size: 14px;
    }

    #topcontent article {
        padding: 30px 35px 28px 35px;
    }

    #topcontent h5 {
        font-size: 16px;
        line-height: 20px;
    }

    #topcontent article#nlsu .top {
        background: -moz-linear-gradient(-45deg, rgba(141, 45, 211, 1) 0%, rgba(141, 45, 211, 1) 80.5%, rgba(130, 34, 200, 1) 80.5%, rgba(130, 34, 200, 1) 100%);
        background: -webkit-linear-gradient(-45deg, rgba(141, 45, 211, 1) 0%, rgba(141, 45, 211, 1) 80.5%, rgba(130, 34, 200, 1) 80.5%, rgba(130, 34, 200, 1) 100%);
        background: linear-gradient(135deg, rgba(141, 45, 211, 1) 0%, rgba(141, 45, 211, 1) 80.5%, rgba(130, 34, 200, 1) 80.5%, rgba(130, 34, 200, 1) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#8d2dd3', endColorstr='#8825cf', GradientType=1);
    }

    #topcontent article#nlsu .top input[type="submit"] {
        background: -moz-linear-gradient(-45deg, rgba(115, 25, 180, 1) 0%, rgba(115, 25, 180, 1) 84%, rgba(100, 15, 161, 1) 84%, rgba(100, 15, 161, 1) 100%);
        background: -webkit-linear-gradient(-45deg, rgba(115, 25, 180, 1) 0%, rgba(115, 25, 180, 1) 84%, rgba(100, 15, 161, 1) 84%, rgba(100, 15, 161, 1) 100%);
        background: linear-gradient(135deg, rgba(115, 25, 180, 1) 0%, rgba(115, 25, 180, 1) 84%, rgba(100, 15, 161, 1) 84%, rgba(100, 15, 161, 1) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#7319b4', endColorstr='#640fa1', GradientType=1);
    }

    .standard-content nav {
        padding: 53px 7% 0 7%;
    }

    .standard-content nav h3 {
        font-size: 16px;
        line-height: 16px;
    }

    .standard-content nav ul {
        padding: 25px 0 20px 0;
    }
}

@media all and (max-width: 1280px) {
    .standard-content .banner .overlay h2 {
        font-size: 50px;
        line-height: 50px;
    }

    .banner .overlay p {
        font-size: 13px;
        line-height: 14px;
    }
}

@media all and (max-width: 1200px) {
    nav.main>ul>li {
        margin-right: 5px;
    }

    .banner .overlay {
        top: 20%;
    }

    .standard-content .banner .overlay {
        top: 20%;
    }

    .standard-content .banner .overlay h2 {
        font-size: 40px;
        line-height: 40px;
    }

    .banner .overlay p {
        font-size: 13px;
        line-height: 14px;
    }

    #topcontent article .social {
        width: 100%;
        float: none;
        padding: 0 0 10px 0;
    }

    #topcontent p {
        font-size: 12px;
        line-height: 16px;
        margin: 0 0 10px 0;
    }

    #topcontent .top h5 {
        font-size: 20px;
        line-height: 20px;
    }

    #topcontent h5 {
        font-size: 14px;
        line-height: 20px;
    }

    nav.main>ul>li>a {
        font-size: 12px;
        padding: 20px 0 20px 0;
    }

    .search {
        float: right;
        max-width: 490px;
        display: block;
        padding: 19px;
        width: 100%;
        margin: 61px 0 0 0;
    }

    .search input {
        border: none;
        width: 100%;
        display: inline-block;
        max-width: 100px;
        padding: 13px 10px 10px 8px;
        margin: 0 12px 0 0;
        font-family: 'Conv_AvenirLTStd-Medium';
        font-size: 10px;
    }

    .search select {
        border: none;
        width: 100%;
        display: inline-block;
        max-width: 132px;
        padding: 13px 10px 10px 8px;
        margin: 0 12px 0 0;
        font-family: 'Conv_AvenirLTStd-Medium';
        font-size: 10px;
    }

    .search input[type="submit"] {
        background: #9933e3;
        color: #191919;
        font-family: 'Conv_AvenirLTStd-Black';
        font-size: 17px;
    }

    #subcat h2 {
        font-size: 10px;
        margin: 0 0 10px 0;
        line-height: 12px;
    }


    #popup .pop-up-new h2 {
        font-size: 60px;
        text-align: center;
    }

    #popup .pop-up-new h3 {
        font-size: 42px;
        text-align: center;
    }

    #popup .pop-up-new p {
        font-size: 24px;
        line-height: 34px;
        text-align: center;
    }
}

@media all and (max-width: 1112px) {
    #topcontent h4 {
        font-size: 14px;
        line-height: 22px;
        margin: 0 0 7px 0;
    }

    #topcontent article#nlsu .top {
        padding: 53px 40px 52px 40px;
    }

    #topcontent article#nlsu .top input[type="submit"] {
        font-size: 15px;
    }

    .banner .overlay {
        top: 20%;
    }

    footer #onehper {
        top: -50px;
        width: 100px;
    }

    .footer .wrapper .col-12>.col-3 {
        width: 30%;
    }

    .footer .wrapper .col-12>.col-2 {
        width: 22%;
    }

    .footer .wrapper .col-12>.col-4 {
        width: 46%;
    }
}

@media all and (max-width: 1024px) {
    .video-item {
        width: 100%;
    }

    nav.main {
        display: none;
    }

    .mobmenu,
    #nav-mobile-top {
        display: block;
    }

    .banner .overlay {
        top: 18%;
    }

    footer #onehper {
        width: 90px;
    }

    .search {
        max-width: 460px;
    }

    .search input {
        border: none;
        width: 100%;
        display: inline-block;
        max-width: 80px;
        padding: 13px 10px 10px 8px;
        margin: 0 10px 0 0;
        font-family: 'Conv_AvenirLTStd-Medium';
        font-size: 10px;
    }

    .search select {
        border: none;
        width: 100%;
        display: inline-block;
        max-width: 117px;
        padding: 13px 10px 10px 8px;
        margin: 0 18px 0 0;
        font-family: 'Conv_AvenirLTStd-Medium';
        font-size: 10px;
    }

    .search input[type="submit"] {
        background: #9933e3;
        color: #191919;
        font-family: 'Conv_AvenirLTStd-Black';
        font-size: 15px;
    }

    #topcontent h5 {
        font-size: 12px;
        line-height: 20px;
    }

    .standard-content nav ul li ul {
        left: 108.4%;
    }
}

@media all and (max-width:990px) {
    .standard-content nav {
        display: none;
    }

    #topcontent article#nlsu {
        margin: 0 0 0 0;
    }

    .footer .wrapper .col-12>.col-3 {
        width: 100%;
        display: inline-block;
    }

    .footer .wrapper .col-12>.col-2 {
        width: 100%;
        display: inline-block;
    }

    .footer .wrapper .col-12>.col-4 {
        width: 100%;
        display: inline-block;
    }

    .footer .wrapper .col-6 {
        width: 100%;
        display: inline-block;
    }

    footer .col-4 ul {
        column-count: 1;
        column-gap: 0;
    }

    footer ul {
        margin: 2% 0 2% 0 !important;
        padding: 0;
        float: none;
        text-align: center;
    }

    footer h4 {
        text-align: center;
    }

    .future h4 {
        width: 100%;
        text-align: center;
        float: none;
    }

    .banner .overlay h2 {
        font-size: 41px;
        line-height: 49px;
    }

    .banner .overlay p {
        font-size: 13px;
        line-height: 14px;
    }

    #subcat.flex-row--subcat .grid-item {
        margin: 0;
        flex: 0 0 50%;
        margin-bottom: 20px;
    }


    #categories a span {
        font-size: 10px;
    }

    .standard-content h4 {
        font-size: 14px;
        margin: 0 0 10px 0;
    }

    .details>div input#qty {
        width: 100%;
        max-width: 90%;
        padding: 15px 10% 14px 0;
    }

    .search {
        margin: 20px 0 0 0;
    }

    #caption {
        margin: 20px 0 0 26px;
        float: right;
    }

    .details>div {
        padding: 10px;
    }

    .pdets {
        border: 3px #9933e3 solid;
        padding: 10px 10px 50px 10px;
        margin: 0 0 10px 0;
    }

    .standard-content .col-12 article {
        padding: 40px 20px 50px 20px;
    }
}

@media all and (max-width:767px) {
    #subcat.flex-row--subcat .grid-item {
        margin: 0;
        flex: 0 0 100%;
        margin-bottom: 30px;
    }
}

@media all and (max-width:720px) {
    #popup .pop-up-new h2 {
        font-size: 35px;
    }

    #popup .pop-up-new h3 {
        font-size: 20px;
    }

    #popup .pop-up-new p {
        font-size: 16px;
        line-height: 26px;
    }

    #popup .pop-up-new {
        width: 100%;
        top: 80px !important;
    }

}

@media screen and (max-width:600px) {
    #popup .pop-up-new {
        position: relative;
        left: 0;
        top: 0;
        transform: translate(0%, 0%);
    }

    #popup .pop-up-new h2 {
        font-size: 28px;
    }

    #popup .pop-up-new p br {
        display: none;
    }

    .standard-content blockquote {
        padding: 10px 10px 10px 10px;
        background: #eee;
    }

    ul.dashboard li {
        display: block;
        list-style: none;
        height: 25px;
    }

    .standard-content h4 {
        text-align: left;
    }

    .products th,
    table.cart th {
        display: none;
    }

    .products tbody,
    table.cart tbody {
        width: 100%;
        display: block;
    }

    .products tr,
    table.cart tr {
        width: 100%;
        display: block;
    }

    .products td,
    table.cart td {
        width: 100%;
        display: block;
        text-align: center !important;
    }

    table.cart td img {
        max-width: 100px;
        margin: 0 auto;
    }

    #systemMessage.highlight_message {
        padding: 10px 0;
    }

    #systemMessage {
        font-size: 14px;
        width: 98%;
    }

    #features div.owl-item>div {
        background: #8d2dd3;
        margin: 0 0;
        border-radius: 5px;
    }

    .mini-nav ul {
        min-width: auto;
        background: none;
    }

    .mini-nav li a {
        font-size: 10px;
    }

    .mini-nav li {
        display: inline-block;
        list-style: none;
        padding: 0 5px 0 5px;
        position: relative;
    }

    header {
        height: auto;
    }

    .search {
        float: none;
        max-width: 90%;
        padding: 5%;
        width: 90%;
    }

    .search input {
        width: 90%;
        max-width: 90%;
        padding: 13px 5% 10px 5%;
        text-indent: 5px;
        margin: 0 0 5px 0;
        font-size: 14px;
    }

    .search select {
        width: 100%;
        max-width: 100%;
        padding: 13px 0 10px 0;
        text-indent: 10px;
        margin: 0 0 5px 0;
        font-size: 14px;
    }

    .search input[type="submit"] {
        width: 100%;
        max-width: 100%;
        display: block;
    }

    .standard-content #categorytitle h1 {
        text-align: left;
        text-indent: 30px;
    }

    #caption {
        margin: 20px 0 0 0;
        float: none;
        text-align: center;
        width: 100%;
    }

    #caption span {
        float: none;
    }

    figure.logo {
        width: 165px;
        height: 78px;
        display: block;
        margin: 30px auto 0 auto;
        float: none;
    }
}

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

    .product-icons,
    .standard-content nav,
    #banner {
        display: none;
    }

    .button {
        font-size: 12px;
        padding: 18px 0 15px 0;
        display: block;
        width: 100%;
        text-align: center;
        margin: 0 0 15px 0;
    }

    .standard-content img.right {
        width: 100%;
        max-width: 200px;
        float: none !important;
        margin: 15px auto;
    }

    .standard-content img.left {
        width: 100%;
        float: none;
        max-width: 200px;
        margin: 15px auto;
    }

    .standard-content img {
        width: 100%;
    }

    .banner .overlay p {
        margin: 0 0 0 0;
    }

    .standard-content .col-6.lcol article,
    .standard-content .col-6.rcol article,
    .standard-content .col-12 article {
        padding: 15px 30px 15px 30px;
    }

    .standard-content #categorytitle h1 {
        font-size: 17px;
    }

    footer #onehper {
        top: auto;
        width: 100px;
        position: relative;
        right: auto;
        margin: 0 auto;
    }

    .banner .overlay h2 {
        font-size: 21px;
        line-height: 29px;
    }

    .banner .overlay h2>br {
        display: none;
    }

    .banner .overlay p {
        font-size: 13px;
        line-height: 14px;
    }

    #tabs>ul>li>a {
        font-size: 11px;
    }

    #tabs>ul>li:first-child::after {
        padding: 0 5px;
    }

    #fps div.owl-item>div>a {
        background: url(../img/1daydeal.jpg) bottom right no-repeat;
    }

    #topcontent article#nlsu .top {
        padding: 53px 20px 52px 20px;
    }

    #topcontent h5 {
        font-size: 11px;
        line-height: 16px;
    }

    #topcontent article#nlsu .top input[type="text"] {
        width: 100%;
    }

    #topcontent article#nlsu .top input[type="submit"] {
        width: 100%;
    }

    #topcontent article#nlsu .bot {
        padding: 54px 40px 50px 40px;
    }

    #topcontent article#nlsu .bot h5 {
        font-size: 15px;
        line-height: 16px;
    }

    .standard-content h2 {
        font-size: 15px;
    }

    .standard-content h3 {
        font-size: 15px;
    }

    .standard-content h4 {
        font-size: 15px;
    }

    .copyright span {
        font-size: 12px;
        line-height: 18px;
        display: block;
        margin: 0 0;
        padding: 15px 25px;
    }

    .form input[type="text"],
    .form input[type="phone"],
    .form input[type="search"],
    .form input[type="password"],
    .form input[type="email"] {
        width: 94%;
    }

    .form .col-12 input[type="text"],
    .form .col-12 input[type="phone"] {
        width: 94.5%;
    }

    .form textarea {
        width: 88.5%;
    }

    .hours {
        display: block;
        width: 100% !important;
        padding: 0px;
        margin: 0px;
    }

    #teamtb td,
    .down td,
    .standard-content .col-12 article>table>tbody>tr>td {
        display: block;
        width: 100% !important;
        padding: 0px;
        margin: 0px;
    }

    #categories a {
        border: 1px #191919 solid;
        display: block;
        max-width: 98%;
        margin: 0 auto 15px auto;
    }

    .standard-content ul ul {
        margin: 5px 0;
        padding: 5px 15px;
    }

    .standard-content ol {
        list-style: decimal;
        padding: 15px 0 15px 10px;
        margin: 15px 0 15px 10px;
    }

    .standard-content ol ol {
        list-style: none;
        padding: 15px 0 15px 0;
        margin: 15px 0 15px 0;
    }

    .standard-content a.button.right {
        float: none !important;
    }

    .standard-content .col-6.lcol article iframe,
    .standard-content .col-6.rcol article iframe,
    .standard-content .col-12 article iframe {
        width: 100% !important;
    }

    .form .button {
        display: inline-block;
        padding: 15px 35px 12px 35px;
        font-family: 'Conv_AvenirLTStd-Black';
        font-size: 14px;
        line-height: 14px;
        text-transform: uppercase;
        color: #fff;
        text-align: center;
        float: none;
        margin: 0 0 0 0;
        outline: none;
        border: 5px #fff solid;
    }

    #subcat>div.grid-item {
        width: 100%;
        margin: 0 0 2.666% 0;
    }

    #subcat>div.grid-item:nth-child(4n) {
        margin: 0 0 2.666% 0;
    }

    #subcat>div.grid-item:nth-child(3n) {
        margin: 0 0 2.666% 0;
    }

    #subcat>div.grid-item:nth-child(2n) {
        margin: 0 0 2.666% 0;
    }

    .sorting {
        padding: 30px 30px 0 30px;
        margin: 0px;
        background: #fff;
    }

    .sorting .col-2 {
        padding: 0 0 10px 0;
    }

    .styled-select.slate select {
        font-size: 13px;
    }

    .breadcrumbs {
        padding: 15px 30px;
    }

    .breadcrumbs ul li {
        margin-right: 10px;
        font-size: 13px;
    }
}

.highlight-formfield {
    border: 1px solid #f66 !important;
}

.highlight_message {
    width: 96%;
    margin-top: 5px;
    padding: 10px;
    background: #ee7777;
    font-family: 'Conv_AvenirLTStd-Medium';
    font-size: 16px;
    color: #fff;
    text-align: center;
}


/* .popup-new {
    display: none;
    z-index: 99999;
    position: fixed;
    max-width: 1880px;
		width: 100%;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    padding: 40px 0 0;
    background-color: transparent;
} */

#fvpp-blackout {
    display: none;
    z-index: 9999;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.5;
}

a#fvpp-close {
    position: absolute;
    top: 5%;
    right: 1%;
    color: #fff;
    display: block;
    font-size: 24px;
    z-index: 99999;
}

#my-welcome-message {
    display: none;
}

.fancybox-opened .popup-new {
    display: block;
}

.fancybox-opened .popup-new img {
    opacity: 1;
}

.afterpay-pricing-product {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    margin: 0 0 20px;
    font-size: 13px;
}

.afterpay-wrap .fancybox-slide--iframe .fancybox-content {
    max-width: 768px;
    width: 100% !important;
    margin: 0 auto;
    background-color: #b2fce4;
    padding: 120px 75px 75px;
    max-height: 600px !important;
}

@media all and (min-width:1301px) and (max-width:1480px) {
    .pdets {
        padding: 30px 15px 30px 10px;
    }

    .standard-content .col-12 article {
        padding: 30px 15px 30px 15px;
    }

    .sorting {
        padding: 30px 15px 0 15px;
    }

    .breadcrumbs {
        padding: 15px 15px;
    }

    #subcat.flex-row--subcat figcaption {
        padding: 0 10px 0 10px;
    }
}

@media all and (min-width:1200px) and (max-width:1300px) {
    .pdets {
        padding: 30px 15px 30px 10px;
    }

    .standard-content .col-12 article {
        padding: 30px 15px 30px 15px;
    }

    .pdets .col-5.right.details {
        width: 46%;
    }

    .sorting {
        padding: 30px 15px 0 15px;
    }

    .breadcrumbs {
        padding: 15px 15px;
    }

    #subcat.flex-row--subcat figcaption {
        padding: 0 10px 0 10px;
    }

    .afterpay-pricing-product img {
        margin: 0 5px !important;
    }

    #subcat.flex-row--subcat .grid-item {
        padding: 0 5px;
    }
}

@media all and (min-width:991px) and (max-width:1199px) {
    .pdets {
        padding: 30px 15px 30px 10px;
    }

    .standard-content .col-12 article {
        padding: 30px 15px 30px 15px;
    }

    .pdets .col-5.right.details {
        width: 46%;
    }

    .sorting {
        padding: 30px 15px 0 15px;
    }

    .breadcrumbs {
        padding: 15px 15px;
    }

    #subcat.flex-row--subcat figcaption {
        padding: 0 10px 0 10px;
    }

    .afterpay-pricing-product img {
        margin: 0 5px !important;
    }

    #subcat.flex-row--subcat .grid-item {
        flex: 0 0 50%;
    }
}

@media all and (max-width:860px) {
    .afterpay-wrap .fancybox-slide--iframe .fancybox-content {
        max-width: 360px;
        width: 100% !important;
        max-height: 90vh !important;
        top: 30px;
        position: absolute;
        left: 0;
        right: 0;
    }

    .afterpay-modal img {
        width: auto;
        object-fit: contain;
        height: 750px;
    }
}
