/*[id^="module-sohomarketplace-"] #content .transition,
[id^="module-sohomarketplace-"] #content .transition:hover,
[id^="module-sohomarketplace-"] #content a,
[id^="module-sohomarketplace-"] #content a:hover {
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
[id^="module-sohomarketplace-"] #content {
    box-shadow: 2px 2px 8px 0 rgba(0,0,0,0);
    background: transparent;
    padding: 0;
    font-size: 14px;
    color: #756C64;
	border: none;
}
[id^="module-sohomarketplace-"] #content .links-block .scroll-button{
    color: #F7F7F7;
    font-size: 24px;
    line-height: 27px;
    text-align: center;
    padding: 15px;
    background-color: #BAB5B1;
    display: block;
    position: relative;
}
[id^="module-sohomarketplace-"] #content .links-block .scroll-button.active,
[id^="module-sohomarketplace-"] #content .links-block .scroll-button:hover{
    background-color: #544D48;
}
[id^="module-sohomarketplace-"] #content .links-block .scroll-button i{
    float: right;
	line-height: 32px;
}
[id^="module-sohomarketplace-"] #content .links-block .scroll-button i{
    transform: rotate(0);
}
[id^="module-sohomarketplace-"] #content .links-block .scroll-button.active i{
    transform: rotate(180deg);
}
[id^="module-sohomarketplace-"] #content .scroll-content a{
    border: 1px solid #fff;
    width: 100%;
    color: #756C64;
    font-size: 16px;
    line-height: 18px;
    padding: 7px 15px 7px 0;
    margin-bottom: 2px;
    background: #fff;
}
[id^="module-sohomarketplace-"] #content .scroll-content a.active,
[id^="module-sohomarketplace-"] #content .scroll-content a:hover{
    border: 1px solid #2592a9;
    color: #2592a9;
}
[id^="module-sohomarketplace-"] #content .scroll-content a i{
    width: 48px;
    text-align: center;
    float: left;
    font-size: 16px;
    color: #E8E7E5;
}
[id^="module-sohomarketplace-"] #content .scroll-content a i.bold{
    font-weight: 600;
}
[id^="module-sohomarketplace-"] #content .scroll-content a.active i,
[id^="module-sohomarketplace-"] #content .scroll-content a:hover i{
    color: #2592a9;
}
[id^="module-sohomarketplace-"] #content .links-block .scroll-content{
    display: none;
}
[id^="module-sohomarketplace-"] #content .links-block.active .scroll-content{
    display: block;
}
[id^="module-sohomarketplace-"] #content .links-block .scroll-button:link,
[id^="module-sohomarketplace-"] #content .links-block .scroll-button:visited,
[id^="module-sohomarketplace-"] #content .links-block .scroll-button:hover,
[id^="module-sohomarketplace-"] #content .links-block .scroll-button:active,
[id^="module-sohomarketplace-"] #content .links-block .scroll-button:focus {
    text-transform: none;
}
[id^="module-sohomarketplace-"] #content .links-block .scroll-button.likeurl{
    font-size: 18px;
    line-height: 21px;
}
[id^="module-sohomarketplace-"] #content .account-content{
    border: 1px solid #E8E7E5;
	background-color: #FFFFFF;
	box-shadow: 0 2px 4px 0 #E8E7E5;
	padding: 15px 30px;
}
[id^="module-sohomarketplace-"] #content .account-content .icon{
    padding: 22px 12px;
    font-size: 40px;
    color: #E8E7E5;
}
[id^="module-sohomarketplace-"] #content .account-content .left{
    width: 104px;
    text-align: center;
}
[id^="module-sohomarketplace-"] #content .account-content .right{
    width: calc(100% - 104px);
}
[id^="module-sohomarketplace-"] #content .account-content h1{
    padding: 30px 0 36px 0;
    color: #756C64;
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    text-transform: none;
}
#identity #customer-form .form-control-label{
    width: 100%;
    float: none;
    text-align: left;
    color: #756C64;
    font-size: 14px;
    line-height: 16px;
}
[id^="module-sohomarketplace-"] #content .password-change{
    color: #756C64;
    font-size: 16px;
    line-height: 21px;
    margin: 56px 0 16px 0;
    padding-right: 8px;
    padding-left: 8px;
}
[id^="module-sohomarketplace-"] #content .form-footer{
    padding: 36px;
}
[id^="module-sohomarketplace-"] #content .custom-checkbox label{
    width: calc(100% - 30px);
    float: right;
}
[id^="module-sohomarketplace-"] #content .account-content .right .addressblock{
    max-width: 340px;
}
*/
.h_buttons{
	margin: 30px 0 0;
}
#groups-details{
	width: 100%;
}
#groups-details th{
	font-size: 14px;
	line-height: 16px;
	vertical-align: middle;
	font-weight: 400;
	padding: .75rem;
	color: #7a7a7a;
	background-color: #f6f6f6;
}
#sohomarketplace-access-form{
	/*margin: 24px 32px;*/
}
.padding16_lr{
	padding-left: 16px;
	padding-right: 16px;
}
.padding24_top{
	margin-top: 24px;
}
.padding24_bottom{
	margin-bottom: 24px;
}

#index #sohomarketplace .sellers_profile .logo{
    overflow: hidden;
    width: 89px;
    height: 89px;
    border-radius: 100%;
    position: relative;
}
#index #sohomarketplace .sellers_profile .logo img{
    max-width: 160px;
    max-height: 160px;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#index #sohomarketplace .sellers_profile .profile .user{
    border: 1px solid #E8E7E5;
    border-radius: 2px;
    background-color: #fff;
    position: relative;
    padding: 56px 8px 8px;
    color: #756C64;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    margin-top: 45px;
}
#index #sohomarketplace .sellers_profile .profile .user a{
    line-height: 16px;
	font-size: 16px;
	color: #333;
}
#index #sohomarketplace .sellers_profile .profile .user .name{
    min-height: 56px;
}
#index #sohomarketplace .sellers_profile .profile .user .logo{
    position: absolute;
    top: -45px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
