* {
  direction: rtl;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "tajawal", sans-serif;
}
body .sticky {
  position: fixed !important;
  top: 0;
  z-index: 100;
  background-color: #fff;
  padding-top: 2px;
  border-bottom: 1px solid #ddd;
}
body.layout-right #top {
  box-shadow: 0px 1px 10px 1px #ccc;
  position: relative;
}
body.layout-right #top header {
  position: relative;
}
body.layout-right #top header::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  background-color: #01060a4b;
  height: 45%;
}
body.layout-right #top header .carousel {
  height: 320px;
  width: 100%;
}
body.layout-right #top header .carousel .carousel-inner {
  height: 100%;
}
body.layout-right #top header #logo {
  position: absolute;
  bottom: 15px;
  right: 25px;
  display: flex;
  z-index: 3;
  text-align: right;
}
body.layout-right #top header #logo img {
  width: 100px;
  border-radius: 5px;
}
body.layout-right #top header #logo .desc {
  margin-right: 15px;
  color: #fff;
}
body.layout-right #top header #logo .desc h2 {
  font-weight: 900;
}
body.layout-right #top header #extra {
  position: absolute;
  bottom: 45px;
  left: 25px;
  display: flex;
  align-items: center;
  z-index: 15;
}
body.layout-right #top header #extra .search-div {
  margin: 0 15px;
}
body.layout-right #top header #extra .search-div input {
  width: 220px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
body.layout-right #top header #extra .search-div button[type=submit] {
  margin-right: 0px;
  color: #fff;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  background-color: #00192d;
}
body.layout-right #top header #extra .lang a {
  padding: 16px;
  background-color: rgba(255, 255, 255, 0.116);
  border: 1px solid #ccc;
  color: #fff;
  font-weight: bold;
  font-size: 17px;
  text-decoration: none;
  transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -webkit-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  background-color: #00192d;
  opacity: 0.9;
}
body.layout-right #top header #extra .lang a:hover {
  background-color: #00192d;
}
body.layout-right #top nav#category-nav {
  padding: 0;
  position: relative;
  z-index: 15;
  overflow-x: auto;
}
body.layout-right #top nav#category-nav ul li a {
  padding: 20px;
  font-weight: 500;
  color: #222;
  position: relative;
  white-space: nowrap;
}
body.layout-right #top nav#category-nav ul li a:hover::before, body.layout-right #top nav#category-nav ul li a.active::before {
  content: "";
  width: 90%;
  height: 2px;
  background-color: #00192d;
  position: absolute;
  bottom: 0;
  right: 5%;
  border-radius: 15px;
}
body.layout-right #main {
  box-shadow: 8px 0 10px -4px #ddd, -8px 0 10px -4px #ddd, 0 -5px 10px -4px #fff, 0 5px 10px -4px #fff;
  padding: 15px;
  position: relative;
}
body.layout-right #main .cat-menu {
  text-align: right;
  margin-bottom: 25px;
}
body.layout-right #main .cat-menu h3 {
  font-size: 30px;
  color: #00192d;
  font-weight: 900;
  padding: 15px 5px 10px 0;
}
body.layout-right #main .cat-menu .item {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #ddd;
  padding: 20px 25px;
  color: #222;
  text-decoration: none;
  cursor: pointer;
  transition: all ease 300ms;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -o-transition: all ease 300ms;
}
body.layout-right #main .cat-menu .item:hover, body.layout-right #main .cat-menu .item.active {
  color: #fff;
}
body.layout-right #main .cat-menu .item:hover .info .desc, body.layout-right #main .cat-menu .item.active .info .desc {
  color: #fff;
}
body.layout-right #main .cat-menu .item .item-img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 5px;
}
body.layout-right #main .cat-menu .item .info {
  padding: 10px;
  font-size: 20px;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
