/***************************************************
OFFLINE
***************************************************/
html.offline body {background-image: url(/images/offline-background.jpg) !important; background-repeat: no-repeat; background-size: cover;}
div.offline-logo {margin: 30px 0;}
div.offline-logo img.logo {margin-left: auto; margin-right: auto;}
html.offline .offline-wrapper {background-color: rgba(255, 255, 255, 0.8);}
div.coming-soon-content {font-size: 1.7em; font-weight: 700;}
html.coming-soon #coming-soon-countdown {display: none !important;}

/***************************************************/

.logo-image {margin-left: auto !important; margin-right: auto !important;}
.dummy {display: none;}

.hikashop_category_hidden span.hikashop_category_name {display: none;}

#search-results .search-thumb-img {height: 150px; width: auto;}

/***********************************************************************************
BUTTONS & LINK
***********************************************************************************/
.btn, .btn-lg {border-radius: 5px !important;}

.btn-primary, .btn-secondary, .sppb-btn-primary {
    background-color: rgb(244, 159, 10) !important;
    background-image: none;
    border-color: rgb(244, 159, 10) !important;
}

.btn-primary:hover, .btn-secondary:hover,
.sppb-btn-primary:hover {
    background-color: rgb(240, 135, 0) !important;
    border-color: rgb(240, 135, 0) !important;
}

input[type=text], select {border-radius: 5px !important; height: 38px !important;}

input[type=text]:focus,
input[type=password]:focus,
textarea:focus {
    box-shadow: 0 0 5px rgb(240, 135, 0) !important;
    border: 1px solid rgb(240, 135, 0) !important;
}

a {color: #231f20 !important;}
a:hover, a:focus {color: rgb(240, 135, 0);}

label#jform_captcha-lbl {display: none;} /*hide captcha label*/

/***************************************************
TOP BAR
***************************************************/
#sp-top-bar {padding: 0px;}
.sp-contact-info li {font-size: 100%; padding: 8px 10px;}
#sp-top-bar .sp-module {margin: 0;}

/***********************************************************************************
HEADER
***********************************************************************************/
#sp-header {box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.30);}
#sp-header.header-sticky {z-index: 999;}

/***********************************************************************************
Pagination
***********************************************************************************/
.pagination .page-item.active .page-link {background-color: rgb(244, 159, 10); border-color: rgb(244, 159, 10);}

/***************************************************
MENU
***************************************************/
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {padding: 0px !important;}
.sp-megamenu-parent > li > a {text-transform: uppercase; color: #231f20 !important;}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {padding: 0 10px;}
.sp-megamenu-parent > li.active > a {font-weight: 700 !important;}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item {border-bottom: 1px solid #e0e0e0 !important;}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a {padding: 0px 20px !important; line-height: 35px !important; color: #231f20 !important;}

/** OFFCANVAS ICON **/
.burger-icon > span {
    background-color: rgb(35,31,32);
    background: rgb(35,31,32);
}

/***************************************************
LOGIN MODULE
***************************************************/
.login .spacer, .registration .spacer, .login .star, .registration .star {
    color: #558e29;
}
.login .form-control, .registration .form-control {
    padding: 0.75rem;
    border-radius: 0;
}
.login .input-group-text, .registration .input-group-text {
    padding: 0.375rem 1rem;
    border-radius: 0;
}
.login .btn-primary, .registration .btn-primary, .login .btn-secondary, .registration .btn-secondary {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: 1.27px;
    padding: 15px 35px;
    border: 0;
    border-radius: 4px;
    color: #fff;
    text-transform: uppercase;
}
.login .btn-secondary, .registration .btn-secondary {
    border: 0;
    color: #fff;
    border-radius: 5px;
    background-color: #3a001e;
}
.login .btn-secondary:focus, .registration .btn-secondary:focus, .login .btn-secondary:hover, .registration .btn-secondary:hover {
    color: #fff;
    background-color: #ff0069;
}
#sp-top-bar a {
    white-space: initial;
    color: #231f20 !important;
}
#sp-menu-right {
    line-height: 80px;
}
#login .modal-dialog {
    width: calc(100% - 30px);
    max-width: 550px;
}
#login .modal-content {
    background: #fff;
    -webkit-box-shadow: 0 28px 57px 0 rgba(0, 0, 0, 0.72);
    box-shadow: 0 28px 57px 0 rgba(0, 0, 0, 0.72);
    border-radius: 0;
    text-align: left;
    padding: 30px 40px;
}
#login .modal-content .modal-header {
    border: none;
    padding: 0 0 20px;
    display: block;
    color: #231f20;
}
#login .modal-content .modal-header h2 {
    font-weight: 700;
    font-size: 24px;
}
#login .modal-content .modal-header h3 {
    max-width: 250px;
    font-weight: 400;
    border-bottom: 1px solid rgba(255, 50, 77, 0.3);
    padding-bottom: 10px;
    margin-bottom: 30px;
}
#login .modal-content .modal-body {
    padding: 0;
}
#login .modal-content .modal-body .sppb-btn {
    padding: 9px 33px;
    font-size: 14px;
    line-height: 1.5;
    cursor: pointer;
}
#login .modal-content .modal-body .sp-input-wrap.active span {
    top: -20px;
    color: #231f20;
}
#login .modal-content .modal-body .sp-input-wrap.active input {
    border-bottom-color: #231f20;
}
#login .modal-content .modal-body input {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #dcdcdc;
    color: #231f20;
    padding: 0px 15px 11px 0px;
    font-size: 14px;
    border-radius: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
