* {
    padding: 0;
    margin: 0;
}

body {
    width: 100vw;
    background-color: #fff;
    font-family: 'Helvetica Light';
    font-size: 16px;
    line-height: 1.5;
    color: #212121;
    overflow-x: hidden;
}
.site {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

.site__content {
  flex: 1;
}
@font-face {
    font-family: 'Helvetica Light';
    src: url('../fonts/HelveticaNeueCyr-Light.eot');
    src: url('../fonts/HelveticaNeueCyr-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/HelveticaNeueCyr-Light.woff') format('woff'),
    url('../fonts/HelveticaNeueCyr-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Helvetica Bold';
    src: url('../fonts/HelveticaNeueCyr-Bold.eot');
    src: url('../fonts/HelveticaNeueCyr-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/HelveticaNeueCyr-Bold.woff') format('woff'),
    url('../fonts/HelveticaNeueCyr-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
h1 {
    font-family: 'Helvetica Light';
    font-size: 1.875rem;
    line-height: 1.2;
    margin-bottom: 30px;
}
h2 {
    font-family: 'Helvetica Light';
    font-size: 1.875rem;
    line-height: 1.2;
}
h3 {
    font-family: 'Helvetica Light';
    font-size: 1.875rem;
    line-height: 1.2;
}
p {
    font-size: 16px;
    line-height: 1.5;
}
a {
    color: #212121;
    text-decoration: none;
}
a:hover {
    color: #c7ae5c;
}
a:focus,
a:active {
    outline: none;
}
ul {
    padding-left: 30px;
}
ul li {
    padding: 5px 0;
    line-height: 1.6;
}
.form-control:focus {
    color: #222;
    background-color: #fff;
    border-color: #c7ae5c;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(199,174,92,.25);
}
.main__btn {
    display: inline-block;
    padding: 10px 30px;
    border: solid 1px #ebdaa1;
    background-color: transparent;
    transition: all .3s ease-out;
}
.main__btn:hover {
    background-color: #ebdaa1;
    text-decoration: none;
    color: #212121;
    cursor: pointer;
}
.main__btn:focus {
    background-color: transparent;
    outline: none;
}
.ajax__more__btn {
    display: inline-block;
    padding: 10px 0px;
    border: solid 1px #ebdaa1;
    background-color: transparent;
    transition: all .3s ease-out;
}
.ajax__more__btn:hover {
    background-color: #ebdaa1;
    text-decoration: none;
    color: #212121;
    cursor: pointer;
}
.ajax__more__btn:focus,
.ajax__more__btn:active {
    background-color: transparent;
    outline: none;
    box-shadow: none;
}


.header__top {
    background-color: #f4f4f4;
    padding: 15px 0;
}
.header__top__menu {
    margin: 0;
    padding-left: 0;
}
.header__top__menu li {
    display: inline-block;
    padding: 0 5px;
}
.header__top__menu li a {
    font-size: 14px;
    line-height: 1;
    color: #28292d;
    text-decoration: none;
    transition: .5 ease;
}
.header__top__menu li a:hover {
    color: #c7ae5c;
    text-decoration: none;
}

.header__main {
    background-color: #fff;
    padding: 25px 0px;
}
.header__logo {
    width: 100%;
}
.header__worktime {
    line-height: 1.4;
    padding-left: 30px;
}
.header__main__top {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.header__phone {
    position: relative;
    float: left;
    width: 60%;
}
.header__phone:before {
    content: "";
    display: block;
    background: url(../img/icons/phone-icon.png) no-repeat;
    width: 19px;
    height: 19px;
    position: absolute;
    top: 5px;
    left: -30px;
}
.header__phone p {
    margin-bottom: 5px;
    font-size: 30px;
    line-height: 1;
}
.header__phone p span {
    color: #c7ae5c;
}
.header__links {
    position: relative;
    float: left;
    width: 40%;
}
.header__links a {
    display: inline-block;
    color: #28292d;
    padding-bottom: 3px;
    margin-bottom: 3px;
    border-bottom: dotted 1px #28292d;
    line-height: 1;
}
.header__links a:hover {
    text-decoration: none;
}
.header__main__bottom {
    position: relative;
    float: left;
    width: 100%;
}
.header__main__bottom input.form-control {
    border-radius: 0;
    padding: .375rem 2.75rem .375rem .75rem;
}
.search__input {
    padding-right: 50px;
}
.search__btn {
    border: none;
    background-color: transparent;
    position: absolute;
    top: 0;
    right: 0;
    height: 38px;
    padding: 0 15px;
    filter: grayscale(1);
}
.search__btn:hover {
    cursor: pointer;
    filter: grayscale(0);
}
.search__btn:focus {
    outline: none;
}

.header__nav {
    background-color: #28292d;
}
.header__nav__menu {
    margin: 0;
    padding-left: 0;
}
.header__nav__menu li {
    display: inline-block;
    padding: 0;
    transition: 0.5s ease;
}
.header__nav__menu li a {
    position: relative;
    display: inline-block;
    color: #c7ae5c;
    text-decoration: none;
    text-transform: uppercase;
    padding: 20px 20px 20px 50px;
}
.header__nav__menu li:hover a {
    color: #ffdc73;
}
.nav__antiques:before {
    content: "";
    display: inline-block;
    background: url(../img/icons/nav-icons.png) no-repeat;
    width: 19px;
    height: 26px;
    background-position: 0 0;
    position: absolute;
    top: 18px;
    left: 20px;
}
.nav__vintage:before {
    content: "";
    display: inline-block;
    background: url(../img/icons/nav-icons.png) no-repeat;
    width: 21px;
    height: 26px;
    background-position: -20px 0;
    position: absolute;
    top: 18px;
    left: 20px;
}
.nav__pictures:before {
    content: "";
    display: inline-block;
    background: url(../img/icons/nav-icons.png) no-repeat;
    width: 26px;
    height: 26px;
    background-position: -41px 0;
    position: absolute;
    top: 19px;
    left: 18px;
}
.nav__sale:before {
    content: "";
    display: inline-block;
    background: url(../img/icons/nav-icons.png) no-repeat;
    width: 19px;
    height: 26px;
    background-position: -57px 0;
    position: absolute;
    top: 15px;
    left: 20px;
}
.basket__wrapper {
    text-align: center;
    font-size: 16px;
    line-height: 1.2;
}
.basket__icon {
    background: url(../img/icons/basket-icon.png) no-repeat;
    width: 28px;
    height: 35px;
    margin: 15px auto 15px;
    padding-top: 13px;
}
.basket__icon span {
    color: #fff;
}

main {
    flex: 1;
    padding: 50px 0;
}
.brands__block__wrapper {
    margin-bottom: 50px;
}
.brand__tile {
    text-align: center;
}
.brand__tile img {
    filter: grayscale(100%);
    transition: .5s ease;
}
.brand__tile img:hover {
    filter: grayscale(0%);
}
.mainpage__about h3 {
    margin-bottom: 30px;
}
.mainpage__sidebar__title h3 {
    margin-bottom: 30px;
}
.mainpage__about__illustration {
    margin-bottom: 30px;
}
.mainpage__about__illustration img {
    width: 100%;
}
.news__thumb {
    margin-bottom: 30px;
}
.news__thumb__image {
    margin-bottom: 15px;
    overflow: hidden;
}
.news__thumb__image img {
    width: 100%;
    transition: all 1s ease;
}
.news__thumb a {
    color: #28292d;
    line-height: 1.4;
}
.news__thumb:hover .news__thumb__image img {
    transform: scale(1.1);
}
.more__news__block {
    text-align: right;
    padding-right: 40px;
}
.more__link {
    position: relative;
}
.more__link:after {
    content: "";
    display: inline-block;
    background: url(../img/icons/more-arrow.png) no-repeat;
    width: 19px;
    height: 5px;
    position: absolute;
    top: 7px;
    right: -30px;
    transition: .5s ease;
}
.more__link:hover::after {
    top: 7px;
    right: -35px;
}
.collections__menu__wrapper {
    border-bottom: solid 1px #28292d;
    margin-bottom: 30px;
}
.collections__menu__title {
    padding: 15px;
    margin-bottom: 10px;
    background-color: #28292d;
    color: #fff;
    line-height: 1;
}
.collections__menu {
    margin-bottom: 10px;
    padding-left: 15px;
}
.collections__menu li {
    display: inline-block;
    padding: 5px 0 5px 15px;
}
.product__listing {
    margin-bottom: 20px;
}
.product__item__wrapper {
    margin-bottom: 30px;
}
.product__item {
    width: 100%;
    height: 100%;
    padding: 20px;
    outline-color: #ebdaa1;
    transition: .1s ease;
}
.product__item:hover,
.product__item:focus {
    outline: 5px solid #ebdaa1;
    outline-offset: 0px;
    transition: .3s ease;
}
.product__item__image {
    margin-bottom: 20px;
    overflow: hidden;
    text-align: center;
}
.product__item__image img {
    width: 100%;
    max-width: 200px;
}
.product__item__link {
    text-align: center;
    margin-bottom: 20px;
}
.product__item__price {
    font-size: 24px;
    line-height: 1;
    color: #c7ae5c;
    text-align: center;
}
.product__item__old__price {
    width: 100%;
    font-size: 18px;
    line-height: 1;
    margin-bottom: 10px;
    color: #767676;
    text-decoration: line-through;
}
.sale__tag {
    position: absolute;
    top: 0;
    right: 15px;
    background-color: #ff0000;
    color: #fff;
    padding: 5px 15px;
}

/* Pagination */
.pagination__wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}
.pagination {
    margin-bottom: 50px;
}
.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #212121;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.page-item.active .page-link {
    z-index: 1;
    color: #212121;
    background-color: #ebdaa1;
    border-color: #ebdaa1;
}
.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #ebdaa1;
}
.page-item .page-link {
    border-color: #ebdaa1;
}
.page-link:hover {
    color: #212121;
    text-decoration: none;
    background-color: #f9f7f2;
}
.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(235,218,161,.25);
}

/* Sidebar Filter */
.filter__wrapper {
    width: 100%;
    border: solid 1px #ebdaa1;
    padding: 25px 0;
    margin-bottom: 50px;
}
.filter__wrapper hr {
    background-color: #ebdaa1;
}
.filter__title {
    font-family: 'Helvetica Bold';
    font-size: 16px;
    margin-bottom: 20px;
    
}
.filter__title__brands {
    padding: 0 25px;
}
.brands__menu {
    list-style: none;
    padding: 0;
}
.brands__menu li {
    padding: 10px 25px;
}
.brands__menu li:hover {
    background-color: #ebdaa1;
}
.brands__menu li.active {
    background-color: #ebdaa1;
}

.brands__menu li a {
    display: block;
}
.brands__menu li a:hover {
    color: #212121;
    text-decoration: none;
}
.sibebar__filter__block {
    padding: 0 25px;
}

/* Product Page Styles */
.product__title {
    margin-bottom: 20px;
}
.product__price {
    margin-bottom: 30px;
}
.product__main__price {
    display: block;
    font-family: 'Helvetica Bold';
    font-size: 30px;
}
.product__old__price {
    display: block;
}
.product__buttons__wrapper {
    margin-bottom: 30px;
}
.add__cart__btn {
    display: inline-block;
    padding: 10px 30px;
    border: solid 1px #ebdaa1;
    background-color: transparent;
    transition: all .3s ease-out;
}
.add__cart__btn:hover {
    background-color: #ebdaa1;
    text-decoration: none;
    color: #212121;
    cursor: pointer;
}
.add__cart__btn:focus {
    background-color: transparent;
    outline: none;
}
.product__characteristic {
    width: 100%;
}
.product__characteristic tr {
    border-bottom: dotted 1px #dbdbdb;
}
.product__characteristic tr:last-child {
    border-bottom: none;
}
.product__characteristic tr td {
    padding: 10px 0;
}
.product__characteristic tr td:first-child {
    width: 40%;
}
.product__characteristic tr td:last-child {
    width: 60%;
}

footer {
    background-color: #28292d;
    color: #fff;
    padding: 50px 0;
}
.footer__copyright {
    margin-bottom: 30px;
}

/* Breadcrumbs styles */
.B_crumbBox {
    padding-left: 0;
}
.B_crumbBox li {
    display: inline-block;
}

/* Cart styles */
.alert-info {
    color: #212121;
    background-color: #ebdaa1;
    border-color: #c7ae5c;
}
.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

/* m2Filter styles */
.mse2_selected_link {
    display: inline-block;
    background-color: #ebdaa1;
    padding: 5px 15px 5px 10px;
    border-radius: .25rem;
    margin-left: 5px;
    margin-bottom: 5px;
}
.mse2_selected_link:hover {
    text-decoration: none;
    background-color: #ebdaa1;
}
.mse2_selected_link sup {
    right: -.5em;
}
.mse2_selected_link:hover sup {
    text-decoration: underline;
    color: #ff0000;
}

/* Modal Window Styles */
.modal-content {
    border-radius: 0;
    border: solid 1px #ebdaa1;
    background-clip: unset;
    box-shadow: 0 0 15px #ebdaa1;
}
.modal-header {
    border-bottom: solid 1px #ebdaa1;
}
.modal-title {
    margin: 0 auto;
    display: block;
    width: 100%;
}
.modal-close {
    position: absolute;
    right: -25px;
    z-index: -1;
}
button.close {
    background-color: #ebdaa1;
    opacity: .8;
}

.owl-carousel {
    margin-bottom: 30px;
}
.owl-carousel .item {
    height: 400px;
    overflow: hidden;
}

.short__news__item {
    border-bottom: dotted 1px #dbdbdb;
    padding: 10px 0;
}
.short__news__wrapper {
    margin-bottom: 50px;
}
.short__news__wrapper .short__news__item:last-child {
    border-bottom: none;
}
.separate__wrapper {
    padding: 0 25px;    
}
#mse2_filters .mse2_number_slider {
    margin-bottom: 20px !important;
}
#mse2_selected_wrapper {
    display: inline;
}