#index #closck_sellers{
    margin-top: 45px;
}
#index #sohomarketplace .lo_home{
    font-weight: 900;
	line-height: 56px;
	font-size: 48px;
	letter-spacing: 0.01em;
	color: #AF74BF;
	mix-blend-mode: multiply;
	opacity: 0.5;
	margin: 64px 0;
	position: relative;
}
#index #sohomarketplace .lo_home:after {
    background: rgba(163, 111, 196, 0.12);
    position: absolute;
    content: '';
    left: 16px;
    width: calc(100% - 32px);
    bottom: -16px;
    height: 24px;
    top: auto;
    display: inline-block;
}
#index #sohomarketplace .sellers_profile > div{
    min-height: 170px;
}
#index #sohomarketplace .seeall {
    padding-left: 16px;
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    line-height: 16px;
    font-size: 16px;
    text-transform: lowercase;
    color: #EFA2CA;
    width: 100%;
    padding-right: 16px;
}
#index #sohomarketplace .seeall_block{
	text-align: right;
	margin: 32px 0 0;
}
#index #sohomarketplace .lvn-butik-arrow div{
	background: #EFA2CA;
}
#index #sohomarketplace .sellers_profile .profile .user a:hover,
#index #sohomarketplace .seeall:hover{
	color: #AF74BF;
}
#index #sohomarketplace .sellers_profile {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
	width: 100%;
	padding-bottom: 32px;
}
#index #sohomarketplace .sellers_profile > div {
    display: flex;
	flex-flow: column;
    flex-direction: column;
	min-width: 288px;
}
.ai-block #edit-product-form .specific_price_leave_bprice label{
	color: #756C64;
}
.ai-block #edit-product-form .specific_price_leave_bprice label i{
	color: #333;
}
.ai-block #edit-product-form .specific_price_leave_bprice .col-sm-3.col-md-2{
	width: 24px;
	padding-right: 0;
}
#edit_features .form-group{
	margin: 32px 0 0;
}
.btn-black{
	color: #333;
	margin-top: 32px;
}
#generate_attributes_form .title {
    color: #333;
	font-size: 24px;
	font-weight: 600;
	line-height: 27px;
	margin: 16px 0 32px;
}
#generate_attributes_form {
    max-width: 100%;
	color: #333;
	text-align: left;
	overflow: hidden;
	width: 600px;
}
#generate_attributes_form label{
	color: #333;
	font-weight: 600;
	font-size: 16px;
}
#generate_attributes_form select{
	background-color: #f6f6f6;
	border: 1px solid #C6D9EF;
	box-sizing: border-box;
	border-radius: 2px;
	color: #7a7a7a;
	width: 100%;
	padding: 8px;
	height: 80px;
}
#generate_attributes_list{
	padding: 0 16px;
}
.mce-colorbutton .mce-preview{
	display: none !important;
}
.form-control.attribute_qty{
	width: 100px;
	text-align: center;
	margin: auto;
}

#layer_seller_edit_product_overlay{
	background-color: #000;
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 98;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.6;
}
#layer_seller_edit_product {
    position: fixed;
	display: none;
	top: 50%;
	left: 50%;
	z-index: 9999;
	height: auto;
	background: transparent;
	width: 600px;
	max-width: 90%;
	max-height: 100%;
	transform: translate(-50%, -50%);
	padding: 0;
	text-align: center;
	height: auto;
	overflow: hidden;
}
#layer_seller_edit_product .text{
	color: #fff;
	font-size: 32px;
	margin-bottom: 32px;
	line-height: 40px;
}
#layer_seller_edit_product i{
	color: #fff;
	font-size: 120px;
}
#sizes_modal .modal-dialog{
	max-width: 80%;
}
#sizes_modal .modal-body{
	overflow-x: scroll;
}
#module-sohomarketplace-blog input[type="file"]{
	height: auto;
	text-align: left;
	margin: 0;
	width: 100%;
	position: relative;
}
#module-sohomarketplace-blog input[type="file"]:before{
	left: auto;
	right: 0;
}
.red{
	color: #F65A5A;
}
.green{
	color: #F65A5A;
}

#module-sohomarketplace-carrier .carrier-more{
	display: none;
}
#module-sohomarketplace-carrier .custom-radio{
	width: 100%;
	background: transparent;
}
#module-sohomarketplace-carrier .custom-radio input[type="radio"] + span,
#module-sohomarketplace-carrier .custom-radio input[type="radio"]:checked + span{
	top: 3px;
}
#module-sohomarketplace-carrier .custom-radio input[type="radio"]{
	margin-right: 8px;
}
#module-sohomarketplace-carrier .radio-box{
	margin: 0 0 32px;
}
#module-sohomarketplace-carrier .carrier-more > td{
	padding: 24px;
}
.zones_table{
	width: auto;
}
.zones_table .bggray{
	background: #E2E5EA !important;
}
.zones_subtitle{
	color: #475363;
	font-size: 16px;
	line-height: 22px;
	font-weight: 700;
	margin-bottom: 32px;
	margin-bottom: 16px;
}
#weight-table{
	margin-top: 64px;
}
#module-sohomarketplace-auth .container-customer strong{
	margin-bottom: 8px;
}
tr.b *{
	font-weight: bold;
}
/*.zones_table td.mw300{
	min-width: 300px;
}*/