@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Poppins&display=swap");
* {
  box-sizing: border-box;
}

body {
  background-color: #ffffff;
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
}

a {
  text-decoration: none !important;
}

.style-none {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.colorRed {
  background-color: #e04f54;
}

.txtWhite {
  color: #ffffff !important;
}

.badge {
  position: absolute;
  top: -15px;
  left: 25px;
  box-sizing: border-box;
  min-width: 20px;
  height: 20px;
  padding: 0 5px;
  border-radius: 500px;
  vertical-align: middle;
  background-color: white;
  color: #333333;
  font-size: 12px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.secTitle {
  font-weight: lighter;
  text-align: center;
  margin: 30px 0;
}

.alertModal .uk-modal-dialog {
  width: 500px;
}

#customModal2 .uk-modal-dialog {
  width: 800px;
}
#rightSidebarForAddToCart .content .btn2Box .area_fontend {
  padding: 0 20px;
  margin: 0 0 10px 0;
}
.c-btn,
#rightSidebarForAddToCart .content .btn2Box .placeOrder {
  color: #ffffff;
  border: none;
  outline: none !important;
  padding: 7px 15px;
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.3s;
}
.c-btn:hover,
#rightSidebarForAddToCart .content .btn2Box .placeOrder:hover {
  opacity: 0.9;
}
.c-btn svg,
#rightSidebarForAddToCart .content .btn2Box .placeOrder svg {
  width: 20px;
  height: auto;
  margin-right: 5px;
}

#SideMenuBar2 {
  width: 270px;
  top: 46px;
  height: calc(100% - 45px);
  background: #333333;
}
#SideMenuBar2 .uk-offcanvas-bar {
  background: #333333;
  box-shadow: none;
  height: calc(100% - 12%);
}
#SideMenuBar2 .uk-offcanvas-bar .uk-open > .cat_products {
  color: green !important;
  font-weight: bold;
}
#SideMenuBar2 .uk-offcanvas-bar .uk-open > .cat_products::before {
  transform: rotate(180deg);
}
#SideMenuBar2 .uk-offcanvas-bar .guestAndLogin {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 30px;
}
#SideMenuBar2 .uk-offcanvas-bar .guestAndLogin .left-item {
  display: flex;
}
#SideMenuBar2 .uk-offcanvas-bar .guestAndLogin .left-item span {
  font-size: 1.3rem;
}
#SideMenuBar2 .uk-offcanvas-bar .guestAndLogin .right-item a {
  color: #a8a8a8;
  display: flex;
  flex-flow: column;
  align-items: center;
}
#SideMenuBar2 .uk-offcanvas-bar .guestAndLogin .right-item a svg {
  width: 30px;
  height: auto;
}
#SideMenuBar2 .uk-offcanvas-bar .guestAndLogin .right-item a span {
  display: block;
}
#SideMenuBar2
  .uk-offcanvas-bar
  .guestAndLogin
  .c_profile
  .accountShowInMobileApp {
  text-align: center;
  display: block;
  color: rgba(255, 255, 255, 0.7);
}
#SideMenuBar2
  .uk-offcanvas-bar
  .guestAndLogin
  .c_profile
  .accountShowInMobileApp
  svg {
  width: 25px;
}
#SideMenuBar2
  .uk-offcanvas-bar
  .guestAndLogin
  .c_profile
  .accountShowInMobileApp
  span {
  display: block;
}
#SideMenuBar2 .uk-offcanvas-bar .guestAndLogin .c_profile .uk-dropdown {
  background-color: #4f4f4f;
  padding: 10px 15px;
}
#SideMenuBar2 .uk-offcanvas-bar .guestAndLogin .c_profile .uk-dropdown::before {
  content: "";
  position: absolute;
  top: -19px;
  right: 20px;
  border: 10px solid transparent;
  border-bottom-color: #4f4f4f;
}
#SideMenuBar2 .uk-offcanvas-bar .uk-nav-parent-icon > .uk-parent > a::before {
  color: #fff;
}
#SideMenuBar2 .uk-offcanvas-bar .uk-offcanvas-close {
  position: relative;
  top: 0;
  right: 0;
  padding: 15px 0;
}
#SideMenuBar2 .uk-offcanvas-bar .uk-offcanvas-close svg {
  display: none;
}
#SideMenuBar2 .uk-offcanvas-bar a {
  color: white;
}
#SideMenuBar2 .uk-offcanvas-bar a:hover {
  color: white;
}
#SideMenuBar2 .uk-offcanvas-bar a i {
  color: #a8a8a8;
}
#SideMenuBar2 .sidebar-item {
  padding: 10px !important;
}
#SideMenuBar2 .sidebar-item li {
  line-height: 25px;
  position: relative;
}
#SideMenuBar2 .sidebar-item li .subcat_products.active {
  color: green !important;
  font-weight: bold;
}
#SideMenuBar2 .sidebar-footer {
  position: absolute;
  bottom: 12px;
  left: 0;
  width: 268px;
  padding: 0 12px;
}
#SideMenuBar2 .sidebar-footer div {
  display: flex;
  justify-content: space-between;
}
#SideMenuBar2 .sidebar-footer a {
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
}
#SideMenuBar2 .sidebar-footer a svg {
  width: 25px;
}
#SideMenuBar2 .sidebar-footer a span {
  display: block;
}

span.ripple {
  border-radius: 50%;
  position: absolute;
  transform: scale(0);
  animation: ripple 0.5s linear forwards;
}

@keyframes ripple {
  to {
    transform: scale(1);
    opacity: 0;
  }
}
.scrollbar-inner > .scroll-element .scroll-bar {
  background-color: #6ab04c !important;
}

.dropleft .dropTrigger svg {
  stroke: #333333;
}
.dropleft .actionBtnDrop {
  padding: 0 !important;
  min-width: 150px;
}
.dropleft .actionBtnDrop li {
  font-size: 14px;
  border-bottom: 1px dashed #dddddd;
  padding: 5px 10px;
}
.dropleft .actionBtnDrop li:last-child {
  border-bottom-color: transparent;
}

/* START TOOLTIP STYLES */
[tooltip] {
  position: relative;
  /* opinion 1 */
}

/* Applies to all tooltips */
[tooltip]::before,
[tooltip]::after {
  text-transform: none;
  /* opinion 2 */
  font-size: 0.9em;
  /* opinion 3 */
  line-height: 1;
  -webkit-user-select: none;
  user-select: none;
  pointer-events: none;
  position: absolute;
  display: none;
  opacity: 0;
}

[tooltip]::before {
  content: "";
  border: 5px solid transparent;
  /* opinion 4 */
  z-index: 1001;
  /* absurdity 1 */
}

[tooltip]::after {
  content: attr(tooltip);
  /* magic! */
  /* most of the rest of this is opinion */
  font-family: Helvetica, sans-serif;
  text-align: center;
  /*
    Let the content set the size of the tooltips
    but this will also keep them from being obnoxious
    */
  min-width: 3em;
  max-width: 21em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 1ch 1.5ch;
  border-radius: 0.3ch;
  box-shadow: 0 1em 2em -0.5em rgba(0, 0, 0, 0.35);
  background: #333;
  color: #fff;
  z-index: 1000;
  /* absurdity 2 */
}

/* Make the tooltips respond to hover */
[tooltip]:hover::before,
[tooltip]:hover::after {
  display: block;
}

/* don't show empty tooltips */
[tooltip=""]::before,
[tooltip=""]::after {
  display: none !important;
}

/* FLOW: UP */
[tooltip]:not([flow])::before,
[tooltip][flow^="up"]::before {
  bottom: 100%;
  border-bottom-width: 0;
  border-top-color: #333;
}

[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::after {
  bottom: calc(100% + 5px);
}

[tooltip]:not([flow])::before,
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::before,
[tooltip][flow^="up"]::after {
  left: 50%;
  transform: translate(-50%, -0.5em);
}

/* FLOW: DOWN */
[tooltip][flow^="down"]::before {
  top: 100%;
  border-top-width: 0;
  border-bottom-color: #333;
}

[tooltip][flow^="down"]::after {
  top: calc(100% + 5px);
}

[tooltip][flow^="down"]::before,
[tooltip][flow^="down"]::after {
  left: 50%;
  transform: translate(-50%, 0.5em);
}

/* FLOW: LEFT */
[tooltip][flow^="left"]::before {
  top: 50%;
  border-right-width: 0;
  border-left-color: #333;
  left: calc(0em - 5px);
  transform: translate(-0.5em, -50%);
}

[tooltip][flow^="left"]::after {
  top: 50%;
  right: calc(100% + 5px);
  transform: translate(-0.5em, -50%);
}

/* FLOW: RIGHT */
[tooltip][flow^="right"]::before {
  top: 50%;
  border-left-width: 0;
  border-right-color: #333;
  right: calc(0em - 5px);
  transform: translate(0.5em, -50%);
}

[tooltip][flow^="right"]::after {
  top: 50%;
  left: calc(100% + 5px);
  transform: translate(0.5em, -50%);
}

/* KEYFRAMES */
@keyframes tooltips-vert {
  to {
    opacity: 0.9;
    transform: translate(-50%, 0);
  }
}
@keyframes tooltips-horz {
  to {
    opacity: 0.9;
    transform: translate(0, -50%);
  }
}
/* FX All The Things */
[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after,
[tooltip][flow^="up"]:hover::before,
[tooltip][flow^="up"]:hover::after,
[tooltip][flow^="down"]:hover::before,
[tooltip][flow^="down"]:hover::after {
  animation: tooltips-vert 300ms ease-out forwards;
}

[tooltip][flow^="left"]:hover::before,
[tooltip][flow^="left"]:hover::after,
[tooltip][flow^="right"]:hover::before,
[tooltip][flow^="right"]:hover::after {
  animation: tooltips-horz 300ms ease-out forwards;
}

/*
  Chat Box
*/
#chat-circle {
  position: fixed;
  bottom: 30px;
  right: 50px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: white;
  text-align: center;
  line-height: 60px;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.btn#my-btn {
  background: white;
  padding-top: 13px;
  padding-bottom: 12px;
  border-radius: 45px;
  padding-right: 40px;
  padding-left: 40px;
  color: #6ab04c;
}

#chat-overlay {
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: none;
}

