@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,900;1,400&display=swap');
@import url('_variables.css');
@import url('css-helpers.css');
@import url('products.css');
@import url('responsive.css');

/*
@media (max-width: @screen-xs) {
    .categories-menu {font-size: 0.8em;}
}

@media (max-width: @screen-sm) {
    .categories-menu { font-size: 0.9em; }
}
*/

body {
    font-family: 'Poppins', sans-serif;
    text-rendering: optimizelegibility;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    color: #555;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

a {
    text-decoration: none;
    transition: all 0.2s ease-in-out 0s;
}

a.disabled,
button.disabled,
input[type=submit].disabled {
    opacity: 50%;
}

img,
figure {
    max-width: 100%;
    height: auto;
}

.well {
    border-radius: 15px;
}

.label {
    border-radius: 9px;
}

.panel-body .label {
    border-radius: 9px;
    font-weight: 400;
    font-size: 13px;
}

.label-danger {
    background-color: #FF5A5A;
}

.footer a:hover {
    color: var(--primary-main) !important;
    transition: all 0.2s ease-in-out 0s;
    text-decoration: none;
}

.navbar-brand {
    height: auto;
}

.navbar-brand>img {
    max-width: 200px;
}

.btn.btn-primary {
    background-color: var(--primary-main);
    border: 1px solid transparent;
}


/* container */

.wrap,
.main-content {
    background: #F9F9F9;
}

.outer-holder {
    position: relative;
    z-index: 100
}

.notifications-holder {
    position: relative;
    z-index: 10;
    padding: 0;
}

.notifications-holder .breadcrumb {
    background: none;
    color: #fff;
    padding: 22px 0;
    margin: 0;
}

.notifications-holder .breadcrumb>.active {
    color: #fff;
    font-weight: bold;
}

.notifications-holder .breadcrumb a {
    color: #fff;
}

.inner-holder {
    background: #fff;
    border-radius: 10px;
    padding-top: 26px;
    padding-bottom: 26px;
    margin-bottom: 26px;
    /* min-height: 300px; */
}

.background-offwhite {
    background: #fefefe;
    min-height: 400px;
}

.container-fluid {
    padding: 0px;
}

body>.wrap {
    overflow: hidden;
    /* TODO: Remove */
}

.wrap .body-background {
    height: 300px;
    position: absolute;
    width: 100%;
    z-index: 1;
}

@media (max-width: 797px) {
    body {
        padding-left: 0px;
        padding-right: 0px;
    }
}


/* nav */

nav.brand-nav {
    padding: 0;
    margin: 0;
/*    padding: 20px;*/
    border: 0;
    border-radius: 0;
    z-index: 99999; 
    height: 0px;
}

body .brand-nav .navbar-right .link a {
    border: 1px solid;
    transition: .2s;
    border: 1px solid #fff;
    border-radius: 25px;
    color: var(--primary-light);
    background-color: var(--primary-main);
    overflow: hidden;
    margin-right: 10px;
    text-transform: uppercase;
    font-weight: bold;
    box-shadow: 0 0 1px 0px white inset, 0 0 1px 0px white;
}

body .brand-nav .navbar-right .link a:hover {
    color: var(--primary-dark);
    background-color: var(--primary-main);
    overflow: hidden;
    border-color: var(--primary-dark);
}

.brand-nav .navbar-right .btn {
    color: var(--primary-light);
    background-color: var(--primary-dark);
    text-transform: uppercase;
    margin-right: 10px;
    border: 0px solid;
    box-shadow: 0px -1px 1px rgba(0, 0, 0, 0.02), 0px 2px 2px rgba(0, 0, 0, 0.12);
}

.brand-nav .btn {
    color: #fff;
    font-weight: 600;
    padding: 10px;
    transition: .2s;
    border: 2px solid #fff;
    border-radius: 25px;
}

.brand-nav .btn:hover {
    background-color: #fff;
    color: var(--primary-dark);
}

body .brand-nav .btn a:hover {
    color: var(--primary-main);
}

.brand-nav .btn {
    padding: 0px;
    margin: 0px;
}

nav.top-nav .navbar-right {
    text-transform: uppercase;
    font-size: 12px;
}

nav.top-nav .navbar-right li.active>a {
    background: transparent;
    color: var(--primary-main);
}

.brand-nav .navbar-right .badge {
    position: absolute;
    right: 4px;
}

.social-media a,
nav.top-nav .navbar-left a {
    background-color: var(--primary-main);
    color: var(--primary-light);
    border-radius: 48px;
    height: 24px;
    width: 24px;
    text-align: center;
    font-size: 16px;
    margin: 8px;
    display: block;
}

.social-media a:hover,
nav.top-nav .navbar-left a:hover {
    background-color: var(--primary-dark);
    color: var(--primary-light);
}

nav.top-nav .navbar-left i {
    font-size: 16px;
    transform: translate(-30%, -94%);
}

.navbar-inverse {
    background-color: transparent;
    border-color: var(--primary-main);
}

.navbar-inverse .navbar-nav>li>a {
    color: var(--primary-light);
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
    color: var(--primary-dark);
    background-color: var(--primary-light);
    border-radius: 25px;
    overflow: hidden;
}

.navbar-inverse .btn-link {
    color: var(--primary-light);
}


/* home */


/* Slider */

.owl-slider span {
    font-size: 23px;
}


/* index */

.site-index .product-list h3 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--primary-main);
    text-align: center;
    margin-top: 53px;
}

