/*----------------------------Hikashop Product Listing Page----------------------------*/
.hikashop_subcontainer.thumbnail button {display:none;}
.pagination .page-item.active {
    background: transparent;
}
.pagination .page-item.active a{
  color: #f1803c!important;
}

/*----------------------------Hikashop Product Page----------------------------*/
.hikashop_tabs_li_selected {
    border-bottom: 1px solid #ffffff !important;
    background-color: transparent!important;
    padding-bottom: 10px!important;
    margin-bottom: 15px!important;
}

.hikashop_subcontainer.thumbnail {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px!important;
    padding: 0px;
    border: 1px solid #242d7a;
    background-color: #fff!important;
    border-radius: 10px!important;
      overflow:hidden!important;
}
.hikashop_subcontainer.thumbnail .hikashop_product_name{
    background-color:#f1803c;
  
}
.hikashop_subcontainer.thumbnail:hover .hikashop_product_name{
    background-color:#242d7a;
    color:#fff!important;
  
}
.hikashop_subcontainer.thumbnail:hover  .hikashop_product_name a {
    color: #fff!important;

}
.hikashop_subcontainer.thumbnail  .hikashop_product_name a:hover {
    color: #fff!important;

}
a.hikabtn.hikacart {
    color: #fafafa;
    background: #33a2fb;
    width: 100%;
    padding: 10px 0px;
}

a.hikabtn.hikacart:hover {
    transform: unset;
    background: #3a486c!important;
}

.thumbnail span.hikashop_product_name {

}

img.hikashop_product_listing_image {
    padding: 10px 10px 15px 10px;
}

span.hikashop_product_name {
    font-family: 'Roboto', sans-serif!important;
    padding: 0px 10px;
}

.hikashop_subcontainer.thumbnail .price-discount {
    padding: 0px 10px;
    margin: 0px;
}

.hikashop_product_name a:hover {
    color: #33a2fb!important;
}

img.hikashop_product_listing_image {
    padding: 0px;
    border-radius: 0;
    padding-bottom: 0;
}

#sp-left {
    width: 25%;
}

.product-page #sp-component {
    width: 75%;
}
/*
#accordeonck179 li.level1:hover > span a {
    color: #f1803d!important;
}

#accordeonck179 li.level1 > span a {
    color: #1a2950!important;
}

#accordeonck179 {
    background: #eff3f7!important;
}
*/
/*
ul.content_1 {
    background: #eff3f7!important;
}
*/
#sp-left .sp-module ul>li, #sp-right .sp-module ul>li {
    border-bottom: 1px solid #3382f826;
}

.com-hikashop.layout-contact #sp-left{ display:none;}
.com-hikashop.layout-contact #sp-component {
    width: 100%!important;
}
/*----------------------------End Hikashop Product Page----------------------------*/



/*----------------------------Hikashop Checkout Popup----------------------------*/

.vex.vex-theme-default button.vex-dialog-button-primary.vex-dialog-button.vex-first {
    background: #33a2fb;
    font-family: 'Roboto', sans-serif;
}

.vex.vex-theme-default .vex-dialog-button.vex-last {
    background: #222222!important;
    color: #ebebeb;
    font-family: 'Roboto', sans-serif;
}

.notifyjs-metro-base .title, .notifyjs-metro-lite-base .title {
    font-family: 'Roboto', sans-serif;
}

.notifyjs-metro-base .text, .notifyjs-metro-lite-base .text {
    font-family: 'Roboto', sans-serif;
}

.vex.vex-theme-default .vex-content {
    background: #ebebeb;
    border: 2px solid #33a2fb;
}

.notifyjs-metro-base {
    display: flex;
}

.vex.vex-theme-default .notifyjs-metro-base .text-wrapper {
    margin-left: 20px;
}

/*----------------------------End Hikashop Checkout Popup----------------------------*/

/*----------------------------Hikashop Individual Product Page----------------------------*/

#hikashop_product_right_part a.hikabtn.hikacart {
    background: #33a2fb;
    width: 50%;
    font-family: 'Roboto', sans-serif;
  	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px!important;
}

#hikashop_product_right_part a.hikabtn.hikacart:hover {
    background: #222222;
}

span#hikashop_product_name_main {
    font-family: 'Roboto', sans-serif;
}

div#hikashop_product_right_part .price-discount {
    font-family: 'Roboto', sans-serif;
}

#hikashop_product_right_part table.hikashop_product_characteristics_table td {
    font-family: 'Roboto', sans-serif;
    padding-right: 10px;
}

.hikashop_tabs_ul li.hikashop_tabs_li_selected {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #fff;
    border-bottom-color: #ffffff !important;
}

span.hikashop_product_price_main {
    border-bottom-color: transparent;
}

.hikashop_tabs_ul {
    border-bottom-color: transparent;
}

/*----------------------------End Hikashop Individual Product Page----------------------------*/

/*----------------------------Hikashop Log In Page----------------------------*/

body.site.com-users.view-login a {
    color: #222222;
    font-family: 'Roboto', sans-serif;
}

.reg-login-form-wrap .form-links ul {
    line-height:1.3;
    text-align:center!important;
    font-weight:600;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.reg-login-form-wrap .form-links ul a:hover {
    color:#33a2fb!important;
}


.com-users .reg-login-form-wrap .registration, .com-users .reg-login-form-wrap .login {
    margin-bottom: 20px;
}

button.btn.btn-primary.btn-block {
    font-family: 'Roboto', sans-serif;
    background: #33a2fb!important;
    border: unset;
    width: 100%!important;
    margin: 20px 0px;
}

label {
    font-family: 'Roboto', sans-serif;
}

.com-users .reg-login-form-wrap .form-validate input {
    border: 1px solid #e90000;
}

.com-users .reg-login-form-wrap .reg-login-title h3 {
    margin-bottom: 20px;
    text-transform: capitalize;
}

body.site.com-users.view-login .form-links a {
    color: #222222!important;
    font-size: 18px!important;
}

body.site.com-users.view-login .form-links a:hover {
    color: #e90000!important;
    font-size: 18px;
}

.category-module li, .categories-module li, .archive-module li, .latestnews li, .newsflash-horiz li, .mostread li, .form-links li, .list-striped li {
    font-family: 'Roboto', san-serif!important;
}

.form-links .sppb-addon-title {
    font-family: 'Roboto', san-serif;
    font-weight: 600;
    padding-bottom: 10px;
    font-size: 18px;
}

.form-links .sppb-addon-title.sppb-feature-box-title {
    font-size: 16px;
}

/*----------------------------End Hikashop Log In Page----------------------------*/

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

a.hikashop_product_quantity_field_change.hikabtn {
    border: none;
}

/*----------------------------End Hikashop Checkout Page----------------------------*/



/*--------------------------
Product Page
--------------------------*/

@media (max-width: 991px) {

  #sp-left {
    width: 100%!important;
    padding-bottom: 20px!important;
  }

  .product-page #sp-component {
    width: 100%!important;
  }

}

@media (max-width: 767px) {

  .hikashop_filter_module {
    min-height: 70px!important;
  }

  section#sp-filter {
    padding-top: 20px!important;
  }

  .hikashop_filter_main {
    min-height: 70px!important;
  }
}


.hikashop_tabs_content {
  min-height:0px;
  padding: 0;
  margin: 0;
}