/* Cart */
.cart-header {
display: flex;
border-bottom: solid 1px #f5f5f5;
padding-bottom: 5px;
}
.cart-item {
display: flex;
padding: 10px 0;
border-bottom: solid 1px #f5f5f5;
}
.thumb-holder {
display: block;
width: 100%;
height: 100px;
overflow: hidden;
background-color: #fff;
text-align: center;
}
.thumb-holder img {
height: 100%;
}
.del-btn-wrapper {
position: absolute;
top: -10px;
right: 10px;
}
.cart-item .title,
.cart-item .quantity {
padding-top: 25px;
}
.cart-item .quantity input {
width: 100%;
}
.cart-item .price {
padding-top: 30px;
}
.total-price {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.total-price-text,
.total-price-cost {
    display: flex;
}
.del-btn {
border: 0;
padding: 5px 5px 0;
color: #fff;
}
.del-btn:hover {
background-color: #ff0000;
}
.material-icons-del {
    background-image: url(../../images/icons/baseline-close-24px.svg);
    width: 24px;
    height: 24px;
    display: inline-block;
}
.widget.cart-summary {
border: solid 1px #dbdbdb;
padding: 15px;
}
.widget.cart-summary h1 {
font-size: 30px;
line-height: 30px;
padding-bottom: 15px;
margin-bottom: 30px;
border-bottom: solid 1px #dbdbdb;
}
.widget.cart-summary ul {
margin-bottom: 30px;
}
.widget.cart-summary ul li {
list-style: none;
}


.box-wrapper {
    border: solid 1px #dbdbdb;
    padding: 20px;
    margin-bottom: 20px;
}
.box-wrapper h4 {
    font-size: 18px;
    margin-bottom: 20px;
}
.box-wrapper textarea {
    resize: none;
}
.fotorama__thumb {
    background-color: #ffffff !important;
    background-color: rgba(256,256,256,1) !important;
}

.fotorama__wrap {
    margin: 0 auto;
}
.fotorama__fullscreen-icon {
    
}
.fotorama__nav-wrap {
    margin-top: 30px;
}

.payment__page__block {
    border: solid 1px #dbdbdb;
    padding: 20px;
    margin-bottom: 30px;
}
#msOrder {
    margin-top: 0 !important;
    display: flex;
    flex-flow: wrap;
}

