@font-face {
    font-family: 'Century Gothic';
    src: url('font/CenturyGothic.eot');
    src: url('font/CenturyGothic.eot?#iefix') format('embedded-opentype'),
    url('font/CenturyGothic.woff') format('woff'),
    url('font/CenturyGothic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html, body {
    font-family: 'Century Gothic';
    margin: 0;
    padding: 0;
    background-color: #fff;
    font-size: 16px;
    color: #000;
    min-height: 100%;
    min-width: 600px;
}

div, span, input, select, textarea, a, header, footer, menu, button {
    box-sizing: border-box;
}

img {
    border: 0;
}

a {
    outline: none;
    color: #000;
    text-decoration: none;
}

p {
    margin: 0 0 20px;
}

form {
    display: block;
}

input, textarea {
    margin: 0;
    outline: none;
    font-family: 'Roboto', sans-serif;
}

.clear {
    clear: both;
}

.box {
    max-width: 1200px;
    margin: auto;
}

header {
    border-bottom: 1px solid #e1e1e1;
}

.header {
    display: table;
    width: 100%;
}

.header .col {
    display: table-cell;
    vertical-align: middle;
    height: 80px;
}

.header .col-logo {
    width: 120px;
}

.header .col-cart {
    width: 20%;
}

.header-auth {
    text-align: center;
}

.auth-form {
    display: inline-block;
}

.auth-form input {
    display: inline-block;
    border: 1px solid #ccc;
    margin: 0;
    line-height: 30px;
    padding: 0 10px;
    vertical-align: top;
    background-color: #fff;
}

.auth-form input[type=text], .auth-form input[type=password] {
    width: 150px;
}

.auth-form input[type=submit] {
    border: 1px solid #c01129;
    padding: 0 20px;
    color: #c01129;
    background-color: #fff;
    cursor: pointer;
}

.auth-name {
    font-size: 25px;
    text-align: center;
}

.auth-name a {
    display: inline-block;
    vertical-align: top;
}

.auth-name .logout {
    font-weight: 100;
    font-size: 16px;
    margin-left: 10px;
    vertical-align: middle;
}

.header-cart {
    background: url("/bitrix/templates/alimp_new/i/cart.png") 0 center no-repeat;
    padding: 0 0 0 60px;
}

.header-cart a {
    display: block;
}

.header-cart .link {
    padding: 5px 0;
}

.header-cart .photo {
    position: absolute;
    width: 50px;
    height: 60px;
    margin-left: -60px;
}

.menu, menu li {
    padding: 0;
    margin: 0;
    list-style: none;
    display: block;
}

.menu {
    background-color: #c01129;
    line-height: 30px;
    display: table;
    width: 100%;
    margin: 10px 0 20px;
    border-radius: 3px;
}

.menu li {
    display: table-cell;
    width: 10%;
}

.menu a {
    line-height: 32px;
    display: block;
    text-align: center;
    color: #fff;
}

.menu a:hover {
    color: #000;
}

.page {
    display: table;
    width: 100%;
}

.page-left, .page-right {
    display: table-cell;
    vertical-align: top;
    padding-bottom: 50px;
}

.page-left {
    width: 250px;
}

.page-right {

}

h1 {
    font-size: 20px;
    line-height: 30px;
    margin: 0;
}

.search {
    float: right;
    width: 45%;
    position: relative;
}

.search .search-sub {
    position: absolute;
    right: 0;
    background: #c01129 url("/bitrix/templates/alimp_new/i/search.png") center no-repeat;
    width: 40px;
    height: 31px;
    border-radius: 0 3px 3px 0;
}

.search input {
    display: inline-block;
    border: 1px solid #ccc;
    margin: 0;
    line-height: 30px;
    padding: 0 10px;
    vertical-align: top;
    background-color: #fff;
    border-radius: 3px;
}

.search input[type=text] {
    width: 100%;
}

.sub, .button, .input-submit, input[name=Login], input[name=register_submit_button] {
    border: 1px solid #c01129;
    padding: 0 20px;
    color: #c01129;
    background-color: #fff;
    cursor: pointer;
    display: inline-block;
    line-height: 30px;
    margin: 0;
    font-size: 13px;
    text-align: center !important;
}

.sub:hover, .button:hover {
    background-color: #c01129;
    color: #fff !important;
}

.page-top {
    padding-bottom: 20px;
}

.page-top h1 {
    float: left;
    width: 50%;
}

.catalog-menu {
    width: 230px;
}

.catalog-menu.fix {

}

.catalog-menu-fix {

}

.catalog-menu ul {
    padding: 0;
    margin: 0;
}

.catalog-menu li {
    list-style: none;
    margin-left: 10px;
}

.ul-lvl1 > li {
    margin-left: 0;
}

.ul-lvl1 > li > a {
    margin-left: 0;
    background: url("/bitrix/templates/alimp_new/i/menu.png") 0 13px no-repeat;
}

.catalog-menu a {
    display: block;
    padding: 7px 10px 7px 17px;
    font-size: 15px;
}

.ul-lvl2, .ul-lvl2 ul {
    display: none;
}

.catalog-menu ul.active {
    display: block;
}

.catalog-box {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: auto;
    align-content: center;
    position: relative;
}

.catalog .item {
    width: 32%;
    float: left;
    text-align: center;
    flex: 0 0 auto;
    margin-bottom: 20px;
}

.catalog .item-box {
    border: 1px solid #e1e1e1;
    border-bottom: 4px solid #c01129;
    border-radius: 4px;
    height: 100%;
    position: relative;
    padding: 95px 0 90px 0;
}

.catalog-no-auth .item-box {
    padding-bottom: 20px;
}

.catalog .item img {
    max-height: 270px;
}

.catalog .photo {
    width: 100%;
    height: 280px;
    display: table;
}

.photo-box {
    display: table-cell;
    width: 100%;
    height: 280px;
    vertical-align: middle;
    overflow: hidden;
}

.catalog .article {
    color: #c01129;
    font-size: 13px;
}

.catalog .name {
    padding: 5px;
}

.catalog-cart {
    bottom: 0;
    padding: 10px;
    position: absolute;
    width: 100%;
}

.catalog-cart input[type=text], .catalog-cash-cart input[type=text], .tocart-btn-block input, .catalog-cart input[type=number], .catalog-cash-cart input[type=number] {
    display: inline-block;
    border: 1px solid #ccc;
    line-height: 30px;
    vertical-align: top;
    background-color: #fff;
    text-align: center;
    width: 50px;
    padding: 0;
    margin: 0 10px;
    appearance: textfield;
}

.catalog-cart .sub {
    padding: 0 10px;
    margin: 0 10px;
}

.catalog .more {
    background-color: rgba(255, 255, 255, 0.3);
    padding: 4px;
    font-size: 13px;
}

@media (max-width: 1360px) {
    .box {
        padding: 0 15px 0 70px;
    }
}

@media (max-width: 1000px) {
    .catalog .item {
        width: 48%;
    }

    .header .col-cart {
        width: 25%;
    }
}

.tocart-btn-block {
    padding-top: 20px;
}

.catalog-detail {
    width: 100%;
}

.in-cart-form-add .sub {
    background-color: #000;
    color: #fff !important;
    border-color: #fff !important;
}

.catalog-cash-cart .in-cart-form-add .sub {
    background-color: #c01129;
}

.in-cart-form-add input[name=quantity] {
    display: none;
}

.content-form .field-title {
    padding-bottom: 5px;
    display: block;
}

.content-form .field {
    padding-bottom: 15px;
}

.content-form .form-input input {
    background-color: #fff;
    border: 1px solid #ccc;
    display: inline-block;
    line-height: 30px;
    margin: 0;
    padding: 0 10px;
    vertical-align: top;
    width: 300px;
}

.errortext {
    border: 2px solid red;
    padding: 15px;
    margin-bottom: 20px;
}

.notetext {
    border: 2px solid green;
    padding: 15px;
    margin-bottom: 20px;
}

.marks {
    left: -9px;
    position: absolute;
    top: -9px;
    z-index: 3;
}

.mark {
    background: url("/bitrix/templates/alimp/images/markers_product.png?1") no-repeat;
    display: block;
    height: 55px;
    width: 60px;
}

.newitem {
    background-position: -85px -4px;
}

.akciya {
    background-position: -157px -5px;
}

.markdown {
    background-position: -233px -6px;
}

#product-layer {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    overflow: auto;
}

