

select:not([multiple]) {
    background-position: right 50%;
    background-repeat: no-repeat;
    background: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='18' height='18' viewBox='0 0 24 24'><path fill='#1c232b' d='M7.406 7.828l4.594 4.594 4.594-4.594 1.406 1.406-6 6-6-6z'></path></svg>") transparent;
}

li#myAccountLink>a {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    background: var(--secondary);
    border-radius: 20px;
    line-height: 1;
    padding:.8rem 1.2rem .5rem;
}
li#myAccountLink .dropdown-menu a,
li#myAccountLink .dropdown-menu a:hover{
    color:#333;
    font-weight: normal;
    text-transform: none;
    font-size: 13px;
}
li#myAccountLink {
}
li#myAccountLink a:hover {
    filter:brightness(95%);
    text-decoration: none !important;
}
.navbar.fixed-top li#myAccountLink a{

}

.item-vertical {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: #dadada;
    border-top-style: solid;
    border-top-width: 1px;
}
.item-vertical a {
    color: gray;
}
.item-vertical:first-child {
    border-top: none;
}

.form-group input,
.form-group select,
.input-group input,
.input-group select {
    height: 54px;
    border-radius: 0 !important;
    border-color: #c7d6e7;
}
.form-group textarea{
    border-radius: 0 !important;
    border-color: #c7d6e7;
}
.form-group select {
    -webkit-appearance: none;
}
.select-box-field:after {
    content: "\f0d7";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 35px;
    top: 15px;
}
.checkbox-field {
    padding: 20px 0 0;
    margin: 0;
    position: relative;
}
.checkbox-field label {
    display: inline-block;
    margin-left: 30px;
    top: -25px;
    position: relative;
}

.checkbox-field input {
    width: 12px;
    height: 12px;
    margin-right: 10px;
    margin-bottom: 5px;
    vertical-align: middle;
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    outline: #e6e6e6 solid 1px;
    border: 4px solid #fff;
    padding: 0;
    box-sizing: content-box;
    background: #fff;
    cursor: pointer;
}

.checkbox-field.parsley-success input {
    background-color: var(--accent-color);
    outline: var(--accent-color) solid 1px;
    border: 4px solid #fff;
}

.input-group-text {
    background-color: transparent;
    max-width: 40px;
    color: #c7d6e7;
}

input.error, input:not([type="radio"]).error, select.error {
    color: #D8000C !important;
    background-color: #FFBABA !important;
    border: 1px solid #D8000C !important;
    -webkit-text-fill-color: red !important;
    box-shadow: 0 0 0px 1000px #FFBABA inset;
}
.form-control {
    border-radius: 5px !important;
}
.img-responsive {
    width: 270px;
    max-width: 100%;
}

.hidden {
    display: none!important;
    visibility: hidden!important;
}
.btn-success {
    color: #fff;
    background-color: #d35050;
    border-color: #d35050;
}


:root {
    --text-color: #1c232b;
    --text-light: #858585;
    --color-light: #fff;
    --accent-color: #6d48e5;
    --secondary: #0bc75b;
    --light-grey: #eff3f7;
    --dark-bg: #42484f;
    font-size: 16px;
}


body {
    font-family: 'Open Sans', sans-serif;
    background: #fff;
    -webkit-text-size-adjust: 100%;
    font-variant-ligatures: none;
    -webkit-font-variant-ligatures: none;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: greyscale;
    -webkit-font-smoothing: antialiased;
    font-weight: 300;
}
h1, h2, h3{
    font-family: 'Josefin Sans', sans-serif;
    text-transform: uppercase;

}
h1{
    letter-spacing: -.3rem;
}
h2{
    letter-spacing: -.1rem;
}
h5, h6{

}
.navbar {
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    z-index: 1030;
    width: 100%;
    font-family: 'Josefin Sans', sans-serif;
    background: transparent;

}
.navbar-brand {
    font-size: 16px;
    font-weight: 600;
    transition: .3s;
    color:#333;
}
.navbar-brand:hover{
    color: var(--secondary);
}
.navbar-brand img {
    height: 30px;
    margin-bottom: 3px;

}

