/* osmap */
.osmap-items ul {
    list-style: initial;
}
/* osmap END */


/*text-color-buttons*/
.data > .btn.btn-success,
.data > .button-img.btn-danger.btn,
.pull-right > .btn.btn-arrow-right.btn-secondary,
.pull-left > .btn.btn-arrow-left.btn-secondary,
.cart_buttons .btn,
.pagination .btn {
  color: #fff!important;
}
/*text-color-buttons-end*/

/*product-cards*/
.product-item-info,
.sblock3.jshop_categ.category {
    display: flex;
    flex-wrap: wrap;
	align-content: space-between;
	justify-content: center;
}
/*product-cards-end*/
.itemid-113 #sort_count,
.itemid-114 #sort_count,
.itemid-123 #sort_count {
  display:none;
}

.product.name.product-item-name {
    text-transform: none!important;
}
/*breadcrumbs*/
div.breadcrumb {
  margin-bottom: 20px;
  border: 1px solid #eee;
  padding: 10px;
  border-radius: 3px;
  overflow: auto;
}
ul.breadcrumb {
  background-color: #fff;
  display: flex;
  flex-wrap: nowrap;
}
.float-start {
    margin-right: 1em;
}
.breadcrumb-item+.breadcrumb-item {
    padding-left: 0.5rem;
}
.breadcrumb li {
    white-space: nowrap;
}
.breadcrumb-item+.breadcrumb-item::before {
    float: none;
}
.breadcrumb-item:last-child {
    color: #262626 !important;
}
/*breadcrumbs end*/
body.site,
.site .accordeonck a,
.site .productfull .product-info .jshop_prod_description,
.site #accordeonck171 a.accordeonck{
  color:#262626;
}
.jshop.productfull{
  font-size:16px;
}
#sp-main-body a{
    color: #1584c5;
}
#sp-main-body{
  min-height: 500px;
}
#sp-top2, #sp-top3 {
  display: none;
}
#sp-menu {
  width: 100%;
}

.row-fluid{
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-top: 40px;
}
.row-fluid:before,
.row-fluid:after {
  display: none;
}
.row-fluid .category{
  border: 1px solid #dcdcdc;
  margin: 10px;
  border-radius: 5px;
  padding: 15px;
  flex-basis: 300px;
}
.row-fluid .category_info{
  margin-top: 1em;
}
.item-image{
  display: flex;
  justify-content: center;
}
.jshop_related.block_product .product{
  border:none;
}
.pagination{
  justify-content: space-between;
}
.productfull .prod_qty_input{
  display: inline-block;
}
.buttons.product-buttons{
  display: inline-block;
}
table.cart {
  display: block;
  overflow-x: auto;
}
@media (min-width:768px){
  table.cart tbody {
    display: table;
    width: 100%;
    min-width: 820px;
  }
}
.wishlish_buttons,
.cart_buttons{
  margin-top:20px;
}
.mobile-cart-inline{
  display: none;
}
#sp-component div.jshop table.cart tbody > tr.jshop_prod_cart.odd td:first-child {
    margin-top: 0;
}
#sp-component div.jshop table.cart tbody tr td {
    margin-top: -1px;
}
#sp-component div.jshop table.cart tbody tr td .inputbox {
  width: 60px;
}
.productfull .block-tab .nav-tabs{
  display: none;
}
#jshop_menu_order{
  display: flex;
  margin: 1em 0;
}
.jshop_order_step span::after{
  content: "";
  margin-left: 1ex;
  vertical-align: middle;
}
.jshop_order_step:last-of-type span:after{
  display:none;
}

.jshop_subtotal{
  margin: 1em 0;
}
.jshop.cart {
  margin-bottom: 20px;
}
.pull-left {
  margin-right: 5px;
}
.pull-right {
  margin-left: 5px;
}
.nav-pills {
  display: none;
}
.sj_jshopping_search-wrapper .search .select_category:before {
  right: 9px!important;
}
#jshop_module_wishlist {
    display: block;
}
@media (max-width: 575px) {
  .block_sorting_count_to_page{
    font-size:0;
  }
}
@media (max-width: 767px) {
  #sp-top1,
  .mobile-cart .title-my-cart{
    display: none
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  #sp-search{
    width:75%;
  }
}

