/*================================================
[  Table of contents  ]
================================================

    1 Theme Default

    2 Top Bar

    3 Mid Bar

    4 Manu Bar

    5 Banner

    6 Service

    7  Discount

    8  Categories

    9  Ad Poster

    10  Shop List

    11 Shop Details

    12 Product Tab

    13 Product Card

    14 Similar Product

    15 Offer Count

    16 Brand Logo

    17 Login

    18 Billing Details

    19 Footer


======================================
[ End table content ]
======================================*/
/*=====================
    1 Theme Default
=======================*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&family=Roboto:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");

:root {
  --color-white: #ffffff;
  --color-white2: #f1f1f1;
  --color-white3: #e2e2e2;
  --color-white4: #f8f8f8;
  --color-white5: #f2f2f2;
  --color-white6: #faf9f6;
  --color-black: #191919;
  --color-cblack: #271d58;
  --color-gBlack: #6d6d73;
  --color-border: #cccccc;
  --color-orange: #ff8400;
  --color-red: #e81113;
  --color-lBlue: #d7f5ff;
  --color-tr: transparent;
  --color-purple: #c01388;
}

html {
  overflow-x: hidden;
  padding: 0px;
  margin: 0px;
}

body {
  margin: 0;
  padding: 0 !important;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0px;
  word-spacing: 0px;
  word-wrap: break-word;
  background: var(--color-white);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  margin: 0;
  padding: 0;
  color: var(--color-black);
}

h1 {
  font-size: 34px;
  line-height: 66px;
}

h2 {
  font-size: 48px;
  line-height: 58px;
}

h3 {
  font-size: 32px;
  line-height: 42px;
}

h4 {
  font-size: 24px;
  line-height: 34px;
}

h5 {
  font-size: 20px;
  line-height: 30px;
}

h6 {
  font-size: 18px;
  line-height: 28px;
}

p {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  line-height: 27px;
  color: var(--color-gBlack);
}

ul,
ol {
  margin: 0;
  padding: 0;
}

ul li,
ol li {
  list-style: none;
}

a,
button,
.btn,
ol li a,
ul li a {
  letter-spacing: 0;
  text-decoration: none;
  outline: none !important;
  cursor: pointer;
  color: var(--color-black);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

a:hover,
.btn:hover,
ol li a:hover,
ul li a:hover {
  outline: none !important;
  text-decoration: none;
  color: var(--color-black);
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: 0 0 0 0em rgba(0, 123, 255, 0.25) !important;
  box-shadow: 0 0 0 0em rgba(0, 123, 255, 0.25) !important;
}

svg {
  fill: var(--color-black);
  --svg-font-size: 14px;
  width: var(--svg-font-size);
  height: var(--svg-font-size);
  margin-top: -4px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

span.orange {
  color: var(--color-orange);
}

.main-wrapper {
  overflow: hidden;
}

section {
  padding: 60px 0px;
}

section .main-title {
  margin-bottom: 40px !important;
}

section .main-title h4 {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 20px;
}

section .main-title .right-link {
  text-align: right;
}

section .main-title .right-link a {
  display: inline-block;
  color: var(--color-black);
  font-size: 15px;
  text-transform: capitalize;
}

section .main-title .right-link a .icon svg {
  fill: var(--color-purple);
  margin-left: 10px;
}

section .main-title .right-link a:hover {
  color: var(--color-purple);
}

section .auto-margin-3>.col-lg-3:nth-last-child(1)>div,
section .auto-margin-3>.col-lg-3:nth-last-child(2)>div,
section .auto-margin-3>.col-lg-3:nth-last-child(3)>div,
section .auto-margin-3>.col-lg-3:nth-last-child(4)>div,
section .auto-margin-3>.col-md-3:nth-last-child(1)>div,
section .auto-margin-3>.col-md-3:nth-last-child(2)>div,
section .auto-margin-3>.col-md-3:nth-last-child(3)>div,
section .auto-margin-3>.col-md-3:nth-last-child(4)>div,
section .auto-margin-4>.col-lg-4:nth-last-child(1)>div,
section .auto-margin-4>.col-lg-4:nth-last-child(2)>div,
section .auto-margin-4>.col-lg-4:nth-last-child(3)>div,
section .auto-margin-4>.col-md-4:nth-last-child(1)>div,
section .auto-margin-4>.col-md-4:nth-last-child(2)>div,
section .auto-margin-4>.col-md-4:nth-last-child(3)>div {
  margin-bottom: 0px;
}

section .table {
  color: var(--color-gBlack);
}

section .table thead {
  border: 0;
  background: var(--color-white2);
}

section .table thead th {
  padding: 20px 25px;
  font-weight: 500;
  color: var(--color-black);
  border: 0;
}

section .table tbody th,
section .table tbody td {
  border: 0;
  border-bottom: 1px solid var(--color-white2);
}

section .table tbody th img {
  width: 80px;
  margin-right: 20px;
}

section .table tbody td {
  padding: 0px 25px;
  vertical-align: middle;
  border: 0;
  border-bottom: 1px solid var(--color-white3);
}

section .table tbody td.total-amount {
  padding: 40px 25px;
}

section .table tbody td.total-amount span {
  font-weight: 500;
}

section .table tbody td.red {
  color: var(--color-red);
}

section .table tbody td a.link-anime {
  padding: 8px 30px;
  border: 1px solid var(--color-black);
}

section .table tbody td a.link-anime::before,
section .table tbody td a.link-anime::after {
  background: var(--color-black);
}

section .table tbody td a.link-anime:hover {
  color: var(--color-white);
  border: 1px solid var(--color-purple);
  background: var(--color-purple);
}

section .table tbody td a.link-anime.block {
  border: 1px solid var(--color-gBlack);
}

section .table tbody td a.link-anime.block::before,
section .table tbody td a.link-anime.block::after {
  background: var(--color-gBlack);
}

section .table tbody td a.link-anime.block:hover {
  border: 1px solid var(--color-orange);
}

section .table tbody .item-name {
  padding-left: 0;
}

section .table tbody .table-close-btn {
  text-align: right;
}

section .table tbody .table-close-btn button {
  padding: 0;
  border: none;
}

section .table tbody .table-close-btn button svg {
  --svg-font-size: 18px;
  fill: var(--color-gBlack);
}

section .table tbody .table-close-btn button:hover svg {
  fill: var(--color-red);
}

section .table form .quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid var(--color-white3);
  border-radius: 5px;
}

section .table form .quantity input {
  padding: 0;
  width: 50px;
  height: 40px;
  border: 0;
  color: var(--color-black);
  text-align: center;
  cursor: pointer;
  background: var(--color-tr);
}

section .table form .quantity input.input-number {
  width: 100%;
  border: 0px !important;
  border-left: 1px solid var(--color-white3) !important;
  border-right: 1px solid var(--color-white3) !important;
}

section .title,
section .title-left,
section .title-center,
section .title-right {
  margin-bottom: 50px;
}

section .title h4~p,
section .title-left h4~p,
section .title-center h4~p,
section .title-right h4~p {
  margin-top: 10px;
}

section .title-center {
  text-align: center;
}

section .title-center h4 {
  line-height: 20px;
}

section .title-right {
  text-align: right;
}

.card {
  background: var(--color-tr);
  border: 0px;
  border-radius: 0px;
}

.card .card-body {
  padding: 15px;
}

a.link-anime,
button.btn-anime {
  position: relative;
  display: inline-block;
  padding: 15px 35px;
  color: var(--color-white);
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 5px;
  border: 1px solid var(--color-purple);
  overflow: hidden;
  background: var(--color-white);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transition-property: color;
  transition-property: color;
  z-index: 2;
}

a.link-anime::before,
a.link-anime::after,
button.btn-anime::before,
button.btn-anime::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 104%;
  background: var(--color-purple);
  z-index: -3;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

a.link-anime::before,
button.btn-anime::before {
  top: 0;
  left: 0;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}

a.link-anime::after,
button.btn-anime::after {
  bottom: -1px;
  right: 0;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}

a.link-anime:hover,
button.btn-anime:hover {
  color: var(--color-purple);
}

a.link-anime:hover::before,
button.btn-anime:hover::before {
  opacity: 0;
  -webkit-transform: translate(-30%, -50%);
  transform: translate(-30%, -50%);
}

a.link-anime:hover::after,
button.btn-anime:hover::after {
  opacity: 0;
  -webkit-transform: translate(50%, 30%);
  transform: translate(50%, 30%);
}

.modal-backdrop {
  z-index: 4;
}

.banner {
  padding: 0px;
}

.banner-bg {
  position: relative;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

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

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

.content-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}

.content-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}

/*=====================
    2 Top Bar
=======================*/
.top-bar {
  border-bottom: 1px solid var(--color-border);
}

.top-bar.sticky {
  margin-bottom: 170px;
}

.top-bar .top-bar-left li {
  display: inline-block;
  padding: 15px 20px;
  border-left: 1px solid var(--color-border);
}

.top-bar .top-bar-left li a {
  color: var(--color-gBlack);
}

.top-bar .top-bar-left li a span.text {
  text-transform: capitalize;
}

.top-bar .top-bar-left li a span.icon svg {
  fill: var(--color-gBlack);
  --svg-font-size: 16px;
  margin-right: 8px;
}

.top-bar .top-bar-left li a:hover {
  color: var(--color-purple);
}

.top-bar .top-bar-left li a:hover span.icon svg {
  fill: var(--color-purple);
}

.top-bar .top-bar-right {
  text-align: right;
}

.top-bar .top-bar-right>ul>li {
  padding: 15px 20px;
  display: inline-block;
  border-right: 1px solid var(--color-border);
}

.top-bar .top-bar-right li button {
  border: none;
  color: var(--color-gBlack);
  text-transform: capitalize;
  background: var(--color-tr);
}

