@import url("https://fonts.cdnfonts.com/css/galano-grotesque-alt");

body {
  font-family: 'Galano Grotesque Alt', sans-serif;
}

.bg-light {
  background-color: #fff !important;
}
.fix-height{
  min-height: 650px;
}

/* -----------------------------------------------new-css----------------------------- */
.small-wrapper .edit-profile .form-floating textarea {
  padding: 10px;
}

.small-wrapper .edit-profile .form-floating span.icon-letter {
  position: relative;
  top: -43px;
  right: -90%;
  font-size: 20px;
  font-weight: 600;
}
.cart-wrapper .category-item .category-btn-text{
  font-size: 14px;
    font-weight: 600;
}

.cart-wrapper .category-item .btn{
  padding: 0;
}
.cart-wrapper .category-item .btn.show, .cart-wrapper .category-item .btn:focus-visible{
  border: none;
}
/* .cart-wrapper .category-item .btn:focus-visible{

} */
/* ----------------------------------------------new-css-end--------------------------- */
/* PRELOADER CSS */
.page-loader {
  width: 100%;
  height: 100vh;
  position: fixed;
  background: #fff;
  z-index: 999999;
  overflow: hidden;
}

.custom-loader {
  width: 100%;
  height: 100vh;
  position: fixed;
  background: rgba(255, 255, 255, 0.8);
  z-index: 999999;
  overflow: hidden;
}

.loader {
  overflow-y: hidden;
}


