* {
  box-sizing: border-box;
}

body {
  background: url(../img/background.webp) no-repeat center center fixed;
   
  -webkit-background-size: cover;

  -moz-background-size: cover;

  -o-background-size: cover;

  background-size: cover;
  min-height: 100vh;
  font-family: "Poppins", sans-serif;
}

h2, .g-price {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 50px;
}

.g-price {
  margin: 8px 0;
}

.container {
  width: 90%;
  max-width: 780px;
  margin: 0 auto;
  padding: 70px 0;
  display: flex;
  justify-content: space-between;
}

/*Mobile Menu shop by category*/

*, *:before, *:after {
  box-sizing: border-box;
}
.atozdeals-mobile-section {
  display: block;
  margin-top:50px;
  vertical-align: top;
  padding: 10px 20px 0;
}

.atozdeals-mobile-menu {
  font-size: 16px;
  margin-bottom: 10px;
}
.atozdeals-mobile-menu.l-big {
  font-size: 18px;
}
.atozdeals-mobile-menu.l-medium {
  font-size: 14px;
}
.atozdeals-mobile-menu.l-small {
  font-size: 12px;
}
.atozdeals-mobile-menu ul {
  max-width: 100%;
  border: 1px solid #ddd;
  border-radius: 1em;
  background: #fff;
  margin: 0 auto;
  overflow: hidden;
}
.atozdeals-mobile-menu li {
  width: 11.11%;
	list-style:none;
  float: left;
  text-align: center;
}
.atozdeals-mobile-menu .icon {
  display: block;
  padding: 1em;
  position: relative;
  font-family: "Roboto Condensed", "Arial Narrow", Arial;
  text-transform: uppercase;
  text-decoration: none;
  color: #999;
  border-radius: 5px;
  overflow: hidden;
  -moz-transition: color 0.4s ease 0.15s;
  -o-transition: color 0.4s ease 0.15s;
  -webkit-transition: color 0.4s ease;
  -webkit-transition-delay: 0.15s;
  transition: color 0.4s ease 0.15s;
}
.atozdeals-mobile-menu .icon span, .atozdeals-mobile-menu .icon:before {
  position: relative;
  display: block;
  z-index: 5;
  -moz-transition: -moz-transform 0.35s ease-in-out, text-shadow 0.35s ease-in-out;
  -o-transition: -o-transform 0.35s ease-in-out, text-shadow 0.35s ease-in-out;
  -webkit-transition: -webkit-transform 0.35s ease-in-out, text-shadow 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out, text-shadow 0.35s ease-in-out;
}
.atozdeals-mobile-menu .icon span {
  width: calc(100% + 1.6em);
  margin-left: -0.8em;
  font-family: cursive;
  overflow: hidden;
  font-size:small;
}
.atozdeals-mobile-menu .icon:before {
  width: 2.4em;
  font: normal 1.6em/1 FontAwesome;
  color: #fff;
  margin: 0.7em auto 1.2em;
}
.atozdeals-mobile-menu .icon:after {
  content: "";
  display: inline-block;
  width: 14em;
  height: 14em;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0 0 0 -7em;
  background-color: #fa411e;
  z-index: 1;
  border-radius: 100%;
  transform-origin: 50% 7.5%;
  -moz-transform: scale(0.28);
  -ms-transform: scale(0.28);
  -webkit-transform: scale(0.28);
  transform: scale(0.28);
  -moz-transition: -moz-transform 0.35s cubic-bezier(0.83, -0.6, 0.68, 0.99);
  -o-transition: -o-transform 0.35s cubic-bezier(0.83, -0.6, 0.68, 0.99);
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.83, -0.6, 0.68, 0.99);
  transition: transform 0.35s cubic-bezier(0.83, -0.6, 0.68, 0.99);
}
.atozdeals-mobile-menu .icon:hover {
  color: #fff;
}
.atozdeals-mobile-menu .icon:hover:after {
  -moz-transform: scale(1) translateY(-3.5em);
  -ms-transform: scale(1) translateY(-3.5em);
  -webkit-transform: scale(1) translateY(-3.5em);
  transform: scale(1) translateY(-3.5em);
}
.atozdeals-mobile-menu [class*='music']:after, .atozdeals-mobile-menu [class*='map']:after {
  background-color: #ff3d7f;
}
.atozdeals-mobile-menu [class*='bag']:after, .atozdeals-mobile-menu [class*='auto']:after {
  background-color: #f22845;
}
.atozdeals-mobile-menu [class*='truck']:after, .atozdeals-mobile-menu [class*='auto']:after {
  background-color: #a51d81;
}
.atozdeals-mobile-menu [class*='rocket']:after, .atozdeals-mobile-menu [class*='plane']:after {
  background-color: #f3d328;
}

