/*--------------------------
Products Page
---------------------------*/

.form-select:focus {
    box-shadow: none;
}

#sp-left .hikashop_filter_module {
    background: #ff9700 !important;
    background-image: url(/images/0_Ezenth/design/white-logo-bg.png) !important;
    background-position: center !important;
}

#sp-left .hikashop_filter_main select {
    border-radius: 10px !important;
    margin-top: 15px;
}

#sp-left .hikashop_filter_main select option {
    color: #121212 !important;
    padding: 10px 20px;
}

#sp-left .hikashop_filter_main select option:hover {
    color: #ff9700 !important;
}

#sp-left .hikashop_filter_main select option {
    border-bottom: solid 1px #ff97008a;
    margin: 0px 20px;
}

.hikacart {
    background: none !important;
    border: solid 1px #ff9700 !important;
    color: #ff9700 !important;
    font-weight: 600 !important;
}

.hikacart:hover {
    background: #ff9700 !important;
    border-color: #ff9700 !important;
    color: #fff !important;
}

.thumbnail span.hikashop_product_name a {
    text-align: center !important;
    color: #121212;
    font-weight: 700;
    text-transform: uppercase;
}

.thumbnail span.hikashop_product_name a:hover {
    color: #ff9700 !important;
}

.thumbnail span.hikashop_product_price_full {
    text-align: center !important;
    color: #ff9700;
    font-weight: 600 !important;
}

@media (max-width:991px) {

    .hikashop_filter_module #sp-filter-search .row {
        display: flex;
        justify-content: space-between;
    }
  
    div#sp-filter-search {
        width: 50%;
    }

    div#sp-filter-sortby {
        width: 50%;
    }
}


/*--------------------------------------
Product Characteristic Radio Button
--------------------------------------*/

.hikashop_product_characteristics .form-check-inline input {
    display: none
}


/*--------Size Radio Button--------*/
.hikashop_product_characteristics .hikashop_characteristic_line_6 .form-check.form-check-inline .form-check-label, .hikashop_product_characteristics .hikashop_characteristic_line_17 .form-check.form-check-inline .form-check-label {
    min-width: 40px;
    min-height: 40px;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    text-align:center;
    padding: 10px 0;
    border: 1px solid #12121224;
}

.hikashop_product_characteristics .hikashop_characteristic_line_6 .form-check.form-check-inline, .hikashop_product_characteristics .hikashop_characteristic_line_17 .form-check.form-check-inline {
    min-width: 40px;
    min-height: 40px;
    width: 40px;
    height: 40px;
}

.hikashop_product_characteristics .hikashop_characteristic_line_6 .form-check.form-check-inline:hover .form-check-label, .hikashop_product_characteristics .hikashop_characteristic_line_6 input[type="radio"]:checked + .form-check-label{
    background: #121212;
    color: #fff;
}

.hikashop_product_characteristics .hikashop_characteristic_line_6 .form-check-inline {
    display: inline-flex;
}

.hikashop_product_characteristics .hikashop_characteristic_line_17 .form-check.form-check-inline:hover .form-check-label, .hikashop_product_characteristics .hikashop_characteristic_line_17 input[type="radio"]:checked + .form-check-label{
    background: #121212;
    color: #fff;
}

.hikashop_product_characteristics .hikashop_characteristic_line_17 .form-check-inline {
    display: inline-flex;
}


/*--------Color Radio Button--------*/
.hikashop_product_characteristics .hikashop_characteristic_line_9 .form-check.form-check-inline .form-check-label {
    min-width: 40px;
    min-height: 40px;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    text-align:center;
    padding: 5px;
    margin-top: 10px;
}

.hikashop_product_characteristics .hikashop_characteristic_line_9 .form-check.form-check-inline {
    min-width: 40px;
    min-height: 40px;
    width: 40px;
    height: 40px;
}

.hikashop_product_characteristics .hikashop_characteristic_line_9 input[type="radio"]:checked + .form-check-label{
    border: 2px solid #121212;
}

.hikashop_product_characteristics .hikashop_characteristic_line_9 .form-check-inline {
    display: inline-flex
}

.hikashop_product_characteristics .hikashop_characteristic_line_9 .form-check-label img {
    border-radius: 40px;
}


/*--------------------------
Checkout Page
---------------------------*/


.view-checkout aside#sp-left {
    display: none;
}

.view-checkout main#sp-component {
    width: 100%;
}

/*--------------------------
Login Page
---------------------------*/

#com-users-login__form button.btn-primary {
    background: #ff9700;
    color: #fff;
    border-color: #ff9700;
}

#com-users-login__form button.btn-primary:hover {
    background: #fff;
    color: #ff9700;
    border-color: #ff9700;
}

.login .list-group a:hover {
    color: #ff9700;
}