/* SPINNER ANIMATION */
.spinner {
  position: relative;
  top: 43%;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  background-color: #3B6648;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}

.custom-spinner {
  position: relative;
  top: 43%;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  background-color: #3B6648;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}

@media (max-width: 575px) {
  .spinner {
    top: 36%;
  }

  .custom-spinner {
    top: 36%;
  }
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}

@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

[disabled] {
  border: 4px solid #7f7f7f !important;
}

.sticky-bottom {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1020;
  background-color: rgba(255, 255, 255, 0.9) !important;
  width: 100%;
  padding: 10px;
}

.small-wrapper {
  max-width: 900px;
  margin: 0 auto;
  background-color: #20522E;
  min-height: 100vh;
}

.small-wrapper .log-in {
  padding: 250px 54px 0 54px;
}

@media (max-width: 575px) {
  .small-wrapper .log-in {
    padding: 75% 30px;
    min-height: 100vh;
  }
}

.small-wrapper .log-in label {
  margin-bottom: 80px;
  display: block;
  font-size: 24px;
  line-height: 29px;
  font-family: 'Galano Grotesque Alt', sans-serif;
  color: #fff;
}

@media (max-width: 575px) {
  .small-wrapper .log-in label {
    margin-bottom: 50px;
  }
}

.small-wrapper .log-in input.contact-number {
  border: 0;
  border-bottom: 5px solid #fff;
  width: calc(10% - 13px);
  background-color: transparent;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  font-size: 24px;
  text-align: center;
}

.small-wrapper .log-in input.contact-number:not(:last-child) {
  margin-right: 10px;
}

.small-wrapper .log-in .submit-button {
  max-width: 150px;
  min-height: 66px;
  background-color: #3A6647;
  border-radius: 18px;
  margin: 120px 0 0 auto;
  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;
}

@media (max-width: 575px) {
  .small-wrapper .log-in .submit-button {
    height: 50px;
    width: 130px;
    margin: 60px 0 0 auto;
    color: white;
    font-size: 25px;
    text-decoration: none;
    border: none;
  }

  .small-wrapper .log-in .submit-button img {
    max-width: 30px;
  }
}

.small-wrapper .product-list .home-header {
  padding: 30px 22px 0px;
}

.small-wrapper .product-list .home-header .dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.small-wrapper .product-list .home-header .dropdown,
.small-wrapper .product-list .home-header button.btn {
  width: 300px;
  text-align: left;
  padding: 0;
  background: transparent;
  border: 0;
  padding-right: 30px;
}

@media (max-width: 575px) {

  .small-wrapper .product-list .home-header .dropdown,
  .small-wrapper .product-list .home-header button.btn {
    width: 230px;
    margin-top: 6px;
  }
}

.small-wrapper .product-list .home-header button.btn {
  font-size: 21px;
  line-height: 31px;
  font-family: 'Galano Grotesque Alt', sans-serif;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 575px) {
  .small-wrapper .product-list .home-header button.btn {
    font-size: 17px;
    line-height: 21px;
  }
}

.small-wrapper .product-list .home-header button.btn::after {
  content: "";
  background-image: url(../images/dropdown-light-arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 14px;
  width: 24px;
  border: 0;
  right: 0;
  position: absolute;
  top: 11px;
}

@media (max-width: 575px) {
  .small-wrapper .product-list .home-header button.btn::after {
    height: 8px;
    width: 16px;
  }
}

.small-wrapper .product-list .home-header .profile .profile_text {
  font-family: 'Galano Grotesque Alt', sans-serif;
  font-size: 30px;
  line-height: 36px;
  color: #000;
  font-weight: 600;
  height: 62px;
  width: 62px;
  background-color: #fff;
  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;
  border-radius: 50%;
  border: 1px solid #000;
  margin: 0 0 0 auto;
  text-decoration: none;
}

@media (max-width: 575px) {
  .small-wrapper .product-list .home-header .profile .profile_text {
    height: 40px;
    width: 40px;
    font-size: 22px;
  }
}

.small-wrapper .product-list .home-header .profile_searchbar {
  margin-top: 35px;
}

.small-wrapper .product-list .home-header .profile_searchbar .form-control {
  height: 53px;
  border: 0px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 5px;
  background-color: #3B6648;
  color: #fff;
  font-size: 21px;
  line-height: 31px;
}

@media (max-width: 575px) {
  .small-wrapper .product-list .home-header .profile_searchbar .form-control {
    height: auto;
  }
}

.small-wrapper .product-list .home-header .profile_searchbar .input-group-text {
  background-color: #3B6648;
  border: 0;
}

.small-wrapper .product-list .home-header .profile_searchbar .input-group-text button {
  padding: 0;
  background-color: transparent;
  border: 0;
  outline: none;
}

.small-wrapper .common-dropdown {
  max-width: 145px;
  margin: 0 0 0 auto;
}

.small-wrapper .common-dropdown select {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #E6E6E6;
  font-family: 'Galano Grotesque Alt', sans-serif;
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  border-radius: 2px;
  height: 51px;
  margin-bottom: 10px;
}

.small-wrapper .common-dropdown select option {
  color: #C7C7C6;
  border-color: #E6E6E6;
  padding: 16px 26px;
  min-height: 50px;
}

.small-wrapper .common-dropdown select option:not(:last-child) {
  border-bottom: 1px solid #E6E6E6;
}

.small-wrapper .product-items {
  padding: 20px 15px;
  background-color: #fff;
  position: -webkit-sticky;
  /* position: sticky; */
  bottom: 0;
}

.small-wrapper .product-items .row {
  margin: 29px 0;
}

@media (max-width: 575px) {
  .small-wrapper .product-items .row {
    margin: 15px 0;
    padding-top: 15px;
  }
}

.small-wrapper .product-items .row .category-m {
  margin-top: 15px;
}

.small-wrapper  .category-title {
  font-size: 24px;
  line-height: 42px;
  font-weight: 400;
  color: #000;
  font-family: 'Galano Grotesque Alt', sans-serif;
}

.small-wrapper .product-items .category-name {
  font-size: 18px;
  line-height: 27px;
  margin-top: 30px;
  font-weight: 600;
}

/* .small-wrapper .product-items p {
  margin-top: 15px;
} */

.small-wrapper .product-items .product-menu {
  background-color: #2D5C3F;
  border-radius: 19px;
  padding: 10px 10px;
  position: -webkit-sticky;
  position: sticky;
  bottom: 30px;
  /* margin: 0 10px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.small-wrapper .product-items .product-menu .menu-item {
  background-color: #a7bab042;
  font-size: 17px;
  line-height: 20px;
  font-weight: 600;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 14px 20px;
  border-radius: 13px;
  width: calc(24% - 13px);
  text-align: center;
  text-decoration: none;
}

@media (max-width: 767px) {
  .small-wrapper .product-items .product-menu .menu-item {
    padding: 8px;
    /* display: block; */
    font-size: 12px;
    width: 24%;
  }
}

.small-wrapper .product-items .product-menu .menu-item img {
  max-height: 14px;
  margin-right: 8px;
  -webkit-filter: invert(1);
  filter: invert(1);
}

@media (max-width: 767px) {
  .small-wrapper .product-items .product-menu .menu-item img {
    display: block;
    /* margin: 0 auto; */
  }
}

.small-wrapper .product-items .product-menu .menu-item:not(:last-child) {
  margin-right: 24px;
}

@media (max-width: 575px) {
  .small-wrapper .product-items .product-menu .menu-item:not(:last-child) {
    margin-right: 12px;
  }
}

.small-wrapper .category-item {
  padding: 30px 18px;
  border: 1px solid #000000;
  border-radius: 8px;
}

@media (max-width: 575px) {
  .small-wrapper .category-item {
    padding: 15px;
  }
}

.small-wrapper .category-item-img {
  background-color: #ECECEC;
  border-radius: 15px;
  padding: 10px;
}

.small-wrapper .category-item-img img {
  max-width: 100%;
  height: 100px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.small-wrapper .category-item .number {
  margin: 15px 0 ;
  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;
}

@media (min-width: 768px) {
  .small-wrapper .category-item .number {
    margin: 15px 0;
  }
}

.small-wrapper .category-item .number span {
  cursor: pointer;
}

@media (max-width: 575px) {
  .small-wrapper .category-item .number {
    margin: 15px 0;
  }
}

.small-wrapper .category-item .minus,
.small-wrapper .category-item .plus {
  position: absolute;
  font-size: 28px;
  color: #fff;
  top: 0px;
}

.small-wrapper .category-item .minus {
  left: 10px;
}

.small-wrapper .category-item .plus {
  right: 10px;
}

.small-wrapper .category-item input {
  height: 34px;
  width: 100px;
  text-align: center;
  font-size: 22px;
  border: 1px solid #ddd;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 45px;
  color: #fff;
  background-color: #325F44;
}

.small-wrapper .category-item .btn-light {
  height: 45px;
  background-color: #EBF0EE;
  font-size: 18px;
  line-height: 31px;
  color: #000000;
  border: 0px;
  border-radius: 6px;
  font-family: 'Galano Grotesque Alt', sans-serif;
  width: 100%;
}

.small-wrapper .profile-wrapper {
  background-color: #fff;
  padding: 0;
}

.small-wrapper .profile-wrapper form {
  padding: 0 20px;
  overflow: auto;
  max-height: 667px;
}

.small-wrapper .profile-wrapper .profile-header {
  padding: 25px 50px;
  text-align: center;
  font-size: 31px;
  line-height: 37px;
  border-bottom: 1px solid #000000;
  position: relative;
  font-weight: 600;
}

@media (max-width: 575px) {
  .small-wrapper .profile-wrapper .profile-header {
    font-size: 20px;
    line-height: 35px;
  }
}

.small-wrapper .profile-wrapper .profile-header a {
  text-decoration: none;
  position: absolute;
  left: 25px;
}

.small-wrapper .profile-wrapper .profile-header a img {
  max-width: 20px;
}

.small-wrapper .profile-wrapper .profile-options .profile a {
  font-size: 30px;
  line-height: 45px;
  font-weight: 600;
  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;
  color: #000;
  text-decoration: none;
  margin: 15px 20px;
  height: 62px;
  width: 62px;
  border-radius: 50%;
  background-color: #D9D9D9;
}

.small-wrapper .profile-wrapper .profile-options .edit-options {
  margin-bottom: 30px;
}

.small-wrapper .profile-wrapper .profile-options .edit-options a {
  display: block;
  font-size: 16px;
  line-height: 34px;
  font-weight: 600;
  font-family: 'Galano Grotesque Alt', sans-serif;
  color: #000;
  padding: 10px 10px;
  margin: 0 20px;
  text-decoration: none;
  border-top: 1px solid rgba(0, 0, 0, 0.22);
}

.small-wrapper .edit-profile {
  padding-bottom: 30px;
}

.small-wrapper .edit-profile .logo-upload {
  margin: 15px 0 ;
  font-size: 18px;
  line-height: 37px;
  font-weight: 400;
}

.small-wrapper .edit-profile .logo-upload button {
  border: 0;
  outline: none;
  padding: 0;
  background-color: transparent;
}

.small-wrapper .edit-profile .logo-upload img {
  margin-right: 10px;
  max-height: 80px;
}

.small-wrapper .edit-profile .form-floating:not(:last-child) {
  margin-bottom: 15px;
}

.small-wrapper .edit-profile .form-floating input,
.small-wrapper .edit-profile .form-floating textarea {
  border: 2px solid #7f7f7f !important;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 5px;
}

.small-wrapper .edit-profile .form-floating input:focus~label,
.small-wrapper .edit-profile .form-floating textarea:focus~label {
  -webkit-transform: scale(0.85) translateY(-1.5rem) translateX(1.1rem);
  transform: scale(0.85) translateY(-1.5rem) translateX(1.1rem);
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  color: #000;
}

.small-wrapper .edit-profile .form-floating label {
  padding-left: 15px;
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  color: #000;
}

.small-wrapper .edit-profile .form-floating:last-child {
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.22);
}

.small-wrapper .custom-floating textarea {
  min-height: 160px;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  padding: 55px 30px 30px 30px;
  border: 3px solid black;
}

.small-wrapper .custom-floating textarea:focus~label {
  -webkit-transform: scale(0.85) translateY(-1.5rem) translateX(0.15rem);
  transform: scale(0.85) translateY(-1.5rem) translateX(0.15rem);
}

.small-wrapper .custom-floating textarea:focus~label::after {
  width: inherit;
  left: 13px;
}

@media (max-width: 575px) {
  .small-wrapper .custom-floating textarea:focus~label::after {
    width: auto;
  }
}

.small-wrapper .custom-floating label {
  width: 33.33%;
}

.small-wrapper .custom-floating .floatingInput-2 {
  left: 33.33%;
}

.small-wrapper .custom-floating .floatingInput-3 {
  left: calc(33.33% + 33.33%);
}

.common-button .custom-btn {
  background-color: #325f44;
  height: 70px;
  font-size: 30px;
  line-height: 54px;
  border-radius: 10px;
  display: block;
  width: 100%;
  outline: none;
  color: #fff;
  border: 0;
}

@media (max-width: 575px) {
  .common-button .custom-btn {
    font-size: 20px;
    line-height: 42px;
    height: 45px;
  }
}

.edit-profile_btn .common-button {
  margin: 15px 0;
}

.edit-profile_btn label {
  margin-bottom: 15px;
  color: black;
  font-size: 18px;
  line-height: 27px;
  font-family: 'Galano Grotesque Alt', sans-serif;
}

.add-address-form {
  padding-top: 57px !important;
}

.add-address-form .custom-floating {
  padding-bottom: 48px;
  margin-bottom: 22px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.22);
}

.cart-wrapper .col-6 {
  width: 50%;
}

@media (max-width: 575px) {
  .cart-wrapper .col-6 {
    /* width: 100%; */
  }
}

.cart-wrapper .category-item {
  padding: 0;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cart-wrapper .category-item .category-item-img img {
  max-width: 70px;
  max-height: 70px;
}

.cart-wrapper .category-item .category-name {
  margin-left: 20px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  font-family: 'Galano Grotesque Alt', sans-serif;
}

.cart-wrapper .category-item .number {
  max-width: 164px;
  margin: 0 0 0 auto;
}

@media (max-width: 575px) {
  .cart-wrapper .category-item .number {
    margin: 0 auto 0 0;
  }
}

.cart-wrapper .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid rgba(0, 0, 0, 0.22);
}

.cart-wrapper .sub-total {
  font-size: 20px;
  line-height: 35px;
  font-family: 'Galano Grotesque Alt', sans-serif;
  color: rgba(0, 0, 0, 0.55);
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.22);
  border-top: 1px solid rgba(0, 0, 0, 0.22);
}