.product-layer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: table;
    vertical-align: middle;
    text-align: center;
    z-index: 1100;
}

.product-layer-col {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.product-layer-page {
    background-color: #fff;
    max-width: 920px;
    display: inline-block;
}

.product-layer-page-box {
    position: relative;
    width: 700px;
}

.product-layer-box {
    display: inline;
}

.product-layer-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1000;
}

.product-layer-table {
    margin: auto;
    max-width: 920px;
    background-color: #fff;
    position: absolute;
    top: 0;
}

.product-layer .title {
    font-size: 20px;
    padding: 20px 50px;
    text-align: center;
    font-weight: bold;
}

.product-layer .photo img {
    max-width: 100%;
    display: block;
    max-height: 500px;
    margin: auto;
}

.product-layer .desc {
    padding: 20px;
    text-align: left;
}

.product-layer-close {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.product-layer-close span {
    display: inline-block;
    height: 50px;
    overflow: hidden;
    position: relative;
    width: 50px;
}

.product-layer-close span::before, .product-layer-close span::after {
    height: 8px;
    margin-top: -4px;
}

.product-layer-close span::before, .product-layer-close span::after {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: 0;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    width: 100%;
}

.product-layer-close span::before {
    transform: rotate(45deg);
}

.product-layer-close span::after {
    transform: rotate(-45deg);
}

.product-layer-table-box {
    position: relative;
}

.product-layer-close span:hover::before, .product-layer-close span:hover::after {
    background-color: #c01129;
}

.basket-quantity {
    width: 100px;
    height: 30px;
    position: relative;
    text-align: left;
    display: inline-block;
}

.basket-quantity-input {
    background-color: #fff;
    border: 1px solid #ccc;
    display: inline-block;
    line-height: 28px;
    padding: 0 10px;
    vertical-align: top;
    text-align: center;
    width: 40px;
    position: absolute;
    margin: 0 0 0 30px;
}

.basket-quantity .plus, .basket-quantity .minus {
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: #c01129;
    border: none;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;
    border-radius: 0;
    text-align: center;
}

.basket-quantity span {
    color: #fff;
    display: block !important;
}

.basket-quantity .minus {
    left: 0;
}

.basket-quantity .plus {
    right: 0;
}

.basket-quantity .minus span {
    line-height: 24px;
}

.bx_ordercart .current_price {
    line-height: 30px;
}

.basket-control {
    padding: 10px 0;
}

.basket-control a {
    display: inline-block;
}

.bx_ordercart_order_pay {
    padding: 0 !important;
}

.bx_order_make .bx_block.w100 {
    margin: 10px 0 !important;
}

.auth-name .name {
    font-size: 25px;
    text-align: center;
}

#content a {
    color: #c01129;
}

