/**
 * Theme Designed By: Mohsen Bakshi in The Team Manager Mohsen Bakhshi
 * 
 * Author Website: https://www.rtl-theme.com/author/zarin-developer/
 */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
.row {
  margin: 0;
  padding: 0;
  border: 0;
  /* font-size: 100%;
  font: inherit; */
  vertical-align: baseline;
  text-decoration: none;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Start main style */

a {
  text-decoration: none !important;
}

.main-header {
  box-shadow: 0 5px 15px rgba(33, 33, 60, 0.05);
}

.header-search input,
.form-control {
  border-radius: 7px;
  background: #f8f9fb;
  font-size: 14px;
  padding: auto;
  /* border-color: #ddd; */
  border: 1px solid #ddd;
  text-align: right;
}

.header-search-input {
  min-width: 400px;
}

.header-search-submit {
  position: absolute;
  left: 0;
  top: 0;
  background: transparent linear-gradient(270deg, #ffd900, #ffe422);
  color: white;
  border: 0;
  padding: 8px 15px;
  border-radius: 7px 0 0 7px;
  transition: all 0.3s ease;
}

.header-search-submit:hover {
  background: transparent linear-gradient(270deg, #ffe422, #ffd900);
}

ul.dropdown-menu.zd-theme-zs-dropdown-menu.pb-2 {
  left: -13% !important;
}

/* تنظیمات برای موبایل */
@media screen and (max-width: 768px) {
  
  img.logo {
    right: 95px;
    position: relative;
  }

  input#mainSearchInput {
    width: 77% !important;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  #searches-result{
    width: 77% !important;
  }

  .dropdown-menu{
    left: 181% !important;
    transform: translateX(-50%) !important;
    min-width: 385px !important;
  }

  ul.dropdown-menu.zd-theme-zs-dropdown-menu.pb-2 {
    left: 15.5% !important;
  }

  .horizontal-line-right{
    margin-right: 33px;
  }

  /* چیدمان دکمه‌ها (جستجو، سبد خرید و منوی همبرگر) در یک ردیف */
  .main-header .d-flex {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
  }

  /* تنظیم دکمه‌ها در یک خط */
  .search-header,
  .shopping-cart-wrapper,
  .hamburger-menu {
      display: inline-block;
      margin-left: 10px;
  }

  /* تغییر اندازه آیکون‌ها در موبایل */
  .search-header button i,
  .shopping-cart-wrapper i,
  .hamburger-menu i {
      font-size: 20px;  /* تنظیم اندازه آیکون */
  }

  .pb-3 {
    padding-bottom: unset !important;
  }
}


@media screen and (min-width: 768px) and (max-width: 1024px) {
  /* جستجو در وسط و استفاده از فضای بیشتر */
  .search-header input {
      width: 250px;
  }

  /* بهبود نمایش دکمه‌ها */
  .user-menu a {
      font-size: 12px;
      padding: 8px;
  }

  /* نمایش آیکون جستجو و سبد خرید در کنار هم */
  .search-header,
  .shopping-cart-wrapper {
      display: inline-block;
      margin-left: 10px;
  }

  .shopping-cart-wrapper {
      margin-right: 10px;
  }

  .hamburger-menu {
      font-size: 25px;
      cursor: pointer;
  }
}

@media screen and (min-width: 1024px) {
  /* جستجو و سبد خرید کنار هم قرار گیرند */
  .search-header {
      width: 200px;
  }

  .search-header input {
      width: 100%;
  }

  /* نمایش آیکون‌ها و دکمه‌ها به صورت کامل */
  .search-header button {
      display: block;
  }

  .shopping-cart-wrapper {
      display: inline-block;
      margin-right: 20px;
  }
}

/* جلوگیری از اسکرول افقی */
html, body {
  overflow-x: hidden;
}


/* Start Modal Auth Btn */

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.border-gray-300 {
  border-color: #dee2e6;
}

.border-gray-300:hover {
  border-color: #dee2e6;
}

.border-radius-xl {
  border-radius: 8px;
}

.border-radius-xl:hover {
  border-radius: 8px;
}

.horizontal-line-left {
  display: block;
  width: 1px;
  height: 24px;
  margin-bottom: 2px;
  margin-right: 15px;
  background-color: #e9ecef;
}

.horizontal-line-right {
  display: block;
  width: 1px;
  height: 24px;
  margin-bottom: 2px;
  background-color: #e9ecef;
}

svg.svg-inline--fa.fa-phone-flip.ms-2 {
  font-size: 25px;
}

/* input#mainSearchInput:focus {
  background-color: #f8f9fb;
} */

/* .auth-btn {
    color: #373737;
    padding: 12px 20px;
    border-radius: 10px;
    box-shadow: 0 5px 15px !important;
    font-size: 14px;
    transition: all .3s ease;
}

.auth-btn:hover {
    background: #ccc;
    color: white;
} */

.zarin-developer-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 80%);
  transition: all 0.3s ease;
  visibility: hidden;
  opacity: 0;
  z-index: 99999999999999;
}

.zarin-developer-modal.show {
  visibility: visible;
  opacity: 1;
}

.zarin-developer-modal .body {
  position: absolute;
  background: white;
  min-height: 350px;
  max-width: 350px;
  top: 50%;
  left: 50%;
  padding: 30px 20px;
  width: 100%;
  border-radius: 10px;
  text-align: center;
  transform: translate(-50%, -50%);
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.1);
}

.zarin-developer-modal .close-btn {
  position: absolute;
  right: -10px;
  top: -10px;
  background: #e4e4e4;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.zarin-developer-modal .close-btn:hover {
  background: red;
  color: white;
}

.title-modal {
  font-size: 18px;
  font-weight: 900;
  margin-top: 15px;
}

.zarin-developer-modal .lost-password {
  font-size: 12px;
  color: #373737;
}

.zarin-developer-modal .auth-submit {
  background-color: #ccc;
  color: white;
  border-radius: 7px;
  padding: 8px 20px;
  width: 100%;
  border: 0;
  margin-top: 15px;
  transition: all 0.3s ease;
}

.zarin-developer-modal .auth-submit:hover {
  color: white;
}

.zarin-developer-modal .btn-register {
  color: #373737;
}

/* End Modal Auth Btn */

.phone-support i {
  font-size: 25px;
}

.phone-support .support-phone-number {
  font-size: 18px;
  font-weight: 500;
  color: #666565;
}

.phone-support .support-description {
  font-size: 14px;
}

.btn-card {
  color: #ffd900;
  font-size: 20px;
  margin-left: 10px;
  transition: all 0.3s ease;
}

.btn-card:hover {
  color: #3cb043;
}

/* Start Hamburger Menu */

.hamburger-menu {
  background-color: #ececec;
  padding: 14px;
  border-radius: 12px;
  color: #373737;
  transition: all, 0.3s, ease;
  cursor: pointer;
  display: none;
  font-size: 14px;
}

.mobile-header-menu {
  height: 100%;
  width: 300px;
  background: #2a2a2a;
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 99999 !important;
  overflow: hidden;
  visibility: hidden;
  transition: all 0.3s ease;
  transform: translate(300px, 0);
  right: 0;
  left: auto;
}

.mobile-menu-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

body.hamburger-menu-opener .mobile-header-menu {
  visibility: visible !important;
  transform: translate(0,0) !important;
  z-index: 99999 !important;
}
body.hamburger-menu-opener .mobile-menu-overlay {
  visibility: visible !important;
  opacity: 0.5 !important;
  z-index: 9999 !important;
}

.mobile-header-menu .body ul {
  list-style: none;
  padding: 0;
  margin: 8px;
  line-height: 1.5;
}

.mobile-header-menu .body li {
  position: relative;
  margin-bottom: 8px;
  display: block;
}

.mobile-header-menu .body li>a {
  font-size: 15px;
  padding: 6px 0;
}

.mobile-header-menu .body .sub-menu-mobile-header-arrow {
  position: absolute;
  top: 0;
  left: 0;
  width: 44px;
  padding: 3px 0;
  color: #858585;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
}

.mobile-header-menu .body a {
  display: inline-block;
  color: #fff;
}

.mobile-header-menu .body ul.sub-menu {
  display: none;
  padding: 5px;
  padding-right: 10px;
  padding-left: 5px;
  border-right: 1px solid #ccc;
}

/* End Hamburger Menu */

/* Start Mega Menu Walker */

.zarin-developer-nav-mega-menu-walker {
  position: relative;
}

.zarin-developer-nav-mega-menu-walker ul {
  padding-right: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

.zarin-developer-nav-mega-menu-walker .menu>ul,
.zarin-developer-nav-mega-menu-walker ul.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.zarin-developer-nav-mega-menu-walker .menu>ul>li,
.zarin-developer-nav-mega-menu-walker ul.menu>li {
  margin: 0 0;
}

.zarin-developer-nav-mega-menu-walker .menu>ul>li>a,
.zarin-developer-nav-mega-menu-walker ul.menu>li>a {
  font-size: 16px;
  padding: 12px 10px;
  color: #505153;
}

.zarin-developer-nav-mega-menu-walker a {
  position: relative;
}

.zarin-developer-nav-mega-menu-walker>div>ul>li>a::before {
  position: absolute;
  right: 8px;
  bottom: -2px;
  content: "";
  width: 0px;
  height: 3px;
  border-radius: 8px;
  background: #505153;
  transition: all 0.1s ease;
}

.zarin-developer-nav-mega-menu-walker>div>ul>li>a::after {
  position: absolute;
  right: 8px;
  bottom: 3px;
  content: "";
  width: 0px;
  height: 3px;
  border-radius: 8px;
  background: #979797;
  transition: all 0.5s ease;
}

.zarin-developer-nav-mega-menu-walker a:hover::before {
  width: 25px;
}

.zarin-developer-nav-mega-menu-walker a:hover::after {
  width: 15px;
}

.zarin-developer-nav-mega-menu-walker .menu>ul>li>a i,
.zarin-developer-nav-mega-menu-walker ul.menu>li>a i {
  margin-right: 7px !important;
  font-size: 12px !important;
}

svg.svg-inline--fa.fa-angle-down {
  margin-right: 7px !important;
  font-size: 12px !important;
}

.zarin-developer-nav-mega-menu-walker .menu>ul>li:hover>ul,
.zarin-developer-nav-mega-menu-walker ul.menu>li:hover>ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  height: auto;
}

.zarin-developer-nav-mega-menu-walker .menu>ul>li ul,
.zarin-developer-nav-mega-menu-walker ul.menu>li ul {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 45px;
  right: 0;
  width: 240px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12);
  background-color: #fff;
  border-radius: 4px;
  -webkit-transform: translate(0, 10px);
  transform: translate(0, 10px);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  z-index: 200;
  height: auto;
  padding: 10px;
  border-bottom: 3px solid #ccc;
}

.fixed-active .zarin-developer-nav-mega-menu-walker .menu>ul>li ul,
.fixed-active .zarin-developer-nav-mega-menu-walker ul.menu>li ul {
  top: 40px;
}

.zarin-developer-nav-mega-menu-walker .menu>ul>li ul:after,
.zarin-developer-nav-mega-menu-walker ul.menu>li ul:after {
  content: "";
  display: block;
  display: block;
  position: absolute;
  top: -15px;
  right: 0;
  width: 240px;
  height: 15px;
  background-color: transparent;
}

.zarin-developer-nav-mega-menu-walker .menu>ul>li ul li,
.zarin-developer-nav-mega-menu-walker ul.menu>li ul li {
  position: relative;
}

.zarin-developer-nav-mega-menu-walker .menu>ul>li ul li.menu-item-has-children>a,
.zarin-developer-nav-mega-menu-walker ul.menu>li ul li.menu-item-has-children>a {
  position: relative;
}

.zarin-developer-nav-mega-menu-walker .menu>ul>li ul li:hover>ul,
.zarin-developer-nav-mega-menu-walker ul.menu>li ul li:hover>ul {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.zarin-developer-nav-mega-menu-walker .menu>ul>li ul li>a,
.zarin-developer-nav-mega-menu-walker ul.menu>li ul li>a {
  display: block;
  padding: 10px 20px;
  font-size: 14px;
  color: #505153;
}

.zarin-developer-nav-mega-menu-walker .menu>ul>li ul li>a i,
.zarin-developer-nav-mega-menu-walker ul.menu>li ul li>a i {
  font-size: 10px;
  margin-right: 5px;
  transform: rotate(90deg);
}

.zarin-developer-nav-mega-menu-walker .menu>ul>li ul li>ul,
.zarin-developer-nav-mega-menu-walker ul.menu>li ul li>ul {
  top: 0;
  right: 100%;
  -webkit-transform: translate(10px, 0);
  transform: translate(10px, 0);
  z-index: 30;
}

.zarin-developer-nav-mega-menu-walker .menu>ul li,
.zarin-developer-nav-mega-menu-walker ul.menu li {
  position: relative;
}

ul.menu li.menu-item-has-children.mega-menu {
  position: unset !important;
}

ul.menu li.menu-item-has-children.mega-menu>.sub-menu {
  opacity: 0;
  z-index: 9999 !important;
  border-bottom: 3px solid #ccc;
  box-shadow: 0 -1px 13px -6px rgba(51, 51, 51, 0.38);
  background-color: #fff;
  overflow: hidden;
  min-width: 480px;
  border-radius: 4px;
  -webkit-transform: translate(0, 10px);
  transform: translate(0, 10px);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  visibility: hidden;
  position: absolute;
  top: 45px;
  right: 0;
  display: flex;
  margin-top: -6px;
}

ul.menu li.menu-item-has-children.mega-menu>.sub-menu-elementor {
  padding: 0;
}

ul.menu li.menu-item-has-children.mega-menu.mega-menu-fw>.sub-menu {
  width: 100%;
}

ul.menu li.level-0.menu-item-has-children.mega-menu:hover>.sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  height: auto;
}

ul.menu li.menu-item-has-children.mega-menu>.sub-menu>li {
  flex-grow: 1;
  margin: 0 5px;
}

ul.menu li.menu-item-has-children.mega-menu>.sub-menu li a {
  padding: 6px 15px;
  border-radius: 8px;
}

ul.menu li.menu-item-has-children.mega-menu>.sub-menu li.menu-item-has-children>a {
  font-size: 15px;
  font-weight: 700;
  border-right: 2px solid #ccc;
  border-radius: 0;
  margin-bottom: 8px;
  padding: 0px 15px;
}

ul.menu li.menu-item-has-children.mega-menu>.sub-menu li.menu-item-has-children>a:hover {
  background-color: unset !important;
  color: #000 !important;
  padding: 0px 15px !important;
  border-radius: 0 !important;
}

ul.menu li.menu-item-has-children.mega-menu>.sub-menu li.menu-item-has-children>a .fa-angle-down {
  display: no;
}

ul.menu li.menu-item-has-children.mega-menu>.sub-menu li.menu-item-has-children a::after {
  border: 0 !important;
}

ul.menu li.menu-item-has-children.mega-menu>.sub-menu li.menu-item-has-children .sub-menu {
  position: relative;
  visibility: visible;
  opacity: 1;
  transform: unset;
  left: 0;
  right: 0;
  top: 0;
  background: unset;
  border: 0;
  box-shadow: unset;
}

ul.menu li.menu-item-has-children.mega-menu>.sub-menu li.menu-item-has-children a:hover {
  padding: 6px 15px;
  border-radius: 8px;
  background: #ccc;
  transition: all 0.3s ease;
}

ul.menu li.level-0.menu-item-has-children.mega-menu:hover>.sub-menu .elementor-widget-icon-list ul {
  visibility: visible !important;
  opacity: 1 !important;
  position: relative !important;
  background: transparent !important;
  box-shadow: unset !important;
  border: 0 !important;
  top: 0 !important;
  right: 0 !important;
}

/* End Mega Menu Walker */

/* Start Footer Css */

.zarin-developer-footer-menu li {
  margin-bottom: 14px !important;
}

.zarin-developer-footer-menu li a::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: rgb(128, 128, 128);
  margin-left: 10px;
}

.zarin-developer-footer-menu li a {
  color: #373737;
}

.zarin-developer-footer-contact i {
  margin-left: 10px;
  font-size: 20px;
}

.zarin-developer-footer-contact .phone-contact {
  font-size: 20px;
}

.zarin-developer-footer-contact .email-contact {
  color: white;
  border-radius: 5px;
  padding: 5px 10px;
}

.zarin-developer-footer-contact .contact-address-font-size {
  font-size: 14px;
}

.zarin-developer-footer-title::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 8px;
  margin-left: 8px;
}

.zarin-developer-footer-title {
  font-size: 14px;
}

.zarin-developer-footer-title span {
  font-size: 22px;
  font-weight: 500;
}

/* End Footer Css */

/* Start Breadcrumb */

.top-post-section {
  padding: 50px 0 200px 0;
  /* background-image: linear-gradient(30deg, #0103ff, #22d9c4); */
  color: white;
}

.top-post-section .breadcrumb span {
  margin: 0px 5px !important;
}

.top-post-section .breadcrumb a {
  color: white;
  /* background-color: rgba(0, 0, 0, 0.116);
    border-radius: 5px; */
}

/* .post-title-single {
  margin: 200px 20px 30px 20px;
  font-size: 25px !important;
  font-weight: 600 !important;
  line-height: 2em !important;
  color: #53565d;
} */

.top-post-section .post-title {
  background-color: rgba(0, 0, 0, 0.025);
  border-radius: 5px;
  padding: 7px 30px;
  font-size: 22px;
  width: max-content;
}

.top-post-section .breadcrumb {
  background-color: rgba(0, 0, 0, 0.025);
  border-radius: 5px;
  padding: 7px 20px;
  width: max-content;
}

/* End Breadcrumb */

.main-page-post.page-single .content-section .container {
  max-width: 1320px;
}

.main-page-post .content-section .container {
  max-width: 900px;
}

.main-page-post .content-section {
  margin-top: -130px;
}

.main-page-post.single-post .post-thumbnail img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 10px;
  border: 3px solid white;
  box-shadow: 0px -10px 45px -30px rgb(0, 0, 0, 1);
  /* margin-top: 200px; */
}

.main-page-post .post-details i {
  font-size: 16px;
  margin-left: 7px;
}

.main-page-post .post-details span {
  font-size: 14px;
  color: #333;
}

.main-page-post .post-details a {
  color: #333;
}

.post-details svg {
  margin-left: 10px;
  font-size: 16px;
}

.post-content {
  color: #333;
  font-size: 16px;
  line-height: 30px;
  margin-top: 50px;
}

.post-content h4 {
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-color: #ddd;
}

.comment-form-comment .required {
  color: red;
}

