@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
.d_flex_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.d_flex_start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.d_flex_end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

html {
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
input,
textarea,
button span {
  font-family: 'Noto Sans', sans-serif;
}

h1:hover,
h2:hover,
h3:hover,
h4:hover,
h5:hover,
h6:hover,
p:hover,
a:hover,
input:hover,
textarea:hover,
button span:hover {
  text-decoration: none;
}

body {
  margin: 0;
  padding: 0;
}

input:focus,
button:focus,
textarea:focus {
  outline: none;
}

.top_header {
  padding: 6px 0;
  background: #f8f8f8;
}

.top_header .container {
  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;
}

.top_header .container .left ul,
.top_header .container .right ul {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}

.top_header .container .left ul li,
.top_header .container .right ul li {
  margin: 0 10px;
  display: block;
}

.top_header .container .left ul li a,
.top_header .container .right ul li a {
  color: #1e272e;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 700;
}

.top_header .container .left ul li a svg,
.top_header .container .right ul li a svg {
  width: 15px;
  height: 15px;
  margin-right: 10px;
}

#header {
  padding: 6px 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 999;
  background: #fff;
}

#header .container {
  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;
}

#header .container .logo a h1 {
  color: #3c40c6;
  margin: 0;
  font-size: 2rem;
  font-weight: 700;
}

#header .container .products ul,
#header .container .actions ul {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}

#header .container .products ul li,
#header .container .actions ul li {
  margin: 0 10px;
  display: block;
}

#header .container .products ul li a,
#header .container .actions ul li a {
  color: #1e272e;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 500;
}

#header .container .products ul li a svg,
#header .container .actions ul li a svg {
  width: 15px;
  height: 15px;
  margin-right: 10px;
}

.common_button {
  background: linear-gradient(315deg, #fc9842 0%, #fe5f75 74%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 7px 25px;
  color: #fff !important;
  font-weight: 600;
  letter-spacing: 1px;
  border-radius: 5px;
}

#bottom_header {
  padding: 20px 0;
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
  z-index: 33;
  background: #fff;
}

#bottom_header .container {
  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;
}

#bottom_header .container .left {
  position: relative;
}

#bottom_header .container .left .hero__categories .hero__categories__all {
  cursor: pointer;
}

#bottom_header .container .left .hero__categories .cat_listings {
  position: absolute;
  background: #fff;
  border: 1px solid #eee;
  width: 100%;
  margin: 0;
  padding: 0;
  z-index: 999;
}

#bottom_header .container .left .hero__categories .cat_listings li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#bottom_header .container .left .hero__categories .cat_listings li a {
  width: 100%;
  color: #000;
  padding: 6px;
  border-bottom: 1px solid #eee;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 1px;
}

#bottom_header .container .mid .hero__search__form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #eee;
  padding: 5px 20px;
}

#bottom_header .container .mid .hero__search__form form .hero__search__categories {
  font-weight: 600;
  letter-spacing: 1px;
  border-right: 1px solid #ccc;
  margin-right: 10px;
  padding-right: 10px;
}

#bottom_header .container .mid .hero__search__form form .hero__search__categories select {
  font-weight: 600;
  letter-spacing: 1px;
  border: none;
  padding: 10px;
}

#bottom_header .container .mid .hero__search__form form input {
  width: 340px;
  border: none;
  padding: 5px;
  font-size: 14px;
  letter-spacing: 1px;
  height: 40px;
}

#bottom_header .container .mid .hero__search__form form button {
  background: #fc9842;
  color: #fff;
  border: none;
  font-size: 13px;
  padding: 10px 20px;
  letter-spacing: 1px;
}

#bottom_header .container .hero__search__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#bottom_header .container .hero__search__phone .hero__search__phone__icon {
  background: #f8f8f8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
}

#bottom_header .container .hero__search__phone .hero__search__phone__icon svg {
  width: 20px;
  height: 20px;
  color: #2575fb;
}

#bottom_header .container .hero__search__phone .hero__search__phone__text h5 {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 0;
}

#bottom_header .container .hero__search__phone .hero__search__phone__text span {
  font-size: 14px;
  letter-spacing: 1px;
  opacity: .5;
}