.chat-box {
  display: none;
  background: #efefef;
  position: fixed;
  right: 30px;
  bottom: 50px;
  width: 350px;
  max-width: 85vw;
  max-height: 100vh;
  border-radius: 5px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
  z-index: 100;
}

.chat-box-toggle {
  float: right;
  margin-right: 15px;
  cursor: pointer;
}

.chat-box-header {
  height: 70px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: white;
  text-align: center;
  font-size: 20px;
  padding-top: 17px;
}

.chat-box-body {
  position: relative;
  height: 370px;
  height: auto;
  border: 1px solid #ccc;
  overflow: hidden;
}

.chat-box-body:after {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAwIiBoZWlnaHQ9IjIwMCIgdmlld0JveD0iMCAwIDIwMCAyMDAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAgOCkiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PGNpcmNsZSBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMS4yNSIgY3g9IjE3NiIgY3k9IjEyIiByPSI0Ii8+PHBhdGggZD0iTTIwLjUuNWwyMyAxMW0tMjkgODRsLTMuNzkgMTAuMzc3TTI3LjAzNyAxMzEuNGw1Ljg5OCAyLjIwMy0zLjQ2IDUuOTQ3IDYuMDcyIDIuMzkyLTMuOTMzIDUuNzU4bTEyOC43MzMgMzUuMzdsLjY5My05LjMxNiAxMC4yOTIuMDUyLjQxNi05LjIyMiA5LjI3NC4zMzJNLjUgNDguNXM2LjEzMSA2LjQxMyA2Ljg0NyAxNC44MDVjLjcxNSA4LjM5My0yLjUyIDE0LjgwNi0yLjUyIDE0LjgwNk0xMjQuNTU1IDkwcy03LjQ0NCAwLTEzLjY3IDYuMTkyYy02LjIyNyA2LjE5Mi00LjgzOCAxMi4wMTItNC44MzggMTIuMDEybTIuMjQgNjguNjI2cy00LjAyNi05LjAyNS0xOC4xNDUtOS4wMjUtMTguMTQ1IDUuNy0xOC4xNDUgNS43IiBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMS4yNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+PHBhdGggZD0iTTg1LjcxNiAzNi4xNDZsNS4yNDMtOS41MjFoMTEuMDkzbDUuNDE2IDkuNTIxLTUuNDEgOS4xODVIOTAuOTUzbC01LjIzNy05LjE4NXptNjMuOTA5IDE1LjQ3OWgxMC43NXYxMC43NWgtMTAuNzV6IiBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMS4yNSIvPjxjaXJjbGUgZmlsbD0iIzAwMCIgY3g9IjcxLjUiIGN5PSI3LjUiIHI9IjEuNSIvPjxjaXJjbGUgZmlsbD0iIzAwMCIgY3g9IjE3MC41IiBjeT0iOTUuNSIgcj0iMS41Ii8+PGNpcmNsZSBmaWxsPSIjMDAwIiBjeD0iODEuNSIgY3k9IjEzNC41IiByPSIxLjUiLz48Y2lyY2xlIGZpbGw9IiMwMDAiIGN4PSIxMy41IiBjeT0iMjMuNSIgcj0iMS41Ii8+PHBhdGggZmlsbD0iIzAwMCIgZD0iTTkzIDcxaDN2M2gtM3ptMzMgODRoM3YzaC0zem0tODUgMThoM3YzaC0zeiIvPjxwYXRoIGQ9Ik0zOS4zODQgNTEuMTIybDUuNzU4LTQuNDU0IDYuNDUzIDQuMjA1LTIuMjk0IDcuMzYzaC03Ljc5bC0yLjEyNy03LjExNHpNMTMwLjE5NSA0LjAzbDEzLjgzIDUuMDYyLTEwLjA5IDcuMDQ4LTMuNzQtMTIuMTF6bS04MyA5NWwxNC44MyA1LjQyOS0xMC44MiA3LjU1Ny00LjAxLTEyLjk4N3pNNS4yMTMgMTYxLjQ5NWwxMS4zMjggMjAuODk3TDIuMjY1IDE4MGwyLjk0OC0xOC41MDV6IiBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMS4yNSIvPjxwYXRoIGQ9Ik0xNDkuMDUgMTI3LjQ2OHMtLjUxIDIuMTgzLjk5NSAzLjM2NmMxLjU2IDEuMjI2IDguNjQyLTEuODk1IDMuOTY3LTcuNzg1LTIuMzY3LTIuNDc3LTYuNS0zLjIyNi05LjMzIDAtNS4yMDggNS45MzYgMCAxNy41MSAxMS42MSAxMy43MyAxMi40NTgtNi4yNTcgNS42MzMtMjEuNjU2LTUuMDczLTIyLjY1NC02LjYwMi0uNjA2LTE0LjA0MyAxLjc1Ni0xNi4xNTcgMTAuMjY4LTEuNzE4IDYuOTIgMS41ODQgMTcuMzg3IDEyLjQ1IDIwLjQ3NiAxMC44NjYgMy4wOSAxOS4zMzEtNC4zMSAxOS4zMzEtNC4zMSIgc3Ryb2tlPSIjMDAwIiBzdHJva2Utd2lkdGg9IjEuMjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvZz48L3N2Zz4=");
  opacity: 0.1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  position: absolute;
  z-index: -1;
}

#chat-input {
  background: #f4f7f9;
  width: 100%;
  position: relative;
  height: 47px;
  padding-top: 10px;
  padding-right: 50px;
  padding-bottom: 10px;
  padding-left: 15px;
  border: none;
  resize: none;
  outline: none;
  border: 1px solid #ccc;
  color: #888;
  border-top: none;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  overflow: hidden;
}

.chat-input > form {
  margin-bottom: 0;
}

#chat-input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ccc;
}

#chat-input::-moz-placeholder {
  /* Firefox 19+ */
  color: #ccc;
}

#chat-input:-ms-input-placeholder {
  /* IE 10+ */
  color: #ccc;
}

#chat-input:-moz-placeholder {
  /* Firefox 18- */
  color: #ccc;
}

.chat-submit {
  position: absolute;
  bottom: 3px;
  right: 10px;
  background: transparent;
  box-shadow: none;
  border: none;
  border-radius: 50%;
  width: 35px;
  height: 35px;
}

.chat-logs {
  padding: 15px;
  height: 370px;
  overflow-y: scroll;
}

.chat-logs::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

.chat-logs::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f5;
}

.chat-logs::-webkit-scrollbar-thumb {
  background-color: #6ab04c;
}

@media only screen and (max-width: 500px) {
  .chat-logs {
    height: 40vh;
  }
}
.chat-msg.user > .msg-avatar img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  float: left;
  width: 15%;
}

.chat-msg.self > .msg-avatar img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  float: right;
  width: 15%;
}

.cm-msg-text {
  padding: 10px 15px 10px 15px;
  color: #fff;
  max-width: 75%;
  float: left;
  margin-left: 10px;
  position: relative;
  margin-bottom: 20px;
  border-radius: 30px;
}

.chat-msg {
  clear: both;
}

.chat-msg.self > .cm-msg-text {
  float: right;
  margin-right: 10px;
  color: white;
}

.cm-msg-button > ul > li {
  list-style: none;
  float: left;
  width: 50%;
}

.cm-msg-button {
  clear: both;
  margin-bottom: 70px;
}

.p-l-15 {
  padding-left: 15px !important;
}

.m-l-15 {
  margin-left: 15px !important;
}

.banner2 div:nth-child(1) {
  padding-right: 8px;
}
.banner2 div:nth-child(2) {
  padding-left: 8px;
}

.c-overlay {
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1011;
  display: none;
}

.c-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 50%;
  width: 600px;
  padding: 0 10px;
  max-width: calc(100% - 0.01px) !important;
  transform: translateX(-50%);
  z-index: 1012;
}
.c-modal .c-modal-dailog {
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  background: #fff;
  transform: translateX(-100px);
  opacity: 0;
  transition: 0.3s linear;
  transition-property: opacity, transform;
}
.c-modal .c-modal-dailog .c-modal-body {
  position: relative;
  padding: 20px;
  height: 500px;
}
.c-modal .c-modal-dailog .c-modal-body .c-modal-close {
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width: 992px) {
  .m-l-15 {
    margin-left: 0 !important;
  }

  .p-l-15 {
    padding-left: 0 !important;
  }
}
header.mainHeader {
  position: fixed;
  top: 0;
  display: flex;
  align-items: center;
  padding: 0 0 0 5px;
  z-index: 999;
  width: 100%;
  height: 85px;
  box-shadow: 0 2px 5px rgba(51, 51, 51, 0.3);
}
header.mainHeader .mobileMenuTrigger {
  color: white;
  display: none;
}
header.mainHeader .mobileMenuTrigger i {
  font-size: 30px;
}
header.mainHeader .brand-logo {
  width: 230px;
  margin: 0 15px 0 5px;
  padding: 0 15px;
}
header.mainHeader .searchBox {
  flex: 1;
}
header.mainHeader .searchBox form {
  width: 100%;
}
header.mainHeader .searchBox form input[type="search"] {
  background-color: #ffffff;
  border-radius: 3px;
  padding: 22px 30px 22px 12px;
}
header.mainHeader .searchBox form ::placeholder {
  color: #aaaaaa;
  font-size: 14px;
}
header.mainHeader ul > li {
  height: 100%;
  display: inline-block;
  margin: 0;
  font-weight: bold;
  padding: 0 20px 0 0;
  transition: all 0.3s;
}
header.mainHeader ul > li:hover a,
header.mainHeader ul > li:hover button {
  opacity: 0.8;
}
header.mainHeader ul > li.pageList svg {
  width: 20px;
}
header.mainHeader ul > li.langBtn button {
  padding: 6px 5px 10px 5px;
}
header.mainHeader ul > li.langBtn button img {
  width: 30px;
}
header.mainHeader ul > li.langBtn button,
header.mainHeader ul > li.pageList button {
  border: none;
  color: #ffffff;
  background-color: transparent;
  padding: 25px 0;
  outline: none;
  cursor: pointer;
  transition: all 0.3s;
}
header.mainHeader ul > li .uk-dropdown {
  padding: 0 !important;
  border-radius: 5px;
  box-shadow: none;
  border: 1px solid #ddd;
}
header.mainHeader ul > li .uk-dropdown-nav li {
  display: block;
  text-align: left;
  transition: all 0.3s;
}
header.mainHeader ul > li .uk-dropdown-nav li:hover {
  background-color: rgba(218, 218, 218, 0.2);
}
header.mainHeader ul > li .uk-dropdown-nav li a {
  padding: 10px;
}
header.mainHeader ul > li a {
  display: block;
  color: #ffffff;
  transition: all 0.3s;
}
header.mainHeader .mobMenuTrigger {
  padding: 25px 0 25px 0;
}
header.mainHeader .mobMenuTrigger svg {
  width: 40px;
}
header.mainHeader .mobMenu {
  align-items: center;
}
header.mainHeader .mobMenu .langBtn {
  padding: 0 5px 0 10px;
}
header.mainHeader .mobMenu .langBtn button {
  border: none;
  color: #ffffff;
  background-color: transparent;
  padding: 20px 0;
  outline: none;
  cursor: pointer;
  transition: all 0.3s;
}
header.mainHeader .mobMenu .langBtn button img {
  width: 30px;
}
header.mainHeader .mobMenu .uk-dropdown {
  padding: 0 !important;
  border-radius: 5px;
  box-shadow: none;
  border: 1px solid #ddd;
}
header.mainHeader .mobMenu ul li {
  display: block;
  line-height: 30px;
  border-bottom: 1px dashed #ddd;
  padding: 5px 17px;
}
header.mainHeader .mobMenu ul li:last-child {
  border-bottom-color: transparent;
}
header.mainHeader .mobMenu ul li:hover a {
  color: #999999;
}
header.mainHeader .mobMenu ul li a {
  color: green;
  padding: 0;
  transition: all 0.3s;
}