.site-index .product-list h2 {
    font-size: 34px;
    line-height: 125%;
    text-align: center;
    color: #333333;
    margin-bottom: 56px;
    margin-top: 10px;
    font-weight: 600;
}

.site-index .product-list .btn-success {
    background: var(--primary-main);
    box-shadow: 0px -1px 1px rgba(0, 0, 0, 0.02), 0px 2px 2px rgba(0, 0, 0, 0.12);
    border-radius: 100px;
    margin-top: 40px;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    margin: 0 auto;
    margin-bottom: 42px;
    padding: 12px 20px;
    display: flex;
    justify-content: center;
    width: fit-content;
}


/* LOGIN */

.site-login .inner-holder {
    background: #EFEFEF;
}

.site-login .inner-holder .btn {
    text-transform: uppercase;
    font-weight: 600;
}

.site-login .inner-holder .btn-default {
    background-color: transparent;
}

.site-login .inner-holder hr {
    border-top: 1px solid #DADADA;
}

.site-login h1,
.site-login h2,
.site-login h3 {
    margin-top: 0px;
    margin-bottom: 40px;
}

.site-index .panel,
.product-index .panel {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.site-index .panel-footer,
.product-index .panel-footer {
    height: 90px;
    text-align: center;
    border-radius: 0 0 10px 10px;
    text-align: left;
    color: var(--primary-dark);
    background-color: #fff;
}

.site-index .panel-footer a,
.product-index .panel-footer a {
    text-decoration: none;
    color: var(--primary-dark);
    font-weight: 550;
    font-size: 1.1em;
}

.site-index .panel-footer a:hover,
.product-index .panel-footer a:hover {
    color: var(--primary-main);
}

.site-index .panel-body,
.product-index .panel-body {
    padding: 0;
}

.site-index .panel-body img,
.product-index .panel-body img {
    width: 100%;
    border-radius: 10px 10px 0 0;
}

.site-index .panel:hover,
.product-index .panel:hover {
    opacity: 80%;
    transition: all 0.2s ease-in-out 0s;
}


/* post index */

.top-news h2 {
    padding: 0px;
    margin: 0px;
    margin-bottom: 0.5em;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
}

.post-index .recent-post img {
    object-fit: cover;
    width: 340px;
    height: 340px;
}

.popular-post img {
    border-radius: 50%;
    height: 80px;
    width: 80px;
}

.post-index .post .btn-default {
    border: 2px solid var(--primary-main);
    color: var(--primary-main);
    font-size: 14px;
}


/* post view */

.post-view .post-content img {
    float: left;
    margin-right: 15px;
}

.post-view .post-content p {
    text-align: justify;
    font-weight: 300;
    line-height: 1.8em;
    font-size: 1.2em;
}


/* contact */

.site-contact .contact-info {
    text-align: center;
    font-weight: bolder;
    font-size: 1.1em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-contact .contact-info {
    word-wrap: break-word;
}

.site-contact .contact-info .col-md-3 .well {
    font-weight: 600;
    height: 180px;
    font-size: 14px;
}

.site-contact .contact-info .icon {
    color: var(--primary-main);
}

.site-contact .contact-info b {
    font-weight: normal;
}

.site-contact .contact-form {
    justify-content: center;
    display: flex;
}


/* footer */

.footer {
    padding-top: 2em;
    height: auto;
    color: var(--primary-light);
    background-color: var(--primary-dark);
}

.footer ul {
    padding: 0;
}

.footer h6 {
    padding-bottom: 0.5em;
    margin-bottom: 1em;
    font-weight: 300;
    font-size: 16px;
    color: var(--primary-main)
}

.footer ul.social-media {
    margin-bottom: 10px;
    padding: 0;
    position: relative;
    width: fit-content;
    display: flex;
}

.footer ul.social-media li {
    list-style: none;
    position: relative;
}

.footer ul.social-media i {
    transform: translate(20%, -5%);
    font-size: 14px;
}

.footer ul.social-media a:hover {
    background-color: var(--primary-light);
    color: var(--primary-dark);
}

.footer ul li {
    list-style: none;
    position: relative;
    margin-top: 10px;
}

.footer ul a {
    transition: all 0.2s ease-in-out 0s;
    color: var(--primary-light);
    padding: 0;
}

.footer .copyright {
    opacity: 40%;
}


/* cart */

.cart h1,
.checkout h1,
.site-request-password-reset h1,
.cart h2,
.checkout h2,
.site-request-password-reset h2,
.cart h3,
.checkout h3,
.site-request-password-reset h2 {
    margin-top: 0px;
    margin-bottom: 20px;
}

.cart-index .items-header {
    font-weight: bold;
}

.cart-index .item {
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}

.form-control {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btn {
    border-radius: 17px;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none !important;
}

.btn-xs {
    border-radius: 11px;
    padding-left: 10px;
    padding-right: 10px;
}

.btn-sm {
    border-radius: 15px;
}

.btn-lg {
    border-radius: 25px;
}

.cart-steps .col-md-3,
.cart-steps .col-md-1 {
    display: flex;
}

.cart-steps .col-md-3,
.cart-steps .col-md-1 {
    padding: 0px;
}

.line {
    width: 65%;
    padding-left: 30px;
}


/* cart view */

body .cart-index .inner-holder {
    padding: 16px;
}

body .cart-index .items-header {
    color: var(--primary-main);
    padding: 20px 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.cart-index .items-header p {
    text-transform: uppercase;
    font-weight: bold;
}

.cart-index .sub p {
    display: block;
    height: 6em;
}

.cart-index .row {
    vertical-align: middle;
    display: flex;
    align-items: center;
}

.cart-index .cart .cart-title .icon {
    padding: 0.3em;
    border-radius: 20px;
    background-color: #F9F9F9;
    overflow: visible;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
}

.cart-index .cart .row a {
    color: var(--primary-dark);
}

.checkout .cart-steps,
.body-content .cart-steps {
    margin: 16px auto;
    text-align: center;
    display: flex;
    flex-flow: row;
    justify-content: center;
}

.checkout .cart-steps .step,
.body-content .cart-steps .step {
    width: 25%;
}

.checkout .cart-steps img.icon,
.body-content .cart-steps img.icon {
    width: 60px;
    margin: 0 16px;
}

.checkout .cart-steps .step:last-child,
.body-content .cart-steps .step:last-child {
    width: fit-content;
    padding-right: 65px;
}

.cart-index .sub #apply-coupon-form {
    font-size: 16px;
    height: 38px;
    line-height: 24px;
}

.cart-index .sub #apply-coupon-form .input-group input {
    height: 38px;
}

.cart-index .sub .link,
.cart-index .sub .btn {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 16px;
    border: none;
}

.cart-index .sub .btn-default {
    border: 1px solid var(--primary-dark);
    text-transform: none;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}

.cart-index .sub .btn-success {
    background-color: var(--primary-dark);
}

.cart-index .sub .link {
    text-align: center;
    color: var(--primary-dark);
    margin-top: 2em;
}


/* Category menu */

.categories-bg {
    background-color: #fff;
}

.categories-bg .container {
    padding-left: 0;
    padding-right: 0;
}

.category-menu {
    padding: 0;
    height: 56px;
    padding-top: 8px;
}

ul.categories-menu {
    padding: 10px 0;
    margin: 0;
    float: left;
}

ul.categories-menu li {
    list-style: none;
    font-weight: 300;
    font-size: 16px;
    padding: 0 0px;
    max-height: 56px;
    float: left;
}

.categories-menu .dropdown-menu {
    flex-direction: column;
    max-height: 70vh;
    flex-wrap: wrap;
    padding: 16px;
}

.categories-menu .dropdown-menu .dropdown-item {
    padding: 0 10px 5px;
}

.categories-menu .dropdown-menu .dropdown-item:hover {
    background: #F6F7F7;
}

.categories-menu .dropdown-menu .dropdown-item:active {
    background-color: var(--primary-dark);
    color: var(--primary-light);
}

.categories-menu .dropdown button {
    border: 0;
    padding: 0px;
    padding-bottom: 5px;
    background: transparent;
}

.categories-menu .open>.dropdown-menu {
    display: flex;
    margin-top: 0;
}

.categories-menu .dropdown:hover,
.categories-menu .dropdown:hover .dropdown-menu {
    display: flex;
    margin-top: 0;
}

ul.categories-menu>li:first-child a {
    padding-left: 0;
}

.categories-menu a {
    color: var(--primary-dark);
    padding: 0 15px;
}

ul.categories-menu .sep {
    font-weight: lighter;
    font-size: 0.8em;
    color: var(--primary-main);
    float: left;
    padding-top: 2px;
}

.category-buttons {
    float: right;
    padding-top: 4px;
}

.category-buttons .btn {
    box-shadow: 0px -1px 1px rgba(0, 0, 0, 0.02), 0px 2px 2px rgba(0, 0, 0, 0.12);
    border-radius: 8px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 16px;
    border: none;
    letter-spacing: 0.2px;
    font-weight: bold;
}

#w3 .dropdown-toggle,
#w4 .dropdown-toggle {
    color: var(--primary-light);
    background-color: var(--primary-dark);
    text-transform: uppercase;
    margin-right: 10px;
    border: 0px solid;
    box-shadow: 0px -1px 1px rgba(0, 0, 0, 0.02), 0px 2px 2px rgba(0, 0, 0, 0.12);
    border-radius: 25px;
}


/* pagination */

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    color: var(--primary-light);
    background-color: var(--primary-main);
    border-color: var(--primary-main);
}