.order-items li {
    font-size: 13px;
    margin-bottom: 10px;
}

.brand {
    border-top: 1px solid #ccc;
    margin: 0 10px;
    padding: 10px 0;
    text-align: center;
}

.brand-box {
    background-color: #e5e5e5;
}

.brand .title {
    text-align: center;
    padding: 20px 0 10px;
    font-size: 20px;
}

.brand .item {
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 10px;
    width: 125px;
    height: 125px;
    vertical-align: top;
    background-color: #fff;
    margin: 10px;
}

.brand .item img {
    max-width: 100%;
}

.brand-text {
    max-width: 1060px;
    position: relative;
    margin: 0 auto;
    padding: 20px;
    font-size: 14px;
    line-height: 21px;
}

.feedback .title {
    padding: 10px 0 20px;
    font-size: 20px;
    font-weight: bold;
}

.feedback {
    max-width: 300px;
}

.feedback .field {
    padding-bottom: 10px;
}

.feedback input, .feedback textarea {
    display: inline-block;
    border: 1px solid #ccc;
    margin: 0;
    line-height: 30px;
    padding: 0 10px;
    vertical-align: top;
    background-color: #fff;
    width: 100%;
    font-family: Arial;
    font-size: 13px;
}

.feedback textarea {
    line-height: normal;
    height: 100px;
    padding: 7px 10px;
}

