.container {
  width: 737px;
}

/* MAIN HEADER */

.mh-search {
    position: relative;
}

.mh-search-input {
    right: 0;
    left: auto;
    top: -5px;
    width: auto;
     transform-origin: right center; 
     transform: scaleX(0); 
    float: left;
    margin-right: 10px;
    position:relative;
}
.active .mh-search-input {
    transform: scaleX(1);
}

.mh-search-input input {
    width: 150px;
    border: 1px solid #948354;
}

/* MAIN SLIDER */

.slider {
  background: none;
}

.flex-scroll__title {
  font-size: 13px;
}

.flex-scroll__list {
  flex-wrap: wrap;
  overflow: visible;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}

.flex-scroll__heading {
  font-size: 24px;
}

.flex-scroll__link:hover .flex-scroll__img {
  background-color: #ae9b64;
}

/* HOME BANNER LIST */

.banner {
  width: 33.33%;
  display: inline-flex;
  margin-bottom: 10px;
  padding-left:5px;
  padding-right:5px;
}

.banner a {
  display: block;
  overflow: hidden;
  width:100%;
}

.banner__picture {
    transition: all 0.4s;
    width: 100%;
}
.banner__picture img{
    width: 100%;
}
.banner:hover .banner__picture {
  transform: scale(1.1);
}

/* INNER PAGES */

.page {
  min-height: 550px;
  padding-top: 80px;
}

.page-title {
    margin-bottom: 10px;
}

.page-title h1 {
  font-size: 24px;
}

.half {
    width: 50%;
}

/* CATEGORIES */

.categories .container {
  display: flex;
  flex-wrap: wrap;
}

.category-item {
  width: 49%;
  padding: 0 5px;
}

/* PRODUCTS */

.products-item {
  width: 33.33%;
  border-right: 1px solid #ebebeb;
}

.products-item:first-child,
.products-item:nth-child(n + 3) {
  border-left: 1px solid #ebebeb;
}

.products-item.products-workshop-item {
    width: 33.33%;
    border-right: 0px solid #ebebeb;
}
    .products-item.products-workshop-item .products-img {
        margin-bottom:20px;
    }
        .products-title, .products-price {
        font-size: 16px;
    }
.products-item.products-workshop-item .products-title {
    text-align:center;
}
/* PRODUCT DETAIL */
.product-detail-left {
    width: 47.08333333333333%;
}

.product-detail-right {
    width: 52.91666666666667%;
    padding-left: 50px;
}

.product-slider .owl-dot {
  width: 12px;
  height: 12px;
}

/*.product-slider .item img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 55vh;
  min-height: 360px;
  margin: 0 auto;
}*/

.product-slider-big {
    width: 76.8141592920354%;
}

.product-slider-nav {
    width: 23.1858407079646%;
    padding-left: 40px;
}

.product-slider-nav {
    display: block;
}

.product-slider-nav .item {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    cursor: pointer;
}

.product-slider-nav .item::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    -ms-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg);
    background: url(/Content/WebsiteTemplate/img/long-arrow-right-white.svg) no-repeat 50% 50%;
    width: 30px;
    height: 30px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    opacity: 0;
    z-index: 3;
}

.product-slider-nav .item::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(174, 154, 99, 0.5);
    z-index: 1;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    opacity: 0;
}

.product-slider-nav .slick-current.slick-active .item::after,
.product-slider-nav .slick-current.slick-active .item::before {
    opacity: 1;
}

.product-slider-nav .item img {
    width: 100%;
}

.cf-send-btn,
.contact-form .cf-send-btn {
    font-size: 18px;
}

.product-desc-title {
  font-size: 20px;
}

/* PAST ORDERS */

.past-order-item {
  align-items: flex-start;
}

.past-order-title {
  font-size: 18px;
}

.past-order-bottom {
  margin-top: 5px;
}

.past-order-count,
.past-order-date,
.past-order-status {
  font-size: 16px;
}

.rp-title {
    margin-bottom: 45px;
}

.related-products .products-item {
    width: 20%;
}

/* BASKET */

.order-steps {
    margin-bottom: 40px;
}

.order-steps-list::after {
    top: 32px;
}

.order-steps-number {
    width: 60px;
    height: 60px;
    line-height: 62px;
}

.order-steps-title {
    font-size: 16px;
}

.basket-list-title {
    font-size: 24px;
}

.basket-item-title {
    font-size: 20px;
}

.basket-item-text .product-count {
  flex: 0 1 150px;
}

.basket-item-text .product-select-title {
  flex: auto;
}

.new-os-special-items .basket-item-text .product-select-title {
    flex: auto;
}
.new-os-special-items .product-select-count {
    padding: 0 7px 0 0;
}
.new-os-other-items .product-select-count {
    padding: 0 7px 0 0;
}
.basket-item-del {
    margin-left: auto;
}

.address-container-top {
    margin-bottom: 30px;
}

.address-item {
    width: 33.33%;
}

.address-container-title {
    font-size: 21px;
}

.address-item-title {
    font-size: 18px;
}

.address-item-desc {
    font-size: 15px;
}

.basket-summary-title {
    font-size: 18px;
}

.basket-summary-desc {
    font-size: 16px;
}

/* BASKET PAYMENT */

.payment-tabs ul li,
.payment-tabs ul li a {
    display: inline-block;
}

/* BASKET ORDER REVIEW */
.order-review-data {
    display: flex;
    margin-bottom: 30px;
}

.billing-info-wrap,
.shipping-info-wrap {
    width: 50%;
}

.billing-info,
.payment-method-info,
.shipping-info,
.shipping-method-info {
    text-align: left;
}

.payment-method-info, .shipping-method-info {
    margin-top: 20px;
}

.os-shipping-method{
    margin-bottom: 0px;
}

/* PROFILE */

.profile-sidebar {
    width: 22%;
    margin-bottom: 0;
}

.profile-content {
    width: 78%;
    padding-left: 40px;
}

.profile-main-title {
    margin-bottom: 25px;
}

.profile-content-inner {
    max-width: 500px;
}

.pal-item {
    width: 50%;
}

/* FOOTER */

.footer-logo {
  text-align: left;
}

/* MEDIA */

@media(min-width: 768px){
    .flex-lg {
        display: flex;
        flex-wrap: wrap;
    }

    .basket-left {
        width: 70%;
        padding-right: 50px;
    }

    .basket-right {
        width: 30%;
    }

    .basket-summary {
        position: sticky;
        top: 60px;
    }
}
@media(max-width:1280px) {

    .mh-search-input input {
        width: 98px;
    }
}
@media(max-width:1279px) {
    .flex-scroll__title {
        font-size: 11px;
    }
    .banner__title {
        font-size: 16px;
    }
}
@media(min-width: 1280px) {
    .container {
        width: 1200px;
        padding:0 0;
    }
}
@media(max-width: 1279px) and (min-width: 1024px) {
    .container {
        width: 1024px;
    }
}
@media (max-width:1023px) {
    .flex-scroll__item {
        width: 20%;
    }
    .banner__title {
        width: 80%;
    }
}
.container {
    padding: 0 0 !important;
}