body.layout-right #main .cat-menu .item .info .price {
  justify-self: flex-end;
}
body.layout-right #main .cat-menu .item .info .desc {
  color: #999;
  padding: 5px 0;
}
body.layout-right #main .cat-menu .modal {
  background-color: #eee;
}
body.layout-right #main .cat-menu .modal .modal-dialog {
  box-shadow: 2px 2px 10px 5px #ddd;
  max-width: 65%;
  margin-top: 0;
}
body.layout-right #main .cat-menu .modal .modal-dialog .modal-content {
  border: none;
}
body.layout-right #main .cat-menu .modal .modal-dialog .modal-content .modal-header {
  padding: 0;
}
body.layout-right #main .cat-menu .modal .modal-dialog .modal-content .modal-header .close {
  position: absolute;
  top: 25px;
  left: 15px;
  background-color: #fff;
  border-radius: 50%;
  opacity: 0.8;
}
body.layout-right #main .cat-menu .modal .modal-dialog .modal-content .modal-header .head-img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  object-position: 50% 50%;
}
body.layout-right #main .cat-menu .modal .modal-dialog .modal-content .modal-body {
  min-height: 50vh;
}
body.layout-right #main .cat-menu .modal .modal-dialog .modal-content .modal-body .modal-info {
  font-size: 30px;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  padding: 25px;
  border-bottom: 1px solid #eee;
}
body.layout-right #main .cat-menu .modal .modal-dialog .modal-content .modal-body .modal-info .desc {
  color: #999;
  font-size: 20px;
  padding-top: 8px;
}
body.layout-right #main .cat-menu .modal .modal-dialog .modal-content .modal-body .quantity {
  display: flex;
  justify-content: space-between;
  font-size: 25px;
  padding: 35px 0;
}
body.layout-right #main .cat-menu .modal .modal-dialog .modal-content .modal-body .quantity .qnt {
  display: flex;
  align-items: center;
}
body.layout-right #main .cat-menu .modal .modal-dialog .modal-content .modal-body .quantity .qnt a {
  margin: 0 10px;
  display: flex;
  text-decoration: none;
}
body.layout-right #main .cat-menu .modal .modal-dialog .modal-content .modal-body .quantity .qnt a i {
  font-size: 45px;
  color: #bb9b86;
}
body.layout-right #main .cat-menu .modal .modal-dialog .modal-content .modal-body .quantity .qnt .nbr {
  border: 1px solid #ddd;
  padding: 4px 22px;
}
body.layout-right #main .cat-menu .modal .modal-dialog .modal-content .modal-body .notes {
  font-size: 25px;
  padding: 35px 0;
}
body.layout-right #main .cat-menu .modal .modal-dialog .modal-content .modal-body .notes label {
  display: block;
}
body.layout-right #main .cat-menu .modal .modal-dialog .modal-content .modal-body .notes input {
  border-radius: 5px;
  width: 100%;
  font-size: 32px;
  border: 1px solid #bbb;
}
body.layout-right #main .cat-menu .modal .modal-dialog .modal-content .modal-body .form-group {
  font-size: 23px;
  padding: 15px 0;
}
body.layout-right #main .cat-menu .modal .modal-dialog .modal-content .modal-body .form-group input {
  border: 1px solid #ccc;
  font-size: 23px;
}
body.layout-right #main .cat-menu .modal .modal-dialog .modal-content .modal-footer {
  text-align: center;
}
body.layout-right #main .cat-menu .modal .modal-dialog .modal-content .modal-footer .addtocart {
  display: flex;
  padding: 15px;
  width: 35%;
  margin: auto;
  background-color: #00192d;
  border-radius: 10px;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
}
body.layout-right #main .cat-menu .modal .modal-dialog .modal-content .modal-footer .addtocart .add {
  width: 76%;
}
body.layout-right #main .cat-menu .modal .modal-dialog .modal-content .modal-footer .addtocart .totalPrice {
  width: 12%;
}
body.layout-right #main .cat-menu .modal .modal-dialog .modal-content .modal-footer .addtocart .totalQnt {
  width: 12%;
  border: 1px solid #fff;
  border-radius: 100%;
}
body.layout-right #main .search-overlay {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  z-index: 10;
  width: 100%;
  background-color: #fff;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
body.layout-right #main .search-overlay .s-item {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #ddd;
  padding: 20px 25px;
  color: #222;
  text-decoration: none;
  cursor: pointer;
  transition: all ease 300ms;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -o-transition: all ease 300ms;
}
body.layout-right #main .search-overlay .s-item:hover, body.layout-right #main .search-overlay .s-item.active {
  color: #fff;
}
body.layout-right #main .search-overlay .s-item:hover .s-info .s-desc, body.layout-right #main .search-overlay .s-item.active .s-info .s-desc {
  color: #fff;
}
body.layout-right #main .search-overlay .s-item .s-image {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 5px;
}
body.layout-right #main .search-overlay .s-item .s-info {
  padding: 10px;
  font-size: 20px;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