#login .modal-content .modal-body input[type="text"] {
    margin-bottom: 10px;
}
#login .modal-content .modal-body input[type="password"], #login .modal-content .modal-body input[type="email"] {
    margin-bottom: 24px;
}
#login .modal-content .modal-body input[type="submit"] {
    border: transparent;
    font-size: 16px;
    color: #fff;
    line-height: 50px;
    padding: 0 20px;
    width: 100%;
    display: block;
    margin-bottom: 30px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}
#login .modal-content .modal-body input[type="submit"]:hover, #login .modal-content .modal-body input[type="submit"]:focus {
    background: #000;
}
#login .modal-content .modal-body .reg-link a {
    font-weight: bold;
    font-size: 14px;
    color:#231f20;
}
#login .modal-content .modal-body .reg-link a:hover, #login .modal-content .modal-body .reg-link a:focus {
    color: #231f20;
}
#login .modal-content .modal-body .forget-pass:hover, #login .modal-content .modal-body .forget-pass:focus {
    color: #231f20;
}
#login .modal-content .modal-body #form-login-password {
    margin-bottom: 0;
}
#login .modal-content .modal-body .remeber-forget-wrap {
    margin-bottom: 5px;
    font-size: 13px;
}
#login .modal-content .modal-body .remeber-forget-wrap #modlgn-remember {
    position: relative;
    margin-right: 10px;
}
#login .modal-content .modal-body #form-login-submit {
    margin-bottom: 10px;
}
#login .modal-content .modal-body .forgot-password a {
    font-weight: 300;
    font-size: 14px;
    color: #231f20;
    text-decoration: underline;
    letter-spacing: 0;
}
#login .modal-content .modal-body .forgot-password a:hover, #login .modal-content .modal-body .forgot-password a:focus {
    color: #231f20;
}
#login .modal-content .modal-body .create-account {
    margin-top: 24px;
}
#login .modal-content .modal-body .create-account a {
    font-weight: 300;
    font-size: 14px;
    color: #231f20;
}
#login .modal-content .modal-body .create-account a:hover, #login .modal-content .modal-body .create-account a:focus {
    color: #231f20;
}
#login .modal-content .modal-body p {
    font-size: 12px;
    color: #231f20 ;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    line-height: 28px;
    margin-bottom: 2px;
}
#login .modal-content .modal-body p a {
    color: #231f20;
}
#login .modal-header .close {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 20px;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 1;
    border: 0;
    height: 47px;
    width: 47px;
    margin: 0;
}
#login .modal-header .close:hover, #login .modal-header .close:focus {
    opacity: 0.6;
}
#login .modal-header .close i {
    margin-right: 0;
}
.sp-custom-login .info-text a {
    color: #fff;
    font-size: 14px;
}
.sp-custom-login .info-text a + a {
    margin-left: -3px;
    padding-left: 20px;
    position: relative;
}
.sp-custom-login .info-text a + a::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 10px;
    left: 0;
    bottom: 2px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 13px;
    background: #fff;
    margin: 0 8px;
    pointer-events: none;
}
.sp-custom-login .info-text a:hover,
.sp-custom-login .info-text a:focus,
.sp-custom-login .info-text a:active {
    text-decoration: none;
}
#login .modal-content .modal-body .input-group {
    position: relative;
    margin-bottom: 24px;
}
#login .modal-content .modal-body input[type="password"], #login .modal-content .modal-body input[type="text"], #login .modal-content .modal-body input[type="email"] {
    padding: 10px 15px;
    margin-bottom: 0;
}
#login div.login-new-account {margin-top: 30px;}
#login div.login-new-account a {text-decoration: underline;}