.up-down a {
    width: 50px;
    height: 50px;
    background: url("/bitrix/templates/alimp_new/i/arrow.png") center no-repeat;
    position: fixed;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
    margin-left: -60px;
}

.up-down .up {
    top: 50px;
    transform: rotate(180deg);
}

.up-down .down {
    bottom: 50px;
}

.up-down .active {
    opacity: 1;
}

.bx_ordercart .bx_sort_container a.current {
    color: #fff !important;
}

a.checkout {
    color: #fff !important;
    font-size: 14px !important;
}

.ul-lvl2 a:hover, .ul-lvl2 .active {
    background-color: #fff;
    color: #c01129;
}

.contact {
    display: table;
    width: 90%;
    margin: auto;
    padding: 50px 0;
}

.contact .col {
    display: table-cell;
    width: 50%;
    vertical-align: top;
}

.search-page {
    display: none;
}

.ul-lvl1 > li > a {
    font-weight: bold;
}

.ul-lvl1 > li > a.active {
    color: #c01129;
}

#breadcrumb {
    font-size: 13px;
    padding-bottom: 15px;
}

#breadcrumb a, .catalog .name {
    color: blue;
}

.filter-sort {
    padding-bottom: 20px;
    font-size: 13px;
}

.item-empty {
    order: 9999999;
}

.filter-sort {
    line-height: 20px;
}

#content .filter-sort span {
    display: inline-block;
    margin-right: 10px;
}

#content .filter-sort a {
    display: inline-block;
    padding: 3px 18px 3px 7px;
    color: blue;
    border-radius: 3px;
}

#content .filter-sort a.active {
    color: #fff !important;
}

.filter-sort .active.asc {
    background: blue url("/bitrix/templates/alimp_new/i/sort_desc.png") 90% center no-repeat;
}

.filter-sort .active.desc {
    background: blue url("/bitrix/templates/alimp_new/i/sort_asc.png") 90% center no-repeat;
}

h2.bx_ordercart_itemtitle a {
    color: #000 !important;
}

.arrears img {
    vertical-align: middle;
    margin-right: 10px;
}

.arrears {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    animation: blink1 1s linear 3;
}

.arrears span {
    white-space: nowrap;
}

@keyframes blink1 {
    0% {
        opacity: 1;
        transform: scale(0.9);
    }
    100% {
        opacity: 0;
        transform: scale(1);
    }
}

.arrears-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
    font-family: arial;
}

.arrears-table th {
    padding: 7px 4px;
}

.arrears-table-th1 th {
    background-color: #ffcb99;
    border-bottom: 2px solid #000;
}

.arrears-table-th2 th {
    background-color: #f8f2da;
    border-bottom: 2px solid #000;
}

.arrears-table td {
    border: 1px solid #000;
    padding: 7px 4px;
}

.arrears-table .cred {
    color: red;
}

.product-layer-arrears .product-layer-close {
    right: -50px;
    top: -50px
}

.new-brand {
    padding-top: 40px;
}

.new-brand .title {
    color: blue;
    padding-bottom: 20px;
    font-weight: bold;
    font-size: 18px;
}