.navbar .nav-item {
    margin-right: 15px;
}
.nav-item:hover .nav-link,
.nav-item.focus .nav-link,
.nav-item.active .nav-link {
    color: var(--text-light);
}
.navbar .nav-link{
    font-size: 14px;
    font-weight: 500;
    transition: .3s;
    color:#333;
}
.navbar.fixed-top{
    position: fixed;
    background-color: #fff;
    padding-top: .5rem;
    padding-bottom: .5rem;
}
.navbar.fixed-top .navbar-brand{
    color: #333;
}
.navbar.fixed-top img {
    filter:none;
}
.navbar.fixed-top .nav-link{
    color: #333;
}


.navbar-nav .dropdown-menu {
    border-radius: 0;
    padding: 0;
}

.navbar-nav .dropdown-item {
    font-size: 13px;
    text-transform: none;
    padding: .75rem 1rem;
    font-weight: normal;
}

.navbar-nav .separator {
    height: 1px;
    overflow: hidden;
    background-color: #e5e5e5;
    display: block;
}

.navbar-toggler {
    margin-right: 15px;
    -webkit-transition: .5s all;
    transition: .5s all;
}

.navbar-toggler:focus {
    outline: none;
}

.navbar-toggler .icon-bar {
    background-color:#000;
    height: 3px;
    width: 100%;
    display: block;
    margin-top: 5px;
}
.navbar.fixed-top .navbar-nav{
    background: none;
    padding: 0;
}
.fixed-top .navbar-toggler .icon-bar{
    background-color: #333;
}
.link-cart {
    position: relative;
}

.cart-badge {
    background-color: var(--accent-color);
    color: #fff;
    height: 15px;
    width: 15px;
    border-radius: 20px;
    position: absolute;
    top: 0;
    right: -3px;
    font-family: 'Open Sans', sans-serif;
}
#pageIndex .container{
    position: relative;
    z-index: 3;
}

.hero {
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 120px 0 70px;
}
.hero-bg{
    height: 85vh;
    background: #e6e9ef;
    position: absolute;
    top:70px;
    left:70px;
    right: 70px;
}
.hero-img{
    width: 550px;
    position: relative;
    z-index: 2;
}
.hero img.position-absolute{
    left: 50%;
    margin-left: -300px;
    top: 10%;
    width: 600px;
}
.accent {
    color: var(--accent-color);
    font-weight: 700;
}
.secondary{
    color: var(--secondary);
    font-weight: 900;
}
.bg-accent{
    background-color: var(--accent-color);
}
.bg-secondary{
    background-color: var(--secondary) !important;
}
.bg-grey{
    background: #e6e9ef;
}
.bg-black{
    background: #000;
}
.btn {
    height: 43px;
}
[class*=button-]{
    border-radius: 25px;
    padding: 15px 25px;
    font-size: .8rem;
    line-height: 1.2;
    color:#fff;
    font-family: 'Josefin Sans', sans-serif;
}
.button-main {
    text-transform: uppercase;
    color: #fff !important;
    text-align: center;
    background-color: #6d48e5;
    -webkit-transform: translate(0,-3px);
    -ms-transform: translate(0,-3px);
    transform: translate(0,-3px);
    box-shadow: 0 10px 26px -6px rgba(109,72,229,.65);
    -webkit-transition: background-color .4s ease,color .2s ease,box-shadow .4s ease,-webkit-transform .4s ease;
    transition: background-color .4s ease,color .2s ease,box-shadow .4s ease,-webkit-transform .4s ease;
    transition: background-color .4s ease,color .2s ease,transform .4s ease,box-shadow .4s ease;
    transition: background-color .4s ease,color .2s ease,transform .4s ease,box-shadow .4s ease,-webkit-transform .4s ease;
    border: none;
    padding: 0 25px;
    height: 45px;
    line-height: 47px;
}
.button-main i{
    display: inline-block;
    height: 45px;
    padding: 0 17px;
    line-height: 47px;
    margin: 0 -25px 0 7px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    background-color: #6642da;
    transition: .3s;
}
.button-main:hover,
.button-main:focus {
    transform: translate(0,0);
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}
.button-main:hover i{
    padding: 0 15px 0 19px;
}
.button-inverted {
    border: none;
    background-color: var(--accent-color);
    color: #000!important;
    /* text-transform: uppercase; */
    -webkit-transition: .5s all;
    transition: .5s all;
    text-transform: uppercase;
}

.button-inverted:hover,
.button-inverted:focus {
    color: #333 !important;
    background-color: var(--accent-color);
    text-decoration: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
}

.button-wide {
    width: 100%;
}