.top-bar .top-bar-right li button::after {
  border-top: 5px solid;
  border-right: 5px solid var(--color-tr);
  border-left: 5px solid var(--color-tr);
  margin-left: 8px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.top-bar .top-bar-right li button.show {
  color: var(--color-purple);
}

.top-bar .top-bar-right li button.show::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.top-bar .top-bar-right li button:hover {
  color: var(--color-purple);
}

.top-bar .top-bar-right .dropdown-menu {
  inset: unset !important;
  display: block !important;
  padding: 10px 0px;
  top: calc(100% + 60px) !important;
  right: -20px !important;
  -webkit-transform: unset !important;
  transform: unset !important;
  border: none;
  border-radius: 0px;
  opacity: 0;
  visibility: hidden;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.top-bar .top-bar-right .dropdown-menu li a {
  display: block;
  padding: 5px 10px;
  text-align: center;
  font-size: 14px;
  color: var(--color-gBlack);
  background: var(--color-tr);
}

.top-bar .top-bar-right .dropdown-menu li a:hover,
.top-bar .top-bar-right .dropdown-menu li.active>a {
  color: var(--color-purple);
  background: var(--color-white2);
}

.top-bar .top-bar-right .dropdown-menu.show {
  top: calc(100% + 16px) !important;
  opacity: 1;
  visibility: visible;
}

.top-bar .top-bar-right .currency-manu button {
  position: relative;
  padding-left: 25px;
}

.top-bar .top-bar-right .currency-manu .flag {
  position: absolute;
  width: 18px;
  height: 18px;
  top: 0px;
  left: 0px;
  border-radius: 30px;
  overflow: hidden;
}

.top-bar .top-bar-right .currency-manu .flag img {
  width: 100%;
  height: 100%;
}

.top-bar .top-bar-right .currency-manu li a {
  position: relative;
  text-align: unset;
  /*padding-left: 50px;*/
}

.top-bar .top-bar-right .currency-manu li a .flag {
  top: 8px;
  left: 15px;
  line-height: 0;
}

header .main-header {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 20;
  background: var(--color-white);
}

header .main-header.sticky {
  position: fixed;
}

/*=====================
    3 Mid Bar
=======================*/
.mid-bar {
  padding: 30px 0px;
}

.mid-bar .logo a {
  display: inline-block;
  /* max-width: 140px; */
}

.mid-bar .logo a img {
  width: 100%;
}

.mid-bar .mid-search .input-group {
  width: 100%;
  height: 50px;
}

.mid-bar .mid-search .input-group input {
  padding: 0px 25px;
  width: calc(100% - 10%);
  height: 100%;
  border-radius: 50px 0 0 50px;
}

.mid-bar .mid-search .input-group button {
  width: calc(100% - 90%);
  height: 100%;
  border: none;
  border-radius: 0 50px 50px 0;
  background: var(--color-purple);
}

.mid-bar .mid-search .input-group button svg {
  fill: var(--color-white);
  --svg-font-size: 18px;
  margin-top: 0px;
}

.mid-bar .mair-right {
  position: relative;
  text-align: right;
}

.mid-bar .mair-right ul {
  display: inline-block;
}

.mid-bar .mair-right>ul>li {
  display: inline-block;
  margin-right: 20px;
}

.mid-bar .mair-right>ul>li:last-child {
  margin-right: 0px;
}

.mid-bar .mair-right li a .icon svg,
.mid-bar .mair-right li button .icon svg {
  --svg-font-size: 18px;
  fill: var(--color-gBlack);
}

.mid-bar .mair-right li a:hover .icon svg,
.mid-bar .mair-right li button:hover .icon svg {
  fill: var(--color-purple);
}

.mid-bar .mair-right li>a {
  position: relative;
  padding: 8px 13px 0px 0px;
}

.mid-bar .mair-right li>a .number {
  position: absolute;
  font-size: 11px;
  font-weight: 500;
  right: 5px;
  top: 0;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  color: var(--color-white);
  text-align: center;
  line-height: 15px;
  background: var(--color-purple);
}

.mid-bar .mair-right li button {
  border: none;
  color: var(--color-gBlack);
  text-transform: capitalize;
  background: var(--color-tr);
}

.mid-bar .mair-right li button::after {
  border-top: 5px solid;
  border-right: 5px solid var(--color-tr);
  border-left: 5px solid var(--color-tr);
  margin-left: 8px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.mid-bar .mair-right li button.show {
  color: var(--color-purple);
}

.mid-bar .mair-right li button.show svg {
  fill: var(--color-purple);
}

.mid-bar .mair-right li button.show::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.mid-bar .mair-right li button:hover {
  color: var(--color-purple);
}

.mid-bar .mair-right li .popup-search>button svg {
  --svg-font-size: 18px;
  fill: var(--color-gBlack);
}

.mid-bar .mair-right li .popup-search .modal .modal-dialog {
  margin: 0 auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.mid-bar .mair-right li .popup-search .modal .modal-dialog .modal-content {
  border: none;
  background: var(--color-tr);
}

.mid-bar .mair-right li .popup-search .modal .modal-dialog .input-group {
  width: 100%;
  height: 50px;
}

.mid-bar .mair-right li .popup-search .modal .modal-dialog .input-group input {
  padding: 0px 25px;
  width: calc(100% - 50px);
  height: 50px;
  border-radius: 50px 0 0 50px;
}

.mid-bar .mair-right li .popup-search .modal .modal-dialog .input-group button {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border: none;
  border-radius: 0 50px 50px 0;
  background: var(--color-orange);
}

.mid-bar .mair-right li .popup-search .modal .modal-dialog .input-group button svg {
  fill: var(--color-white);
}

.mid-bar .mair-right .dropdown-menu {
  inset: unset !important;
  display: block !important;
  padding: 10px 0px;
  top: calc(100% + 60px) !important;
  right: -20px !important;
  -webkit-transform: unset !important;
  transform: unset !important;
  border: none;
  border-radius: 0px;
  opacity: 0;
  visibility: hidden;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.mid-bar .mair-right .dropdown-menu li a {
  display: block;
  padding: 5px 10px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: var(--color-gBlack);
  background: var(--color-tr);
}

.mid-bar .mair-right .dropdown-menu li a:hover,
.mid-bar .mair-right .dropdown-menu li.active>a {
  color: var(--color-purple);
  background: var(--color-white2);
}

.mid-bar .mair-right .dropdown-menu.show {
  top: calc(100% + 16px) !important;
  opacity: 1;
  visibility: visible;
}

.mid-bar .mair-right .menu-btn {
  display: none;
  top: 3px;
  /* right: 0px; */
  width: 30px;
  height: 20px;
  border: none;
  background: var(--color-tr);
}

.mid-bar .mair-right .menu-btn span {
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  border-radius: 5px;
  background: var(--color-border);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.mid-bar .mair-right .menu-btn span:nth-child(1) {
  top: 0px;
}

.mid-bar .mair-right .menu-btn span:nth-child(2) {
  top: 9px;
}

.mid-bar .mair-right .menu-btn span:nth-child(3) {
  top: 18px;
}

.mid-bar .mair-right .menu-btn.active span:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.mid-bar .mair-right .menu-btn.active span:nth-child(2) {
  width: 0px;
  opacity: 0;
}

.mid-bar .mair-right .menu-btn.active span:nth-child(3) {
  top: 10px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

/*=====================
    4 Manu Bar
=======================*/
.manu-bar {
  z-index: 5;
  background: var(--color-purple) !important;
  border-bottom: 2px solid var(--color-white) !important;
  display: none;
}

.manu-bar .close-btn {
  display: none;
  position: absolute;
  top: -40px;
  right: 0;
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 50px;
  background: var(--color-tr);
}

.manu-bar .close-btn span {
  position: absolute;
  width: 100%;
  height: 1px;
  top: 13px;
  left: 0;
  background: var(--color-gBlack);
}

.manu-bar .close-btn span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.manu-bar .close-btn span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.manu-bar .category-manu button {
  width: 100%;
  padding: 20px 15px;
  border: none;
  text-align: unset;
  color: var(--color-white);
  font-size: 15px;
  text-transform: uppercase;
  background: var(--color-cblack);
}

.manu-bar .pl-0 {
  padding-left: 0 !important;
}

.manu-bar .category-manu button .icon svg {
  --svg-font-size: 25px;
  fill: var(--color-white);
  margin-right: 8px;
}

.manu-bar .category-manu button::after {
  content: none;
}

.manu-bar .category-manu button:hover,
.manu-bar .category-manu button.active {
  color: var(--color-white3);
}

.manu-bar .category-manu button:hover .icon svg,
.manu-bar .category-manu button.active .icon svg {
  fill: var(--color-white3);
}

.manu-bar .category-manu .category-list {
  display: block !important;
  width: 100%;
  padding: 0;
  top: calc(100% + 60px) !important;
  left: 0px !important;
  right: inherit !important;
  -webkit-transform: unset !important;
  transform: unset !important;
  border: none;
  border-radius: 0px;
  opacity: 0;
  visibility: hidden;
  background: var(--color-white);
  z-index: 4;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.manu-bar .category-manu .category-list.show {
  top: 100% !important;
  opacity: 1;
  visibility: visible;
}

.manu-bar .main-manu ul {
  text-align: right;
}

.manu-bar .main-manu li {
  position: relative;
  display: inline-block;
  margin-right: 30px;
}

.manu-bar .main-manu li:last-child {
  margin-right: 0px;
}

.manu-bar .main-manu li a {
  font-size: 15px;
  color: var(--color-white);
  padding: 22px 0px;
  text-transform: capitalize;
}

.manu-bar .main-manu li a .icon svg {
  fill: var(--color-white);
  --svg-font-size: 10px;
  margin-left: 8px;
}

.manu-bar .main-manu li ul {
  position: absolute;
  top: calc(100% + 50px);
  right: 0;
  padding: 0 15px;
  text-align: left;
  min-width: 230px;
  opacity: 0;
  visibility: hidden;
  background: var(--color-white);
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 2;
}

.manu-bar .main-manu li ul li {
  display: block;
  border-bottom: 1px solid var(--color-white3);
  margin: 0px;
}

.manu-bar .main-manu li ul li:last-child {
  border-bottom: none;
}

.manu-bar .main-manu li ul li a {
  position: relative;
  display: block;
  padding: 10px 0px;
  color: var(--color-black);
}

.manu-bar .main-manu li ul li a::before {
  position: absolute;
  content: "";
  top: 22px;
  left: 0;
  width: 15px;
  height: 2px;
  opacity: 0;
  background: var(--color-orange);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.manu-bar .main-manu li ul li a::after {
  position: absolute;
  content: "";
  top: 19px;
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--color-orange);
  border-right: 2px solid var(--color-orange);
  left: 8px;
  opacity: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.manu-bar .main-manu li ul li:hover>a {
  color: var(--color-orange);
  padding: 10px 0px 10px 30px;
}

.manu-bar .main-manu li ul li:hover>a::before,
.manu-bar .main-manu li ul li:hover>a::after {
  opacity: 1;
}

.manu-bar .main-manu li ul li ul {
  left: inherit;
  right: calc(100% + 15px);
}

.manu-bar .main-manu li ul li:hover>ul {
  top: 0;
}

.manu-bar .main-manu li:hover>a {
  color: var(--color-cblack);
}

.manu-bar .main-manu li:hover>a .icon svg {
  fill: var(--color-black);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.manu-bar .main-manu li:hover>ul {
  top: calc(100% + 18px);
  opacity: 1;
  visibility: visible;
}

.manu-bar .overlay {
  display: none;
  position: fixed;
  height: 100%;
  top: 0;
  z-index: 8;
  opacity: 0;
  background: var(--color-black);
}

.category-list a,
.side-mega-manu a {
  position: relative;
  display: block;
  padding: 18px 12px;
  font-size: 13px;
  font-weight: 600;
  color: var(--heading-color);
}

.category-list a .icon svg,
.side-mega-manu a .icon svg {
  fill: var(--color-orange);
  --svg-font-size: 25px;
  margin-right: 20px;
}

.category-list a .arrow,
.side-mega-manu a .arrow {
  position: absolute;
  top: 20px;
  right: 12px;
}

.category-list a .arrow svg,
.side-mega-manu a .arrow svg {
  --svg-font-size: 12px;
}

.category-list a:hover,
.side-mega-manu a:hover {
  color: var(--color-orange);
}

.category-list a:hover svg,
.side-mega-manu a:hover svg {
  fill: var(--color-orange);
}

.category-list>ul,
.side-mega-manu>ul {
  position: relative;
}

.category-list li:hover>a,
.side-mega-manu li:hover>a {
  color: var(--color-purple);
  transform: translateX(5px);
  transition: 0.5s;
}

.category-list li:hover svg,
.side-mega-manu li:hover svg {
  fill: var(--color-purple);
}

.category-list li:hover>.mega-manu,
.side-mega-manu li:hover>.mega-manu {
  left: 100%;
  opacity: 1;
  visibility: visible;
}

.category-list .mega-manu,
.side-mega-manu .mega-manu {
  position: absolute;
  min-width: 830px;
  min-height: 100%;
  padding: 30px;
  top: 0;
  left: calc(100% + 30px);
  opacity: 0;
  visibility: hidden;
  background: var(--color-white);
  -webkit-box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 2;
}

.category-list .mega-manu a,
.side-mega-manu .mega-manu a {
  padding: 8px 0px;
}

.category-list .mega-manu li h6.title,
.side-mega-manu .mega-manu li h6.title {
  text-transform: capitalize;
  margin: 15px 0px;
}

.category-list .mega-manu li:last-child a,
.side-mega-manu .mega-manu li:last-child a {
  border-bottom: none;
}

.category-list .mega-manu .row>.col-lg-4:nth-child(1) h6.title,
.category-list .mega-manu .row>.col-lg-4:nth-child(2) h6.title,
.category-list .mega-manu .row>.col-lg-4:nth-child(3) h6.title,
.category-list .mega-manu .row>.col-lg-6:nth-child(1) h6.title,
.category-list .mega-manu .row>.col-lg-6:nth-child(2) h6.title,
.side-mega-manu .mega-manu .row>.col-lg-4:nth-child(1) h6.title,
.side-mega-manu .mega-manu .row>.col-lg-4:nth-child(2) h6.title,
.side-mega-manu .mega-manu .row>.col-lg-4:nth-child(3) h6.title,
.side-mega-manu .mega-manu .row>.col-lg-6:nth-child(1) h6.title,
.side-mega-manu .mega-manu .row>.col-lg-6:nth-child(2) h6.title {
  margin-top: 0px;
}

.breadcrumb-manu {
  padding: 20px 0px;
  border-bottom: 1px solid var(--color-border);
  background: var(--color-white);
}

.breadcrumb-manu .breadcrumb {
  margin-bottom: 0px;
}

.breadcrumb-manu .breadcrumb .breadcrumb-item {
  padding-left: 0px;
  font-size: 14px;
  color: var(--color-gBlack);
  text-transform: capitalize;
}

.breadcrumb-manu .breadcrumb .breadcrumb-item::before {
  content: ">";
  color: var(--color-black);
  padding: 0px 10px;
}

.breadcrumb-manu .breadcrumb .breadcrumb-item:first-child::before {
  content: none;
}

.breadcrumb-manu .breadcrumb .breadcrumb-item a:hover {
  color: var(--color-purple);
}

/*=====================
    5 Banner
=======================*/
.banner {
  padding: 30px 0px;
  margin-bottom: 100px;
  background: var(--color-white5);
}

.banner .container {
  padding: 30px 12px;
  background: var(--color-white);
}

.banner .swiper-slide {
  width: 100%;
  padding: 24px 24px 50px 24px;
  min-height: 500px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: 0;
}

.banner .swiper-slide h2 {
  font-weight: 500;
  color: #fff;
  font-size: 36px;
  line-height: 48px;
  /* max-width: 420px; */
}

.banner .swiper-slide p {
  color: #fff;
  margin: 12px 0px;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
}

.banner .swiper-slide a {
  font-weight: 700;
  font-size: 16px;
  /* line-height: 26px; */
  color: #fff;
}

.banner .swiper-slide a svg {
  margin-left: 8px;
}

.banner .swiper-slide a:hover {
  color: var(--color-white);
}

.banner .swiper-slide a:hover svg {
  fill: var(--color-white);
}

.banner .swiper-slide .discount-tag {
  position: relative;
  display: inline-block;
  padding: 12px 20px;
  font-size: 14px;
  line-height: 30px;
  font-weight: 500;
  color: #fff;
  z-index: 1;
}

.banner .swiper-slide .discount-tag::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.7;
  border-radius: 40px;
  background: #ff2e4240;
  z-index: -1;
}

.banner .banner-slider .swiper-pagination {
  width: 100%;
  height: 50px;
  line-height: 50px;
  left: 0;
  bottom: 0;
  background: var(--color-white2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.banner .banner-slider .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  display: block;
  width: auto;
  height: 100%;
  border-radius: 0;
  opacity: 1;
  color: var(--color-gBlack);
  background: var(--color-tr);
}

.banner .banner-slider .swiper-pagination .swiper-pagination-bullet::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  opacity: 0;
  background: var(--color-purple);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.banner .banner-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: var(--color-purple);
}

.banner .banner-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  opacity: 1;
}

.banner .banner-add li {
  overflow: hidden;
  margin-bottom: 24px;
}

.banner .banner-add li:last-child {
  margin-bottom: 0px;
}

.banner .banner-add li img {
  width: 100%;
}

/*=====================
    6 Service
=======================*/
.service {
  padding: 0;
}

.service>.container {
  padding: 40px;
  background: var(--color-purple);
}

.service .service-card {
  text-align: center;
  /* background-color: var(--color-white5); */
  margin: 0;
}

.service .service-card .service-icon svg {
  fill: var(--color-white);
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  --svg-font-size: 50px;
}

.service .service-card .service-details {
  margin-top: 20px;
}

.service .service-card .service-details h5 {
  color: var(--color-white) !important;
}

.service .service-card .service-details p {
  line-height: 14px;
  margin-top: 5px;
  color: var(--color-white) !important;
}

.service .service-card:hover .service-icon svg {
  -webkit-transform: scale(1);
  transform: scale(1);
}

/*=====================
    7  Discount
=======================*/
.discount {
  padding-bottom: 0px;
}

.discount .dis-card {
  position: relative;
  overflow: hidden;
  margin-bottom: 13px;
}

.discount .dis-card .profile-img img {
  width: 100%;
  height: 100%;
}

.discount .dis-card .profile-img {
  position: relative;
  overflow: hidden;
}

.discount .dis-card .profile-img img {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.discount-text {
  color: var(--color-white);
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  padding: 0;
  margin-bottom: 2rem;
  line-height: 27px;
  max-width: 300px;
}

.discount .dis-card .discount-content {
  position: absolute;
  padding: 24px;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}

.discount .dis-card .discount-content::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.2;
  background: var(--color-black);
  z-index: -2;
}

.discount .dis-card .discount-content .discount-tag {
  position: relative;
  display: inline-block;
  padding: 8px 14px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: var(--color-white);
  z-index: 1;
  margin-bottom: 24px;
}

.discount .dis-card .discount-content .discount-tag::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
  border-radius: 40px;
  background: var(--color-white);
  z-index: -1;
}

.discount .dis-card .discount-content h4 {
  color: var(--color-white);
  margin-bottom: 24px;
}

.discount .dis-card .discount-content a {
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  color: var(--color-white);
}

.discount .dis-card .discount-content a svg {
  fill: var(--color-orange);
  margin-left: 8px;
}

.discount .dis-card:hover .profile-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.discount .dis-card .profile-img img {
  max-width: 100% !important;
  height: auto !important;
}

/*=====================
    8  Categories
=======================*/
.categories .cat-items {
  padding: 0px 12px;
}

.categories .cat-items>div {
  padding: 0;
}

.categories .cat-items .item {
  position: relative;
  margin: 1px;
  overflow: hidden;
  filter: none;
  transition: 0.5s ease-in-out;
}

.categories .cat-items .item:hover {
  filter: grayscale(0);
}

.categories .cat-items .item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.12;
  background: var(--color-black);
  z-index: 1;
}

.categories .cat-items .item img {
  width: 100%;
  height: 235px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.categories .cat-items .item .item-link {
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 2;
}

.categories .cat-items .item .item-link a:hover {
  color: var(--color-white);
  background: var(--color-purple);
}

.categories .cat-items .item a {
  padding: 10px 20px;
  font-weight: bold;
  font-size: 12px;

  border-radius: 20px;
  background: var(--color-white);
}

.categories .cat-items .item:hover img {
  -webkit-filter: grayscale(0.4) blur(0.5px);
  filter: grayscale(0.4) blur(0.5px);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/*=====================
    9  Ad Poster
=======================*/
.ad-poster {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.ad-poster .ad-post-text h4,
.ad-poster .ad-post-text h2 {
  color: var(--color-white);
}

.ad-poster .ad-post-text h4 {
  font-weight: 600;
  margin-bottom: 24px;
}

.ad-poster .ad-post-text h2 {
  font-size: 70px;
  font-weight: 700;
}

.ad-poster .ad-post-text h2 sup {
  font-size: 35px;
  line-height: 65px;
  font-weight: 400;
  top: -35px;
}

.ad-poster a.link-anime {
  color: var(--color-orange);
  background: var(--color-black);
}

.ad-poster a.link-anime::before,
.ad-poster a.link-anime::after {
  background: var(--color-white);
}

.ad-poster a.link-anime .arrow {
  margin-left: 8px;
}

.ad-poster a.link-anime .arrow svg {
  fill: var(--color-orange);
}

.ad-poster a.link-anime:hover {
  color: var(--color-white);
}

.ad-poster a.link-anime:hover .arrow svg {
  fill: var(--color-white);
}

/*=====================
    10  Shop List
=======================*/
.shop-list .search-bar {
  margin-bottom: 50px;
}

.shop-list .main-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
}

.shop-list .main-search input {
  width: calc(100% - 300px);
  height: 100%;
  padding: 0 25px;
  line-height: 50px;
  border-radius: 50px 0 0 50px;
  outline: 0;
  border: 1px solid var(--color-border) !important;
}

.shop-list .main-search .nice-select {
  display: inline-block;
  width: 180px;
  height: 100%;
  line-height: 50px;
  float: none;
  border: 1px solid var(--color-border);
  border-left: none;
  border-right: none;
  border-radius: 0px;
}

.shop-list .main-search button {
  width: 120px;
  height: 100%;
  padding: 0 30px 0 26px;
  border-radius: 0 50px 50px 0;
  font-size: 18px;
  border: none;
  color: var(--color-white);
  background: var(--color-orange);
}

.shop-list .country .nice-select {
  width: 100%;
  height: 50px;
  padding: 0 25px;
  line-height: 50px;
  border: 1px solid var(--color-border);
  border-radius: 50px;
}

.shop-list .country .nice-select::after {
  right: 20px !important;
}

.shop-list .sidebar .sidebar-widget {
  border: 1px solid var(--color-white2);
  margin-bottom: 30px;
}

.shop-list .sidebar .sidebar-widget h6 {
  padding: 15px 20px;
  font-weight: 600;
  font-size: 16px;
  color: var(--color-purple);
  border-bottom: 1px solid var(--color-white2);
}

.shop-list .sidebar .sidebar-widget ul {
  padding: 20px;
}

.shop-list .sidebar .sidebar-widget ul li {
  margin-bottom: 12px;
}

.shop-list .sidebar .sidebar-widget ul li:last-child {
  margin-bottom: 0px;
}

.shop-list .sidebar .sidebar-widget ul li a {
  display: inline-block;
  text-transform: capitalize;
}

.shop-list .sidebar .sidebar-widget ul li a:hover {
  color: var(--color-purple);
}

.shop-list .sidebar .sidebar-widget .widget-valu input[type="checkbox"] {
  opacity: 0;
}

.shop-list .sidebar .sidebar-widget .widget-valu input[type="checkbox"]~label {
  position: relative;
  cursor: pointer;
  color: var(--color-gBlack);
  margin-left: 10px;
}

.shop-list .sidebar .sidebar-widget .widget-valu input[type="checkbox"]~label::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  top: 5px;
  left: -28px;
  border: 1px solid var(--color-gBlack);
  border-radius: 2px;
  background: var(--color-white);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.shop-list .sidebar .sidebar-widget .widget-valu input[type="checkbox"]~label::after {
  position: absolute;
  content: "";
  top: 7px;
  left: -23px;
  width: 5px;
  height: 10px;
  opacity: 0;
  border: solid var(--color-white);
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background: var(--color-tr);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.shop-list .sidebar .sidebar-widget .widget-valu input[type="checkbox"]:checked~ ::before {
  border: 1px solid var(--color-purple);
  background: var(--color-purple);
}

.shop-list .sidebar .sidebar-widget .widget-valu input[type="checkbox"]:checked~ ::after {
  opacity: 1;
}

.shop-list .sidebar .sidebar-widget .widget-popular ul {
  padding: 10px;
}

.shop-list .sidebar .sidebar-widget .widget-popular li {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: var(--color-white);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.shop-list .sidebar .sidebar-widget .widget-popular li .pro-img {
  width: 100px;
  height: 100px;
  overflow: hidden;
  margin-right: 20px;
}

.shop-list .sidebar .sidebar-widget .widget-popular li .pro-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.shop-list .sidebar .sidebar-widget .widget-popular li .pro-text h6 {
  padding: 0px;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  border: none;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.shop-list .sidebar .sidebar-widget .widget-popular li .pro-text .star-rating ul {
  padding: 0;
}

.shop-list .sidebar .sidebar-widget .widget-popular li .pro-text .star-rating li {
  padding: 0;
  display: inline-block;
  margin: 2px 5px 2px 0px;
}

.shop-list .sidebar .sidebar-widget .widget-popular li .pro-text .star-rating li button {
  padding: 0;
  border: none;
  background: var(--color-tr);
}

.shop-list .sidebar .sidebar-widget .widget-popular li .pro-text .star-rating li button svg {
  --svg-font-size: 12px;
}

.shop-list .sidebar .sidebar-widget .widget-popular li .pro-text .star-rating li.active svg {
  fill: var(--color-orange);
}

.shop-list .sidebar .sidebar-widget .widget-popular li .pro-text p {
  font-size: 14px;
  font-weight: 600;
  color: var(--color-black);
}

.shop-list .sidebar .sidebar-widget .widget-popular li:hover {
  -webkit-box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.2);
}

.shop-list .sidebar .sidebar-widget .widget-popular li:hover .pro-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.shop-list .sidebar .sidebar-widget:last-child {
  margin-bottom: 0px;
}

.shop-list .page-navigation {
  margin-top: 50px;
}

.shop-list .page-navigation .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.shop-list .page-navigation .pagination .page-item {
  margin-right: 20px;
}

.shop-list .page-navigation .pagination .page-item:last-child {
  margin-right: 0px;
}

.shop-list .page-navigation .pagination .page-link {
  color: var(--color-black);
  width: 40px;
  height: 40px;
  font-size: 14px;
  line-height: 37px;
  text-align: center;
  padding: 0;
  border-radius: 50px;
  border: 1px solid var(--color-border);
  background: var(--color-tr);
}

.shop-list .page-navigation .pagination .page-link:focus {
  outline: 0px;
  -webkit-box-shadow: 0 0 0 0px transparent;
  box-shadow: 0 0 0 0px transparent;
}

.shop-list .page-navigation .pagination .page-link:hover,
.shop-list .page-navigation .pagination .page-link.active {
  color: var(--color-white);
  border: 1px solid var(--color-purple);
  background: var(--color-purple);
}

/*=====================
    11 Shop Details
=======================*/
.shop-details {
  background: var(--color-white4);
}

.shop-details .product-slider .main-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.shop-details .product-slider .product-small-img .main-img {
  border: 1px solid var(--color-tr);
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-bottom: 22px;
}

.shop-details .product-slider .product-small-img .main-img:hover,
.shop-details .product-slider .product-small-img .main-img.slick-center {
  border-color: var(--color-purple);
}

.shop-details .product-item-details .product-title {
  margin-bottom: 10px;
}

.shop-details .product-item-details .product-title h4 {
  font-size: 30px;
  font-weight: 500;
  text-transform: capitalize;
}

.shop-details .product-item-details .stock-id {
  font-weight: 700;
  margin-bottom: 10px;
}

.shop-details .product-item-details .stock-id span {
  font-weight: 400;
  color: var(--color-gBlack);
}

.shop-details .product-item-details .star-rating ul,
.shop-details .product-item-details ul>li,
.shop-details .product-item-details .product-size ul {
  display: inline-block;
}

.shop-details .product-item-details .star-rating {
  margin-bottom: 20px;
}

.shop-details .product-item-details .star-rating li {
  margin-right: 5px;
}

.shop-details .product-item-details .star-rating li:last-child {
  margin: 0px 10px 0px 0px;
}

.shop-details .product-item-details .star-rating li button {
  padding: 0;
  border: none;
  background: var(--color-tr);
}

.shop-details .product-item-details .star-rating li.active svg {
  fill: var(--color-orange);
}

.shop-details .product-item-details .star-rating a {
  display: inline-block;
  color: var(--color-gBlack);
}

.shop-details .product-item-details .price {
  margin-bottom: 20px;
}

.shop-details .product-item-details .price h4 {
  font-size: 30px;
  font-weight: 500;
}

.shop-details .product-item-details .price h4 del {
  color: var(--color-gBlack);
  font-size: 16px;
  font-weight: 400;
  margin-left: 10px;
}

.shop-details .product-item-details .product-stock {
  margin-bottom: 20px;
}

.shop-details .product-item-details .product-stock .icon {
  position: relative;
  margin-right: 5px;
}

.shop-details .product-item-details .product-stock .icon svg {
  --svg-font-size: 16px;
}

.shop-details .product-item-details .product-stock .icon .close-mark {
  position: absolute;
  left: 0;
  bottom: 0;
  fill: var(--color-red);
  opacity: 0;
}

.shop-details .product-item-details .product-stock .icon .check-mark {
  fill: var(--color-orange);
}

.shop-details .product-item-details .product-stock.out-stock .check-mark {
  opacity: 0;
}

.shop-details .product-item-details .product-stock.out-stock .close-mark {
  opacity: 1;
}

.shop-details .product-item-details .product-stock .text {
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 500;
}

.shop-details .product-item-details .product-stock,
.shop-details .product-item-details .product-quantity,
.shop-details .product-item-details .product-size {
  margin-bottom: 20px;
}

.shop-details .product-item-details .product-quantity .quantity {
  display: inline-block;
  /* border: 1px solid var(--color-white3); */
  border: 1px solid var(--color-purple);
  border-radius: 5px;
}

.shop-details .product-item-details .product-quantity .quantity input {
  padding: 0;
  width: 50px;
  height: 40px;
  border: 0;
  color: var(--color-black);
  text-align: center;
  cursor: pointer;
  background: var(--color-tr);
}

.shop-details .product-item-details .product-quantity .quantity input.input-number {
  width: 200px;
  padding: 0px 5px;
  border: 0px !important;
  border-left: 1px solid var(--color-purple) !important;
  border-right: 1px solid var(--color-purple) !important;
}

.shop-details .product-item-details .product-size .title {
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 500;
}

.shop-details .product-item-details .product-size li::before {
  content: "/ ";
  color: var(--color-gBlack);
}

.shop-details .product-item-details .product-size li:first-child {
  margin-left: 5px;
}

.shop-details .product-item-details .product-size li:first-child::before {
  content: none;
}

.shop-details .product-item-details .product-size li button {
  padding: 0px;
  border: none;
  color: var(--color-gBlack);
  text-transform: capitalize;
  background: var(--color-tr);
}

.shop-details .product-item-details .product-size li button:hover {
  color: var(--color-orange);
}

.shop-details .product-item-details .product-color li {
  margin: 20px 15px 0px 0px;
}

.shop-details .product-item-details .product-color li:last-child {
  margin-right: 0px;
}

.shop-details .product-item-details .product-color li button {
  display: block;
  height: 30px;
  width: 30px;
  border: 5px solid var(--color-white3);
  border-radius: 40px;
}

.shop-details .product-item-details .product-color li button.color-1 {
  background: #999999;
}

.shop-details .product-item-details .product-color li button.color-2 {
  background: #a260a6;
}

.shop-details .product-item-details .product-color li button.color-3 {
  background: #4fa1ad;
}

.shop-details .product-item-details .product-color li button.color-4 {
  background: #6a779d;
}

.shop-details .product-item-details .product-color li button.color-5 {
  background: #caa447;
}

.shop-details .product-item-details .product-link li {
  margin: 25px 10px 0px 0px;
}

.shop-details .product-item-details .product-link li:last-child {
  margin-right: 0px;
}

.shop-details .product-item-details .product-link li a {
  padding: 8px 25px;
  font-weight: 400;
}

.shop-details .product-item-details .product-link li a.add-to-card {
  border-color: var(--color-black);
}

.shop-details .product-item-details .product-link li a.add-to-card::before,
.shop-details .product-item-details .product-link li a.add-to-card::after {
  background: var(--color-black);
}

.shop-details .product-item-details .product-link li a.add-to-card:hover {
  color: var(--color-black);
}

.shop-details .product-item-details .product-share li {
  margin: 25px 10px 0px 0px;
}

.shop-details .product-item-details .product-share li a {
  /* display: block; */
  display: list-item;
  font-size: 18px;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid var(--color-gBlack);
}

.shop-details .product-item-details .product-share li a svg {
  fill: var(--color-gBlack);
}

.shop-details .product-item-details .product-share li a:hover {
  border: 1px solid var(--color-purple);
  background: var(--color-purple);
}

.shop-details .product-item-details .product-share li a:hover svg {
  fill: var(--color-white);
}

.shop-details .tab-info {
  margin-top: 20px;
}

.shop-details .tab-info .nav-tabs {
  padding: 0px 0px 20px 0px;
  border: 1px solid var(--color-white3);
  border-bottom: none;
  background: var(--color-white);
}

.shop-details .tab-info .nav-tabs .nav-link {
  padding: 20px 40px;
  border: 0;
  color: var(--color-gBlack);
  border-right: 1px solid var(--color-white3);
  border-bottom: 1px solid var(--color-white3);
  border-radius: 0;
  background: var(--color-white);
}

.shop-details .tab-info .nav-tabs .nav-link.active {
  color: var(--color-white);
  background: var(--color-purple);
}

.shop-details .tab-info .tab-content {
  padding: 0;
  border: 1px solid var(--color-white3);
  border-top: 0px;
  background: var(--color-white);
}

.shop-details .tab-info .tab-content .table-bordered {
  margin-bottom: 0px;
}

.shop-details .tab-info .tab-content .table-bordered th,
.shop-details .tab-info .tab-content .table-bordered td {
  font-weight: 400;
  font-size: 15px;
  padding: 20px 25px;
  color: var(--color-gBlack);
  border: 1px solid var(--color-white3);
}

.shop-details .tab-info .tab-content .table-bordered th {
  border-left: 0;
}

.shop-details .tab-info .tab-content .table-bordered td {
  border-right: 0;
}

.shop-details .tab-info .tab-content .table-bordered tr:last-child th,
.shop-details .tab-info .tab-content .table-bordered tr:last-child td {
  border-bottom: 0px;
}

.shop-details .tab-info .tab-content .tab-pane {
  padding: 20px 30px 30px 30px;
}

.shop-details .tab-info .tab-content .tab-pane#Specifications {
  padding: 0px;
}

.shop-details .tab-info .tab-content h5,
.shop-details .tab-info .tab-content p {
  margin-bottom: 15px;
}

.shop-details .tab-info .tab-content .quick-view p {
  margin-bottom: 0px;
}

.shop-details .tab-info .tab-content .quick-view ul {
  margin-bottom: 20px;
}

.shop-details .tab-info .tab-content .quick-view li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}

.shop-details .tab-info .tab-content .quick-view li:last-child {
  margin-bottom: 0px;
}

.shop-details .tab-info .tab-content .quick-view li::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  top: 10px;
  left: 0;
  border-radius: 10px;
  border: 1px solid var(--color-border);
}

.shop-details .tab-info .tab-content .star-rating {
  margin-bottom: 20px;
}

.shop-details .tab-info .tab-content .star-rating li {
  display: inline-block;
  margin-right: 5px;
}

.shop-details .tab-info .tab-content .star-rating li:last-child {
  margin-right: 0px;
}

.shop-details .tab-info .tab-content .star-rating li button {
  padding: 0;
  border: none;
  background: var(--color-tr);
}

.shop-details .tab-info .tab-content .star-rating li.active svg {
  fill: var(--color-orange);
}

.shop-details .tab-info .tab-content .star-rating a {
  display: inline-block;
  color: var(--color-gBlack);
}

.shop-details .tab-info .contact-form .input-group {
  position: relative;
  margin-bottom: 30px;
}

.shop-details .tab-info .contact-form .input-group span.label {
  position: absolute;
  top: 12px;
  left: 20px;
  pointer-events: none;
  color: var(--color-border);
  font-size: 14px;
  font-weight: 500;
  z-index: 4;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.shop-details .tab-info .contact-form .input-group span.label.valu-push {
  padding: 0px 8px;
  top: -13px;
  left: 11px;
  color: var(--color-gBlack);
  font-size: 12px;
  background: var(--color-white);
}

.shop-details .tab-info .contact-form .input-group input,
.shop-details .tab-info .contact-form .input-group textarea {
  width: 100%;
  height: 50px;
  padding: 0px 20px;
  font-weight: 500;
  font-size: 14px;
  color: var(--color-gBlack);
  letter-spacing: 0px !important;
  border-radius: 5px !important;
  border: 1px solid var(--color-border) !important;
}

.shop-details .tab-info .contact-form .input-group input:focus~span.label,
.shop-details .tab-info .contact-form .input-group textarea:focus~span.label {
  padding: 0px 8px;
  top: -13px;
  left: 11px;
  color: var(--color-gBlack);
  font-size: 12px;
  background: var(--color-white);
}

.shop-details .tab-info .contact-form .input-group textarea {
  padding: 13px 20px !important;
  height: 150px;
}

/*=====================
    12 Product Tab
=======================*/
.product-tab .tab-title {
  text-align: center;
  margin-bottom: 20px;
  border: none !important;
}

.product-tab .nav-tabs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
  border: none !important;
}

.product-tab .nav-tabs .nav-item {
  border-bottom: 2px solid var(--color-white3);
  margin-bottom: 2px;
  border: none !important;
}

.product-tab .nav-tabs .nav-link {
  position: relative;
  padding: 15px 25px;
  border-radius: 50px;
  font-weight: 500;
  font-size: 14px;
  color: var(--color-gBlack);
  text-transform: capitalize;
  background: none;
  border: none !important;
}

.product-tab .nav-tabs .nav-link::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: -1px;
  opacity: 0;
  background: var(--color-purple);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: none;
}

.product-tab .nav-tabs .nav-link::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 4px;
  left: 50%;
  bottom: -3px;
  border-radius: 4px;
  margin-left: -10px;
  opacity: 0;
  background: var(--color-purple);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: none;
}

.product-tab .nav-tabs .nav-link.active {
  background-color: var(--color-purple);
  color: white;
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.5);
}

.product-tab .nav-tabs .nav-link.active::before,
.product-tab .nav-tabs .nav-link.active::after {
  opacity: 1;
  display: none;
}

/*=====================
    13 Product Card
=======================*/
.product-card {
  margin-bottom: 30px;
}

.product-card .product-img {
  position: relative;
  overflow: hidden;
}

.product-card .product-img a {
  /* display: block; */
  display: list-item;
}

.product-card .product-img a img {
  width: 100%;

  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.product-card .product-img .tag {
  position: absolute;
  padding: 0;
  height: 55px;
  width: 55px;
  top: 20px;
  right: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 55px;
  border-radius: 50%;
  text-align: center;
  background: var(--color-purple);
  text-transform: uppercase;
  color: var(--color-white);
}

.product-card .product-img .product-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 100%;
  padding: 0;
  margin: 0;
  bottom: -100%;
  opacity: 0;
  background: var(--color-purple);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-top: 8px solid var(--color-white);
}

.product-card .product-img .product-cart li {
  display: inline-block;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  height: 55px;
  text-align: center;
  line-height: 55px;
  color: var(--color-white);
  /* border-top: 8px solid var(--color-white); */
  /* border-bottom: 8px solid var(--color-white); */
}

@media only screen and (max-width: 768px) {
  .product-card .product-img .product-cart li {
    border-right: 1px solid var(--color-white);
  }
}

.product-card .product-img .product-cart a {
  color: var(--color-white);
}

.product-card .product-img .product-cart svg {
  fill: var(--color-white);
}

.product-card .product-img .product-cart a:hover {
  color: var(--color-purple);
  background: var(--color-white);
}

.product-card .product-img .product-cart a:hover svg {
  fill: var(--color-purple);
}

.product-card .product-card-details {
  padding-top: 20px;
  background: var(--color-white);
}

.product-card .product-card-details h5 {
  text-transform: capitalize;
  margin-bottom: 4px;
}

.product-card .product-card-details h5 a:hover {
  color: var(--color-purple);
}

.product-card .product-card-details .price {
  font-size: 15px;
  font-weight: 700;
  color: var(--color-black);
}

.product-card .product-card-details .star-rating {
  float: right;
}

.product-card .product-card-details .star-rating li {
  display: inline-block;
}

.product-card .product-card-details .star-rating li.active button svg {
  fill: var(--color-orange);
}

.product-card .product-card-details .star-rating button {
  padding: 0;
  border: none;
  background: var(--color-tr);
}

.product-card:hover img {
  /* -webkit-filter: grayscale(0.4) blur(0.4px); */
  /* filter: grayscale(0.4) blur(0.4px); */
  /*-webkit-transform: scale(1.1);*/
  /*transform: scale(1.1);*/
}

.product-card:hover .product-cart {
  opacity: 1;
  bottom: 0;
}

.product-card.v2 {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.product-card.v2 .tag {
  padding: 2px 14px;
  width: inherit;
  height: inherit;
  font-size: 12px;
  line-height: 22px;
  border-radius: 8px 0px 8px 0px;
}

.product-card.v2 .product-card-details {
  padding: 20px;
}

.product-card.v2 h5 {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 10px;
}

.product-card.v2 .star-rating {
  float: inherit;
  margin-bottom: 10px;
}

.product-card.v2 .price del {
  font-weight: 400;
  font-size: 14px;
  color: var(--color-gBlack);
  margin-left: 10px;
}

.product-card.v2:hover {
  -webkit-box-shadow: 0 3px 10px rgba(33, 33, 33, 0.08);
  box-shadow: 0 3px 10px rgba(33, 33, 33, 0.08);
}

/*=====================
    14 Similar Product
=======================*/
.similar-product {
  padding-top: 0;
  background: var(--color-white4);
}

/*=====================
    15 Offer Count
=======================*/
.offer-count {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 160px 0;
}

.offer-count .offer-text h5 {
  font-weight: 600;
  color: #fff;
}

.offer-count .offer-text h2 {
  font-size: 60px;
  line-height: 70px;
  font-weight: 600;
  color: #fff;
}

.offer-count .offer-text h2 span.price {
  font-weight: 600;
}

.offer-count .offer-text .offer-wrap .countdown>div {
  display: inline-block;
}

.offer-count .offer-text .offer-wrap .countdown>div h2.countdown-number {
  line-height: 60px;
}

.offer-count .offer-text .offer-wrap .countdown>div:last-child .countdown-item {
  margin-right: 0px;
}

.offer-count .offer-text .offer-wrap .countdown-item {
  position: relative;
  width: 90px;
  height: 90px;
  border: 2px solid var(--color-white);
  border-radius: 50%;
  text-align: center;
  margin: 10px 15px 40px 0px;
}

.offer-count .offer-text .offer-wrap .countdown-item h2 {
  font-size: 30px;
  font-weight: 400;
  color: var(--color-white);
}

.offer-count .offer-text .offer-wrap .countdown-item span {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 12px;
  font-size: 14px;
  font-weight: 400;
  color: var(--color-white);
  margin: 0;
}

.offer-count .offer-text .offer-link a.link-anime {
  border: none;
  color: var(--color-cblack);
}

.offer-count .offer-text .offer-link a.link-anime::before,
.offer-count .offer-text .offer-link a.link-anime::after {
  background: var(--color-black);
}

.offer-count .offer-text .offer-link a.link-anime:hover {
  color: var(--color-orange);
}

.woman-collection,
.man-collection,
.others-collection,
.accessories-collection {
  padding-bottom: 0px;
}

/*=====================
    16 Brand Logo
=======================*/
.brand-logo {
  background-color: #eeeeec;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.brand-logo .logo a {
  display: block;
  text-align: center;
  padding: 30px;
}

.brand-logo .slick-slider {
  background-color: #fff;
}

.brand-logo .logo a img {
  width: 100%;
  /* -webkit-filter: grayscale(1) opacity(0.4);
  filter: grayscale(1) opacity(0.4);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease; */
}

.brand-logo .logo a:hover img {
  /* -webkit-filter: grayscale(0) opacity(1);
  filter: grayscale(0) opacity(1); */
}

.brand-logo .slick-center .logo a img {
  /* -webkit-filter: grayscale(0) opacity(1);
  filter: grayscale(0) opacity(1); */
}

.card-table .checkout-btn {
  text-align: right;
  margin-top: 50px;
}

.card-table .checkout-btn a {
  border: 1px solid var(--color-purple);
}

/*=====================
    17 Login
=======================*/
.login,
.login-user,
.create-account,
.create-user,
.forget-password,
.user-password-reset,
.billing-details {
  background: var(--color-white4);
}

.login-form {
  padding: 50px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.05);
  background: var(--color-white);
}

.login-form h4,
.login-form .input-group {
  margin-bottom: 30px;
  line-height: 20px;
}

.login-form .btn-anime,
.login-form .link-anime {
  text-transform: capitalize;
}

.login-form .input-group span.label {
  position: absolute;
  top: 16px;
  left: 20px;
  color: var(--color-border);
  pointer-events: none;
  font-size: 14px;
  font-weight: 500;
  z-index: 1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.login-form .input-group span.label.valu-push {
  padding: 0px 8px;
  top: -13px;
  left: 11px;
  opacity: 1 !important;
  font-size: 12px;
  color: var(--color-gBlack);
  background: var(--color-white);
  z-index: 1;
}

.login-form .input-group input[type="date"]~span.label {
  opacity: 0;
}

.login-form .input-group input,
.login-form .input-group textarea {
  width: 100%;
  height: 50px;
  padding: 0px 20px;
  font-weight: 500;
  font-size: 14px;
  color: var(--color-gBlack);
  letter-spacing: 0px !important;
  border-radius: 5px !important;
  background: var(--color-tr);
  border: 1px solid var(--color-border) !important;
}

.login-form .input-group input:focus~span.label,
.login-form .input-group textarea:focus~span.label {
  padding: 0px 8px;
  top: -13px;
  left: 11px;
  font-size: 12px;
  color: var(--color-gBlack);
  background: var(--color-white);
}

.login-form .input-group input[type="date"]:focus~span.label,
.login-form .input-group textarea[type="date"]:focus~span.label {
  opacity: 1;
}

.login-form .input-group textarea {
  padding: 13px 20px !important;
  height: 150px;
}

.login-form .input-group.con-check {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
}

.login-form .input-group.con-check input[type="checkbox"] {
  width: 20px;
  height: 20px;
  opacity: 0;
}

.login-form .input-group.con-check input[type="checkbox"]~label {
  position: relative;
  cursor: pointer;
  color: var(--color-gBlack);
  font-weight: 500;
  margin-left: 10px !important;
}

.login-form .input-group.con-check input[type="checkbox"]~label::before {
  position: absolute;
  content: "";
  width: 21px;
  height: 21px;
  top: 2px;
  left: -30px;
  border: 1px solid var(--color-gBlack);
  border-radius: 2px;
  background: var(--color-white);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.login-form .input-group.con-check input[type="checkbox"]~label::after {
  position: absolute;
  content: "";
  top: 6px;
  left: -22px;
  width: 5px;
  height: 10px;
  opacity: 0;
  border: solid var(--color-white);
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background: var(--color-tr);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.login-form .input-group.con-check input[type="checkbox"]:checked~ ::before {
  border: 1px solid var(--color-orange);
  background: var(--color-orange);
}

.login-form .input-group.con-check input[type="checkbox"]:checked~ ::after {
  opacity: 1;
}

.login-form .input-group.payment-option {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.login-form .input-group.payment-option input {
  width: 18px;
  height: 18px;
  opacity: 0;
  margin-left: 2px;
}

.login-form .input-group.payment-option input~label {
  position: relative;
  cursor: pointer;
  color: var(--color-gBlack);
  font-weight: 500;
  margin-left: 15px !important;
}

.login-form .input-group.payment-option input~label::before {
  position: absolute;
  content: "";
  width: 21px;
  height: 21px;
  top: 3px;
  left: -34px;
  border: 5px solid var(--color-white3);
  border-radius: 30px;
  background: var(--color-white);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.login-form .input-group.payment-option input:checked~ ::before {
  border: 5px solid var(--color-orange);
}

.login-form .input-group.payment-option label {
  position: relative;
  margin-left: 10px !important;
}

.login-form .input-group.payment-option label img {
  width: 80px;
}

.login-form .input-group.payment-option>ul {
  width: 100%;
}

.login-form .input-group.payment-option>ul li {
  display: inline-block;
  border: 1px solid var(--color-border);
  border-radius: 5px;
  margin: 20px 10px 0px 0px;
}

.login-form .input-group.payment-option>ul li:last-child {
  margin-right: 0px;
}

.login-form .mypass,
.login-form .newpass,
.login-form .conpass {
  position: relative;
}

.login-form .mypass input,
.login-form .newpass input,
.login-form .conpass input {
  width: calc(100% - 48px);
  border-right: none !important;
  border-radius: 5px 0px 0px 5px !important;
}

.login-form .mypass .show-pass,
.login-form .newpass .show-pass,
.login-form .conpass .show-pass {
  position: absolute;
  width: 50px;
  height: 50px;
  right: 0;
  bottom: 0;
  line-height: 50px;
  border: none;
  border: 1px solid var(--color-border) !important;
  border-radius: 0px 5px 5px 0px;
  background: var(--color-tr);
}

.login-form .mypass .show-pass svg,
.login-form .newpass .show-pass svg,
.login-form .conpass .show-pass svg {
  fill: var(--color-border);
  --svg-font-size: 20px;
}

.login-form .mypass .show-pass .eye-close,
.login-form .newpass .show-pass .eye-close,
.login-form .conpass .show-pass .eye-close {
  position: absolute;
  top: 20px;
  right: 14px;
  opacity: 0;
}

.login-form .mypass .show-pass.eye-open .eye-open,
.login-form .newpass .show-pass.eye-open .eye-open,
.login-form .conpass .show-pass.eye-open .eye-open {
  opacity: 0;
}

.login-form .mypass .show-pass.eye-open .eye-close,
.login-form .newpass .show-pass.eye-open .eye-close,
.login-form .conpass .show-pass.eye-open .eye-close {
  opacity: 1;
}

.login-form .btn-anime,
.login-form .link-anime {
  width: 100%;
  text-align: center;
  margin-bottom: -8px;
}

.login-form p {
  text-align: center;
  text-transform: capitalize;
  margin-top: 15px;
}

.login-form p a {
  color: var(--color-orange);
  padding-bottom: 2px;
  border-bottom: 1px solid var(--color-orange);
}

.login-form p a:hover {
  border-bottom: 0px solid var(--color-tr);
}

/*========================
    18 Billing Details
==========================*/
.billing-details .login-form {
  padding: 0;
  border-radius: 0px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  background: var(--color-tr);
}

.billing-details .login-form .input-group input:focus~span.label,
.billing-details .login-form .input-group textarea:focus~span.label,
.billing-details .login-form .input-group span.label.valu-push,
.billing-details .login-form .input-group span.label.valu-push {
  color: var(--color-border);
  background: var(--color-white4);
}

.billing-details .right-search,
.billing-details .order-cart {
  margin-bottom: 30px;
}

.billing-details .right-form p {
  font-weight: 500;
  margin-bottom: 4px;
}

.billing-details .right-form h4 {
  line-height: 20px;
}

.billing-details .right-form .right-search input {
  width: calc(100% - 167px);
  height: 50px;
  border-radius: 5px 0px 0px 5px;
  border: 1px solid var(--color-border) !important;
  background: var(--color-tr);
}

.billing-details .right-form .right-search button {
  padding: 15px 30px;
}

.billing-details .right-form .order-cart {
  padding: 20px 30px;
  border-radius: 5px;
  border: 1px solid var(--color-border);
}

.billing-details .right-form .order-cart h4 {
  padding-bottom: 20px;
  font-weight: 700;
  text-align: center;
  border-bottom: 1px solid var(--color-border);
}

.billing-details .right-form .order-cart li {
  padding: 20px 0px;
  font-weight: 500;
  border-bottom: 1px solid var(--color-border);
}

.billing-details .right-form .order-cart li:last-child {
  padding-bottom: 0px;
  border-bottom: none;
}

.billing-details .right-form .order-cart li span {
  float: right;
}

.billing-details .right-form .order-cart li .total {
  color: var(--color-black);
  font-size: 18px;
  font-weight: 600;
}

.billing-details .right-form .payment-cart {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.billing-details .right-form .payment-cart input {
  width: 18px;
  height: 18px;
  opacity: 0;
  margin-left: 2px;
}

.billing-details .right-form .payment-cart input~label {
  position: relative;
  cursor: pointer;
  color: var(--color-black);
  font-weight: 500;
  margin-left: 15px !important;
}

.billing-details .right-form .payment-cart input~label::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  top: 5px;
  left: -28px;
  border: 1px solid var(--color-gBlack);
  border-radius: 2px;
  background: var(--color-white);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.billing-details .right-form .payment-cart input~label::after {
  position: absolute;
  content: "";
  top: 6px;
  left: -23px;
  width: 5px;
  height: 10px;
  opacity: 0;
  border: solid var(--color-white);
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background: var(--color-tr);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.billing-details .right-form .payment-cart input:checked~ ::before {
  border: 1px solid var(--color-purple);
  background: var(--color-purple);
}

.billing-details .right-form .payment-cart input:checked~ ::after {
  opacity: 1;
}

.billing-details .right-form .payment-cart input:checked~p {
  display: block;
}

.billing-details .right-form .payment-cart p {
  position: relative;
  display: none;
  padding: 18px;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  border-radius: 5px !important;
  border: 1px solid var(--color-border);
  margin-top: 20px;
}

.billing-details .right-form .payment-cart p::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 8px;
  top: -15px;
  left: 30px;
  border-bottom: solid 15px var(--color-border);
  border-left: solid 15px var(--color-tr);
  border-right: solid 15px var(--color-tr);
}

.billing-details .right-form .payment-cart .payment-option {
  margin-bottom: 20px;
}

.billing-details .right-form a.link-anime,
.billing-details .right-form button.btn-anime {
  padding: 15px 30px;
  text-transform: capitalize;
  background: var(--color-tr);
}

/*=====================
    19 Footer
=======================*/
footer .info-footer {
  padding: 100px 0px 50px 0px;
  background: var(--color-purple);
  overflow: hidden;
}

footer .info-footer h6 {
  position: relative;
  color: var(--color-white);
  font-weight: 400;
  margin-bottom: 30px;
  line-height: 16px;
}

footer .info-footer .footer-left p {
  color: var(--color-border);
  margin-bottom: 30px;
}

footer .info-footer .footer-left .footer-logo a {
  display: inline-block;
  max-width: 140px;
}

footer .info-footer .footer-left .footer-logo a img {
  width: 100%;
}

footer .info-footer .footer-left li {
  display: inline-block;
  margin: 15px 10px 0px 0px;
}

footer .info-footer .footer-left li:last-child {
  margin-right: 0px;
}

footer .info-footer .footer-left li a {
  /* display: block; */
  display: list-item;
  padding: 0 !important;
  height: 40px;
  width: 40px;
  line-height: 38px;
  text-align: center;
  font-size: 18px;
  border-radius: 50%;
  border: 1px solid var(--color-border);
}

footer .info-footer .footer-left li a svg {
  fill: var(--color-white);
  --svg-font-size: 15px;
}

footer .info-footer .footer-left li a::before,
footer .info-footer .footer-left li a::after {
  content: none;
}

footer .info-footer .footer-left li a:hover {
  border-color: var(--color-white) !important;
  background: var(--color-tr) !important;
  transform: translateY(-5px);
}

footer .info-footer h6~ul li {
  margin-bottom: 10px;
}

footer .info-footer h6~ul li:last-child {
  margin-bottom: 0px;
}

footer .info-footer h6~ul li a {
  position: relative;
  display: inline-block;
  color: var(--color-border);
  text-transform: capitalize;
}

footer .info-footer h6~ul li a::before {
  position: absolute;
  content: "";
  top: 12px;
  left: 0;
  width: 15px;
  height: 2px;
  opacity: 0;
  background: var(--color-white);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

footer .info-footer h6~ul li a::after {
  position: absolute;
  content: "";
  top: 9px;
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--color-white);
  border-right: 2px solid var(--color-white);
  left: 8px;
  opacity: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

footer .info-footer h6~ul li a:hover {
  color: var(--color-white);
  padding-left: 30px;
}

footer .info-footer h6~ul li a:hover::before,
footer .info-footer h6~ul li a:hover::after {
  opacity: 1;
}

footer .info-footer .footer-right p {
  color: var(--color-border);
  margin-bottom: 30px;
}

footer .info-footer .footer-right .payment-gateway .row {
  padding: 0px calc(var(--bs-gutter-x) / 2);
}

footer .info-footer .footer-right .payment-gateway .row>div {
  padding: 5px;
}

footer .info-footer .footer-right .payment-gateway img {
  width: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

footer .info-footer .footer-right .payment-gateway a:hover img {
  -webkit-filter: opacity(0.8);
  filter: opacity(0.8);
}

footer .main-footer {
  padding: 20px 0px;
  border-top: 1px solid var(--color-white);
  background: var(--color-purple);
}

footer .main-footer .left-link li {
  display: inline-block;
  margin-right: 15px;
}

footer .main-footer .left-link li:last-child {
  margin-right: 0px;
}

footer .main-footer .left-link li a {
  color: var(--color-gBlack);
}

footer .main-footer .left-link li a:hover {
  color: var(--color-orange);
}

footer .main-footer .right-text {
  text-align: right;
}

footer .main-footer .back-to-top {
  display: none;
  position: fixed;
  width: 50px;
  height: 50px;
  right: 15px;
  bottom: 80px;
  /* border: 1px solid #fff; */
  text-align: center;
  cursor: pointer;
  line-height: 50px;
  border-radius: 50%;
  z-index: 5;
  /* -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); */
  box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  background: var(--color-purple);
  display: list-item;
  list-style-type: none;
}

footer .main-footer .back-to-top svg {
  fill: var(--color-white);
}

.maan-coming-soon-section {
  background: #fcce33;
  overflow: hidden;
}

.maan-coming-soon-wrapper {
  padding: 150px 0;
  background: url(../img/additional-page/round-shape.png) no-repeat right center;
  background-size: contain;
}

.coming-soon-content {
  text-align: center;
}

.coming-soon-content h4 {
  font-size: 28px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: #000000;
  margin-bottom: 30px;
  letter-spacing: 15px;
}

.coming-soon-content .coming-soong {
  max-width: 100%;
  margin-bottom: 30px;
}

.coming-soon-content .flipTimer {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.coming-soon-content .flipTimer .text-wrp {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px;
}

.coming-soon-content .flipTimer .text-wrp .digit-set {
  margin: 5px;
}

.coming-soon-content .flipTimer .text {
  font-size: 10px;
  color: #000;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
  position: absolute;
  bottom: -25px;
  right: 10px;
  line-height: 10px;
}

.coming-soon-content h2 {
  font-size: 60px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 8px;
  font-family: "Poppins", sans-serif;
}

.maan-error-wrapper {
  max-width: 1080px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.maan-error-wrapper img {
  max-width: 100%;
}

.maan-error-wrapper .error-content {
  position: absolute;
  top: 60px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.maan-error-wrapper .error-content h2 {
  font-size: 55px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ff5e69;
  margin-bottom: 10px;
}

.maan-error-wrapper .error-content p {
  font-size: 27px;
  font-weight: 400;
  text-transform: uppercase;
  color: #277fd9;
  letter-spacing: 5px;
}

.maan-error-wrapper .link-anime {
  margin-top: 70px;
}

.maan-maintenance-wrapper {
  text-align: center;
}

.maan-maintenance-wrapper img {
  max-width: 100%;
}

.maan-maintenance-wrapper .maintenance-content {
  margin-top: 30px;
}

.maan-maintenance-wrapper h4 {
  font-size: 35px;
  font-weight: 600;
  color: #2b2b2b;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}

.maan-maintenance-wrapper p {
  font-size: 20px;
  font-weight: 400;
  color: #2b2b2b;
  font-family: "Poppins", sans-serif;
}

.maan-maintenance-wrapper .link-anime {
  margin-top: 60px;
}

.maan-maintenance-wrapper small {
  font-size: 16px;
  max-width: 1000px;
  margin: 0 auto;
  display: block;
}

.banner .swiper-slide .discount-tag-two {
  top: 100px;
  left: 100px;
  color: #fff;
}

.banner .swiper-slide .discount-tag-two::before {
  background: rgba(251, 216, 87, 0.24);
}

.modal-xl {
  max-width: 1500px;
  margin: 0 auto;
}

.maan-modal-content {
  position: relative;
}

.maan-modal-content .btn-close {
  position: absolute;
  top: 40px;
  right: 40px;
  color: #ff8400;
  z-index: 2;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 1px solid #ff8400;
}

.maan-modal-content .modal-body {
  padding: 130px 30px;
}

.maan-modal-content .modal-body.faild-body {
  padding: 50px 30px;
}

.maan-modal-content .maan-modal-wrapper {
  text-align: center;
}

.maan-modal-content .maan-modal-wrapper .thumb {
  margin-bottom: 10px;
}

.maan-modal-content .maan-modal-wrapper .thumb img {
  max-width: 100%;
}

.maan-modal-content .maan-modal-wrapper h2 {
  font-size: 44px;
  font-weight: 300;
  margin-bottom: 20px;
  font-family: "Poppins", sans-serif;
}

.maan-modal-content .maan-modal-wrapper h2.success {
  color: #73c21a;
}

.maan-modal-content .maan-modal-wrapper h3 {
  font-size: 35px;
  font-weight: 600;
  color: #292929;
  font-family: "Poppins", sans-serif;
  margin-bottom: 30px;
}

.maan-modal-content .maan-modal-wrapper p {
  color: #292929;
  font-family: "Poppins", sans-serif;
  margin-bottom: 50px;
}

.maan-author-profile {
  padding: 60px 20px;
  background: #f6f6f6;
  height: 760px;
}

.maan-author-profile .user-info .maan-user-thumb {
  height: 186px;
  width: 186px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 30px;
}

.maan-author-profile .user-info .maan-user-thumb img {
  height: 186px;
  width: 186px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.maan-author-profile .user-info .user-title {
  text-align: center;
  padding-bottom: 30px;
  border-bottom: 1px dashed #9d9d9d;
  position: relative;
  margin-bottom: 40px;
}

.maan-author-profile .user-info .user-title::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -7px;
  border-bottom: 1px dashed #9d9d9d;
}

.maan-author-profile .user-info .user-title .user-name {
  display: block;
  font-size: 20px;
  font-weight: 600;
  line-height: 29px;
  color: #0a0b2e;
  margin-bottom: 10px;
  margin-top: 15px;
}

.maan-author-profile .user-info .user-title .user-name:hover,
.maan-author-profile .user-info .user-title .user-name:focus {
  color: #ff8400;
}

.maan-author-profile .user-info .user-title .phone {
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 23px;
  color: #0a0b2e;
}

.maan-author-profile ul li a {
  font-size: 16px;
  line-height: 40px;
  color: #545454;
  font-weight: 400;
}

.maan-author-profile ul li a:hover,
.maan-author-profile ul li a:focus,
.maan-author-profile ul li a.active {
  color: var(--color-purple);
}

.maan-author-profile ul li a span {
  display: inline-block;
  margin-right: 15px;
}

.save-btb {
  max-width: 63px;
  width: 100%;
  padding: 0;
  line-height: 32px;
  text-align: center;
  border-radius: 2px;
  color: #fff;
}

.save-btb.edit-btn {
  border: 1px solid #c9c9c9;
  background: #f8f8f8;
  color: #fff;
  padding: 0;
}

.maan-info-header {
  padding: 15px 30px;
  background: #f6f6f6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

.maan-info-header h4 {
  font-size: 24px;
  line-height: 35px;
  color: #0a0b2e;
  font-weight: 600;
}

.maan-personal-information .maan-user-details {
  padding: 0 30px;
  margin-bottom: 40px;
}

.maan-personal-information .maan-user-details.maan-details-edit ul li {
  padding: 0;
}

.maan-personal-information .maan-user-details.maan-details-edit ul li:last-child span {
  border: none;
}

.maan-personal-information .maan-user-details.maan-details-edit ul li span {
  border-bottom: 1px solid #d5d5d5;
  padding: 10px 0;
  line-height: 23px;
  display: inline-block;
}

.maan-personal-information .maan-user-details ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  color: #0a0b2e;
  padding: 10px 0;
}

.maan-personal-information .maan-user-details ul li span {
  width: 75%;
}

.maan-user-address .maan-address h5 {
  font-size: 18px;
  font-weight: 600;
  color: #575be2;
  line-height: 26px;
  padding-bottom: 5px;
  position: relative;
  margin-bottom: 16px;
}

.maan-user-address .maan-address h5.blue {
  color: #2dbed5;
}

.maan-user-address .maan-address h5.blue::after {
  background: #2dbed5;
}

.maan-user-address .maan-address h5::after {
  position: absolute;
  content: "";
  display: block;
  width: 77px;
  height: 3px;
  background: #575be2;
  bottom: 0;
  left: 0;
}

.maan-user-address .maan-address p {
  color: #0a0b2e;
  line-height: 28px;
}

.maan-password-change {
  max-width: 370px;
}

.maan-password-change .maan-input-group {
  margin-bottom: 20px;
}

.maan-password-change .maan-input-group label {
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  color: #0a0b2e;
  margin-bottom: 10px;
}

.maan-password-change .maan-input-group .input-group {
  position: relative;
}

.maan-password-change .maan-input-group .input-group input {
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  padding: 12px 20px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #dbdbdb;
  border-radius: 0;
  border-radius: 4px !important;
}

.maan-password-change .maan-input-group .input-group input::-webkit-input-placeholder {
  color: #9d9d9d;
}

.maan-password-change .maan-input-group .input-group input::-moz-placeholder {
  color: #9d9d9d;
}

.maan-password-change .maan-input-group .input-group input:-ms-input-placeholder {
  color: #9d9d9d;
}

.maan-password-change .maan-input-group .input-group input::-ms-input-placeholder {
  color: #9d9d9d;
}

.maan-password-change .maan-input-group .input-group input::placeholder {
  color: #9d9d9d;
}

.maan-password-change .maan-input-group .input-group span {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 14px;
  color: #9d9d9d;
}

.maan-order-history {
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

/*new additional css start*/
.maan-shop-breadcrumb {
  padding: 80px 0;
  background: #f2f3f7;
  text-align: center;
  border: none;
}

.maan-shop-breadcrumb h3 {
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 700;
  color: var(--color-white);
}

.maan-shop-breadcrumb .breadcrumb {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.maan-shop-breadcrumb .breadcrumb .breadcrumb-item {
  color: #000;
}

.maan-shop-breadcrumb .breadcrumb .breadcrumb-item a {
  color: #7d7a7a;
}

.maan-shop-breadcrumb .breadcrumb .breadcrumb-item::before {
  content: "/";
  padding: 0 4px;
}

.maan-mybazar-filter {
  margin-bottom: 60px;
}

.maan-mybazar-filter p {
  font-size: 14px;
  color: #666666;
  margin-top: 20px;
}

.maan-mybazar-filter .maan-filter-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f6f6f6;
  padding: 10px 20px;
}

.maan-mybazar-filter .filter-left .tags-area a {
  display: inline-block;
  font-size: 15px;
  color: #666666;
  background: #fff;
  padding: 10px 25px;
  margin-right: 10px;
}

.maan-mybazar-filter .filter-left .tags-area span {
  display: inline-block;
  padding: 10px 25px;
  font-size: 14px;
  font-weight: 700;
  color: #666666;
  cursor: pointer;
}

.maan-mybazar-filter .maan-filter-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 330px;
}

.maan-mybazar-filter .maan-filter-right .nice-select {
  width: 170px;
  background: transparent;
}

.maan-mybazar-filter .maan-filter-right .nice-select .list {
  width: 100%;
}

.maan-mybazar-filter .maan-filter-right .filter-grid a {
  margin-left: 30px;
}

@media (max-width: 991px) {
  .maan-mybazar-filter .maan-filter-right {
    width: 270px;
  }
}

@media (max-width: 767px) {
  .maan-mybazar-filter .filter-left {
    display: none;
  }

  .maan-mybazar-filter .maan-filter-right {
    width: 100%;
  }

  .maan-mybazar-filter .maan-filter-wrapper {
    padding: 10px 15px;
  }

  .maan-shop-breadcrumb h3 {
    font-size: 20px;
  }
}

/*home page additional css */
.category-list a,
.side-mega-manu a {
  padding: 7px 12px;
}

.category-list a .arrow,
.side-mega-manu a .arrow {
  position: absolute;
  top: 11px;
  right: 12px;
}

.banner .banner-add li {
  margin-bottom: 33px !important;
}

.banner .banner-add li:last-child {
  margin-bottom: 0 !important;
}

.banner .banner-add li img {
  height: 110px;
}

.discount .dis-card .profile-img img {
  height: 216px;
}

.categories .cat-items .item .item-link {
  left: 0;
  width: 100%;
  display: block;
  text-align: center;
}

.product-card .product-img a img {
  /*height: 310px;*/
  background: #eeeeee;
}

.product-card .product-card-details h5 {
  white-space: normal !important;
  -webkit-line-clamp: 1 !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  white-space: normal !important;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 14px;
  margin-bottom: 0;
}

.product-card .product-card-details {
  padding-top: 10px;
}

.product-card .product-card-details .price {
  font-size: 16px;
  font-weight: 400;
}

.product-card .product-card-details .price del {
  font-size: 12px;
}

.product-card {
  min-width: 240px;
  max-width: 350px;
}

.mybazar-product-with-sidebar .product-card {
  min-width: unset;
  max-width: 100%;
}

.mybazar-product-with-sidebar #product-area {
  margin-top: 30px;
}

@media only screen and (min-width: 1199px) and (max-width: 1400px) {
  .product-card {
    min-width: 200px;
  }
}

@media only screen and (min-width: 991px) and (max-width: 1199px) {
  .product-card {
    min-width: 165px;
  }
}

@media (max-width: 991px) {
  .product-card {
    min-width: unset !important;
    max-width: 100% !important;
  }
}

.side-mega-manu a {
  font-size: 12px;
}

.side-mega-manu a .text {
  margin-left: 10px;
}

.side-mega-manu a span svg {
  height: 10px;
}

.side-mega-manu a .arrow {
  right: 0;
}

.banner {
  margin-bottom: 60px;
}

.product-card {
  margin-bottom: 0;
  margin-top: 30px;
}

section .main-title {
  margin-bottom: 20px;
}

.product-card .product-card-details {
  margin: 0;
  margin-bottom: -8px;
}

.product-card .product-card-details .star-rating {
  line-height: 0;
}

.categories .cat-items>div {
  padding: 5px;
}

.categories .cat-items {
  margin-bottom: -5px;
}

section {
  overflow-y: hidden;
}

section.categories .main-title {
  margin-bottom: 40px;
}

.shop-details .product-item-details .product-quantity .quantity .minus {
  font-size: 30px;
  position: relative;
  top: 3px;
}

.shop-details .product-item-details .product-quantity .quantity .plus {
  font-size: 20px;
}

.shop-details .product-item-details .product-quantity .quantity .input-number {
  font-size: 18px;
}

.product-card.tab-pcard .product-card-details .star-rating {
  float: none;
}

@media only screen and (min-width: 1199px) and (max-width: 1400px) {
  .product-card {
    min-width: 200px;
  }
}

@media only screen and (min-width: 991px) and (max-width: 1199px) {
  .product-card {
    min-width: 165px;
  }
}

@media (max-width: 991px) {
  .product-card {
    min-width: unset !important;
    max-width: 100% !important;
  }
}

.product-color-wraper {
  /* The container */
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}

.product-color-wraper ul li {
  display: inline-block;
}

.product-color-wraper .porduct-color {
  display: block;
  position: relative;
  padding-left: 28px;
  padding-bottom: 20px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.product-color-wraper .porduct-color input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.product-color-wraper .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  background-color: #ff8400;
}

.product-color-wraper .checkmark.color-one {
  background-color: #8a5fe2;
}

.product-color-wraper .checkmark.color-two {
  background-color: #e25fd1;
}

.product-color-wraper .checkmark.color-three {
  background-color: #ffdefb;
}

.product-color-wraper .checkmark.color-four {
  background-color: #8b8b8b;
}

.product-color-wraper .checkmark.color-five {
  background-color: #20cf88;
}

.product-color-wraper .checkmark.color-six {
  background-color: #efc418;
}

.product-color-wraper .checkmark.color-seven {
  background-color: #0ce629;
}

.product-color-wraper .checkmark.color-eight {
  background-color: #144de9;
}

.product-color-wraper .checkmark.color-nine {
  background-color: #e80000;
}

.product-color-wraper .checkmark.color-ten {
  background-color: #00c1c1;
}

.product-color-wraper .checkmark.color-eleven {
  background-color: #ff8000;
}

.product-color-wraper .checkmark.color-pink {
  background-color: #cf37cf;
}

.product-color-wraper .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.product-color-wraper .porduct-color input:checked~.checkmark:after {
  display: block;
}

.product-color-wraper .porduct-color .checkmark:after {
  left: 9px;
  top: 3px;
  width: 7px;
  height: 14px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.product-size-wrap {
  /* Hide the browser's default radio button */
  /* Create a custom radio button */
  /* When the radio button is checked, add a blue background */
}

.product-size-wrap ul li {
  display: inline-block;
  margin-right: 8px;
}

.product-size-wrap .product-size {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0;
  margin: 0;
}

.product-size-wrap .product-size input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.product-size-wrap .checkmark {
  height: 32px;
  width: 32px;
  background-color: #d5d5d5;
  border-radius: 4px !important;
  font-size: 15px;
  font-weight: 500;
  color: #545454;
  line-height: 32px;
  text-align: center;
  display: block;
}

.product-size-wrap .product-size input:checked~.checkmark {
  background-color: var(--color-purple) !important;
  color: #fff;
  /* box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset,
        rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
        rgba(0, 0, 0, 0.3) 0px 30px 60px -30px !important; */
}

.shop-list .sidebar .sidebar-widget {
  margin-top: 30px;
}

.mybazar-product-with-sidebar #product-area {
  margin-top: 0 !important;
}

/*new additional css end*/

/*home page additional css */
.category-list a,
.side-mega-manu a {
  padding: 7px 12px;
}

.category-list a .arrow,
.side-mega-manu a .arrow {
  position: absolute;
  top: 11px;
  right: 12px;
}

.banner .banner-add li:last-child {
  margin-bottom: 0 !important;
}

.banner .banner-add li img {
  height: 110px;
}

.discount .dis-card .profile-img img {
  height: 216px;
}

.categories .cat-items .item .item-link {
  left: 0;
  width: 100%;
  display: block;
  text-align: center;
}

.product-card .product-img a img {
  /*height: 310px;*/
}

.product-card .product-card-details h5 {
  white-space: normal !important;
  -webkit-line-clamp: 1 !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  white-space: normal !important;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 14px;
  margin-bottom: 0;
}

.product-card .product-card-details {
  padding-top: 10px;
}

.product-card .product-card-details .price {
  font-size: 16px;
  font-weight: 400;
}

.product-card .product-card-details .price del {
  font-size: 12px;
}

.product-card {
  min-width: 240px;
  max-width: 300px;
}

.mybazar-product-with-sidebar .product-card {
  min-width: unset;
  max-width: 100%;
}

.mybazar-product-with-sidebar #product-area {
  margin-top: 30px;
}

.side-mega-manu a {
  font-size: 12px;
}

.side-mega-manu a .text {
  margin-left: 10px;
}

.side-mega-manu a span svg {
  height: 10px;
}

.side-mega-manu a .arrow {
  right: 0;
}

.banner {
  margin-bottom: 60px;
}

.product-card {
  margin-bottom: 0;
  margin-top: 30px;
}

section .main-title {
  margin-bottom: 20px;
}

.product-card .product-card-details {
  margin: 0;
  /* margin-bottom: -8px; */
}

.product-card .product-card-details .star-rating {
  line-height: 0;
}

.categories .cat-items>div {
  padding: 5px;
}

.categories .cat-items {
  margin-bottom: -5px;
}

section {
  overflow-y: hidden;
}

section.categories .main-title {
  margin-bottom: 40px;
}

.shop-details .product-item-details .product-quantity .quantity .minus {
  font-size: 30px;
  position: relative;
  top: 3px;
}

.shop-details .product-item-details .product-quantity .quantity .plus {
  font-size: 20px;
}

.shop-details .product-item-details .product-quantity .quantity .input-number {
  font-size: 18px;
}

.product-card.tab-pcard .product-card-details .star-rating {
  float: none;
}

@media only screen and (min-width: 1199px) and (max-width: 1400px) {
  .product-card {
    min-width: 200px;
  }
}

@media only screen and (min-width: 991px) and (max-width: 1199px) {
  .product-card {
    min-width: 165px;
  }
}

@media (max-width: 991px) {
  .product-card {
    min-width: unset !important;
    max-width: 100% !important;
  }
}

.product-color-wraper {
  /* The container */
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}

.product-color-wraper ul li {
  display: inline-block;
}

.product-color-wraper .porduct-color {
  display: block;
  position: relative;
  padding-left: 28px;
  padding-bottom: 20px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.product-color-wraper .porduct-color input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.product-color-wraper .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  background-color: #e60c5e;
}

.product-color-wraper .checkmark.color-one {
  background-color: #8a5fe2;
}

.product-color-wraper .checkmark.color-two {
  background-color: #e25fd1;
}

.product-color-wraper .checkmark.color-three {
  background-color: #ffdefb;
}

.product-color-wraper .checkmark.color-four {
  background-color: #8b8b8b;
}

.product-color-wraper .checkmark.color-five {
  background-color: #20cf88;
}

.product-color-wraper .checkmark.color-six {
  background-color: #efc418;
}

.product-color-wraper .checkmark.color-seven {
  background-color: #0ce629;
}

.product-color-wraper .checkmark.color-eight {
  background-color: #144de9;
}

.product-color-wraper .checkmark.color-nine {
  background-color: #e80000;
}

.product-color-wraper .checkmark.color-ten {
  background-color: #00c1c1;
}

.product-color-wraper .checkmark.color-eleven {
  background-color: #ff8000;
}

.product-color-wraper .checkmark.color-pink {
  background-color: #cf37cf;
}

.product-color-wraper .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.product-color-wraper .porduct-color input:checked~.checkmark:after {
  display: block;
}

.product-color-wraper .porduct-color .checkmark:after {
  left: 9px;
  top: 3px;
  width: 7px;
  height: 14px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.product-size-wrap {
  /* Hide the browser's default radio button */
  /* Create a custom radio button */
  /* When the radio button is checked, add a blue background */
}

.product-size-wrap ul li {
  display: inline-block;
  margin-right: 8px;
}

.product-size-wrap .product-size {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0;
  margin: 0;
}

.product-size-wrap .product-size input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.product-size-wrap .checkmark {
  height: 32px;
  width: 32px;
  background-color: #d5d5d5;
  border-radius: 50%;
  font-size: 15px;
  font-weight: 500;
  color: #545454;
  line-height: 32px;
  text-align: center;
  display: block;
}

.product-size-wrap .product-size input:checked~.checkmark {
  background-color: #e60c5e;
  color: #fff;
}

.shop-list .sidebar .sidebar-widget {
  margin-top: 30px;
}

.mybazar-product-with-sidebar #product-area {
  margin-top: 0 !important;
}

.side-mega-manu a {
  display: flex;
  align-items: center;
}

.side-mega-manu a .text {
  margin-left: 10px;
  max-width: 130px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.side-mega-manu .mega-manu a {
  display: block;
}

.product-card .product-card-details .price del {
  display: inline-block;
  margin-left: 20px;
}

.product-card .product-card-details .star-rating {
  float: unset;
}

.shop-list .sidebar .sidebar-widget:first-child {
  margin-top: 0;
}

.product-card .product-card-details .price {
  font-weight: 700;
}

.product-card .product-card-details .price del {
  font-weight: 400;
}

.product-size-wrap,
.product-color-wraper {
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.product-size-wrap h6,
.product-color-wraper h6 {
  margin-right: 15px;
}

.product-color-wraper .porduct-color {
  margin-bottom: 0;
}

.product-size-wrap .product-size {
  margin-bottom: 0;
}

.shop-details .product-item-details .product-stock,
.shop-details .product-item-details .product-quantity,
.shop-details .product-item-details .product-size {
  margin-bottom: 0;
}

.product-size-wrap .product-size input:checked~.checkmark {
  background: #ff8400;
}

/*new additional css end*/

/*animation css start */
/* Heartbeat frame*/
@-webkit-keyframes heartbeat {
  to {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@keyframes heartbeat {
  to {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

/* Rotation frame*/
@-webkit-keyframes rotation {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotation {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Bottom to Top key frame*/
@-webkit-keyframes BottomToTop {
  49% {
    -webkit-transform: translateY(-100%);
  }

  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }

  51% {
    opacity: 1;
  }
}

@keyframes BottomToTop {
  49% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }

  51% {
    opacity: 1;
  }
}

/* DoublePulse */
@-webkit-keyframes doublePulse {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
  }

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

@keyframes doublePulse {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
  }

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

@-webkit-keyframes slideTop {
  49% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }

  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  51% {
    opacity: 1;
  }
}

@keyframes slideTop {
  49% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }

  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  51% {
    opacity: 1;
  }
}

@keyframes slideTop {
  49% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }

  50% {
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  51% {
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  }
}

@-webkit-keyframes moveleftbounce {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  50% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@keyframes moveleftbounce {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  50% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@-webkit-keyframes moveleftRight {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  50% {
    -webkit-transform: translateX(80px);
    transform: translateX(80px);
  }

  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@keyframes moveleftRight {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  50% {
    -webkit-transform: translateX(80px);
    transform: translateX(80px);
  }

  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@-webkit-keyframes animationFramesTwo {
  0% {
    -webkit-transform: translate(0) rotate(0deg);
    transform: translate(0) rotate(0deg);
  }

  20% {
    -webkit-transform: translate(-73px, 1px) rotate(-36deg);
    transform: translate(-73px, 1px) rotate(-36deg);
  }

  40% {
    -webkit-transform: translate(-141px, -72px) rotate(-72deg);
    transform: translate(-141px, -72px) rotate(-72deg);
  }

  60% {
    -webkit-transform: translate(-83px, -122px) rotate(-108deg);
    transform: translate(-83px, -122px) rotate(-108deg);
  }

  80% {
    -webkit-transform: translate(40px, -72px) rotate(-144deg);
    transform: translate(40px, -72px) rotate(-144deg);
  }

  to {
    -webkit-transform: translate(0) rotate(0deg);
    transform: translate(0) rotate(0deg);
  }
}

@keyframes animationFramesTwo {
  0% {
    -webkit-transform: translate(0) rotate(0deg);
    transform: translate(0) rotate(0deg);
  }

  20% {
    -webkit-transform: translate(-73px, 1px) rotate(-36deg);
    transform: translate(-73px, 1px) rotate(-36deg);
  }

  40% {
    -webkit-transform: translate(-141px, -72px) rotate(-72deg);
    transform: translate(-141px, -72px) rotate(-72deg);
  }

  60% {
    -webkit-transform: translate(-83px, -122px) rotate(-108deg);
    transform: translate(-83px, -122px) rotate(-108deg);
  }

  80% {
    -webkit-transform: translate(40px, -72px) rotate(-144deg);
    transform: translate(40px, -72px) rotate(-144deg);
  }

  to {
    -webkit-transform: translate(0) rotate(0deg);
    transform: translate(0) rotate(0deg);
  }
}

@-webkit-keyframes pulseanim2 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(240, 115, 57, 0.8);
    box-shadow: 0 0 0 0 rgba(240, 115, 57, 0.8);
  }

  70% {
    -webkit-box-shadow: 0 0 0 60px rgba(240, 115, 57, 0);
    box-shadow: 0 0 0 60px rgba(240, 115, 57, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(240, 115, 57, 0);
    box-shadow: 0 0 0 0 rgba(240, 115, 57, 0);
  }
}

@keyframes pulseanim2 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(240, 115, 57, 0.8);
    box-shadow: 0 0 0 0 rgba(240, 115, 57, 0.8);
  }

  70% {
    -webkit-box-shadow: 0 0 0 60px rgba(240, 115, 57, 0);
    box-shadow: 0 0 0 60px rgba(240, 115, 57, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(240, 115, 57, 0);
    box-shadow: 0 0 0 0 rgba(240, 115, 57, 0);
  }
}

.ad-poster {
  position: relative;
  overflow: hidden;
  background-color: #ff8400;
}

.ad-poster .animation-one {
  position: absolute;
  left: 50px;
  top: 20px;
  z-index: 2;
  -webkit-animation: moveleftbounce 5s linear infinite;
  animation: moveleftbounce 5s linear infinite;
}

.ad-poster .animation-two {
  position: absolute;
  left: 50px;
  top: 50%;
  z-index: 2;
  -webkit-animation: moveleftbounce 7s linear infinite;
  animation: moveleftbounce 7s linear infinite;
}

.ad-poster .animation-three {
  position: absolute;
  left: 20%;
  top: 80%;
  z-index: 2;
  -webkit-animation: moveleftbounce 3s linear infinite;
  animation: moveleftbounce 3s linear infinite;
}

.ad-poster .animation-four {
  position: absolute;
  left: 35%;
  top: 80%;
  z-index: 2;
  -webkit-animation: moveleftbounce 10s linear infinite;
  animation: moveleftbounce 10s linear infinite;
}

.ad-poster .animation-five {
  position: absolute;
  left: 30%;
  top: 10%;
  z-index: 2;
  -webkit-animation: moveleftbounce 7s linear infinite;
  animation: moveleftbounce 7s linear infinite;
}

.ad-poster .animation-six {
  position: absolute;
  left: 2%;
  top: 10%;
  z-index: 1;
}

.ad-poster .animation-eight {
  position: absolute;
  left: 45%;
  top: 80%;
  z-index: 1;
  -webkit-animation: moveleftbounce 5s linear infinite;
  animation: moveleftbounce 5s linear infinite;
}

.ad-poster .animation-nine {
  position: absolute;
  left: 55%;
  top: 5%;
  z-index: 1;
  -webkit-animation: moveleftbounce 10s linear infinite;
  animation: moveleftbounce 10s linear infinite;
}

.ad-poster .animation-ten {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.ad-poster .ad-post-text {
  z-index: 3;
  position: relative;
}

.ad-poster .addposter-wrapper {
  padding: 0 100px;
}

.ad-poster .addposter-btn-wrapper {
  text-align: center;
}

@media (max-width: 767px) {
  .ad-poster .addposter-wrapper {
    padding: 0;
  }
}

/*animation css end */

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

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

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

[type="radio"]:checked+label:after,
[type="radio"]:not(:checked)+label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: var(--color-purple);
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

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

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

/*product shop list css start */
.product-shop-list-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 25px;
  border-bottom: 1px solid #eee;
}

.product-shop-list-items:last-child {
  margin-bottom: 0;
  margin: 0;
  border: none;
}

.product-shop-list-items .product-card-details .star-rating {
  float: right;
}

.product-shop-list-items .product-img {
  min-width: 280px;
  max-width: 280px;
  margin-right: 25px;
}

.product-shop-list-items .product-img a img {
  height: 260px;
  border-radius: 5px;
}

.product-shop-list-items .product-card-details .price {
  font-size: 20px;
  margin: 10px 0;
  display: inline-block;
}

.product-shop-list-items .product-card-details .price del {
  font-size: 14px;
}

.product-shop-list-items .product-card-details p {
  font-size: 16px;
}

.product-shop-list-items .product-card-details .product-cart {
  margin-top: 20px;
}

.product-shop-list-items .product-card-details .product-cart li {
  display: inline-block;
}

.product-shop-list-items .product-card-details .product-cart li a {
  display: inline-block;
  margin-right: 15px;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  text-align: center;
  line-height: 47px;
  background: #ddd;
}

.product-shop-list-items .product-card-details .product-cart li a svg {
  height: 20px;
  width: 20px;
}

.product-shop-list-items .product-card-details .product-cart li a:hover,
.product-shop-list-items .product-card-details .product-cart li a:focus {
  color: #fff;
  background: #ff8400;
}

.product-shop-list-items .product-card-details .product-cart li a:hover svg,
.product-shop-list-items .product-card-details .product-cart li a:focus svg {
  fill: #fff;
}

@media (max-width: 1200px) {
  .product-shop-list-items .product-card-details p {
    font-size: 14px;
  }

  .shop-list .sidebar .sidebar-widget .widget-popular li .pro-img {
    min-width: 60px !important;
    width: 60px;
  }

  .product-shop-list-items .product-card-details h5 {
    font-size: 18px;
  }

  .product-shop-list-items .product-card-details .price {
    margin: 0;
  }
}

@media (max-width: 767px) {
  .product-shop-list-items {
    display: block;
  }

  .product-shop-list-items .product-img {
    max-width: 100%;
    min-width: unset;
    margin-right: 0;
  }
}

/*product shop list css end */

/* banner add start */
.banner-add-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px ridge #cccccc;
}

.banner-add-wrapper .banner-add-thumb {
  display: block;
  padding: 15px;
  height: 90px;
  width: 124px;
  min-width: 124px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  margin-right: 15px;
  /* border-right: 1px dashed #cccccc; */
}

.banner-add-wrapper .banner-add-thumb img {
  width: 100%;
  height: 80px;
  width: 90px;
  border-right: 1px dashed #cccccc;
}

.banner-add-wrapper .banner-add-content span {
  font-size: 12px;
  color: #3b3b3b;
  font-weight: 400;
  max-width: 130px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.banner-add-wrapper .banner-add-content h5 {
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
  color: #2a2a2a;
}

.banner-add-wrapper .banner-add-content .star-rating li {
  display: inline-block;
  margin: 0;
}

.banner-add-wrapper .banner-add-content .star-rating li svg {
  height: 10px;
  fill: darkorange;
}

.banner-add-wrapper .banner-add-content .star-rating li:last-child svg {
  fill: #b9b9b9;
}

@media only screen and (min-width: 991px) and (max-width: 1199px) {
  .banner-add-wrapper .banner-add-thumb {
    width: 90px;
    min-width: 90px;
    height: 80px;
  }

  .banner .banner-add li {
    margin-bottom: 10px;
  }

  .banner .banner-add li:last-child {
    margin-bottom: 0;
  }

  .category-list a,
  .side-mega-manu a {
    padding: 5px !important;
  }

  .side-mega-manu a .text {
    max-width: 80px;
  }

  .category-list a .arrow,
  .side-mega-manu a .arrow {
    top: 12px;
  }

  .banner .banner-add li img {
    height: 80px;
  }
}

.product-shop-list-items .product-card-details .product-cart li a svg path {
  fill: #ff8400;
}

.product-shop-list-items .product-card-details .product-cart li a:hover svg path {
  fill: #fff;
}

.product-shop-list-items .product-card-details .product-cart li a:focus svg path {
  fill: #fff;
}

/* banner add end */

.ad-poster .animation-seven {
  left: 35%;
  top: 60%;
}

/* product details start */
.shop-details .product-slider .main-img img {
  width: 100% !important;
}

.shop-details .product-item-details .product-title h4 {
  font-weight: 600;
  max-width: 460px;
  overflow: hidden;
  white-space: normal !important;
  -webkit-line-clamp: 1 !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  white-space: normal !important;
  text-overflow: ellipsis;
  overflow: hidden;
}

.shop-details .product-item-details .price h4 del {
  font-size: 20px;
  font-weight: 500;
  color: #9d9d9d;
}

.shop-details .product-item-details .stock-id {
  margin: 0;
  margin-right: 15px;
}

.skustock {
  margin-bottom: 25px;
}

.shop-details .product-item-details .product-quantity .quantity input.input-number {
  width: 100px;
  height: 57px;
  position: relative;
  top: -4px;
}

.shop-details .product-item-details .product-quantity .quantity {
  height: 50px;
  overflow: hidden;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.shop-details .tab-info {
  margin-top: 40px;
}

.similar-product .product-card .product-card-details {
  padding: 10px;
}

@media (max-width: 991px) {
  .skustock {
    justify-content: center;
  }

  .shop-list .sidebar .sidebar-widget .widget-popular li .pro-img {
    min-width: 100px;
    width: 100px;
  }
}

.mybazar-paymentstatus-wrp .text-warning {
  color: #ff8e28 !important;
  margin-bottom: 20px;
}

.mybazar-paymentstatus-wrp .text-warning svg {
  fill: #ff8e28 !important;
  height: 25px;
  width: 25px;
}

.mybazar-payment-delivery-date-link span {
  font-weight: 500;
  color: #000;
}

.mybazar-payment-delivery-date-link a {
  display: inline-block;
  padding: 3px 15px;
  border: 1px solid var(--color-purple);
  font-weight: 600;
  margin-left: 20px;
  color: var(--color-purple);
}

.shop-details .product-slider .product-big-img .main-img {
  height: 515px !important;
}

@media only screen and (max-width: 992px) {
  .shop-details .product-slider .product-big-img .main-img {
    height: auto !important;
  }
}

.shop-details .product-slider .product-small-img .main-img {
  height: 155px !important;
}

.banner-add-wrapper .banner-add-thumb img {
  height: 70px !important;
  object-fit: contain;
}

.shop-details .product-slider .main-img img {
  object-position: top center !important;
}

.shop-details .product-slider .product-small-img .main-img {
  margin-right: 2px !important;
}

/* product details end */

.billing-details .right-form .payment-cart input~label::before {
  top: 2px;
  left: -7px;
}

.billing-details .right-form .payment-cart input~label::after {
  left: -2px;
  top: 3px;
}

/* modal start */
.maan-modal-section {
  padding: 20px;
}

.maan-modal-section .modal-dialog {
  max-width: 1260px;
  width: 100%;
  top: 130px;
  margin: 0 auto;
  height: 550px;
  overflow: hidden;
}

.maan-modal-section .modal-dialog .modal-content {
  padding: 0;
  border-radius: 0;
}

.maan-modal-section .modal-dialog .modal-content .modal-body {
  padding: 0;
}

.maan-modal-wraper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 700px;
  overflow: hidden;
  background: #fff;
}

.maan-modal-wraper .modal-thumb {
  width: 50%;
}

.maan-modal-wraper .modal-thumb img {
  max-width: 100%;
  height: 700px;
  -o-object-fit: cover;
  object-fit: cover;
}

.maan-modal-content {
  padding: 60px;
  width: 50%;
}

.maan-modal-content .btn-close {
  font-size: 15px;
  font-weight: 400;
  color: #707070;
  text-align: right;
  display: block;
  margin-left: auto;
  margin-right: 0;
  margin-bottom: 70px;
  top: 15px !important;
}

.maan-modal-content .logo {
  margin-bottom: 20px;
}

.maan-modal-content .logo img {
  max-width: 100%;
}

.maan-modal-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #717171;
  margin-bottom: 30px;
}

.maan-news-letter-form h3 {
  font-size: 43px;
  font-weight: 600;
  line-height: 62px;
  color: #0a0b2e;
  margin-bottom: 30px;
}

.maan-news-letter-form form {
  margin-bottom: 40px;
}

.maan-news-letter-form form .maan-input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.maan-news-letter-form form .maan-input-group input {
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  color: #9d9d9d;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  padding: 15px 28px;
  border-radius: 0;
  border: 1px solid #b8adad;
  height: 60px;
}

.maan-news-letter-form form .maan-input-group input::-webkit-input-placeholder {
  color: #9d9d9d;
}

.maan-news-letter-form form .maan-input-group input::-moz-placeholder {
  color: #9d9d9d;
}

.maan-news-letter-form form .maan-input-group input:-ms-input-placeholder {
  color: #9d9d9d;
}

.maan-news-letter-form form .maan-input-group input::-ms-input-placeholder {
  color: #9d9d9d;
}

.maan-news-letter-form form .maan-input-group input::placeholder {
  color: #9d9d9d;
}

.maan-news-letter-form form .maan-input-group .modal-btn {
  display: block;
  width: 80px;
  background: var(--color-purple);
  text-align: center;
  height: 59px;
  color: #fff;
  line-height: 59px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}

.maan-news-letter-form form .maan-input-group .modal-btn svg {
  height: 25px;
  width: 25px;
}

.maan-right-side-nav {
  max-width: 620px;
  padding: 30px;
  background: #fff;
  position: fixed;
  width: 100%;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  right: -100%;
  height: 100vh;
  z-index: 9999;
  overflow-x: hidden;
  overflow-y: auto;
}

.maan-right-side-nav .nav-close-btn {
  display: block;
  font-size: 20px;
  margin-bottom: 10px;
  color: #707070;
  text-align: right;
}

.maan-right-side-nav .maan-news-letter-form h3 {
  font-size: 30px;
  margin-bottom: 10px;
}

.maan-right-side-nav .maan-nav-wraper .maan-modal-content p {
  margin-bottom: 10px;
}

.right-overlaly {
  background: rgba(10, 11, 46, 0.5);
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  display: block;
  height: 100vh;
  z-index: 9998;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.right-side-nav-activee {
  overflow: hidden;
}

.right-side-nav-activee .maan-right-side-nav {
  right: 0;
}

.right-side-nav-activee .right-overlaly {
  right: 0;
}

.maan-nav-wraper .maan-modal-content {
  width: 100%;
}

.maan-nav-wraper .maan-modal-content p {
  margin-bottom: 30px;
}

.maan-new-arrivals {
  margin-bottom: 10px;
}

.maan-new-arrivals h2 {
  font-size: 24px;
  font-weight: 600;
  color: #0a0b2e;
  line-height: 35px;
  margin-bottom: 20px;
}

.maan-new-arrivals .images-thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

.maan-new-arrivals .images-thumb .maan-arrival-thumb {
  display: block;
  overflow: hidden;
  position: relative;
  margin: 5px;
}

.maan-new-arrivals .images-thumb .maan-arrival-thumb::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 10;
  height: 100%;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 5;
}

.maan-new-arrivals .images-thumb .maan-arrival-thumb img {
  width: 100%;
  -webkit-transition: all 500ms linear 0s;
  transition: all 500ms linear 0s;
}

.maan-new-arrivals .images-thumb .maan-arrival-thumb:hover::before,
.maan-new-arrivals .images-thumb .maan-arrival-thumb:focus::before {
  -webkit-animation: circle 0.75s;
  animation: circle 0.75s;
  height: 0;
  width: 0;
  opacity: 1;
}

.maan-new-arrivals .images-thumb .maan-arrival-thumb:hover img,
.maan-new-arrivals .images-thumb .maan-arrival-thumb:focus img {
  -webkit-transform: scale3D(1.2, 1.2, 1);
  transform: scale3D(1.2, 1.2, 1);
}

.maan-new-arrivals ul li a {
  font-size: 18px;
  font-weight: 400;
  line-height: 40px;
  color: #545454;
}

.follow-us {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.follow-us h4 {
  font-size: 20px;
  font-weight: 600;
  color: #373737;
}

.follow-us ul li {
  display: inline-block;
}

.follow-us ul li a {
  display: block;
  height: 28px;
  width: 28px;
  border-radius: 50%;
  background: #f2f2f2;
  line-height: 28px;
  text-align: center;
  color: #8b8b8b;
  margin-left: 10px;
}

.follow-us ul li a:hover,
.follow-us ul li a:focus {
  color: #fff;
  background: #ff8e28;
}

.follow-us ul li a:hover svg,
.follow-us ul li a:focus svg {
  fill: #fff;
}

@media (max-width: 991px) {
  .maan-modal-wraper .modal-thumb {
    display: none;
  }

  .maan-modal-content {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .maan-modal-content {
    padding: 30px 10px;
    width: 100%;
  }

  .maan-news-letter-form h3 {
    font-size: 30px;
    margin: 0;
  }

  .maan-modal-content p {
    margin: 0;
  }

  .follow-us h4 {
    font-size: 14px;
  }

  .follow-us ul li a {
    margin: 0;
  }
}

/* modal end */

.ad-poster .animation-seven {
  position: absolute;
  left: 26%;
  top: 20%;
  z-index: 1;
  animation: moveleftbounce 10s linear infinite;
}

.dropdown.category-manu .dropdown-menu.category-list {
  padding-left: 10px !important;
}

.sidebar-widget .widget-popular li .pro-text h6 a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 150px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.shop-list .sidebar .sidebar-widget .widget-popular li .pro-img {
  min-width: 100px;
}

.sidebar-widget .price-range-wraper {
  padding: 20px;
}

.sidebar-widget .price-range-wraper .ui-widget-content {
  height: 2px;
  background: #d2d2d2;
  border: none;
}

.sidebar-widget .price-range-wraper .ui-widget-header {
  background: var(--color-purple);
}

.sidebar-widget .price-range-wraper .ui-slider-handle {
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: var(--color-purple);
  outline: none;
  border: none;
  top: -7px;
}

.sidebar-widget .price-range-wraper .price-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}

.sidebar-widget .price-range-wraper .price-wrap p {
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  color: #8b8b8b;
}

.sidebar-widget .price-range-wraper .price-wrap .b {
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  color: #8b8b8b;
  border: none !important;
}

.sidebar-widget .product-size-wrap,
.sidebar-widget .product-color-wraper {
  margin-top: 0;
}

.sidebar-widget .product-color-wraper ul li {
  margin-bottom: 15px !important;
}

@media (min-width: 992px) {
  .col-lg {
    flex: 0 0 0%;
  }
}

/* update css start */
.price-input-wrapper {
  display: flex;
  align-items: center;
}

.price-input-wrapper span {
  display: inline-block;
  margin: 0 2px;
  font-size: 15px;
  font-weight: 400;
  color: #8b8b8b;
}

.price-input-wrapper .first {
  position: relative;
  left: 10px;
}

.price-input-wrapper input {
  padding: 0 !important;
}

.sidebar-widget .price-range-wraper .price-wrap .b {
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  color: #8b8b8b;
  border: none !important;
  text-align: right;
  max-width: 60px;
}

.sidebar-widget .price-range-wraper .price-wrap .c {
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  color: #8b8b8b;
  border: none !important;
  max-width: 80px;
}

.banner .banner-add li {
  margin-bottom: 25px !important;
}

.discount .dis-card .shop-link svg {
  fill: var(--color-white);
}

.discount .dis-card .shop-link {
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
}

.discount .dis-card {
  display: block;
}

.product-card .product-card-details .price {
  display: flex;
  align-items: center;
}

.product-card .product-card-details .price del {
  margin-left: 10px;
}

.woman-collection,
.man-collection,
.others-collection,
.accessories-collection {
  padding-bottom: 5px;
}

.nav.filter-grid {
  align-items: center !important;
}

.manu-bar .main-manu li .active {
  padding: 18px 10px !important;
  display: inherit;
}

.maan-mybazar-filter {
  margin-bottom: 30px;
}

.shop-details .product-item-details .star-rating a {
  line-height: 15px;
}

.shop-details .product-item-details .star-rating {
  display: flex;
}

.swal-icon--success__line {
  background-color: var(--color-purple);
}

.swal-button {
  background-color: var(--color-purple) !important;
}

.swal-icon--success__ring {
  border-color: var(--color-purple) !important;
}

.billing-details .login-form .nice-select .list {
  width: 100%;
}

.billing-details .login-form .nice-select {
  height: 50px;
  background: none;
  border-radius: 5px !important;
  border-color: #cccccc;
}

.unibox-selectable.active,
.unibox-selectable:hover {
  background-color: var(--color-purple) !important;
}

.mid-bar .mid-search .input-group button {
  border-radius: 0 50px 50px 0 !important;
}

.mid-bar .mid-search .input-group input {
  border-radius: 50px 0 0 50px !important;
}

.banner .banner-add li {
  margin-bottom: 12px !important;
}

.categories .cat-items .item:hover img {
  filter: none !important;
}

.offer-count .offer-text h2 {
  margin-bottom: 20px;
}

section .main-title::after {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  bottom: -4px;
  height: 2px;
  width: 50px;
  background: var(--color-purple);
}

section .main-title {
  position: relative;
}

.product-shop-list-items {
  align-items: center;
}

.maan-mybazar-filter .maan-filter-right .filter-grid a rect {
  fill: #191919;
}

.maan-mybazar-filter .maan-filter-right .filter-grid a.active rect {
  fill: var(--color-purple);
}

.logo .img-thumbnail {
  height: 90px;
  max-width: 120px;
}

@media (min-width: 992px) {
  .banner .col-lg-3 {
    flex: 0 0 auto;
    width: 21%;
  }

  .banner .col-lg-7 {
    flex: 0 0 auto;
    width: 62%;
  }

  .mybazar-product-with-sidebar .product-card .product-img a img {
    height: 280px;
  }

  section.product-tab .product-card .product-img a img {
    height: 230px !important;
  }
}

/* new fixing css */
.category-list a img,
.side-mega-manu a img {
  height: 22px;
  margin-right: 5px;
  width: 22px;
}

.categories .cat-items {
  padding: 0 6px;
}

.similar-product .title-center {
  margin-bottom: 10px !important;
}

.woman-collection .main-title {
  margin-bottom: 10px !important;
}

.banner .banner-slider .swiper-pagination .swiper-pagination-bullet {
  text-transform: capitalize;
  font-weight: bold;
}

.banner .swiper-slide {
  min-height: 500px;
}

/* news fixing css start 30/01/ 2022 */
.banner-content h2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.banner-content p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 300px;
}

.banner-content a {
  display: block;
}

.banner-content {
  position: relative;
  margin-bottom: 25px;
}

.banner-content .discount-tag {
  position: absolute !important;
  padding: 4px 20px !important;
  margin-top: 15px;
  /* right: 60px;
    top: 52px; */
}

.side-mega-manu li:hover>.mega-manu {
  display: block;
}

.side-mega-manu .mega-manu {
  transition: all 0s ease !important;
  top: -25px;
  display: none;
}

.banner .banner-slider .swiper-pagination .swiper-pagination-bullet {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.footer-left li a:hover {
  border-color: #ff8400 !important;
  background: #ff8400 !important;
}

.footer-left li a {
  border-color: #fff !important;
  background: transparent !important;
}

/* news fixing css end 30/01/ 2022 */

.banner .swiper-slide a:hover {
  color: #000 !important;
}

footer p {
  color: #eee;
}

.main-footer ul li {
  display: inline-block;
  margin-left: 25px;
}

.main-footer ul {
  text-align: right;
}

.copyright-text p {
  color: #fff;
}

footer .info-footer h6 {
  font-weight: 500;
  position: relative;
  padding-bottom: 10px;
}

footer .info-footer h6::after {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 60px;
  /* background: #ff8400; */
  background-color: var(--color-white);
}

footer .info-footer h6~ul li a {
  color: #eee;
}

footer .main-footer {
  padding: 30px;
  padding-top: 50px;
}

footer .info-footer {
  padding: 90px 0px 80px 0px;
}

footer .info-footer .footer-left p {
  color: #eee;
  max-width: 440px;
}

.shop-list .sidebar .sidebar-widget h6 {
  font-weight: 500;
  font-size: 18px;
}

@media (max-width: 767px) {
  footer .info-footer h6::after {
    left: 50%;
    transform: translate(-50%);
  }

  .main-footer ul {
    text-align: center;
    margin-top: 10px;
  }

  .copyright-text {
    text-align: center;
  }

  footer .info-footer .footer-left p {
    margin: 0 auto;
  }
}

.nice-select {
  width: 100%;
}

.modal-content {
  background-color: transparent;
  border: none;
}

.offer-count a.link-anime:before {
  background: #fff !important;
}

.offer-count a.link-anime:after {
  background: #fff !important;
}

.offer-count a.link-anime:hover {
  background: #000;
  color: #fff !important;
}

.offer-count a.link-anime:hover:before {
  background: #000 !important;
}

.offer-count a.link-anime:hover:after {
  background: #000 !important;
}

.maan-order-history .table tbody td {
  padding: 20px;
}

.maan-order-history .table tbody td img {
  height: 80px;
}

input,
textarea {
  text-transform: unset !important;
}

.billing-details .login-form .nice-select .list {
  height: 190px;
  overflow: auto;
}

.shop-list .all-logos {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
  grid-gap: 10px;
  margin: 0;
}

.shop-list .all-logos div {
  padding: 0;
  width: 100%;
}

.modal-btn-close {
  position: absolute;
  right: 30px;
  top: 20px;
  z-index: 1;
}

/* owl carousel  */
.owl-carousel {
  position: relative;
}

.owl-nav {
  display: block !important;
  text-align: left !important;
}

.owl-nav button {
  background-color: var(--color-cblack);
  outline: 1px solid #dbdbdb !important;
}

.owl-nav button:hover {
  background-color: var(--color-purple) !important;
}

.owl-nav button span {
  display: block;
  font-size: 36px;
  padding: 10px 18px !important;
}

/* popup warning  */
.swal-icon--warning {
  border-color: var(--color-purple) !important;
  /* -webkit-animation: pulseWarning .75s infinite alternate;
    animation: pulseWarning .75s infinite alternate; */
}

.swal-icon--warning__body,
.swal-icon--warning__dot {
  background-color: var(--color-purple);
}

/* custom  */
/* adds some margin below the link sets  */
.megaMenu {
  background-color: var(--color-purple);
  color: var(--color-white) !important;
  width: 90%;
  margin: auto;
  border-radius: 0px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 991px) {
  .megaMenu {
    display: none !important;
  }
}

.megaMenu .nav-link {
  color: var(--color-white) !important;
}

.megaMenu .nav .nav-item {
  margin-left: 0 !important;
  padding-left: 0 !important;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 4px;
  padding-bottom: 4px;
}

.megaMenu .nav .nav-item .nav-link {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 14px;
  position: relative;
  display: inline-block;
  transition: all 0.5s ease !important;
}

/* hover on link starts  */
.megaMenu .nav .nav-item .nav-link::before {
  position: absolute;
  content: "";
  top: 12px;
  left: 0;
  width: 15px;
  height: 2px;
  opacity: 0;
  background: var(--color-white);
  -webkit-transition: all 0.4s ease !important;
  transition: all 0.4s ease !important;
}

.megaMenu .nav .nav-item .nav-link::after {
  position: absolute;
  content: "";
  top: 9px;
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--color-white);
  border-right: 2px solid var(--color-white);
  left: 8px;
  opacity: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.4s ease !important;
  transition: all 0.4s ease !important;
}

.megaMenu .nav .nav-item .nav-link:hover {
  color: var(--color-white);
  padding-left: 30px !important;
}

.megaMenu .nav .nav-item .nav-link:hover::before,
.megaMenu .nav .nav-item .nav-link:hover::after {
  opacity: 1;
}

/* hover on link ends  */

.navbar .dropdown-menu div[class*="col"] {
  margin-bottom: 1rem;
}

.navbar-nav .nav-item a {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.navbar .dropdown-menu {
  border: none;
  background-color: var(--color-purple) !important;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 40px;
}

/* breakpoint and up - mega dropdown styles */
@media screen and (min-width: 992px) {

  /* remove the padding from the navbar so the dropdown hover state is not broken */
  .navbar {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  /* remove the padding from the nav-item and add some margin to give some breathing room on hovers */
  .navbar .nav-item {
    padding: 0.5rem 0.5rem;
    margin: 0 0.25rem;
  }

  /* makes the dropdown full width  */
  .navbar .dropdown {
    position: static;
  }

  .navbar .dropdown-menu {
    width: 100% !important;

    left: 0;
    right: 0;
    /*  height of nav-item  */
    /* top: -5px; */
    top: auto;

    display: block;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.3s linear;
  }

  /* shows the dropdown menu on hover */
  .navbar .dropdown:hover .dropdown-menu,
  .navbar .dropdown .dropdown-menu:hover {
    display: block;
    visibility: visible;
    opacity: 1;
    transition: visibility 0s, opacity 0.3s linear;
  }

  .navbar .dropdown-menu {
    border: 1px solid rgba(0, 0, 0, 0.15);
    background-color: #fff;
  }
}

.slick-prev,
.slick-next {
  /* color: var(--color-black) !important; */
  border: 1px solid #b8adad;
  height: 30px;
  width: 30px;
  border-radius: 50%;
}

.slick-prev:before,
.slick-next:before {
  line-height: 0.3;
  color: #b8adad;
}

@media only screen and (max-width: 767px) {
  .on-mobile {
    margin-bottom: 30px !important;
  }

  h2 {
    line-height: 48px !important;
  }

  .d-none {
    padding-bottom: 20px;
    padding-top: 20px;
    display: block !important;
  }

}

/* brand css */

.brand-img-container {
  border: 1px solid var(--color-white3);
  background-color: #fff;
  text-align: center;
  border-radius: 5px;
}

.brand-img-container img {
  height: auto;
  border-radius: inherit;
}

.brand-des-container {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  ;
  color: var(--color-gBlack);
}

.brand-shwo-more {
  color: var(--color-purple);
}

#brand_description {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  /* Limit to three lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-brand {
  margin-top: 15px;
}

/* .brand-des-main-container{
  height: 100%;
  display: flex;
  align-items: center;
} */

/* .brand-shwo-more-container{
  place-self: flex-end;
  position: absolute;
} */

.checkout-phone-number {
  padding-left: 48px !important;
}

.input-group .iti--allow-dropdown {
  width: inherit;
}