.sticky-side {
  position: absolute;
  top: 0;
  left: -400px;
}

.sticky-side svg {
  font-size: 18px;
}

.sticky-side .post-tags,
.post-shares {
  font-size: 14px;
  border-right: 1px solid #ebebeb;
  padding-right: 8px;
}

.sticky-side .post-shares {
  cursor: pointer;
}

.sticky-side .post-tags i.fal.fa-tags {
  font-size: 18px;
}

.sticky-side .post-shares i.fal.fa-share-nodes {
  font-size: 18px;
}

.zd-theme-zs-shares-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease;
  visibility: hidden;
  opacity: 0;
}

.zd-theme-zs-shares-modal.show {
  visibility: visible;
  opacity: 1;
  z-index: 99999999;
}

.zd-theme-zs-shares-modal .body {
  position: absolute;
  background: white;
  min-height: 200px;
  max-width: 350px;
  top: 50%;
  left: 50%;
  padding: 30px 20px;
  width: 100%;
  border-radius: 10px;
  text-align: center;
  transform: translate(-50%, -50%);
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.1);
}

.zd-theme-zs-shares-modal .close-btn {
  position: absolute;
  right: -10px;
  top: -10px;
  background: #e4e4e4;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.zd-theme-zs-shares-modal .close-btn:hover {
  background: red;
  color: white;
}

.zd-theme-zs-shares-modal a {
  width: 40px;
  height: 40px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ccc;
  color: white;
  margin: 0 8px;
  transition: all 0.3s ease;
}

.zd-theme-zs-shares-modal a:hover {
  transition: all 0.3s ease;
}

.zd-theme-zs-shares-modal input {
  width: 100%;
  border: 1px dashed #ccc;
  font-size: 14px;
  color: #333;
  text-align: center;
}

.title-modal {
  font-size: 18px;
  font-weight: 900;
  margin-top: 15px;
}

.zd-section-title::before {
  height: 4px;
  border-bottom: 2px dotted #ccc;
  position: absolute;
  top: 50%;
  right: 0;
  left: 5px;
  content: '';
}

.zd-section-title svg {
  font-size: 18px;
}

.zd-section-title .title {
  background: white;
  padding: 8px 0 8px 16px;
  position: relative;
  display: inline-block;
}

p.comment-form-comment {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}

.comment-form input,
.comment-form textarea {
  border-radius: 7px !important;
  padding: 8px !important;
  background-color: #f8f9fb !important;
  border-color: transparent !important;
  font-size: 14px !important;
  margin-bottom: 8px !important;
}

.comment-form input.submit {
  padding: 5px 15px !important;
  color: white !important;
  transition: all 0.3s ease;
}

.comment-form input.submit:hover {
  opacity: 90%;
}

.comment-list {
  position: relative !important;
  background-color: white !important;
  border: 2px dashed #dfdfdf !important;
  border-radius: 10px !important;
  padding: 20px !important;
  margin-top: 20px !important;
}

.comment li {
  position: relative !important;
  background-color: white !important;
  border: 2px dashed #dfdfdf !important;
  border-radius: 10px !important;
  padding: 20px !important;
  margin-top: 20px !important;
}

.comment-respond {
  margin-top: 20px !important;
}

.comment-author {
  display: flex !important;
  align-items: center !important;
}

.comment-author img {
  width: 50px;
  height: 50px;
  border-radius: 50% !important;
  margin-left: 10px !important;
}

.comment-body p {
  background-color: #f4f5fb !important;
  padding: 20px !important;
  border-radius: 10px !important;
  font-size: 14px !important;
  line-height: 25px !important;
  margin: 25px 0 !important;
}

.comment-meta {
  position: absolute !important;
  top: 25px !important;
  left: 90px !important;
  font-size: 14px !important;
}

.comment-meta a {
  color: #333;
}

.comment-reply-link {
  position: absolute !important;
  top: 20px !important;
  left: 25px !important;
  font-size: 12px !important;
  color: white !important;
  padding: 5px 10px !important;
  border-radius: 5px !important;
}

li#comment-3 {
  margin-top: 20px !important;
}

#cancel-comment-reply-link {
  font-size: 12px !important;
  background-color: rgb(253, 88, 88) !important;
  color: white !important;
  padding: 4px 8px !important;
  border-radius: 5px !important;
  margin-right: 5px !important;
}

.comment-reply-title {
  margin-bottom: 25px !important;
}

.comments-area a {
  color: #797979;
  margin-left: 5px;
}

h3#comments {
  margin-bottom: 30px !important;
}

.comment-form-comment label {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

p.logged-in-as {
  display: none;
}

.related-posts .post-inner {
  background: white;
  box-shadow: 0 1px 7px -3px rgb(0, 0, 0, 0.3);
  padding: 5px;
  border-radius: 5px;
}

.related-posts .post-inner img {
  height: 200px;
  border-radius: 8px 8px 8px 30px;
}

.related-posts .post-inner .title a {
  font-size: 14px;
  color: #333;
}

.related-posts .post-inner span {
  position: absolute !important;
  left: 8px !important;
  top: 8px !important;
  font-size: 12px !important;
  padding: 4px 8px !important;
  border-radius: 5px !important;
  color: white !important;
}

.post-inner {
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(33, 33, 60, 0.05);
  border-radius: 10px;
}

.post-inner:hover {
  transform: scale(1.05);
}

.top-post-section.single-page {
  padding: 50px 0 !important;
}

.page-single .content-section {
  margin-top: unset !important;
}

.woo-commerce-bread-crumb .woocommerce-breadcrumb {
  margin: 0 !important;
}

.zarin-developer-single-image {
  /* background: #f3f3f3; */
  padding: 14px;
  border-radius: 7px;
}

.zarin-developer-single-image .images {
  width: 100% !important;
  margin-bottom: 0 !important;
}

.zarin-developer-single-image .click-slide {
  background: transparent;
  border: 0;
}

.zarin-developer-single-image .image-gallery .slick-slide.slick-current.slick-active {
  border: 1px solid #ccc;
}

.slick-list.draggable {
  margin-top: 2px;
}

.slick-arrow::before,
.slick-Prev::before {
  position: relative !important;
  background: #ffffff52 !important;
  color: #7777 !important;
  padding: 20px 8px !important;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.15) !important;
  border-radius: 5px !important;
  z-index: 9999 !important;
}

.slick-arrow {
  left: 16px !important;
}

.slick-prev {
  right: 1px !important;
}

.zarin-developer-single-info .product_title {
  font-size: 20px;
  line-height: 20px;
  color: #515151;
}

.zarin-developer-single-info .product_subtitle {
  /* text-align: left; */
  font-size: 14px;
  color: #727272;
}

.zarin_developer_product_original_label {
  border: 1px solid #f3f3f3;
  border-radius: 8px;
  padding: 20px 25px;
  margin-bottom: 30px;
}

.product-original-icon {
  /* background-color: #3cb0448e;
    color: #3cb043; */
  position: relative;
  padding-right: 25px;
  padding-left: 10px;
  color: #98ef97;
}

.product-original-icon i {
  position: absolute;
  right: -10px;
  top: -2px;
  font-size: 30px;
  color: #98ef97;
}

.product-stock-icon {
  position: relative;
  padding-right: 30px;
  padding-left: 11px;
  color: #ff7878;
}

.product-stock-icon i {
  position: absolute;
  right: -10px;
  top: -2px;
  font-size: 30px;
  color: #ff7878;
}

.product_subtitle_hr {
  color: #ccc;
}

.woocommerce-product-details__short-description {
  margin-bottom: 30px;
}

.zarin-developer-single-product .zd-border-1 {
  /* border: 1px solid #8a8a8a3d; */
  border-radius: 10px;
  padding: 0 25px;
}

.zarin-developer-single-product .zd-border-1 .onsale {
  /* top: 40px !important; */
  right: 5px !important;
  font-weight: unset !important;
  padding: unset !important;
}

.woocommerce-tabs {
  /* border: 1px solid #8a8a8a3d; */
  border-radius: 10px;
  padding: 50px 25px;
}

.zarin-developer-product-category a {
  color: #727272;
  font-size: 14px;
}

.zarin-developer-product-category span {
  font-size: 14px;
  color: #666;
}

.product-delivery-alert i {
  font-size: 30px;
}

.product-delivery-alert {
  background-color: #e9fde2;
  color: #3cb043;
  padding: 10px 20px;
  border-radius: 10px;
  width: max-content;
  font-size: 14px;
}

.product-delivery-alert .title {
  font-size: 16px;
  margin-bottom: 10px;
  color: #797979;
}

.product-features-list li {
  font-size: 13px;
  color: #797979;
}

.product-features-list ul {
  margin-top: 20px;
  padding-right: 15px;
}

.woocommerce div.product form.cart .variations label {
  font-weight: 100 !important;
  text-align: right !important;
  color: #515151 !important;
}

.woocommerce-product-details__short-description .product-details {
  font-size: 16px;
  margin-bottom: 20px;
  margin-right: 2px;
  color: #515151;
}

.woocommerce-product-details__short-description p {
  font-size: 13px;
  color: #797979;
  padding-right: 15px;
  line-height: 25px;
}

.zarin-developer-single-info .variations select {
  background: #f8f9fb !important;
  padding: 5px 10px !important;
  border-radius: 10px !important;
  border: 0 !important;
  font-size: 14px !important;
  min-width: 0 !important;
  color: #727272 !important;
}

.zarin-developer-single-info .variations select option:first-child {
  border: none !important;
  outline: none !important;
  appearance: none !important;
  background-color: #727272 !important;
  color: white !important;
}

#pa_color option:hover {
  background-color: #252525 !important;
  border-radius: 20px !important;
}

#pa_color option {
  padding: 5px !important;
}

/* .attribute_pa_color option:hover {
  background-color: #1BA1E2 !important;
} */

.zarin-developer-product-price {
  position: relative;
  padding: 15px 30px;
  border-radius: 8px;
  border: 1px solid #f3f3f3;
}

.woocommerce div.product form.cart .button {
  padding: 13px 50px !important;
  border-radius: 10px !important;
  font-size: 14px !important;
  font-weight: 100 !important;
  transition: all 0.3s ease !important;
  /* background: #61d87d; */
  /* background-image: linear-gradient(to right, #2ebb4e, #61d87d) !important; */
  /* box-shadow: 0 10px 25px rgba(97, 216, 125, 0.63) !important; */
}

.quantity .qty {
  border: 0 !important;
  border-radius: 8px !important;
  padding: 8px 4px !important;
  background: #f8f9fb !important;
}

/* .quantity .qty:focus {
  outline: none !important;
} */

.quantity {
  display: flex !important;
  align-items: center !important;
}

.plus {
  position: relative !important;
  color: #727272 !important;
  font-size: 30px !important;
}

.minus {
  color: #727272 !important;
}

.quantity button {
  border: 0 !important;
  font-size: 30px;
  background-color: transparent !important;
  /* height: 30px !important; */
  margin: 0 8px !important;
}

/* غیر فعال کردن نامبر اینپوت */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.price-holder {
  background: white !important;
  border-radius: 8px !important;
  padding: 12px !important;
  text-decoration: none !important;
}

.woocommerce-variation.single_variation {
  position: relative !important;
  background: #f8f9fb !important;
  border-radius: 8px !important;
  padding: 12px !important;
  text-decoration: none !important;
  z-index: 10;
}

.price-holder .price,
.woocommerce-variation-price .price {
  color: #2ebb4e !important;
}

span.woocommerce-Price-currencySymbol {
  font-size: 14px;
  color: #373737a6;
}

/* .woocommerce-Price-amount{
    color: #2ebb4e !important;
} */

.product_meta {
  font-size: 13px;
  color: #8a8a8ac4;
}

.product_meta .tagged_as a {
  color: #8a8a8ac4;
}

span.product-price-placeholder {
  position: absolute !important;
  color: #727272 !important;
  top: 25px !important;
  left: 310px !important;
  z-index: 1;
}

a.reset_variations {
  background: #f58080;
  color: white;
  padding: 4px 8px;
  border-radius: 5px;
}

.single_variation .stock {
  margin-top: 10px !important;
}

.woocommerce-variation-description p {
  margin-bottom: 10px !important;
  font-size: 14px !important;
  color: #373737a6 !important;
}

.zarin-developer-product-thumbs {
  position: relative !important;
}

.zarin-developer-product-meta {
  position: absolute !important;
  z-index: 9 !important;
  top: 50px !important;
  right: -38px;
}

.zarin-developer-product-meta li {
  margin-bottom: 10px !important;
}

.zarin-developer-product-meta button {
  background: transparent !important;
  color: #4a4a4ad5;
  /* background: #212341 !important;
    color: white !important; */
  display: flex !important;
  border: 0;
  /* border-radius: 5px !important; */
  /* box-shadow: 0 5px 25px rgba(0, 0, 0, .25); */
  font-size: 25px !important;
  align-items: center !important;
  justify-content: center !important;
}

.zarin-developer-product-meta .tooltiptext {
  visibility: hidden;
  width: auto;
  text-align: center;
  border-radius: 0;
  z-index: 1;
  top: -9px;
  right: 150%;
  position: absolute;
  padding: 9px 15px;
  background: #4a4a4ac2;
  color: #fff;
  animation-name: Ib;
  animation-fill-mode: forwards;
  animation-duration: 0.3s;
  animation-delay: 0.5s;
  animation-timing-function: ease-in-out;
  font-size: 14px;
  line-height: 1.692;
  white-space: nowrap;
  font-weight: 700;
}

.zarin-developer-product-metao .tooltiptext::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -10px;
  border-width: 5px;
  border-style: solid;
  border-width: 10px 0 12px 10px;
  border-color: transparent transparent transparent #4a4a4a;
  right: -10px;
}

.woosc-btn:hover .tooltiptext {
  visibility: visible !important;
}

.woosw-btn:hover .tooltiptext {
  visibility: visible !important;
}

.zarin-developer-single-info .woosc-btn,
.zarin-developer-single-info .woosw-btn {
  display: none !important;
}

/* .wc-tabs::before {
  display: none !important;
} */

.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  border: unset !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
  box-shadow: unset !important;
}

.wc-tabs li {
  border: 0 !important;
  /* border-radius: 8px !important;
    margin-left: 10px !important; */
  background-color: transparent !important;
  transition: all 0.3s ease !important;
}

.woocommerce-Tabs-panel .title-holder i {
  font-size: 25px !important;
}

.woocommerce-Tabs-panel .title-holder .title {
  font-size: 20px !important;
  color: #515151;
}

span.title_persian {
  color: #727272;
}

.woocommerce-product-attributes-item th {
  color: #515151;
}

.woocommerce-product-attributes-item td {
  color: #727272;
}

.woocommerce-Tabs-panel p {
  line-height: 30px !important;
}

.related-title .title h3 {
  font-size: 18px !important;
  color: #515151;
}

.related-title .title h6 {
  font-size: 25px !important;
  margin: 5px 12px 0 0 !important;
}

.related-title .title::after {
  content: "";
  position: absolute !important;
  top: 50% !important;
  right: 100px !important;
  height: 3px !important;
  width: calc(100% - 100px) !important;
  background-color: #f3f3f3 !important;
  border-radius: 10px !important;
}


.products-show .products-main a {
  /* padding: 5px 10px; */
  color: #ffffff !important;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 100;
  transition: all 0.3s ease;
}

.products-show .products-main a:hover {
  transition: all 0.3s ease;
}

.products-show .products-main h2 {
  color: #333 !important;
  font-size: 14px !important;
  margin: 25px 0 30px 0 !important;
  line-height: 20px !important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* تعداد خطوط را مشخص می‌کند */
  overflow: hidden;
  max-height: 3em;
}

.products-show .woocommerce-Price-amount {
  font-size: 14px !important;
  font-weight: 600;
  color: #37c282 !important;
}

.products-show {
  position: relative; /* برای اینکه دایوهای داخلی نسبت به این دیو قرار بگیرند */
  background: white !important;
  box-shadow: inset 0px 0px 20px 0px rgba(0, 0, 0, 0.1) !important;
  border-radius: 10px !important;
  padding: 20px 18px !important;
  overflow: hidden; /* برای اینکه هیچ چیزی از دیو خارج نشود */
}

.products-hover {
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 100%; /* عرض کامل دیو پدر */
  visibility: hidden !important;
  opacity: 0 !important;
  transition: all 0.3s ease !important;
  padding: 11px !important;
  background-color: white !important;
  border-radius: 0px 0px 10px 10px !important;
  box-shadow: inset 0px -20px 20px 0px rgba(0, 0, 0, 0.1) !important;
  display: flex;
  justify-content: flex-start; /* دکمه‌ها به سمت چپ قرار بگیرند */
  align-items: center; /* هم‌ترازی عمودی دکمه‌ها */
  gap: 5px; /* فاصله یکنواخت بین دکمه‌ها */
}

.products-hover a, .products-hover button {
  display: flex; /* دکمه‌ها را به صورت بلوک‌های انعطاف‌پذیر نمایش می‌دهد */
  align-items: center; /* هم‌ترازی عمودی متن داخل دکمه‌ها */
  justify-content: center; /* هم‌ترازی افقی متن */
  height: 33px; /* ارتفاع یکسان برای همه دکمه‌ها */
  padding: 0 15px; /* پدینگ برای ایجاد فضای مناسب داخل دکمه‌ها */
  border-radius: 5px;
  border: none;
  background-color: #f8f8f8; /* رنگ پس‌زمینه برای دکمه‌ها */
  text-align: center;
  font-size: 14px; /* اندازه مناسب فونت برای دکمه‌ها */
}

.products-hover a {
  background-color: #ff6600; /* رنگ پس‌زمینه دکمه "افزودن به سبد خرید" */
  color: white; /* رنگ متن دکمه */
  font-weight: bold; /* تاکید بر متن */
}