.categories{
    padding-top: 100px;
}
.categories a{
    font-size: 12px;
    color: #fff;
}
.categories .rounded-circle{
    padding: 1.5rem;
    position: relative;
    display: inline-block;
    text-align: center;
}
.categories .rounded-circle p{
    position: absolute;
    font-weight: bold;
    font-size: 10px;
    bottom: 10px;
    line-height: 1;
    width: 70px;
    left: 50%;
    margin-left: -35px;
}
.categories .c1 .rounded-circle{
    background: #ffc300;
    width: 80%;
    top:20%;
}
.categories .c2 .rounded-circle{
    background: #ff5a5f;
    margin-top: 100%;
    top:-90%;
    left:-20%;
    width: 90%;
}
.categories .c3 .rounded-circle{
    background: var(--accent-color);
    left: -110%;
    top: 20%;
}
.categories .c4 .rounded-circle{
    background: #111;
    top: -50%;
    width: 75%;
    left: 80%;
}
.categories .c5 .rounded-circle{
    background: var(--secondary);
    top: -90%;
    width: 85%;
    left: 120%;
}
.cat-2 img.position-absolute{
    top:0;
    left: 100px;
}
#featuredProds .product:nth-of-type(1){
    border-top:3px solid var(--accent-color);
}
#featuredProds .product:nth-of-type(2){
    border-top:3px solid var(--secondary);
}
#featuredProds .product:nth-of-type(3){
    border-top:3px solid #ff5a5f;
}
#featuredProds .product:nth-of-type(4){
    border-top:3px solid #6cd7ff;
}
.products-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-left: 1px solid rgba(221, 221, 221, 0.00);
}

.products-top .product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 23%;
    border: none;
    margin: 1%;
    background-color: var(--color-light);
    color: var(--text-color);
    box-shadow: 0 2px 20px 0 rgba(0,0,0,0.05);
    transition: box-shadow .3s ease-out, transform .3s ease-out, filter .2s ease-out;
    transition-delay: .1s;
    border-radius: 4px;
    transform: translateZ(0);
    filter:brightness(99%);
}

.product-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.product h5,
.product h6,
.product p {
    text-decoration: none;
    color: var(--text-color);
    margin-bottom: 0;
}

.products-top .product:hover {
    text-decoration: none;
    color: var(--text-color);
    filter:brightness(100%);
    box-shadow: rgba(45,45,45,0.05) 0px 2px 2px, rgba(49,49,49,0.05) 0px 4px 4px, rgba(42,42,42,0.05) 0px 8px 8px, rgba(32,32,32,0.05) 0px 16px 16px, rgba(49,49,49,0.05) 0px 32px 32px, rgba(35,35,35,0.05) 0px 64px 64px;
    transform: translate(0, -4px);
}

.product a:hover {
    text-decoration: none;
}

.product img {
    height: 200px;
    padding: 20px;
    margin: 0 auto;
}

.product .title-container {
    margin-top: 20px;
    padding: 20px 20px 10px 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.product .title {
    font-size: 1rem;
}

.product .price {
    font-weight: 500;
    color: var(--accent-color);
    font-size: 0.875rem;
    margin-top: 10px;
}

.product .reg-price,
.product .sale-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 20px;
    font-size: 0.875rem;
}

.product .sale-price {
    margin: 10px 20px 20px 20px;
}

.product .price-margin {
    margin: 20px 0 0 0;
}

.product .sale-margin {
    margin: 10px 0 0 0;
}

.product .reg-price p:nth-child(2){
    text-decoration: line-through;
}

.product .sale-price p {
    font-weight: 500;
    color: var(--secondary);
    font-size: 1rem;
}

.cart-link {
    padding: 0 20px 20px 20px;
    font-size: 0.875rem;
    /* text-transform: uppercase; */
    text-decoration: underline !important;
    cursor: pointer;
}

.section-grey {
    background-color: #f5f5f7;
}

.section-title {
    font-weight: 500;
    font-size: 2.25rem;
    color: var(--text-color);
}

.section-subtitle {
    font-size: 1rem;
    color: var(--text-light);
}

.carousel-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cat-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.cat {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 5px;
    background-color: #e8e9ea;
    padding: 20px;
}

.cat img {
    height: 200px;
}

.cat h5 {
    font-size: 1.5rem;
}

.cat .img-sm {
    width: 130px;
    height: auto;
}

