html, body {
  overflow-x: hidden;
}

body {
  font-size: 16px;
  background-color: #fff;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.login-section a {
  font-size: 14px;
  color: #fff;
  font-weight: 600;
}

.CustomerLogin {
  margin-right: 16px;
}

.SellerLogin {
  display: inline-block;
  border: 1px solid #fff;
  padding: 8px 32px;
  border-radius: 80px;
}

.slider-wrapper {
  position: relative;
  z-index: 10;
}

.slider-wrapper::before {
  content: '';
  background-color: #00000047;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slider-wrapper .slider-picture img {
  max-width: 100%;
  height: auto;
  display: block;
}

.slider-wrapper .search-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.slider-wrapper .search-wrapper .heading {
  text-align: center;
  margin-bottom: 16px;
}

.slider-wrapper .search-wrapper .heading label {
  font-size: 22px;
  color: #fff;
  font-weight: 600;
}

.slider-wrapper .search-wrapper .search-inner-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider-wrapper .search-wrapper .search-inner-content .location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  height: 50px;
}

.slider-wrapper .search-wrapper .search-inner-content .location .loc_icon {
  margin-right: 5px;
}

.slider-wrapper .search-wrapper .search-inner-content .location .btn {
  background-color: transparent;
  border: 0;
  color: #000;
  padding: 0 16px;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider-wrapper .search-wrapper .search-inner-content .location .btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.slider-wrapper .search-wrapper .search-inner-content .location .btn:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.slider-wrapper .search-wrapper .search-inner-content .location ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.slider-wrapper .search-wrapper .search-inner-content .location ul li {
  padding: 0;
}

.slider-wrapper .search-wrapper .search-inner-content .search-box {
  width: 472px;
}

.slider-wrapper .search-wrapper .search-inner-content .search-box .input-group {
  margin: 0 !important;
  padding: 0;
}

.slider-wrapper .search-wrapper .search-inner-content .search-box .input-group input {
  font-size: 14px;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 50px;
}

.slider-wrapper .search-wrapper .search-inner-content .search-box .input-group .btn {
  background-color: #0aab5f;
  color: #fff;
  height: 50px;
  padding: 0 30px;
  border: 0;
  border-radius: 0;
}

.topCategory {
  background-color: #EAF9F1;
  width: 100%;
  position: relative;
}

.topCategory ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  position: relative;
}

.topCategory ul li a {
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 16px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  white-space: nowrap;
}

.topCategory ul li a img {
  margin-right: 8px;
}

.topCategory ul li a:hover {
  background-color: #0aab5f;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.topCategory .slick-prev, .topCategory .slick-next {
  border-radius: 100px;
  border: 1px solid #000;
}

.topCategory .slick-prev:before, .topCategory .slick-next:before {
  font-size: 10px;
  color: #000;
}

.latest-search {
  position: relative;
  margin: 24px 0;
}

.latest-search .latest-search-inner {
  width: 100%;
}

.latest-search .latest-search-inner .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 16px;
}

.latest-search .latest-search-inner .title h2 {
  font-size: 22px;
  color: #000;
  font-weight: 600;
}

.latest-search .latest-search-inner .title a {
  text-decoration: underline;
  font-size: 14px;
  font-weight: 500;
}

.latest-search .latest-search-inner img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

.item-box {
  z-index: 1;
  background-color: #fff;
  position: relative;
  width: 100%;
  margin: 0 0 0;
  text-align: left;
}

.item-box .picture {
  z-index: 1;
  background-color: #fff;
}

.item-box .details {
  padding: 14px 10px;
  background-color: #F5FEF9;
}

.item-box .details h2 {
  min-height: 42px;
  padding: 0 0 0 0;
  margin: 0 0 5px;
  font-size: 17px;
  line-height: 1.2;
  font-weight: normal;
}

.item-box .details h2 a {
  display: block;
  color: #000;
  font-weight: 600;
}

.item-box .details .add-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 24px;
}

.item-box .details .add-info .prices {
  font-size: 16px;
  font-weight: 600;
}