.pagination>li>a,
.pagination>li>span {
    color: var(--primary-main);
}

@media print {
    .no-print,
    .no-print * {
        display: none !important;
    }
}


/*
 * Search HOME
 */

.search-form {
    width: 90%;
}

.search-form input {
    background-color: #fff;
    border: 0;
    border-radius: 0 25px 25px 0;
    width: 100%;
    padding: 0 15px;
    height: 50px;
}

.search-form select {
    border: none;
    border-right: 1px solid #dadada;
    border-radius: 25px 0 0 25px;
    padding: 0 20px 0 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(img/down-arrow.svg) no-repeat right #fff;
    background-position: right 10px bottom 50%;
    width: 100%;
    text-align: center;
}


.search-form select option {
    text-align: center;
}

.search_button {
    background: #fff;
    border: 1px solid;
    border-bottom-right-radius: 25px !important;
    height: 50px;
    width: 53px;
    font-size: 18px;
    color: var(--primary-light);
    border-top-right-radius: 25px !important;

    padding: 0px;
    margin: 0px;
}

.fa-search {
    color: #fff;
    background: var(--primary-main);
    padding: 13px;
    border-radius: 100px;
    font-size: 18px;
}


/*
 * Features
 */

.features {
    background-color: var(--primary-dark);
    padding: 25px 0;
}

