.none {
 display: none;
}
.extra_fields_name  {
font-size: 1rem;
font-weight: 400;
}

.extra_fields_value {
font-size: 1rem;
font-weight: 600;
}
.col-md-4 attributes_title {
min-width: 190px;
}
.mod_jshop_tags {
font-size: 1rem;
font-weight: 400;
}
.sp-contact-info li {
    display: inline-block;
    margin: 0 10px;
    font-size: 1.2rem;
    font-weight: 700;
    white-space: nowrap;
}
.sp-megamenu-parent > li > a::before {
	content: "";
	background-color: #f34747;
	width: 70%;
	height: 2px;
	position: absolute;
	left: 0;
	right: 0;
	top: auto;
	bottom: 14px;
	margin: 0 auto;
	opacity: 0;
}
.sp-megamenu-parent > li > a:hover::before {
	opacity: 1;
}
.sp-megamenu-parent > li > a,  .sp-megamenu-parent > li > span {
	font-size: 1.1rem;
    font-weight: 600;
	color: #4e4e4e;
	}
.sp-megamenu-parent > li > a, 
.sp-megamenu-parent > li > span {padding: 0 10px;}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
    font-size: 0.9rem;
    text-transform: uppercase;
    line-height: 1;
    display: inline-block;
    padding: 8px 0;
    cursor: pointer;
}

.wf-columns .wf-column {
    max-width: 100%;
    box-sizing: border-box;
    flex: 1;
    background-color: #f3f3f3;
    padding: 15px;
}

.jshop_list_product .base_price, .jshop_list_product .product .name a {
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
  
  /*------ табы ---- */

.nav-tabs .nav-link {
    font-size: 1.125rem;
}

.nav-tabs .js-dp-tabs {
    border: 2px solid #5a59591a;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    font-size: 24px;
    color: #8a8a8a;
}

.nav-tabs .js-dp-tabs.active {
    color: #495057;
    background-color: #fff;
    border-color: #888787 #888787 #fff;
}
.nav-tabs {
    border-bottom: 1px solid #dee2e600;
}
.sp-scroll-up {
    display: none;
    position: fixed;
    bottom: 60px;
    right: 30px;
    width: 36px;
    height: 36px;
}