body.layout-right #main .search-overlay .s-item .s-info .s-price {
  justify-self: flex-end;
  align-self: end;
}
body.layout-right #main .search-overlay .s-item .s-info .s-desc {
  color: #999;
  padding: 8px 0;
}
body.layout-right #main .noitems {
  text-align: left;
  padding: 20px;
}
body.layout-right #cart-bottom {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 21px;
  border-top: 1px solid #ddd;
  background-color: #fefefe;
  z-index: 5;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.45) 0px -15px 20px -20px;
}
body.layout-right #cart-bottom .addtocart-b {
  display: flex;
  padding: 15px;
  width: 35%;
  margin: 0 5px;
  background-color: #00192d;
  border-radius: 10px;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
}
body.layout-right #cart-bottom .addtocart-b .add {
  width: 76%;
}
body.layout-right #cart-bottom .addtocart-b .total-cart {
  width: 25%;
}
body.layout-right #cart-bottom .addtocart-b .total-count {
  width: 12%;
  border: 1px solid #fff;
  border-radius: 100%;
}
body.layout-right #cart-modal .modal {
  background-color: #eee;
  position: absolute;
  top: 0;
}
body.layout-right #cart-modal .modal .modal-dialog {
  box-shadow: 2px 2px 10px 5px #ddd;
  max-width: 65%;
  margin-top: 0;
}
body.layout-right #cart-modal .modal .modal-dialog .modal-content {
  border: none;
}
body.layout-right #cart-modal .modal .modal-dialog .modal-content .modal-header {
  padding: 0;
}
body.layout-right #cart-modal .modal .modal-dialog .modal-content .modal-header .modal-title {
  font-size: 30px;
  background-color: #00192d;
  color: #fff;
  width: 100%;
  text-align: center;
  padding: 15px;
}
body.layout-right #cart-modal .modal .modal-dialog .modal-content .modal-body {
  min-height: 70vh;
}
body.layout-right #cart-modal .modal .modal-dialog .modal-content .modal-body .show-cart ul {
  list-style: none;
  display: flex;
  padding: 25px;
  border-bottom: 1px solid #ddd;
  direction: rtl;
}
body.layout-right #cart-modal .modal .modal-dialog .modal-content .modal-body .show-cart ul li {
  width: 33%;
  text-align: right;
}
body.layout-right #cart-modal .modal .modal-dialog .modal-content .modal-body .total {
  padding: 10px 0;
  font-weight: 800;
  text-align: right;
}
body.layout-right #cart-modal .modal .modal-dialog .modal-content .modal-body .table-num {
  text-align: right;
}
body.layout-right #cart-modal .modal .modal-dialog .modal-content .modal-body form {
  text-align: right;
}
body.layout-right #cart-modal .modal .modal-dialog .modal-content .modal-footer .btn-previous {
  background-color: #f0932b;
  color: #fff;
}
body.layout-right #cart-modal .modal .modal-dialog .modal-content .modal-footer .btn-proceed {
  background-color: #6ab04c;
  color: #fff;
}
body.layout-right footer {
  box-shadow: 8px 0 10px -4px #ddd, -8px 0 10px -4px #ddd, 0 -5px 10px -8px #fff, 0 5px 10px -8px #fff;
  padding: 25px;
  margin-top: 15px;
  text-align: center;
}
body.layout-right footer .callUs {
  display: flex;
  justify-content: center;
  font-size: 18px;
}
body.layout-right footer .callUs span {
  font-weight: 500;
  margin: 0 8px;
}
body.layout-right footer .p-services {
  display: flex;
  justify-content: center;
}
body.layout-right footer .p-services img {
  width: 90px;
  margin: 0 10px;
}
body.layout-right footer .links {
  font-size: 18px;
  font-weight: 500;
  margin: 15px auto;
}
body.layout-right footer .links a {
  margin: 0 5px;
}
body.layout-right footer .links .modal {
  background: rgba(22, 22, 22, 0.507);
}
body.layout-right footer .links .modal .modal-dialog {
  max-width: 60%;
}
body.layout-right footer .links .modal .modal-dialog .modal-header {
  padding: 0;
}
body.layout-right footer .links .modal .modal-dialog .modal-header img {
  border-radius: 3px;
  width: 100%;
  max-height: 250px;
}
body.layout-right footer .links .modal .modal-dialog .modal-header button {
  position: absolute;
  top: 35px;
  background-color: #fff;
  opacity: 1;
  padding: 12px;
  right: 35px;
  border-radius: 5px;
  background-color: #2369a3;
  color: #fff;
}
body.layout-right footer .links .modal .modal-dialog .modal-header .terms-title {
  padding: 20px;
}
body.layout-right footer .links .modal .modal-dialog .modal-body form {
  text-align: right;
}
body.layout-right footer .links .modal .modal-dialog .modal-body form label {
  font-weight: 500;
}
body.layout-right footer .links .modal .modal-dialog .modal-body .terms-text {
  text-align: right;
  line-height: 2;
  font-size: 20px;
  padding: 5px 20px;
}
body.layout-right footer .links .modal .modal-dialog .modal-footer .return-btn {
  background-color: #00192d;
  color: #fff;
  font-size: 25px;
  padding: 10px;
  width: 30%;
  opacity: 1;
  border-radius: 8px;
}
body.layout-right footer .social {
  display: flex;
  justify-content: center;
  margin-bottom: 90px;
}
body.layout-right footer .social a {
  margin: 0 10px;
  transition: all ease 300ms;
  -o-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -webkit-transition: all ease 300ms;
}
body.layout-right footer .social a:hover {
  transform: scale(1.2);
  -o-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
}
body.layout-right footer .social a img {
  width: 40px;
}
body.layout-right .swal2-actions {
  flex-direction: row-reverse;
}
body.layout-left #top {
  box-shadow: 0px 1px 10px 1px #ccc;
  position: relative;
}
body.layout-left #top header {
  position: relative;
}
body.layout-left #top header::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  background-color: #01060a4b;
  height: 45%;
}
body.layout-left #top header .carousel {
  height: 320px;
  width: 100%;
}
body.layout-left #top header .carousel .carousel-inner {
  height: 100%;
}
body.layout-left #top header #logo {
  position: absolute;
  bottom: 15px;
  left: 25px;
  display: flex;
  z-index: 3;
  text-align: right;
  justify-content: flex-start;
}
body.layout-left #top header #logo img {
  width: 100px;
  border-radius: 5px;
}
body.layout-left #top header #logo .desc {
  margin-left: 15px;
  color: #fff;
  text-align: left;
}
body.layout-left #top header #logo .desc h2 {
  font-weight: 900;
}
body.layout-left #top header #extra {
  position: absolute;
  bottom: 45px;
  right: 25px;
  display: flex;
  align-items: center;
  z-index: 15;
  justify-content: flex-end;
}
body.layout-left #top header #extra .search-div {
  margin: 0 15px;
}
body.layout-left #top header #extra .search-div input {
  width: 220px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
