.MagicZoomBigImageCont img {
    margin-left: 120px !important;
}


.b-fw-menu .menu-link.active {
    color: #C96;
}


.b-box li a {
    text-transform: uppercase;
}


.b-tabs .tab_active.up .tab-inside::after {
    transform: rotate(180deg);
}

input.error, textarea.error {
	border: 1px solid red !important;
}
span.error {
    color: red;
    text-align: left;
    display: inline-block;
    width: 100%;
    position: absolute;
    top: -20px;
    left: 15px;
}
.b-contact-form {
    position: relative;
}
/* .b-popup {
    display: none;
    width: 100%;
    min-height: 100%;
    height: 1px;
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0% 0%;
    overflow: hidden;
    position: fixed;
    top: 0px;
    z-index: 400;
    font-size: 0px;
    line-height: 0;
    text-align: center;
}
.b-popup .b-success {
    width: 487px;
	background-color: rgba(255, 255, 255, 0.9);
	padding: 10px 30px 30px;
	display: inline-block;
	vertical-align: middle;
	margin-top: 150px;
} */
.b-popup.b-success {
    width: auto;
}

.total_sum {
    text-align: center;
}
.total_sum .b-price span {
    display: inline-block;
}


.p-cart .s-cart-b span.error {
    position: relative;
    top: -10px;
}

.link_cart span {
	position: absolute;
	top: -30px;
    right: -27px;
	display: block;
	width: 30px;
	height: 30px;	
	font-size: 12px;
	border: 2px solid rgb(255, 255, 255);
	border-radius: 50%;
	vertical-align: bottom;
	text-align: center;
	line-height: 30px;
}


.b-tabs .currency .tab_active .tab-inside {
    padding-right: 0px;
}
.b-tabs .currency .tab_active .tab-inside::after {
    display: none;
}