.features .col-6{
    margin: 10px 0;
}
.features .col-6:last-of-type{
    border: none;
}
.features .rounded-circle{
    padding: 1.5rem;
    margin-bottom: 2rem;
    display: inline-block;
}
.features .c1{
    background: #fe29ab;
}
.features .c2{
    background: #0be0dd;
}
.features .c3{
    background:#ffa435;
}
.features img{
    width:30px;
    height: 30px;
    object-fit: contain;
}

.cta {
    padding: 150px 0;
    background-image: url("../img/bg-cta.jpg");
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: right center;
    position: relative;
}
.cta .position-absolute{
    height: 100%;
    left: 200px;
}
.cta .position-absolute img{
    height: 500px;

}

.cta h2 {
    font-weight: 600;
    font-size: 2.5rem;
    /* text-transform: uppercase; */
}

.page-container {
    padding: 118px 0;
    background: #e6e9ef !important;
}

.section-heading {
    padding: 60px 0;
    font-weight: 500;
    /* text-transform: uppercase; */
}

.main-header {
    /* font-size: 3rem; */
    font-weight: 800;
    font-size: 2.5625rem;
    text-align: center;
}

.header-lg {
    font-size: 5rem;
    text-align: center;
    letter-spacing: 2px;
}

.package img {
    max-width: 100%;
}

.package-content {
    padding: 20px;
}

.package-content h5 {
    /* text-transform: uppercase; */
    text-align: center;
    margin-bottom: 10px;
}

.package-content h6 {
    font-weight: 500;
    font-size: 1.2rem;
    text-align: center;
    /* text-transform: uppercase; */
    margin-bottom: 0;
}

.package_contents p {
    margin: 5px 0;
}

.package-content .fa {
    color: #06b725;
}


.form-control {
    border-radius: 0;
}

.form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #ccc;
}

textarea {
    resize: none;
}

.qtip-custom {
    background-color: #D8000C !important;
    border-color: #D8000C !important;
    border-width: 1px !important;
    color: #ffffff !important;
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, "Helvetica", "Arial", sans-serif !important;
    font-weight: 400 !important;
}

#sendmessage {
    color: green;
    border:1px solid green;
    display:none;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#sendmessage.show, #errormessage.show, .show {
    display:block;
}

.text-sm {
    font-size: 0.875rem;
}

.hideIt {
    display: none;
}

.alert a {
    color: #856404;
    text-decoration: underline;
}

.text-accent {
    color: #63bb8b;
}

.cart_prod {
    background-color: var(--color-light);
    border: solid 1px var(--light-grey);
    padding: 20px;
    margin-bottom: -1px;
}

.cart_prod_title {
    font-size: 1rem;
    line-height: 1.4rem;
    font-weight: 700;
}

.cart_prod_price {
    font-weight: 700;
}

.prod-delete {
    display: block;
    margin-top: 10px;
    color: #bbb;
    font-size: 0.875rem;
}

.prod-delete:hover {
    color: #bababa;
    text-decoration: none;
}

.basket p {
    text-align: left;
    margin: 5px 0;
}

.basket-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 20px;
}

.wide {
    width: 100%;
}

.checkout-boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.checkout-box {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.form-group input::-webkit-input-placeholder {
    font-size: 0.875rem;
    color: #495057;
}

.form-group input::-moz-placeholder {
    font-size: 0.875rem;
    color: #495057;
}

.form-group input:-ms-input-placeholder {
    font-size: 0.875rem;
    color: #495057;
}

.form-group input:-moz-placeholder {
    font-size: 0.875rem;
    color: #495057;
}

.form-group textarea::-webkit-input-placeholder {
    font-size: 0.875rem;
    color: #495057;
}

.form-group textarea::-moz-placeholder {
    font-size: 0.875rem;
    color: #495057;
}

.form-group textarea:-ms-input-placeholder {
    font-size: 0.875rem;
    color: #495057;
}

.form-group textarea:-moz-placeholder {
    font-size: 0.875rem;
    color: #495057;
}

.form-group input,
.form-group textarea,
.form-group select {
    font-size: 0.875rem;
    color: #495057;
    background: #ffffff;
}

.form-group a {
    color: var(--secondary);
    text-decoration: none;
}

.cards-img {
    height: 25px;
}

.product-container {
    background-color: var(--color-light);
    padding: 20px;
    margin: 70px 0;
}

.striketrough {
    text-decoration: line-through;
}

.link-main {
    color: var(--text-color);
    text-decoration: underline;
}

.text-container a {
    color: var(--text-color);
    text-decoration: underline;
}

.account-list a {
    color: var(--text-color);
    -webkit-transition: .5s color;
    transition: .5s color;
}

.account-list a .fa {
    color: var(--text-color);
    margin-right: 5px;
}

.account-list a:hover {
    color: var(--secondary);
    text-decoration: none;
}
footer {
    padding: 50px 0 10px;
    background-color: #000;
    color: #fff;
}

.footer-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-right: -15px;
    margin-left: -15px;
}
.footer-item {
    position: relative;
    margin-bottom: 20px;
    flex: 0 0 25%;
    max-width: 25%;
    padding:0 15px;
}
.footer-item:nth-of-type(3) {
    padding-right: 20px;
}
footer ul {
    list-style-type: none;
    text-align: left;
    padding-left: 0;
}