header.mainHeader ul > li .uk-dropdown li {
  border-bottom: 1px dashed #ddd;
}
header.mainHeader ul > li .uk-dropdown li:last-child {
  border-bottom-color: transparent !important;
}

.pageListItem:last-child {
  border-bottom-color: transparent !important;
}

/*
  Home Page Design Start
*/
#mainHomeContent {
  width: 100%;
  transition: all 0.3s;
  /*
    Product Page
  */
}
#mainHomeContent #SideMenuBar {
  position: fixed;
  width: 250px;
  height: calc(100% - 85px);
  left: 0;
  top: 85px;
  background-color: white;
  z-index: 4;
  transition: all 0.3s;
}
#mainHomeContent #SideMenuBar .closeSidebarNav {
  position: absolute;
  top: 50%;
  left: -20px;
  width: 20px;
  height: 60px;
  border: none;
  outline: none;
  border-radius: 0 5px 5px 0;
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.2);
  display: none;
  cursor: pointer;
  transition: all 0.3s;
}
#mainHomeContent #SideMenuBar .closeSidebarNav:hover {
  opacity: 0.7;
}
#mainHomeContent #SideMenuBar .closeSidebarNav::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 12px;
  width: 4px;
  height: 20px;
  background-color: #ffffff;
  transform: rotate(30deg);
}
#mainHomeContent #SideMenuBar .closeSidebarNav::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 28px;
  width: 4px;
  height: 20px;
  background-color: #ffffff;
  transform: rotate(-30deg);
}
#mainHomeContent #SideMenuBar .sidebar-item {
  width: 100%;
  height: 100%;
  padding: 10px 0;
}
#mainHomeContent #SideMenuBar .sidebar-item .site-logo img {
  width: 100%;
}
#mainHomeContent #SideMenuBar .sidebar-item li {
  position: relative;
  overflow: hidden;
  color: #333333;
  line-height: 30px;
  padding: 0 10px;
  /* &:nth-child(1){
     svg{
       stroke: #ef5777;
     }
   }
   &:nth-child(2){
     svg{
       stroke: #575fcf;
     }
   }
   &:nth-child(3){
     svg{
       stroke: #0be881;
     }
   }
   &:nth-child(4){
     svg{
       stroke: #4bcffa;
     }
   }
   &:nth-child(5){
     svg{
       stroke: #ffc048;
     }
   }
   &:nth-child(6){
     svg{
       stroke: #00d8d6;
     }
   }
   &:nth-child(7){
     svg{
       stroke: #ffa801;
     }
   }
   &:nth-child(8){
     svg{
       stroke: #ff3f34;
     }
   }
   &:nth-child(9){
     svg{
       stroke: #1e272e;
     }
   }
   &:nth-child(10){
     svg{
       stroke: #706fd3;
     }
   }
   &:nth-child(11){
     svg{
       stroke: #33d9b2;
     }
   }*/
}
#mainHomeContent #SideMenuBar .sidebar-item li svg {
  width: 20px;
  margin-right: 8px;
}
#mainHomeContent #SideMenuBar .sidebar-item li a {
  transition: all 0.3s;
}
#mainHomeContent #SideMenuBar .sidebar-item li a img {
  margin-right: 8px;
}
#mainHomeContent #SideMenuBar .sidebar-item li a:hover {
  color: green !important;
}
#mainHomeContent #SideMenuBar .sidebar-item li.uk-open > a {
  color: green !important;
  font-weight: bold;
}
#mainHomeContent #SideMenuBar .sidebar-item li.uk-open > a::before {
  transform: rotate(180deg);
}
#mainHomeContent #SideMenuBar .sidebar-item li .subcat_products:focus,
#mainHomeContent #SideMenuBar .sidebar-item li .subcat_products_thired:focus {
  font-weight: bold;
}
#mainHomeContent #SideMenuBar .sidebar-item li .uk-nav-sub {
  border-left: 2px solid #dddddd;
  margin-left: 11px;
}
#mainHomeContent #SideMenuBar .sidebar-item li .uk-nav-sub.third-lvl {
  margin-left: 3px;
}

#mainHomeContent #SideMenuBar .sidebar-item .uk-nav-sub li {
  position: relative;
}
#mainHomeContent #SideMenuBar2 .sidebar-item li .uk-nav-sub.third-lvl a {
  padding: 15px 10px !important;
}
#mainHomeContent #SideMenuBar2 .closeSidebarNav {
  left: 10px;
  top: 10px;
  color: red;
}
#mainHomeContent #SideMenuBar2 .closeSidebarNav svg {
  width: 20px;
}
#mainHomeContent .beAliveWrapper {
  padding: 85px 0 0 255px;
  transition: all 0.3s;
}
#mainHomeContent .beAliveWrapper .orderPlaceBox {
  border: 1px solid #ddd;
  padding: 0px 0;
  margin: 15px;
}
#mainHomeContent .beAliveWrapper .orderPlaceBox .placeOrderBtn {
  font-size: 15px;
  width: 200px;
  padding: 15px;
  text-transform: uppercase;
}
#mainHomeContent .beAliveWrapper .orderPlaceBox .proceedBtnBox {
  display: flex;
  flex-flow: column;
  align-items: center;
  margin-top: 30px;
}
#mainHomeContent .beAliveWrapper .orderPlaceBox .proceedBtnBox .processBtn {
  width: 100%;
  max-width: 250px;
  display: flex;
  padding: 0;
  transition: all 0.3s;
}
#mainHomeContent
  .beAliveWrapper
  .orderPlaceBox
  .proceedBtnBox
  .processBtn:hover {
  opacity: 0.8;
}
#mainHomeContent
  .beAliveWrapper
  .orderPlaceBox
  .proceedBtnBox
  .processBtn
  span {
  padding: 15px;
  font-size: 16px;
  width: 40%;
}
#mainHomeContent
  .beAliveWrapper
  .orderPlaceBox
  .proceedBtnBox
  .processBtn
  span:first-child {
  width: 60%;
  background-color: rgba(0, 0, 0, 0.1);
}
#mainHomeContent .beAliveWrapper .orderPlaceBox .proceedBtnBox p {
  font-size: 12px;
}
#mainHomeContent .beAliveWrapper .paymentMedhod {
  border: 1px solid #ddd;
  margin: 15px;
  text-align: center;
}
#mainHomeContent .beAliveWrapper .paymentMedhod .title {
  font-size: 30px;
  margin-bottom: 30px;
}
#mainHomeContent .beAliveWrapper .paymentMedhod .paymentBtnBox {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
#mainHomeContent .beAliveWrapper .paymentMedhod input[type="radio"] {
  display: none;
}
#mainHomeContent .beAliveWrapper .paymentMedhod label {
  padding: 10px 20px;
  color: black;
  background-color: #ddd;
  border-radius: 5px;
  margin-right: 20px;
  margin-bottom: 10px;
  height: 50px;
  transition: all 0.3s;
  cursor: pointer;
}
#mainHomeContent .beAliveWrapper .paymentMedhod label img {
  width: 30px;
  height: auto;
}
#mainHomeContent .beAliveWrapper .paymentMedhod label:hover {
  opacity: 1;
}
#mainHomeContent .beAliveWrapper .placeOrderConfirm {
  padding: 12px;
  width: 200px;
  margin-top: 20px;
  font-size: 18px;
}
#mainHomeContent .beAliveWrapper .welcomeMessage {
  border: 1px solid #ddd;
  margin: 15px;
  padding: 50px 10px;
}
#mainHomeContent .beAliveWrapper .welcomeMessage .title {
  font-size: 30px;
  text-align: center;
  line-height: 45px;
}
#mainHomeContent .tabSlider {
  padding: 10px 0;
}
#mainHomeContent .tabSlider .itemWrapper {
  position: relative;
}
#mainHomeContent .tabSlider .itemWrapper .innerBox {
  position: relative;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 10px 5px;
  background-color: white;
  overflow: hidden;
  transition: all 0.3s;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