.cart-wrapper .sub-total .row {
  margin: 0;
  border-top: 0;
}

.cart-wrapper .sub-total .row .col-6 {
  margin: 0;
}

.cart-wrapper .total {
  color: black;
  font-size: 18px;
  line-height: 45px;
  font-weight: 600;
}

.cart-wrapper .total .row {
  border: 0;
}

.cart-wrapper .total .row .col-6 {
  margin: 0;
}

.cart-wrapper .common-button {
  max-width: 160px;
  margin: 15px 0 15px auto;
}

@media (max-width: 575px) {

  .cart-wrapper .total .col-6,
  .cart-wrapper .sub-total .col-6 {
    width: 50% !important;
  }
}

.order-summary .order-id {
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  margin: 15px 0;
  color: #000000;
  margin-left: 35px;
}

.order-summary .row:first-child {
  border-top: 0;
  margin-top: 0;
}

.order-summary .row:first-child .col-6:first-child {
  margin-top: 0;
}

.order-summary .row:first-child .col-6 {
  width: 50%;
}

@media (max-width: 575px) {
  .order-summary .row:first-child .col-6 {
    /* width: 100%; */
  }
}

.order-summary form {
  padding: 0 !important;
}

.download-summary [type="radio"]:checked,
.download-summary [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.download-summary [type="radio"]:checked+label,
.download-summary [type="radio"]:not(:checked)+label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}