footer h6 {
    text-transform: uppercase;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    margin-bottom: 20px;
}

footer li {
    font-size: 0.85rem;
    margin: 10px 0;
    font-weight: 100;
}

footer a {
    color: #fff;
    font-size: 0.85rem;
    font-weight: 100;
}

footer a:hover {
    text-decoration: none;
    color: #fff !important;
}

.footer-bottom {
    margin-top: 60px;
    border-top: solid 1px rgba(221, 221, 221, 0.27);
    padding-top: 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 -15px;
    padding: 1.5rem 15px 0;
}

.footer-bottom p {
    font-size: 0.85rem;
}

.footer-bottom img {
    height: 20px;
}

/*Privacy + Terms + FAQ + Payment*/
/* .full-text h5 {
    text-transform: uppercase;
} */
.full-text p {
    margin-bottom: 30px;
}
.full-text ul {
    padding-left: 40px;
    margin-bottom: 20px;
}
@media screen and (min-width: 1600px) {
    .offset-big{
        margin-left: 42%;
    }
    .cta{
        padding: 250px 0;
    }
}
@media screen and (max-width: 1160px) {

}

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

}

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

    .cart-badge {
        right: auto;
        left: 12px;
    }
    .navbar{
        background: #fff;
    }
    a.nav-link.link-cart {
        margin-top: 20px;
    }
    .hero h1.display-1{
        font-size:3.7rem ;
    }
    .categories a{
        display: inline-block;
        margin-bottom: 20px;
    }
    .products-top .product{
        width: 48%;
    }
    .section-heading {
        padding: 80px 0 30px 0;
    }

    .checkout-boxes {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .cta{
        padding: 60px 0;
    }

}

@media screen and (max-width: 767px) {
    .navbar .nav-item {
        margin-right: 0px;
    }

    .main-header {
        font-size: 2rem;
    }

    .basket {
        margin-top: 40px;
    }

    .product-img {
        height: 200px;
    }
    .hero h1.display-1{
        font-size:3rem ;
    }

    .footer-container,
    .footer-bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .hero img{
        max-width: 80%;
    }
    .hero img.position-absolute{
        margin-left: -35%;
    }
    .categories{
        margin-bottom: -100px;
    }
    .categories .c2 .rounded-circle{
        top: -70%;
    }
    .categories .c3 .rounded-circle{
        left: 80%;
        top: -100%;
    }
    .cta{
        background-position: 400px center;
        clear: both;
    }
    .footer-item{
        max-width: none;
    }

}

@media screen and (max-width: 640px) {
    .navbar {
        padding: 1rem;
    }
    .navbar-brand{
        font-size: 15px;
        margin-right: 0;
    }
    .hero{
        height: auto;
        padding-top: 100px;
    }


    .products-top .product{
        width: 100%;
    }

    .basket-links {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .basket-links a {
        margin: 20px 0;
    }

    .features img{
        width: 27px;
        margin-right: 3px;
    }
    .categories .c1 .rounded-circle{
        width: 90%;
        top:10%;
    }
    .categories .c4 .rounded-circle{
        width: 90%;
        left: 60%;
    }
    .categories .c5 .rounded-circle{
        width: 100%;
        left: 70%;
    }
    .header-lg{
        font-size: 2rem;
    }
}
@media screen and (max-width: 575px) {


}
/*---- MODAL STYLING ----*/

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    margin-left:0px;
    color:#666;
}

/* Modal Header */
.modal-header {
    padding:  5px 16px;
    background-color: rgb(253, 84, 84);
    color: white;
}