.products-hover button {
  background-image: linear-gradient(#E7E7E7, #ffffff);
  cursor: pointer; /* تغییر نشانگر موس به دست */
}

.products-hover button:hover, .products-hover a:hover {
  background-image: linear-gradient(#ffffff, #E7E7E7);
}

.products-show:hover .products-hover {
  visibility: visible !important;
  opacity: 1 !important;
}

.star-rating {
  color: #333;
  position: absolute;
  bottom: 34%;
  font-size: 12px;
}

.post-inner .post-thumbnail img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
  /* border: 3px solid white; */
  box-shadow: 0px -10px 45px -30px rgb(0, 0, 0, 1);
}

.post-inner h2 {
  margin: 10px;
  overflow: hidden;
  max-width: 330px;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1.5em;
}

.post-inner h2 a {
  font-size: 14px !important;
  color: #727272 !important;
}

.post-inner .post-excerpt {
  font-size: 12px;
  line-height: 25px;
  text-align: justify;
  color: #646464;
  margin: 10px;
}

.post-inner .post-meta {
  margin: 10px;
}

.post-inner .post-meta span {
  color: #646464;
  font-size: 13px;
}

.post-inner .post-meta i {
  margin-left: 3px;
}

.post-inner .footer {
  font-size: 13px;
  color: #646464;
  margin: 10px;
}



ul.pagination {
  display: flex;
  list-style: none;
  padding: 0;
  justify-content: center;
  margin: 20px 0;
  direction: rtl;
}

ul.pagination li {
  margin: 0 5px;
}

ul.pagination li a {
  display: block;
  padding: 8px 14px;
  text-decoration: none;
  color: #0073aa;
  border: 1px solid #ddd;
  border-radius: 6px;
  background-color: #fff;
  transition: all 0.3s ease;
  font-family: inherit;
  font-size: 14px;
}

ul.pagination li a:hover {
  background-color: #f1f1f1;
  border-color: #0073aa;
  color: #000;
}

ul.pagination li a.active {
  background-color: #0073aa;
  color: white;
  cursor: default;
  pointer-events: none;
}

ul.pagination li a.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.widgettitleblog {
  background-color: #f8f9fb;
  color: #333;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 20px;
  font-size: 14px;
}

.widgettitleshop {
  background-color: #f8f9fb;
  color: #333;
  border-radius: 15px;
  padding: 15px;
  margin-bottom: 20px;
  font-size: 14px;
}

.widget {
  margin-bottom: 20px;
}

.widget ul li {
  position: relative;
  margin-bottom: 10px;
  padding-right: 12px !important;

}

.widget ul li a {
  color: #333;
  font-size: 13px;
  transition: all 0.3s ease;
}

.widget ul li::before {
  position: absolute;
  content: "";
  display: inline-block;
  background-color: #c6c8ca;
  width: 5px;
  height: 5px;
  border-radius: 50px;
  right: 0;
  top: 5px;
}

.searchform input {
  border-radius: 9px;
  padding: 7px !important;
  background-color: #f8f9fb !important;
  border-color: transparent !important;
  font-size: 14px !important;
  width: 100% !important;
}

input#s {
  background-color: white !important;
  border: 1px solid #ddd !important;
}

.error-404 a:hover {
  opacity: 80%;
}

#searchsubmit {
  font-size: 12px;
  color: white;
  margin-top: 5px;
  transition: all 0.3s ease;
}

.woocommerce-message {
  margin-top: 25px;
  background-color: #f4fdf6 !important;
  border-radius: 15px !important;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1) !important;
  line-height: 30px !important;
}

.woocommerce-message .button {
  border-radius: 10px !important;
}

.woocommerce-error {
  margin-top: 25px;
  background-color: #fcf3f3 !important;
  border-radius: 15px !important;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1) !important;
  line-height: 30px !important;
}

.woocommerce-error .button {
  border-radius: 10px !important;
}

.cart-empty {
  margin-top: 25px;
  background-color: #f0ffff !important;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1) !important;
  line-height: 30px !important;
}

.cart-empty .button {
  border-radius: 10px !important;
}

.variations_form.cart {
  display: block !important;
  margin: 0 auto 1.5em auto !important;
  width: 100% !important;
  height: unset !important;
}

.woocommerce-info {
  background-color: #f0ffff !important;
  border-radius: 15px !important;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1) !important;
  line-height: 30px !important;
}

.woocommerce-info .button {
  border-radius: 10px !important;
}

.product-name a {
  color: #333;
}

/* .type-page {
    margin-top: 50px;
} */

.zarin-developer-cart-items {
  position: relative;
  display: flex;
  align-items: center;
  background-color: white;
  border-radius: 15px;
  padding: 15px 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.zarin-developer-cart-items img {
  max-width: 150px;
  height: 150px;
  margin-left: 20px;
  border-radius: 10px;
}

.zarin-developer-cart-items .title a {
  font-size: 16px;
  /* font-weight: 900; */
  color: #333;
}

.zarin-developer-cart-items .woocommerce-Price-amount {
  font-size: 18px;
  color: #2ebb4e;
  font-weight: 900;
}

.zarin-developer-cart-items .remove {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 12px !important;
  color: rgb(255, 76, 76) !important;
  border: 1px solid rgb(255, 76, 76) !important;
  border-radius: 5px !important;
  padding: 10px !important;
  width: unset !important;
  line-height: 2px !important;
  transition: all 0.3s ease;
}

.zarin-developer-cart-items .remove:hover {
  border: 1px solid #a00 !important;
  transition: all 0.3s ease !important;
}

.zarin-developer-cart-coupon {
  background-color: white;
  padding: 15px 20px;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.zarin-developer-cart-coupon .coupon input {
  border-radius: 5px !important;
  padding: 5px !important;
  background-color: #f8f9fb !important;
  border: 0 !important;
}

.zarin-developer-cart-coupon .coupon button {
  color: white !important;
  border-radius: 5px !important;
  padding: 10px !important;
}

.zarin-developer-cart-coupon .update-btn {
  display: none !important;
}

.zarin-developer-cart-collaterals .totals {
  background-color: #eafff6;
  border-radius: 10px;
  padding: 10px;
  margin-top: 20px;
  width: 65%;
  margin-right: 15px;
}

.zarin-developer-cart-collaterals .totals .title {
  font-size: 16px !important;
  /* font-weight: 900 !important; */
  color: #333 !important;
}

.zarin-developer-cart-collaterals .totals .woocommerce-Price-amount {
  font-size: 20px !important;
  font-weight: 900 !important;
  color: #3cb043 !important;
}

.zarin-developer-cart-collaterals .checkout-button {
  width: 100% !important;
  background-color: #3cb043;
  border-radius: 10px !important;
  text-align: center !important;
  margin-top: 20px !important;
  padding: 17px 10px !important;
}

.return-to-shop a {
  color: white !important;
  border-radius: 5px !important;
}

.woocommerce button.button.alt {
  /* background-color: #3cb043 !important; */
  border-radius: 5px !important;
}

.woocommerce div.product {
  margin-top: 50px !important;
  margin-bottom: 25px !important;
}

.woocommerce-ordering select {
  border: 0 !important;
  background-color: #f8f9fb !important;
  border-radius: 10px !important;
  padding: 5px !important;
}

/* .woocommerce-ordering select:focus {
  outline: none !important;
} */

.zd-theme-zs-cart-dropdown {
  min-width: 500px;
  padding: 15px !important;
  border: 0 !important;
  box-shadow: 0 10px 50px rgb(0, 0, 0, 0.1) !important;
  margin-top: 10px !important;
  text-align: right !important;
}

.zd-theme-zs-cart-dropdown li {
  background-color: #f8f9fb !important;
  margin-bottom: 8px !important;
  padding: 15px !important;
  border-radius: 7px !important;
  position: relative !important;
}

.zd-theme-zs-cart-dropdown li a {
  color: #727272 !important;
  font-size: 14px !important;
  line-height: 25px !important;
  display: flex !important;
  align-items: center !important;
  margin-right: 50px !important;
}

.zd-theme-zs-cart-dropdown li a:hover {
  border-radius: 5px !important;
}

.zd-theme-zs-cart-dropdown li .woocommerce-Price-amount {
  margin-right: 10px !important;
  color: green !important;
  font-size: 20px !important;
  font-weight: 900 !important;
}

.zd-theme-zs-cart-dropdown li .quantity {
  display: flex !important;
  margin-top: 10px !important;
  align-items: center !important;
}

.zd-theme-zs-cart-dropdown li a img {
  margin-right: -72px !important;
}

.zd-theme-zs-cart-dropdown li img {
  position: absolute !important;
  width: 50px !important;
  height: 50px !important;
  border-radius: 5px !important;
}

.zd-theme-zs-cart-dropdown li .remove {
  position: absolute !important;
  font-size: 20px !important;
}

.zd-theme-zs-cart-dropdown .widget_shopping_cart_content li .remove {
  top: -5px !important;
  color: #727272 !important;
  right: -57px !important;
  width: 30px !important;
  height: 30px !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: all 0.3s ease !important;
  z-index: 99;
}

.zd-theme-zs-cart-dropdown .widget_shopping_cart_content li .remove:hover {
  background-color: red !important;
  color: #ffffff !important;
  transform: scale(0.8) !important;
}

/* 
.zd-theme-zs-cart-dropdown .widget_shopping_cart_content a {
  margin-left: 10px !important;
} */

.zd-theme-zs-cart-dropdown .widget_shopping_cart_content .wc-forward {
  color: white !important;
  margin-bottom: 5px !important;
  border-radius: 5px !important;
  width: 100% !important;
  text-align: center !important;
}

.zd-theme-zs-cart-dropdown .widget_shopping_cart_content .wc-forward:hover {
  opacity: 80% !important;
}

.zd-theme-zs-cart-dropdown .woocommerce-mini-cart__total {
  display: flex !important;
  background-color: #e5f8e6 !important;
  align-items: center !important;
  margin: 10px 0 !important;
  padding: 10px !important;
  justify-content: center !important;
  border-radius: 7px !important;
}

.login-register-holder {
  max-width: 400px !important;
  margin: 0 auto !important;
}

.login-register-holder .nav-link {
  margin-left: 5px !important;
  color: #333 !important;
}

.login-register-holder .nav-item .active {
  color: white !important;
}

.login-register-holder .woocommerce-form {
  border: 0 !important;
  background-color: white !important;
  box-shadow: 0 10px 50px rgb(0, 0, 0, 0.1) !important;
  border-radius: 10px !important;
}

.login-register-holder input {
  background-color: #f8f9fb !important;
  border-color: transparent !important;
  padding: 5px !important;
  border-radius: 7px !important;
  margin-top: 8px !important;
}

.login-register-holder .show-password-input {
  margin-top: 4px !important;
}

.login-register-holder .button {
  display: block !important;
  width: 100% !important;
  text-align: center !important;
  margin-top: 10px !important;
  padding: 10px 0 !important;
  color: white !important;
  border-radius: 5px !important;
}

.profile-image-user {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background-color: white !important;
  border-radius: 10px !important;
  box-shadow: 0 10px 50px rgb(0, 0, 0, 0.1) !important;
  padding: 16px 0 !important;
  margin-bottom: 15px !important;
}

.profile-navigation-link {
  background-color: white !important;
  border-radius: 10px !important;
  box-shadow: 0 10px 50px rgb(0, 0, 0, 0.1) !important;
  padding: 10px 0 !important;
}

.profile-navigation-link ul li {
  display: flex !important;
  padding: 5px 20px !important;
  transition: all 0.3s ease;
}

.profile-navigation-link ul li:hover,
.profile-navigation-link ul li.is-active {
  background-color: #f8f9fb !important;
  border-right: 5px solid !important;
}

.profile-navigation-link a {
  display: block !important;
  width: 100% !important;
  color: #333 !important;
}

.profile-image-user img {
  border-radius: 50px !important;
  margin-left: 10px !important;
}

/* .profile-header-holder {
  margin-bottom: 25px !important;
  margin-right: 10px;
} */

.header-item svg {
  font-size: 30px;
  margin-left: 10px;
}

.profile-header-holder .header-item {
  background-color: white !important;
  padding: 10px 10px !important;
  border-radius: 10px;
  box-shadow: 0 10px 50px rgb(0, 0, 0, 0.1) !important;
}

/* .profile-header-holder .header-item {
  font-size: 14px;
} */

.profile-header-holder .header-item i {
  font-size: 35px;
  margin-left: 15px;
}

.profile-header-holder .header-item .count {
  font-size: 25px;
  font-weight: 500;
}

/* .profile-header-holder .col-6 {
  padding-right: unset !important;
} */

.profile-header-holder .row>*.col-6.col-md-3 {
  padding-left: 0 !important;
}



#searches-result {
  position: absolute !important;
  display: none;
  background: white !important;
  box-shadow: 0 5px 50px rgb(0, 0, 0, 0.2) !important;
  border-radius: 10px !important;
  padding: 15px !important;
  top: 45px !important;
  right: 0 !important;
  overflow-y: auto;
  width: 225%;
  z-index: 999 !important;
}

#searches-result ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#searches-result li:hover {
  background-color: #f0f0f0;
}

#searches-result img {
  width: 50px;
  height: 50px;
  border-radius: 5px;
  margin-right: 10px;
}

#searches-result li {
  display: flex;
  align-items: center;
  background-color: #f8f9fb !important;
  margin-bottom: 8px !important;
  padding: 15px !important;
  border-radius: 7px !important;
  position: relative !important;
}

#searches-result li a {
  text-decoration: none !important;
  color: #727272 !important;
  font-size: 14px !important;
  line-height: 25px !important;
  display: flex !important;
  align-items: center !important;
  margin-right: 50px !important;
}

#searches-result li a:hover {
  border-radius: 5px !important;
}

#searches-result li a:hover {
  color: #007bff;
}



.zarin-developer-ajax-searches-result li img {
  width: 60px !important;
  height: 60px !important;
  margin-left: 15px !important;
}

.zarin-developer-ajax-searches-result li {
  margin-bottom: 10px !important;
}

.zarin-developer-ajax-searches-result li a {
  display: flex !important;
  align-items: center !important;
  color: #333 !important;
  line-height: 25px !important;
  font-size: 14px !important;
}

.slider-images .sliders-item img {
  height: 300px !important;
  object-fit: cover !important;
}

.owl-stage-outer .owl-stage {
  margin: 10px 0 !important;
}

.owl-stage-outer .post-inner {
  padding: 10px 10px 1px 10px !important;
}

.owl-stage-outer .post-inner .post-thumbnail img {
  box-shadow: none !important;
}

.post-inner .more {
  font-size: 13px !important;
  padding: 5px 35px;
  /* padding: 8px 25px !important; */
  border-radius: 8px !important;
  color: #727272 !important;
  border: 0.3px solid #ccc !important;
  transition: all 0.3s ease !important;
}

.post-inner .more:hover {
  box-shadow: none !important;
  border: 0.3px solid !important;
  background-color: white !important;
}

.owl-stage-outer .post-inner .more {
  font-size: 13px !important;
  /* padding: 8px 25px !important; */
  border-radius: 8px !important;
  color: #727272 !important;
  box-shadow: none !important;
  border: 0.3px solid #ccc !important;
}

.owl-stage-outer .post-inner .more:hover {
  box-shadow: none !important;
  border: 0.3px solid !important;
  background-color: white !important;
}

.owl-stage-outer .post-inner:hover {
  transform: none !important;
}

.amazing-offer-title {
  display: flex !important;
  align-items: center !important;
  margin-bottom: 20px !important;
}

.zarin-developer-amazing-offer .amazing-offer-title i {
  font-size: 30px !important;
  margin-left: 10px !important;
}

.zarin-developer-amazing-offer .amazing-offer-title span {
  font-size: 20px !important;
  font-weight: 500px !important;
}

.zarin-developer-amazing-offer .amazing-offer-slider {
  border-radius: 10px 100px 10px 10px !important;
  padding: 20px !important;
  color: white !important;
  font-size: 14px !important;
}

.zarin-developer-amazing-offer .amazing-offer-slider-left-items {
  position: relative !important;
  margin-top: -70px !important;
}

.amazing-offer-slider p {
  font-size: 20px !important;
  line-height: 25px !important;
}

.zarin-developer-filter-category-product .category-filter-product-item {
  background-color: white !important;
  color: #333 !important;
  border-radius: 10px !important;
  padding: 5px 15px !important;
  margin-left: 5px !important;
  box-shadow: 0 5px 15px rgb(0, 0, 0, 0.1) !important;
  cursor: pointer !important;
}

.zarin-developer-filter-category-product .category-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.zarin-developer-filter-category-product .category-item .select {
  color: white !important;
}

.zarin-developer-text-heading {
  position: relative !important;
  padding-right: 50px !important;
}

.zarin-developer-text-heading::before {
  position: absolute !important;
  content: "" !important;
  top: 0 !important;
  right: 0 !important;
  background: url(../images/DottedCircle.svg);
  background-repeat: no-repeat !important;
  width: 40px !important;
  height: 60px !important;
}

.zarin-developer-text-heading h3 {
  font-size: 25px !important;
}

.zarin-developer-text-heading h3 span {
  font-size: 25px !important;
  font-weight: bold !important;
}

.zarin-developer-text-heading p {
  color: #7c7c7c !important;
}

.zarin-developer-text-heading p span {
  padding-right: 10px !important;
}

.price_slider_amount button {
  color: white !important;
}

@media (max-width: 991.98px) {
  .zarin-developer-nav-mega-menu-walker {
    display: none;
  }
}

@media screen and (prefers-reduced-motion: reduce) {

  .zarin-developer-nav-mega-menu-walker .menu>ul>li ul,
  .zarin-developer-nav-mega-menu-walker ul.menu>li ul {
    -webkit-transition: none;
    transition: none;
  }
}

@media (max-width: 991px) {

  .header-search-input,
  .phone-support,
  .header-search-submit,
  .btn-card {
    display: none !important;
  }

  .hamburger-menu {
    display: flex !important;
  }
}

/* button */
.zarin-developer-theme-custom-button {
  display: inline-block;
  transition: all 0.2s ease-in;
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: #090909;
  padding: 0.7em 1.7em;
  cursor: pointer;
  font-size: 16px;
  border-radius: 0.5em;
  background: #e8e8e8;
  border: 1px solid #e8e8e8;
  box-shadow: 6px 6px 12px #c5c5c5, -6px -6px 12px #ffffff;
}

.zarin-developer-theme-custom-button:active {
  color: #666;
  box-shadow: inset 4px 4px 12px #c5c5c5, inset -4px -4px 12px #ffffff;
}

.zarin-developer-theme-custom-button:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scaleY(1) scaleX(1.25);
  top: 100%;
  width: 140%;
  height: 180%;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  display: block;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}

.zarin-developer-theme-custom-button:after {
  content: "";
  position: absolute;
  left: 55%;
  transform: translateX(-50%) scaleY(1) scaleX(1.45);
  top: 180%;
  width: 160%;
  height: 190%;
  /* background-color: #009087; */
  border-radius: 50%;
  display: block;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}

.zarin-developer-theme-custom-button:hover {
  color: #ffffff;
  border: 1px solid #009087;
}