#mainHomeContent .tabSlider .itemWrapper .itemInfo {
  color: #333333;
  position: relative;
}
#mainHomeContent .tabSlider .itemWrapper .itemInfo:hover .product-overlay {
  opacity: 1;
}
#mainHomeContent
  .tabSlider
  .itemWrapper
  .itemInfo:hover
  .product-overlay
  .overlay-item
  .product-details {
  transform: translateY(0px);
}
#mainHomeContent .tabSlider .itemWrapper .itemInfo p {
  margin: 6px 0;
  padding: 0 10px;
  font-size: 14px;
}
#mainHomeContent .tabSlider .itemWrapper .itemInfo img.itemImg {
  width: 60%;
}
#mainHomeContent .tabSlider .itemWrapper .itemInfo .itemName {
  color: #34495e;
  overflow: hidden;
  font-weight: bold;
  font-size: 15px;
  text-align: center;
  min-height: 55px;
}
#mainHomeContent .tabSlider .itemWrapper .itemInfo p {
  margin: 0;
  padding: 0;
}
#mainHomeContent .tabSlider .itemWrapper .itemInfo .itemQuantity {
  font-size: 13px;
  color: #333333;
  margin: 0 0 10px 0;
}
#mainHomeContent .tabSlider .itemWrapper .itemInfo .itemAmount {
  font-weight: bold;
  font-size: 15px;
  color: #333333;
}
#mainHomeContent .tabSlider .itemWrapper .itemInfo .itemAmount del {
  color: #de3629;
}
#mainHomeContent .tabSlider .itemWrapper .itemInfo .itemRegularAmount {
  color: crimson;
  text-decoration: line-through;
}
#mainHomeContent .tabSlider .itemWrapper .overToShow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 82%;
  background-color: rgba(51, 51, 51, 0.5);
  border-radius: 5px 5px 0 0;
  display: none;
}
#mainHomeContent .tabSlider .itemWrapper .overToShow .overlayShopBag {
  position: relative;
  width: 100%;
  height: 100%;
  color: white;
  text-align: center;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
#mainHomeContent .tabSlider .itemWrapper .overToShow .showOverlayBug {
  width: 100%;
  height: 100%;
  color: #ffffff;
  text-align: center;
  padding: 20px 0;
  display: none;
}
#mainHomeContent .tabSlider .itemWrapper .overToShow .showOverlayBug .amount {
  font-size: 20px;
  font-weight: bold;
}
#mainHomeContent
  .tabSlider
  .itemWrapper
  .overToShow
  .showOverlayBug
  .overlayShowQuantity {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0 20px 0;
}
#mainHomeContent
  .tabSlider
  .itemWrapper
  .overToShow
  .showOverlayBug
  .overlayShowQuantity
  button {
  background-color: transparent;
  border: 4px solid #ffffff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  outline: none !important;
  cursor: pointer;
  transition: all 0.3s;
}
#mainHomeContent
  .tabSlider
  .itemWrapper
  .overToShow
  .showOverlayBug
  .overlayShowQuantity
  button:hover {
  border-color: #d9d9d9;
  outline: none;
}
#mainHomeContent
  .tabSlider
  .itemWrapper
  .overToShow
  .showOverlayBug
  .overlayShowQuantity
  button
  svg {
  stroke: #fef3d5;
}
#mainHomeContent
  .tabSlider
  .itemWrapper
  .overToShow
  .showOverlayBug
  .overlayShowQuantity
  .overlayItemVal {
  font-size: 4rem;
  margin: 0 15px;
  color: #ffffff;
}
#mainHomeContent .tabSlider .itemWrapper .price-off {
  position: absolute;
  top: -10px;
  left: -6px;
  z-index: 1;
  border-top-left-radius: 5px;
  background-color: #de3629;
  color: white;
  padding: 3px 10px !important;
}
#mainHomeContent .tabSlider .itemWrapper .cartBtnBox {
  margin-top: 10px;
  padding: 0 5px;
}
#mainHomeContent .tabSlider .itemWrapper .cartBtnBox .cardBtn {
  outline: none;
  font-size: 12px;
  border-radius: 3px;
  border: 1px solid #ebebeb;
  cursor: pointer;
  background-color: white;
  font-weight: bold;
  width: 100%;
  transition: all 0.3s;
}
#mainHomeContent .tabSlider .itemWrapper .cartBtnBox .cardBtn:hover {
  opacity: 0.8;
  transform: translateY(-1px);
  box-shadow: 0 1px 1px #c3c1c199;
  border-color: #d0cfcf;
}
#mainHomeContent .tabSlider .itemWrapper .cartBtnBox .cardBtn svg {
  stroke: #ffffff;
  width: 18px;
}
#mainHomeContent .tabSlider .itemWrapper .showOverlayQuantity {
  display: flex;
  justify-content: center;
  padding: 5px 0;
}
#mainHomeContent .tabSlider .itemWrapper .showOverlayQuantity .showOverlayVal {
  margin: 0 20px;
}
#mainHomeContent .tabSlider .itemWrapper .showOverlayQuantity button {
  border: 1px solid #ddd;
  background-color: transparent;
  cursor: pointer;
  outline: none;
  transition: all 0.3s;
}
#mainHomeContent .tabSlider .itemWrapper .showOverlayQuantity button svg {
  width: 18px;
  height: auto;
}
#mainHomeContent .prevBG,
#mainHomeContent .nextBG {
  background-color: rgba(51, 51, 51, 0.8);
}
#mainHomeContent .bigTitle {
  background-color: #6ab04c;
}
#mainHomeContent .catGridTitle {
  background-color: rgba(51, 51, 51, 0.8);
  color: #ffffff;
}
#mainHomeContent .productGrid2Colum {
  display: flex;
  justify-content: space-between;
}
#mainHomeContent .productGrid2Colum .b {
  width: calc(99% / 2);
}
#mainHomeContent .productGrid2Colum .b .thumb {
  width: 100%;
  min-height: 360px;
  height: calc(100% - 5px);
  display: block;
}
#mainHomeContent .productGrid2Colum .b .inner3Column {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 0;
}
#mainHomeContent .productGrid2Colum .b .inner3Column > li {
  width: calc(98% / 3);
  box-shadow: 0 1px 5px rgba(51, 51, 51, 0.1);
  margin-bottom: 10px;
}
#mainHomeContent .productGrid2Colum .b .inner3Column > li .productImg {
  width: 50%;
}
#mainHomeContent
  .productGrid2Colum
  .b
  .inner3Column
  > li
  .productItemList
  .name {
  padding: 0 10px;
}
#mainHomeContent #productCategory .main_cates,
.search_sub_cates .sub-cats {
  display: flex;
  flex-wrap: wrap;
}
#mainHomeContent #productCategory .catItem,
.search_sub_cates .sub-cats .sub-cats-item {
  text-align: center;
  width: 200px;
  margin-right: 1%;
  margin-bottom: 1%;
}
#mainHomeContent #productCategory .catItem a {
  background-color: white;
  color: #333333;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  display: block;
  padding: 20px 0;
  border-radius: 5px;
  transition: all 0.3s;
}
#mainHomeContent #productCategory .catItem a:hover {
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}
#mainHomeContent #productCategory .catItem img {
  max-width: 50%;
}
#mainHomeContent #productCategory .catItem p {
  font-size: 18px;
  margin-bottom: 0;
}
#mainHomeContent .paymentInfo .b img {
  width: 40%;
}
#mainHomeContent #footerContent .b {
  margin-bottom: 20px;
}
#mainHomeContent #footerContent .b .title {
  text-transform: uppercase;
}
.line-height-30 {
  line-height: 30px;
}
.margin-top-24 {
  margin-top: 24px;
}
#mainHomeContent #footerContent .b .svg-icon {
  width: 20px;
  height: auto;
}
#mainHomeContent #footerContent .b a,
#mainHomeContent #footerContent .b li {
  color: #9e9e9e;
}
#mainHomeContent #footerContent .copyright-txt {
  border-top: 1px solid #dddddd;
  padding: 20px 0 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  #mainHomeContent #footerContent .copyright-txt {
    text-align: center;
  }
  #mainHomeContent #footerContent .copyright-txt div:first-child {
    margin-bottom: 30px;
  }
}
#mainHomeContent #productPage .productItemContainer {
  display: flex;
  flex-wrap: wrap;
}