.modal.warning,
.modal.error,
.modal.success {
    display: block;
}

.modal.warning .modal-header,
.modal.error .modal-header {
    display: inherit;
}
.modal.success .modal-header {
    background-color: rgb(125, 224, 76);
}

/* Modal Body */
.modal-body {padding: 16px;}

/* Modal Footer */
.modal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: 150px auto;
    padding: 0;
    border: 1px solid #888;
    width: 60%;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
}

@media only screen and (max-width: 576px) {
    .modal-content {
        width: 80%;

    }
    .cart_prod_title,
    .cart_prod_quantity,
    .cart_prod_price_title,
    .cart_prod_price,
    .cart_prod_availability {
        text-align: center;
    }
}
@media screen and (max-width: 768px) {
    /* .cart_prod_title {
        text-align: center;
    } */
    h6#packageDescription {
        float: none;
        text-align: center;
    }
}

.link-cart,
.btn-cart,
.btn-membership,
.cart-link {
    display: none;
    cursor: pointer;
}

/* qTip2 - STYLING OVERRIDES */

.qtip-custom {
    background-color:#fff;
    border-color:red;
    border-width:2px;
    color:#1c232b;
}

input.error,
input:not([type="radio"]).error,
select.error {
    color: #D8000C !important;
    background-color: #FFBABA !important;
    border: 1px solid #D8000C !important;
    -webkit-text-fill-color: red !important;
    -ms-text-fill-color: red !important;
    box-shadow: 0 0 0px 1000px #FFBABA inset;
    -webkit-box-shadow: 0 0 0px 1000px #FFBABA inset;
}

.stroked {
    text-decoration: line-through;
    color: #bababa;
}

.package-theme {
    color: #21bb21;
}

.user-info-status {
    margin: 0;
}

.btn-login-now {
    margin-bottom: 20px;
}

.note-par {
    color:#333333;
}

#errorResponse {
    display: none;
}

#errorResponse .close {
    display: none;
}

.modal-header .close {
    margin-top: -10px !important;
}

#pageTerms ol {
    padding-left: 30px;
}
ol{

}
.btn.disabled,
.btn:disabled {
    cursor: not-allowed;
}


#removeItem,
#emptyBasket,
#maxItems1,
#maxItems2 {
    z-index: 9999;
}

#removeItem .modal-header,
#emptyBasket .modal-header,
#maxItems1 .modal-header,
#maxItems2 .modal-header {
    background-color: #ffffff;
    border-bottom: 1px solid #dee2e6;
    color: #1c232b;
    padding: 1rem 1rem;
}

#removeItem .modal-footer,
#emptyBasket .modal-footer,
#maxItems1 .modal-footer,
#maxItems2 .modal-footer {
    background-color: #ffffff;
    border-top: 1px solid #dee2e6;
    color: #1c232b;
    padding: 1rem;
    display: block;
    /* margin: 0 auto; */
}

#maxItems1 .modal-footer,
#maxItems2 .modal-footer {
    border-top: none;
    display: block;
    margin: 0 auto;
}

.close {
    cursor: pointer;
}

/* THEME */
h1,
h2,
h3 {
    font-weight: 800;
}
.display-1,
.display-2,
.display-3{
    font-weight: bold;
}
.text-success {
    color: #13df65;
}

.text-grey {
    color: #777777;
}

.card,
.product-container {
    border: 1px solid #dbe5ef;
}

.card,
.package,
.product-container {
    box-shadow: -0.939px 5.926px 11.57px 1.43px rgba(0, 0, 0, 0.04);
}



.product-container {
    border-radius: .25rem;
}

.text-muted-alt {
    color: #445869;
}

.text-muted {
    color: #9a9a9a !important;
}

.account-info {
    background: #ebecec;
    padding: 2rem;
    text-align: center;
}
.account-info a {
    color: var(--secondary);
    font-size: 0.875rem;
}
.account-info a:hover {
    text-decoration: none;
}

#pageSignIn .page-container {

    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
    background-color: #e6e9ef;
}


.user-info-status, .user-login-status {
    text-align: center;
    margin: 0;
    background-color: white;
    padding: 20px 30px;
    border: solid 1px var(--light-grey);
}
.user-info-status p {
    margin: 0;
    padding: 5px 0;
}
.user-info-status p:nth-child(1) {
    border-bottom: 1px solid #eeeeee;
}
.user-info-status i {
    color: #c7d6e7;
    width: 24px;
    text-align: center;
    margin-right: 12px;
}


