@media screen and (min-width: 769px) {
  .hide-on-mobile {
    display: inline-block;
    visibility: visible;
  }
  .hide-on-desktop {
    display: none;
    visibility: hidden;
  }
}
@media only screen and (max-width: 1600px) {
  .page-padding {
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-header div {
    width: 30%;
  }
}
@media screen and (min-width: 769px) {
  .headerSection .mainNavigation__links {
    max-height: 75vh;
  }
}
@media screen and (min-width: 790px) {
  .headerSection  {
    min-width: 660px;
  }
}
@media screen and (min-width: 950px) {
  .headerSection .headerSection__shopData > span:nth-child(1),
  .headerSection .headerSection__shopData > span:nth-child(2) {
    display: inline-block;
  }
}
@media screen and (min-width: 1000px) {
  .headerSection  {
    min-width: 880px;
  }
}
@media screen and (min-width: 1220px) {
  .headerSection  {
    min-width: 1100px;
  }
}
@media screen and (min-width: 1400px) {
  .headerSection.headerSection__bg > .headerSection__row {
    max-width: 1400px;
    margin: 0 auto;
  }
  .headerSection  {
    min-width: 1150px;
  }
}
@media screen and (min-width: 1400px) {
  .customer__flexboxContainer {
    max-width: 1400px;
    margin: 70px auto;
  }
  .customer .customer__menu {
    padding-left: 0;
    align-self: flex-start;
  }
  .customer .customer__orderContent {
    width: 1140px;
    margin-left: calc(50% - 700px);
  }
}
@media screen and (min-width: 950px) {
  .customer .customer__menu ul {
    min-width: 235px;
  }
  .customer .customer__orderContent .orderContent__productDetails,
  .customer
    .customer__orderContent
    .orderContent__productsRow.orderContent__titleRow {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .customer .customer__orderContent .orderContent__productDetails span {
    margin: 0;
    padding: 0;
    line-height: 2;
  }
  .customer .customer__orderContent .customer__title,
  .customer .customer__orderContent .orderContent__price {
    min-width: 122px;
    text-align: center;
  }
  .customer .customer__orderContent .customer__title:first-of-type {
    text-align: left;
  }
  .customer .customer__orderContent .customer__title {
    font-size: 12px;
    font-weight: 300;
    padding-bottom: 8px;
  }
  .customer
    .customer__orderContent
    .orderContent__additionalInformation
    .customer__title {
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 25px;
  }
  .hide-on-mobile-order {
    display: inline-block;
    visibility: visible;
  }
  .hide-on-desktop-order {
    display: none;
    visibility: hidden;
  }
  .customer .customer__orderContent .orderContent__productsRow {
    width: 100%;
    position: relative;
  }
  .customer .orderContent__deliveryInfo {
    justify-content: flex-start;
    width: 53%;
  }
  .customer .orderContent__summary {
    width: 40%;
  }
  .customer .orderContent__additionalInformation {
    display: flex;
    justify-content: space-between;
  }
  .customer .customer__orderContent .orderContent__productTitle {
    width: 30%;
  }
  .customer .orderContent__complainBtn {
    position: absolute;
    bottom: 8px;
  }
  .customer__orderContent .orderContent__productsRow {
    justify-content: flex-end;
  }
}
@media screen and (min-width: 870px) and (max-width: 949px) {
  .customer .customer__orderContent .orderContent__productsRow {
    width: 280px;
  }
  .customer .customer__orderContent .orderContent__productsTable {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .customer
    .customer__orderContent
    .orderContent__productsRow.orderContent__titleRow {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .customer .customer__contentSection.customer__contentBox.editSection-js {
    width: 80%;
    max-width: 630px;
    padding: 70px 110px 50px;
  }
  .customer
    .customer__contentSection.customer__contentBox.editSection-js
    .customer__contentSection--edit {
    right: 95px;
    top: 55px;
  }
  .customer .orderContent__deliveryInfo {
    display: flex;
    flex-wrap: nowrap;
  }
  .customer .orderContent__deliveryPayment {
    width: 50%;
  }
  .customer .complaints .complaints__productBox,
  .customer .customerReviews .reviews__productBox,
  .customer .wishList .wishList__productBox {
    width: 375px;
  }
  .customer .customer__addresses .customer__contentBox {
    width: 310px;
  }
  .customer .activeOrders,
  .customer .complaints,
  .customer .completedOrders,
  .customer .customerReviews,
  .customer .customer__addresses,
  .customer .customer__consents,
  .customer .loyaltyProgram,
  .customer .wishList {
    display: flex;
    flex-wrap: wrap;
  }
  .customer .complaints > .customer__title,
  .customer .customerReviews > .customer__title,
  .customer .customer__emptySectionTitle,
  .customer .loyaltyProgram > .customer__title,
  .customer .wishList > .customer__title {
    width: 100%;
  }
  .customer .customerReviews > .customer__title {
    margin-top: -38px;
  }
  .customer .activeOrders .customer__contentSection,
  .customer .completedOrders .customer__contentSection,
  .customer .loyaltyProgram .customer__contentSection {
    width: 280px;
  }
  .customer
    .smallBoxesSection
    .customer__contentSection.customer__contentBox
    span:nth-child(2) {
    padding: 15px 0 60px;
  }
  .customer
    .customer__orderContent
    .popupDialog__complain
    .popupDialog__wrapper {
    max-width: 560px;
  }
  .customer
    .customer__orderContent
    .popupDialog__complain
    .popupDialog__wrapper
    .complain__form {
    width: 100%;
    display: block;
    margin: 20px 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 949px) {
  .hide-on-mobile-order {
    display: none;
    visibility: hidden;
  }
  .hide-on-desktop-order {
    display: inline-block;
    visibility: visible;
  }
  .customer .orderContent__deliveryInfo {
    justify-content: space-between;
  }
}
@media only screen and (max-width: 1200px) {
  .contactSection__grid {
    grid-gap: 120px 80px;
  }
}
@media only screen and (max-width: 1150px) {
  .comparerContainer .fourItems .buttons .addToCartButton {
    display: inline-block !important;
    width: auto !important;
    padding: 8px 15px !important;
  }
  .comparerContainer .fourItems .buttons .addToFavouriteButton {
    margin: 10px auto;
  }
}
@media only screen and (min-width: 971px) and (max-width: 1050px) {
  .buttons {
    margin-left: 10px !important;
    margin-right: 10px !important;
    width: calc(100% - 20px) !important;
  }
}
@media only screen and (max-width: 970px) {
  .row .property {
    border-right: none;
  }
  .row section {
    width: 75% !important;
  }
  .row section .comparerSlider {
    width: 50% !important;
  }
  .row section .lastProduct {
    border-right: 1px solid #ff9181 !important;
  }
  .comparerSlider .slick-track {
    height: calc(100% - 1px) !important;
  }
  .copmarerContainer .topSection-info .buttons {
    width: calc(100% - 40px);
  }
  .copmarerContainer .topSection-info .removeItem {
    right: 20px;
  }
  .copmarerContainer .topSection-info .productName,
  .copmarerContainer .topSection-info .buttons {
    margin-left: 20px;
    margin-right: 20px;
  }
  .copmarerContainer .topSection-info .productPrice,
  .copmarerContainer .topSection-info .previousPrice {
    margin-left: 20px;
    display: block;
  }
  .copmarerContainer .topSection-info .previousPrice {
    height: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1150px) {
  .advancedSearch {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  .advancedSearch .search {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1105px) {
  .advancedSearch
    .propertyContainer
    .productFeaturesContainer
    .productFeatures
    span {
    flex: 0 1 43%;
  }
}
@media screen and (min-width: 769px) and (max-width: 900px) {
  .banner2__title__small {
    -webkit-line-clamp: 2 !important;
  }
}
@media screen and (min-width: 769px) {
  .mobileImage2 {
    display: none;
    visibility: hidden;
  }
  .desktopImage2 {
    display: block;
    visibility: visible;
  }
}
@media only screen and (max-width: 1400px) {
  .product-details {
    margin: 0 20px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1077px) {
  .addToComparePopup {
    width: 50% !important;
  }
}
@media only screen and (min-width: 769px) {
  .product-flags span:nth-child(n + 4) {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1400px) {
  .cartSteps {
    width: 94%;
    margin: 0 auto;
  }
  .cartSteps__line {
    width: 4% !important;
    margin: 5px 10px !important;
  }
  .cartStep__name {
    font-size: 12px;
  }
  .cartContainer {
    width: 92vw;
  }
}
@media screen and (max-width: 1300px) {
  .unfinishedPayment .thankYou__form {
    width: 80% !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  main {
    max-width: 99%;
  }
  .cartInfo {
    width: 100%;
  }
  .deliveryMethod__container,
  .paymentMethod__container {
    min-width: 140px;
  }
  .deliverySetCountryInfo {
    width: 80% !important;
  }
  .messageAndAttachments {
    width: 100% !important;
  }
  .cartContainer > .productsList .cart__qty-box .cart__qty-col {
    width: 20px !important;
    height: 10px !important;
    padding: 5px 5px 20px 5px !important;
  }
  .cartContainer > .productsList .cart__qty-box .js-value {
    width: 50px !important;
    height: 10px !important;
  }
  .customerData .cart__receiver-address,
  .customerData .cart__invoice-box {
    width: 100% !important;
  }
  .customerData .cart__receiver-address .js-save-address-form,
  .customerData .cart__invoice-box .js-save-address-form {
    width: auto !important;
  }
  .finishOrder .cart__list-item--products {
    margin-right: 0 !important;
  }
  .summaryPrice > .name,
  .summaryPrice > .value {
    font-size: 17px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .cartContainer .summaryDetails div {
    font-size: 12px;
  }
  .cartContainer .summaryPrice > * {
    font-size: 16px !important;
  }
  .cartContainer .recalculatePointsPopup__container {
    width: 50% !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1030px) {
  .productsList .cart__text--unit {
    display: block;
    margin-top: 10px;
  }
}
@media screen and (max-width: 880px) {
  .finishOrder__orderStatus__notDeterminedDeliveryCost {
    width: 100% !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 830px) {
  .registerContainer__title__authRequired {
    margin-top: 66px !important;
  }
}