.item-box .details .add-info .prices span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.item-box .details .add-info .prices span img {
  margin-left: 8px;
}

.item-box .details .button-2 {
  background-color: #0AAB5E;
  padding: 8px 14px;
  color: #fff;
  border: 0;
  border-radius: 4px;
}

.item-box:hover {
  background-color: #fcfdff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slick-slider {
  margin: 0 -8px;
}

.slick-slide {
  padding: 0;
  text-align: center;
  margin-right: 8px;
  margin-left: 8px;
}

.recommendations {
  width: 100%;
  position: relative;
}

.recommendations .recommendations-inner {
  width: 100%;
}

.recommendations .recommendations-inner .title {
  margin: 0;
  margin-bottom: 16px;
}

.recommendations .recommendations-inner .title h2 {
  font-size: 22px;
  color: #000;
  font-weight: 600;
}

.recommendations .recommendations-inner .item-grid {
  display: -ms-grid;
  display: grid;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}
#myBtnContainer .btn:hover { background-color: #ddd;}
#myBtnContainer .btn.active {background-color: #666;color: white;}
#filterCategory .column {display: none;}
#filterCategory .show {display: block;}
/*productdetails*/
  #advancedTab {
    margin-top: 1.2rem;
    height: 80px;
  }

  #advancedTab .nav-link.active{
    background-color: transparent;
    border-color: transparent;
    border-bottom: 3px solid #1aafff;
  }

  #advancedTab .nav-link {
    border-bottom: 3px solid #dee2e6;
  }

  .image_selected {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: calc(100% + 15px);
    height: 262px;
    -webkit-transform: translateX(-15px);
    -moz-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    -o-transform: translateX(-15px);
    transform: translateX(-15px);
    border: solid 1px #e8e8e8;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
    overflow: hidden;
  }

  .image_selected img {
    max-width: 100%
  }

  .product_description {
    padding-left: 0px
  }

  .product_name {
    font-size: 20px;
    font-weight: 400;
    margin-top: 0px
  }

  .product_price {
    display: inline-block;
    font-size: 30px;
    font-weight: 500;
    margin-top: 9px;
    clear: left
  }

  .singleline {
    margin-top: 1rem;
    margin-bottom: .40rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
  }

  .selleruserimage {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
  }

  .iconsdiv {
    position: absolute;
    top: 0;
    right: 15px;
    display: flex;
  }


  .iconsdiv>.fa {
    padding: 10px;
    text-align: center;
    text-decoration: none;
    background-color: white;
    border-radius: 50%;
    border: 1px solid grey;
    margin: 7px 4px;
  }

.footer-top {
  margin-top: 57px;
}

.footer-top .ft_topcontent {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 92px;
  grid-row-gap: 0;
  padding: 40px 96px;
  background-color: #fcfdff;
  -webkit-box-shadow: 0px 2px 5px #ccc;
          box-shadow: 0px 2px 5px #ccc;
  border-radius: 8px;
}

.footer-top .ft_topcontent .ft_part .ftpart_block {
  text-align: left;
}

.footer-top .ft_topcontent .ft_part .ftpart_block h2 {
  font-size: 22px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #091e42;
}

.footer-top .ft_topcontent .ft_part .ftpart_block p {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #42526e;
}

.footer-top .ft_topcontent .ft_part_right {
  margin-top: 36px;
}

.footer-top .ft_topcontent .ft_part_right .fieldset {
  position: relative;
  margin: 0 0 0;
}

.footer-top .ft_topcontent .ft_part_right .fieldset .form-group {
  margin: 0;
  padding-bottom: 28px;
}

.footer-top .ft_topcontent .ft_part_right .fieldset .form-group label {
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #091e42;
  display: block;
  margin: 0;
  padding-bottom: 8px;
}

.footer-top .ft_topcontent .ft_part_right .fieldset .form-group input[type="text"] {
  height: 48px;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  border-bottom: 1px solid #091e42;
  padding: 16px 8px;
  background-color: #f7faff;
  outline: none;
}

