:root {
  --body-clr: #f4fcfb;
  --primary-clr-1: #3b71de;
  --primary-clr: #0abbb5;
  --footer-clr: #fbfefe;

  --text-clr: #555555;
  --light-w: #f5f5f5;
}

@font-face{
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.ttf");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face{
  font-family: "Stoke";
  src: url("../fonts/Stoke-Regular.ttf");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face{
  font-family: "Mulish";
  src: url("../fonts/Mulish-Regular.ttf");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
/*Redesign CSS*/
body {
  color: var(--text-clr);;
  font-family: "Poppins";
  line-height: 1.6;
  font-size: 15px;
}

.tab-title-link{
    font-family: "Mulish";
    font-size: 16px;    
    font-weight: 600;
    letter-spacing: .4px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{
  font-family: "Stoke";
}
.bg-black {
  background-color: #000 !important;
}
.bg-black {
  color: #000 !important;
}
.h-body-clr {
  background-color: var(--footer-clr);
}
.s-b-color{
  background-color: var(--body-clr);
}
.f-txt-clr {
  color: #c9c9c9;
}
.bg-color-1 {
  background: #c9c9c9 !important;
}
.quick-view {
  display: block;
}
a{
  text-decoration: none;
  color: #000000;
}
a:hover {
  color: #c9c9c9;
  text-decoration: none;
}
input, button {
  border: none;
  outline: none;
  background: none;
}
button:focus {
  border: none;
  outline: none;
}
.z-index-1 {
  z-index: 1;
}
.element-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.feature_header span {
  color: black;
}
.string-limit {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.btn--primary {
  color: var(--white);
  background-color: #c9c9c9;
  border-color: #c9c9c9;
}
.btn--primary:hover {
  color: #313433;
}
.topbar {
  padding: 0.2rem 0;
  font-size: .875rem;
  background: #c9c9c9;
}

.for-discoutn-value {
  position: absolute;
  top: 0;
  z-index: 3;
  border-radius: 4px !important;
  white-space: nowrap;
}

.feature-product #featured_products_list.owl-carousel .owl-item {
  height: 100%;
}
.feature-product #featured_products_list.owl-carousel .owl-stage-outer{
  display: grid;
}
.feature-product .owl-item:not(.active) {
  transition: all ease 0.3s;
}
.owl-nav {
  z-index: 99 !important;
}
.owl-nav {
  left: -20px;
  height: 0 !important;
}
.owl-nav button span {
  background: #c9ccd0 !important;
  width: 30px;
  height: 30px;
  line-height: 23px;
  display: block;
  border-radius: 50% !important;
  color: #fff !important;
  font-size: 28px;
}
.owl-nav button * {
  background: transparent !important;
}
.__close-anouncement {
  position: absolute;
  right: 9px;
  top: 5px;
  color: #cd0000;
  cursor: pointer;
}
.owl-theme .owl-nav [class*=owl-] {
  margin: 0;
}

#new-arrivals-product .owl-nav {
  width: calc(100% + 20px);
  left: -10px;
}

.flash_deal_product {
  border: rgba(0, 0, 0, 0.0509803922) 1px solid;
  cursor: pointer;
  height: 150px;
}

#anouncement {
  font-size: 14px;
}

.g-4 {
  margin: -15px;
}

.g-4 *[class*=col] {
  padding: 15px;
}

.g-3 {
  margin: -10px;
}

.g-3 *[class*=col] {
  padding: 10px;
}
.__mega-nav {
  width: 254px !important;
  margin-top: 0 !important;
}

.__mega-nav .nav-item .nav-link {
  font-size: 18px;
}

.__mega-nav .nav-item .nav-link span {
  margin-right: 35px;
  margin-left: 35px;
}

.mega-nav .nav-item .nav-link {
  padding-top: 13px !important;
  padding-bottom: 12px !important;
}