.zarin-developer-theme-custom-button:hover:before {
  top: -35%;
  background-color: #009087;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

.zarin-developer-theme-custom-button:hover:after {
  top: -45%;
  background-color: #009087;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

/* button */

/* .products-main .price {
  position: absolute;
} */

.zd-theme-zs-post-footer {
  border-top: 1px solid #F1F2F4;
  padding-right: 10px;
}

/* Start Admin Bar Hide */

.zd-theme-zs-admin-panel-link {
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 999;
  padding: 10px 10px;
  bottom: 30%;
  left: -135px;
  background: #ffd700;
  border-radius: 0 5px 5px 0;
  /* box-shadow: #ffd900be 0px 15px 25px; */
}

.zd-theme-zs-admin-panel-link::after,
.zd-theme-zs-admin-panel-link::before {
  content: "";
  position: absolute;
  height: 60px;
  width: 60px;
  background-color: inherit;
  border-radius: 10%;
  z-index: -1;
  opacity: 0.7;
  margin-left: 125px;
}

.zd-theme-zs-admin-panel-link::after {
  animation: pulse 2s ease-out infinite;
}

.zd-theme-zs-admin-panel-link::before {
  animation: pulse 2s 1s ease-out infinite;
}

@keyframes pulse {
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}

.zd-theme-zs-admin-panel-link:hover {
  left: 0 !important;
}

.zd-theme-zs-admin-panel-link-icon {
  width: 30px;
  height: 30px;
}

.zd-theme-zs-admin-panel-link-text {
  font-size: 0.9em;
  display: inline-block;
  margin-right: 15px;
  text-decoration: none;
  padding-bottom: 3px;
  color: #000000 !important;
}

/* End Admin Bar Hide */


/* Start dropdown menu */

.user-menu {
  position: relative;
  display: inline-block;
  transition: all 0.3s ease;
}

.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: -4%;
  /* transform: translateX(-50%); */
  background-color: white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  padding: 10px 0;
  border-radius: 7px;
  text-align: right;
  margin-top: 2px;
  transition: all 0.3s ease !important;
}

.user-menu:hover .dropdown-menu {
  display: block !important;
  transition: all 0.3s ease !important;
}

.dropdown-menu a {
  display: block !important;
  padding: 8px 16px;
  text-decoration: none;
  color: #727272;
}

.dropdown-menu a:hover {
  background-color: #f1f1f1;
}

/* Exit dropdown menu */



span.required {
  color: red;
}

p.comment-form-cookies-consent {
  margin: 20px 0;
}

/* textarea:focus,
input:focus {
  outline: none !important;
  border: none !important;
} */


.container {
  position: relative;
  padding: unset;
  z-index: unset !important;
}

span.badge.position-absolute.shop-cart-badge.border.border-white {
  background-color: #f4f4f4 !important;
}

.zd-theme-zs-category-title {
  position: absolute !important;
  left: 150px !important;
  margin-top: -3px !important;
}

/* Start dropdown menu BTN Profile */


.zd-theme-zs-dropdown-menu {
  position: absolute !important;
  z-index: 1000 !important;
  top: 100% !important;
  left: 46%;
  padding: .7rem 0 !important;
  font-size: .875rem !important;
  line-height: 22px !important;
  color: #5c5776 !important;
  border: none !important;
  box-shadow: 0 10px 30px 0 rgba(31, 45, 61, 0.1) !important;
  border-radius: .5rem !important;
  transition: all 0.3s ease !important;
  /* margin-top: 10px !important; */
}

.zd-theme-zs-dropdown-menu svg {
  margin-left: 10px !important;
  vertical-align: middle;
}


.zd-theme-zs-dropdown:hover>.dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transition: all 0.3s ease !important;
}

.zd-theme-zs-user-name-email h5,
.zd-theme-zs-user-name-email p {
  color: #727272;
}

.dropright-lg {
  top: 0;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.avatar-md {
  width: 56px;
  height: 56px;
}

.avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.avatar {
  position: relative;
  display: inline-block;
  width: 3rem;
  height: 3rem;
  background: #fafafa;
  border-radius: 50%;
  margin-left: 10px;
}

.avatar-indicators:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 5%;
  width: 30%;
  height: 30%;
  border-radius: 50%;
  border: 2px solid #fff;
  background-color: green;
}

.zd-theme-zs-dropdown-item {
  color: #ff4646 !important;
  background-color: #fffafa !important;
}

svg.svg-inline--fa.fa-circle-xmark {
  color: #ff4646 !important;
}

.zd-theme-zs-dropdown-item:hover {
  background-color: #fff0f0 !important;
}

span.btn.me-3.border-gray-300.border-radius-xl {
  color: #727272;
}

/* END dropdown menu BTN Profile */


.product-features-list .title {
  color: #515151 !important;
  margin-right: 2px;
}

.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: right;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  padding: 10px 0 !important;
  border-bottom: 0.15rem solid red !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  /* border: 1px solid !important; */
  /* border-radius: 5px !important; */
  /* padding: 10px !important; */
  color: #515151 !important;
  font-weight: 100 !important;
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

p.fs-7 {
  line-height: 28px !important;
}

.discount-img img {
  display: unset !important;
  width: unset !important;
}

.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem auto -0.5rem -0.5rem;
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}

.comment-form-rating label {
  margin-bottom: 15px !important;
}

div#tab-additional_information {
  border: 1px solid #f3f3f3;
  border-radius: 8px;
  padding: 30px 20px;
}

div#tab-description {
  border: 1px solid #f3f3f3;
  border-radius: 8px;
  padding: 30px 20px;
}

div#reviews {
  border: 1px solid #f3f3f3;
  border-radius: 8px;
  padding: 30px 20px;
}

.products-main .star-rating {
  display: none !important;
}


.zd-theme-zs-post-author {
  color: #727272;
  font-size: 14px;
}

.row.products {
  /* border: 1px solid #f3f3f3; */
  border-radius: 8px;
  padding: 0 30px 30px 30px;
}

.img-thumbnail.slick-slide.slick-current.slick-active {
  border: 1px solid #f3f3f3 !important;
}

.zd-theme-zs-more-btn-post {
  margin-left: 10px !important;
}

span#reply-title {
  line-height: 40px;
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
  font-weight: 100 !important;
}

/* Start 404 */
body.error404 .top-post-section {
  display: none;
}

.error-404 {
  text-align: center;
  margin-top: 50px;
  padding: 20px;
  background-color: #f7f7f7;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.error-404 h1 {
  font-size: 48px;
  color: #e74c3c;
  margin-bottom: 20px;
}

.error-404 p {
  font-size: 18px;
  color: #333;
  margin-bottom: 15px;
}

.error-404 a {
  display: inline-block;
  margin-top: 15px;
  padding: 10px 20px;
  color: #fff;
  background-color: #3498db;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.error-404 a:hover {
  background-color: #2980b9;
}

/* END 404 */




/* Start Device Repair */

a.btn.btn-info {
  background-color: green !important;
  border-color: green !important;
  color: white !important;
  padding: 5px 30px 8px 30px !important;
}

a.btn.btn-info:hover {
  opacity: 80%;
}

.progressbar {
  counter-reset: step !important;
  margin-top: 20px !important;
  margin-bottom: 80px !important;
}

.progressbar li {
  list-style-type: none;
  width: 25%;
  float: left;
  font-size: 12px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  color: #7d7d7d;
}

.progressbar li:before {
  width: 30px;
  height: 30px;
  content: counter(step);
  counter-increment: step;
  line-height: 30px;
  border: 2px solid #7d7d7d;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  background-color: white;
}

.progressbar li:after {
  width: 100%;
  height: 2px;
  content: '';
  position: absolute;
  background-color: #7d7d7d;
  top: 15px;
  left: -50%;
  z-index: -1;
}

.progressbar li:first-child:after {
  content: none;
}

.progressbar li.active {
  color: green;
}

.progressbar li.active:before {
  border-color: #55b776;
  background: #FF9F1C;
  color: #fff;
}

.progressbar li.active+li:after {
  background-color: #55b776;
}

.repair-item:hover {
  box-shadow: 1px 1px 1px 1px silver;
}

.center {
  text-align: center;
}

.repair-item-link {
  display: inline-block;
  cursor: pointer;
}

/* a {
  text-decoration: none;
  color: #fff;
} */

.problem-more-info-box-item {
  padding-top: 32px;
  border: 1px solid #ddd;
  height: 100px;
  margin: 4px;
  cursor: pointer;
}

.often-occur {
  border: 1px solid #ddd;
  padding: 20px;
  cursor: pointer;
  margin: 0 50px 0 50px;
  border-radius: 8px;
}

.display-none {
  display: none;
}

th,
td {
  /* text-align: right !important; */
  /* text-align: center !important; */
}

.red {
  color: red;
}

/* form {
  margin-left: 10px !important;
} */

#newForm {
  padding: 30px;
  border: 1px solid silver;
  box-shadow: 0 0 2px 1px silver;
  margin-bottom: 10px;
}

.row {
  /* margin-top: 100px !important; */
  margin-bottom: 20px !important;
}

.nav-tabs>li a {
  color: #000 !important;
}

.nav>li>a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

/* .nav>li>a:focus,
.nav>li>a:hover,
.nav>li>a:active {
  color: white !important;
} */

.nav-tabs>li {
  float: right !important;
}

.nav-tabs .active a {
  border: none !important;
  border-bottom: 3px solid red !important;
}

.nav-tabs>li>a {
  margin-right: 2px !important;
  line-height: 1.42857143 !important;
  border: 1px solid transparent !important;
  border-radius: 4px 4px 0 0 !important;
}

.tab-content {
  border: 1px solid silver;
  padding: 10px;
  line-height: 44px;
  margin-bottom: 20px;
}

#pills-tabContent {
  border: none !important;
}


.tab-pane ul {
  list-style-type: none;
}

.nav-tabs {
  padding: 1px;
  border: 1px solid silver;
  border-radius: 10px 10px 0 0;
}

.field-description {
  color: #b3b0b0;
  font-size: 14px;
  font-style: italic;
}

.color-green {
  color: green;
}

.color-red {
  color: red;
}

.admin-list-img {
  max-height: 60px;
}

/* .well {
  min-height: 20px;
  padding: 10px 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  color: #334e6f !important;
  font-size: 16px !important;
  font-weight: 100 !important;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
  line-height: 25px;
} */

.well {
  min-height: 20px;
  padding: 15px 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  color: #334e6f !important;
  font-size: 16px !important;
  font-weight: 100 !important;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
  line-height: 25px;
  /* position: absolute; */
  width: 100%;
}

.container:after {
  display: table !important;
  content: " " !important;
}

.container:before {
  display: table !important;
  content: " " !important;
}

h4.alert.alert-danger {
  font-size: 16px !important;
  font-weight: 100 !important;
}

input.btn.btn-primary {
  background-color: green;
  border-color: green;
  color: white;
}

input.btn.btn-primary:hover {
  opacity: 80%;
}

input.btn.btn-primary:focus {
  background-color: green;
  border-color: green;
  color: white;
}

/* 
div#often-occur-box {
  margin: 90px 0 !important;
} */

textarea#description {
  /* margin-top: 90px !important; */
  margin-bottom: 50px !important;
  border-color: #ddd !important;
}

textarea#description:focus {
  /* border: 1px solid #8f8e8e !important; */
  border-color: #8f8e8e !important;
  background-color: #f8f9fb !important;
}

input#devise_serial {
  /* margin-top: 130px !important; */
  border-color: #ddd !important;
}

input#devise_serial:focus {
  /* border: 1px solid #8f8e8e !important; */
  border-color: #8f8e8e !important;
}

/* .container-fluid:after {
  clear: both;
} */

.container-fluid:after {
  display: table;
  content: " ";
}

.container-fluid:before {
  display: table;
  content: " ";
}

.container-fluid input:focus {
  background-color: #f8f9fb;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered>thead>tr>th {
  border: 1px solid #ddd;
  background-color: #b3b0b0 !important;
}

.table-bordered>tbody>tr>td {
  border: 1px solid #ddd;
}

/* .center {
  text-align: center !important;
} */

.display-block {
  display: block;
}

strong.display-block {
  background-color: #ddd;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 2px 5px;
}

.container-fluid address {
  padding: 5px 10px;
  background: #f8f9fb;
  border-radius: 5px;
  border: 1px solid #ddd;
}

.fade:not(.show) {
  opacity: 1;
}

.fade {
  transition: opacity .15s linear;
}

input#send_order {
  background-color: green;
  border-color: green;
  color: white;
}

input#send_order:hover {
  opacity: 80%;
}

.page-id-72 .alert-success {
  margin-top: 82px;
  line-height: 25px;
}

.alert-success {
  color: #0c6b0c;
  background-color: #dafbda;
  border-color: #41ea41;
}

.alert {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.table-bordered a {
  color: #515151;
}

#wpbody-content h2 {
  font-size: 18px !important;
  font-weight: 600;
  min-height: 20px;
  margin-bottom: 20px;
  background-color: rgb(245, 245, 245);
  color: rgb(51, 78, 111) !important;
  padding: 10px 20px;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(227, 227, 227);
  border-image: initial;
  border-radius: 5px;
  margin: 10px 10px 20px 10px
}

.zd-brand-title {
  background-color: #ddd;
  border-radius: 5px;
  padding: 2px 15px;
}

.zd-imei-notice {
  background-color: cornsilk;
  border: 1px solid bisque;
  margin-top: 30px;
  border-radius: 8px;
  padding: 10px 20px;
}

.zd-alert-end-order {
  background-color: #cdffcf;
  color: green;
  padding: 10px 20px;
  margin-top: 100px;
  border-radius: 8px;
  border: 1px solid #00c802;
}

input.btn.btn-success {
  background-color: green !important;
  border-color: green !important;
  color: white !important;
}

input.btn.btn-success:hover {
  opacity: 80% !important;
}

input.btn.btn-sm.btn-primary {
  margin-top: 20px;
}

a.btn-sm.btn-info {
  background-color: green;
  border-color: green;
  border-radius: 5px;
  padding: 3px 10px;
  color: white;
}

a.btn-sm.btn-info:hover {
  opacity: 80%;
}

button#showForm {
  background-color: green;
  border-color: green;
  color: white;
}

button#showForm:hover {
  opacity: 80%;
}

a.btn.btn-danger {
  background-color: #dc3545;
  border-color: #dc3545;
  color: white;
}

a.btn.btn-danger:hover {
  opacity: 80%;
}

/* END Device Repair */


/* Start Dashboard */

.woocommerce-MyAccount-content {
  background-color: white !important;
  border-radius: 10px !important;
  box-shadow: 0 10px 50px rgb(0, 0, 0, 0.1) !important;
  padding: 20px 20px !important;
  margin-top: 3px !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 25% !important;
}

.woocommerce-account .woocommerce-MyAccount-content {
  width: 74% !important;
}

/* .post-content .woocommerce {
  background-color: white !important;
  border-radius: 10px !important;
  box-shadow: 0 10px 50px rgb(0, 0, 0, 0.1) !important;
  padding: 20px 20px !important;
} */

.woocommerce-Button.button {
  border: 0;
  border-radius: 5px;
  padding: 3px 10px;
  transition: all 0.3s ease;
}

a.woocommerce-Button.wc-forward.button,
a.button.wc-forward {
  color: white;
  font-weight: 100;
  transition: all 0.3s ease;
}

a.woocommerce-Button.wc-forward.button:hover,
a.button.wc-forward:hover,
.woocommerce-account .addresses .title .edit:hover {
  color: white;
}

.woocommerce-account .addresses .title .edit {
  float: left;
  border-radius: 5px;
  padding: 3px 10px;
  transition: all 0.3s ease;
}

.woocommerce-MyAccount-content p {
  /* background-color: #ddd;
  padding: 3px 10px;
  border-radius: 5px; */
  margin-bottom: 20px !important;
  color: rosybrown;
}

span.woocommerce-Price-amount.amount {
  color: darkcyan !important;
}

.woosw-item--time {
  color: darkgray !important;
}

.rtl .woocommerce .col2-set .col-1,
.rtl .woocommerce-page .col2-set .col-1,
.rtl .woocommerce .col2-set .col-2,
.rtl .woocommerce-page .col2-set .col-2 {
  background-color: #f8f9fb;
  padding: 15px;
  border-radius: 8px;
}

.profile-navigation-link svg {
  color: red;
  margin-left: 7px;
}

.woocommerce-Input {
  border-radius: 5px;
  border: 1px solid #ddd;
  padding: 2px 10px;

}

.woocommerce-Input:focus {
  /* border: 1px solid #ddd !important; */
  background-color: #f8f9fb;
}

.woocommerce-Button {
  color: white !important;
  font-weight: 100 !important;
}


/* END Dashboard */



/* Start Style Login & Register */

button#getCod {
  color: #f8f9fb;
  border-color: unset;
  border-radius: 8px;
  padding: 5px;
  transition: all 0.3s ease;
}

.content {
  background-color: #F18604;
  border-radius: 10px;
  box-shadow: 0 0 .25em rgba(0, 0, 0, .25);
  box-sizing: border-box;
  padding: 25px 30px 30px;
  margin-top: 100px;
  margin-bottom: 100px;
}

.content label {
  color: #727272;
  margin-bottom: 10px;
}

.col-sm-8 {
  z-index: 99999;
}


.context {
  width: 100%;
  position: absolute;
  top: 50vh;
}

.area {
  background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8);
  width: 100%;
}

.social {
  display: none;
}

.circles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 82%;
  overflow: hidden;
}

.circles li {
  position: absolute;
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0.2);
  animation: animate 25s linear infinite;
  bottom: -150px;

}

.circles li:nth-child(1) {
  left: 25%;
  width: 80px;
  height: 80px;
  animation-delay: 0s;
}


.circles li:nth-child(2) {
  left: 10%;
  width: 20px;
  height: 20px;
  animation-delay: 2s;
  animation-duration: 12s;
}

.circles li:nth-child(3) {
  left: 70%;
  width: 20px;
  height: 20px;
  animation-delay: 4s;
}

.circles li:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  animation-delay: 0s;
  animation-duration: 18s;
}

.circles li:nth-child(5) {
  left: 65%;
  width: 20px;
  height: 20px;
  animation-delay: 0s;
}

.circles li:nth-child(6) {
  left: 75%;
  width: 60px;
  height: 60px;
  animation-delay: 3s;
}

.circles li:nth-child(7) {
  left: 35%;
  width: 60px;
  height: 60px;
  animation-delay: 7s;
}

.circles li:nth-child(8) {
  left: 50%;
  width: 25px;
  height: 25px;
  animation-delay: 15s;
  animation-duration: 45s;
}

.circles li:nth-child(9) {
  left: 20%;
  width: 15px;
  height: 15px;
  animation-delay: 2s;
  animation-duration: 35s;
}