.footer-top .ft_topcontent .ft_part_right .fieldset .form-group textarea {
  height: 48px;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  border-bottom: 1px solid #091e42;
  padding: 16px 8px;
  background-color: #f7faff;
  outline: none;
  min-height: 150px;
}

.footer-top .ft_topcontent .ft_part_right .fieldset .form-group .quotbtn {
  height: 36px;
  text-align: center;
  border-radius: 4px !important;
  background-color: #0aab5e !important;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  padding: 0 30px;
  line-height: 1;
  letter-spacing: normal;
  border: 0;
  color: #ffffff !important;
}

.footer-apps-store-link {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  margin: 56px 0 0;
  padding: 0px 0;
  background-color: #0AAB5E;
}

.footer-apps-store-link .apps-store-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.footer-apps-store-link .apps-store-row .mobileapp {
  position: relative;
  top: 10px;
  margin-right: 16px;
}

.footer-apps-store-link .apps-store-row .Download-Supersetu-app-now h2 {
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #fcfdff;
  padding-right: 64px;
  margin-bottom: 0;
}

.footer-apps-store-link .apps-store-row .Download-Supersetu-app-now p {
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #fcfdff;
  padding-right: 64px;
  margin-bottom: 0;
}

.footer-upper {
  margin: auto;
  overflow: hidden;
  padding: 40px 0;
  background-color: #f0f6ff;
}

.footer-upper .footer-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.footer-upper .footer-row .footer-Logo {
  width: 174px;
  text-align: left;
  margin-right: 112px;
}

.footer-upper .footer-row .ft_info {
  width: 464px;
  margin-right: 256px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

.footer-upper .footer-row .ft_info .footer-block ul {
  margin: 0;
  list-style: none;
}

.footer-upper .footer-row .ft_info .footer-block ul li a {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #091e42;
}

.footer-upper .footer-row .ft_info .footer-block:not(:last-child) {
  margin-right: 42px;
}

.footer-upper .footer-row .social-media-block {
  min-width: 112px;
}

.footer-upper .footer-row .social-media-block .connect h3 {
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #091e42;
}

.footer-upper .footer-row .social-media-block .connect span {
  display: block;
}

.footer-upper .footer-row .social-media-block .connect span a {
  display: inline-block;
}

.footer-upper .footer-row .social-media-block .connect span a:not(:last-child) {
  margin-right: 8px;
}

.footer-lower {
  margin: auto;
  overflow: hidden;
  background-color: #0AAB5E;
  padding: 5px 0;
}

.footer-lower .footer-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.footer-lower .footer-row .ft_lower_info {
  width: 100%;
}

.footer-lower .footer-row .ft_lower_info .footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer-lower .footer-row .ft_lower_info .footer-bottom .copy_info {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #f4f5f7;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.footer-lower .footer-row .ft_lower_info .footer-bottom .lower_info {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  text-align: right;
}

.footer-lower .footer-row .ft_lower_info .footer-bottom .lower_info ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  list-style: none;
}

.footer-lower .footer-row .ft_lower_info .footer-bottom .lower_info ul li a {
  color: #F4F5F7;
  font-size: 14px;
  text-decoration: none;
}

.sellerLoginmodal .modal-dialog {
  max-width: 475px;
}

.sellerLoginmodal .modal-dialog .modal-content {
  position: relative;
}

.sellerLoginmodal .modal-dialog .modal-content .modal-header {
  border: 0;
  padding: 0;
}

.sellerLoginmodal .modal-dialog .modal-content .modal-header .close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 10;
}

.sellerLoginmodal .modal-dialog .modal-content .modal-body {
  padding: 0;
}

.sellerLoginmodal .modal-dialog .modal-content .customer-blocks {
  border-radius: 4px;
  background-color: #fcfdff;
  border: 0;
  padding: 20px;
}

.sellerLoginmodal .modal-dialog .modal-content .customer-blocks h1 {
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #0aab5e;
  margin-bottom: 32px;
}

.sellerLoginmodal .modal-dialog .modal-content .customer-blocks .form-fields .inputs {
  position: relative;
  margin-bottom: 10px;
}