.navbar-stuck-menu {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

.navbar-expand-md .navbar-nav .nav-item button,
.navbar-expand-md .navbar-nav .nav-item > a {
  transition: all ease 0.3s;
}

.navbar-expand-md .navbar-nav .nav-item .dropdown > button:hover,
.navbar-expand-md .navbar-nav .nav-item > button:hover,
.navbar-expand-md .navbar-nav .nav-item > a:hover {
  opacity: 0.6 !important;
}
.footer_banner_img {
  height: unset !important;
  width: 100%;
  max-height: 350px;
  -o-object-fit: cover;
  object-fit: cover;
}

.__best-selling {
  box-shadow: 0px 0px 3px rgba(0, 113, 220, 0.15);
  border-radius: 5px;
  position: relative;
  display: block;
}

.__best-selling:not(:last-child) {
  margin-bottom: 15px;
}

.__best-selling img {
  aspect-ratio: 1;
  transition: all ease 0.5s;
}

.__best-selling .ptr {
  transition: all ease 0.3s;
}

.__best-selling:hover img {
  transform: scale(1.14);
}

.__best-selling:hover .ptr {
  color: #1b7fed;
}

.best-selleing-image {
  overflow: hidden;
}

.size-30 {
  height: 30px;
  width: 30px;
}

.size-60 {
  height: 60px;
  width: 60px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-bottom: 10px;
}
.view-all-text {
  font-size: 14px;
  font-weight: 600;
}

.view-all-text * {
  background: transparent !important;
  color: inherit;
  font-size: 12px;
}

.__m-5px {
  margin: 5px;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.categories-title .font-semibold {
  font-size: 16px;
}

.__shadow {
  box-shadow: 0px 12px 24px -4px rgba(27, 127, 237, 0.05), 0px 0px 2px rgba(27, 127, 237, 0.1);
  border: none;
}

.__img-125px {
  width: 125px;
  aspect-ratio: 1;
  border-radius: 5px;
  -o-object-fit: contain;
  object-fit: contain;
  transition: all ease 0.5s;
}

.flash_deal_product .flash-product-title {
  transition: all ease 0.3s;
}

.flash_deal_product:hover .__img-125px {
  transform: scale(1.14);
}

.flash_deal_product:hover .flash-product-title {
  color: #1b7fed;
}

.btn-scroll-top {
  background: #1b7fed;
  color: #fff !important;
}

.arrival-title {
  font-weight: 700;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.arrival-title img {
  width: 45px;
  height: 45px;
  -o-object-fit: contain;
  object-fit: contain;
}
.__brand-item {
  display: block;
  max-width: 85px;
  border-radius: 50%;
  aspect-ratio: 1;
  overflow: hidden;
  border: 1px solid #e5e5e5;
}

.__brand-item img {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
  object-fit: cover;
}

.recomanded-buy-button {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}

.recomanded-buy-button .buy_btn {
  display: block;
  width: 100%;
  text-transform: capitalize;
  font-size: 20px;
}

.__i-1 {
  background: #ffffff;
  margin: 20px;
  padding-top: 10px;
  height: 200px;
  border-radius: 0px 0px 5px 5px;
}

.__p-20px {
  padding: 20px;
}
.__btn-grp {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.__btn-grp button {
  height: 42px;
  line-height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
.czi-arrow-left,
.czi-arrow-right {
  background: transparent;
}

.__cate-item img {
  transition: all ease 0.5s;
}

.__cate-item:hover img {
  transform: scale(1.18);
}

.widget-list-item {
  text-transform: capitalize;
}
.__cate-item {
  text-align: center;
}

.page-footer {
  background: #374140;
}

.page-footer hr {
  background: rgba(255, 255, 255, 0.1882352941) !important;
  border: none !important;
  height: 1px;
  width: 100% !important;
}

.page-footer .form-control {
  background: rgba(255, 255, 255, 0.0496078431) !important;
  border-color: rgba(255, 255, 255, 0.072745098) !important;
  color: #fff;
  height: 50px;
}

.page-footer .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5647058824);
}

.page-footer .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5647058824);
}

.page-footer .form-control::placeholder {
  color: rgba(255, 255, 255, 0.5647058824);
}

.page-footer .subscribe-button {
  top: 5px;
  inset-inline-end: 5px !important;
  height: 40px;
  background: #fff;
  border-radius: 6px !important;
  color: #111;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 600;
  font-size: 12px !important;
  text-transform: uppercase;
}

.page-footer .store-contents img {
  max-width: 180px;
}
::-moz-selection {
  background: #1b7fed;
  color: #fff;
}

::selection {
  background: #1b7fed;
  color: #fff;
}

.__auth-dropdown {
  max-width: 150px;
  min-width: 0 !important;
}

.navbar-stuck-toggler i {
  display: none;
}

.navbar-stuck-toggler:not(.show) .open-icon {
  display: block;
  font-weight: 600;
}

.navbar-stuck-toggler.show .close-icon {
  display: inline-block;
}

@-webkit-keyframes fadeInUp {
  0% {
    transform: translateY(5px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes  fadeInUp {
  0% {
    transform: translateY(5px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.__img-18 {
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 4px;
}
.__img-64 {
  width: 64px;
  height: 64px;
}
.__img-30 {
  height: 30px;
  width: 30px;  
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 5px;
}
.__img-50 {
  height: 47px;
  width: 47px;
  -o-object-fit: contain;
  object-fit: contain;
}
.__img-62 {
  height: 62px;
  width: 62px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 5px;
  border: 1px solid #eef6ff;
}
.__img-60 {
  height: 60px;
  width: 60px;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 5px;
}
.__img-70 {
  width: 70px;
  height: 70px;
  -o-object-fit: cover;
  object-fit: cover;
}
.cz-product-gallery .cz-preview {
  border: 1px solid rgba(27, 127, 237, 0.1);
  box-shadow: 0px 23px 24px -4px rgba(205, 205, 205, 0.1), 0px 4px 2px rgba(205, 205, 205, 0.1);
  border-radius: 5px;
  margin: 0;
  padding: 5px;
}

.__h-100 {
  min-height: calc(100% - 84px);
}

.checkbox-color {
  flex-wrap: wrap;
  gap: 6px;
}

.checkbox-color label {
  width: 26px;
  height: 26px;
}

.checkbox-color input:checked ~ label {
  position: relative;
  border: none !important;
  transform: scale(1) !important;
}

.checkbox-color input:checked ~ label .outline {
  position: absolute;
  inset: -4px;
  border-radius: 5px;
  border: 1px solid;
}

.checkbox-alphanumeric--style-1 {
  gap: 8px;
  display: flex;
  flex-wrap: wrap;
  padding-left: 15px;
}

.checkbox-alphanumeric--style-1 label {
  float: none;
  margin: 0;
  min-width: 28px;
  height: 28px;
  padding: 0 10px;
  text-align: center;
  line-height: 26px;
}

.__m-10px {
  margin: 10px !important;
}

.__color-fea569 {
  color: #fea569 !important;
}

.__color-E96A6A {
  color: #e96a6a !important;
}

.__rounded-top {
  border-radius: 5px 5px 0px 0px;
}

.__pl-15 {
  padding-left: 15px;
}

.product-quantity .input-number,
.product-quantity .btn-number {
  height: 35px !important;
  border-radius: 4px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.__gap-15 {
  gap: 15px;
}

.product-title2 {
  text-transform: capitalize;
  display: block !important;
}

.__cate-side-price {
  width: 100%;
  padding: 10px 10px 16px;
}
.__cate-side-title {
  padding: 14px;
}
.__p-25-10 {
  padding: 25px 10px;
}
.__search-sidebar .form-control-sm {
  border-radius: 5px;
  border: 1px solid rgba(27, 127, 237, 0.5);
}
.__search-sidebar .input-group-append-overlay,
.__search-sidebar .input-group-prepend-overlay {
  top: 0;
}

.__search-sidebar .input-group-prepend-overlay {
  left: 0;
}

.__search-sidebar .input-group-append-overlay {
  right: 0;
}

.__search-sidebar .custom-select {
  background: #ffffff;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  width: 100%;
  border-radius: 5px !important;
  border: 1px solid rgba(27, 127, 237, 0.5);
  color: #212629;
}

.__search-sidebar .__number-filter-btn a {
  width: 35px;
  height: 35px;
  border-radius: 3px;
  background: #1b7fed;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.__brands-cate-wrap {
  max-height: 12rem;
  padding: 0 20px 5px;
  font-size: 13px;
  color: #212629;
}

.cursor-pointer {
  cursor: pointer;
}

.cz-countdown span:nth-child(1) {
  font-size: 16px;
}

.cz-countdown span:nth-child(2) {
  font-size: 13px;
}

.cz-countdown [class*=cz-countdown-] {
  padding: 3px 6px !important;
}
.__featured-deal-wrap {
  padding: 15px;
  padding-bottom: 20px;
  border-radius: 5px;
}
.__deal-of > *[class*=col] {
  padding: 11px;
}

.__countdown {
  width: 100%;
  max-width: 310px;
}

.for-banner img {
  -o-object-fit: cover;
  object-fit: cover;
}
.__cate-product-side-img img {
  width: 100%;
  border-radius: 5px;
  -o-object-fit: cover;
  object-fit: cover;
}

.for-hover-bg {
  background: #212629;
}

.btn:hover {
  filter: brightness(0.85);
  transition: all ease 0.4s;
}

.navbar-sticky.navbar-stuck {
  box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.05);
}

.close {
  margin: -20px -10px -1rem auto !important;
}

.__rounded-10 {
  border-radius: 10px;
}

.top-rated-image,
.flash-deals-background-image {
  overflow: hidden;
}

.footer-web-logo a img {
  height: 75px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: left center;
  object-position: left center;
}
.app-img img{
  height: 45px;
  object-fit: contain;
}
.__cate-item {
  flex-grow: 1;
}

.__cate-item .__img {
  height: 100px;
  aspect-ratio: 1;
  border-radius: 5px;
  overflow: hidden;
}

.__cate-item .__img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.__cate-item .__img.circle {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.object-cover {
  -o-object-fit: cover;
  object-fit: cover;
}

.object-contain {
  -o-object-fit: contain;
  object-fit: contain;
}

.__text-sm {
  font-size: 14px;
}

.__review-overview {
  background: #ffffff;
  border: 1px solid rgba(27, 127, 237, 0.1);
  box-shadow: 0px 0px 2px rgba(0, 113, 220, 0.15);
  border-radius: 10px;
}

.__shop-apply {
  max-width: 760px;
  margin: 0 auto;
}

.__card {
  background: #ffffff;
  border: 1px solid rgba(27, 127, 237, 0.1);
  box-shadow: 0px 0px 2px rgba(0, 113, 220, 0.15);
  border-radius: 10px;
}

.__card .custom-file-label,
.__card .card-header,
.__card .form-control {
  border-color: rgba(204, 235, 255, 0.4784313725);
}

.__card.shadow-0 {
  box-shadow: none !important;
}

.__h-40 {
  height: 40px;
}

.__max-w-620 {
  max-width: 620px;
}

.brand_div {
  border-radius: 6px;
  opacity: 1;
  overflow: hidden;
  height: 100%;
  display: block;
}

.brand_div img {
  transition: all ease 0.5s;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.brand_div:hover img {
  transform: scale(1.1);
}

.__shop-page-banner {
  width: 100%;
  height: auto;
  max-height: 13.75rem;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}

.checkout_details .steps-light .step-item:hover {
  color: #000;
}

.__cart-total {
  border-radius: 6px;
  background: #fff;
  padding: 20px;
  border: 1px solid rgba(27, 127, 237, 0.1);
  box-shadow: 0px 0px 2px rgba(0, 113, 220, 0.15);
}

.__cart-total .cart_total > div:not(:last-child) {
  margin-bottom: 10px;
}

.__line-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.__line-2 a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.__cart-table {
  font-size: 14px;
}

.__cart-table thead th {
  font-size: 14px;
}

.table-align-middle td {
  vertical-align: middle;
}
.__cart-input {
  width: 75px;
  border: 1px solid #e5e5e5;
  outline: none;
  box-shadow: none !important;
  height: 30px;
  border-radius: 6px;
  padding: 0 15px;
}

.btn--primary:hover {
  color: #fff !important;
}

.btn--primary:not(:hover) {
  color: #fff;
}

.img-circle {
  border-radius: 50%;
}

.__seller-author {
  font-size: 12px;
}

.__seller-author h6 {
  font-size: 15px;
  line-height: 1.3;
  margin: 0;
}

.__chat-seller-btn {
  background: #f3f5f9;
  border-radius: 2px;
  padding: 4px 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  border-radius: 15px;
  position: absolute;
  right: 0;
  top: 0;
}

.__chat-seller-btn svg {
  margin-right: 5px;
}

.__table .thead-light {
  background: #f1f8ff;
}

.__table thead th,
.__table thead td {
  border-top: none;
  font-weight: 700;
  text-transform: capitalize;
  font-size: 15px;
  white-space: nowrap;
}

.__table tbody {
  font-size: 14px;
}

.__table * {
  border-color: #eef6ff !important;
}

.__action-btn {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
}

.__btn-grp-sm {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
}

.__customer-sidebar {
  padding: 20px 0;
  background: #fff;
  border-radius: 10px;
  border: 1px solid rgba(27, 127, 237, 0.1);
  box-shadow: 0px 0px 2px rgba(0, 113, 220, 0.15);
}

.__customer-sidebar .widget-title {
  font-weight: 400;
  margin: 0;
}

.__customer-sidebar .widget-title .active-menu {
  font-weight: 700;
  background: #c9c9c9;
  color: #fff;
}

.__customer-sidebar .widget-title a {
  text-transform: capitalize;
  padding: 6px 25px;
  font-size: 15px;
  display: block;
}

.__customer-sidebar .widget-title:not(:last-child) a {
  border-bottom: 1px solid #eef6ff;
}

.headerTitle {
  text-transform: capitalize;
}

.__img-full {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.wishlist_product_icon {
  position: absolute;
  right: 15px;
  top: 15px;
}

.__customer-profile .font-name {
  font-weight: 600;
  margin-top: 0px !important;
  margin-bottom: 0;
  font-size: 15px;
  color: #030303;
}

.__customer-profile .font-nameA {
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 7px !important;
  font-size: 17px;
  color: #030303;
}

.__customer-profile label {
  font-size: 14px;
  font-weight: 600;
}

.__customer-profile input {
  font-size: 14px;
}

.__account-address .product-qty span {
  font-size: 14px;
  color: #6a6a6a;
}

.__account-address .font-nameA {
  display: inline-block;
  margin-top: 5px !important;
  font-size: 13px !important;
  color: #030303;
}

.__account-address .font-name {
  font-weight: 600;
  padding-bottom: 0;
  color: #030303;
}

.__account-address .modal-footer {
  border-top: none;
  padding-bottom: 0;
  padding-top: 10px;
  gap: 15px;
}

.__account-address .modal-footer > * {
  margin: 0;
}

.__account-address .modal-header {
  justify-content: center;
  text-transform: capitalize;
}

.__account-address .cz-sidebar-body h3:hover + .divider-role {
  transition: 0.2s ease-in-out;
}

.__account-address label {
  font-size: 15px;
  margin-bottom: 8px;
  color: #030303;
}

.__account-address .nav-pills .nav-link.active {
  box-shadow: none;
  color: #ffffff !important;
}

.__account-address .nav-pills .nav-link {
  padding-top: 0.575rem;
  padding-bottom: 0.575rem;
  background-color: #ffffff;
  color: #050b16 !important;
  font-size: 0.9375rem;
  border: 1px solid #e4dfdf;
}

.__account-address .nav-pills .nav-link :hover {
  padding-top: 0.575rem;
  padding-bottom: 0.575rem;
  background-color: #ffffff;
  color: #050b16 !important;
  font-size: 0.9375rem;
  border: 1px solid #e4dfdf;
}

.__account-address .nav-pills .nav-link.active,
.__account-address .nav-pills .show > .nav-link {
  color: #fff;
}

.__account-address .iconHad {
  padding: 4px;
}

.__account-address .iconSp {
  margin-top: 0.7rem;
}

.__account-address .fa-lg {
  padding: 4px;
}

.__account-address .fa-trash {
  color: #ff4d4d;
}

.__account-address .namHad {
  color: #030303;
  position: absolute;
  padding-top: 8px;
}

.__account-address .donate-now {
  list-style-type: none;
  margin: 25px 0 0 0;
  padding: 0;
}

.__account-address .donate-now li {
  float: left;
  width: 100px;
  height: 40px;
  position: relative;
  padding: 22px;
  text-align: center;
}

.__account-address .donate-now label,
.__account-address .donate-now input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 5px;
}

.__account-address .donate-now input[type=radio] {
  opacity: 0.01;
  z-index: 100;
}

.__account-address .donate-now input[type=radio]:checked + label,
.__account-address .Checked + label {
  color: white !important;
  border: none;
}

.__account-address .donate-now label {
  padding: 5px;
  border: 1px solid #ccc;
  cursor: pointer;
  z-index: 90;
}

.__account-address .donate-now label:hover {
  background: #ddd;
}

.__account-address #edit {
  cursor: pointer;
}

.__account-address .pac-container {
  z-index: 100000 !important;
}

.__account-address #location_map_canvas {
  height: 100%;
}
.__chat-seller .inbox_people {
  background: #ffffff none repeat scroll 0 0;
  float: left;
  overflow: hidden;
  border-right: 1px;
}

.__chat-seller .inbox_msg {
  border: none;
  clear: both;
  overflow: hidden;
}

.__chat-seller .top_spac {
  margin: 20px 0 0;
}

.__chat-seller .recent_heading {
  float: left;
  width: 40%;
}

.__chat-seller .srch_bar {
  display: inline-block;
  color: #92c6ff;
  width: 100%;
  /*padding:;*/
}

.__chat-seller input {
  border: none;
}

.__chat-seller .headind_srch {
  overflow: hidden;
  border-bottom: none;
}

.__chat-seller .recent_heading h4 {
  color: #05728f;
  font-size: 21px;
  margin: auto;
}

.__chat-seller .chat_ib h5 {
  font-size: 15px;
  font-size: 13px;
  color: #030303;
  cursor: pointer;
  margin: 0 0 8px 0;
}

.__chat-seller .chat_ib h5 span {
  font-size: 80%;
  float: right;
  padding: 10px;
  background: #4884ea;
  color: white;
  border-radius: 100%;
}

.__chat-seller .chat_ib p {
  font-size: 14px;
  color: #989898;
  margin: auto;
}

.__chat-seller .chat_img {
  float: left;
  width: 12%;
  cursor: pointer;
}

.__chat-seller .chat_ib {
  float: left;
  width: 88%;
  margin-top: 0.56rem;
}

.__chat-seller .chat_people {
  overflow: hidden;
  clear: both;
}

.__chat-seller .chat_list {
  border-bottom: none;
  margin: 0;
  padding: 18px 16px 10px;
}

.__chat-seller .inbox_chat {
  height: 510px;
  overflow-y: scroll;
}

.__chat-seller .active_chat {
  background: #ebebeb;
}

.__chat-seller .received_msg {
  display: inline-block;
  vertical-align: top;
  width: 92%;
}

.__chat-seller .received_withd_msg p {
  background: #e2f0ff none repeat scroll 0 0;
  border-radius: 10px;
  color: #030303;
  font-size: 14px;
  margin: 0;
  width: 100%;
}

.__chat-seller .time_date {
  color: #747474;
  display: block;
  font-size: 12px;
  margin: 8px 0 0;
}

.__chat-seller .received_withd_msg {
  width: 57%;
}

.__chat-seller .send_msg p {
  background: #4884ea none repeat scroll 0 0;
  border-radius: 8px;
  font-size: 14px;
  margin: 0;
  color: #fff;
  width: 100%;
}

.__chat-seller .outgoing_msg {
  overflow: hidden;
  margin: 26px 0 26px;
}

.__chat-seller .send_msg {
  float: right;
  width: 46%;
}

.__chat-seller .input_msg_write input {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  color: #4c4c4c;
  font-size: 15px;
  min-height: 48px;
  width: 100%;
}

.__chat-seller .type_msg {
  border-top: 1px solid #c4c4c4;
  position: relative;
}

.__chat-seller .msg_send_btn {
  background: none repeat scroll 0 0;
  border: medium none;
  border-radius: 50%;
  color: #4884ea;
  cursor: pointer;
  font-size: 17px;
  height: 33px;
  position: absolute;
  right: 0;
  top: 11px;
  width: 33px;
}

.__chat-seller .messaging {
  padding: 0 0 50px 0;
}

.__chat-seller .msg_history {
  height: 438px;
  overflow-y: auto;
}

.__chat-seller .aSend {
  padding: 10px;
  color: #4884ea;
  font-size: 16px;
  font-weight: 600;
}

.__chat-seller .price_sidebar {
  padding: 20px;
}

.__chat-seller .active {
  background: #1b7fed;
}

.__chat-seller .active h5 {
  color: white;
}

.__chat-seller .incoming_msg {
  display: flex;
}

.__chat-seller .incoming_msg_img img {
  width: 20px;
  border-radius: 10px;
}

.__chat-seller .active-text {
  font-weight: 900 !important;
}

.table thead th {
  border-bottom-width: 1px;
}

.table thead th.border-t-0 {
  border-top: none !important;
}

.action-btn {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  font-size: 14px;
  transition: all ease 0.3s;
}

.action-btn.btn--danger {
  border-width: 1px;
  border-style: solid;
  border-color: rgb(199, 0, 0) !important;
}

.action-btn.btn--danger:not(:hover) {
  color: rgb(199, 0, 0);
  background: transparent;
}

.action-btn.btn--danger:hover {
  background: rgb(199, 0, 0);
  color: #fff;
}

.action-btn.btn--primary {
  border-width: 1px;
  border-style: solid;
  border-color: #c9c9c9 !important;
}

.action-btn.btn--primary:not(:hover) {
  color: #c9c9c9;
  background: transparent !important;
}

.action-btn.btn--primary:hover {
  background: #c9c9c9;
  color: #fff;
}

.btn--container {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.__ticket-table .thead-light {
  background: #f1f8ff;
}

.__ticket-table th {
  font-weight: 700;
  text-transform: capitalize;
  border-top: none;
  white-space: nowrap;
}

.__ticket-table th,
.__ticket-table td {
  font-size: 15px;
  padding: 5px 20px;
  vertical-align: middle;
}

.__ticket-table td {
  padding: 15px 20px;
}

.__ticket-table tbody {
  font-size: 14px;
}

.__ticket-table * {
  border-color: #eef6ff !important;
}

.__media-wrapper {
  max-height: 460px;
  overflow-y: auto;
}

.__media-wrapper .__outgoing-msg,
.__media-wrapper .__incoming-msg {
  width: 90%;
  max-width: 515px;
  padding: 24px;
  border-radius: 5px;
  margin: 15px 0;
}

.__media-wrapper .__outgoing-msg .media-body,
.__media-wrapper .__incoming-msg .media-body {
  -webkit-padding-start: 15px;
  padding-inline-start: 15px;
}

.__media-wrapper .__outgoing-msg {
  background-color: #c9c9c9;
  color: rgba(255, 255, 255, 0.9);
}

.__media-wrapper .__outgoing-msg h6 {
  color: #fff;
}

.__media-wrapper .__outgoing-msg .text-muted {
  color: rgba(255, 255, 255, 0.8) !important;
}

.__media-wrapper .__incoming-msg {
  background-color: rgba(133, 148, 159, 0.1);
  -webkit-margin-start: auto;
  margin-inline-start: auto;
}

.__media-wrapper .rounded-circle {
  background: #111;
}

/*Inline CSS Remove CSS*/
.__inline-1 {
  height: 32rem;
}

.__inline-2 {
  z-index: 9;
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
}

.__inline-3 .image-preview {
  height: 17px !important;
  display: inline-block !important;
  margin-right: 5px !important;
  margin-left: 3px !important;
  margin-top: -5px !important;
}

.__inline-4 {
  width: 75px !important;
  height: 42px !important;
}

.__inline-5 {
  max-height: 40px;
  width: auto;
}

.__inline-6 .switch {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 23px;
}

.__inline-6 .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.__inline-6 .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
}

.__inline-6 .slider:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
}

.__inline-6 input:checked + .slider {
  background-color: #377dff;
}

.__inline-6 input:focus + .slider {
  box-shadow: 0 0 1px #377dff;
}

.__inline-6 input:checked + .slider:before {
  transform: translateX(26px);
}

.__inline-6 .slider.round {
  border-radius: 34px;
}

.__inline-6 .slider.round:before {
  border-radius: 50%;
}

.__inline-6 #banner-image-modal .modal-content {
  width: 1116px !important;
  margin-left: -264px !important;
}

.__inline-8 #partitioned {
  padding-left: 2px;
  letter-spacing: 42px;
  border: 0;
  background-image: linear-gradient(to left, black 70%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 50px 1px;
  background-repeat: repeat-x;
  background-position-x: 35px;
  width: 220px;
  min-width: 220px;
}

.__inline-8 #divInner {
  left: 0;
  position: -webkit-sticky;
  position: sticky;
}

.__inline-8 #divOuter {
  width: 190px;
  overflow: hidden;
}
.__inline-9 .subscribe-border {
  border-radius: 5px;
}

.__inline-9 .subscribe-button {
  background: #1b7fed;
  position: absolute;
  top: 5px;
  color: white;
  padding: 11px;
  padding-left: 15px;
  padding-right: 15px;
  text-transform: capitalize;
  border: none;
}

.__inline-9 .start_address {
  display: flex;
  justify-content: space-between;
}

.__inline-9 .address_under_line {
  width: 299px;
}
.__inline-11 {
  height: 75px !important;
  width: auto;
}
.__inline-13 {
  position: absolute;
  background: white;
  z-index: 999;
  width: 100%;
  display: none;
  top: 50px;
}

.__inline-14 {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.__inline-15 {
  font-size: 8px !important;
  background: none !important;
  color: #4b5864;
}

.__inline-16 {
  font-size: 10px !important;
  background: none !important;
  color: #4b5864;
  font: bold;
}
.__inline-18 {
  font-size: 12px !important;
  color: grey !important;
}
.__inline-20 #partitioned {
  padding-left: 2px;
  letter-spacing: 42px;
  border: 0;
  background-image: linear-gradient(to left, black 70%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 50px 1px;
  background-repeat: repeat-x;
  background-position-x: 35px;
  width: 220px;
  min-width: 220px;
}

.__inline-20 #divInner {
  left: 0;
  position: -webkit-sticky;
  position: sticky;
}

.__inline-20 #divOuter {
  width: 190px;
  overflow: hidden;
}

.__inline-21 {
  height: 8rem;
  width: 9rem;
}

.__inline-22 input[type=file] {
  display: none;
}

.__inline-22 .custom-file-upload {
  margin-left: 38%;
  border: 1px solid #ccc;
  display: inline-block;
  padding: 6px 12px;
  cursor: pointer;
}
.__inline-25 {
  width: 0px;
  height: 10px;
  border: 0.5px solid #707070;
  margin-top: 6px;
  font-weight: 400 !important;
}
.__inline-28 {
  font-weight: 500;
  font-size: 50px;
}

.__inline-29 {
  padding: 0px !important;
  width: 40%;
  height: 25px;
}

.__inline-30 {
  display: block;
  width: 100%;
  text-align: center;
  background: #f3f4f5;
  border-radius: 5px;
  padding: 5px;
}

.__inline-31 {
  background: #ffffff;
  padding: 25px;
  border-radius: 5px;
  font-weight: 400;
  color: #212629;
  margin-top: 10px;
}

.__inline-32 {
  height: 65px;
  width: 65px;
  border-radius: 50%;
}

.__inline-33 {
  position: absolute;
  border-radius: 50%;
  margin-top: -25px;
}
.__inline-41 {
  border: 1px solid whitesmoke;
  margin-bottom: 14px;
  margin-top: -6px;
}

.__inline-45 .headerTitle {
  font-size: 24px;
  font-weight: 600;
  margin-top: 1rem;
}

.__inline-45 .sidebar {
  max-width: 20rem;
}

.__inline-45 .custom-control-label {
  cursor: pointer;
}

.__inline-45 body {
  font-family: "Titillium Web", sans-serif;
}

.__inline-45 .product-qty span {
  font-size: 14px;
  color: #6a6a6a;
}

.__inline-45 .spanTr {
  color: #ffffff;
  font-weight: 600;
  font-size: 13px;
}

.__inline-45 .font-nameA {
  display: inline-block;
  font-size: 13px;
  color: #030303;
}

.__inline-45 .spandHead {
  color: #ffffff;
  font-weight: 600;
  font-size: 20px;
  margin-left: 25px;
}

.__inline-45 .spandHeadO {
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
}

.__inline-45 .font-name {
  font-weight: 600;
  font-size: 15px;
  padding-bottom: 6px;
  color: #030303;
}

.__inline-45 .btn-p {
  color: #fff;
  background-color: #1b7fed;
  border-color: #1b7fed;
  box-shadow: none;
}

.__inline-45 .btn-p:hover {
  color: #fff;
  background-color: #1b7fed;
  border-color: #1b7fed;
  box-shadow: none;
}

.__inline-45 .tdBorder {
  border-right: 1px solid #f7f0f0;
  text-align: center;
}

.__inline-45 .bodytr {
  border: 1px solid #dadada;
}

.__inline-45 .sellerName {
  font-size: 15px;
  font-weight: 600;
}

.__inline-45 .modal-footer {
  border-top: none;
}

.__inline-45 a {
  color: #030303;
  cursor: pointer;
}

.__inline-45 a:hover {
  color: #4884ea;
  cursor: pointer;
}

.__inline-45 .divider-role {
  border-bottom: 1px solid whitesmoke;
}

.__inline-45 .cz-sidebar-body h3:hover + .divider-role {
  border-bottom: 3px solid #1b7fed !important;
  transition: 0.2s ease-in-out;
}

.__inline-45 label {
  font-size: 15px;
  font-style: bold;
  margin-bottom: 8px;
  color: #030303;
}

.__inline-45 .nav-pills .nav-link.active {
  box-shadow: none;
  color: #ffffff !important;
}

.__inline-45 .modal-header {
  border-bottom: none;
}

.__inline-45 .nav-pills .nav-link {
  padding-top: 0.575rem;
  padding-bottom: 0.575rem;
  background-color: #ffffff;
  color: #050b16 !important;
  font-size: 0.9375rem;
  border: 1px solid #e4dfdf;
}

.__inline-45 .nav-pills .nav-link :hover {
  padding-top: 0.575rem;
  padding-bottom: 0.575rem;
  background-color: #ffffff;
  color: #050b16 !important;
  font-size: 0.9375rem;
  border: 1px solid #e4dfdf;
}

.__inline-45 .nav-pills .nav-link.active,
.__inline-45 .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #216fff;
}

.__inline-45 .iconHad {
  color: #1b7fed;
  padding: 4px;
}

.__inline-45 .modal-body {
  padding: none;
}

.__inline-45 .iconSp {
  margin-top: 0.7rem;
}

.__inline-45 .fa-lg {
  padding: 4px;
}

.__inline-45 .fa-trash {
  color: #ff4d4d;
}

.__inline-45 .namHad {
  color: #030303;
  position: absolute;
  padding-left: 13px;
  padding-top: 8px;
}

.__inline-45 .cardColor {
  border: 1px solid #92c6ff !important;
}

.__inline-45 .card-header {
  border-bottom: 1px solid #92c6ff !important;
}

.__inline-45 .closeB {
  border: 1px solid #ffd5a4 !important;
  padding: 10px 30px 9px 30px;
  border-radius: 7px;
  color: #ffd5a4;
  background: white;
}

.__inline-45 .donate-now {
  list-style-type: none;
  margin: 25px 0 0 0;
  padding: 0;
}

.__inline-45 .donate-now li {
  float: left;
  margin: 0 5px 0 0;
  width: 100px;
  height: 40px;
  position: relative;
}

.__inline-45 .donate-now label,
.__inline-45 .donate-now input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.__inline-45 .donate-now input[type=radio] {
  opacity: 0.01;
  z-index: 100;
}

.__inline-45 .donate-now input[type=radio]:checked + label,
.__inline-45 .Checked + label {
  background: #1b7fed;
}

.__inline-45 .donate-now label {
  padding: 5px;
  border: 1px solid #ccc;
  cursor: pointer;
  z-index: 90;
}

.__inline-45 .donate-now label:hover {
  background: #ddd;
}

.__inline-45 .price_sidebar {
  padding: 20px;
}

.__inline-46 {
  height: 3em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.__inline-47 .page-item.active > .page-link {
  box-shadow: 0 0 black !important;
}

.__inline-47 .widget-categories .accordion-heading > a:hover {
  color: #ffd5a4 !important;
}

.__inline-47 .widget-categories .accordion-heading > a {
  color: #ffd5a4;
}

.__inline-47 body {
  font-family: "Titillium Web", sans-serif;
}

.__inline-47 .card {
  border: none;
}

.__inline-47 .totals tr td {
  font-size: 13px;
}

.__inline-47 .footer span {
  font-size: 12px;
}

.__inline-47 .product-qty span {
  font-size: 14px;
  color: #6a6a6a;
}

.__inline-47 .spanTr {
  color: #ffffff;
  font-weight: 900;
  font-size: 13px;
}

.__inline-47 .spandHeadO {
  color: #ffffff !important;
  font-weight: 400;
  font-size: 13px;
}

.__inline-47 .font-name {
  font-weight: 600;
  font-size: 12px;
  color: #030303;
}

.__inline-47 .amount {
  font-size: 15px;
  color: #030303;
  font-weight: 600;
}

.__inline-47 a {
  cursor: pointer;
  text-decoration: none;
  background-color: transparent;
}

.__inline-47 a:hover {
  cursor: pointer;
}

.word-nobreak {
  white-space: nowrap;
}
.__inline-48 {
  border-radius: 50px;
  width: 50px !important;
  height: 50px !important;
}

.__inline-49 .headerTitle {
  font-size: 24px;
  font-weight: 600;
  margin-top: 1rem;
}

.__inline-49 .widget-categories .accordion-heading > a:hover {
  color: #ffd5a4 !important;
}

.__inline-49 .widget-categories .accordion-heading > a {
  color: #ffd5a4;
}

.__inline-49 body {
  font-family: "Titillium Web", sans-serif;
}

.__inline-49 .card {
  border: none;
}

.__inline-49 .totals tr td {
  font-size: 13px;
}

.__inline-49 .product-qty span {
  font-size: 14px;
  color: #6a6a6a;
}

.__inline-49 .spandHeadO {
  color: #ffffff !important;
  font-weight: 600 !important;
  font-size: 14px !important;
}

.__inline-49 .amount {
  font-size: 15px;
  color: #030303;
  font-weight: 600;
}

.__inline-49 .tdBorder {
  text-align: center;
}

.__inline-49 .bodytr {
  text-align: center;
}

.__inline-49 .sellerName {
  font-size: 15px;
  font-weight: 400;
}

.__inline-49 .sidebarL h3:hover + .divider-role {
  transition: 0.2s ease-in-out;
}

.__inline-49 tr td {
  padding: 3px 5px !important;
}

.__inline-49 td button {
  padding: 3px 13px !important;
}

.__inline-50 .gallery {
  margin: 10px 50px;
}

.__inline-50 .gallery img {
  width: 100px;
  height: 100px;
  padding: 5px;
  filter: grayscale(100%);
  transition: 1s;
}

.__inline-50 .gallery img:hover {
  filter: grayscale(0);
  transform: scale(1.1);
}

.__inline-51 .headerTitle {
  font-size: 25px;
  font-weight: 700;
  margin-top: 2rem;
}

.__inline-51 .for-container {
  width: 91%;
  border: 1px solid #d8d8d8;
  margin-top: 3%;
  margin-bottom: 3%;
}

.__inline-51 .for-padding {
  padding: 3%;
}

.__inline-52 .active {
  color: gray !important;
}

.__inline-52 .active-category-text {
  color: white !important;
}

.__inline-52 .side-category-bar {
  border: 1px solid rgba(0, 0, 0, 0.1215686275);
  border-radius: 6px;
  cursor: pointer;
  background: white;
}

.__inline-53 {
  @import  url("https://fonts.googleapis.com/css2?family=Montserrat&display=swap");
}

.__inline-53 body {
  font-family: "Montserrat", sans-serif;
}

.__inline-53 .card {
  border: none;
}

.__inline-53 .totals tr td {
  font-size: 13px;
}

.__inline-53 .footer span {
  font-size: 12px;
}

.__inline-53 .product-qty span {
  font-size: 14px;
  color: #6a6a6a;
}

.__inline-53 .spanTr {
  font-weight: 700;
}

.__inline-53 .spandHeadO {
  color: #030303;
  font-weight: 500;
  font-size: 20px;
}

.__inline-53 .font-name {
  font-weight: 600;
  font-size: 13px;
}

.__inline-53 .amount {
  font-size: 17px;
}

.__inline-54 .nav-tabs .nav-link.active,
.__inline-54 .nav-tabs .nav-item.show .nav-link {
  border-radius: 6px;
  color: white !important;
}

.__inline-54 .nav-tabs .nav-link {
  border-radius: 6px;
  color: #f2f3ff !important;
  font-weight: 600 !important;
  font-size: 18px !important;
}

.__inline-55 {
  max-width: 150px;
  margin-top: -10px;
}

.__inline-56 .btn-outline {
  color: #020512;
}

.__inline-56 .btn-outline:hover {
  color: white;
}

.__inline-56 #location_map_canvas {
  height: 100%;
}

.__inline-57 {
  cursor: pointer;
  background: rgba(245, 245, 245, 0.51);
}

.__inline-58 .headerTitle {
  font-size: 25px;
  font-weight: 700;
  margin-top: 2rem;
}

.__inline-58 .for-contac-image {
  padding: 6%;
}
.__inline-59 .for-banner {
  margin-top: 5px;
}

.__inline-59 .countdown-background {
  padding: 5px 5px;
  border-radius: 5px;
  color: #ffffff !important;
}

.__inline-59 .cz-countdown-days {
  color: white !important;
  background-color: rgba(255, 255, 255, 0.1882352941);
  padding: 8px 16px;
  border-radius: 3px;
  margin-right: 0px !important;
  display: flex;
  flex-direction: column; /* IE 10 */
  flex: 1;
}

.__inline-59 .cz-countdown-hours {
  color: white !important;
  background-color: rgba(255, 255, 255, 0.1882352941);
  padding: 8px 16px;
  border-radius: 3px;
  margin-right: 0px !important;
  display: flex;
  flex-direction: column; /* IE 10 */
  flex: 1;
}

.__inline-59 .cz-countdown-minutes {
  color: white !important;
  background-color: rgba(255, 255, 255, 0.1882352941);
  padding: 8px 16px;
  border-radius: 3px;
  margin-right: 0px !important;
  display: flex;
  flex-direction: column; /* IE 10 */
  flex: 1;
}

.__inline-59 .cz-countdown-seconds {
  color: white !important;
  background-color: rgba(255, 255, 255, 0.1882352941);
  padding: 8px 16px;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  flex-direction: column; /* IE 10 */
  flex: 1;
}

.__inline-59 .flash_deal_title {
  font-weight: 700;
  font-size: 30px;
  text-transform: uppercase;
}

.__inline-59 .cz-countdown {
  font-size: 18px;
}

.__inline-59 .flex-center {
  display: flex;
  justify-content: space-between !important;
}

.__inline-59 .flash_deal_product_details .flash-product-price {
  font-weight: 700;
  font-size: 25px;
}

.__inline-59 .for-image {
  width: 100%;
  height: 200px;
}

.__inline-60 .headerTitle {
  font-size: 25px;
  font-weight: 700;
  margin-top: 2rem;
}

.__inline-60 body {
  font-family: "Titillium Web", sans-serif;
}

.__inline-60 .product-qty span {
  font-size: 14px;
  color: #6a6a6a;
}

.__inline-60 .btn-link {
  color: rgba(76, 80, 86, 0.8901960784);
}

.__inline-60 .btnF {
  display: inline-block;
  font-weight: normal;
  margin-top: 4%;
  color: #4b566b;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  font-size: 0.9375rem;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, box-shadow 0.2s ease-in-out;
}
.__inline-64 .card {
  border: none;
}

.__inline-64 .totals tr td {
  font-size: 13px;
}

.__inline-64 .footer span {
  font-size: 12px;
}

.__inline-64 .product-qty span {
  font-size: 14px;
  color: #6a6a6a;
}

.__inline-64 .spanTr {
  font-weight: 700;
}

.__inline-64 .spandHeadO {
  color: #030303;
  font-weight: 500;
  font-size: 20px;
}

.__inline-64 .font-name {
  font-weight: 600;
  font-size: 13px;
}

.__inline-64 .amount {
  font-size: 17px;
}

.__inline-65 .page-item.active > .page-link {
  box-shadow: 0 0 black !important;
}

.__inline-65 .btnF {
  cursor: pointer;
}

.__inline-65 .list-link:hover {
  color: #030303 !important;
}

.__inline-65 .seller_div {
  background: #fcfcfc no-repeat padding-box;
  border: 1px solid #e2f0ff;
  border-radius: 5px;
  opacity: 1;
  padding: 5px;
}

.__inline-66 {
  vertical-align: middle;
  height: 6rem;
  border-radius: 3%;
}

.__inline-67 .headerTitle {
  font-size: 34px;
  font-weight: bolder;
  margin-top: 3rem;
}

.__inline-67 .page-item.active > .page-link {
  box-shadow: 0 0 black !important;
}

.__inline-67 .sidepanel {
  width: 0;
  position: fixed;
  z-index: 6;
  height: 500px;
  top: 0;
  left: 0;
  background-color: #ffffff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 40px;
}

.__inline-67 .sidepanel a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.__inline-67 .sidepanel a:hover {
  color: #f1f1f1;
}

.__inline-67 .sidepanel .closebtn {
  position: absolute;
  top: 0;
  right: 0px;
  font-size: 36px;
}

.__inline-67 .openbtn {
  font-size: 18px;
  cursor: pointer;
  background-color: #ffffff;
  color: #373f50;
  width: 40%;
  border: none;
}

.__inline-67 .openbtn:hover {
  background-color: #444;
}

.__inline-67 .for-display {
  display: block !important;
}

.__inline-68 {
  width: 120px;
  border-radius: 5px;
}

.__inline-69 {
  border-left: 1px solid #c4c4c4;
  margin: 5px;
}

.__inline-70 {
  border-radius: 25px;
  border: 1px solid #1b7fed;
  color: #1b7fed;
}

.__inline-71 {
  border-bottom: 2px solid #eef6ff;
  background: none !important;
}

.__inline-72 {
  width: 20px;
  border-radius: 5px;
  height: 20px;
}

.__inline-73 {
  border: 1px solid whitesmoke;
  margin-bottom: 14px;
  margin-top: 5px;
}

.__dir-ltr {
  direction: ltr;
}

.__bg-F3F5F9 {
  background: #f3f5f9;
}

.__min-h-200px {
  min-height: 200px;
}

.__bg-e2f0ff {
  background: #e2f0ff;
}

.__bg-4bcc02 {
  background: #4bcc02;
}

.__closet {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1;
  color: #4b566b;
  text-shadow: none;
  opacity: 0.5;
}

.w-10rem {
  width: 10rem;
}

.__pt-20 {
  padding-top: 20px;
}

.__m-20-r {
  margin: 20px 20px -20px 20px;
}

.__mb-10px {
  margin-bottom: 10px;
}

.__color-crimson {
  color: crimson;
}

.__mt-n-10 {
  margin-top: -10px;
}

.__mt-n-11 {
  margin-top: -11px;
}

.__h-100px {
  height: 100px;
}

.__feature_header {
  background: #dcdcdc;
  line-height: 1px;
}

.__color-92C6FF {
  color: #92c6ff;
}

.__color-0f9d58 {
  color: #0f9d58;
}

.__text-100px {
  font-size: 100px;
}

.__text-10px {
  font-size: 10px;
}

.__text-17px {
  font-size: 17px;
}

.__vertical-middle {
  vertical-align: middle;
}

.__gap-6px {
  gap: 6px;
}

.__text-414141 {
  color: #414141 !important;
  padding-top: 5px;
}

.__w-45px {
  width: 45px;
}

.__pt-12 {
  padding-top: 12px;
}

.__color-6A6A6A {
  color: #6a6a6a;
}

.__color-92C6FF {
  color: #92c6ff;
}

.__mb-11 {
  margin-bottom: 11px;
}

.bg-aliceblue {
  background: aliceblue;
}

.__color-3498db {
  color: #3498db;
}

.__color-1B7FED {
  color: #1b7fed;
}

.__max-h-12rem {
  max-height: 12rem;
}

.__px-5p {
  padding-left: 5%;
  padding-right: 5%;
}

.__mb-n-10 {
  margin-bottom: -10px;
}

.__p-12 {
  padding: 12px;
}

.__min-h-70px {
  min-height: 70px;
}

.__text-30px {
  font-size: 30px;
}

.__text-26px {
  font-size: 26px;
}

.__h-79px {
  height: 79px;
}

.__h-5px {
  height: 5px;
}

.overflow-scroll {
  overflow: scroll;
}

.__color-FE961C {
  color: #fe961c;
}

.__max-h-323px {
  max-height: 323px;
}

.__max-h-515px {
  max-height: 515px;
}

.__pl-3 {
  padding-left: 3px;
}

.__dir-rtl {
  direction: rtl;
}

.__p-2p {
  padding: 2%;
}

.__w-8rem {
  width: 8rem;
}

.__h-32rem {
  height: 32rem;
}

.__close {
  z-index: 99;
  background: white !important;
  padding: 3px 8px !important;
  border-radius: 50%;
}

.__w-5p {
  width: 5%;
}

.__w-30p {
  width: 30%;
}

.__w-45p {
  width: 45%;
}

.__w-35p {
  width: 35%;
}

.__w-10p {
  width: 10%;
}

.__w-15p {
  width: 15%;
}

.__w-70p {
  width: 70%;
}

.__h-60p {
  height: 60%;
}

.__h-70p {
  height: 70%;
}

.__text-12px {
  font-size: 12px;
}

.__p-3px {
  padding: 3px !important;
}

.__p-1px {
  padding: 1px;
}

.__min-w-165px {
  min-width: 165px !important;
}

.__r-100 {
  right: 100%;
}

.__text-8px {
  font-size: 8px;
}

.__ml-50px {
  margin-left: 50px;
}

.px-10px {
  padding-left: 10px;
  padding-right: 10px;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.__min-w-7rem {
  min-width: 7rem;
}

.__mt-20 {
  margin-top: 20px;
}

.__w-100px {
  width: 100px;
}

.__w-18rem {
  width: 18rem;
}

.__h-18rem {
  height: 18rem;
}

.cursor-pointer {
  cursor: pointer;
}

.__empty-img {
  width: 100%;
  border: 1px solid;
  border-radius: 10px;
  max-height: 200px;
}

.__h-200px {
  height: 200px !important;
}

.__h-400px {
  height: 400px;
}

.__p-10 {
  padding: 10px;
}

.__h-20rem {
  height: 20rem;
}

.__w-20rem {
  height: 20rem;
}

.__h-15rem {
  height: 15rem;
}

.__w-15rem {
  width: 15rem;
}

.__w-7rem {
  width: 7rem;
}

.__w-5px {
  width: 5px;
}

.cursor-pointer {
  cursor: pointer;
}

.__color-8a8a8a {
  color: #8a8a8a;
}

.__w-30px {
  width: 30px;
}

.__w-50px {
  width: 50px;
}

.__center {
  margin: auto;
  width: 50%;
  padding: 10px;
}

.text-black {
  color: #000;
}

.__w-16rem {
  width: 16rem;
}

.__pb-13px {
  padding-bottom: 13px;
}

.__pb-10px {
  padding-bottom: 10px;
}

.__text-14px {
  font-size: 14px;
}

.__text-16px {
  font-size: 16px;
}

.__text-18px {
  font-size: 18px;
}

.__text-20px {
  font-size: 20px;
}

.__text-22px {
  font-size: 22px;
}

.__w-160px {
  width: 160px;
}

.__mt-35 {
  margin-top: 35px;
}

.__color-coral {
  color: coral;
}

.__color-1573ff {
  color: #1573ff;
}

.__color-01ff2cfa {
  color: rgba(1, 255, 44, 0.9803921569);
}

.__color-ff2a05fa {
  color: rgba(255, 42, 5, 0.9803921569);
}

.__ml-20 {
  margin-left: 20px;
}
.__mr-2px {
  margin-right: 2px;
} /*# sourceMappingURL=style.css.map */
.mr-2,
.mx-2 {
  -webkit-margin-end: 0.5rem !important;
          margin-inline-end: 0.5rem !important;
}

.ml-2,
.mx-2 {
  -webkit-margin-start: 0.5rem !important;
          margin-inline-start: 0.5rem !important;
}

.__chat-seller-btn svg {
  -webkit-margin-end: 5px !important;
          margin-inline-end: 5px !important;
  -webkit-margin-start: 0 !important;
          margin-inline-start: 0 !important;
}

.__chat-seller-btn {
  inset-inline-end: 0 !important;
  inset-inline-start: unset !important;
}
.navbar-expand-md .dropdown:hover > .dropdown-menu {
  height: unset;
}

.btn-success {
  background-color: #42d697 !important;
}

.w-47 {
  width: 47%;
}

.gap-8 {
  gap: 8px;
}

.list-group {
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}

.rtl.__inline-65 .input-group .form-control {
  border-radius: 0 5px 5px 0 !important;
}

.rtl.__inline-65 .input-group .input-group-append button {
  border-radius: 5px 0 0 5px !important;
}

.text-start {
  text-align: start !important;
}

.text-end {
  text-align: end !important;
}

.close {
  -webkit-margin-start: auto !important;
          margin-inline-start: auto !important;
  -webkit-margin-end: -10px !important;
          margin-inline-end: -10px !important;
}

.flash_deal_product .for-discoutn-value {
  inset-inline-start: 0;
}

.flash_deal_product_details .for-discoutn-value {
  inset-inline-end: 0;
}

.rightalign {
  -o-object-position: right center !important;
  object-position: right center !important;
}

.row.__rtl {
  flex-direction: row-reverse;
}

.ml-3 {
  -webkit-margin-start: 0 !important;
          margin-inline-start: 0 !important;
}

.mr-3 {
  -webkit-margin-end: 0 !important;
          margin-inline-end: 0 !important;
}

.mr-3,
.mx-3 {
  -webkit-margin-end: 1rem !important;
          margin-inline-end: 1rem !important;
}

.ml-3,
.mx-3 {
  -webkit-margin-start: 1rem !important;
          margin-inline-start: 1rem !important;
}

.ml-4 {
  -webkit-margin-end: 0 !important;
          margin-inline-end: 0 !important;
  -webkit-margin-start: 1.5rem !important;
          margin-inline-start: 1.5rem !important;
}

.mr-4 {
  -webkit-margin-start: 0 !important;
          margin-inline-start: 0 !important;
  -webkit-margin-end: 1.5rem !important;
          margin-inline-end: 1.5rem !important;
}

/*.inline_product .for-discoutn-value {*/
/*    inset-inline-end: 0;*/
/*}*/
.custom-file-label::after {
  inset-inline-start: unset !important;
  inset-inline-end: 0 !important;
  -webkit-border-end: unset !important;
          border-inline-end: unset !important;
  -webkit-border-start: 1px solid #ecf5ff !important;
          border-inline-start: 1px solid #ecf5ff !important;
  border-radius: 6px !important;
}

.track-order-success {
  background: #4bcc02;
}

.owl-theme .owl-nav *,
.owl-theme .owl-nav [class*=owl-]:hover {
  color: #0f74a8;
}

.__customer-sidebar .widget-title a,
.__customer-profile {
  text-align: start;
}

.bootstrap-select .dropdown-menu {
  inset-inline-end: unset !important;
  inset-inline-start: 0 !important;
  text-align: start !important;
}

.filter-option-inner-inner {
  text-align: start !important;
}
.navbar-stuck-menu .dropdown-item {
  white-space: initial;
}

.mb-4px {
  margin-bottom: 3px;
}

.flex-grow {
  flex-grow: 1;
}

.filter-show-btn {
  display: none;
  margin-right: auto;
}

.__pl-2 {
  -webkit-padding-start: 0.5rem !important;
          padding-inline-start: 0.5rem !important;
}

.__pr-2 {
  -webkit-padding-end: 0.5rem !important;
          padding-inline-end: 0.5rem !important;
}

.__rev-txt {
  min-width: 98px;
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
}

.navbar-tool.ml-md-3 {
  margin-left: 1rem;
}

.navbar-tool.mr-md-3 {
  margin-right: 1rem;
}
/*Report CSS*/
.__form-control {
  height: 45px;
}

.min-w-120 {
  min-width: 120px;
}

.inline-page-menu ul li:not(.active) a {
  font-weight: 400;
}

.__table tbody td {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.__table thead th {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.__table .badge {
  padding: 9px 17px 8px;
  border-radius: 14px;
}

.__table-refund tbody td {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.__table-refund thead th {
  padding-top: 1.15rem;
  padding-bottom: 1.15rem;
}
.__table-refund .badge {
  padding: 9px 17px 8px;
  border-radius: 14px;
}

.rating {
  color: #4153b3;
}

.coupon__discount {
  gap: 5px;
  color: #9eadc1;
}
.coupon__discount strong {
  font-weight: 700;
  font-size: 16px;
}

.store-report-content {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
}
.store-report-content .left-content,
.store-report-content .right-content {
  width: 265px;
  flex-grow: 1;
}
.store-report-content .center-chart-area {
  flex-grow: 1;
  width: 520px;
  padding: 24px;
  background: #ffffff;
  box-shadow: 0px 10px 13px rgba(17, 38, 146, 0.05);
  border-radius: 8px;
}
.store-report-content .center-chart-area .center-chart-header {
  display: flex;
  gap: 15px;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.store-report-content .center-chart-area .center-chart-header .title {
  font-weight: 500;
  font-size: 19px;
  line-height: 175%;
  color: #232d42;
  margin: 0;
}
.store-report-content .center-chart-area .center-chart-header .subtitle {
  font-weight: 500;
  font-size: 14px;
  line-height: 175%;
  color: #232d42;
  margin: 0;
}
.store-report-content .left-content {
  gap: 11px;
  display: flex;
  flex-wrap: wrap;
}
.store-report-content .left-content-card {
  background: #ffffff;
  box-shadow: 0px 10px 13px rgba(17, 38, 146, 0.1);
  border-radius: 5px;
  padding: 20px 30px;
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
.store-report-content .left-content-card img {
  width: 35px;
}
.store-report-content .left-content-card .info {
  width: 0;
  flex-grow: 1;
  padding-left: 21px;
}
.store-report-content .left-content-card .info .subtitle {
  font-weight: 700;
  font-size: 28px;
  line-height: 33px;
}
.store-report-content .left-content-card .info .subtitle sub {
  font-size: 80%;
  bottom: 0;
}
.store-report-content .left-content-card .info .subtext {
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
}
.store-report-content .left-content-card .info .info-txt {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #00aa6d;
  text-align: right;
  gap: 5px;
}

.store-report-content .right-content .card-header {
  box-shadow: none;
}
.store-report-content .right-content .card-header .card-title {
  font-size: 18px;
}

.pie-chart .apexcharts-canvas {
  margin: 0 auto;
}
.pie-chart .apexcharts-legend .apexcharts-legend-series {
  margin-top: 10px !important;
}

.apex-legends {
  color: #758590;
  display: flex;
  flex-wrap: wrap;
  max-width: 310px;
  margin: 0 auto;
  padding: 0 10px;
}
.apex-legends div {
  margin-top: 10px;
  display: flex;
  align-items: flex-start;
}
.apex-legends div::before {
  width: 9px;
  border-radius: 50%;
  height: 9px;
  content: "";
  margin-right: 6px;
  display: block;
  transform: translateY(5px);
}
.apex-legends div.before-bg-004188::before {
  background: #004188;
}
.apex-legends div.before-bg-A2CEEE::before {
  background: #a2ceee;
}
.apex-legends div.before-bg-0177CD::before {
  background: #0177cd;
}
.apex-legends div:not(:last-child) {
  margin-right: 15px;
}

.total--orders {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.total--orders h3 {
  margin: 0;
  font-weight: 700 !important;
  font-size: 19px;
  line-height: 23px;
  color: #334257 !important;
}

.text-004188 {
  color: #004188;
}

.text-A2CEEE {
  color: #a2ceee !important;
}

.text-0177CD {
  color: #0177cd !important;
}

.text-F5A200 {
  color: #f5a200 !important;
}

.text-56b98f {
  color: #56b98f !important;
}

.payment-statistics-shadow {
  background: #ffffff;
  box-shadow: 0px 10px 13px rgba(17, 38, 146, 0.1);
  border-radius: 5px;
  border: none;
}

.store-center-chart {
  height: 340px !important;
}
.store-center-chart.style-2 {
  height: 300px !important;
}

.earning-statistics-content {
  text-align: center;
}
.earning-statistics-content .subtitle {
  font-weight: 500;
  font-size: 16px;
  line-height: 175%;
  color: #232d42;
  margin-bottom: 18px;
}
.earning-statistics-content .title {
  font-weight: 700;
  font-size: 28px;
  line-height: 33px;
  color: #334257;
  display: inline-block;
  margin-bottom: 15px;
}
.earning-statistics-content .subtxt {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #8a92a6;
  margin-bottom: 30px;
}

.p-name {
  max-width: 150px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: initial;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mw-145 {
  max-width: 145px;
}

.wishlisted-p-name {
  min-width: 240px;
}

.__badge {
  padding: 6px 10px 5px;
  border-radius: 15px;
}
.__badge[class*=soft-success] {
  color: #16b559;
  background: rgba(22, 181, 89, 0.1);
}
.__badge[class*=soft-primary] {
  color: #0286ff;
  background: rgba(2, 134, 255, 0.1);
}
.__badge[class*=soft-danger] {
  color: #ff6767;
  background: rgba(255, 103, 103, 0.1);
}

.white-space-initial {
  white-space: initial !important;
}/*# sourceMappingURL=style.css.map */

.cz-preview-item {
    direction: ltr;
}

/*my*/
.c-btn-style-1 {
  font-size: 14px;
  font-weight: 500;
  position: relative;
  display: inline-block;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  background-color: #313433;
}

.c-btn-style-1:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  opacity: 0.2;
  background-color: #333;
}

.c-btn-style-1:before {
  font-family: "Font Awesome 5 Free";
  font-size: 0;
  font-weight: 400;
  line-height: 0;
  display: inline-block;
  visibility: hidden;
  padding-right: 0;
  content: "\f35a";
  -webkit-transition: 0.6s;
       -o-transition: 0.6s;
          transition: 0.6s;

  opacity: 0;
}

.c-btn-style-1:hover {
  color: #fff;
}

.c-btn-style-1:hover:before {
  font-size: 14px;
  line-height: 0;
  visibility: visible;
  padding-right: 8px;
  opacity: 1;
}


.c-btn-style{
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 8px 32px;
    border-radius: 6px;
    border: 2px solid #313433;
    display: inline-block;
    text-align: center;
    letter-spacing: 0.6px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-outline {
  color: #313433;
  background: var(--white);
}
.btn-outline:hover {
  color: var(--white) !important;
  background: #313433;
}
/* header */
.sticky_header{
  position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background: #fff;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
@keyframes  smoothScroll {
  0% {
      transform: translateY(-120px);
  }
  100% {
      transform: translateY(0px);
  }
}

.owl-carousel.main-category-owl .owl-item img {
  height: 145px;
  object-fit: contain;
}

.mega-menu {
  position: static !important;
}

.mega-menu .dropdown-item {
  display: block;
  width: 100%;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.mega-menu .dropdown-item:hover {
  background-color: #f8f9fa;
}

.mega-menu .dropdown-submenu {
  position: relative;
}
.mega-menu .dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: 0;
  margin-left: 0;
}
.nav-link{
  position: relative;
  z-index: 1;
}
.cart-sidebar {
  height: 1000px !important;
  width: 0;
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  background-color: #fff;
  transition: 0.5s;
  padding-top: 20px;
}
.cart-sidebar ul.navbar-nav{
  padding: 0 1rem;
}    
.close-btn {
  display: flex;
  justify-content: flex-end;
  padding: 8px 20px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  transition: 0.3s;
}
.close-btn:hover{
  color: red;
}
.widget-cart-item .media {
  transition: all .25s ease-in-out
}
.widget-cart-item:hover .media {
  -webkit-transform: translateX(1.125rem);
  transform: translateX(1.125rem)
}
.widget-cart-item .close {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: visibility .25s ease-in-out, opacity .25s ease-in-out;
  visibility: hidden;
  opacity: 0
}
.widget-cart-item:hover .close {
  visibility: visible;
  opacity: 1
}
.navbar-tool-icon {
  font-size: 1.25rem;
  line-height: 2.875rem
}
.navbar-tool-icon-box {
  position: relative;
  width: 2.875rem;
  height: 2.875rem;
  transition: color 0.25s ease-in-out;
  border-radius: 50%;
  line-height: 2.875rem;
  text-align: center;
  font-size: 1.25rem;
  color: var(--text-clr);
}
.navbar-tool-icon-box:hover i {
  color:#c9c9c9;
}

.navbar-tool {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center
}

.navbar-tool.dropdown::before {
  position: absolute;
  bottom: -1rem;
  left: -10%;
  width: 120%;
  height: 1rem;
  content: ''
}

.dropdown .navbar-tool-text::after{
  display: inline;
    margin-left: 0.23375em;
    vertical-align: 0.23375em;
    content: "";
    border-top: 0.275em solid;
    border-right: 0.275em solid transparent;
    border-bottom: 0;
    border-left: 0.275em solid transparent;
}
.navbar-expand-lg .dropdown-menu > .dropdown .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  width: auto;
  margin-top: -.5rem;
  margin-right: 0;
  margin-left: -.25rem;
  background-color: #fff
}

.navbar-expand-lg .dropdown-menu > .dropdown:hover > .dropdown-menu {
  -webkit-animation: fade-in .25s ease-in-out;
  animation: fade-in .25s ease-in-out
}

.navbar-expand-lg .dropdown:hover > .dropdown-menu {
  display: block;
  -webkit-animation: slide-up .25s ease-in-out;
  animation: slide-up .25s ease-in-out
}

header.h-inner{
  z-index: 999;
}
.header-form .search_forms{
  width: 100%;
  margin: 0px 50px;
  border-radius: 8px;
  background: #f5f5f5;
  border: 2px solid #f5f5f5;
  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;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}
.header-form input {
  width: 100%;
  height: 2.875rem;
  font-size: 15px;
  padding-left: 15px;
}
.header-form button i {
  width: 2.875rem;
  height: 2.875rem;
  font-size: 1.3rem;
  line-height: 2.875rem;
  text-align: center;
  color: var(--text-clr);
  border-radius: 8px;
  display: inline-block;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}
.header-form .search_forms:focus-within {
  background: var(--white);
  border-color: #c9c9c9;
}
.header-form .search_forms:focus-within button i,
.header-form form.search_forms:hover button i{
  color: #c9c9c9;
}
.navbar-info i {
  font-size: 30px;
  color: #c9c9c9;
}
.navbar-tool .navbar-tool-label {
  position: absolute;
  top: -.5rem;
  right: -.3125rem;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  background-color: #fff;
  color: #c9c9c9;
  font-size: .75rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.25rem
}
/* slider */
.slider-inner-area .carousel-caption {
  top: 0;
  bottom: 0;
  height: max-content;
  margin: auto 0;
}
.slider-inner-area .carousel .carousel-item img {
  height: 550px;
  object-fit: cover;
}
.slider-inner-area .carousel-caption p {
  animation-delay: 2s;
  font-size: 25px;
  text-shadow: 1px 2px 0 #333;
  line-height: 1;
  font-weight: 600;
}
.slider-inner-area .carousel-caption .h1 {
  animation-delay: 1s;
  font-size: 50px;
  font-weight: 600;
  text-shadow: 1px 2px 0 #000;
}
.slider-inner-area .carousel-caption .h1,
.slider-inner-area .carousel-caption p {
  animation-duration: 2s;
  animation-name: slidein;
  color: var(--white);
  display: block;
}
@keyframes  slidein {
  from {
    margin-left: 100%;
    width: 300%;
  }

  to {
    margin-left: 0%;
    width: 100%;
  }
}
/* delivery step */
.intro-icon i {
  width: 50px;
  height: 50px;
  font-size: 1.5rem;
  line-height: 43px;
  border-radius: 50%;
  display: inline-block;
  color: #c9c9c9;
  background: var(--white);
  border: 3px double #c9c9c9;
  -webkit-box-shadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.1);
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}
.intro-wrap:hover .intro-icon i {
  color: var(--white);
  background: #c9c9c9;
}
/*--- category slider */
.c-slide-card{
  height: 150px;
}
.c-slide-card::before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: rgba(0,0,0,0.05);
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}
.c-slide-card img {
  height: 150px;
  border-radius: 8px;
  object-fit: cover;
}
.c-slide-card h5 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: var(--white);
  text-transform: capitalize;
  text-shadow: 1px 2px 0 #000;
}
.c-slide-card:hover::before {
  background: #313433;
  opacity: 0.7;
}

.carousel-control-next {
  right: 5%;
}
.carousel-control-prev {
  left: 5%;
}
.carousel-control-prev, .carousel-control-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 16px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  color: #313433;
  background: var(--white);
  text-shadow: 2px 3px 8px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 3px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 3px 8px rgba(0, 0, 0, 0.1);
  visibility: hidden;
  opacity: 0;
  cursor: pointer;
  z-index: 1;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}
.carousel-control-prev:hover, .carousel-control-next:hover {
  color: var(--white);
  background: #313433;
}
.top-slider-images:hover .carousel-control-prev,
.top-slider-images:hover .carousel-control-next  {
  visibility: visible;
  opacity: 1;
}
.top-slider-images .carousel-inner {
  border-radius: 6px;
}

.carousel-indicators li {
    width: 9px;
    height: 9px;
    margin: 0px 5px;
    border-radius: 30px;
    cursor: pointer;
    display: inline-block;
    background: #c9c9c9;
    -webkit-box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.15);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}
.carousel-indicators li.active {
  width: 25px;
  background: #c9c9c9;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}
/* about */
.breadcrumb-inner-area {
  background: url(../img/banner.png) no-repeat center center;
}

.breadcrumb-inner-area .overlay-banner, .inner-banner-header .overlay-banner {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(141deg, #313433 0%, rgba(0,0,0,0.4) 100%);
}
.breadcrumb-inner-area,
.about-area, .c-inner-area,
.a-inner-area{
    background-size: cover !important;
    overflow: hidden !important;
    background-repeat: no-repeat;
    background-position: center;
}
.breadcrumb-inner-area,
.breadcrumb-inner-area .page-banner {
  height: 200px !important;
}
.breadcrumb li+li:before {
  content: " / ";
  padding: 0 8px 0 8px;
}
.s-title-inner p{
  color: #7e7c7c;
  font-size: 16px;
  line-height: 28px;
}
.shipping-m-system{
  background: rgb(255 255 255 / 62%);
  border-radius: 10px;
}
/* brand */
.brand-media {
  z-index: 1;
}
.brand-media::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  z-index: -1;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: var(--white);
  border: 2px dashed #e8e8e8;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: rotate360 1.2s linear infinite;
  animation: rotate360 1.2s linear infinite;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.brand-media img {
  width: 140px !important;
  height: 140px;
  object-fit: scale-down;
  border-radius: 50%;
}
.brand-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    background: rgba(0,0,0,0.4);
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}
.brand-overlay a i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  color: var(--white);
  background: #c9c9c9;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}
.brand-wrap:hover .brand-overlay {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.brand-wrap:hover .brand-media::before {
  border-color: #c9c9c9;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

@-webkit-keyframes rotate360 {
  to {
      -webkit-transform: translate(-50%, -50%) rotate(360deg);
      transform: translate(-50%, -50%) rotate(360deg)
  }
}

@keyframes  rotate360 {
  to {
      -webkit-transform: translate(-50%, -50%) rotate(360deg);
      transform: translate(-50%, -50%) rotate(360deg)
  }
}
/* product */
.card-block {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex: 1 1 auto;
}
.recomanded-p-card .product-image img,
.p-card-inner .product-image img {
  height: 230px;
  object-fit: cover;
}
.product-detail-text, .product-detail-text p, .product-detail-text span{
    color: #555;
    font-size: 13px;
    line-height: 18px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}
.recomanded-p-card .product-detail-text,
.recomanded-p-card .product-detail-text p,
.recomanded-p-card .product-detail-text span{
  color: var(--white);
}
.p-card-inner .s-icons a i {
  display: block;
  font-size: 1rem;
  line-height: 32px;
  width: 32px;
  height: 32px;
  border-radius: 6px;
  background-color: #ffffff;
  text-align: center;
  color: #000000;
  border: 1px solid #c9c9c9;
}
.p-card-inner .s-icons a:hover i {
  color: #313433;
  border: 2px solid #313433;
}
.product-card-inner {
  overflow: hidden;
  border-radius: 8px;
  background: var(--white);
  border: 1px solid var(--white);
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}
.product-card-inner .product-label {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: 5px;
  left: 5px;
}
.label-text.sale {
  background: var(--orange);
}
.label-text.new {
  background: #b12fad;
}
.p-card-inner .label-text {
  padding: 5px 8px;
  line-height: 13px;
  border-radius: 4px;
  margin-bottom: 5px;
  color: var(--white);
  text-align: center;
  text-transform: capitalize;
}
.sp-icon i{
  width: 30px;
  height: 30px;
  border: 1px solid #ccc;
  line-height: 30px;
  text-align: center;
}
.feature-wish,
.product-card-inner .product-wish {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 18px;
  color: #cccccc;
}
.product-card-inner .product-widget {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  opacity: 0;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}
.p-card-inner .product-widget a,
.feature-widget a {
  width: 35px;
  height: 35px;
  font-size: 15px;
  margin: 0px 6px;
  line-height: 35px;
  text-align: center;
  border-radius: 8px;
  color: var(--white);
  background: #c9c9c9;
  text-shadow: 2px 3px 8px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 7px 12px 0px rgba(0,0,0,0.12);
  box-shadow: 0px 7px 12px 0px rgba(0,0,0,0.12);
}
.product-card-inner .product-content {
  padding-top: 12px;
  text-align: center;
  border-top: 1px solid #e8e8e8;
}
.product-card-inner .product-rating .active {
  color: var(--yellow);
}
.product-card-inner .product-rating i,
.product-card-inner .product-rating span {
  font-size: 14px;
  margin: 0px 2px;
  color: var(--gray);
}

.blog-card__content h6,
.blog-details h6,
.blog-content-text, .blog-content-text p,
.p-card-inner .product-name a {
  color: #565765;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.product-card-inner .product-price {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-bottom: 13px;
}
.product-card-inner .product-price del {
  color: var(--red);
  margin-right: 8px;
}
.product-card-inner .product-price span {
  color: #c9c9c9;
  white-space: nowrap;
}
.p-card-inner .product-add {
  width: 100%;
  font-size: 15px;
  padding: 6px 0px;
  border-radius: 6px;
  text-align: center;
  text-transform: capitalize;
  color: #39404a;
  background: #e8e8e8;
  text-shadow: 2px 3px 8px rgba(0, 0, 0, 0.1);
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}
.product-card-inner:hover {
  border: 1px solid #c9c9c9 !important;
  -webkit-box-shadow: 0px 8px 15px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 8px 15px 0px rgba(0,0,0,0.1);
}
.product-card-inner:hover .product-widget {
  opacity: 1;
  bottom: 15px;
}
.p-card-inner:hover .product-add {
  color: var(--white);
  background: #c9c9c9;
}
ul.ingredient-info {
  display: grid;
  grid-auto-flow: column;
  align-content: center;
  justify-content: center;
  justify-items: center;
  gap: 5px;
}
ul .ingredient-list img {
  width: 64px !important;
  height: 64px;
  object-fit: contain;
}
ul .ingredient-list span {
  font-size: 11px;
  line-height: 13px;
  display: block;
  font-weight: 600;
  color: #402828;
}
/***/
.feature-card {
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid #ccc;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}
.feature-label {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: 0px;
  left: 0px;
}
.label-text.feat {
  background: var(--purple);
}
.feature-widget {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  opacity: 0;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}
.feature-rating {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 3px;
}
.feature-price {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-bottom: 10px;
}
.feature-image{
  width: 220px !important;
}
.feature-image img {
  height: 180px !important;
}
.feature-desc {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 15px;
}
.feature-card:hover {
  border: 1px solid #c9c9c9 !important;
  -webkit-box-shadow: 0px 8px 15px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 8px 15px 0px rgba(0,0,0,0.1);
}
.feature-card:hover .feature-widget {
  opacity: 1;
  bottom: 15px;
}

/* inquiry */
.i-form.contact-form .form-control.form-style {
    height: 56px;
    text-align: left;
    padding: 10px 15px;
    margin: 1px;
    transition: box-shadow 100ms ease;
    background-color: rgb(255 255 255 / 88%);
    font-size: calc(14 * 1px);
    width: 100%;
    border-radius: 15px;
    position: relative;
    border: 2px dashed #aba9a9;
    letter-spacing: 0.04rem;
}
.i-form.contact-form textarea.form-control.form-style {
    height: auto !important;
}
/* news letter */
.c-inner-area .news-form {
  padding: 6px;
  border-radius: 8px;
}
.c-inner-area .news-form input {
  width: 100%;
  height: 50px;
  padding: 0px 20px;
  line-height: 50px;
}
.c-inner-area .news-form button span {
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  padding: 12px 0px;
  border-radius: 8px;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
  color: var(--white);
  background: #c9c9c9;
}
/* blog */
.blog-img img {
    border-radius: 8px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    height: 250px;
    object-fit: cover;
}
.blog-card:hover .blog-img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}


.quick-link-inner{
  margin-bottom: -100px;
}
.social-bar {
    border-radius: 10px;
    box-shadow: 0 0 60px rgba(93, 70, 232, 0.15);
    border: 1px solid #ebe9e9;
}
.quick-link-inner .slider-nav-item {
    position: relative;
    border-radius: 50%;
    background: #fff;
    transition: all .4s ease;
    color: #3f345f;
    line-height: 50px;
    height: 50px;
    width: 50px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
    margin: 8px 20px;
    font-size: 22px;
    display: inline-block;
}
.slider-nav-item:before {
    position: absolute;
    content: "";
    height: calc(100% + 16px);
    width: calc(100% + 16px);
    top: -8px;
    left: -8px;
    border-radius: 50%;
    border: 1px solid rgba(132, 132, 164, 0.35);
    animation: 1.5s linear 0s normal none infinite focuse;
}

.quick-link-inner .slider-nav-item:nth-child(2) {
  color: #40beff;
}
.quick-link-inner .slider-nav-item:nth-child(3) {
  color: #311f9b;
}
.quick-link-inner .slider-nav-item:nth-child(4) {
  color: #ff9259;
  }
.quick-link-inner .slider-nav-item:nth-child(5) {
  color: #38385f;
}
.quick-link-inner .slider-nav-item:after {
  position: absolute;
  top: 50%;
  left: 100%;
  height: 2px;
  content: '';
  width: 100%;
  background: url(../img/line.png) repeat 0 0;
  z-index: 0;
  animation: slide 1s linear infinite;
}
.quick-link-inner .slider-nav-item:last-child:after {
  display: none;
}
.quick-link-inner .slider-nav-item.active:before {
  position: absolute;
  content: "";
  height: calc(100% + 16px);
  width: calc(100% + 16px);
  top: -8px;
  left: -8px;
  border-radius: 50%;
  border: 1px solid rgba(132, 132, 164, 0.35);
  animation: 1.5s linear 0s normal none infinite focuse;
}

@keyframes  focuse {
  0% { transform: scale(0.8); opacity: 1;  }
  75% { transform: scale(1.2); opacity: 0; }
  100% { transform: scale(1.2); opacity: 0; }
}
@keyframes  slide {
  from {background-position: 0 0; }
  to {background-position: 40px 0; }
}

/* filter */
.shop-widget{
  border: 1px solid #dee2e6;
}
.shop-widget-group {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  margin: 15px 0px;
}
.shop-widget-group input {
  width: 100%;
  height: 45px;
  border-radius: 5px;
  background: #f5f5f5;
  text-align: center;
}
.shop-widget-btn {
  width: 100%;
  font-size: 15px;
  padding: 8px 0px;
  border-radius: 8px;
  color: #39404a;
  background: #fff;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}
.shop-widget-btn:hover {
  color: var(--white) !important;
  background: #c9c9c9;
}
.shop-widget-search {
  height: 40px;
  padding: 0px 15px;
  border: 1px solid #e8e8e8;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}
.shop-widget-scroll {
  height: 160px;
  overflow-y: scroll;
  padding-right: 10px;
}

.shop-widget-list {
  margin: 18px 0px 20px;
}
.shop-widget-list li {
  color: #777777;
  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;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}
.shop-widget-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.shop-widget-content input {
  width: 15px;
  height: 15px;
  margin-right: 12px;
  cursor: pointer;
}
.shop-widget-content label {
  cursor: pointer;
  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;
  text-transform: capitalize;
}
.filter-label {
  font-size: 14px;
  margin-right: 8px;
  white-space: nowrap;
  text-transform: uppercase;
}
.filter-select {
  height: 40px;
  background-color: transparent;
  height: 45px;
  font-size: 15px;
  padding: 0px 16px;
  letter-spacing: 0.3px;
  background-size: 12px 10px;
  text-transform: capitalize;
  color: #555555;
  cursor: pointer;
  border: 1px solid #ced4da;
}
.filter-action a i {
  width: 40px;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  border-radius: 50%;
  color: #555555;
}
.filter-action a:hover i,
.filter-action a.active i {
  color: var(--white);
  background: #c9c9c9;
}
/* detail page */
.nav-tabs li:last-child {
  border: none;
}
.nav-tabs li {
  padding: 0px 30px;
  border-right: 2px solid #c9c9c9;
}
.tab-link.active {
  color: #c9c9c9;
}
.tab-link {
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--heading);
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}
/* faq */
.faq-child {
  border-radius: 8px;
  border-left: 3px solid #c9c9c9;
  border-right: 3px solid #c9c9c9;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1);
}
.faq-que button {
  outline: none;
  font-size: 18px;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}
/* img banner */
.field-banner::before, .field-banner::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: all 0.6s ease-out 0s;
  -moz-transition: all 0.6s ease-out 0s;
  transition: all 0.6s ease-out 0s;
  pointer-events: none;
}
.field-banner:hover:before {
  background-color: rgba(255,255,255,.2);
  right: 50%;
  left: 51%;
}
.field-banner:hover::after {
  background-color: rgba(255,255,255,.2);
  top: 50%;
  bottom: 51%;
}

.how-work-area .work-about {
  height: calc(100% - 20px);
}


.lezada-button {
  font-weight: 500;
  display: inline-block;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff !important;
  border: 1px solid #c9c9c9;
  border-radius: 0;
  background-color: #c9c9c9;
  font-size: 14px;
  padding: 10px 45px;
}

/* category list */
.main-category-list {
  min-width: 230px;
  max-width: 315px;
  font-size: 16px;
  background-color: #000000;
}
.main-category-list *,
.main-category-list *:before,
.main-category-list *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.55s ease;
  transition: all 0.55s ease;
}
.main-category-list img {
  backface-visibility: hidden;
  vertical-align: top;
  opacity: 0.9;
}
.main-category-list .category-main-title {
  position: absolute;
  bottom: 20px;
  left: 20px;
  padding: 5px 10px 10px;
}
.main-category-list .category-main-title:before,
.main-category-list .category-main-title:after {
  height: 2px;
  width: 400px;
  position: absolute;
  content: '';
  background-color: #ffffff;
}
.main-category-list .category-main-title:before {
  top: 0;
  left: 10px;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.main-category-list .category-main-title:after {
  bottom: 0;
  right: 10px;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.main-category-list .category-main-title .category-title:before,
.main-category-list .category-main-title .category-title:after {
  width: 2px;
  height: 300px;
  position: absolute;
  content: '';
  background-color: #ffffff;
}
.main-category-list .category-main-title .category-title:before {
  top: 10px;
  right: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.main-category-list .category-main-title .category-title:after {
  bottom: 10px;
  left: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.main-category-list a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.main-category-list:hover img {
  zoom: 1;
  filter: alpha(opacity=35);
  -webkit-opacity: 0.35;
  opacity: 0.35;
}
.main-category-list:hover .category-main-title:before,
.main-category-list:hover .category-main-title:after,
.main-category-list:hover .category-main-title .category-title:before,
.main-category-list:hover .category-main-title .category-title:after {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.main-category-list:hover .category-main-title:before,
.main-category-list:hover .category-main-title:after{
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

ul.social-icons-list li {
  margin:0 5px;
  position: relative;
  display: contents;
}
ul.social-icons-list li a i {
  color: #262626;
  transition: .5s;
}
ul.social-icons-list li a span {
  font-size: 11px;
  color: #262626;
  letter-spacing: 1px;
  transition: .5s;
  margin: 0;
}
ul.social-icons-list li a {
  text-decoration: none;
  display: block;
  width: 150px;
  height: 50px;
  background: #fff;
  text-align: left;
  padding-left: 20px;
  transform: rotate(-30deg) skew(25deg) translate(0,0);
  transition: .5s;
  box-shadow: -20px 20px 10px rgb(0 0 0 / 50%);
  line-height: 50px;
}
ul.social-icons-list li a:before {
  content: '';
  position: absolute;
  top:10px;
  left:-20px;
  height:100%;
  width:20px;
  background: #b1b1b1;
  transform: .5s;
  transform: rotate(0deg) skewY(-45deg);
}
ul.social-icons-list li a:after {
  content: '';
  position: absolute;
  bottom:-20px;
  left:-10px;
  height:20px;
  width:100%;
  background: #b1b1b1;
  transform: .5s;
  transform: rotate(0deg) skewX(-45deg);
}
ul.social-icons-list li a:hover {
  box-shadow: -50px 50px 50px rgba(0,0,0,.5);
}
ul.social-icons-list li:hover i,
ul.social-icons-list li:hover span {
  color:#fff;
}
ul.social-icons-list li:hover:nth-child(1) a{
  background: #00aced;
}
ul.social-icons-list li:hover:nth-child(1) a:before{
  background: #097aa5;
}
ul.social-icons-list li:hover:nth-child(1) a:after{
  background: #53b9e0;
}
ul.social-icons-list li:hover:nth-child(2) a{
  background: #3b5998;
}
ul.social-icons-list li:hover:nth-child(2) a:before{
  background: #365492;
}
ul.social-icons-list li:hover:nth-child(2) a:after{
  background: #4a69ad;
}
ul.social-icons-list li:hover:nth-child(3) a{
  background: #e4405f;
}
ul.social-icons-list li:hover:nth-child(3) a:before{
  background: #d81c3f;
}
ul.social-icons-list li:hover:nth-child(3) a:after{
  background: #e46880;
}
ul.social-icons-list li:hover:nth-child(4) a{
  background: #FF0000;
}
ul.social-icons-list li:hover:nth-child(4) a:before{
  background: #b33a2b;
}
ul.social-icons-list li:hover:nth-child(4) a:after{
  background: #e66a5a;
}
ul.social-icons-list li:hover:nth-child(5) a{
  background: #E60023;
}
ul.social-icons-list li:hover:nth-child(5) a:before{
  background: #8f0419;
}
ul.social-icons-list li:hover:nth-child(5) a:after{
  background: #d11b37;
}

.footer-nav-container ul li {
  padding: 0 0 6px;
}
.footer-nav-container ul li a {
  font-size: 14px;
  line-height: 20px;
  position: relative;
  color: #fff;
}
/*----------  footer subscription widget  ----------*/
.footer-subscription-widget .subscription-subtitle {
  margin-bottom: 35px;
}

.footer-subscription-widget .subscription-form {
  position: relative;
}

.footer-subscription-widget .subscription-form input {
  width: 100%;
  padding: 10px 40px 10px 15px;
  border: none;
  border-radius: 6px;
  color: #ffffff;
}

.footer-subscription-widget .subscription-form input:focus {
  border-bottom-color: #333;
}

.footer-subscription-widget .subscription-form ::-webkit-input-placeholder {
  opacity: 1;
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #777777;
  /* Firefox */
}

.footer-subscription-widget .subscription-form ::-moz-placeholder {
  opacity: 1;
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #777777;
  /* Firefox */
}

.footer-subscription-widget .subscription-form :-ms-input-placeholder {
  opacity: 1;
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #777777;
  /* Firefox */
}

.footer-subscription-widget .subscription-form ::-ms-input-placeholder {
  opacity: 1;
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #777777;
  /* Firefox */
}

.footer-subscription-widget .subscription-form ::placeholder {
  opacity: 1;
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #777777;
  /* Firefox */
}

.footer-subscription-widget .subscription-form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #777777;
}

.footer-subscription-widget .subscription-form ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #777777;
}

.footer-subscription-widget .subscription-form button {
  font-size: 35px;
  position: absolute;
  top: 50%;
  right: 12px;
  padding: 0;

  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #323A46;
  border: none;
  background: none;
}

.footer-subscription-widget .subscription-form button:hover {
  color: #000000;
}
.step-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  transition: color 0.25s ease-in-out;
  text-align: center;
  text-decoration: none !important;
}
.step-count {
  position: absolute;
  top: -0.75rem;
  left: 50%;
  width: 1.625rem;
  height: 1.625rem;
  margin-left: -0.8125rem;
  border-radius: 50%;
  font-size: .875rem;
  line-height: 1.625rem;
}
.step-progress {
  position: relative;
  width: 100%;
  height: 0.25rem;
}
.check-ship-inner .checkmark {
  position: absolute;
  top: 19px;
  left: 10px;
}

.single-product__floating-badges {
  z-index: 9;
  top: 20px;
  right: 20px;
}
.single-product-box .icons {
  bottom: 0;
  left: 0;
}
.single-product__floating-badges span {
  z-index: 3;
}
.single-product-box .icons a i {
  display: block;
  font-size: 1rem;
  line-height: 40px;
  width: 40px;
  background-color: #ffffff;
  text-align: center;
  color: #000000;
}
.single-product-box .icons a i:hover {
  color: #c9c9c9;
}
/* scroll to top*/
.btn-scroll-top {
  display: block;
  position: fixed;
  right: -4.125rem;
  bottom: 1.25rem;
  width: 2.75rem;
  height: 2.75rem;
  transition: right 400ms cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.3s, background-color 0.25s ease-in-out;
  border-radius: 50%;
  background-color: rgba(43, 52, 69, 0.25);
  color: #fff;
  text-align: center;
  opacity: 0;
  z-index: 1025
}
.btn-scroll-top > .btn-scroll-top-icon {
  font-size: .875rem;
  font-weight: bold;
  line-height: 2.625rem
}
.btn-scroll-top:hover {
  background-color: rgba(43, 52, 69, 0.5);
  color: #fff
}
.btn-scroll-top.show {
  right: 1.25rem;
  opacity: 1
}

.cz-sidebar-header {
  display: none;
}
.cz-sidebar-header .close .cls-btn{
  font-size: 2.5rem;
}
.cz-sidebar-body {
  padding: 1.875rem 1.875rem
}

.cz-sidebar-body .simplebar-content {
  padding-right: 1.875rem !important
}

.cz-sidebar-body > .simplebar-track {
  display: none
}

.cz-sidebar-body [data-simplebar] .simplebar-content > * {
  margin-right: -.625rem
}

.cz-sidebar-body .sidebar-nav {
  margin-right: -1.875rem;
  margin-left: -1.875rem
}

.cz-sidebar-fixed {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  border-right: 1px solid #e3e9ef
}

.cz-sidebar-fixed .cz-sidebar-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%
}

.cz-sidebar-fixed .close {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3.5rem;
  padding: 1rem 1.875rem;
  border-bottom: 1px solid #e3e9ef;
  background-color: #f6f9fc;
  float: none
}

.cz-sidebar-fixed .cz-sidebar-body {
  height: 100%;
  overflow-y: auto
}

.cz-sidebar-fixed .cz-sidebar-body::-webkit-scrollbar {
  width: .1875rem;
  background-color: transparent;
  opacity: 0
}

.cz-sidebar-fixed .cz-sidebar-body::-webkit-scrollbar-thumb {
  background-color: #aeb4be;
  border-radius: .09375rem
}

.cz-sidebar-fixed .cz-sidebar-body > .simplebar-track {
  display: block;
  background-color: transparent
}

.nav-item:hover .nav-item-line{
  background-color: #c9c9c9;
}