.features .panel {
    min-height: 190px;
    border-radius: 10px;
}

.features .panel>.panel-heading {
    color: var(--primary-main);
    min-height: 110px;
    height: 110px;
    border-radius: 10px 10px 0 0;
}

.features .panel>.panel-heading .panel-title {
    line-height: 110px;
}

.features .panel>.panel-body {
    height: 160px;
    border-radius: 16px;
    font-size: 16px;
    padding: 16px;
    line-height: 24px;
}

.features .panel>.panel-heading,
.features .panel>.panel-body {
    padding: 10px;
    border: none;
}

.features_top {
    display: flex;
    align-items: center;
}

.features_top i {
    font-size: 40px;
    padding-right: 10px;
}

.features_top .highlight {
    color: var(--primary-main);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
}

.features_top p {
    margin: 0;
    padding: 0;
    line-height: 24px;
}

.courses {
    background-color: #f9f9f9;
}

.badge_destaque {
    z-index: 1;
    position: absolute;
    top: 5px;
    background: var(--primary-main);
    color: #fff;
    padding: 0 10px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .45);
    height: 25px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.badge_destaque:after {
    content: '';
    position: absolute;
    right: -13px;
    top: 0px;
    display: block;
    width: 0;
    height: 0;
    border-top: 12px solid var(--primary-main);
    border-bottom: 13px solid var(--primary-main);
    border-right: 13px solid transparent;
}