.login .password-group button.input-password-toggle, .input-group .input-group-text {
    background: #fff;
    color: #ff9700;
    border-color: #ff9700;
}

.login .password-group button.input-password-toggle:hover, .input-group .input-group-text:hover {
    background: #ff9700;
    color: #fff;
    border-color: #ff9700;
}

.com-users-login.login {
    background: #fff;
    width: 50%;
    margin: 100px auto;
    padding: 50px;
    border: solid 1px #ff9700;
    border-radius: 10px 50px;
}

.view-login .form-login-title {
    text-transform: uppercase;
}

.view-login .form-login {
    text-align: center;
    margin-bottom: 50px;
}

.view-login .form-login img {
    width: 60%;
}

.view-login .form-label {
    font-size: 16px !important;
}

.login .list-group a {
    border: none;
    padding: 3px 0;
}

.view-login .com-users-login__submit button {
    margin: 30px 0;
}

.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    background-color: #ff9700;
}

@media (max-width:1199px) {
    .view-login .form-login img {
        width: 50%;
    }

    .com-users-login.login {
        padding: 50px 20px;
        width: 60%;
    }

    .view-login .form-login {
        margin-bottom: 0px;
    }
    .view-login .form-login-title {
        font-size: 28px;
    }
}

@media (max-width:991px) {
    .view-login .form-login {
        margin-bottom: 30px;
        padding: 0;
    }

    .view-login .form-login img {
        width: 60%;
    }

    .view-login .form-login-title {
        font-size: 24px;
    }

    .view-login .form-label {
        font-size: 14px !important;
    }

    .com-users-login.login {
        padding: 50px 20px;
        width: 70%;
    }

    .view-login .com-users-login__submit button {
        font-size: 14px;
    }
}

@media (max-width:575px) {
    .view-login .form-login img {
        width: 80%;
    }

    .com-users-login.login {
        padding: 50px 20px;
        width: 95%;
        margin: auto;
    }
}

/*Reset Password*/
.view-reset .form-validate {
    background: #fff;
    padding: 40px;
    border: 1px solid #ff9700;
    border-radius: 10px 50px;
    margin-bottom: 50px;
}

@media (min-width:992px){
    .layout-confirm .form-validate {
        width: 50%;
        margin: auto;
        margin-bottom: 50px;
    }
}

/*User Registration*/
.view-registration .form-validate {
    background: #fff;
    padding: 50px 40px;
    border: 1px solid #ff9700;
    border-radius: 10px 50px;
    margin-bottom: 50px;
}

.form-validate legend {
    font-weight: 700;
    text-transform: uppercase;
}


/*--------------------------
News Page
---------------------------*/

.article-list .article .article-intro-image img {
    border-radius: 5px 30px;
    border-bottom: solid 5px #ff9700;
}

.article-list .article {
    background-color: #fff;
    border-radius: 10px 30px;
    padding-bottom: 30px;
}

.article-list .article:hover {
    background-image: url(/images/0_Ezenth/design/orange-logo-bg.png);
    background-size: cover;
    background-position: center;
}

.article-list .article .article-header h2 a {
    font-size: 20px;
}

.article-list .article .readmore a {
    color: #ff9700;
    font-weight: 700;
}

.article-list .article .article-header h2 a:hover {
    color: #ff9700;
}

.article-full-image img {
    border-bottom: 5px solid #ff9700;
    border-radius: 10px 30px;
}

.pagenavigation .next {
    background: #ff9700;
    border-color: #ff9700;
}

.pagenavigation .next:hover {
    background: #fff;
    color: #ff9700;
}

/*--------------------------
Contribution Page
---------------------------*/

.speasyimagegallery-gallery-item img {
    border-radius: 10px;
}

.contribution-corporate .sppb-panel-modern>.sppb-panel-heading {
    background: #ff9700;
    color: #fff;
    border-radius: 20px 5px;
    background-image: url(/images/0_Ezenth/design/white-logo-bg.png);
    background-size: cover;
}

.sppb-panel-modern {
    border-radius: 25px;
    border: none;
}

.contribution-giver .sppb-panel-modern>.sppb-panel-heading {
    background: #fff;
    color: #ff9700;
    border-radius: 20px 5px;
    background-image: url(/images/0_Ezenth/design/orange-logo-bg.png);
    background-size: cover;
}

/*--------Contribution Ranking-------*/

.ranking-tabs {
    background: #ff9700;
    color: #121212;
    padding: 50px 40px;
    border-radius: 10px 55px;
}

.ranking-tabs .sppb-tab-icon, .ranking-tabs .sppb-tab-image {
    filter: brightness(0) invert(1);
}

