@media (max-width:767px){#bx-panel{display:none !important}}

body {
    background: #fff;
    /*background-color:#e4e4e4;*/
    /*background-image: url('images/sandpaper.jpg');*/
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right
}

.text-justify {
    text-align: justify;
}

.panel-warning {
    bottom: 0px;
}

.wa-textfooter {
    font-size: 12px;
    max-width: 60%;
    color: #6f7a82;
    float: left;
}

.wa-imgfooter {
    max-width: 40%;
    float: right;
}

#cookie-close-button {
    background: none;
    border: none;
    margin-right: 25px;
    color: #fff;
    outline: none;
    cursor: pointer;
}

.cookie-close {
    display: inline-block;
    vertical-align: top;
    font-size: 30px;
    line-height: 30px;
    top: 0;
}

/*/////////////////////////////////////catalog/////////////////////////////////////////////////////////////*/

.catalog {
    /*list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -7px;
    padding: 0;*/
}

.catalog >li {
    padding: 0 0 0;
    letter-spacing: normal;
    vertical-align: top;
    margin-bottom: 14px;
}

.catalog .item,
.brand-list-page .item {
    border: 1px solid #eeeeee;
    margin: 0 7px;
    padding: 15px;
    position: relative;
}

.item {
    font-size: 13px;
}

.catalog .item:hover,
.brand-list-page .item:hover {
    box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.15);
    border-color: #e9e9e9;
}

.item .img-box {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    Justify-content: center;
    margin: 0 0 12px;
    padding: 0;
}

.item .icon-top-left {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}

.item .icon-top-right,
.icon-top-right {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    text-align: right;
}

.item .quick_photo .fa {
    color: #c6c6c6;
    vertical-align: -10%;
}

.item .quick_photo:hover .fa {
    color: #555555;
}

.item .img-box a {
    display: block;
}

.item .img-box img {
    vertical-align: middle;
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
}

.item .quick_view {
    display: none;
    position: absolute;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: opacity 0.15s ease-out, background 0.15s ease-out, color 0.15s ease-out;
    background: rgba(0, 0, 0, 0.6);
    left: 50%;
    top: 50%;
    margin-top: -18px;
    margin-left: -18px;
    width: 36px;
    height: 36px;
    line-height: 32px;
    border: 2px solid #fff;
    text-decoration: none;
    text-align: center;
    border-radius: 2px;
}

.item:hover .quick_view {
    display: block;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}

.item .quick_view:hover {
    background: rgba(0, 0, 0, 0.8);
}

.item .quick_view .fa {
    color: #fff;
    font-size: 16px;
    line-height: 32px;
}

.item .item-content {

}

.catalog >li .name, .slick-list .item .name {
    height: 36px;
    overflow: hidden;
}

.item .name {
    display: block;
    margin: 0 0 1rem;
}

.item .name a {
    color: #5c5c5c;
    font-size: 13px;
    line-height: 18px;
    text-decoration: none;
    display: block;
}

.item .name a:hover {
    text-decoration: underline;
}

.item .item-data {
    list-style: none;
    min-height: 72px;
    margin: 0 0 1rem;
    padding: 0;
}

.item .item-data li {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 18px;
    letter-spacing: normal;
    vertical-align: top;
    margin: 0;
}

.item-info {

}

.item-price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    Justify-content: center;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin: 0 0 1rem;
    font-size: 12px;
}

.item-price .price-old {
    text-decoration: line-through;
}

.item-price .price.price-red {
    color: #f1372e;
}

.item-price em {
    margin: 0 0.6rem 0 0.3rem;
}

.item-price .price {
    font-size: 18px;
    font-weight: 600;
    color: #333333;
}

.item-info-much {

}

.much {
    display: flex;
    justify-content: center;
    max-width: 120px;
    margin: 0 auto;
}

.much {
    /*max-width: 9rem;*/
    margin: auto;
    position: relative;
    padding: 0 30px;
}

/*.much::before {
    display: block;
    content: '';
    position: absolute;
    left: 2.5rem;
    right: 2.5rem;
    top: 0;
    bottom: 0;
}*/