/*package membership css*/

.package {
    background-color: var(--color-light);
    color: var(--text-color);
    box-shadow: 0 2px 20px 0 rgba(0,0,0,0.05);
    transition: box-shadow .3s ease-out, transform .3s ease-out, filter .2s ease-out;
    transition-delay: .1s;
    border-radius: 4px;
    transform: translateZ(0);
    border: solid 1px var(--light-grey);
    border-radius: 4px;

}
.package:after{
    content: " ";
    display: block;
    clear: both;
}
.package:hover{
    box-shadow: rgba(45,45,45,0.05) 0px 2px 2px, rgba(49,49,49,0.05) 0px 4px 4px, rgba(42,42,42,0.05) 0px 8px 8px, rgba(32,32,32,0.05) 0px 16px 16px, rgba(49,49,49,0.05) 0px 32px 32px, rgba(35,35,35,0.05) 0px 64px 64px;
    transform: translate(0, -4px);
}

.package h3 {
    font-weight: 500;
    /* text-transform: uppercase; */
    letter-spacing: 3px;
    margin-bottom: 20px;
}
.package h3.accent{
    letter-spacing: 0;
    font-weight: 700;
}
.package_top {
    /*background: #516cad; !* Old browsers *! !* FF3.6-15 *! !* Chrome10-25,Safari5.1-6 *!*/
    /*background: linear-gradient(135deg, #516cad 0%,#563d82 100%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!*/
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#516cad', endColorstr='#563d82',GradientType=1 ); !* IE6-9 fallback on horizontal gradient *!*/
    background-color: #fbfcfc;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 4px 4px 0 0;
}

.package_top_super {
    background-color: var(--accent-color);
    color: #fff;
}

.package_super {
    background-color:#fff ;
}