.circles li:nth-child(10) {
  left: 85%;
  width: 30px;
  height: 30px;
  animation-delay: 0s;
  animation-duration: 11s;
}



@keyframes animate {

  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 30%;
  }

  100% {
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 100%;
  }

}

/* END Style Login & Register */


.woosw-list table.woosw-items .woosw-item .woosw-item--name a {
  color: #515151 !important;
}

.woosw-list table.woosw-items .woosw-item .woosw-item--image img {
  border-radius: 5px !important;
}

a.button.product_type_variable.add_to_cart_button {
  display: inline-block;
  color: white !important;
  padding:10px !important;
  border-radius: 5px !important;
  transition: all 0.3s ease;
  width: 138px;
  height: 33px;
  text-align: center;
  font-weight: 100;
}

table.woosw-items {
  width: 100% !important;
}

button#woosw_copy_btn {
  border-radius: 5px;
  background-color: #ddd;
  color: white;
  border: 0;
  padding: 3px 15px;
  margin-right: 5px;
  width: 100px;
  height: 34px;
  font-weight: 100;
  transition: all 0.3s ease;
}

input#woosw_copy_url {
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 14px;
  padding: 2px 50px;
}

.woosw-list {
  background-color: white !important;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px !important;
  border-radius: 10px !important;
  padding: 20px !important;
}


/* Start Phone Login */

.zd-theme-zs-modal-phone-login .zarin-developer-modal-close {
  position: absolute;
  right: 20px;
  top: 20px;
  background: #e4e4e4;
  width: 20px;
  height: 20px;
  padding: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 1;
}

.zd-theme-zs-modal-phone-login .zarin-developer-modal-close:hover {
  background: red;
  color: white;
}

/* END Phone Login */


/* Start Edit Account */

.woocommerce-EditAccountForm input {
  background: #f8f9fb !important;
}

.woocommerce-EditAccountForm input:focus {
  background: white !important;
}

/* End Edit Account */

/* Start Edit Address Shipping */

.woocommerce-address-fields input {
  background: #f8f9fb !important;
  border: 1px solid #ddd !important;
  border-radius: 4px !important;
}

.woocommerce-address-fields input:focus {
  background: white !important;
}

.select2-container--default .select2-selection--single {
  background-color: #f8f9fb !important;
  border: 1px solid #ddd !important;
}

.select2-container--default .select2-selection--single:focus {
  background: white !important;
}

.woocommerce-address-fields .button {
  background-color: #ff9f1c !important;
  color: white !important;
  font-weight: 100 !important;
  transition: all 0.3s ease;
}

/* End Edit Address Shipping */




















































/**=====================
    Utilities css start
==========================**/
.rotate-0 {
  transform: rotate(0);
}

.rotate-45 {
  transform: rotate(45deg);
}

.rotate-90 {
  transform: rotate(90deg);
}

.rotate-180 {
  transform: rotate(180deg);
}

.rotate-270 {
  transform: rotate(270deg);
}

.rotate-3d {
  transform: rotate3d(0, 14, 0, 198deg) !important;
}

.horizontal-line {
  display: block;
  width: 1px;
  height: 24px;
  margin-bottom: 2px;
  background-color: #e9ecef;
}

.vertical-line {
  display: block;
  width: 100px;
  height: 2px;
  margin-bottom: 2px;
}

.custom-box-shadow-s-1 {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.3);
}

.custom-box-shadow-s-2 {
  box-shadow: 0 10px 30px 0 rgba(31, 45, 61, 0.1);
}

.custom-box-shadow-s-3 {
  box-shadow: rgba(148, 149, 150, 0.3) 0 7px 40px 2px !important;
}

.custom-box-shadow-s-4 {
  box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px inset;
}

.custom-box-shadow-s-1-bottom {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.14), 0 2px 0 rgba(0, 0, 0, 0.05);
}

.object-cover {
  object-fit: cover;
}

.object-contain {
  object-fit: contain;
}

.border-radius-md {
  border-radius: 4px;
}

.border-radius-lg {
  border-radius: 6px;
}

.border-radius-xl {
  border-radius: 8px;
}

.border-radius-xl:focus {
  border: unset !important;
}

.border-radius-2xl {
  border-radius: 12px;
}

.border-radius-3xl {
  border-radius: 16px;
}

.border-radius-circle {
  border-radius: 50%;
}

.border-radius-3-1-br {
  border-radius: 10px 10px 0 10px;
}

.border-radius-3-1-bl {
  border-radius: 10px 10px 10px 0;
}

.border-radius-1-tr-br {
  border-radius: 0 10px 10px 0;
}

.border-radius-1-tl-bl {
  border-radius: 10px 0 0 10px;
}

.border-gray-100 {
  border-color: #f8f9fa;
}

.border-gray-150 {
  border-color: #F1F2F4;
}

.border-gray-200 {
  border-color: #e9ecef;
}

.border-gray-300 {
  border-color: #dee2e6;
}

.border-gray-400 {
  border: 1px solid #ced4da;
}

.border-gray-500 {
  border-color: #adb5bd;
}

.border-gray-600 {
  border-color: #6c757d;
}

.border-gray-700 {
  border-color: #495057;
}

.border-gray-800 {
  border-color: #343a40;
}

.border-gray-900 {
  border-color: #212529;
}

.border-bottom-gray-150 {
  border-bottom: 1px solid #F1F2F4;
}

.border-bottom-gray-300 {
  border-bottom: 1px solid #dee2e6;
}

.border-bottom-gray-200 {
  border-bottom: 1px solid #e9ecef;
}

.border-left-gray-150 {
  border-left: 1px solid #F1F2F4;
}

.border-left-gray-400 {
  border-left: 1px solid #ced4da;
}

.gray-100 {
  color: #f8f9fa;
}

.gray-150 {
  color: #F1F2F4;
}

.gray-200 {
  color: #e9ecef;
}

.gray-300 {
  color: #dee2e6;
}

.gray-400 {
  color: #ced4da;
}

.gray-500 {
  color: #adb5bd;
}

.gray-600 {
  color: #6c757d;
}

.gray-700 {
  color: #495057;
}

.gray-800 {
  color: #343a40;
}

.gray-900 {
  color: #212529;
}

.cyan-100 {
  color: #cff4fc;
}

.cyan-200 {
  color: #9eeaf9;
}

.cyan-300 {
  color: #6edff6;
}

.cyan-400 {
  color: #3dd5f3;
}

.cyan-500 {
  color: #0dcaf0 !important;
}

.cyan-600 {
  color: #0aa2c0;
}

.cyan-700 {
  color: #087990;
}

.cyan-800 {
  color: #055160;
}

.cyan-900 {
  color: #032830;
}

.bg-gray-100 {
  background-color: #f8f9fa;
}

.bg-gray-150 {
  background-color: #F1F2F4;
}

.bg-gray-200 {
  background-color: #e9ecef;
}

.bg-gray-300 {
  background-color: #dee2e6;
}

.bg-gray-400 {
  background-color: #ced4da;
}

.bg-gray-500 {
  background-color: #adb5bd;
}

.bg-gray-600 {
  background-color: #6c757d;
}

.bg-gray-700 {
  background-color: #495057;
}

.bg-gray-800 {
  background-color: #343a40;
}

.bg-gray-900 {
  background-color: #212529;
}

.bg-purple {
  background-color: #5D53C1 !important;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
}

.showElem {
  opacity: 1 !important;
  visibility: visible !important;
}

.swiper .swiper-button-next,
.swiper .swiper-button-prev {
  color: #000;
  padding: 21px;
}

.swiper .swiper-button-next:after,
.swiper .swiper-button-prev:after {
  font-size: 16px;
}

.swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}

.img-opacity {
  transition: all 0.4s ease;
}

.img-opacity:hover {
  opacity: 0.8;
}

.fixed {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
}

.mt-xxxx-large {
  margin-top: 200px;
}

.mt-xxx-large {
  margin-top: 186px;
}

.mt-xx-large {
  margin-top: 150px;
}

/* .ltr {
  direction: ltr;
}

.rtl {
  direction: ltr;
} */

.hidden {
  display: none;
}

.zd-section-title i {
  color: #ffe440;
}

.breadcrumb .breadcrumb-item a {
  color: #6c757d;
}

.c-pointer {
  cursor: pointer;
}

.cfs-1 {
  font-size: 90px;
}

.fs-7 {
  font-size: 14px;
}

.fs-8 {
  font-size: 12px;
}

.fs-9 {
  font-size: 10px;
}

.fs-10 {
  font-size: 8px;
}

.fs-11 {
  font-size: 6px;
}

.nice-select.wide {
  text-align: right !important;
}

.nice-select ul li {
  text-align: right !important;
}

.product-item-s2 {
  border: 1px solid #dee2e6;
  transition: box-shadow 0.6s ease;
}

.product-item-s2 .product-item-s2-img img {
  max-width: 160px;
  max-height: 160px;
}

.product-item-s2 .product-item-s2-img .product-item-s2-delete,
.product-item-s2 .product-item-s2-img .product-item-s2-add-to-cart {
  z-index: 2;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}

.product-item-s2 .product-item-s2-img .product-item-s2-delete {
  top: 10px;
  right: 0;
  background-color: #fff;
}

.product-item-s2 .product-item-s2-img .product-item-s2-delete a {
  color: #000;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
  width: 36px;
  height: 36px;
  display: block;
}

.product-item-s2 .product-item-s2-img .product-item-s2-add-to-cart {
  transform: translateY(0);
}

.product-item-s2 .product-item-s2-img .product-item-s2-add-to-cart .btn {
  background-color: #212529;
  color: #fff;
}

.product-item-s2 .product-item-s2-name a {
  color: #000;
}

.product-item-s2:hover {
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.16) !important;
}

.product-item-s2:hover .product-item-s2-delete {
  opacity: 1;
  visibility: visible;
  right: 10px;
}

.product-item-s2:hover .product-item-s2-add-to-cart {
  transform: translateY(-10px);
  opacity: 1;
  visibility: visible;
}

.modal {
  z-index: 999999;
}

.modal-backdrop {
  z-index: 99999;
}


/**=====================
    Buttons css start
==========================**/
.custom-btn-danger {
  background-color: rgb(var(--theme-color-red));
  color: #fff;
}

.custom-btn-danger:hover {
  color: #fff;
}

.custom-btn-secondary {
  background-color: #fff;
  color: #343a40;
  border-color: #dee2e6;
}

.custom-btn-secondary:hover {
  color: #343a40;
}

.custom-btn-secondary.active {
  border-color: rgb(var(--theme-color-red));
  color: rgb(var(--theme-color-red));
  background-color: rgba(var(--theme-color-red), 0.04);
}

.custom-btn-success {
  background-color: #25D366 !important;
  color: #fff !important;
}

.custom-btn-success:hover {
  color: #fff !important;
}

.custom-btn-primary {
  background-color: #00ACEE !important;
  color: #fff !important;
}

.custom-btn-primary:hover {
  color: #fff !important;
}

.custom-btn-info {
  background-color: #3B5998 !important;
  color: #fff !important;
}

.custom-btn-info:hover {
  color: #fff !important;
}

@keyframes loader {
  0% {
    transform: translateZ(0);
    background-position: -468px 0;
  }

  to {
    transform: translateZ(0);
    background-position: 468px 0;
  }
}

/**=====================
    Loader css start
==========================**/
.loader {
  position: fixed;
  height: 100vh;
  width: 100vw;
  z-index: 9999;
  display: block;
  background-color: #fff;
  top: 0;
  overflow-y: auto;
}

.loader .blur-up {
  -webkit-filter: blur(5px);
  filter: blur(5px);
  transition: filter 400ms, -webkit-filter 400ms;
}

.loader .header {
  width: 100%;
  height: 500px;
  background-color: #f8f9fa;
}

.loader .banners-loader .contain-banners {
  background-color: #f8f9fa;
  height: 200px;
}

.loader .banners-loader .contain-banners div h4,
.loader .banners-loader .contain-banners div h3,
.loader .banners-loader .contain-banners div h6 {
  background: linear-gradient(90deg, rgba(212, 212, 212, 0.3) 8%, #e4e4e4 18%, rgba(212, 212, 212, 0.3) 33%);
  background-size: 800px 104px;
  animation: loader 2s infinite linear;
}

.loader .banners-loader .contain-banners div h4 {
  width: 150px;
  height: 24px;
}

.loader .banners-loader .contain-banners div h3 {
  width: 200px;
  height: 35px;
}

.loader .banners-loader .contain-banners div h6 {
  width: 120px;
  height: 24px;
}

.loader .top-mobile-navbar {
  display: none;
}

.loader .custom-navbar .top-mobile-navbar .navbar-brand {
  width: 200px;
}

@media screen and (max-width: 992px) {
  .loader .header {
    height: 200px;
  }

  .loader .custom-navbar .top-navbar {
    padding: 0 !important;
  }

  .loader .custom-navbar .top-navbar .top-mobile-navbar {
    display: block;
  }

  .loader .custom-navbar .main-navbar .main-mobile-navbar {
    display: block;
  }
}

/**=====================
    Navbar css start
==========================**/
.custom-navbar {
  z-index: 9999;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  background-color: #fff;
}

.custom-navbar .ads-banner img {
  transition: all 1s ease;
  display: block;
  width: 100%;
  height: 100%;
}

.custom-navbar .top-navbar {
  z-index: 9;
  background-color: #fff;
  position: relative;
}

.custom-navbar .top-navbar .top-nav-right form {
  width: 600px;
}

.custom-navbar .top-navbar .top-nav-right form input {
  padding: 10px 50px 12px 10px;
}

.custom-navbar .top-navbar .top-nav-right form input:focus {
  background-color: #e9ecef;
}

.custom-navbar .top-navbar .top-nav-right form button {
  top: 5px;
  right: 5px;
}

.custom-navbar .top-navbar .top-nav-right .search-results {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  background-color: #fff;
  z-index: 99;
  overflow-y: auto;
  max-height: 300px;
  transition: all 0.3s ease-in-out;
}

.custom-navbar .top-navbar .top-nav-right .search-results .search-result-item i {
  vertical-align: 18px;
}

.custom-navbar .top-navbar .top-nav-right .search-results .search-result-item strong {
  color: #0a58ca;
  padding-right: 5px;
}

.custom-navbar .top-navbar .top-nav-right .search-results .search-result-item:last-child {
  border: 0 !important;
}

.custom-navbar .top-navbar .top-nav-right .search-results .search-result-item:hover {
  background-color: #f8f9fa;
}

.custom-navbar .top-navbar .top-nav-right .search-results .search-result-item.best-searching:hover {
  background-color: inherit;
}

.custom-navbar .top-navbar .top-nav-right .search-results .search-result-item.best-searching .searches a {
  margin: auto 1px;
}

.custom-navbar .top-navbar .top-nav-right .search-results .search-result-item.best-searching .searches a:hover {
  color: #fff;
}

.custom-navbar .top-navbar .top-nav-right .search-fired {
  border-radius: 8px 8px 0 0 !important;
  border-bottom: 2px solid rgb(var(--theme-color-red)) !important;
}

.custom-navbar .top-navbar .top-nav-left .user-panel-menu .dropdown-menu {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.3);
  border: 0 !important;
  padding: 0 !important;
}

.custom-navbar .top-navbar .top-nav-left .user-panel-menu .dropdown-menu li {
  border-bottom: 1px solid #F1F2F4;
}

.custom-navbar .top-navbar .top-nav-left .user-panel-menu .dropdown-menu li a:active {
  background-color: inherit;
  color: #000;
}

.custom-navbar .top-navbar .top-nav-left .user-panel-menu .dropdown-menu li a svg path {
  fill: #495057;
}

.custom-navbar .top-navbar .top-nav-left .shopping-cart-wrapper .shopping-cart-btn {
  padding: 6px;
}

.custom-navbar .top-navbar .top-nav-left .shopping-cart-wrapper .shopping-cart-btn .shop-cart-badge {
  top: 19px;
  right: -1px;
  padding: 2px 5px;
  background-color: rgb(var(--theme-color-red));
}

.custom-navbar .top-navbar .top-nav-left .shopping-cart-wrapper:hover .shopping-cart-btn {
  background-color: rgba(var(--theme-color-red), 0.1);
  color: var(--theme-color-red);
}

.custom-navbar .top-navbar .top-nav-left .shopping-cart-wrapper:hover .shopping-cart-box {
  display: block;
}

.custom-navbar .top-navbar .top-nav-left .shopping-cart-wrapper .shopping-cart-box {
  display: none;
  z-index: 10;
  top: 100%;
  left: 0;
  width: 350px;
}

.custom-navbar .top-navbar .top-nav-left .shopping-cart-wrapper .shopping-cart-box .card-header a i {
  vertical-align: -2px;
}

.custom-navbar .top-navbar .top-nav-left .shopping-cart-wrapper .shopping-cart-box .card-body {
  height: 300px;
  overflow-y: auto;
}

.custom-navbar .top-navbar .top-nav-left .shopping-cart-wrapper .shopping-cart-box .card-body .noProductInCart {
  display: none;
}

.custom-navbar .top-navbar .top-nav-left .shopping-cart-wrapper .shopping-cart-box .card-body .shopping-cart-item:last-child {
  border: 0;
  padding-bottom: 0;
}

.custom-navbar .top-navbar .top-nav-left .shopping-cart-wrapper .shopping-cart-box .card-body .shopping-cart-item .shopping-cart-item-right img {
  height: 115px;
}

.custom-navbar .top-navbar .top-nav-left .shopping-cart-wrapper .shopping-cart-box .card-body .shopping-cart-item .shopping-cart-item-right .shop-item-edit-box {
  border: 1px solid #e9ecef;
  padding-top: 13px;
}

.custom-navbar .top-navbar .top-nav-left .shopping-cart-wrapper .shopping-cart-box .card-body .shopping-cart-item .shopping-cart-item-right .shop-item-edit-box span {
  cursor: pointer;
  color: rgb(var(--theme-color-red));
}

.custom-navbar .top-navbar .top-mobile-navbar {
  display: none;
}

.custom-navbar .top-navbar .top-mobile-navbar .top-mobile-navbar-right svg rect:nth-child(2) {
  fill: rgb(var(--theme-color-red));
}

.custom-navbar .top-navbar .top-mobile-navbar .top-mobile-navbar-right svg path {
  fill: rgb(var(--theme-color-red));
}

.custom-navbar .top-navbar .top-mobile-navbar .top-mobile-navbar-right .navbar-items-mobile {
  position: absolute;
  top: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  z-index: 1000;
}