body.layout-left #top header #extra .search-div button[type=submit] {
  margin-right: 0px;
  color: #fff;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  background-color: #00192d;
}
body.layout-left #top header #extra .lang a {
  padding: 16px;
  background-color: rgba(255, 255, 255, 0.116);
  border: 1px solid #ccc;
  color: #fff;
  font-weight: bold;
  font-size: 17px;
  text-decoration: none;
  transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -webkit-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  background-color: #00192d;
  opacity: 0.9;
}
body.layout-left #top header #extra .lang a:hover {
  background-color: #00192d;
}
body.layout-left #top nav#category-nav {
  padding: 0;
  position: relative;
  z-index: 15;
  overflow-x: auto;
  text-align: left;
}
body.layout-left #top nav#category-nav ul li a {
  padding: 20px;
  font-weight: 500;
  color: #222;
  position: relative;
  white-space: nowrap;
}
body.layout-left #top nav#category-nav ul li a:hover::before, body.layout-left #top nav#category-nav ul li a.active::before {
  content: "";
  width: 90%;
  height: 2px;
  background-color: #00192d;
  position: absolute;
  bottom: 0;
  right: 5%;
  border-radius: 15px;
}
body.layout-left #main {
  box-shadow: 8px 0 10px -4px #ddd, -8px 0 10px -4px #ddd, 0 -5px 10px -4px #fff, 0 5px 10px -4px #fff;
  padding: 15px;
  position: relative;
}
body.layout-left #main .cat-menu {
  text-align: left;
  margin-bottom: 25px;
}
body.layout-left #main .cat-menu h3 {
  font-size: 30px;
  color: #00192d;
  font-weight: 900;
  padding: 15px 0 10px 5px;
}
body.layout-left #main .cat-menu .item {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #ddd;
  padding: 20px 25px;
  color: #222;
  text-decoration: none;
  cursor: pointer;
  transition: all ease 300ms;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -o-transition: all ease 300ms;
}
body.layout-left #main .cat-menu .item:hover, body.layout-left #main .cat-menu .item.active {
  color: #fff;
}
body.layout-left #main .cat-menu .item:hover .info .desc, body.layout-left #main .cat-menu .item.active .info .desc {
  color: #fff;
}
body.layout-left #main .cat-menu .item .item-img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 5px;
}
body.layout-left #main .cat-menu .item .info {
  padding: 10px;
  font-size: 20px;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