@media (min-width: 768px) { 
  .mobile-cart,
  .mobile-wishlist{
    display: none;}
}
.mobile-cart {
  float: right;
}
.mobile-cart #jshop_module_cart a span.items_cart {
    position: absolute;
    top: -11px;
    right: auto;
    width: 15px;
    height: 15px;
    line-height: 17px;
    color: #fff;
    text-align: -webkit-center;
    display: inline-block;
    border-radius: 100%;
    background: #1584c5;
}
.mobile-cart #jshop_module_cart {
  padding: 13px 0 0 0;
}
.mobile-cart #jshop_module_cart a i.icon-shopping-cart1 {
    font-size: 22px;
    display: block;
    text-align: center;
    line-height: 22px;
    padding: 0;
}

.mobile-wishlist .title-my-wishlist {
  display: none;
}
.mobile-wishlist {
  float: right;
}
.mobile-wishlist #jshop_module_wishlist a {
  font-size: 0;
  line-height: 0;
}
.mobile-wishlist #jshop_module_wishlist a span {
    font-size: 12px;
    position: absolute;
    top: -11px;
    right: 0;
    width: 15px;
    height: 15px;
    line-height: 17px;
    color: #fff;
    text-align: center;
    display: inline-block;
    border-radius: 100%;
    background: #1584c5;
}
.mobile-wishlist #jshop_module_wishlist a:before {
    content: "";
    font-size: 22px;
    font-family: "icomoon";
    display: block;
    text-align: center;
    line-height: 22px;
    padding-bottom: 0px;
}
.mobile-wishlist #jshop_module_wishlist {
  padding: 13px 0 0 0;
  margin-right: 20px;
}
.col-md-4 > .product {
    height: 100%;
}
.jshop_list_product .list_product .space {
    margin: 0 0 30px;
    display: none;
}
td.remove_to_cart>.data{
    display: flex;
    gap: 10px;
    flex-direction: column;
}
/* joomshopping */
.jshop_order_step span:after {
    font-family: 'FontAwesome';
}
.jshop_order_step span{
	display: flex;
    align-items: center;
}
.old_price span{
	color:#000!important;
}
.item-prices .jshop_price:nth-last-child(even) span{
	color:#F00!important;
}
.jshop_list_category .category_name,
.jshop_list_manufacturer .manufacturer_name,
.jshop_list_vendor .vendor_name,
.product-item-name{
  font-size:18px!important;
  line-height: normal;
}

#comjshop_list_product > .row {
  display: flex!important;
  flex-wrap: wrap;
  row-gap: 20px;
}
.productfull .product-info h1.title{
  font-size:2em;
  margin-top: 1em;
}
.prod_buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1ex;
}
.productfull .buttons{
  padding-left:0!important;  
}
.productfull .product-info .prod_buttons .buttons .button{
  margin:0!important;
}
.list_product .product-item-info {
    border: 1px solid #eee;
    border-radius: 3px !important;
    height: 100%;
  	padding:1em;
}
.checkout_shipping_block #table_shippings .name {
    border: 1px solid #eee;
    margin-bottom: 1em;
    padding: 1em!important;
}
.checkout_shipping_block #table_shippings .name p {
  margin: 0;
}
.shipping_descr {
    padding-left: 16px;
    margin-top: 1ex;
}
.owl2-stage{
  display: flex;
}
.owl2-item{
    margin-right: 1em!important;
    border: 1px solid #eee;
    border-radius: 3px!important;
  	padding:1em 1em 0;
}
.owl2-item .product-item-info{
  box-shadow:none!important;
}
.jshop_list_product .list_related .jshop_related{
  margin:0!important;
  padding:0!important;
}
.cart .btn{
  margin-bottom:0 !important;
}
select#order{
  width: 160px!important;
}
/* joomshopping end */

/* accordeon ck */
.sp-module.catalog {
    border: 1px solid #eee;
    padding: 2em!important;
}

#accordeonck171 li.level1 > span {
  border-radius: 0!important;
}
.accordeonck {
    font-size: 14px!important;
}
@media (max-width: 991px){ 
  .sp-module.catalog {
     border: none;
     padding: 0!important;
     margin-bottom:30px;
   }
   h3.sp-module-title {
    display: none;
  	}
  .sp-module.catalog a{
    color:#fff!important;
  }
}
li.parent > span span.toggler_icon{
  opacity: .25;
}
/* accordeon ck END */

/* offcanvas */
.close-offcanvas:hover {
    background: none;
}
/* offcanvas end */

/*font-family*/
@font-face {
  font-family: "FontAwesome"; 
  src: url(../fonts/FontAwesome.otf),
  src: url(../fonts/fontawesome-webfont.eot),
  src: url(../fonts/fontawesome-webfont.svg),
  src: url(../fonts/fontawesome-webfont.ttf),
  src: url(../fonts/fontawesome-webfont.woff);
}
/*font-family end*/