.custom-navbar .top-navbar .top-mobile-navbar .top-mobile-navbar-right .navbar-items-mobile .navbar-items-mobile-header .navbar-items-mobile-close-btn {
  cursor: pointer;
}

.custom-navbar .top-navbar .top-mobile-navbar .top-mobile-navbar-right .navbar-items-mobile .navbar-items-mobile-body {
  background-color: #fff;
}

.custom-navbar .top-navbar .top-mobile-navbar .top-mobile-navbar-right .navbar-items-mobile .navbar-items-mobile-body ul.navbar-parent {
  height: 100%;
  overflow-y: auto;
}

.custom-navbar .top-navbar .top-mobile-navbar .top-mobile-navbar-right .navbar-items-mobile .navbar-items-mobile-body ul.navbar-parent li a {
  color: #343a40;
  letter-spacing: 0.5px;
}

.custom-navbar .top-navbar .top-mobile-navbar .top-mobile-navbar-right .navbar-items-mobile .navbar-items-mobile-body ul.navbar-parent li a svg {
  margin-left: 5px;
}

.custom-navbar .top-navbar .top-mobile-navbar .top-mobile-navbar-right .navbar-items-mobile .navbar-items-mobile-body ul.navbar-parent li a svg path {
  fill: #6c757d;
}

.custom-navbar .top-navbar .top-mobile-navbar .top-mobile-navbar-right .navbar-items-mobile .navbar-items-mobile-body ul.navbar-parent li ul {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 999;
  top: 0;
  right: 0;
  background-color: #fff;
  transition: all 0.4s ease;
  opacity: 0;
  visibility: hidden;
}

.custom-navbar .top-navbar .top-mobile-navbar .top-mobile-navbar-right .showElem {
  opacity: 1 !important;
  visibility: visible !important;
  top: 0 !important;
}

.custom-navbar .top-navbar .top-mobile-navbar .top-mobile-navbar-middle img {
  width: 115px;
}

.custom-navbar .top-navbar .top-mobile-navbar .top-mobile-navbar-left svg circle {
  fill: var(--bs-gray);
}

.custom-navbar .top-navbar .top-mobile-navbar .top-mobile-navbar-left svg path {
  fill: #031633;
}

.custom-navbar .main-navbar {
  margin-bottom: 4px;
  position: absolute;
  left: 0;
  top: 100%;
  right: 0;
  background-color: #fff;
  transition: all 0.2s ease;
}

.custom-navbar .main-navbar a {
  color: #6c757d;
  transition: all 0.3s ease;
  font-size: 14px;
}

.custom-navbar .main-navbar svg {
  transform: scale(0.8);
}

.custom-navbar .main-navbar svg path {
  fill: #adb5bd;
  transition: fill 0.3s ease;
}

.custom-navbar .main-navbar ul li {
  position: relative;
}

.custom-navbar .main-navbar ul li:hover a {
  color: rgb(var(--theme-color-red));
}

.custom-navbar .main-navbar ul li:hover::after {
  transform: scaleX(1);
  transform-origin: 0 50%;
}

.custom-navbar .main-navbar ul li:hover svg path {
  fill: rgb(var(--theme-color-red));
}

.custom-navbar .main-navbar ul li:hover ul.nav-item-submenu {
  opacity: 1;
  visibility: visible;
}

.custom-navbar .main-navbar ul li:hover ul.nav-item-submenu li a {
  color: #adb5bd;
}

.custom-navbar .main-navbar ul li:hover ul.nav-item-submenu li a svg path {
  fill: #adb5bd;
}

.custom-navbar .main-navbar ul li::after {
  border-bottom: 0.15rem solid rgb(var(--theme-color-red));
  content: "";
  display: block;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-in-out;
}

.custom-navbar .main-navbar ul li ul.nav-item-submenu {
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  top: 44px;
  right: 0;
  min-width: 200px;
  z-index: 1;
}

.custom-navbar .main-navbar ul li ul.nav-item-submenu::before {
  content: "";
  position: absolute;
  top: -10px;
  right: 22px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 13px solid #fff;
}

.custom-navbar .main-navbar ul li ul.nav-item-submenu li.nav-item-submenu-child:hover {
  background-color: #e9ecef;
}

.custom-navbar .main-navbar ul li ul.nav-item-submenu li.nav-item-submenu-child:hover a {
  color: rgb(var(--theme-color-red));
}

.custom-navbar .main-navbar ul li ul.nav-item-submenu li.nav-item-submenu-child:hover a svg path {
  fill: rgb(var(--theme-color-red));
}

.custom-navbar .main-navbar ul li ul.nav-item-submenu li.nav-item-submenu-child:hover ul {
  opacity: 1;
  visibility: visible;
}

.custom-navbar .main-navbar ul li ul.nav-item-submenu li.nav-item-submenu-child:hover ul li:hover::after {
  transform: scale(0);
}

.custom-navbar .main-navbar ul li ul.nav-item-submenu li.nav-item-submenu-child:hover ul li::after {
  border: 0;
}

.custom-navbar .main-navbar ul li ul.nav-item-submenu li.nav-item-submenu-child:hover ul li a {
  color: #adb5bd;
}

.custom-navbar .main-navbar ul li ul.nav-item-submenu li.nav-item-submenu-child a {
  padding: 10px;
  display: block;
}

.custom-navbar .main-navbar ul li ul.nav-item-submenu li.nav-item-submenu-child a svg {
  transform: scale(0.75);
}

.custom-navbar .main-navbar ul li ul.nav-item-submenu li.nav-item-submenu-child ul {
  min-width: 200px;
  right: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  z-index: 1;
}

.custom-navbar .main-navbar ul li ul.nav-item-submenu li.nav-item-submenu-child ul li:hover {
  background-color: #e9ecef;
}

.custom-navbar .main-navbar ul li ul.nav-item-submenu li.nav-item-submenu-child ul li:hover a {
  color: var(--bs-blue);
}

.custom-navbar .main-navbar ul span.horizontal-line {
  height: 20px;
}

.custom-navbar .main-navbar .select-map-link {
  transition: all 0.3s ease;
}

.custom-navbar .main-navbar .select-map-link:hover {
  color: var(--bs-blue);
}

.custom-navbar .main-navbar .select-map-link:hover svg path {
  fill: var(--bs-blue);
}

.custom-navbar .main-navbar .main-mobile-navbar {
  display: none !important;
}

.custom-navbar .main-navbar .main-mobile-navbar .main-mobile-navbar-right form {
  width: 550px;
}

.custom-navbar .main-navbar .main-mobile-navbar .main-mobile-navbar-right form input {
  padding-right: 40px;
}

.custom-navbar .main-navbar .main-mobile-navbar .main-mobile-navbar-right form input:focus {
  background-color: #e9ecef;
}

.custom-navbar .main-navbar .main-mobile-navbar .main-mobile-navbar-right form button {
  top: 3px;
  right: 0;
}

.custom-navbar .main-navbar .main-mobile-navbar .main-mobile-navbar-left svg {
  transform: scale(1.1);
}

.custom-navbar .main-navbar .main-mobile-navbar .main-mobile-navbar-left svg path {
  fill: #212529;
}

.custom-navbar .main-navbar .main-mobile-navbar .main-mobile-navbar-left .shopping-cart-btn .shop-cart-badge {
  top: 20px;
  right: 0;
  padding: 3px 5px;
}

.custom-navbar .is-active {
  transform: translateY(0) !important;
  z-index: 1;
}

.custom-navbar .hidden-main-navbar {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  z-index: -1;
}

@media only screen and (max-width: 1200px) {
  .custom-navbar .ads-banner img {
    height: 60px;
  }

  .custom-navbar .top-navbar .top-nav-right form {
    width: 450px;
  }

  .custom-navbar .top-navbar .top-nav-left .shopping-cart-wrapper .shopping-cart-box {
    display: none;
  }
}

@media only screen and (max-width: 992px) {
  .custom-navbar .top-navbar>.container {
    display: none !important;
  }

  .custom-navbar .main-navbar>.container {
    display: none !important;
  }

  .custom-navbar .top-navbar .top-mobile-navbar {
    display: block;
  }

  .custom-navbar .main-navbar {
    background: #fff !important;
    display: inherit;
  }

  .custom-navbar .main-navbar .main-mobile-navbar {
    display: block !important;
  }
}

@media only screen and (max-width: 767px) {
  .custom-navbar .main-navbar .main-mobile-navbar .main-mobile-navbar-right form {
    width: 300px !important;
  }
}

@media only screen and (max-width: 448px) {
  .custom-navbar .ads-banner img {
    height: 40px;
  }

  .custom-navbar .main-navbar .main-mobile-navbar .main-mobile-navbar-right form {
    width: 200px !important;
  }
}

@media only screen and (max-width: 354px) {
  .custom-navbar .main-navbar .main-mobile-navbar .main-mobile-navbar-right form {
    width: 120px !important;
  }
}

/**=====================
    Story Section css start
==========================**/
.story-section .row {
  --bs-gutter-x: 0;
}

.story-section .row .story-item {
  display: inline-block;
  width: 80px;
  cursor: pointer;
}

.story-section .row .story-item .img-fluid {
  border: 2px solid rgb(var(--theme-color-red));
  padding: 5px;
}

.story-section .row .story-item strong {
  display: inline-block;
  margin-top: 10px;
}

.story-section .modal .modal-content {
  background: transparent;
  border: 0;
}

.story-section .modal .modal-content button {
  margin-bottom: 5px;
}

.story-section .modal .modal-content .swiper img {
  width: 100%;
}

.story-section .modal .modal-content .swiper .swiper-button-next,
.story-section .modal .modal-content .swiper .swiper-button-prev {
  color: #fff;
  background-color: #495057;
  border-radius: 50%;
  top: 90%;
}

@media only screen and (max-width: 500px) {
  .story-section {
    padding: 0 !important;
  }

  .story-section .row .story-item:last-child {
    display: none !important;
  }
}

/**=====================
    Header css start
==========================**/
.header:hover .swiper-button-next,
.header:hover .swiper-button-prev {
  opacity: 1;
  visibility: visible;
}

.header .swiper-button-next,
.header .swiper-button-prev {
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
  bottom: 40px !important;
  top: inherit;
}

.header .swiper-button-next {
  right: 105px;
}

.header .swiper-button-prev {
  right: 50px;
}

@media only screen and (max-width: 1200px) {
  .swiper .swiper-slide img {
    height: 400px !important;
    object-fit: cover;
  }
}

@media only screen and (max-width: 992px) {
  .swiper .swiper-slide img {
    height: 300px !important;
    object-fit: cover;
  }

  .swiper .swiper-button-next,
  .swiper .swiper-button-prev {
    display: none;
  }
}

/**=====================
    Best Suggestion css start
==========================**/
.best-suggestions {
  background-color: #dc3545;
  padding-left: 2px;
}

.best-suggestions .swiper .swiper-slide {
  background-color: #fff;
  padding: 10px;
}

.best-suggestions .swiper .swiper-slide:first-child {
  background-color: #dc3545;
}

.best-suggestions .swiper .swiper-slide:not(:first-child) img {
  object-fit: contain;
  width: 100px;
  height: 180px !important;
  margin: 0 auto;
  display: block;
}

.best-suggestions .swiper .swiper-slide .amazing-img {
  width: 80px;
  height: 80px !important;
}

.best-suggestions .swiper .swiper-slide .box-img {
  width: 130px;
  height: 120px !important;
}

.best-suggestions .swiper .swiper-slide .product-details .discount-amount {
  background-color: #dc3545;
}

.best-suggestions .swiper .swiper-slide .product-details .discounted_price span {
  font-size: 12px;
}

.best-suggestions .swiper .swiper-slide.border-radius-1-tl-bl {
  padding: 109px 0;
}

.best-suggestions .swiper .swiper-slide.border-radius-1-tl-bl i {
  font-size: 30px;
}

.best-suggestions .swiper .swiper-button-disabled {
  display: none;
}

@media screen and (max-width: 320px) {
  .swiper .swiper-slide .box-img {
    object-fit: contain !important;
    width: 100px !important;
    height: 90px !important;
  }

  .swiper .swiper-slide .product-details {
    display: inherit !important;
  }

  .swiper .swiper-slide .product-details .discounted_price {
    display: block;
  }
}

@media screen and (max-width: 361px) {

  .swiper .swiper-slide .product-details .discount-amount,
  .swiper .swiper-slide .product-details .discounted_price {
    font-size: 14px !important;
  }
}

/**=====================
    Bannners css start
==========================**/
/**=====================
    Categories css start
==========================**/
.categories a strong {
  margin-top: 6px;
  color: #000 !important;
}

@media screen and (max-width: 991px) {
  .categories .clearfix {
    display: none !important;
  }
}

/**=====================
    Suggestions css start
==========================**/
.suggestions .wrapper .row .suggest-item {
  border-left: 1px solid #e9ecef;
  position: relative;
  border-bottom: 1px solid #F1F2F4;
  text-align: center;
}

.suggestions .wrapper .row .suggest-item a img {
  height: 80px !important;
  width: 80px;
  object-fit: contain;
}

.suggestions .wrapper .row .suggest-item a h4 {
  color: #031633;
}

/**=====================
    Best Brands css start
==========================**/
.best-brands .swiper-slide {
  height: 100%;
}

.best-brands .swiper-slide .brands-item {
  border-right: 1px solid #F1F2F4;
}

.best-brands .swiper-slide .brands-item img {
  object-fit: contain;
  height: 100px !important;
}

/**=====================
    Some Products css start
==========================**/
.some-products .some-products-box {
  border-left: 1px solid #e9ecef;
}

.some-products .some-products-box .some-products-title h4 {
  color: #031633;
}

.some-products .some-products-box .some-products-images {
  display: grid;
  gap: 2px;
  grid-template-columns: auto auto;
  flex: 1 1;
  background-color: #f8f9fa;
}

.some-products .some-products-box .some-products-images a {
  background-color: #fff;
}

/**=====================
    Best Sales css start
==========================**/
.best-sales .best-sale-item img {
  width: 86px;
  height: 86px !important;
}

.best-sales .best-sale-item .best-sale-title {
  color: #000;
  border-bottom: 1px solid #F1F2F4;
  width: 150px;
}

/**=====================
    Vendor css start
==========================**/
.vendor-shops .vendor-item .vendor-item-header h4 .svg-icon {
  vertical-align: 3px;
}

.vendor-shops .vendor-item .vendor-item-header h4 a {
  color: #000;
}

.vendor-shops .vendor-item .vendor-item-header h4 .vendor-level {
  font-size: 14px;
  background-color: #d1e7dd;
  color: #198754;
  padding: 1px 6px;
}

.vendor-shops .vendor-item .vendor-item-header a i {
  vertical-align: -1px;
}

.vendor-shops .vendor-item .vendor-shop-items .vendor-shop-item:last-child {
  border: 0;
}

@media screen and (max-width: 991px) {
  .vendor-shops .col-xl-4 {
    border-left: 0;
  }
}

@media screen and (max-width: 380px) {

  .vendor-shops .vendor-item-header a,
  .vendor-shops .vendor-item-header h4 {
    font-size: 14px;
  }

  .vendor-shops .vendor-item-header a span,
  .vendor-shops .vendor-item-header h4 span {
    display: none;
  }
}

/**=====================
    Blog css start
==========================**/
.blog .blog-item {
  border: 1px solid #dee2e6;
}

.blog .blog-item .blog-item-contents a {
  color: #000;
}

/**=====================
    Footer css start
==========================**/
.footer {
  border-top: 1px solid #F1F2F4;
}

.footer .footer-top .footer-top-detial .back-to-top {
  border: 1px solid #e9ecef;
}

.footer .footer-top .footer-top-detial .back-to-top:hover {
  color: inherit;
}

.footer .footer-main ul li a {
  color: #6c757d;
  font-size: 14px;
}

.footer .footer-main .social-list li.instagram:hover,
.footer .footer-main .social-list li.twitter:hover,
.footer .footer-main .social-list li.telegram:hover,
.footer .footer-main .social-list li.linkedin:hover {
  background-size: 100%;
  background-repeat: repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}