#mainHomeContent #productPage .productItemContainer .itemWrapper {
  position: relative;
  margin-right: 1%;
  margin-bottom: 1%;
  width: calc(96% / 6);
}
#mainHomeContent #productPage .productItemContainer .itemWrapper .innerBox {
  position: relative;
  border-radius: 5px;
  /* padding: 10px 5px; */
  background-color: white;
  overflow: hidden;
  transition: all 0.3s;
}
#mainHomeContent #productPage .productItemContainer .itemWrapper .itemInfo {
  color: #333333;
  position: relative;
}
#mainHomeContent
  #productPage
  .productItemContainer
  .itemWrapper
  .itemInfo:hover
  .product-overlay {
  opacity: 1;
}
#mainHomeContent
  #productPage
  .productItemContainer
  .itemWrapper
  .itemInfo:hover
  .product-overlay
  .overlay-item
  .product-details {
  transform: translateY(0px);
}
#mainHomeContent
  #productPage
  .productItemContainer
  .itemWrapper
  .itemInfo
  .price-off {
  position: absolute;
  top: -6px;
  left: -6px;
  border-top-left-radius: 5px;
  z-index: 1;
  background-color: #de3629;

  color: white;
  padding: 3px 10px !important;
}
#mainHomeContent #productPage .productItemContainer .itemWrapper .itemInfo p {
  margin: 6px 0;
  padding: 0 10px;
  font-size: 14px;
}
#mainHomeContent
  #productPage
  .productItemContainer
  .itemWrapper
  .itemInfo
  img.itemImg {
  width: 60%;
}
#mainHomeContent
  #productPage
  .productItemContainer
  .itemWrapper
  .itemInfo
  .itemName {
  color: #34495e;
  overflow: hidden;
  font-weight: bold;
  font-size: 15px;
  padding: 0;
  min-height: 55px;
}
#mainHomeContent
  #productPage
  .productItemContainer
  .itemWrapper
  .itemInfo
  .itemAmount {
  font-size: 15px;
  font-weight: bold;
  color: #333333;
}
#mainHomeContent
  #productPage
  .productItemContainer
  .itemWrapper
  .itemInfo
  .itemQuantity {
  font-size: 13px;
  color: #333333;
  margin: 0 0 10px 0;
}
#mainHomeContent
  #productPage
  .productItemContainer
  .itemWrapper
  .itemInfo
  .itemAmount
  del {
  color: #de3629;
  margin-right: 15px;
}
#mainHomeContent
  #productPage
  .productItemContainer
  .itemWrapper
  .itemInfo
  .itemRegularAmount {
  color: crimson;
}
#mainHomeContent #productPage .productItemContainer .itemWrapper .overToShow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.5);
  border-radius: 5px 5px 0 0;
  display: none;
}
#mainHomeContent
  #productPage
  .productItemContainer
  .itemWrapper
  .overToShow
  .overlayShopBag {
  position: relative;
  width: 100%;
  height: 100%;
  color: white;
  text-align: center;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
#mainHomeContent
  #productPage
  .productItemContainer
  .itemWrapper
  .overToShow
  .overlayShopBag
  .showProductDetails {
  text-decoration: none;
  color: #333333;
  border: 1px solid #dddddd;
}
#mainHomeContent
  #productPage
  .productItemContainer
  .itemWrapper
  .overToShow
  .showOverlayBug {
  width: 100%;
  height: 100%;
  color: #ffffff;
  text-align: center;
  padding: 20px 0;
  display: none;
}
#mainHomeContent
  #productPage
  .productItemContainer
  .itemWrapper
  .overToShow
  .showOverlayBug
  .amount {
  font-size: 20px;
  font-weight: bold;
}
#mainHomeContent
  #productPage
  .productItemContainer
  .itemWrapper
  .overToShow
  .showOverlayBug
  .overlayShowQuantity {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0 20px 0;
}
#mainHomeContent
  #productPage
  .productItemContainer
  .itemWrapper
  .overToShow
  .showOverlayBug
  .overlayShowQuantity
  button {
  background-color: transparent;
  border: 4px solid #ffffff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  outline: none;
  cursor: pointer;
  transition: all 0.3s;
}
#mainHomeContent
  #productPage
  .productItemContainer
  .itemWrapper
  .overToShow
  .showOverlayBug
  .overlayShowQuantity
  button:hover {
  border-color: #d9d9d9;
}
#mainHomeContent
  #productPage
  .productItemContainer
  .itemWrapper
  .overToShow
  .showOverlayBug
  .overlayShowQuantity
  button
  svg {
  stroke: #fef3d5;
}
#mainHomeContent
  #productPage
  .productItemContainer
  .itemWrapper
  .overToShow
  .showOverlayBug
  .overlayShowQuantity
  .overlayItemVal {
  font-size: 4rem;
  margin: 0 15px;
  color: #ffffff;
}
#mainHomeContent
  #productPage
  .productItemContainer
  .itemWrapper
  .cartBtnBox
  .cardBtn {
  outline: none;
  font-size: 12px;
  border-radius: 3px;
  border: 1px solid #ebebeb;
  cursor: pointer;
  background-color: white;
  font-weight: bold;
  width: 100%;
  transition: all 0.3s;
}
#mainHomeContent
  #productPage
  .productItemContainer
  .itemWrapper
  .cartBtnBox
  .cardBtn:hover {
  opacity: 0.8;
  transform: translateY(-1px);
  box-shadow: 0 1px 1px #c3c1c199;
  border-color: #d0cfcf;
}
#mainHomeContent
  #productPage
  .productItemContainer
  .itemWrapper
  .cartBtnBox
  .cardBtn
  svg {
  stroke: #ffffff;
  width: 18px;
}
#mainHomeContent
  #productPage
  .productItemContainer
  .itemWrapper
  .showOverlayQuantity {
  display: flex;
  justify-content: center;
  padding: 13px 0;
}
#mainHomeContent
  #productPage
  .productItemContainer
  .itemWrapper
  .showOverlayQuantity
  .showOverlayVal {
  margin: 0 20px;
}
#mainHomeContent
  #productPage
  .productItemContainer
  .itemWrapper
  .showOverlayQuantity
  button {
  border: 1px solid #ddd;
  background-color: transparent;
  cursor: pointer;
  outline: none;
  transition: all 0.3s;
}
#mainHomeContent
  #productPage
  .productItemContainer
  .itemWrapper
  .showOverlayQuantity
  button
  svg {
  width: 18px;
  height: auto;
}

.mob-bottom-menu {
  position: fixed;
  bottom: 0;
  left: 0;
  display: none;
  width: 100%;
  text-align: center;
}
.mob-bottom-menu .btn-box {
  width: calc(100% - 80px);
}
.mob-bottom-menu .btn-box .mobPlaceOrder {
  width: 100%;
  height: 100%;
  padding: 10px;
  color: white;
  text-transform: capitalize;
  display: block;
}
.mob-bottom-menu .btn-box .processBtnBoxMob {
  display: none;
}
.mob-bottom-menu .btn-box .processBtnBoxMob .process_order,
.mob-bottom-menu .btn-box .processBtnBoxMob .proceedAmount {
  width: calc(100% / 2);
  color: white;
  font-size: 16px;
}
.mob-bottom-menu .btn-box .processBtnBoxMob .proceedAmount {
  line-height: 45px;
}
.mob-bottom-menu .btn-box .process_order {
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 0;
  padding: 0;
}
.mob-bottom-menu .btn-box .process_order > span {
  width: calc(100% / 2);
  height: 100%;
  line-height: 45px;
}
.mob-bottom-menu .btn-box .confirmBtnBoxMob {
  display: none;
  width: 100%;
  height: 100%;
}
.mob-bottom-menu .btn-box .confirmBtnBoxMob button,
.mob-bottom-menu .btn-box .confirmBtnBoxMob span {
  width: calc(100% / 2);
  color: white;
  font-size: 16px;
  line-height: 45px;
}
.mob-bottom-menu .btn-box .confirmBtnBoxMob button {
  padding: 0;
  border-radius: 0;
}
.mob-bottom-menu .openCartSlideInMobApp {
  position: relative;
  background-color: tomato;
  color: white;
  width: 80px;
  padding: 10px;
}
.mob-bottom-menu .openCartSlideInMobApp .badge {
  background-color: #333333;
  color: white;
}

.uk-nav-parent-icon > .uk-parent > a::after {
  transform: rotate(180deg);
  display: none;
}

.uk-nav-parent-icon > .uk-parent > a::before {
  content: "";
  font-family: "FontAwesome";
  position: absolute;
  right: 10px;
  font-size: 20px;
  color: #333;
  transform: rotate(90deg);
}

.openChat {
  position: fixed;
  right: 50px;
  bottom: 30px;
  z-index: 100;
  padding: 14px;
  border-radius: 50%;
}
.openChat svg {
  stroke: #ffffff;
  fill: #ffffff;
  width: 30px;
  height: auto;
}

.productDetailsModal .uk-modal-dialog {
  width: 800px;
  background-color: #f4f5f5;
}
.productDetailsModal .productAllInfo #showImgOverlay {
  position: absolute;
  top: 50px;
  right: 20px;
  width: 380px;
  height: 300px;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-size: 200%;
  display: none;
}
.productDetailsModal .productAllInfo .title_d {
  font-size: 25px;
  margin: 15px 0 10px 0;
}
.productDetailsModal .productAllInfo .title {
  margin-bottom: 10px;
}
.productDetailsModal .productAllInfo .productWeight {
  margin: 0;
}
.productDetailsModal .productAllInfo .descTitle {
  margin: 10px 0;
}
.productDetailsModal .productAllInfo .desc {
  margin-top: 0;
}
.productDetailsModal .productAllInfo .product-code {
  margin: 0 0 15px 0;
  color: #888;
  font-size: 14px;
  font-weight: bold;
}
.productDetailsModal .productAllInfo .product-code .product_code_d {
  color: #333;
}
.productDetailsModal .productAllInfo .productModalAmount {
  font-weight: 700;
  margin: 0 0 10px 0;
  font-size: 23px;
  color: #888;
}
.productDetailsModal .productAllInfo .productModalAmount .amount_html_d {
  color: #333;
}
.productDetailsModal .productAllInfo .modal-cart-with-quantity {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.productDetailsModal .productAllInfo .modalAmount {
  display: flex;
  align-items: center;
  margin-left: 20px;
}
.productDetailsModal .productAllInfo .modalAmount p {
  margin: 0 20px 0 0;
  font-weight: bold;
  color: #888;
}
.productDetailsModal .productAllInfo .modalAmount .quantity {
  display: flex;
  align-items: center;
  background-color: white;
  border-radius: 20px;
}
.productDetailsModal
  .productAllInfo
  .modalAmount
  .quantity
  .showIncreaseDecreaseVal {
  font-size: 20px;
  margin: 0 10px;
  width: 40px;
  text-align: center;
}
.productDetailsModal .productAllInfo .modalAmount .quantity button {
  border: none;
  border-radius: 50%;
  background-color: transparent;
  outline: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: all 0.3s;
}
.productDetailsModal .productAllInfo .modalAmount .quantity button:hover {
  background-color: #fff !important;
  border-color: transparent !important;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4) !important;
}
.productDetailsModal .productAllInfo .modalAmount .quantity button:focus {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4) !important;
}
.productDetailsModal .productAllInfo .modalAmount .quantity button:hover svg {
  stroke: #ffffff;
}
.productDetailsModal .productAllInfo .modalCartBox .favorite {
  border: 1px solid #d6d6d6e0;
  background-color: transparent;
  outline: none;
  padding: 12px;
  margin-left: 20px;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s;
}
.productDetailsModal .productAllInfo .modalOrderInfo {
  padding: 10px 10px 10px 0;
  margin: 10px 0;
}
.productDetailsModal .productAllInfo .modalOrderInfo .orderTxt {
  margin-bottom: 20px;
}
.productDetailsModal .productAllInfo .modalOrderInfo span {
  font-weight: bold;
  color: #888;
}
.productDetailsModal .productAllInfo .modalOrderInfo a {
  color: #555;
}
.productDetailsModal .productAllInfo .modalSocialShare {
  display: flex;
  align-items: center;
}
.productDetailsModal .productAllInfo .modalSocialShare span {
  margin-right: 10px;
}
.productDetailsModal .productAllInfo .modalSocialShare ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.productDetailsModal .productAllInfo .modalSocialShare li {
  display: inline-block;
  margin-right: 10px;
}
.productDetailsModal .productAllInfo .modalSocialShare li a i {
  font-size: 25px;
}
.productDetailsModal .productAllInfo .buyItemBtn {
  color: #ffffff;
  border: none;
  outline: none;
  padding: 12px 20px;
  margin: 0;
  display: inline-block;
  font-size: 14px;
  width: 150px;
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.3s;
}
.productDetailsModal .productAllInfo .buyItemBtn:hover {
  opacity: 0.7;
}
.productDetailsModal .productImage #details_image {
  width: 100%;
  height: auto;
}
.productDetailsModal .showBigImg img {
  width: 100%;
}
.productDetailsModal .modalSlider {
  margin-top: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  overflow: hidden;
}
.productDetailsModal .modalSlider .owl-nav {
  text-align: center;
}
.productDetailsModal .modalSlider .owl-nav button {
  background-color: #333 !important;
  color: #fff !important;
  width: 30px;
  height: 30px;
  line-height: 30px !important;
  border-radius: 50%;
  margin: 5px 20px 0 20px;
  outline: none !important;
}
.productDetailsModal .modalSlider .owl-nav button span {
  font-size: 30px;
}
.productDetailsModal .modalSlider .owl-nav button.owl-next.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.productDetailsModal .modalSlider .owl-nav button.owl-prev.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/*
    Right Side Card Menu
*/
.showCardSlide {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  display: block;
  box-shadow: 0 1px 5px rgba(51, 51, 51, 0.3);
  z-index: 20;
  background-color: #ffffff;
  color: #6ab04c;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
.showCardSlide p {
  margin: 0;
  font-size: 13px;
  padding: 0 5px;
}
.showCardSlide div {
  padding: 5px 10px;
  color: #ffffff;
  opacity: 0.6;
}
.showCardSlide div svg {
  width: 20px;
}

/*
Image Slider 2
*/
.featureImgSlider2 li {
  position: relative;
  display: flex;
  align-items: center;
}
.featureImgSlider2 li.left__align .inner__content {
  left: 0;
}
.featureImgSlider2 li.right__align .inner__content {
  right: 0;
}
.featureImgSlider2 li .slider__img {
  width: 100%;
  height: auto;
}
.featureImgSlider2 li .inner__content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  max-width: 500px;
  padding: 20px;
  text-align: center;
}
.featureImgSlider2 li .inner__content .title {
  margin: 0;
}
.featureImgSlider2 li .inner__content button {
  background-color: white;
  border: 0;
  outline: none;
  border-radius: 5px;
  padding: 10px 20px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 0.3s;
  font-weight: bold;
}