.sellerLoginmodal .modal-dialog .modal-content .customer-blocks .form-fields .inputs label {
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #091e42;
  display: block;
}

.sellerLoginmodal .modal-dialog .modal-content .customer-blocks .form-fields .inputs input {
  height: 48px;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  border-bottom: 1px solid #091e42;
  padding: 16px 8px;
  background-color: #f7faff;
  outline: none;
  width: 100%;
}
.sellerLoginmodal .modal-dialog .modal-content .customer-blocks .form-fields .inputs select {
  height: 48px;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  border-bottom: 1px solid #091e42;
  padding: 12px 8px;
  background-color: #f7faff;
  outline: none;
  width: 100%;
  -webkit-border-radius:;
  -moz-border-radius:;
  -ms-border-radius:;
  -o-border-radius:;
}

.sellerLoginmodal .modal-dialog .modal-content .customer-blocks .form-fields .inputs.select {
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 32px;
}
.sellerLoginmodal .modal-dialog .modal-content .customer-blocks .form-fields .inputs.reversed {
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 32px;
}
.sellerLoginmodal .modal-dialog .page-title h1 {
		font-size: 30px;
		font-weight: 300;
		color: #4f4f4f;
		text-align: center;
	}

	.sellerLoginmodal .modal-dialog .page-title h1 span {
		display: block;
		font-size: 15px;
	}

.sellerLoginmodal .modal-dialog .modal-content .customer-blocks .form-fields .inputs.reversed .forgot-password {
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #003b99;
  text-decoration: underline;
}

.sellerLoginmodal .modal-dialog .modal-content .customer-blocks .form-fields .team-of-use p {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #7a869a;
  padding: 0 24px 0 0;
  margin: 0;
}

.sellerLoginmodal .modal-dialog .modal-content .customer-blocks .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
  margin-top: 24px;
}

.sellerLoginmodal .modal-dialog .modal-content .customer-blocks .buttons .login-button {
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
  border: 0;
  border-radius: 4px;
  background-color: #0aab5e;
  padding: 10px 14px;
  line-height: 100%;
}

.sellerLoginmodal .modal-dialog .modal-content .customer-blocks .validateCredential {
  color: #F96D00;
  padding: 16px 0;
  line-height: 150%;
  font-size: 14px;
  font-weight: 500;
  display: block;
}

.sellerLoginmodal .modal-dialog .modal-content .register-block {
  text-align: left;
  margin-top: 0;
}

.sellerLoginmodal .modal-dialog .modal-content .register-block .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.sellerLoginmodal .modal-dialog .modal-content .register-block .title strong {
  white-space: nowrap;
  margin-right: 5px;
  font-size: 12px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #7a869a;
}

.sellerLoginmodal .modal-dialog .modal-content .register-block .title::after {
  height: 0.6px;
  background-color: #7a869a;
  display: block;
  width: 100%;
  content: '';
}

.sellerLoginmodal .modal-dialog .modal-content .register-block .buttons {
  margin: 0;
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  font-size: 14px;
  color: #707070;
  text-align: left;
}

.sellerLoginmodal .modal-dialog .modal-content .register-block .buttons .register-button {
  border-radius: 4px;
  border: solid 1px #0aab5e;
  background-color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 100%;
  letter-spacing: normal;
  text-align: left;
  color: #0aab5e;
  padding: 10px 14px;
  height: auto;
  margin: 0 !important;
}

@media (min-width: 320px) {
  header {
    background-color: #0aab5f;
    padding: 4px 0;
  }
  .header-upper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .recommendations .item-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 0;
    grid-row-gap: 16px;
  }
}

@media (min-width: 481px) {
  .recommendations .item-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
  #myModalLogin .modal-dialog {
    max-width: 430px;
    margin: 150px auto;
  }
  #myModalLogin .login-page .customer-blocks {
    padding: 40px;
  }
}

@media (min-width: 768px) {
  .recommendations .item-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}

@media (min-width: 992px) {
  .recommendations .item-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1110px;
  }
}
/*# sourceMappingURL=styles.css.map */