.atozdeals-mobile-menu.l-rounded .icon {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.atozdeals-mobile-menu.l-rounded .icon:after {
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
}
.atozdeals-mobile-menu.l-rounded .icon:hover:before {
  -moz-transform: translateY(-0.2em);
  -ms-transform: translateY(-0.2em);
  -webkit-transform: translateY(-0.2em);
  transform: translateY(-0.2em);
  text-shadow: 0.1em 4px 0 rgba(0, 0, 0, 0.1);
  text-shadow: 0.1em 4px 0 0.3em rgba(0, 0, 0, 0.1);
}
.atozdeals-mobile-menu.l-rounded .icon:hover span {
  -moz-transform: translateY(-1.3em);
  -ms-transform: translateY(-1.3em);
  -webkit-transform: translateY(-1.3em);
  transform: translateY(-1.3em);
}
.atozdeals-mobile-menu.l-rounded .icon:hover:after {
  -moz-transform: scale(0.46) translateY(-0.3em);
  -ms-transform: scale(0.46) translateY(-0.3em);
  -webkit-transform: scale(0.46) translateY(-0.3em);
  transform: scale(0.46) translateY(-0.3em);
  -moz-box-shadow: 0 0.2em 0 0.15em rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.2em 0 0.15em rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.2em 0 0.15em rgba(0, 0, 0, 0.1);
}
/*Mobile menu shop by category*/

@media (max-width: 950px) {
  .container {
    display: block;
  }
}
.screen-togo, .screen-cart {
  width: 375px;
  max-height: 770px;
  overflow: scroll;
  border-radius: 25px;
  background: white;
  padding-top: 30px;
  padding-left: 30px;
  margin: 20px;
  box-shadow: 0px 0px 70px rgba(0, 0, 0, 0.1);
}

ul {
  padding: 0;
  list-style: none;
}

.menu-item {
  background: #E4F0FD;
  border-radius: 20px 0 0 20px;
  margin: 30px 0;
  padding-top: 15px;
  padding-right: 30px;
  padding-bottom: 10px;
  position: relative;
}
.menu-item:nth-child(2n) {
  background: #FBE4F0;
}
.menu-item:nth-child(3n) {
  background: #F7F7FE;
}
.menu-item:nth-child(4n) {
  background: #E4FDF1;
}
.menu-item img {
  width: 150px;
  position: absolute;
  top: -20px;
  left: -20px;
}
.menu-item .add-button {
  position: absolute;
  border: none;
  background: #6B00F5;
  padding: 6px 20px 4px;
  border-radius: 20px;
  color: white;
  font-weight: 700;
  font-size: 16px;
  bottom: -10px;
  left: 150px;
  transition: all 0.3s;
}
.menu-item .add-button:hover {
  background: #5815AE;
}

.menu-item-dets {
  margin-left: 150px;
  padding-bottom: 15px;
}

.menu-item-heading {
  font-size: 18px;
  margin: 10px 0 12px;
}

.screen-cart {
  padding-right: 30px;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translate(10px);
  }
  to {
    opacity: 1;
    transform: translate(0);
  }
}
.cart-item {
  display: flex;
  align-items: flex-start;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #D7D7F9;
  animation: fadeIn 0.3s;
}
.cart-item:last-child {
  border-bottom: 5px solid #D7D7F9;
}
.cart-item img {
  width: 65px;
}
.cart-item .g-price {
  font-size: 24px;
}

.cart-item-dets {
  margin-left: 15px;
  width: 100%;
}

.cart-item-heading {
  margin: 10px 0;
}

.cart-math-item {
  margin: 5px 0;
  font-weight: 700;
}
.cart-math-item span {
  display: inline-block;
  text-align: right;
}
.cart-math-item .cart-math-header {
  width: 50%;
}
.cart-math-item .g-price {
  width: 40%;
}