.bg_color_slide_txt {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  padding: 5px 10px;
}
/*
  Apply Animation
*/
.featureImgSlider2 li.right__align.uk-active .inner__content .title {
  animation: backInRight 1.5s both;
  font-size: clamp(1rem, 3vw, 2rem);
}
.featureImgSlider2 li.right__align.uk-active .inner__content p {
  animation: backInRight 1.5s 0.2s both;
}
.featureImgSlider2 li.right__align.uk-active .inner__content button {
  animation: backInUp 1.5s 0.4s both;
}
.featureImgSlider2 li.left__align.uk-active .inner__content .title {
  animation: backInLeft 1.5s both;
  font-size: clamp(1rem, 3vw, 2rem);
}
.featureImgSlider2 li.left__align.uk-active .inner__content p {
  animation: backInLeft 1.5s 0.2s both;
}
.featureImgSlider2 li.left__align.uk-active .inner__content button {
  animation: backInUp 1.5s 0.4s both;
}
/*
  Slider Text Animation
*/
@keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

/*
  Image Slider
*/
.featureImgSlider li img {
  width: 100%;
  height: auto;
}

#rightSidebarForAddToCart {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 320px;
  height: calc(100% - 87px);
  z-index: 1000;
  background-color: white;
  box-shadow: -2px 5px 5px rgba(51, 51, 51, 0.2);
  transform: translateX(120%);
  transition: all 0.3s;
}
#rightSidebarForAddToCart .content {
  width: 100%;
  height: 100%;
  position: relative;
}
#rightSidebarForAddToCart .content header {
  align-items: center;
}
#rightSidebarForAddToCart .content header button:hover {
  background-color: rgba(51, 51, 51, 0.2);
}
#rightSidebarForAddToCart .content .closeRightSidebarForAddToCart2 {
  cursor: pointer;
}
#rightSidebarForAddToCart .content .closeRightSidebarForAddToCart {
  position: absolute;
  top: 50%;
  left: -20px;
  width: 20px;
  height: 60px;
  border: none;
  outline: none;
  border-radius: 5px 0 0 5px;
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: all 0.3s;
}
#rightSidebarForAddToCart .content .closeRightSidebarForAddToCart:hover {
  opacity: 0.6;
}
#rightSidebarForAddToCart .content .closeRightSidebarForAddToCart::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 12px;
  width: 4px;
  height: 20px;
  background-color: #ffffff;
  transform: rotate(-30deg);
}
#rightSidebarForAddToCart .content .closeRightSidebarForAddToCart::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 28px;
  width: 4px;
  height: 20px;
  background-color: #ffffff;
  transform: rotate(30deg);
}
#rightSidebarForAddToCart .content .addProductMeter {
  position: relative;
  padding: 15px 10px;
  align-items: center;
}
#rightSidebarForAddToCart .content .addProductMeter p {
  color: white;
  font-size: 16px;
}
#rightSidebarForAddToCart .content .addProductMeter h3 {
  font-size: 18px;
}
#rightSidebarForAddToCart .content .showCartItem {
  height: 54%;
  overflow-y: auto;
  background-color: white;
  padding: 0 10px;
}
#rightSidebarForAddToCart .content .showCartItem .uploadShowPic {
  position: absolute;
  bottom: 90px;
  left: 5px;
}
#rightSidebarForAddToCart .content .showCartItem .uploadShowPic input {
  display: none;
}
#rightSidebarForAddToCart .content .showCartItem .uploadShowPic label {
  color: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  width: 45px;
  height: 45px;
  display: block;
  text-align: center;
  line-height: 40px;
}
#rightSidebarForAddToCart .content .showCartItem .productCartView li {
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px 20px 10px 0;
  margin-bottom: 5px;
  border-bottom: 1px dashed #dddddd;
  background-color: #ffffff;
}
#rightSidebarForAddToCart
  .content
  .showCartItem
  .productCartView
  li:first-child {
  margin-top: 5px;
}
#rightSidebarForAddToCart
  .content
  .showCartItem
  .productCartView
  li
  .removeCartProductItem {
  position: absolute;
  right: 0;
  top: 15px;
  color: #c82333;
}
#rightSidebarForAddToCart
  .content
  .showCartItem
  .productCartView
  li
  .right-item {
  width: 100%;
}
#rightSidebarForAddToCart
  .content
  .showCartItem
  .productCartView
  li
  .right-item
  .productCartImg {
  width: 50px;
  height: auto;
}
#rightSidebarForAddToCart
  .content
  .showCartItem
  .productCartView
  li
  .right-item
  .itemSeparate {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
#rightSidebarForAddToCart
  .content
  .showCartItem
  .productCartView
  li
  .right-item
  .cartProductName {
  font-size: 15px;
  margin: 0;
  padding: 5px 10px 5px 5px;
}
#rightSidebarForAddToCart
  .content
  .showCartItem
  .productCartView
  li
  .right-item
  .innerCartBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 15px;
}
#rightSidebarForAddToCart
  .content
  .showCartItem
  .productCartView
  li
  .right-item
  .innerCartBox
  .cartQuantityBox {
  display: flex;
  align-items: center;
}
#rightSidebarForAddToCart
  .content
  .showCartItem
  .productCartView
  li
  .right-item
  .innerCartBox
  .cartQuantityBox
  .cartQuantityValue {
  padding: 0 10px;
  height: 25px;
  border: 1px solid #ddd;
  border-left-color: transparent;
  border-right-color: transparent;
}
#rightSidebarForAddToCart
  .content
  .showCartItem
  .productCartView
  li
  .right-item
  .innerCartBox
  .cartQuantityBox
  button {
  background-color: transparent;
  border: 1px solid #ddd;
  color: #cccccc;
  cursor: pointer;
  outline: none;
  padding: 0 10px;
  height: 25px;
  transition: all 0.3s;
}
#rightSidebarForAddToCart
  .content
  .showCartItem
  .productCartView
  li
  .right-item
  .innerCartBox
  .cartQuantityBox
  button.cartQuantityMinus {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
#rightSidebarForAddToCart
  .content
  .showCartItem
  .productCartView
  li
  .right-item
  .innerCartBox
  .cartQuantityBox
  button.cartQuantityPlus {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
#rightSidebarForAddToCart
  .content
  .showCartItem
  .productCartView
  li
  .right-item
  .innerCartBox
  .cartQuantityBox
  button:hover {
  background-color: #6ab04c;
  color: white;
  border-color: #87c16e;
  box-shadow: 0 0 0 0.1rem rgba(106, 176, 76, 0.4);
}
#rightSidebarForAddToCart
  .content
  .showCartItem
  .productCartView
  li
  .right-item
  .innerCartBox
  .cartQuantityBox
  button:focus {
  box-shadow: 0 0 0 1px rgba(106, 176, 76, 0.4);
  border-color: #6ab04c;
}
#rightSidebarForAddToCart
  .content
  .showCartItem
  .productCartView
  li
  .right-item
  .innerCartBox
  .cartQuantityBox
  button:hover
  svg {
  stroke: #ffffff;
}
#rightSidebarForAddToCart
  .content
  .showCartItem
  .productCartView
  li
  .right-item
  .innerCartBox
  .cartQuantityBox
  button
  svg {
  width: 18px;
  height: auto;
}
#rightSidebarForAddToCart .content form {
  height: 100%;
}
#rightSidebarForAddToCart .content .btn2Box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: white;
}
#rightSidebarForAddToCart .content .btn2Box .chargeBox {
  padding: 10px 22px;
}
#rightSidebarForAddToCart .content .btn2Box .chargeBox span {
  font-size: 12px;
}
#rightSidebarForAddToCart .content .btn2Box .countAndTotal span,
#rightSidebarForAddToCart .content .btn2Box .chargeBox span {
  color: #333;
  font-size: 16px;
}
#rightSidebarForAddToCart .content .btn2Box .countAndTotal {
  padding: 0 22px;
  margin-bottom: 0px;
}
#rightSidebarForAddToCart .content .btn2Box .countAndTotal p {
  background-color: #d2d2d2;
  color: #222222;
  padding: 10px 5px;
  font-size: 12px;
}
#rightSidebarForAddToCart .content .btn2Box .placeOrder {
  width: 100%;
  padding: 15px;
  border-radius: 0;
  cursor: pointer;
  font-size: 16px;
  text-transform: uppercase;
}
.show-all-link {
  padding-top: 10px;
  padding-bottom: 25px;
}
@media (max-width: 1200px) {
  #mainHomeContent
    .tabSlider
    .itemWrapper
    .overToShow
    .overlayShopBag
    .showQuantityText {
    font-size: 1.4rem;
  }
  #mainHomeContent
    .tabSlider
    .itemWrapper
    .overToShow
    .overlayShopBag
    .showProductDetails {
    margin: 13px 0;
  }
}
.mainHeader .mobMenu {
  display: none;
}