body.layout-left #main .cat-menu .item .info .desc {
  color: #999;
  padding: 5px 0;
}
body.layout-left #main .cat-menu .modal {
  background-color: #eee;
}
body.layout-left #main .cat-menu .modal .modal-dialog {
  box-shadow: 2px 2px 10px 5px #ddd;
  max-width: 65%;
  margin-top: 0;
}
body.layout-left #main .cat-menu .modal .modal-dialog .modal-content {
  border: none;
}
body.layout-left #main .cat-menu .modal .modal-dialog .modal-content .modal-header {
  padding: 0;
}
body.layout-left #main .cat-menu .modal .modal-dialog .modal-content .modal-header .close {
  position: absolute;
  top: 25px;
  left: 15px;
  background-color: #fff;
  border-radius: 50%;
  opacity: 0.8;
}
body.layout-left #main .cat-menu .modal .modal-dialog .modal-content .modal-header .head-img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  object-position: 50% 50%;
}
body.layout-left #main .cat-menu .modal .modal-dialog .modal-content .modal-body {
  min-height: 50vh;
}
body.layout-left #main .cat-menu .modal .modal-dialog .modal-content .modal-body .modal-info {
  font-size: 30px;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  padding: 25px;
  border-bottom: 1px solid #eee;
}
body.layout-left #main .cat-menu .modal .modal-dialog .modal-content .modal-body .modal-info .price .p {
  margin: 0 5px;
}
body.layout-left #main .cat-menu .modal .modal-dialog .modal-content .modal-body .modal-info .desc {
  color: #999;
  font-size: 20px;
  padding-top: 8px;
}
body.layout-left #main .cat-menu .modal .modal-dialog .modal-content .modal-body .quantity {
  display: flex;
  justify-content: space-between;
  font-size: 25px;
  padding: 35px 10px;
}
body.layout-left #main .cat-menu .modal .modal-dialog .modal-content .modal-body .quantity .qnt {
  display: flex;
  align-items: center;
}
body.layout-left #main .cat-menu .modal .modal-dialog .modal-content .modal-body .quantity .qnt a {
  margin: 0 10px;
  display: flex;
  text-decoration: none;
}
body.layout-left #main .cat-menu .modal .modal-dialog .modal-content .modal-body .quantity .qnt a i {
  font-size: 45px;
  color: #bb9b86;
}
body.layout-left #main .cat-menu .modal .modal-dialog .modal-content .modal-body .quantity .qnt .nbr {
  border: 1px solid #ddd;
  padding: 4px 22px;
}
body.layout-left #main .cat-menu .modal .modal-dialog .modal-content .modal-body .notes {
  font-size: 25px;
  padding: 35px 10px;
}
body.layout-left #main .cat-menu .modal .modal-dialog .modal-content .modal-body .notes label {
  display: block;
}
body.layout-left #main .cat-menu .modal .modal-dialog .modal-content .modal-body .notes input {
  border-radius: 5px;
  width: 100%;
  font-size: 32px;
  border: 1px solid #bbb;
}
body.layout-left #main .cat-menu .modal .modal-dialog .modal-content .modal-body .form-group {
  font-size: 23px;
  padding: 15px 0;
}
body.layout-left #main .cat-menu .modal .modal-dialog .modal-content .modal-body .form-group input {
  border: 1px solid #ccc;
  font-size: 23px;
}
body.layout-left #main .cat-menu .modal .modal-dialog .modal-content .modal-footer {
  text-align: center;
}
body.layout-left #main .cat-menu .modal .modal-dialog .modal-content .modal-footer .addtocart {
  display: flex;
  padding: 15px;
  width: 35%;
  margin: auto;
  background-color: #00192d;
  border-radius: 10px;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
}
body.layout-left #main .cat-menu .modal .modal-dialog .modal-content .modal-footer .addtocart .add {
  width: 76%;
}
body.layout-left #main .cat-menu .modal .modal-dialog .modal-content .modal-footer .addtocart .totalPrice {
  width: 12%;
}
body.layout-left #main .cat-menu .modal .modal-dialog .modal-content .modal-footer .addtocart .totalQnt {
  width: 12%;
  border: 1px solid #fff;
  border-radius: 100%;
}
body.layout-left #main .search-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  z-index: 10;
  width: 100%;
  background-color: #fff;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
body.layout-left #main .search-overlay .s-item {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  border-bottom: 2px solid #ddd;
  padding: 20px 25px;
  color: #222;
  text-decoration: none;
  cursor: pointer;
  transition: all ease 300ms;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -o-transition: all ease 300ms;
}
body.layout-left #main .search-overlay .s-item:hover, body.layout-left #main .search-overlay .s-item.active {
  color: #fff;
}
body.layout-left #main .search-overlay .s-item:hover .s-info .s-desc, body.layout-left #main .search-overlay .s-item.active .s-info .s-desc {
  color: #fff;
}
body.layout-left #main .search-overlay .s-item .s-image {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 5px;
}
body.layout-left #main .search-overlay .s-item .s-info {
  padding: 10px;
  font-size: 20px;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}