.owl-nav {
  position: absolute;
  top: 45%;
  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;
  width: 95%;
  left: 3%;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
  width: 50px !important;
  height: 50px !important;
  background: linear-gradient(315deg, #fc9842 0%, #fe5f75 74%) !important;
  z-index: 11 !important;
  opacity: 1 !important;
  border-radius: 50% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 28px;
  color: #fff !important;
}

.owl-nav .owl-prev span,
.owl-nav .owl-next span {
  font-size: 30px;
  position: relative;
  top: -4px;
}

.common_heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.common_heading h2 {
  font-size: 2.2rem;
  font-weight: 800;
  text-transform: capitalize;
  letter-spacing: 1px;
  margin: 0;
  position: relative;
  color: #fc9842;
}

.common_heading h2::after {
  content: '';
  position: absolute;
  left: 24%;
  bottom: -12px;
  width: 50%;
  background: linear-gradient(315deg, #fc9842 0%, #fe5f75 74%);
  height: 5px;
}

.common_sec {
  padding: 3rem 0;
}

.products_listings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90%;
  margin: 2rem auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.products_listings .products_grid {
  width: 23%;
  overflow: hidden;
  margin: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 1px 10px 0px #cccccc5e;
          box-shadow: 0px 1px 10px 0px #cccccc5e;
}

.products_listings .products_grid .product_img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.products_listings .products_grid .product_img ul {
  margin: 0;
  position: absolute;
  z-index: 11;
  top: 0;
  left: 0;
  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;
  padding: 0;
  width: 100%;
}

.products_listings .products_grid .product_img ul li {
  background: #fc9842;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: capitalize;
  padding: 2px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
}

.products_listings .products_grid .product_img ul li:nth-child(2) {
  background: linear-gradient(315deg, #fc9842 0%, #fe5f75 74%);
}

.products_listings .products_grid .product_img img {
  width: 100%;
  height: 100%;
}

.products_listings .products_grid .product_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 10px;
}

.products_listings .products_grid .product_content h4 {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: capitalize;
}

.products_listings .products_grid .product_content ul {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}

.products_listings .products_grid .product_content ul li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 12px;
  letter-spacing: 1px;
  margin: 2px 0;
  opacity: .7;
}

.products_listings .products_grid .product_content ul li .strike {
  text-decoration: line-through;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.products_listings .products_grid .product_content ul li span {
  color: #fc9842;
  font-weight: 700;
}

.products_listings .products_grid .product_content .actions {
  width: 100%;
  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;
}

.products_listings .products_grid .product_content .actions .qty {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
}

.products_listings .products_grid .product_content .actions button {
  background: linear-gradient(315deg, #fc9842 0%, #fe5f75 74%);
  border: none;
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 6px 20px;
  border-radius: 5px;
}

.hide_price .product_content ul li:nth-child(3) {
  display: none !important;
}

.small_banner .container {
  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;
}

.small_banner .container a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 48%;
  -webkit-box-shadow: 0px 1px 10px 0px #cccccc5e;
          box-shadow: 0px 1px 10px 0px #cccccc5e;
}

.small_banner .container a img {
  width: 100%;
}

.bg_gradient {
  background: linear-gradient(315deg, #fc9842 0%, #fe5f75 74%);
  padding: 2rem 0;
}

.bg_gradient .common_heading h2 {
  color: #fff !important;
  margin-bottom: 2rem;
}

.bg_gradient .common_heading h2::after {
  background: #fff !important;
}

.contact_wrapper {
  padding: 3rem 0;
}

.contact_wrapper .container {
  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;
}

.contact_wrapper .container .left {
  width: 48%;
}

.contact_wrapper .container .right {
  width: 48%;
}

.contact_wrapper .container .right h3 {
  font-size: 2.2rem;
  font-weight: 800;
  text-transform: capitalize;
  letter-spacing: 1px;
  margin-bottom: 1rem;
  position: relative;
  color: #fc9842;
}

.contact_wrapper .container .right form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.app_input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 10px 0;
  width: 49%;
}

.app_input label {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
}

.app_input input,
.app_input textarea,
.app_input select {
  width: 100%;
  height: 40px;
  border: 2px solid #fc9842;
  padding: 10px;
  font-size: 14px;
  letter-spacing: 1px;
}

.app_input textarea {
  height: 120px;
}

.app_input button {
  border: none;
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 8px 50px;
  border-radius: 5px;
  background: linear-gradient(315deg, #fc9842 0%, #fe5f75 74%);
}

.full_width {
  width: 100% !important;
}

#footer {
  background: #484848;
  padding: 2rem 0 0 0;
  overflow: hidden;
}

#footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#footer .container .footer_grid {
  width: 23%;
}

#footer .container .footer_grid h4 {
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 1px;
}

#footer .container .footer_grid p {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 22px;
  color: #fff;
  opacity: .8;
  font-weight: 200;
}

#footer .container .footer_grid ul {
  padding-left: 0 !important;
}

#footer .container .footer_grid ul li {
  display: block;
}

#footer .container .footer_grid ul li a {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 22px;
  color: #fff;
  opacity: .8;
  font-weight: 200;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 0;
}

#footer .container .footer_grid ul li a svg {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.footer_botton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
  background: #fc9842;
  color: #fff;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 1px;
}

.footer_botton p {
  margin: 0;
}