.ranking-tabs .sppb-nav-pills > li.active > a, .ranking-tabs .sppb-nav>li>a:hover {
    color: #fff !important;
    background: none !important;
}

.ranking-tabs p {
    padding-top: 30px;
}

.ranking-tabs .sppb-nav>li>a {
    font-size: 16px;
}

.ranking-tabs .sppb-tab-icon, .ranking-tabs .sppb-tab-image {
    display: block;
    width: 50px !important;
    height: 50px !important;
    margin-bottom: 10px;
}

.ranking-tabs .sppb-nav {
    border-bottom: solid 1px #12121229;
}

@media (max-width:991px) {
    .ranking-tabs .sppb-nav>li>a {
        font-size: 15px;
    }

    .ranking-tabs {
        padding: 30px 40px;
    }
}

@media (max-width:757px) {
    .ranking-tabs .sppb-tab-icon, .ranking-tabs .sppb-tab-image {
        display: unset;
        margin-right: 5px;
    }
}

@media (max-width:575px) {
    .ranking-tabs {
        padding: 40px 20px;
    }

    .ranking-tabs .sppb-nav-pills>li>a {
        padding: 0px 20px 10px 0;
    }

    .ranking-tabs .sppb-tab-icon, .ranking-tabs .sppb-tab-image {
        width: 40px !important;
        height: 40px !important;
    }
}


/*--------------------------
Contact Page
---------------------------*/

.contact-info .sppb-icon {
    background: #ff9700;
    padding: 20px;
    height: 60px;
    width: 60px;
    border-radius: 150px;
    text-align: center;
}

.contact-info:hover .sppb-icon{
    background: #fff;
  	border: solid 1px #ff9700;
}

.bfQuickMode textarea {
    height: 100px !important;
}

.contact-form-bg {
    background: #ff9700;
    border-radius: 10px 50px;
}

.bfQuickMode .bfElemWrap label {
    width: 100%;
    font-weight: 700;
}

.bfQuickMode .bfElemWrap .form-inline input[type="text"], .bfQuickMode .bfElemWrap .form-inline input[type="number"], .bfQuickMode .bfElemWrap .form-inline textarea,  .bfQuickMode .bfElemWrap .form-inline select {
    max-width: 100% !important;
    width: 100%;
    display: block;
    letter-spacing: 0;
    border-width: 1px;
    border-style: solid;
    border-color: #e5e5e5;
    border-radius: 5px;
    padding: 5px 10px;
    height: 50px;
    background-color: #fff;
    transition: all ease .3s;
    font-size: 13px;
}

button#bfSubmitButton {
    float: right;
    background: #fff;
    border-color: #ff9700;
    text-transform: uppercase;
    font-weight: 500;
    padding: 8px 20px;
    color: #000;
}

button#bfSubmitButton:hover {
    background: #121212;color: #fff;
}

@media (max-width:757px) {
    .contact-info .sppb-icon {
        height: 50px;
        width: 50px;
        padding: 15px;
    }
}



/*Maps*/
.contact-maps .leaflet-container {
    z-index: 0;
    border-radius: 10px;
}

.leaflet-bar a, .leaflet-bar a:hover {
    background: #fff;
    color: #ff9700;
    border-bottom: 1.5px solid #ff9700;
}

.leaflet-popup-content-wrapper, .leaflet-popup-tip {
    background: #fff;
    color: #121212;
    font-family: 'Poppins';
    font-size: 15px;
}

.leaflet-container a.leaflet-popup-close-button {
    color: #ff9700;
}

.leaflet-popup-content p a {
    background: #fff;
    border: solid 1.5px #ff9700;
    padding: 8px 18px;
    text-transform: uppercase;
    border-radius: 10px;
    color: #ff9700;
    font-weight: 500;
    font-size: 14px;
}

.leaflet-popup-content p a:hover {
    background: #ff9700;
    color: #fff;
}

.leaflet-popup-content p {
    margin: 10px;
    font-size: 13px;
}

.leaflet-popup-content p strong {
    font-size: 16px;
    color: #ff9700;
}

.leaflet-popup-content {
    margin: 20px;
}

@media (max-width:757px) {
    .leaflet-popup-content p a {
        font-size: 13px;
    }
}

@media (max-width:575px) {
    .leaflet-popup-content {
        width: 200px !important;
    }
}



/*ezenth products*/
label[for*="hikashop_product_characteristic"]:hover {
    cursor: pointer;
}


/*error*/
div.hikashop_messages.hikashop_error,  div#hikashop_messages_ { background-color:#E6C0C0; border-color:#DE7A7B; color:#CC0000; }


/*bottom*/
#sp-bottom .sp-module .sp-module-title {
    color: #000!important;
}

/*scroll*/
.sp-scroll-up {
    bottom: 40px!important;
    right: 100px!important;
}