.new-brand .item {
    color: #c01129;
    display: inline-block;
    width: 50px;
    height: 50px;
}

.new-brand .item img {
    width: 100%;
    animation: new-brand 3s linear infinite;
}

.catalog .prices {
    display: flex;
    justify-content: center;
    bottom: 45px;
    padding: 10px;
    position: absolute;
    width: 100%;
    align-items: center;
}

.catalog .price {
    background-color: #fff;
    position: relative;
    font-family: arial;
    font-size: 20px;
}

.catalog .old-price {
    font-size: 16px;
    position: relative;
    font-weight: bold;
    font-family: arial;
    white-space: nowrap;
    margin-left: 50px;
}

.prices-has-old .price {
    background-color: #00A600;
    border-radius: 50%;
    min-width: 80px;
    text-align: center;
    color: #fff;
    padding: 5px 10px;
    font-family: arial;
    font-size: 18px;
}

.catalog .old-price:before {
    content: '';
    position: absolute;
    display: block;
    background-color: #c01129;
    width: 50px;
    height: 1px;
    transform: rotate(-35deg);
    margin: 8px 0 0 -12px;
}

@keyframes new-brand {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(-10deg);
    }

    50% {
        transform: rotate(10deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.quantity-fail {
    position: fixed;
    border: 3px solid #c01129;
    background-color: #fff;
    top: 50%;
    left: 50%;
    width: 500px;
    min-height: 100px;
    margin: -50px 0 0 -250px;
    z-index: 1000;
}

.quantity-fail-box {
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
    padding: 20px;
}

.quantity-fail-close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.quantity-fail p {
    line-height: 30px;
    margin: 0;
    display: block;
}

.product-price {
    position: relative;
    width: 200px;
    height: 100px;
    text-align: center;
}

.product-box {
    display: flex;
}

.product-box img {
    max-width: 500px;
}

.product-left img {
    max-width: 500px;
}

.nav-page {
    text-align: center;
}

.nav-page a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
}

.nav-page .active {
    background-color: #c01129;
    color: #fff !important;
}

.nav-page-button {
    background: url("/bitrix/templates/alimp_new/i/arrow.png") center no-repeat;
}

.nav-page-button-prev {
    transform: rotate(90deg);
    margin-right: 20px;
}

.nav-page-button-next {
    transform: rotate(-90deg);
    margin-left: 20px;
}

.main-slider {
    position: relative;
    margin: 0 0 40px 0;
}

.main-slider img {
    width: 100%;
    height: auto;
    display: block;
}

.photo-preview {
    display: flex;
    align-items: center;
    justify-content: center;
}

.photo-preview a {
    display: flex;
    width: 100px;
    height: 100px;
    border: 2px solid #e1e1e1;
    margin: 10px 5px;
    justify-content: center;
    overflow: hidden;
    padding: 2px;
}

.photo-preview .active {
    border-color: #c01129;
}

/*
.photo-preview img {
	max-width: 100%;
	max-height: 100%;
}*/

.photo .active {
    display: block;
    opacity: 1;
}

.photo .passive {
    display: none;
    opacity: 0;
}

.catalog .photo {
    position: relative;
}

.photo-nav-link {
    position: absolute;
    background: url("/bitrix/templates/alimp_new/i/arrow.svg") no-repeat center;
    background-size: 30px;
    width: 50px;
    height: 50px;
    top: calc(50% - 25px);
}

.photo-nav-prev {
    transform: rotate(180deg);
}

.photo-nav-next {
    right: 0;
}

.catalog .item img {
    max-width: 100%;
    margin: auto;
}

.product-layer {
    position: relative;
}

.photo-nav-full-link {
    position: absolute;
    background: url("/bitrix/templates/alimp_new/i/arrow.svg") no-repeat center;
    background-size: 50px;
    width: 50px;
    height: 50px;
    top: calc(50% - 25px);
    cursor: pointer;
}

.photo-nav-full-prev {
    transform: rotate(180deg);
}

.photo-nav-full-next {
    right: 0;
}

.product-layer .photo {
    position: relative;
}

.price-warning {
    display: block;
    z-index: 1;
    position: relative;
}

.price-warning__value {
    display: inline-block;
    border: 2px solid #c01129;
    padding: 4px;
}

.price-warning__text {
    display: block;
    background-color: #fff;
}

.price-warning--list {
    margin-top: 15px;
    font-size: 14px;
    height: 30px;
}

.price-warning--detail {
    font-size: 24px;
    margin-bottom: 10px;
    color: #c01129;
}

.price-warning--detail .price-warning__value {
    padding: 4px 7px;
}

.col-cart__link {
    display: block;
    text-align: center;
    font-size: 13px;
}

.col-cart__title {
    display: block;
    padding-top: 4px;
}

.col-cart__cash .col-cart__title {
    color: #c01129;
}

.col-cart__photo {
    display: block;
    margin: auto;
}

.col-cart__photo {
    max-width: 30px;
}

.auth__links a {
    color: blue;
    font-size: 13px;
    font-weight: bold;
    margin-top: 10px;
}

.catalog-cash-cart {
    top: 0;
    padding: 10px;
    position: absolute;
    width: 100%;
}

.catalog-cash-cart__text {
    font-size: 13px;
    color: #c01129;
    text-align: center;
    padding: 0 0 5px;
}

.catalog-cash-cart .price {
    color: #c01129;
}

.catalog-cash-cart-discount {
    display: flex;
    justify-content: space-around;
}

.catalog-cash-cart-discount .old-price {
    margin: 0 0 0 20px;
    padding: 2px;
}

.catalog-cash-cart-discount .price {
    background-color: #c01129 !important;
    color: #fff;
}

#content .button--black {
    color: #000;
    border-color: #000;
}