#breadcrumb {
  background: url("../images/banner.jpg");
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 300px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  position: relative;
  background-attachment: fixed;
  z-index: 1;
}

#breadcrumb::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(315deg, #fc9842 0%, #fe5f75 74%);
  opacity: .8;
  z-index: -1;
}

#breadcrumb h1 {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 0;
}

#company_detils {
  padding: 3rem 0;
  background: #f8f8f8;
}

#company_detils ul {
  margin: 0;
  padding: 0;
  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;
}

#company_detils ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 10px 2px;
  height: 150px;
  background: #fff;
  width: 32%;
  -webkit-box-shadow: 1px 0px 10px #0000002e;
          box-shadow: 1px 0px 10px #0000002e;
  border-radius: 10px;
}

#company_detils ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 100%;
  color: #000;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1px;
}

#company_detils ul li a svg {
  background: linear-gradient(315deg, #fc9842 0%, #fe5f75 74%);
  color: #fff;
  padding: 4px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

#about_grid {
  padding: 2rem 0;
  background: #f8f8f8;
}

#about_grid .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#about_grid .container .left,
#about_grid .container .right {
  width: 49%;
}

#about_grid .container .left h4,
#about_grid .container .right h4 {
  font-size: 2.2rem;
  font-weight: 800;
  text-transform: capitalize;
  letter-spacing: 1px;
  position: relative;
  color: #3c40c6;
}

#about_grid .container .left p,
#about_grid .container .right p {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 27px;
}

#about_grid .container .left img,
#about_grid .container .right img {
  width: 100%;
}

#product_page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#product_page .cateories {
  padding: 2rem 10px;
  width: 20%;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

#product_page .cateories h4 {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 10px;
  color: #fff;
  margin: 0;
  background: linear-gradient(315deg, #fc9842 0%, #fe5f75 74%);
  border-radius: 5px;
}

#product_page .cateories ul {
  padding: 0;
  margin: 1rem 0;
}

#product_page .cateories ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 7px 6px;
  font-size: 15px;
  letter-spacing: 1px;
  color: #000;
  opacity: .6;
}

#product_page .products_listings {
  width: 80%;
  padding: 10px;
}

#branch {
  padding: 3rem 0;
}

#branch .container ul {
  padding: 0;
  margin: 0;
  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;
}

#branch .container ul li {
  width: 32%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: relative;
  overflow: hidden;
  height: 280px;
}

#branch .container ul li:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

#branch .container ul li img {
  -webkit-transition: all .4s;
  transition: all .4s;
  width: 100%;
  height: 100%;
}

#branch .container ul li .branch_address {
  position: absolute;
  top: 0;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#6a11cba3), to(#2575fcab));
  background: linear-gradient(to right, #6a11cba3 0%, #2575fcab 100%);
  padding: 20px;
}

#branch .container ul li .branch_address a {
  font-size: 17px;
  color: #fff;
}

#branch .container ul li .branch_address p {
  font-size: 14px;
  letter-spacing: 1px;
  margin: 10px 0;
}

#cart {
  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;
  padding: 2rem 5rem;
}

#cart .left {
  width: 70%;
  padding: 10px;
  background: #fff;
  border: 1px solid #f8f8f8;
  -webkit-box-shadow: 1px -1px 10px #0000001f;
          box-shadow: 1px -1px 10px #0000001f;
  border-radius: 5px;
}

#cart .left table {
  width: 100%;
}

#cart .left table thead {
  background: #f8f8f8;
}

#cart .left table thead tr th {
  padding: 10px;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  color: #3c40c6;
}

#cart .left table tbody tr td {
  font-size: 12px;
  letter-spacing: 1px;
  padding: 10px;
}

#cart .left table tbody tr td select {
  width: 50px;
  padding: 2px;
  border: 2px solid #f8f8f8;
  border-radius: 3px;
}

#cart .left table tbody tr td button {
  border: none;
  background: transparent;
}

#cart .left table tbody tr:nth-child(even) td {
  background: #f8f8f8;
}

#cart .right {
  background: #fff;
  padding: 10px;
  border: 1px solid #f8f8f8;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 28%;
}

#cart .right .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px 0;
  border-bottom: 1px solid #eee;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: capitalize;
  color: #1e272e;
}

#cart .right .cart_body {
  padding: 10px 0;
}

#cart .right .cart_body ul {
  padding: 0;
  margin: 0;
}

#cart .right .cart_body ul li {
  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;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin: 10px 0;
}

#cart .right .cart_body ul li:nth-child(4) {
  font-size: 1.1rem;
}

#cart .right .cart_body ul li:nth-child(4) span {
  color: #fc9842;
  font-weight: bold;
}

#cart .right .cart_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
  border-top: 1px solid #eee;
}

#cart .right .cart_footer button {
  width: 100%;
  border: none;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/*# sourceMappingURL=style.css.map */