/** FEATURED PRODUCTS **/

.high-demand h2 {
    color: #566171;
    font-size: 42px;
    text-transform: none;
    margin-bottom: 40px;
}

.high-demand .fire_png {
    position: absolute;
    top: 10px;
    right: 50px;
    z-index: 1;
    mix-blend-mode: darken;
}

@media (min-width: 992px) {
    .high-demand {
        padding-right: 0;
    }
    .high-demand .fire_png {
        right: 60px;
    }
}

@media (min-width: 1200px) {
    .high-demand h2 {
        margin-left: 0;
    }
    .high-demand .fire_png {
        right: 30px;
    }
}


/*
 * APP
 */

.app_container {
    background-color: #fff;
    padding: 50px 0;
}

.app_container .row {
    display: flex;
    align-items: center;
}

.app_container h5,
.app_container h3 {
    color: #566171;
    text-transform: none;
}

.app_container h5 {
    font-size: 18px;
}


/* MODAL  */

.modal-store .modal-header {
    z-index: 100;
    display: inline;
    border: none;
    position: absolute;
    right: 0;
}

.modal-store .modal-content .btn.btn-primary {
    text-transform: uppercase;
}

.modal-store .modal-body {
    margin: 0;
    padding: 0;
}

.modal-store .modal-inner {
    padding: 0 15px;
    border-radius: 6px;
}

.modal-store .modal-inner .form {
    background: #EFEFEF;
    font-weight: normal;
    overflow: hidden;
    font-size: 14px;
    line-height: 20px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    padding-top: 25px;
}

.modal-store .modal-inner .form label {
    font-weight: 300;
}


/* BADGE */

.badge_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0;
}

.badge_wrap>div:first-child {
    margin-right: 10px;
}

.badge_wrap a {
    display: block;
}

.badge_wrap img,
img.app-badge {
    height: 45px;
}

@media (max-width: 767px) {
    .app_container .row {
        display: block;
    }
}


/*
 * BLOG
 */

#postsearch-searchquery {
    height: 54px;
}


/*ERROR*/

.checkout .alert-danger {
    color: #333333;
    background: url(/themes/basic/assets/img/important.svg);
    border-left: 7px solid #FF5A5A;
    padding: 10px 40px;
    margin: 0 0 15px 0;
    border-radius: 15px;
    border-right: 1px solid #FF5A5A;
    border-bottom: 1px solid #FF5A5A;
    border-top: 1px solid #FF5A5A;
    background-repeat: no-repeat;
    background-position-x: 11px;
    background-position-y: 10px;
}

#w0,
.cart {
    display: none !important;
}

.owl-slider .search{
    display: block !important;
}

.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 25px 0 0 25px;
}

.search-form select {
    display: none !important;
}


.button-search {
    visibility: hidden;
}

.owl-slider {
    margin-top: -141px;
}

.owl-slider .item .btn {
    background-color: #FFDC60;
    color: #333;
    font-weight: 600;
    font-size: 18px !important;
    text-transform: uppercase;
    padding: 9px 55px 9px 55px;
    border-radius: 50px;
}

.icons p {
    font-weight: 600;
    color: #333;
    font-size: 18px;
    padding: 10px;
}

.owl-slider .item img {
    visibility: hidden !important;
}

.owl-slider .item {
    background-size: cover;
    min-height: 600px;
    background-position-x: 40% !important;
}

.owl-slider .item .btn {
    position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
}


.owl-slider .item .search-widget{
    position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.contrast {
    color: var(--primary-dark);
}

.setre {
    background-color: white;
    padding: 8px;
    border-radius: 8px;
    margin-left: 215px;
    margin-right: 0px !important;
   
}

.footer .footer-app {
    padding: 10px 10px !important;
}

.badges p {
    width: 180px;
}

.brand-nav .navbar-right .btn,
.nav.brand-nav.navbar-inverse.navbar >  ul > li.btn {
    display: none;
}

body .brand-nav .navbar-right .link a {
    color: var(--primary-light);
    background-color: var(--primary-dark);
    text-transform: uppercase;
    margin-right: 10px;
    border: 0px solid;
    box-shadow: 0px -1px 1px rgba(0, 0, 0, 0.02), 0px 2px 2px rgba(0, 0, 0, 0.12);
}



/* Only in safari hack */
@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0)
{ @media {

    i.fa.fa-search {
        left: 50%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
}}


#w3 > li:nth-child(1) {
display : none;
}