.download-summary [type="radio"]:checked+label:before,
.download-summary [type="radio"]:not(:checked)+label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.17);
}

.download-summary [type="radio"]:checked+label:after,
.download-summary [type="radio"]:not(:checked)+label:after {
  content: '';
  width: 10px;
  height: 10px;
  background: #349650;
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.download-summary [type="radio"]:not(:checked)+label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.download-summary [type="radio"]:checked+label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.download-summary input {
  border: 1px solid #f03001;
  height: 38px;
  color: #cdc0c0;
  width: 100%;
  border-radius: 8px;
  padding: 13px 6px;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
}

.download-summary .custom_radio {
  font-size: 15px;
  line-height: 30px;
  padding: 0 15px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  height: 38px;
  border-radius: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.download-summary .custom_radio label {
  padding-left: 30px !important;
}

.download-summary .col-6 {
  margin: 0 !important;
}

.download-summary .row {
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.38);
}

@media (max-width: 575px) {
  .download-summary .row .col-6:first-child {
    /* margin-bottom: 15px !important; */
  }
}

@media (max-width: 575px) {
  .download-summary .col-6 {
    width: 100%;
  }
}

/* .order-history {
  overflow-x: hidden;
} */

.order-history label.order-id {
  margin: 0;
}

.order-history label.order-id:nth-child(3) {
  margin-left: 43px;
}

.order-history label.order-id:first-child {
  margin-bottom: 23px;
}

.order-history .order-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0;
}