body.layout-left #main .search-overlay .s-item .s-info .s-desc {
  color: #999;
  padding: 8px 0;
}
body.layout-left #main .noitems {
  text-align: left;
  padding: 20px;
}
body.layout-left #cart-bottom {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 21px;
  border-top: 1px solid #ddd;
  background-color: #fefefe;
  z-index: 5;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.45) 0px -15px 20px -20px;
}
body.layout-left #cart-bottom .addtocart-b {
  display: flex;
  padding: 15px;
  width: 35%;
  margin: 0 5px;
  background-color: #00192d;
  border-radius: 10px;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
}
body.layout-left #cart-bottom .addtocart-b .add {
  width: 76%;
}
body.layout-left #cart-bottom .addtocart-b .total-cart {
  width: 25%;
}
body.layout-left #cart-bottom .addtocart-b .total-count {
  width: 12%;
  border: 1px solid #fff;
  border-radius: 100%;
}
body.layout-left #cart-modal .modal {
  background-color: #eee;
  position: absolute;
  top: 0;
}
body.layout-left #cart-modal .modal .modal-dialog {
  box-shadow: 2px 2px 10px 5px #ddd;
  max-width: 65%;
  margin-top: 0;
}
body.layout-left #cart-modal .modal .modal-dialog .modal-content {
  border: none;
}
body.layout-left #cart-modal .modal .modal-dialog .modal-content .modal-header {
  padding: 0;
}
body.layout-left #cart-modal .modal .modal-dialog .modal-content .modal-header .modal-title {
  font-size: 30px;
  background-color: #00192d;
  color: #fff;
  width: 100%;
  text-align: center;
  padding: 15px;
}
body.layout-left #cart-modal .modal .modal-dialog .modal-content .modal-body {
  min-height: 70vh;
}
body.layout-left #cart-modal .modal .modal-dialog .modal-content .modal-body .show-cart ul {
  list-style: none;
  display: flex;
  padding: 25px;
  border-bottom: 1px solid #ddd;
  direction: ltr;
}
body.layout-left #cart-modal .modal .modal-dialog .modal-content .modal-body .show-cart ul li {
  width: 33%;
  text-align: left;
}
body.layout-left #cart-modal .modal .modal-dialog .modal-content .modal-body .total {
  padding: 10px 0;
  font-weight: 800;
}
body.layout-left #cart-modal .modal .modal-dialog .modal-content .modal-footer .btn-previous {
  background-color: #f0932b;
  color: #fff;
}
body.layout-left #cart-modal .modal .modal-dialog .modal-content .modal-footer .btn-proceed {
  background-color: #6ab04c;
  color: #fff;
}
body.layout-left footer {
  box-shadow: 8px 0 10px -4px #ddd, -8px 0 10px -4px #ddd, 0 -5px 10px -8px #fff, 0 5px 10px -8px #fff;
  padding: 25px;
  margin-top: 15px;
  text-align: center;
}
body.layout-left footer .callUs {
  display: flex;
  justify-content: center;
  font-size: 18px;
}
body.layout-left footer .callUs span {
  font-weight: 500;
  margin: 0 8px;
}
body.layout-left footer .p-services {
  display: flex;
  justify-content: center;
}
body.layout-left footer .p-services img {
  width: 90px;
  margin: 0 10px;
}
body.layout-left footer .links {
  font-size: 18px;
  font-weight: 500;
  margin: 15px auto;
}
body.layout-left footer .links a {
  margin: 0 5px;
}
body.layout-left footer .links .modal {
  background: rgba(22, 22, 22, 0.507);
}
body.layout-left footer .links .modal .modal-dialog {
  max-width: 60%;
}
body.layout-left footer .links .modal .modal-dialog .modal-header {
  padding: 0;
}
body.layout-left footer .links .modal .modal-dialog .modal-header img {
  border-radius: 3px;
  width: 100%;
  max-height: 250px;
}
body.layout-left footer .links .modal .modal-dialog .modal-header button {
  position: absolute;
  top: 35px;
  background-color: #fff;
  opacity: 1;
  padding: 12px;
  right: 35px;
  border-radius: 5px;
  background-color: #2369a3;
  color: #fff;
}
body.layout-left footer .links .modal .modal-dialog .modal-header .terms-title {
  padding: 20px;
}
body.layout-left footer .links .modal .modal-dialog .modal-body form {
  text-align: left;
}
body.layout-left footer .links .modal .modal-dialog .modal-body form label {
  font-weight: 500;
}
body.layout-left footer .links .modal .modal-dialog .modal-body .terms-text {
  text-align: right;
  line-height: 2;
  font-size: 20px;
  padding: 5px 20px;
}
body.layout-left footer .links .modal .modal-dialog .modal-footer .return-btn {
  background-color: #00192d;
  color: #fff;
  font-size: 25px;
  padding: 10px;
  width: 30%;
  opacity: 1;
  border-radius: 8px;
}
body.layout-left footer .social {
  display: flex;
  justify-content: center;
  margin-bottom: 90px;
}
body.layout-left footer .social a {
  margin: 0 10px;
  transition: all ease 300ms;
  -o-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -webkit-transition: all ease 300ms;
}
body.layout-left footer .social a:hover {
  transform: scale(1.2);
  -o-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
}
body.layout-left footer .social a img {
  width: 40px;
}
body.layout-left .swal2-title {
  direction: ltr;
}