#content .button--black:hover {
    color: #fff;
    background-color: #000;
}

.move-product {
    padding-top: 20px;
}

.move-product input[type=text] {
    display: inline-block;
    border: 1px solid #ccc;
    line-height: 30px;
    vertical-align: top;
    background-color: #fff;
    text-align: center;
    width: 50px;
    padding: 0;
    margin-right: 10px;
}

.disabled-cart:not(.in-cart-form-add) {
    opacity: 0.2;
    position: relative;
}

.disabled-cart:not(.in-cart-form-add) .disabled-cart-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 100;
}

.bx_ordercart .bx_ordercart_order_table_container .bx_ordercart_photo {
    background-size: contain !important;
}

.utl {
    border: 2px solid #0FBAB5;
    border-radius: 50%;
    padding: 5px;
    margin-left: 10px;
    font-size: 13px;
}

.quantity-bg {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

.header-sale {
    font-size: 13px;
    text-align: center;
    cursor: pointer;
    color: blue;
    font-weight: bold;
}

.header-sale:hover {
    color: #000;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.brand-slider__item {
    border: 1px solid #efefef;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 69px;
    border-radius: 4px;
    border-bottom: 4px solid #c01129;
}

.brand-slider__photo {
    display: block;
    width: 100%;
    object-fit: contain;
    height: 100%;
}

.brand-slider .owl-stage-outer {
    /*margin: 0 30px 0 40px;*/
}

.brand-slider .owl-nav {
    position: absolute;
    top: 0;
    width: 100%;
}

.brand-slider .owl-nav button {
    display: flex;
    height: 69px;
    width: 35px;
    align-items: center;
    justify-content: center;
    background: #fff url("/bitrix/templates/alimp_new/i/arrow.svg") no-repeat center;
    background-size: 20px;
    position: absolute;
}

.brand-slider button.owl-prev {
    transform: rotate(180deg);
}

.brand-slider button.owl-next {
    right: 0;
}

.brand-slider .owl-nav span {
    font-size: 0;
    display: none;
}