.product__old__price {
    text-decoration: line-through;
}
#mse2_results {
    margin-left: 0;
}

/* Sweep To Top */
.hvr-sweep-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-top:hover, .hvr-sweep-to-top:focus, .hvr-sweep-to-top:active {
  color: white;
}
.hvr-sweep-to-top:hover:before, .hvr-sweep-to-top:focus:before, .hvr-sweep-to-top:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

/* Sweep To Bottom */
.hvr-sweep-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-bottom:hover, .hvr-sweep-to-bottom:focus, .hvr-sweep-to-bottom:active {
  color: white;
}
.hvr-sweep-to-bottom:hover:before, .hvr-sweep-to-bottom:focus:before, .hvr-sweep-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.mse2_sort_wrapper {
    text-align: right;
    margin-bottom: 30px;
}
#mse2_selected {
    margin-bottom: 30px;
}
.owl-carousel.owl-drag .owl-item {
    padding-top: 5px;
}
.sidebar__banner {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}
.sidebar__banner img {
    width: 100%;
}
.comisia__form__wrapper {
    background-color: #f9f9f9;
    padding: 20px;
    border: solid 1px #dbdbdb;
    text-align: center;
}
.multiple__input:hover,
.multiple__input:focus,
.multiple__input:active {
    outline: none;
}
.thanks__wrapper {
    position: relative;
    width: 100%;
    background-color: #f9f9f9;
    border: solid 1px #ebdaa1;
    padding: 20px;
    text-align: center;
}

/* Mobile */
.mobile__search__wrapper {
    position: fixed;
    top: -60px;
    width: 100%;
    background-color: #fff;
    border-bottom: solid 1px #ebdaa1;
    padding: 15px 0;
    z-index: 9;
    transition: all .3s ease-out;
}
.mobile__search__wrapper.active {
    top: 60px;
}
.header__phone__link:hover,
.header__phone__link:focus {
    color: #212121;
    text-decoration: none;
}