.currency-icon {
  width: 14px;
  height: 14px;
  vertical-align: middle;
}


@media screen and (max-width: 480px) {
  body.layout-right #top header::after {
    height: 65%;
  }
  body.layout-right #top header .carousel {
    height: 280px;
  }
  body.layout-right #top header .carousel .carousel-inner img {
    height: 280px;
  }
  body.layout-right #top header #logo {
    bottom: 75px;
  }
  body.layout-right #top header #logo img {
    width: 80px;
  }
  body.layout-right #top header #logo .desc h2 {
    font-size: 22px;
  }
  body.layout-right #top header #logo .desc p {
    font-size: 14px;
  }
  body.layout-right #top header #extra {
    top: 20px;
    right: 20px;
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: flex-end;
    height: 250px;
  }
  body.layout-right #top header #extra .search-div {
    margin: 0 5px;
    width: 100%;
    align-self: center;
  }
  body.layout-right #top header #extra .search-div input {
    width: 85%;
    font-size: 15px;
  }
  body.layout-right #top header #extra .search-div button[type=submit] {
    width: 15%;
    font-size: 15px;
  }
  body.layout-right #top header #extra .lang {
    width: 30%;
  }
  body.layout-right #top header #extra .lang a {
    padding: 6px;
    font-size: 14px;
  }
  body.layout-right #top nav#category-nav ul li a.active {
    font-weight: 800;
  }
  body.layout-right #top nav#category-nav ul:after {
    content: "";
    position: fixed;
    top: 280px;
    left: 0;
    opacity: 0.7;
    height: 64px;
    width: 60px;
    /*background: #fff;*/
    z-index: 10;
  }
  body.layout-right #main .cat-menu .item {
    padding: 10px 15px;
  }
  body.layout-right #main .cat-menu .item:hover {
    background-color: unset;
    color: unset;
  }
  body.layout-right #main .cat-menu .item:hover .info .desc {
    color: unset;
  }
  body.layout-right #main .cat-menu .item.active {
    background-color: #bb9b86;
    color: #fff;
  }
  body.layout-right #main .cat-menu .item.active .info .desc {
    color: #fff;
  }
  body.layout-right #main .cat-menu .item .item-img {
    width: 100px;
    height: 100px;
  }
  body.layout-right #main .cat-menu .item .info {
    padding: 0;
    font-size: 17px;
  }
  body.layout-right #main .cat-menu .item .info .desc {
    font-size: 15px;
  }
  body.layout-right #main .cat-menu .modal .modal-dialog {
    max-width: 95%;
  }
  body.layout-right #main .cat-menu .modal .modal-dialog .modal-content .modal-body .modal-info {
    font-size: 23px;
    padding: 25px 0;
  }
  body.layout-right #main .cat-menu .modal .modal-dialog .modal-content .modal-body .modal-info .desc {
    font-size: 15px;
  }
  body.layout-right #main .cat-menu .modal .modal-dialog .modal-content .modal-body .quantity, body.layout-right #main .cat-menu .modal .modal-dialog .modal-content .modal-body .notes {
    padding: 8px 0;
  }
  body.layout-right #main .cat-menu .modal .modal-dialog .modal-content .modal-footer .addtocart {
    width: 100%;
  }
  body.layout-right #cart-bottom {
    width: 100%;
    /*left: unset;*/
    padding: 12px;
  }
  body.layout-right #cart-bottom .addtocart-b {
    width: 65%;
    font-size: 16px;
  }
  body.layout-right #cart-bottom .addtocart-b .total-cart {
    width: 30%;
  }
  body.layout-right #cart-modal .modal .modal-dialog {
    max-width: 95%;
  }
  body.layout-right #cart-modal .modal .modal-dialog .modal-content .modal-body .show-cart ul {
    padding: 15px 0;
  }
  body.layout-right #cart-modal .modal .modal-dialog .modal-content .modal-body .show-cart ul li {
    text-align: center;
  }
  body.layout-right footer .links .modal .modal-dialog {
    max-width: 90%;
    margin: auto;
  }
  body.layout-right footer .links .modal .modal-dialog .modal-header .terms-title {
    padding: 10px;
  }
  body.layout-right footer .links .modal .modal-dialog .modal-body .terms-text {
    text-align: right;
    line-height: 2;
    font-size: 20px;
    padding: 5px 10px;
  }
  body.layout-left #top header::after {
    height: 65%;
  }
  body.layout-left #top header .carousel {
    height: 280px;
  }
  body.layout-left #top header .carousel .carousel-inner img {
    height: 280px;
  }
  body.layout-left #top header #logo {
    bottom: 75px;
  }
  body.layout-left #top header #logo img {
    width: 80px;
  }
  body.layout-left #top header #logo .desc h2 {
    font-size: 22px;
  }
  body.layout-left #top header #logo .desc p {
    font-size: 14px;
  }
  body.layout-left #top header #extra {
    top: 20px;
    left: 20px;
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: flex-end;
    height: 250px;
  }
  body.layout-left #top header #extra .search-div {
    margin: 0 5px;
    width: 100%;
    align-self: center;
  }
  body.layout-left #top header #extra .search-div input {
    width: 85%;
    font-size: 15px;
  }
  body.layout-left #top header #extra .search-div button[type=submit] {
    width: 15%;
    font-size: 15px;
  }
  body.layout-left #top header #extra .lang {
    width: 30%;
    margin-right: auto;
  }
  body.layout-left #top header #extra .lang a {
    padding: 6px;
    font-size: 14px;
  }
  body.layout-left #top nav#category-nav ul li a.active {
    font-weight: 800;
  }
  body.layout-left #top nav#category-nav ul:after {
    content: "";
    position: fixed;
    top: 280px;
    right: 0;
    opacity: 0.7;
    height: 64px;
    width: 60px;
    /*background: #fff;*/
    z-index: 10;
  }
  body.layout-left #main .cat-menu .item {
    padding: 10px 15px;
  }
  body.layout-left #main .cat-menu .item:hover {
    background-color: unset;
    color: unset;
  }
  body.layout-left #main .cat-menu .item:hover .info .desc {
    color: unset;
  }
  body.layout-left #main .cat-menu .item.active {
    color: #fff;
  }
  body.layout-left #main .cat-menu .item.active .info .desc {
    color: #fff;
  }
  body.layout-left #main .cat-menu .item .info .desc {
    font-size: 15px;
  }
  body.layout-left #main .cat-menu .modal .modal-dialog {
    max-width: 95%;
  }
  body.layout-left #main .cat-menu .modal .modal-dialog .modal-content .modal-body .modal-info {
    font-size: 23px;
    padding: 25px 0;
  }
  body.layout-left #main .cat-menu .modal .modal-dialog .modal-content .modal-body .modal-info .desc {
    font-size: 15px;
  }
  body.layout-left #main .cat-menu .modal .modal-dialog .modal-content .modal-body .quantity, body.layout-left #main .cat-menu .modal .modal-dialog .modal-content .modal-body .notes {
    padding: 8px 0;
  }
  body.layout-left #main .cat-menu .modal .modal-dialog .modal-content .modal-footer .addtocart {
    width: 100%;
  }
  body.layout-left #main .search-overlay .s-item:hover {
    background-color: unset;
    color: unset;
  }
  body.layout-left #main .search-overlay .s-item:hover .info .desc {
    color: unset;
  }
  body.layout-left #main .search-overlay .s-item.active {
    color: #fff;
  }
  body.layout-left #main .search-overlay .s-item.active .info .desc {
    color: #fff;
  }
  body.layout-left #cart-bottom {
    width: 100%;
    /*left: unset;*/
    padding: 12px;
  }
  body.layout-left #cart-bottom .addtocart-b {
    width: 65%;
    font-size: 16px;
  }
  body.layout-left #cart-bottom .addtocart-b .total-cart {
    width: 30%;
  }
  body.layout-left #cart-modal .modal .modal-dialog {
    max-width: 95%;
  }
  body.layout-left #cart-modal .modal .modal-dialog .modal-content .modal-body .show-cart ul {
    padding: 15px 0;
  }
  body.layout-left #cart-modal .modal .modal-dialog .modal-content .modal-body .show-cart ul li {
    text-align: center;
  }
  body.layout-left footer .links .modal .modal-dialog {
    max-width: 90%;
    margin: auto;
  }
  body.layout-left footer .links .modal .modal-dialog .modal-header .terms-title {
    padding: 10px;
  }
  body.layout-left footer .links .modal .modal-dialog .modal-body .terms-text {
    text-align: right;
    line-height: 2;
    font-size: 20px;
    padding: 5px 10px;
  }

  .sticky-shadow:after {
    top: 0 !important;
  }
}

/*# sourceMappingURL=style.css.map */