@media (max-width: 992px) {
  #mainHomeContent #productPage .productItemContainer .itemWrapper {
    width: calc(97% / 3);
  }
  header.mainHeader .mobileMenuTrigger {
    display: block;
    padding: 5px;
    margin-top: 3px;
  }
  header.mainHeader .mobileMenuTrigger svg {
    width: 35px;
  }

  .mainHeader .mobMenu {
    display: flex;
  }

  #SideMenuBar {
    transform: translateX(-120%);
    z-index: 100;
    background-color: #ffffff;
  }

  #rightSidebarForAddToCart {
    height: calc(100% - 87px);
  }

  #mainHomeContent {
    width: 100%;
  }
  #mainHomeContent .beAliveWrapper {
    padding: 85px 0 0 0;
  }

  header.mainHeader {
    padding: 0;
  }
  header.mainHeader .brand-logo,
  header.mainHeader .siteInfo,
  header.mainHeader .adminInfo {
    display: none;
  }
}
@media (min-width: 641px) {
  .show-title,
  .hideSearchForMobApp,
  .mobile-app {
    display: none;
  }
}
@media (max-width: 768px) {
  #mainHomeContent .productGrid2Colum {
    flex-wrap: wrap;
  }
  #mainHomeContent .productGrid2Colum .b {
    width: 100%;
  }
  #mainHomeContent .productGrid2Colum .b:first-child {
    margin-bottom: 10px;
  }

  #rightSidebarForAddToCart {
    height: 100%;
    width: 100%;
  }
}
@media (max-width: 640px) {
  .mainHeader .mobMenu .langBtn,
  .showCardSlide {
    display: none;
  }

  .searchTitleShowInMobApp {
    margin-bottom: 10px !important;
    margin-top: 30px !important;
  }

  .top_banner_div {
    display: none !important;
  }

  .txt-20 {
    margin: 30px 0 10px 0 !important;
  }

  #productCategory,
  #footerContent {
    display: none !important;
  }

  .uk-slider-container,
  .offer-product-p,
  #tabSliderContainer,
  .product-cat-p,
  #productCategory,
  .product-title-p-b,
  .categories-title {
    display: none;
  }

  .banner2 {
    margin-bottom: 20px;
  }

  .mainHeader .show-title {
    color: white;
    font-size: 25px;
    font-weight: lighter;
    padding-left: 30px;
  }
  header.mainHeader {
    height: 45px;
  }
  header.mainHeader .mobMenuTrigger svg {
    width: 32px;
  }
  .mainHeader .searchBox {
    width: calc(100% - 80px);
    z-index: 1;
    flex: none !important;
  }
  .mainHeader .searchBox form {
    width: 100%;
  }
  header.mainHeader .searchBox form input[type="search"] {
    padding: 5px 10px;
    height: 35px;
  }

  .mainHeader .searchBox .hideSearchForMobApp {
    position: absolute;
    top: 50%;
    left: 10px;
    font-size: 25px;
    color: #333333;
    transform: translateY(-50%);
  }

  .mobile-app {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
  }
  .mobile-app .openCartSlideInMobApp {
    position: absolute;
    right: 0;
  }
  .mobile-app a {
    color: white;
    padding: 0 10px;
  }
  .mobile-app a:hover {
    color: white !important;
  }
  .mobile-app a svg {
    width: 30px;
  }

  div#tawkchat-container {
    opacity: 0;
  }

  .searchTitleShowInMobApp,
  .clickAbleCat {
    font-size: 19px;
  }

  #mainHomeContent
    #productPage
    .productItemContainer
    .itemWrapper
    .itemInfo
    .price-off {
    margin: 0;
    left: -3px;
    padding: 2px 5px !important;
    font-size: 12px;
  }

  #mainHomeContent #SideMenuBar2 .sidebar-item li .uk-nav-sub {
    border-left: 2px solid white;
    margin-left: 6px;
  }
  #mainHomeContent #SideMenuBar2 .sidebar-item li .uk-nav-sub a {
    padding: 8px 10px;
    color: #c4c4c4;
  }

  .show-all-link {
    padding-top: 0;
    padding-bottom: 25px;
  }
}
.uk-modal-footer {
  border-top: none !important;
}

@media (max-width: 600px) {
  #mainHomeContent #productPage .productItemContainer {
    justify-content: space-between;
  }
  #mainHomeContent #productPage .productItemContainer .itemWrapper {
    width: calc(98% / 2);
    margin-right: 0;
    margin-bottom: 0;
  }

  #rightSidebarForAddToCart .content .showCartItem {
    height: calc(100% - 270px);
  }

  .uk-modal-footer button,
  .uk-modal-footer a {
    width: 100%;
  }

  header.mainHeader .mobMenu .langBtn button {
    padding: 5px 0;
  }

  header.mainHeader .mobMenuTrigger {
    padding: 12px 0;
  }

  #mainHomeContent #SideMenuBar {
    height: calc(100% - 55px);
    top: 55px;
  }

  #mainHomeContent .beAliveWrapper {
    padding: 55px 0 0 0;
  }

  #mainHomeContent .productGrid2Colum .b .inner3Column li {
    width: calc(98% / 2);
  }

  .uk-modal-body {
    padding: 10px 10px !important;
  }

  .uk-modal-header {
    padding: 15px 15px !important;
  }

  .uk-modal-title {
    font-size: 1.4rem;
  }

  div#productCategory,
  #tabSliderContainer {
    padding: 0 15px;
  }

  #mainHomeContent .beAliveWrapper .orderPlaceBox .proceedBtnBox {
    display: none;
  }

  .mob-bottom-menu {
    display: flex;
  }

  .placeOrderConfirmPc {
    display: none;
  }
  .featureImgSlider2 li.right__align.uk-active .inner__content p,
  .featureImgSlider2 li.left__align.uk-active .inner__content p {
    margin: 10px 0 8px 0;
    font-size: 12px;
  }
  .featureImgSlider2 li.right__align.uk-active .inner__content button,
  .featureImgSlider2 li.left__align.uk-active .inner__content button {
    padding: 7px 20px;
  }
}
.loader {
  background-color: rgba(0, 0, 0, 0.5);
  /* Styles */
}
@keyframes preloader-inside-white {
  0% {
    transform: scale(0, 0);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes preloader-inside-red {
  0% {
    transform: scale(0, 0);
  }
  30% {
    transform: scale(0, 0);
  }
  100% {
    transform: scale(1, 1);
  }
}
.loader .preloader {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  text-align: center;
}
.loader .preloader .preloader-container {
  display: inline-block;
  width: 100px;
  height: 100px;
  margin: auto;
  position: absolute;
  top: 44%;
  left: 0;
  position: relative;
}
.loader .preloader .preloader-container .animated-preloader {
  display: inline-block;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50em;
}
.loader .preloader .preloader-container .animated-preloader:after {
  content: "";
  display: inline-block;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50em;
  background: white;
  animation: preloader-inside-white 1s ease-in-out infinite;
}
.loader .preloader .preloader-container .animated-preloader:before {
  content: "";
  display: inline-block;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  border-radius: 50em;
  animation: preloader-inside-red 1s ease-in-out infinite;
}

.select2-container {
  width: 50% !important;
}

.select2-container--default .select2-selection--single {
  padding: 5px;
  background: #fff;
  border: 1px solid #e5e5e5 !important;
  height: 35px !important;
  border-radius: 0 !important;
  transition: 0.2s ease-in-out;
}
.select2-container--default .select2-selection--single:focus {
  border-color: #e5e5e5 !important;
}

.offer-product-p {
  padding: 0 0 10px 0;
}

.product-cat-p {
  padding: 30px 0 65px 0;
}

.product-title-p-b {
  padding: 65px 0 0 0;
}

.categories-title {
  margin: 40px 0;
}

@media (max-width: 960px) {
  .select2.select2-container.select2-container--default {
    width: 100% !important;
  }
}
.product-overlay {
  position: absolute;
  top: -10px;
  left: -5px;
  background-color: rgba(40, 40, 40, 0.75);
  width: 103.8%;
  height: calc(100% - 35px);
  box-sizing: border-box;
  -webkit-user-select: none;
  user-select: none;
  border: 1px solid #a5a5a5;
  border-radius: 0 0 5px 5px;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s;
}
.product-overlay .overlay-item {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-overlay .overlay-item .overlay-txt {
  width: 100%;
  height: 100%;
  cursor: pointer;
  padding-top: 30%;
}
.product-overlay .overlay-item .overlay-txt p {
  height: 100px;
  width: 125px;
  color: #fff;
  margin: 0 auto !important;
  font-size: 22px !important;
  line-height: 34px;
  text-align: center;
}
.product-overlay .overlay-item .overlay-quantity {
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: column;
  height: calc(100% - 30px);
  padding-top: 30px;
}
.product-overlay .overlay-item .overlay-quantity .showOverlayQuantity {
  align-items: center;
}
.product-overlay
  .overlay-item
  .overlay-quantity
  .showOverlayQuantity
  .showOverlayVal {
  font-size: 4rem;
}
.product-overlay .overlay-item .overlay-quantity .showOverlayQuantity button {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  color: white;
  border: 3px solid orange !important;
}
.product-overlay .overlay-item .product-details {
  width: 90%;
  display: block;
  background-color: white;
  color: #333;
  cursor: pointer;
  font-size: 14px;
  padding: 10px 20px;
  outline: none;
  transition: all 0.3s;
  transform: translateY(-40px);
  border-radius: 4px;
}
.product-overlay .overlay-item .product-details:hover {
  background-color: #e2e2e2;
}

.cartBtnBox .after-cart-show {
  display: none;
  width: 100%;
  color: white;
  justify-content: space-between;
  align-items: center;
  border-radius: 3px;
  height: 40px;
}
.cartBtnBox .after-cart-show button {
  background-color: transparent;
  border: none;
  outline: none;
  color: white;
  padding: 12px;
  cursor: pointer;
}
.cartBtnBox .after-cart-show button.decreaseOvarlay {
  border-right: 1px solid #20202047;
}
.cartBtnBox .after-cart-show button.increaseOvarlay {
  border-left: 1px solid #20202047;
}
.cartBtnBox .after-cart-show button .fa {
  position: relative;
  top: 2px;
}
@media (max-width: 640px) {
  #mainHomeContent #productPage .productItemContainer .itemWrapper .innerBox {
    padding: 15px 5px;
  }

  .product-overlay {
    z-index: -10 !important;
  }

  #mainHomeContent .beAliveWrapper .paymentMedhod .title {
    font-size: 23px;
    margin-top: 10px;
  }

  .titleOfPaymentForm {
    font-size: 1rem !important;
  }

  .product-title-p-b {
    padding: 35px 0 0 0;
  }

  .categories-title {
    margin: 0 0 10px 0;
  }

  #mainHomeContent .beAliveWrapper .paymentMedhod .paymentBtnBox label {
    width: 100%;
    margin-right: 0;
  }

  #mainHomeContent
    #productPage
    .productItemContainer
    .itemWrapper
    .cartBtnBox
    .cardBtn:hover {
    opacity: 1;
    transform: translateY(0);
    box-shadow: 0 1px 1px transparent;
    border-color: transparent;
  }

  .cartBtnBox .after-cart-show button {
    padding: 7px;
  }
  .cartBtnBox .after-cart-show div {
    margin: 0 3px;
  }
}
@media (max-width: 360px) {
  #mainHomeContent
    #productPage
    .productItemContainer
    .itemWrapper
    .itemInfo
    .separate {
    margin-top: 10px;
  }
  #mainHomeContent
    #productPage
    .productItemContainer
    .itemWrapper
    .itemInfo
    .separate
    .itemQuantity {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
@media (max-width: 320px) {
  #mainHomeContent
    .tabSlider
    .itemWrapper
    .overToShow
    .overlayShopBag
    .showQuantityText {
    padding: 10px 5px;
  }
  #mainHomeContent
    .tabSlider
    .itemWrapper
    .overToShow
    .overlayShopBag
    .showProductDetails {
    margin: 8px 0;
  }

  #mainHomeContent .tabSlider .itemWrapper .cartBtnBox .cardBtn {
    padding: 0 10px;
  }

  #mainHomeContent
    #productPage
    .productItemContainer
    .itemWrapper
    .overToShow
    .overlayShopBag
    .showQuantityText {
    font-size: 1rem;
    padding: 15px 10px;
  }
  #mainHomeContent
    #productPage
    .productItemContainer
    .itemWrapper
    .overToShow
    .overlayShopBag
    .showProductDetails {
    margin: 8px 0;
  }
  #mainHomeContent
    #productPage
    .productItemContainer
    .itemWrapper
    .overToShow
    .overlayShopBag
    .cartBtnBox
    .cardBtn {
    padding: 0 10px;
  }

  .showOverlayBug .amount {
    margin-bottom: 0;
  }
  .showOverlayBug .overlayShowQuantity {
    margin: 20px 0 20px 0 !important;
    padding: 0 5px;
  }
  .showOverlayBug .overlayShowQuantity button {
    width: 30px !important;
    height: 30px !important;
  }
  .showOverlayBug .overlayShowQuantity button svg {
    width: 20px !important;
  }
  .showOverlayBug .overlayShowQuantity .overlayItemVal {
    font-size: 3rem !important;
  }

  #mainHomeContent .prevBG,
  #mainHomeContent .nextBG {
    display: none;
  }
}
figure.zoom {
  background-position: 50% 50%;
  position: relative;
  width: 100%;
  overflow: hidden;
  cursor: zoom-in;
}