.footer .footer-main .social-list li.instagram:hover {
  background-color: red;
  background-image: linear-gradient(45deg, #f3ec78, #af4261);
}

.footer .footer-main .social-list li.twitter:hover {
  background-color: #1da1f2;
  background-image: linear-gradient(45deg, #1da1f2, #0673b5);
}

.footer .footer-main .social-list li.linkedin:hover {
  background-color: #027cbd;
  background-image: linear-gradient(45deg, #027cbd, #0290ce);
}

.footer .footer-main .social-list li.telegram:hover {
  background-color: #28a4e4;
  background-image: linear-gradient(45deg, #28a4e4, #1389c7);
}

.footer .footer-main .subscribe-in-newsletter form input {
  background-color: #e9ecef;
  border: 0;
}

.footer .footer-main .subscribe-in-newsletter form button {
  background-color: #adb5bd;
}

.footer .footer-copyright,
.footer .footer-info {
  border-top: 1px solid #e9ecef;
}

.footer .footer-info p {
  text-align: justify;
}

.footer .footer-info img {
  width: 125px;
}

@media screen and (max-width: 810px) {
  .footer .footer-top-attr {
    display: none !important;
  }
}

@media screen and (max-width: 365px) {
  .footer .footer-top-detial .back-to-top {
    display: none;
  }
}

/**=====================
    Chat Widget css start
==========================**/
.chat-widget {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 60px;
  height: 60px;
  background-color: #6f42c1;
  z-index: 999;
}

.chat-widget a svg {
  margin: 18px;
  transform: scale(1.8);
}

.chat-widget a svg path {
  fill: #fff;
}

.chat-widget .chat-widget-box {
  position: absolute;
  bottom: 120%;
  overflow: hidden;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}

.chat-widget .chat-widget-box .card {
  width: 360px;
}

.chat-widget .chat-widget-box .card .card-header {
  background: linear-gradient(to right, #ef5661, #cb444d);
  color: #fff;
}

.chat-widget .chat-widget-box .card .card-header a i {
  padding: 6px 8px;
}

.chat-widget .chat-widget-box .card .card-header a i:hover {
  background-color: #d34d57;
}

.chat-widget .chat-widget-box .card .card-body {
  overflow-y: auto;
  text-align: initial;
  height: 420px;
}

.chat-widget .chat-widget-box .card .card-body .chat-widget-msg.customer-msg,
.chat-widget .chat-widget-box .card .card-body .chat-widget-msg.operator-msg {
  color: #fff;
  font-size: 14px;
}

.chat-widget .chat-widget-box .card .card-body .chat-widget-msg.customer-msg p {
  background: linear-gradient(to right, #ef5661, #cb444d);
  word-break: break-word;
}

.chat-widget .chat-widget-box .card .card-body .chat-widget-msg.operator-msg p {
  background: linear-gradient(to right, #3d8bfd, #0d6efd);
}

.chat-widget .chat-widget-box .card .card-body .chat-widget-msg.chat-info {
  background: radial-gradient(circle at 18.7% 37.8%, rgb(250, 250, 250) 0%, rgb(225, 234, 238) 90%);
}

.chat-widget .chat-widget-box .card .card-footer {
  background-color: #fff;
}

.chat-widget .chat-widget-box .card .card-footer span {
  cursor: pointer;
}

.chat-widget .chat-widget-box .card .card-footer span svg path {
  fill: #adb5bd;
}

.chat-widget .chat-widget-box .card .card-footer span svg path:hover {
  fill: #6c757d;
}

.chat-widget .chat-widget-box .card .send-file-to-chat-box {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

.chat-widget .chat-widget-box .card .send-file-to-chat-box .send-file-to-chat-box-select-file {
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.chat-widget .chat-widget-box .card .send-file-to-chat-box .send-file-to-chat-box-select-file label {
  border: 3px dashed #495057;
  padding: 20px 40px;
  background-color: #fff;
}

@media screen and (max-width: 480px) {
  .chat-widget-box {
    position: fixed !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
  }

  .chat-widget-box .card {
    width: 100% !important;
  }

  .chat-widget-box .card .card-body {
    height: 100vh !important;
  }

  .chat-widget-box .card .card-body .clearfix:last-child {
    margin-bottom: 80px;
  }

  .chat-widget-box .card .card-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
  }
}

/**=====================
    Tap Top css start
==========================**/
.to-top {
  position: fixed;
  left: 30px;
  bottom: 30px;
  width: 50px;
  height: 50px;
  background-color: rgb(var(--theme-color-red));
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  z-index: 99;
}

.to-top a svg {
  margin: 10px;
}

.to-top a svg path {
  fill: #fff;
}

/**=====================
    Login css start
==========================**/
.action-wrapper {
  margin-top: 200px;
}

.action-wrapper .form {
  width: 400px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.action-wrapper .form.no-center {
  transform: none;
  position: static;
}

.action-wrapper .form img {
  width: 140px;
}

.action-wrapper .form i {
  top: 40px;
  color: #000;
}

.action-wrapper .form form input,
.action-wrapper .form form button {
  padding: 10px;
}

.action-wrapper .form form .pin {
  display: inline-block;
  margin: 0 2px;
}

@media screen and (max-width: 420px) {
  .action-wrapper .form {
    width: 350px;
  }
}

@media screen and (max-width: 380px) {
  .action-wrapper .form {
    width: 320px;
    border: 0 !important;
  }
}

@media screen and (max-width: 332px) {
  .action-wrapper .form {
    width: 280px;
  }
}

@media screen and (max-width: 300px) {
  .action-wrapper .form {
    width: 240px;
  }

  .action-wrapper .form p {
    font-size: 12px;
  }

  .action-wrapper .form form input,
  .action-wrapper .form form button {
    padding: 5px;
  }
}

/**=====================
    Category css start
==========================**/
.category .header img {
  min-height: 400px;
}

.category .best-suggestions .swiper .swiper-slide:first-child {
  background-color: transparent !important;
}

@media screen and (max-width: 1280px) {
  .category .header img {
    min-height: 300px;
  }
}

/**=====================
    Single Product css start
==========================**/
.product-details {
  position: relative;
}

.product-details .product-images .xzoom {
  box-shadow: none;
}

.product-details .product-images .xzoom-thumbs img {
  width: 80px;
}

.product-details .product-incredible-offer img {
  transform: scale(1.5);
}

.product-action {
  margin-right: 10px !important;
}

.product-action .share {
  cursor: pointer !important;
}

.product-details .product-action {
  position: absolute;
  top: 50px;
}

.product-details .product-action svg {
  cursor: pointer;
  transform: scale(1.4);
}

.product-details .product-details .en-title {
  border-bottom: 1px solid #dee2e6;
}

.product-details .product-details .product-details-right .product-attr .separator {
  font-size: 6px;
}

.product-details .product-details .product-details-right .product-attr .product-attr-colors label {
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.product-details .product-details .product-details-right .product-attr .product-attr-colors label span {
  display: none;
}

.product-details .product-details .product-details-right .product-attr .product-attr-colors input {
  display: none;
}

.product-details .product-details .product-details-right .product-attr .product-attr-colors input:checked~label {
  border: 3px solid #0dcaf0;
  width: 35px;
  height: 35px;
}

.product-details .product-details .product-details-right .product-attr ul li::before {
  font-family: "Font Awesome 5 Free";
  content: "\f111";
  font-weight: 900;
  font-size: 6px;
  padding-left: 5px;
  color: #ced4da;
}

.product-details .product-details .product-details-left {
  background-color: #F1F2F4;
  border: 1px solid #dee2e6;
}

.product-details .product-details .product-details-left .vendor-info .vendor-detail .verified-vendor {
  color: #198754;
  font-size: 12px;
}

.product-attr .swiper img {
  width: 70px;
  height: 70px !important;
}

.product-sellers h2 span {
  border-bottom: 2px solid rgb(var(--theme-color-red));
}

.product-sellers .product-sellers-item .row:nth-child(even) {
  background-color: #f8f9fa;
}

.product-sellers .product-sellers-item .row .seller-name img {
  width: 30px;
}

.product-tabs .nav-link {
  color: #495057;
}

.product-tabs .nav-tabs .nav-link {
  border-top: 0 !important;
  border-right: 0 !important;
  border-left: 0 !important;
  border-bottom: 2px solid transparent;
}

.product-tabs .nav-tabs .nav-link.active,
.product-tabs .nav-tabs .nav-item.show .nav-link {
  border-color: rgb(var(--theme-color-red));
}

.product-tabs .attrs ul li {
  width: 100%;
}

.product-tabs .attrs ul li p {
  display: inline-block;
}

.product-tabs .attrs ul li p:first-child {
  width: 35%;
}

.product-tabs .attrs ul li p:last-child {
  border-bottom: 1px solid #F1F2F4;
  width: 65%;
}

.product-tabs .product-score .customer-comment .modal .modal-body .rating input {
  display: none;
}

.product-tabs .product-score .customer-comment .modal .modal-body .rating input:checked~label,
.product-tabs .product-score .customer-comment .modal .modal-body .rating input:checked~label~label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
}

.product-tabs .product-score .customer-comment .modal .modal-body .rating input:not(:checked)~label:hover,
.product-tabs .product-score .customer-comment .modal .modal-body .rating input:not(:checked)~label:hover~label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
}

.product-tabs .product-score .customer-comment .modal .modal-body .rating label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  transition: 0.3s;
}

.similar-products .similar-item {
  border-left: 1px solid #F1F2F4;
}

.similar-products .similar-item img {
  object-fit: contain;
  width: 100%;
  height: 150px !important;
}

@media screen and (max-width: 340px) {
  .product-details .product-details h1 {
    font-size: 18px !important;
  }

  .product-details .product-details span.en-title {
    font-size: 13px !important;
  }

  .product-details .product-details-left .warranty button i {
    padding: 2px !important;
  }
}

@media screen and (max-width: 991px) {

  .product-sellers .product-sellers-item .seller-name,
  .product-sellers .product-sellers-item .seller-send-attr,
  .product-sellers .product-sellers-item .product-warranty,
  .product-sellers .product-sellers-item .product-price {
    border-bottom: 1px solid #F1F2F4;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 1399px) {

  .product-sellers .product-sellers-item .seller-name,
  .product-sellers .product-sellers-item .seller-send-attr,
  .product-sellers .product-sellers-item .product-warranty,
  .product-sellers .product-sellers-item .product-price {
    font-size: 14px;
  }
}

@media screen and (max-width: 500px) {
  .product-tabs .attrs ul li p:first-child {
    font-size: 12px;
  }

  .product-tabs .attrs ul li p:last-child {
    text-align: center;
  }

  .product-tabs #comments .count-of-comments {
    display: none;
  }

  .product-tabs #comments .comment-box .comment-text .comment {
    font-size: 14px;
  }
}

/**=====================
    Search css start
==========================**/
.search .search-filters .accordion .accordion-button:focus {
  background-color: transparent;
}

.search .search-filters .accordion ul li {
  margin: 10px;
  border-bottom: 1px solid #dee2e6;
  padding-bottom: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.search .search-filters .accordion ul li a {
  color: #000;
  display: block;
}

.search .search-filters .accordion .price-range input {
  border-top: 0;
  border-right: 0;
  border-left: 0;
}

.search .products .product-item {
  border-left: 1px solid #F1F2F4;
  border-bottom: 1px solid #F1F2F4;
}

.search .products .product-item .product-item-img {
  margin-bottom: 10px;
}

.search .products .product-item:hover {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.14), 0 0px 5px rgba(0, 0, 0, 0.3);
}

.search .pagination .page-link {
  color: rgb(var(--theme-color-red));
}

.search .pagination .page-item.active .page-link {
  background-color: rgba(var(--theme-color-red), 0.3);
  border-color: transparent;
}

@media screen and (max-width: 991px) {
  .search .product-ordering .count-of-comments {
    display: none;
  }
}

/**=====================
    Categories css start
==========================**/
.categories .category-box .category-box-title img {
  width: 50px;
  height: 50px;
}

.categories .category-box .category-item ul li {
  margin: 6px 0;
}

.categories .category-box .category-item ul li a {
  color: #000;
}

@media screen and (max-width: 376px) {
  .categories .category-box .category-box-title h2 {
    font-size: 16px !important;
  }
}

@media screen and (max-width: 310px) {

  .categories .category-box .category-box-title img,
  .categories .category-box .category-box-title h2 {
    display: block !important;
  }

  .categories .category-box .category-box-title img {
    margin: 0 auto;
  }

  .categories .category-box .category-box-title h2 {
    text-align: center !important;
    margin-top: 10px;
  }
}

/**=====================
    Single Seller css start
==========================**/
.seller-info .seller-info-right span.svg-icon {
  padding: 16px 26px 22px 26px;
}

.seller-info .seller-info-right span.svg-icon svg {
  transform: scale(2);
}

.seller-info .seller-info-left div {
  border-left: 1px solid #e9ecef;
}

.seller-info .seller-info-left div:last-child {
  border: 0;
}

@media screen and (max-width: 767px) {
  .seller-info {
    display: block !important;
  }

  .seller-info .seller-info-left {
    margin-top: 30px !important;
    justify-content: center !important;
  }
}

@media screen and (max-width: 380px) {
  .seller-info {
    display: block !important;
  }

  .seller-info .seller-info-left p:last-child {
    font-size: 12px;
  }
}

/**=====================
    Sellers css start
==========================**/
.sellers .row {
  border-left: 1px solid #e9ecef;
  border-top: 1px solid #e9ecef;
}

.sellers .row .seller-box {
  border-right: 1px solid #e9ecef;
  border-bottom: 1px solid #e9ecef;
  transition: all 0.4s ease;
}

.sellers .row .seller-box .seller-image {
  width: 100px;
  height: 100px;
}

.sellers .row .seller-box:hover {
  box-shadow: 0 10px 30px 0 rgba(31, 45, 61, 0.1);
}

/**=====================
    Brands css start
==========================**/
.brands .row {
  border-left: 1px solid #e9ecef;
  border-top: 1px solid #e9ecef;
}

.brands .row .brand-box {
  border-right: 1px solid #e9ecef;
  border-bottom: 1px solid #e9ecef;
  transition: all 0.4s ease;
}

.brands .row .brand-box .seller-image {
  width: 70px;
  height: 70px;
}

.brands .row .brand-box:hover {
  box-shadow: 0 10px 30px 0 rgba(31, 45, 61, 0.1);
}

/**=====================
    Cart css start
==========================**/
.cart .nav-tabs li.active a {
  color: rgb(var(--theme-color-red));
}

.cart .cart-header .dropdown-toggle::after {
  display: none;
}

.cart .cart-content .shopping-cart-box .card-body .noProductInCart {
  display: none;
}

.cart .cart-content .shopping-cart-box .card-body .shopping-cart-item:last-child {
  border: 0;
  padding-bottom: 0;
}

.cart .cart-content .shopping-cart-box .card-body .shopping-cart-item .shopping-cart-item-right img {
  height: 115px;
}

.cart .cart-content .shopping-cart-box .card-body .shopping-cart-item .shopping-cart-item-right .shop-item-edit-box {
  border: 1px solid #e9ecef;
  padding-top: 13px;
  max-width: 130px;
  margin: 0 auto;
}

.cart .cart-content .shopping-cart-box .card-body .shopping-cart-item .shopping-cart-item-right .shop-item-edit-box span {
  cursor: pointer;
  color: rgb(var(--theme-color-red));
}

.cart .cart-cal {
  border: 1px solid #e9ecef;
}

@media screen and (max-width: 767px) {
  .cart .nav-tabs .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
    width: 100%;
  }
}

/**=====================
    Empty Cart css start
==========================**/
.cart .nav-link {
  color: #495057;
}

.cart .nav-tabs .nav-link {
  border-top: 0 !important;
  border-right: 0 !important;
  border-left: 0 !important;
  border-bottom: 2px solid transparent;
}

.cart .nav-tabs .nav-link.active,
.cart .nav-tabs .nav-item.show .nav-link {
  border-color: rgb(var(--theme-color-red));
}

.cart .next-cart-empty img {
  width: 250px;
}

@media screen and (max-width: 1199px) {

  .cart .next-cart-empty,
  .cart .cart-empty {
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-radius: 0;
  }
}

/**=====================
    404 css start
==========================**/
.wrapper-404 h2 {
  font-size: 22px !important;
}

.wrapper-404 a i {
  vertical-align: -2px;
}

@media screen and (max-width: 371px) {
  .wrapper-404 h2 {
    font-size: 16px !important;
  }
}

/**=====================
    Blog css start
==========================**/
.blog-section .blog-item {
  transition: box-shadow 0.5s ease;
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
}

.blog-section .blog-item:hover {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
}

.blog-section .blog-item:hover .blog-item-picture .blog-overlay {
  opacity: 1;
  visibility: visible;
}

.blog-section .blog-item .blog-item-picture {
  position: relative;
}

.blog-section .blog-item .blog-item-picture .blog-overlay {
  position: absolute;
  top: 0;
  padding: 10px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}

.blog-section .blog-item .blog-item-picture .blog-overlay .overlay-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-section .blog-item .blog-item-picture .blog-overlay .overlay-detail {
  left: 0;
  margin-left: 15px;
}

.blog-section .blog-item .blog-item-details {
  padding: 14px 15px;
}

.blog-section .blog-item .blog-item-details h3 {
  position: relative;
  text-align: center;
}

.blog-section .blog-item .blog-item-details h3 a {
  color: #000;
}

.blog-section .blog-item .blog-item-details h3::before {
  content: "";
  position: absolute;
  display: block;
  width: 45px;
  border-top: 2px solid #63d0df;
  top: 24px;
  left: 50%;
  transform: translate(-50%);
}

.blog-section .blog-item .blog-item-details p {
  display: block;
  /* Fallback for non-webkit */
  display: -webkit-box;
  max-width: 400px;
  height: 84px;
  /* Fallback for non-webkit */
  margin: 0 auto;
  font-size: 14px;
  line-height: 2;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #6c757d;
  margin-top: 10px;
}

.blog-section .blog-item .blog-item-footer {
  padding-bottom: 15px;
}

.blog-section .blog-item .blog-item-footer p a .blog-img {
  width: 35px;
  height: 35px;
}

.blog-section .blog-item .blog-item-footer p a span {
  color: #adb5bd;
}

/**=====================
    Blog Post css start
==========================**/
.blog-post .blog-post-wrapper {
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  padding: 5px 30px;
}

.blog-post .blog-post-wrapper .blog-post-header .blog-post-header-detail .blog-post-header-detail-right .blog-post-author img {
  width: 35px;
  height: 35px;
}

.blog-post .blog-post-wrapper .blog-post-content p {
  text-align: justify;
  line-height: 35px;
}

.blog-post .blog-post-wrapper .blog-comments .blog-already-comments .blog-already-comments-header strong {
  background-color: #fff;
}

.blog-post .blog-post-wrapper .blog-comments .blog-already-comments .blog-already-comments-header .border-blog {
  top: 12px;
  width: 100%;
  height: 1px;
  background-color: #dee2e6;
  z-index: -1;
}

.blog-post .blog-post-wrapper .blog-comments .blog-already-comments .comments .comment-box .comment-box-right img {
  width: 35px;
  height: 35px;
}

.blog-post aside {
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
}

.blog-post aside .aside-item {
  border-top: 1px solid #F1F2F4;
}

.blog-post aside .aside-item img {
  width: 50px;
  height: 50px;
}

.blog-post aside .item-box {
  background-color: #fff;
  border: 1px solid #e9ecef;
  border-radius: 3px;
  border-bottom: 0;
}

.blog-post aside .item-box form {
  padding: 10px;
}

.blog-post aside .item-box form input:focus {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px !important;
}

.blog-post aside .item-box form button {
  left: 7px;
  top: 11px;
  font-weight: 500 !important;
  color: #dee2e6;
}

@media screen and (max-width: 991px) {
  .blog-post aside {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .blog-post .breadcrumb .active {
    display: none;
  }

  .blog-post .blog-post-header .blog-post-header-title h1 {
    font-size: 14px !important;
    line-height: 25px;
  }

  .blog-post .blog-post-header .blog-post-header-detail {
    display: none !important;
  }
}

@media screen and (max-width: 530px) {
  .blog-post .comments .span-time {
    display: none;
  }
}

/**=====================
    Contact Us css start
==========================**/
.contact-us .contact-us-wrapper {
  border: 1px solid #F1F2F4;
  padding: 30px;
}

.contact-us .contact-us-wrapper .contact-us-header .vertical-line {
  background-color: #ea868f;
}

.contact-us .contact-us-wrapper .contact-us-header .btn-outline-info:hover {
  color: #0dcaf0;
  background-color: transparent;
}

.contact-us .contact-us-wrapper .contact-us-content input,
.contact-us .contact-us-wrapper .contact-us-content textarea {
  border-color: #dee2e6;
  padding: 7px 18px;
}

.contact-us .contact-us-wrapper .contact-us-content textarea {
  resize: none;
}

.contact-us .contact-us-wrapper .contact-us-content .holiday-box {
  border: 1px solid #F1F2F4;
}

.contact-us .contact-us-wrapper .contact-us-content .holiday-box span {
  border-top: 1px solid #F1F2F4;
}

@media screen and (max-width: 767px) {
  .contact-us .contact-us-wrapper .contact-us-header p {
    font-size: 12px;
  }

  .contact-us .contact-us-wrapper .contact-us-header .btn-outline-info {
    display: none;
  }
}

/**=====================
    Faq css start
==========================**/
.faq .faq-header {
  background: linear-gradient(180deg, #e0e0e2, hsla(0deg, 0%, 100%, 0));
}

.faq .faq-header .faq-header-content {
  background: url("../img/faq-pattern.svg") top no-repeat;
  background-size: cover;
}

.faq .faq-header .faq-header-content input {
  max-width: 500px;
  margin: 0 auto;
}

.faq .faq-header .faq-header-content .question-icon {
  background-color: #fff;
  width: 50px;
  height: 50px;
  margin: 30px 0;
}

.faq .faq-header .faq-header-content .question-icon i {
  padding: 16px 7px;
}

.faq .faq-content p {
  text-align: justify;
  line-height: 35px;
}

/**=====================
    Compare css start
==========================**/
.compare .compare-content .compare-item {
  border: 1px solid #e9ecef;
}

.compare .compare-content .compare-item .product-image img {
  width: 100%;
  max-height: 300px;
}

/**=====================
    Payment Method css start
==========================**/
.payment .payment-header {
  border: 1px solid #dee2e6;
}

.payment .payment-header .payment-img {
  width: 180px;
}

.payment .payment-header .payment-timeline .basket {
  opacity: 0.6;
}

.payment .payment-header .payment-timeline .shipping:before,
.payment .payment-header .payment-timeline .pay:before {
  content: "";
  width: 95px;
  opacity: 0.6;
  height: 1px;
  display: block;
  margin: 0 10px 0 20px;
}

.payment .payment-header .payment-timeline .shipping:before {
  background-color: rgb(var(--theme-color-red));
}

.payment .payment-header .payment-timeline .pay:before {
  background-color: #6c757d;
}

.payment .payment-transfer-time .payment-products .payment-products-image img {
  width: 90px;
}

.payment .payment-transfer-time .payment-time .nav-pills .nav-link.active {
  background-color: #fff !important;
  color: #6edff6 !important;
}

.payment .payment-transfer-time .payment-time .nav-pills .nav-link.active .data-span {
  color: #000;
  border-bottom: 4px solid #6edff6;
}

.payment .payment-details .payment-methods form label i {
  vertical-align: -5px;
}

.payment .payment-details .payment-methods form .form-check-input {
  border: 2px solid #6c757d;
}

.payment .payment-details .payment-methods form .form-check-input:checked {
  border: 3px solid #0dcaf0;
  background-color: #0dcaf0;
}

.payment .payment-details .payment-methods form .form-check-input:checked~label,
.payment .payment-details .payment-methods form .form-check-input:checked~label i {
  color: #0dcaf0;
}

.payment .payment-details .payment-discount form input:focus {
  border-color: #0dcaf0;
}

.payment .payment-details .payment-discount form input:focus~.btn {
  color: #0dcaf0;
}

.payment .payment-details .payment-discount form .btn {
  top: 2px;
  left: 0;
}

@media screen and (max-width: 768px) {

  .payment .payment-header .shipping p,
  .payment .payment-header .shipping span,
  .payment .payment-header .pay p,
  .payment .payment-header .pay span {
    font-size: 14px !important;
  }

  .payment .payment-header .shipping:before,
  .payment .payment-header .pay:before {
    width: 25px !important;
  }

  .payment .payment-details .payment-address {
    flex-direction: column;
  }

  .payment .payment-details .payment-address .address-details {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 518px) {

  .payment .payment-header .shipping:before,
  .payment .payment-header .pay:before {
    width: 15px !important;
  }
}

@media screen and (max-width: 497px) {
  .payment .payment-header {
    border: 0 !important;
  }

  .payment .payment-header i {
    display: none;
  }

  .payment .payment-header .text-danger,
  .payment .payment-header .text-secondary {
    margin: 0 5px !important;
  }

  .payment .payment-details .payment-address {
    border: 0 !important;
  }
}

/**=====================
    Payment Status css start
==========================**/
.failed-to-payment-info .payment-table {
  overflow-x: auto;
}

@media screen and (max-width: 992px) {
  .payment-status h2 {
    font-size: 16px !important;
  }

  .payment-status .payment-status-img {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .payment-status .payment-status-img img {
    margin-bottom: 20px;
    float: none !important;
  }
}

@media screen and (max-width: 768px) {
  .payment-status {
    border: 0 !important;
  }

  .payment-status .payment-header h2 {
    font-size: 14px !important;
  }

  .payment-status .payment-details a {
    display: block;
    text-align: center;
    margin: 10px 0;
  }
}

/**=====================
    Select Map css start
==========================**/
#map {
  height: 100vh;
}

/**=====================
    Best Selling Products css start
==========================**/
.best-selling .best-selling-header .text-danger {
  background: #fff;
  z-index: 2;
  position: relative;
  display: inline-block;
}

.best-selling .best-selling-header .best-selling-bg {
  background: url("../img/bestSellingPattern.svg");
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  background-size: contain;
}

/**=====================
    User Panel css start
==========================**/
.user-panel-wrapper .user-panel-aside .user-panel-aside-menu ul li {
  padding: 14px 20px;
  border-bottom: 1px solid #e9ecef;
}

.user-panel-wrapper .user-panel-aside .user-panel-aside-menu ul li:last-child {
  border-bottom: 0;
}

.user-panel-wrapper .user-panel-aside .user-panel-aside-menu ul li.active {
  border-right: 3px solid rgb(var(--theme-color-red));
}

.user-panel-wrapper .user-panel-aside .user-panel-aside-menu ul li:hover {
  background-color: #e9ecef;
}

.user-panel-wrapper .user-panel-aside .user-panel-aside-menu ul li a {
  color: #000;
  display: block;
}

.user-panel-wrapper .user-panel-aside .user-panel-aside-menu ul li a svg {
  vertical-align: -1px;
  transform: scale(1.3);
}

.user-panel-wrapper .user-panel-content .user-panel-verify-identity p {
  color: #cc9a06;
}

.user-panel-wrapper .user-panel-content .user-panel-status .user-panel-wallet {
  background-size: cover;
  background: url("../img/wallet-bg.png") center center;
}

.user-panel-wrapper .user-panel-content .user-panel-status .user-panel-wallet h4 {
  border-bottom: 1px dashed #6c757d;
  display: inline-block;
  padding-bottom: 15px;
}

.user-panel-wrapper .user-panel-content .user-panel-status .user-panel-wallet .btn {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 30px;
  background-color: #3F3F48;
  transition: background-color 0.4s ease;
}

.user-panel-wrapper .user-panel-content .user-panel-status .user-panel-wallet .btn:hover {
  background-color: transparent;
}

.user-panel-wrapper .user-panel-content .user-panel-status .user-panel-current-status,
.user-panel-wrapper .user-panel-content .user-panel-status .user-all-club-points {
  color: #fff;
}

.user-panel-wrapper .user-panel-content .user-panel-status .user-panel-current-status .user-all-buys {
  background: #dc3545;
}

.user-panel-wrapper .user-panel-content .user-panel-status .user-panel-current-status .user-all-buys span {
  background: #ea868f;
  width: 60px;
  height: 60px;
}

.user-panel-wrapper .user-panel-content .user-panel-status .user-all-club-points {
  background: #F3AF3D;
}

.user-panel-wrapper .user-panel-content .user-panel-state .wrapper {
  border: 1px solid #dee2e6;
}

.user-panel-wrapper .user-panel-content .user-panel-state .wrapper div:last-child {
  border-bottom: 0;
}

.user-panel-wrapper .user-panel-content .user-panel-state .wrapper img {
  width: 70px;
}

.user-panel-wrapper .user-panel-content .user-panel-state .wrapper .btn-danger,
.user-panel-wrapper .user-panel-content .user-panel-state .wrapper .btn-secondary {
  border-radius: 30px;
}

.user-panel-wrapper .user-panel-content .user-panel-orders .dataTables_length {
  margin-bottom: 30px;
}

.user-panel-wrapper .user-panel-content .user-panel-orders .dataTables_info {
  margin-top: 30px;
}

.user-panel-wrapper .user-panel-content .user-panel-orders thead {
  background-color: #292933;
  color: #fff;
}

.user-panel-wrapper .user-panel-content .user-panel-orders table.dataTable thead th,
.user-panel-wrapper .user-panel-content .user-panel-orders table.dataTable thead td,
.user-panel-wrapper .user-panel-content .user-panel-orders table.dataTable tfoot th,
.user-panel-wrapper .user-panel-content .user-panel-orders table.dataTable tfoot td {
  text-align: right !important;
}

.user-panel-wrapper .user-panel-content .user-panel-orders .paginate_button:hover {
  border-radius: 10px;
  background-color: #292933 !important;
  color: #fff !important;
}

.user-panel-wrapper .user-panel-content .user-panel-orders .paginate_button.current {
  border-radius: 10px;
  background-color: #292933;
  color: #fff !important;
}

.user-panel-wrapper .user-panel-content .user-panel-order-detail a {
  color: #000;
}

.user-panel-wrapper .user-panel-content .user-panel-order-detail .user-panel-order-detail-content span {
  color: #000;
}

.user-panel-wrapper .user-panel-content .user-panel-comments .user-panel-comments-content .user-panel-comment-item .user-panel-comment-item-image img,
.user-panel-wrapper .user-panel-content .user-panel-comments .user-panel-comments-content .user-panel-address-item .user-panel-comment-item-image img {
  width: 120px;
}

.user-panel-wrapper .user-panel-content .user-panel-comments .user-panel-comments-content .user-panel-comment-item .user-panel-comment-item-header span.bg-green,
.user-panel-wrapper .user-panel-content .user-panel-comments .user-panel-comments-content .user-panel-address-item .user-panel-comment-item-header span.bg-green {
  background-color: #198754;
}

.user-panel-wrapper .user-panel-content .user-panel-address-item .dropdown .dropdown-toggle span {
  background-color: transparent !important;
}

.user-panel-wrapper .user-panel-content .user-panel-address-item .dropdown .dropdown-menu {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  border: 0 !important;
}

.user-panel-wrapper .user-panel-content .user-panel-address-item .dropdown .dropdown-toggle::after {
  display: none;
}

.user-panel-wrapper .user-panel-content .wallet-boxes .wallet-box.custom-wallet-bg {
  background-color: #292933;
  color: #fff;
}

.user-panel-wrapper .user-panel-content .wallet-boxes .wallet-box.bg-gray-200 {
  transition: all 0.4s ease-in-out;
}

.user-panel-wrapper .user-panel-content .wallet-boxes .wallet-box.bg-gray-200 button {
  color: #292933;
}

.user-panel-wrapper .user-panel-content .wallet-boxes .wallet-box.bg-gray-200 button span i {
  padding: 12px;
  background-color: #292933;
  width: 55px;
  height: 55px;
  border-radius: 50%;
}

.user-panel-wrapper .user-panel-content .wallet-boxes .wallet-box.bg-gray-200:hover {
  background-color: #dee2e6;
}

.user-panel-wrapper .user-panel-content .user-panel-profile .user-panel-profile-content .input-group .modal .modal-content {
  border: 0;
  border-radius: 0;
}

.user-panel-wrapper .user-panel-content .user-panel-profile .user-panel-profile-content .input-group .modal .modal-content .modal-header {
  background-color: #F5F5F5;
}

.user-panel-wrapper .user-panel-content .user-panel-profile .user-panel-profile-content .input-group .modal .modal-content .modal-body .nav-link {
  color: #343a40;
}

.user-panel-wrapper .user-panel-content .user-panel-profile .user-panel-profile-content .input-group .modal .modal-content .modal-body img {
  width: 150px;
  height: 150px;
}

.user-panel-wrapper .user-panel-content .user-panel-profile .user-panel-profile-content .input-group .modal .modal-content .modal-body .file-upload {
  border: 1px dashed #dee2e6;
}

@media screen and (max-width: 530px) {
  .user-panel-wrapper .user-panel-content .user-panel-comments .user-panel-comments-content .user-panel-comment-item {
    display: block !important;
  }

  .user-panel-wrapper .user-panel-content .user-panel-comments .user-panel-comments-content .user-panel-comment-item .user-panel-comment-item-image {
    text-align: center;
  }
}

:root {
  --theme-color-red: 239, 86, 97;
}

.btn:focus, .btn:active {
  border: 1px solid #dee2e6 !important;
}

.btn.shopping-cart-btn:focus, .btn.shopping-cart-btn:active {
  border: 1px solid white !important;
}

.btn.zd-btn-ok {
  background-color: green;
  border-color: green;
  border-radius: 5px;
  padding: 3px 10px;
  color: white;
  margin-top: 15px;
}


.btn.zd-btn-ok:hover{
  opacity: 80%;
}

.zd-btn-danger {
  background: crimson;
  color: white;
  margin-top: 20px;
  margin-bottom: 20px;
}

.zd-btn-danger:hover {
  background-color: crimson;
  color: white;
  opacity: 80%;
}

.woocommerce-notices-wrapper a {
  color: darkgray;
}

.woocommerce-message a {
  color: white !important;
}

.woocommerce-message:focus {
  outline: none !important;
}

.zd-item-center {
  text-align: center !important;
}

.showcoupon {
  color: #727272;
}

.checkout_coupon.woocommerce-form-coupon button {
  color: white;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.checkout_coupon.woocommerce-form-coupon button:hover {
  color: white;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.form-row.place-order button {
  color: white;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.form-row.place-order button:hover {
  color: white;
  border-radius: 5px;
  transition: all 0.3s ease;
}

img.logo {
    animation: shimmer 3s infinite;
    mask: linear-gradient(-60deg, #000 30%, #0005, #000 50%) right / 300% 100%;
}

img:focus {
  outline: none !important;
  border: none !important;
}

.check-Tracking {
  background: green;
  color: white;
  padding: 5px 29px;
  border-radius: 5px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.check-Tracking:hover{
  transition: all 0.3s ease;
}

.zd-theme-zs-contents {
  width: 50%;
  border: 1px solid #ddd;
  border-radius: 7px;
  padding: 20px;
  box-shadow: 0 4px 40px rgba(119, 132, 157, 0.1) !important;
  margin: 0 auto;
}

@keyframes shimmer {
  0% {
      -webkit-mask-position: 140% 140%;
      mask-position: 140% 140%;
  }

  100% {
      -webkit-mask-position: -20% -20%;
      mask-position: -20% -20%;
  }
}


@media (max-width: 740px) {
  
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table thead tr th a {
  font-weight: 100 !important;
  text-decoration: none;
  color: #727272 !important;
}


.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table thead tr th .woosc-remove, .woosc-page .woosc-remove {
  text-transform: none;
  cursor: pointer;
  color: red;
  background: #ff000030;
  padding: 2px 8px;
  font-size: 12px;
  font-weight: 100;
  border-radius: 5px;
  text-decoration: none;
  margin-left: 10px;
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table thead tr{
  line-height: 1.5 !important;
}

summary.e-n-accordion-item-title {
  border-radius: 10px;
  margin-bottom: 5px;
}

.elementor-element.elementor-element-e747ab2.e-con-full.e-flex.e-con.e-child p,
.elementor-element.elementor-element-d3b7de2.e-con-full.e-flex.e-con.e-child p,
.elementor-element.elementor-element-c6b7f7e.e-con-full.e-flex.e-con.e-child p {
  background: #f8f9fb;
  padding: 10px;
  border-radius: 10px;
}

.rtl.woocommerce .price_label, .rtl.woocommerce .price_label span{
  font-size: 12px !important;
}

.woocommerce .widget_price_filter .price_slider_amount .button{
  font-weight: 100;
}

.woocommerce .widget_price_filter .price_slider_amount .button{
  transition: all 0.3s ease;
}

.woocommerce .widget_price_filter .price_slider_amount .button:hover{
  transition: all 0.3s ease;
}

.woocommerce .woocommerce-result-count{
  display: none;
}

div#comment-14{
  margin-top: 40px !important;
}

.woocommerce #reviews #comments ol.commentlist{
  margin-top: 25px;
}

input#submit {
  font-weight: 100 !important;
  padding: 10px 25px !important;
}

.woocommerce .star-rating::before{
  display: none !important;
}


.woocommerce .star-rating{
  font-family: WooCommerce !important;
}

a.woocommerce-review-link {
  color: #727272;
}

.title-holder svg {
  font-size: 24px !important;
}


/* راست‌چین کردن صفحه مقایسه */


/* راست‌چین کردن تمام متن‌ها و جداول */
.woosc-table, .woosc-table th, .woosc-table td {
    text-align: right !important; /* تراز کردن متن‌های داخل جداول به سمت راست */
}

/* راست‌چین کردن لینک‌ها و دکمه‌ها */
.woosc-table a, .woosc-bar-btn, .woosc-bar-item {
    text-align: right !important; /* راست‌چین کردن لینک‌ها و دکمه‌ها */
}

/* راست‌چین کردن تصاویر در جدول و نوار مقایسه */
.woosc-table img, .woosc-bar-item-img {
    float: right !important; /* قرار دادن تصاویر در سمت راست */
}

/* راست‌چین کردن عناوین */
.woosc-table .th-label, .woosc-bar-item-title {
    text-align: right !important; /* تراز کردن عناوین به سمت راست */
}

/* برای متون دکمه‌ها */
.woosc-bar-btn-text {
    text-align: right !important; /* تراز کردن متن دکمه‌ها */
}

/* راست‌چین کردن محتوای نوار مقایسه */
.woosc-bar {
    direction: ltr !important; /* برای راست‌چین کردن نوار مقایسه */
}

/* تنظیم دکمه‌های حذف */
.woosc-remove {
    float: right !important; /* قرار دادن دکمه‌های حذف در سمت راست */
}

.woosc-area .woosc-inner .woosc-table 
.woosc-table-inner .woosc-table-close 
.woosc-table-close-icon{
  display: none !important;
}

.woosc-area .woosc-inner .woosc-bar .woosc-bar-notice {
  padding: 10px 20px !important;
  border-radius: 5px !important;
}


/* .elementor *, .elementor :after, .elementor :before{
  border-radius: 8px !important;
} */

.swal2-container {
  z-index: 999999999 !important;
}
.swal2-toast {
  z-index: 999999999 !important;
}

.woocommerce ul.order_details{
  padding: 0px 10px 0px 10px !important;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message{
  margin: 0 10px 2em 32px !important;
}

.main-page-post.page-single {
    padding: 10px;
}