.package_icon {
    width: 100%;
    margin: 20px 0;
}
.package_icon .icon_color_1 {
    background-color: #ef4e5d;
}
.package_icon .icon_color_2 {
    background-color: #b4d934;
}
.package_icon .icon_color_3 {
    background-color: #35e3ff;
}
.package_icon_wrap {
    margin: 0 auto;
    padding: 30px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.package_icon_wrap img {
    width: 50px;
    height: 50px;
}

.package_contents {
    padding: 10px;
    text-align: left;
    border-bottom: solid 1px #ccc;
}

.package_top p {
    /*color: white;*/
    font-weight: 900 !important;
    text-align: center;
    text-transform: uppercase;
}

.package_top h3 {
    color: white;
}

.package_super .package_cost {
    color: var(--text-color);
}

.package_cost .amount {
    margin: 0;
    font-size: 2.25rem;
    font-weight: 700;
}
.package_cost .sub-month {
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
    display: block;
}

.package_list li {
    padding-top: 10px;
    /*border-bottom: solid 1px #ccc;*/
    padding-bottom: 10px;
}

.package_list_wrap {
    display: flex;
    width: 220px;
    position: relative;
    margin: 0 auto;
}
.package_list_tick {
    margin-right: 15px;
}
.package_list_tick i {
    color: #1dd77b;
}
.package_list_text p {
    margin: 0;
    font-weight: 700;
    color: #000;
}

.package_super .package_list_text p {
    color: var(--text-color);
}

.package_list_text p span {
    margin: 0;
    font-weight: 400;
    color: #93adc8;
}

/*login*/
.package.package-login {
    padding: 50px;
    text-align: center;
}

.package-login a {
    color: var(--secondary);
    font-size: 0.875rem;
}
.package-login a:hover {
    text-decoration: none;
}

/*summary css*/
.summary {
    background-color: var(--color-light);
    border: solid 1px var(--light-grey);
}

.summary_top {
    background-color: #fbfcfc;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
.summary_top p {
    font-weight: 900 !important;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0;
}
.summary_content {
    padding: 15px 40px;
    text-align: left;
}

.summary_content .total_price,
.summary_content #total_price_span,
.summary_content #total_org_price_span {
    font-weight: 900;
}

.summary_bg {
    background-color: #f7fafc;
    margin-bottom: 2px;
}

.terms-inf {
    font-size: 14px;
    text-align: initial;
    margin-top: 20px;
    margin-bottom: 0;
}
/*custom checkbox*/
.terms-inf input {
    width: 10px;
    height: 10px;
    vertical-align: middle;
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    margin: 0;
    outline: #e6e6e6 solid 1px;
    border: 4px solid #fff;
    padding: 0;
    box-sizing: content-box;
    background: #fff;
    cursor: pointer;
}
.terms-inf input:checked {
    background-color: var(--accent-color);
    outline: var(--accent-color) solid 1px;
    border: 4px solid #fff;
}

span.terms-p {
    display: inline-block;
    margin-left: 30px;
    top: -20px;
    position: relative;
}
.note-par {
    text-align: left;
}


/*checkout basket*/
.cart_prod_img img {
    width:100px;
}
.cart_prod_price_title {
    margin-bottom: 0;
}
.checkout_title {
    width: 100%;
    display: flex;
    align-items: center;
}
.checkout_title:after {
    content: '';
    border-top: 1px solid #dedede;
    margin: 0 0 0 20px;
    flex: 1 0 20px;
}

/*process header*/
.process-wrap {
    text-align: center;
}
.process-wrap .process-title h4 {
    font-weight: bold;
    font-size: 1.25rem;
}
.process-icon {
    width: 100%;
    display: flex;
    align-items: center;
}
.process-icon:before {
    content: '';
    border-top: 4px solid #cbd7e1;
    /*margin: 0 20px 0;*/
    flex: 1 0 20px;
}
.process-icon:after {
    content: '';
    border-top: 4px solid #eeeeee;
    /*margin: 0 20px 0;*/
    flex: 1 0 20px;
}
.process-icon-circle {
    width: 50px;
    height: 50px;
    /*background-color: #1dd77b;*/
    border: 4px solid #eeeeee;
    border-radius: 50%;
    color: #ffffff;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.process-icon-circle h2 {
    margin: 0;
    font-size: 1.25rem;
    font-family: 'Lato', sans-serif;
}

/*disabled*/
/* .process-icon.disabled > .process-icon-circle {
    background-color: #eeeeee;
} */
.process-icon.disabled > .process-icon-circle h2 {
    color: #cccccc;
}
.process-icon.disabled:before {
    border-top: 4px solid #eeeeee;
}

/*active*/
.process-icon.enabled > .process-icon-circle {
    background-color: #eff3f7;
    border: 4px solid var(--accent-color);
}
.process-icon.enabled > .process-icon-circle h2 {
    color: #000;
}
.process-icon.enabled:before,
.process-icon.enabled:after {
    border-top: 4px solid var(--accent-color);
}

/*enabled*/
.process-icon.active > .process-icon-circle {
    background-color: var(--accent-color);
}
.process-icon.active > .process-icon-circle h2 {
    color: #333;
}

/*products page*/
/* #product_details span {
    font-weight: 800;
} */
.prod-price {
    font-weight: 800;
}

.products_price p {
    margin-bottom: 0;
}
.product-page-text {
    padding: 30px;
    background-color: #FCF5C7;
    border: 1px solid #FFEE93;
}
.product-page-text p {
    margin-bottom: 20px;
}

.product-page-info {
    padding: 20px;
    background-color: #f5fafb;
    border: 1px solid #dce4eb;
}
.product-page-info ul {
    margin: 0;
    padding: 0;
}
.product-page-info ul li {
    list-style-type: none;
    padding-bottom: 5px;
}
.product_display_title {
    border-top: 1px solid #eeeeee;
}
.product_display_title h4 {
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 20px;
}

.checkout-terms {
    font-size: 0.875rem;
    }

img{
    max-width: 100%;
}


/*product single slider*/

.slides {
    display: flex;
    min-height: 270px;
}

.slides>li{
    text-align: center;
    border: 1px solid #e6e6e6;
    overflow: hidden;
    margin: 0 0 12px 0;
    min-height: 270px;
}


ol.flex-control-thumbs {
    clear: both;
}


.flex-control-thumbs{
    overflow: hidden;
    margin: 0 -6px;
    width: calc(100% + 12px);
}



.flex-control-thumbs li{
    cursor: pointer;
    border: 1px solid #e6e6e6;
    text-align: center;
    height: 90px;
    position: relative;
    margin: 0 6px 12px 6px;
    width: calc(25% - 12px);
}


.flex-control-thumbs img{
    max-height: 100%;
    max-width: 100%;
    width:auto;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 50%;
    top: 50%;
    opacity:1;
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-backface-visibility: hidden;
}


.flex-control-thumbs img.flex-active{
    opacity:0.5;
}