/*
  ======================
  Modal Form Design
*/
.modal-form .uk-modal-dialog .uk-modal-header {
  padding: 10px;
  position: relative;
}
.modal-form .uk-modal-dialog .uk-modal-header .uk-modal-title {
  color: #fff;
  margin: 0;
  font-weight: bold;
  font-size: 24px;
}
.modal-form .uk-modal-dialog .uk-modal-header .uk-close {
  color: #fff;
}
.modal-form .uk-modal-dialog .uk-modal-header button svg line {
  stroke: #fff;
  stroke-width: 3;
}

.modal-form .uk-modal-dialog .uk-modal-body {
  padding: 20px;
}
.modal-form .uk-modal-dialog .uk-modal-body .submit-btn {
  border: none;
  outline: none;
  color: white;
  width: 150px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}
.modal-form .uk-modal-dialog .uk-modal-body .custom_bn_font_20,
.modal-form .uk-modal-dialog .uk-modal-body .custom_bn_font_20 {
  font-weight: bold;
  color: rgb(71, 71, 71);
}

.modal-form .uk-modal-dialog .uk-modal-body .social-btn-box a {
  border: 1px solid #2b2b2b;
  outline: none;
  width: 100%;
  height: 40px;
  background-color: transparent;
  border-radius: 5px;
  font-weight: 500;
  font-size: 17px;
  display: block;
  text-align: center;
  padding: 5px;
  line-height: 26px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.modal-form
  .uk-modal-dialog
  .uk-modal-body
  .social-btn-box
  .sign-in-with-google {
  color: #f35451;
  border-color: #f35451;
}
.modal-form
  .uk-modal-dialog
  .uk-modal-body
  .social-btn-box
  .sign-in-with-google:hover {
  background-color: #f35451;
  color: white;
}
.modal-form
  .uk-modal-dialog
  .uk-modal-body
  .social-btn-box
  .sign-in-with-facebook {
  color: #3b5999;
  border-color: #3b5999;
}
.modal-form
  .uk-modal-dialog
  .uk-modal-body
  .social-btn-box
  .sign-in-with-facebook:hover {
  background-color: #3b5999;
  color: white;
}
.modal-form
  .uk-modal-dialog
  .uk-modal-body
  .social-btn-box
  .sign-in-with-phone {
  color: #44a313;
  border-color: #44a313;
}
.modal-form
  .uk-modal-dialog
  .uk-modal-body
  .social-btn-box
  .sign-in-with-phone:hover {
  background-color: #44a313;
  color: white;
}

.txt-color-gray {
  color: #a0a0a0 !important;
}
.no_wishlist {
  pointer-events: none !important;
  opacity: 0.3 !important;
}

.login_div .social-btn-box {
  display: flex;
  justify-content: center;
}
.login_div .social-btn-box .item {
  width: 180px;
  margin-right: 10px;
}
.login_div .social-btn-box .item:last-child {
  margin-right: 0;
}

/*
  product Details
*/
#productDetails {
  background-color: #fff;
}
.product-slider-wrapper {
  padding: 50px;
}
.slider-bigImg {
  display: flex;
  justify-content: center;
  align-items: center;
}
.productAllInfoPage .title_d {
  font-size: 24px;
}
.productAllInfoPage .product-code {
  margin: 5px 0;
}
.productAllInfoPage .productModalAmount {
  margin: 10px 0;
  font-size: 25px;
  font-weight: bold;
}
.productAllInfoPage .modalAmount {
  display: flex;
  align-items: center;
}
.productAllInfoPage .modalAmount .quantity {
  display: flex;
  align-items: center;
}
.productAllInfoPage .modalAmount .quantity button {
  border: 1px solid #d6d6d6e0;
  background-color: transparent;
  outline: none;
  padding: 10px;
  cursor: pointer;
  transition: all 0.3s;
}
.productAllInfoPage .modalAmount .quantity .showIncreaseDecreaseVal {
  font-size: 1.8rem;
  margin: 0 10px;
}
.productAllInfoPage .buyItemBtn {
  color: #ffffff;
  border: none;
  outline: none;
  padding: 10px 20px;
  margin: 20px auto 0 auto;
  display: inline-block;
  font-size: 18px;
  border-radius: 5px;
  cursor: pointer;
}
.productAllInfoPage .modalOrderInfo {
  background-color: #ececec;
  padding: 10px;
  margin: 10px 0;
}
.productAllInfoPage .modalSocialShare {
  display: flex;
  align-items: center;
  justify-content: center;
}
.productAllInfoPage .modalSocialShare ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
.productAllInfoPage .modalSocialShare ul li {
  margin-right: 10px;
}

.productImage .uk-position-center-left,
.productImage .uk-position-center-right {
  background-color: rgba(0, 0, 0, 0.6);
}
#product-details-slider img {
  border: 1px solid rgba(153, 153, 153, 0.336);
  padding: 8px;
}
.txt-white-color {
  color: white !important;
}
.affiliateLinkTable .dataTables_wrapper .row:nth-child(1) {
  display: flex;
  justify-content: space-between;
}
.affiliateLinkTable .dataTables_wrapper .row:first-child input,
.affiliateLinkTable .dataTables_wrapper .row:first-child select {
  border: 0 none;
  padding: 0 10px;
  background: #fff;
  color: #666;
  border: 1px solid #e5e5e5;
  height: 35px;
  outline: none;
  vertical-align: middle;
  display: inline-block;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-transition-property: color, background-color, border;
  transition-property: color, background-color, border;
}

@media (max-width: 430px) {
  .productAllInfoPage .modalAmount {
    justify-content: center;
  }
  .productAllInfoPage .modalCartBox {
    padding: 0 10px;
  }
  .productImage .uk-slider-container {
    padding: 0 46px 0 37px;
  }
}