@media (max-width: 767px) {
  .order-history .order-items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (max-width: 575px) {
  .order-history .order-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.order-history .order-items .category-item-img {
  width: 100%;
}

.order-history .order-items .category-item-img img {
  max-width: 100%;
  /* max-height: 100%; */
}

.order-history .order-items .category-item {
  /* width: calc(25% - 20px); */
}

.order-history .order-items .category-item:not(:last-child) {
  margin-right: 14px;
}

@media (max-width: 575px) {
  .order-history .order-items .category-item:not(:last-child) {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .order-history .order-items .category-item {
    /* width: calc(50% - 14px); */
    margin-bottom: 0;
  }
}

@media (max-width: 575px) {
  .order-history .order-items .category-item {
    /* width: calc(50% - 14px); */
    margin-right: 14px !important;
  }
}

.order-history .row {
  border: 0;
  margin-top: 54px;
  padding-left: 40px;
  padding-right: 40px;
}

@media (max-width: 575px) {
  .order-history .row {
    padding-left: 0;
    padding-right: 0;
  }
}

.order-history .common-dropdown {
  margin: 0 15px 0px auto;
}

.order-history .download-summary .row {
  border-bottom: 1px solid rgba(0, 0, 0, 0.38);
  margin-bottom: 0;
  padding: 0 0 15px 0;
}

/*  Override CSS */
@media (min-width: 768px) {
  .col-6 {
    width: 25%;
  }
}

@media (max-width: 767px) {
  .col-6 {
    width: 50%;
  }
}

.cart {
  position: relative;
  display: block;
  width: 28px;
  height: 28px;
  height: auto;
  overflow: hidden;
}
.material-icons {
/* position: relative; */
top: 4px;
z-index: 1;
font-size: 24px;
color: white;
}
.count {
position: absolute;
top: 0;
right: 0;
z-index: 2;
font-size: 11px;
border-radius: 50%;
background: #d60b28;
width: 16px;
height: 16px;
line-height:16px;
display: block;
text-align: center;
color: white;
font-family: 'Roboto', sans-serif;
font-weight: bold;
margin-right: 30px;
}
/*# sourceMappingURL=main.css.map */