.much input {
    height: 30px;
    width: 100%;
    font-size: 14px;
    text-align: center;
    background: #fff;
    border: 0;
    font-weight: 300;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.much span,
.much button{
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    width: 30px;
    border: 1px solid #ccc;
    text-align: center;
    line-height: 28px;
    background: #fff;
    font-size: 14px;
    color: #222222;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.much span.plus,
.much button.plus {
    left: auto;
    right: 0;
    line-height: 28px;
}

.much span.minus
{
    border-radius: 4px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.much span.plus {
    border-radius: 4px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.much span.minus:hover,
.much span.plus:hover {
    background-color: #e6e6e6;
    border-color: #adadad;
}

.item .much {
    margin-bottom: 1rem;
}

.item-info-btn {

}

.item .btn {
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    font-size: 13px;
    line-height: 1.4;
    padding: 5px 12px 6px;
    float: left;
}

.item .btn:active,
.item .btn:hover,
.item .btn:focus {
    background-color: #FF0000;
}

.item-info-btn-right {
    float: right;
}

.item-info-btn-right a {
    display: inline-block;
    text-decoration: none;
    color: #c9c9c9 !important;
    margin-left: 6px;
    padding: 5px 5px;
    margin-top: 1px;
}

.item-info-btn-right .to_compare i {
    background-image: url('/include/file/sprite.png');
    background-position: -66px -48px;
    width: 16px;
    height: 16px;
    display: inline-block;
    opacity: 0.15;
    vertical-align: middle;
}

.item-info-btn-right .to_favorites i {
    background-image: url('/include/file/sprite.png');
    background-position: -48px -66px;
    width: 16px;
    height: 16px;
    display: inline-block;
    opacity: 0.15;
    vertical-align: middle;
}

.item-info-btn-right a:hover,
.item-info-btn-right a.active {
    color: #7B7B7B !important;
}

.item-info-btn-right a:hover i {
    opacity: 0.30;
}

.item-info-btn-right a.active i {
    opacity: 0.45 !important;
}


.product-core-image {

}

.product-core-image .image {
    max-height: 450px !important;
}

.product_page_bottom .products_slider .catalog {
    display: block;
}

.modal-tovar-img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}

.quick_view_popup .modal-dialog {
    width: auto;
    max-width: 900px;
    margin: 30px auto;
    z-index: 1000;
}

.quick_view_popup .modal-body {
    padding: 20px 25px;
}

.product_page {

}

.product_page .product-name {
    margin-bottom: 30px;
    margin-top: 0;
    font-size: 24px;font-family: inherit;
    font-weight: 700;
    line-height: 1.1;
    color: #333333;
}

.product_page .product-name span {
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
}

@media (max-width: 767px) {
    .product_page .product-name {
        font-size: 21px;
        margin-bottom: 0px;
    }
}

.btn_det_width {
    width: 150px;
}

@media (max-width: 1199px) {
    .buy_buttons .quickorder-button {
        margin-left: 0px!important;
    }
}

.disclaimer {
    font-weight: bold !important;
    font-size: 14px;
    line-height: 20px;
    color: red !important;
}
/*/////////////////////////////////////end catalog/////////////////////////////////////////////////////////////*/

/*/////////////////////////////////////catalog-list/////////////////////////////////////////////////////////////*/

.catalog-list {

}

.catalog-list >li {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.catalog-list .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    Justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.catalog-list .item .img-box {
    width: 210px;
    /*height: 20.5rem;*/
    /*padding: 1.5rem;*/
    margin-bottom: 0;
}

.catalog-list .item .item-content {
    padding: 0 20px;
    width: calc(100% - 317px);
}

.catalog-list .item .name {
    text-align: left;
}

.catalog-list >li .name, .catalog-list-mini >li .name {
    height: auto;
    overflow: auto;
}

.catalog-list .item .item-info {
    width: 107px;
    /*border-left: 1px solid #e8e8e8;*/
    /*padding: 0 0 0 3.5rem;*/
}

.catalog-list .item .item-price {
    border: 0;
    display: block;
    text-align: center;
    padding: 0;
    /*margin-bottom: 2.2rem;*/
}

.catalog-list .item .item-price em {
    display: none;
}

/*/////////////////////////////////////end catalog-list/////////////////////////////////////////////////////////////*/

/*/////////////////////////////////////catalog-list-mini/////////////////////////////////////////////////////////////*/

.catalog-list-mini {

}

.catalog-list-mini >li {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.catalog-list-mini .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    Justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.catalog-list-mini .item .img-box {
    width: 65px;
    /*height: 13rem;*/
    /*padding: 1.5rem;*/
    margin-bottom: 0;
}

.catalog-list-mini .item .item-content {
    padding: 0 30px;
    width: calc(100% - 390px);
}

.catalog-list-mini .item .name {
    text-align: left;
    margin: 0;
}

.catalog-list >li .name, .catalog-list-mini >li .name {
    height: auto;
    overflow: auto;
}

.catalog-list-mini .item .item-data {
    display: none;
}

.catalog-list-mini .item .item-info {
    width: 325px;
    max-width: 325px;
    padding: 0 0 0 150px;
    position: relative;
}

.catalog-list-mini .item .item-price {
    border: 0;
    margin-bottom: 0.5rem;
    padding: 0;
}

.catalog-list-mini .item .item-info .item-info-much {
    position: absolute;
    top: 1.2rem;
    left: 0;
}

.catalog-list-mini .item .much {
    margin-bottom: 0.4rem;
}

/*/////////////////////////////////////end catalog-list-mini/////////////////////////////////////////////////////////////*/

/*/////////////////////////////////////separate/////////////////////////////////////////////////////////////*/

.separate {
    background: #F7F7F7;
    border: 1px solid #eeeeee;
    padding: 7px 17px;
    color: #777777;
    font-size: 13px;
    margin-bottom: 20px;
}

.separate > .row {
    Justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    /*margin-top: -1rem;*/
}

.separate > .row >div {
    /*padding-top: 1rem;*/
}

.separate >div {
    /*padding-top: 1rem;*/
}

.separate-box {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    float: left;
    margin: 12px;
}

.separate-box label {
    margin: 0 5px 0 0;
    white-space: nowrap;
}

.separate-box select {
    background: #fff;
    font-size: 13px;
    color: #3a3a3a;
    height: 28px;
    padding: 0 28px 0px 10px;
    text-align: left;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
}

.separate-box .select-nowrap .jq-selectbox__dropdown ul li {
    white-space: nowrap;
}

.separate-box .jq-selectbox__select {
    background: #fff;
    font-size: 13px;
    color: #3a3a3a;
    height: 28px;
    padding: 0 28px 0px 10px;
    text-align: left;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    cursor: pointer;
}

.separate-box .jq-selectbox__select:hover {
    background: #fff;
    border: 1px solid #c9c9c9 !important;
}

.separate-box .jq-selectbox__select-text {
    line-height: 26px;
    text-decoration: none;
}

.separate-box .jq-selectbox__select:hover .jq-selectbox__select-text {
    text-decoration: none;
}

.separate-box .jq-selectbox__select .jq-selectbox__trigger {
    display: block;
    height: 0.8rem;
    width: 1rem;
    border-top: 0.8rem solid #3a3a3a;
    border-left: 0.5rem solid transparent;
    border-right: 0.5rem solid transparent;
    position: absolute;
    right: 0.7em;
    top: 1rem;
    margin: 0 0 0 1rem;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.separate-box .jq-selectbox__dropdown {
    border: 0.1rem solid #e5e5e5;
    width: 100%;
    background: #fff;
}

.separate-box .jq-selectbox__dropdown ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.separate-box .jq-selectbox__dropdown ul li {
    white-space: normal;
    padding: 0.5rem 0.5rem;
    font-size: 1.4rem;
    line-height: 1.2;
    margin: 0;
}

.separate-box .jq-selectbox__dropdown ul li:hover,
.separate-box .jq-selectbox__dropdown ul li.sel {
    background: #f5f5f5;
    color: #3a3a3a;
}

.jq-selectbox {
    display: block !important;
}

.view {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 2px 0;
    justify-content: flex-end;
}

.view li {
    float: left;
    padding: 0;
    margin: 0 0 0 7px;
}

.view li a:hover {
    border-color: #bbb !important;
}

.view li a.active {
    background: #bbb;
    border-color: transparent !important;
}

.view li a:hover::before,
.view li a.active::before {
    opacity: 1;
    border-color: #bbb !important;
}

.view li a {
    position: relative;
    display: block;
    background: transparent;
    width: 24px;
    height: 24px;
    font-size: 14px;
    padding: 0;
    margin: 0px;
    border: 1px solid transparent;
    border-radius: 0;
    color: #555555;
}

.view-table::before {
    display: block;
    content: '';
    background-image: url('/include/file/sprite.png');
    background-position: -96px -36px;
    width: 16px;
    height: 16px;
    margin: 3px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.view-table.active::before {
    background-position: -96px -18px;
}

.view-list::before {
    display: block;
    content: '';
    background-image: url('/include/file/sprite.png');
    background-position: -66px -66px;
    width: 16px;
    height: 16px;
    margin: 3px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.view-list.active::before {
    background-position: -96px -54px;
}

.view-list-mini::before {
    display: block;
    content: '';
    background-image: url('/include/file/sprite.png');
    background-position: -96px 0px;
    width: 16px;
    height: 16px;
    margin: 3px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.view-list-mini.active::before {
    background-position: -96px -72px;
}

/*/////////////////////////////////////end separate/////////////////////////////////////////////////////////////*/

/*/////////////////////////////////////NAV_STRING/////////////////////////////////////////////////////////////*/

.catalog-more {
    text-align: center;
    font-weight: normal;
    margin: 0 0 2.5rem;
}

.catalog-more a {
    text-decoration: none;
}

.catalog-more a:hover {
    text-decoration: underline;
}

.paging {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 4.5rem;
    Justify-content: center;
    list-style: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.paging li {
    padding: 0;
    margin: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.paging li a,
.paging li span {
    position: relative;
    float: left;
    padding: 4px 12px;
    line-height: 1.42857;
    text-decoration: none;
    color: #555555;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}

.paging li a {
    text-decoration: none;
    color: #696969;
}

.paging li a:hover {
    background-color: #eeeeee;
    border-color: #ddd;
}

.paging li span {
    background-color: #696969;
    border-color: #696969;
    z-index: 2;
    color: #fff;
    cursor: default;
}

/*.paging li .prev,
.paging li .next {
    margin: 0 1rem 0 0;
    display: block;
    height: 3rem;
    width: 3rem;
    background: #fff;
    border: 0.1rem solid #5597a6;
    position: relative;
}

.paging li .prev::before,
.paging li .next::before {
    display: block;
    content: '';
    height: 1.6rem;
    width: 0.9rem;
    background: url("../img/icons.png") no-repeat -37.5rem 0;
    -webkit-background-size: 50rem 50rem;
    background-size: 50rem 50rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.paging li .next {
    margin: 0 0 0 1rem;
}

.paging li .next::before {
    background: url("../img/icons.png") no-repeat -38.7rem 0;
}*/

/*/////////////////////////////////////end NAV_STRING/////////////////////////////////////////////////////////////*/

/*/////////////////////////////////////popup/////////////////////////////////////////////////////////////*/

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.fade {
    transition: opacity 0.15s linear;
}

.modal-dialog {
    position: relative;
    /*width: auto;*/
    /*margin: 0.5rem;*/
    pointer-events: none;
}

/*.modal.fade .modal-dialog {
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
}*/

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header h5 {
    font-size: 1.25rem;
}

.modal-header h5 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

.modal-header h5 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

.modal-header .modal-title {
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 20px;
    color: #282f37;
}

.modal-header .close {
    float: right;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.modal-header button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.modal-header .close {
    /*padding: 1rem 1rem;*/
    /*margin: -1rem -1rem -1rem auto;*/
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
    margin: 0.25rem;
}

#basket-modal.modal .btn {
    min-width: 200px;
}

/*#basket-modal.modal .btn:hover,
#basket-modal.modal .btn:focus,
.modal .btn:hover,
.modal .btn:focus{
    color: #555555;
}*/

label.required:after {
    color: red;
    content: " *";
}

.modal-text {
    font-size: 15px;
    color: rgba(40,47,55,.75);
}

.btn-primary {
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    font-size: 13px;
    line-height: 1.4;
    padding: 5px 12px 6px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
    background-color: #FF0000;
    color: #fff;
    border-color: #2a2a2a;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
    background-color: #FF0000;
    color: #fff;
    border-color: #2a2a2a;
}

.quickorder-button {
    background: rgba(23, 49, 153, 1) !important;
    color: #fff !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 4px !important;
    font-family: Arial, sans-serif !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: normal !important;
    padding-right: 25px !important;
    padding-left: 25px !important;
    margin-top: 20px !important;
    /*margin-left: 115px !important;*/
    margin-left: 0px !important;
    display: inline-block;
    text-shadow: none;
    outline: none;
    cursor: pointer;
}

.quickorder-button:hover {
    background: rgba(133, 20, 58, 1) !important;
    color: #fff !important;
}

.item-popup {

}

/*/////////////////////////////////////end popup/////////////////////////////////////////////////////////////*/

/*/////////////////////////////////////brand/////////////////////////////////////////////////////////////*/

.brand-list-page {

}

.brand-list-page ul {
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -7px;
    padding: 0;
}

.brand-list-page ul li {
    padding: 0 0 0;
    letter-spacing: normal;
    vertical-align: top;
    margin-bottom: 14px;
}

.stock-card {

}

.stock-card img {
    border: none;
    display: block;
    max-width: 100%;
}

.sub-categories {

}

.sub-categories .selected {
    color: #FF0000;
    text-decoration: none;
}

/*/////////////////////////////////////end brand/////////////////////////////////////////////////////////////*/

/*/////////////////////////////////////basket/////////////////////////////////////////////////////////////*/

.basket {
    /*font: 1.4rem/1.4 'Panton';*/
    border: 0.2rem solid #F7F7F7;
}

.basket .sup-text {
    font-weight: bold;
    font-size: 1.6rem;
    min-width: 14rem;
}

.basket .sub {
    font-weight: 300;
}

.basket .price-box {
    line-height: 1.2;
}

.basket .price {
    font-size: 2rem;
    font-weight: bold;
    color: #f1372e;
}

.basket .price.price-red {
    color: #f1372e;
}
.basket .price-sub {
    text-decoration: line-through;
}

.basket p {
    margin: 0;
}

.basket-big .basket-top {
    text-align: right;
    /*font: 1.4rem/1.2 'Panton';*/
    font-weight: normal;
    background: #F7F7F7;
    padding: 2.1rem 3rem;
}

.list-item-basket {
    list-style: none;
    margin: 0;
    padding: 3rem;
}

.list-item-basket >li {
    border-top: 1px solid #efefef;
    padding: 2rem 0 0;
    margin: 2rem 0 0;
}

.list-item-basket >li:first-child {
    padding-top: 0;
    margin-top: 0;
    border-top: 0;
}

.item-basket {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: normal;
    margin-top: -1.5rem;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -1.5rem;
    margin-left: -1.5rem;
}

.item-basket >div {
    padding-top: 1.5rem;
}

.item-basket .img-box {
    /*height: 13rem;*/
    /*width: 17rem;*/
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    Justify-content: center;
    /*-webkit-box-shadow: inset 0 0 1.4rem 0 rgba(0,0,0,0.08);*/
    /*box-shadow: inset 0 0 1.4rem 0 rgba(0,0,0,0.08);*/
    padding: 1rem;
    border: 1px solid #efefef;
}

.item-basket .img-box img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}

.item-basket .img-box:hover {
    box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.15);
    border-color: #e9e9e9;
}

.item-basket .name {
    font-size: 1.6rem;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 0.9rem;
}

.item-basket .name a {
    color: #000;
    text-decoration: none;
}

.item-basket .name a:hover {
    text-decoration: underline;
}

.item-basket .item-basket-cont {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: -1rem;
}

.item-basket .item-basket-cont >div {
    padding-top: 1rem;
}

.item-basket .item-basket-data {
    min-width: 34rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: -0.5rem 0 0;
}

.item-basket .item-basket-data .item-basket-one {
    min-width: 14rem;
    padding: 0.5rem 2rem 0 0;
}

.item-basket .item-basket-data .item-basket-two {
    min-width: 9rem;
    padding: 0.5rem 2rem 0 0;
}

.item-basket .item-basket-data .item-basket-three {
    min-width: 11rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    Justify-content: flex-end;
    padding: 0.5rem 0 0;
}

.basket-bottom {
    background: #F7F7F7;
    padding: 2.2rem 3rem 1.8rem;
}

.basket-bottom .row {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    Justify-content: flex-end;
    margin-top: -0.5rem;
}

.basket-bottom .row >div {
    padding-top: 0.5rem;
}

.basket-bottom .btn {
    width: 100%;
}

.basket-bottom .price-box {
    min-width: 10rem;
}

.basket-bottom .basket-bottom-data {
    min-width: 15rem;
}

.item-basket .delete{
    display: block;
    height: 1.8rem;
    width: 1.8rem;
    border-radius: 50%;
    background: #e8e8e8;
    position: relative;
}

.item-basket .delete{
    position: absolute;
    top: 0px;
    right: 0px;
}

.item-basket .delete::before,
.item-basket .delete::after{
    display: block;
    content: '';
    height: 0.1rem;
    width: 1rem;
    background: #999;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -0.1rem 0 0 -0.5rem;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.item-basket .delete::after{
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media only screen and (max-width: 767px) {
    .item-basket .item-basket-data {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        min-width: inherit;
    }
    .item-basket .item-basket-data .item-basket-one {
        width: 100%;
    }
    .basket-bottom .row {
        Justify-content: center;
    }
    .basket-top,
    .basket-bottom,
    .list-item-basket {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    .basket,
    .basket-top {
        text-align: center;
    }
    .basket-bottom .btn {
        width: 100%;
    }
    .item-basket .img-box {
        margin: auto;
    }
    .item-basket .item-basket-data .item-basket-one,
    .item-basket .item-basket-data .item-basket-two,
    .item-basket .item-basket-data .item-basket-three {
        padding-right: 0;
        width: 100%;
        display: block;
    }
}

/*/////////////////////////////////////end basket/////////////////////////////////////////////////////////////*/

.h_logo a {
    text-decoration: none;
}

.h_logo_text {
    text-decoration: none;
    text-align: center;
    font-style: italic;
}

.detail-count {
    margin-right: 10px;
    font-family: Arial, sans-serif !important;
    font-size: 12px !important;
    font-style: normal !important;
    font-weight: normal !important;
    text-align: center;
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-top: 20px !important;
    margin-left: 0px !important;
    display: table;
    /*color: #fff !important;*/
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 4px !important;
    text-shadow: none;
    outline: none;
    width: 100px;
    height: 33px;
    line-height: 32px;
    background: transparent;
}

.detail-count.red {
    /*background: rgba(255, 0, 0, 1) !important;*/
    color: rgba(255, 0, 0, 1) !important;
}

.detail-count.yellow {
    /*background: rgba(255, 165, 0, 1) !important;*/
    color: rgba(255, 165, 0, 1) !important;
}

.detail-count.green {
    /*background: rgba(0, 128, 0, 1) !important;*/
    color: rgba(0, 128, 0, 1) !important;
}

@media (max-width: 1199px) {
    .detail-count {
        margin-left: 0px !important;
    }
}
.button-feedback-form-enginer {
    text-align: center;
    padding: 9px;
    text-decoration: none;
    position: fixed;
    width: 155px;
    text-transform: uppercase;
    color: #fff;
    background-color: #3caa3c;
    height: 38px;
    transform: rotate(-90deg);
    right: -58px;
    top: 30%;
    font-size: 12px;
    z-index: 5;
}

.button-feedback-form-enginer:hover {
    color: #fff;
    background-color: #71d471;
    text-decoration: none;
}

.jq-selectbox__select-text,
.jq-selectbox__dropdown {
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 36px;
    height: 38px;
    margin: 0;
    padding: 0 4px;
    border: 1px solid #CCD5DB;
    border-radius: 2px;
    background: #f8fafc;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.jq-selectbox__dropdown ul {
    margin-bottom: 0;
}

#cookie-notice {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    padding: 15px 0px;
    text-align: center;
    display: none;
    z-index: 999;
}

#accept-cookie {
    margin: 0 1rem;
}

.cookie-notice-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.control-label-APPR {
    display: inline;
}