.item-views {
    position: relative;
	padding-bottom: 1px;
}

.btn-default {
    background-color: #0072BC;
    border-color: #0072BC;
    color: #ffffff !important;
}

.btn-default.in-cart{
	background-color: #3CC051;
    border-color: #3CC051;
}

.btn-default:hover, .btn-default:active, .btn-default:focus {
    background-color: #1686CE;
    border-color: #1686CE;
}

.btn-default.in-cart:hover, .btn-default.in-cart:active, .btn-default.in-cart:focus {
    background-color: #60D172;
    border-color: #60D172;
}

.btn-sm {
    padding: 3px 10px;
}

.btn > * {
    -moz-transition: background-color .3s;
    -ms-transition: background-color .3s;
    -o-transition: background-color .3s;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
}

hr {
    height: 1px;
    margin: 25px 0;
    border-top: 1px solid #efefef;
}

.catalog.item-views.list .item {
    padding: 29px;
    margin-bottom: -1px;
}

.item-views .item {
    border: 1px solid #e2e7eb;
    margin-bottom: 10px;
    position: relative;
}

.catalog.item-views .flexslider .item:hover, .item-views .item:hover {
    border-color: #bbc7ce;
}

.catalog.item-views.list .item:hover, .catalog.item-views.price .item:hover {
    z-index: 1;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.item-views .item .image {
    overflow: hidedden;
}

.item-views.list .item .image {
    height: auto;
    text-align: center;
    width: 100%;
    padding: 24px 0 24px 24px;
}

.catalog.item-views .item .image {
    padding: 0;
    max-width: 160px;
    height: 160px;
    margin: 0 auto;
    line-height: 157px;
}

.item-views.list .item .image img {
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
}

.item-views .item:not(.review) .text {
    padding: 0;
    color: #555;
}

.item-views.list .item .text {
    padding: 24px 24px 24px 0;
}

.catalog.item-views.list .item .text {
    margin-top: -4px;
}

.catalog.item-views.list .item .text, .catalog.item-views.list .item.wti .text {
    padding: 0!important;
}

.item-views .item .title {
    font-weight: 500;
    margin-bottom: 7px;
    font-size: 15px;
    line-height: 18px;
	margin-left: 0;
	text-transform: normal;
}

.catalog.item-views.list .item .title {
    font-size: 16px;
    margin-bottom: 10px;
}

.item-views .item .description, .item-views .item .property .fa {
    font-size: 12px;
    line-height: 20px;
}

.item-views .item p {
    margin-bottom: 20px;
}

.item-views .item p:last-child {
    margin: 0;
}

.item-views .item .text hr {
    margin: 18px 0 4px;
    display: block;
}

.catalog.item-views.list .item .text hr {
    margin: 22px 0 13px;
}

.catalog.item-views .item .label {
    height: 20px;
    padding: .3em .6em;
    margin-right: 15px;
}

.label-instock {
    background: #3cc051;
}
.label-nostock {
    background: #999;
}

.catalog.item-views .item .article, .catalog.item-views.table .item .price.inline .price_new, .display-type .label_show {
    vertical-align: top;
    display: inline-block;
}

.catalog.item-views .item .article {
    color: #777;
    font-size: 12px;
    line-height: 18px;
}

.catalog.item-views .item .article span {
    color: #2f383d;
}

.item-views .item .price, .order-block .price {
    line-height: 19px;
}

.item-views .item .price .price_value,
.item-views .item .price .price_currency,
.order-block .price .price_value,
.order-block .price .price_currency {
    font-size: 18px;
    font-weight: 700;
    padding-right: 5px;
    color: #1d2029;
}

.item-views .item .price .price_old, .order-block .price .price_old {
    line-height: 15px;
    padding-top: 2px;
}

.item-views .item .price .price_old .fa,
.item-views .item .price .price_old .price_value,
.item-views .item .price .price_old .price_currency,
.order-block .price .price_old .fa,
.order-block .price .price_old .price_value,
.order-block .price .price_old .price_currency {
    font-size: 13px;
    font-weight: 400;
    padding-right: 5px;
    color: #777;
    text-decoration: line-through;
}

.buy_block {
    display: block;
}

.catalog.item-views.list .item .buy_block {
    margin-top: 10px;
    margin-right: -8px;
}

.buy_block .counter_wrap {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.banners-small .item .image, .buy_block .counter_block input, .flexslider .slides>li a, .page404 .i404, .page404 .t404, .wrap_pagination {
    text-align: center;
}

.catalog.item-views.list .item .buy_block .counter_block {
    margin-bottom: 6px;
}

.buy_block .counter_wrap>.counter_block {
    position: relative;
    background: #edf0f3;
    border-radius: 2px;
}

.buy_block .counter_block .input {
    padding: 0 24px;
}

.buy_block .counter_block input {
    padding: 3px 4px;
    width: 100%;
    border: none;
    background: 0 0;
    font-size: 12px;
}

.bgtransition {
    transition: background-color .3s ease;
    -moz-transition: background-color .3s ease;
    -ms-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    -webkit-transition: background-color .3s ease;
}


.buy_block .counter_block .ctrl {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 24px;
    cursor: pointer;
    z-index: 1;
}

.buy_block .counter_block .minus {
    left: 0;
}

.buy_block .counter_block .plus {
    right: 0;
}

.buy_block .counter_block .ctrl:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -4px 0 0 -4px;
    width: 8px;
    height: 8px;
    background: url("../img/scorp2.png") no-repeat;
}

.buy_block .counter_block .minus:before {
    background-position: 0 0;
}

.buy_block .counter_block .plus:before {
    background-position: -9px 0;
}

.buy_block .counter_block .ctrl:hover {
    background-color: #e5e9ee;
}

.buy_block .counter_block .minus:hover:before {
    background-position: 0 -9px;
}

.buy_block .counter_block .plus:hover:before {
    background-position: -9px -9px;
}

.item-views .item .btn {
    white-space: normal;
    margin-bottom: 0;
    max-width: 100%;
}

.catalog.item-views.list .item .buy_block .btn {
    margin: 0;
    width: 100%;
}

.popup-window-buttons .btn,
.popup-window-buttons .btn.btn-sm{
	padding: 0 !important;
}
.white_popup{
	background: #FFF;
	max-width: 300px;
}

.white_popup h2{
	font-weight: bold;
	font-size: 18px;
	margin: 0 0 15px 0;
}

.white_popup .alert{
	margin: 0;
}

.order_form{
	max-width: 500px;
}

.sale-order-list-title, .sale-order-list-accomplished-title{
	margin-bottom: 10px;
}

body h1, body .title-sp{
	height: auto;
}
.top-p {
    padding: 5px;
    float: left;
    font-family: Roboto Condensed;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #4D5257;
    min-height: 76px;
    width: 23%;
}
.top-p p {
    margin-top: 15px;
    margin-left: 3px;
    display: inline-block;
    width: calc(100% - 73px);
    float: left;
}
.top-p span {
    width: 70px;
    height: 70px;
    display: inline-block;
    float: left;
    background-position: left;
    background-repeat: no-repeat;
}
.top-p .p1 {
    background-image: url("../img/s1.svg");
}
.top-p .p2 {
    background-image: url("../img/s2.svg");
}
.top-p .p3 {
    background-image: url("../img/s3.svg");
}
.top-p .p4 {
    background-image: url("../img/s4.svg");
}
@media (max-width: 991px) {
    .top-p {
        width: 50%;
    }
}
@media (max-width: 767px) {
    .top-p {
        width: 100%;
    }
}