/***************************************************
USER MENU
***************************************************/
.sp-custom-login.sp-mod-login .info-text img {
    display: inline-block;
    height: 36px;
    margin-right: 5px;
}
.sp-custom-login.sp-mod-login .info-text .sppb-btn-link {
    text-transform: inherit;
    letter-spacing: 0px;
}
.sp-custom-login-on {
    position: relative;
    padding: 8px 10px;
}
.sp-custom-login-on .icons-wrap .user-icon {
    font-size: 16px;
    font-weight: 600;
    margin-right: 5px;
}
.sp-custom-login-on .icons-wrap .log-text {
    font-size: 14px;
    font-weight: 600;
}
.sp-custom-login-on .arrow-icon {
    font-size: 12px;
    margin-left: 5px;
}
.sp-custom-login-on .form-login-wrap {
    position: absolute;
    top: 100%;
    display: none;
    -webkit-animation: fadeInDown 0.5s;
    animation: fadeInDown 0.5s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 3000;
    right: -5px;
    padding-top: 5px;
}
.sp-custom-login-on .form-login-wrap .form-users-wrapper {
    font-size: 14px;
    min-width: 150px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.sp-custom-login-on .form-login-wrap .form-users-wrapper ul.menu {
    list-style: none;
    font-weight: 600;
    border-bottom: 1px solid #e0e0e0;
    min-width: 200px;
    padding: 5px 0;
    margin: 2px 0 0;
}
.sp-custom-login-on .form-login-wrap .form-users-wrapper ul.menu > li:not(:last-child) {
    margin-bottom: 15px;
}
.sp-custom-login-on .form-login-wrap .form-users-wrapper ul.menu > li {padding: 5px;}
.sp-custom-login-on .form-login-wrap .form-users-wrapper ul.menu > li:not(:last-child) {margin-bottom: 0px;}
.sp-custom-login-on .form-login-wrap .form-users-wrapper ul.menu > li:hover {background-color: #f5f5f5;}
.sp-custom-login-on .form-login-wrap .form-users-wrapper ul.menu > li > a {color: #231f20 !important;}
.sp-custom-login-on .form-login-wrap .form-users-wrapper ul.menu > li > a:hover {color:  #ff324d!important;}

.sp-custom-login-on .form-login-wrap .form-users-wrapper .logout-button {
    display: inline-block;
    font-weight: 600;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    text-align: right;
    width: 100%;
}
.sp-custom-login-on .form-login-wrap .form-users-wrapper .logout-button:hover,
.sp-custom-login-on .form-login-wrap .form-users-wrapper .logout-button:focus {
    color: #ff324d;
    background-color: #f5f5f5;
    cursor: pointer;
    text-decoration: none;
}
.sp-custom-login-on .form-login-wrap .form-users-wrapper .logout-button:hover input[type="submit"],
.sp-custom-login-on .form-login-wrap .form-users-wrapper .logout-button:focus input[type="submit"] {
    color: #ff324d !important;
    text-decoration: none;
}
.sp-custom-login-on .form-login-wrap .form-users-wrapper .logout-button i.fa {
    font-size: 16px;
}
.sp-custom-login-on .form-login-wrap .form-users-wrapper .logout-button input[type="submit"] {
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    color: #231f20 !important;
}
.sp-custom-login-on:hover .form-login-wrap {
    display: block;
}

/***************************************************
FORMS
***************************************************/
.form-check-inline input[type="radio"] {display: inline-block;}


/************ PAGE TITLE ************/
.sp-page-title {text-align: left !important; background-color: #f0f0f0 !important; border-top: 1px solid #ebeae6 !important; border-bottom: 1px solid #ebeae6 !important;}
.sp-page-title h2 {line-height: 32px !important; color: #231f20 !important;}
.sp-page-title .breadcrumb > span, .sp-page-title .breadcrumb > li, .sp-page-title .breadcrumb > li + li:before, .sp-page-title .breadcrumb > li > a {color: #231f20 !important;}

/************ BOTTOM ************/
#sp-bottom {font-size: 15px !important; line-height: 1.9 !important;}
#sp-bottom .sp-module .sp-module-title {text-transform: uppercase !important;}
#sp-bottom .sp-module ul > li {margin-bottom: initial !important;}

/************ FOOTER ************/
#sp-footer .container-inner {
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 1);
}
#sp-footer {font-size: 0.8rem !important;}
#sp-footer a, #sp-footer .sp-module a {color: #231f20 !important;}


/***************************************************
OFFLINE
***************************************************/
.offcanvas-menu {
    width: 300px;
    height: 100%;
    position: fixed;
    top: 0;
    overflow: inherit;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    z-index: 10000;
    background-color: #f9dc5c;
    color: #fff;
}
.offcanvas-menu .offcanvas-inner {
    padding: 30px;
    padding-top: 110px;
}
.offcanvas-menu .offcanvas-inner .sp-module {
    padding: 0;
    margin: 0;
}
.offcanvas-menu .offcanvas-inner .sp-module.offcanvas-logo {
    position: absolute;
    top: 25px;
}
.offcanvas-menu .offcanvas-inner .sp-module .sp-module-title {
    font-size: 1rem;
    font-weight: bold;
}
.offcanvas-menu .offcanvas-inner .sp-module:not(:last-child) {
    margin-bottom: 20px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    margin: 0;
    list-style: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul.menu > li {
    margin-bottom: 5px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul.menu > li > a {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li {
    border: 0;
    padding: 0;
    margin: 0;
    position: relative;
    display: block;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.active > a {
    color: #ff565c;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a, .offcanvas-menu .offcanvas-inner .sp-module ul > li span {
    display: block;
    font-size: 1rem;
    padding: 0.125rem 0;
    position: relative;
    color: #fff;
    font-weight: 500;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li > a:hover, .offcanvas-menu .offcanvas-inner .sp-module ul > li > a:focus {
    color: #ff565c;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent.menu-parent-open .menu-toggler {
    left: -20px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > a > .menu-toggler, .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .menu-separator > .menu-toggler {
    display: block;
    position: absolute;
    left: -15px;
    top: 50%;
    cursor: pointer;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    font-family: FontAwesome;
    font-size: 22px;
    transition: color 0.4s;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > a > .menu-toggler:after, .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .menu-separator > .menu-toggler:after {
    content: "\f105";
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > a > .menu-toggler:hover, .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .menu-separator > .menu-toggler:hover, .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > a > .menu-toggler:focus, .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .menu-separator > .menu-toggler:focus {
    color: #ff565c;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent.menu-parent-open > a > .menu-toggler:after, .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent.menu-parent-open > .menu-separator > .menu-toggler:after {
    content: "\f107";
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul {
    display: none;
    margin-left: 10px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul li a {
    font-size: 0.875rem;
    color: #fff;
}


/************ EDOCMAN ************/
h1.edocman-page-heading {display: none !important;}
a.edocman-document-title-link {font-size: 22px; line-height: 28px;}
a.edocman-document-title-link:hover  {color: #231f20;}

/************ MESSAGE ************/
.msm-default .mGrowl-notification.msm-alert {box-shadow: 3px 3px 8px rgba(0,0,0,0.3) !important;}
.msm-default .mGrowl-notification.msm-alert .mGrowl-header {
    font-size: 22px !important;
    line-height: 26px !important;
    font-weight: 600 !important;
}
.msm-default .mGrowl-notification.msm-alert .mGrowl-message {
    font-size: 16px !important;
}
.mGrowl-notification.msm-alert.msm-notice .mGrowl-close {border-color: #fff !important;}
.msm-default .mGrowl-notification.msm-alert .mGrowl-close {font-size: 16px !important; width: 30px !important; height: 30px !important;}

/************ OUTROS ************/
.sp-scroll-up {background-color: #bbdef0 !important;}
.sp-scroll-up:hover, .sp-scroll-up:active, .sp-scroll-up:focus {background-color: #00a6a6 !important;}


/************ COOKIES ************/
.cc-cookies a.cc-cookie-policy {text-decoration: none; color: #ffef00 !important;}
.cc-cookies a.cc-cookie-accept {text-decoration: none; color: #fff !important;}
.cc-cookies a.cc-cookie-accept, .cc-cookies-error a.cc-cookie-accept, .cc-cookies a.cc-cookie-decline, .cc-cookies-error a.cc-cookie-decline, .cc-cookies a.cc-cookie-reset {border-radius: 0px !important; margin: 0.75rem 0.75rem !important; }


/************ MOBILE ************/
@media only screen and (max-width: 575.75px) {
    #sp-top-bar {padding: 10px 0;}
    #sp-top-bar .sp-custom-login-on {padding: 5px 2px;}
    .sp-contact-info {text-align: center;}
    .sp-contact-info li {padding: 0px 5px;}
    #sp-top3 .sp-column {text-align: center;}
    #sp-header {height: 70px;}
    #sp-header a#offcanvas-toggler {height: 70px; line-height: 70px;}
    #sp-header #offcanvas-toggler.offcanvas-toggler-left {margin-right: 10px;}
    #sp-header .logo {height: 70px;}
    #sp-header .logo .logo-image-phone {height: 50px;}
}

@media only screen and (min-width: 576px) {
    #sp-top3 .sp-column {text-align: center;}
}

@media only screen and (min-width: 768px) {
    #sp-top3 .sp-column {text-align: right;} 
}

@media only screen and (min-width: 992px) {
    .sp-megamenu-parent > li > a,  .sp-megamenu-parent > li > span {font-size:13px !important;}
    .reset .col-md-4 {max-width: 100%; flex: 0 0 100%;}
    .reset .col-md-4 input {max-width: 400px;}
    .reset-confirm input {max-width: 400px;}
    .reset-complete input[type=password] {max-width: 300px;}
    
    .msm-default .mGrowl-notification.msm-alert {width: 400px !important; padding: 30px !important;}
    
}

@media only screen and (min-width: 1200px) {
    .sp-megamenu-parent > li > a,  .sp-megamenu-parent > li > span {font-size:14px !important;}
    
}
