.product-price-container span{
	/*display: block;*/
}
.product-price-container .product-as-kit-old-price{
	/*font-weight: 400;*/
	/*color: #666;*/
	/*font-size: 12px;*/
	padding-bottom: 0px;
}
.product-price-container .product-as-kit-price{
	/*color: #444;*/
	/*font-size: 27px;*/
	/*padding-bottom: 10px;*/
}

.product-price-container .product-as-kit-price.be-product-as-kit-price-new{
	
}

.be-css h3{
    /* andrey*/
    font-size: 14px !important;
    text-transform: uppercase;
}
.be-css a {
    /* andrey */
    color: #303841;
}

.be-css .row .col-xs-12 {

    padding-right: 4px;
}

.kit-widget-table .kit-item:hover {
    background-color: rgba(179, 179, 179, 0.04);
}
.kit-form .tab-pane{
	padding:0 16px
}
.kit-form #content{
	padding:0;
}

.modal-bundle-expert {

	z-index: 10000;
}

@media (max-width: 1024px) {
	.be-css .text-md-center {
		text-align: center  !important;;
	}
	.be-css .text-md-center h4, .be-css  .text-md-center .be-price {
		text-align: center !important;
	}
}


@media (max-width: 1024px) {
	.be-css .hide-md {
		display: none;
	}
}
@media (min-width: 1025px) {
	.be-css .hide-not-md {
		display: none;
	}

}

.be-css .marquee {
	/*width: 450px;*/
	margin: 0 auto;
	white-space: nowrap;
	overflow: hidden;
	box-sizing: border-box;
}

.be-css .marquee a {
	display: inline-block;
	padding-left: 100%;
	will-change: transform;
	/* show the marquee just outside the paragraph */
	animation: marquee 15s linear infinite;
}

.be-css .marquee a:hover {
	animation-play-state: paused
}


/* Make it move */

@keyframes marquee {
	0% {
		transform: translate(0, 0);
	}
	100% {
		transform: translate(-100%, 0);
	}
}


/* Respect user preferences about animations */

@media (prefers-reduced-motion: reduce) {
	.be-css .marquee {
		white-space: normal
	}
	.be-css .marquee a {
		animation: none;
		padding-left: 0;
	}
}

.bootstrap-style .btn.btn.disabled::after {
	display: none;
}

.kit-form #close-kit-form-button, .kit-form #button-set-item-product-cancel{
	color: #303841;
    background: rgb(255, 255, 255);
	
}

.product-as-kit-edit-button-order-pro{
	text-align: left;cursor: pointer;
	margin-bottom: 8px;
}
.order-remove-kit-button{
	padding-left: 16px;
}
.product-as-kit-edit-button-order-pro span:hover{
	color:darkblue;
}
.product-as-kit-edit-button-order-pro.be-loading{
	opacity: 0.6;
}
.order-kit-items-list{
	text-align: left;
}