:root {
  --blue-green: #0077a0;
  --red-main: #ec2127;
  --gray-harddark: #132530;
  --gray-dark: #444444;
  --gray-light-dark: #adadad;
  --gray-light: #ededed;
  --orange-main: #f85a00;
  --green-main: #00a72a;
}

.logohtml,
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

@font-face {
  font-family: "PeydaWeb-Bold";
  src: url(https://topcarclub.com/asset/fonts/PeydaWeb-Bold.eot)
      format("embedded-opentype"),
    url(https://topcarclub.com/asset/fonts/PeydaWeb-Bold.woff)
      format("woff");
}

@font-face {
  font-family: "PeydaWeb-Black";
  src: url(https://topcarclub.com/asset/fonts/PeydaWeb-Black.eot)
      format("embedded-opentype"),
    url(https://topcarclub.com/asset/fonts/PeydaWeb-Black.woff)
      format("woff");
}

@font-face {
  font-family: "PeydaWeb-Light";
  src: url(https://topcarclub.com/asset/fonts/PeydaWeb-Light.eot)
      format("embedded-opentype"),
    url(https://topcarclub.com/asset/fonts/PeydaWeb-Light.woff)
      format("woff");
}

@font-face {
  font-family: "PeydaWeb-Medium";
  src: url(https://topcarclub.com/asset/fonts/PeydaWeb-Medium.eot)
      format("embedded-opentype"),
    url(https://topcarclub.com/asset/fonts/PeydaWeb-Medium.woff)
      format("woff");
}

@font-face {
  font-family: "PeydaWeb-Regular";
  src: url(https://topcarclub.com/asset/fonts/PeydaWeb-Regular.eot)
      format("embedded-opentype"),
    url(https://topcarclub.com/asset/fonts/PeydaWeb-Regular.woff)
      format("woff");
}

@font-face {
  font-family: "PeydaWeb-SemiBold";
  src: url(https://topcarclub.com/asset/fonts/PeydaWeb-SemiBold.eot)
      format("embedded-opentype"),
    url(https://topcarclub.com/asset/fonts/PeydaWeb-SemiBold.woff)
      format("woff");
}

html {
  overflow-x: hidden;
}
body {
  font-family: "PeydaWeb-Medium";
  overflow-x: hidden;
  background: #fff;
  direction: rtl;
  text-align: right;
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
ul {
  list-style: none;
  padding: 0;
}
.h1,
h1 {
  font-size: 0.938rem;
  margin-bottom: 20px;
  margin-top: 0;
}
.h2,
h2 {
  font-size: 1.2rem;
  margin-bottom: 10px;
  margin-top: 0;
  font-weight: 600;
}
.padding-clear {
  padding: 0;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:focus {
  text-decoration: none;
  color: #000;
}
:focus {
  outline: 0;
}
header {
  position: fixed;
  width: 100%;
  padding-top: 5px;
  right: 0px;
  top: 0px;
  background: #fafafa;
  z-index: 100;
}
.top-tools {
  height: 80px;
  padding-top: 30px;
}
.top-tools div {
  float: left;
  position: relative;
  margin-right: 4px;
}
.top-tools div a span:nth-child(n) {
  color: #000;
  font-size: 15px !important;
  float: right;
  margin-left: 4px;
  margin-top: 4px;
  transition: 0.4s;
  position: unset;
  background: unset;
  border-radius: unset;
  width: unset;
  height: unset;
}

.top-tools div a span:nth-child(2n) {
  color: #000;
  font-size: 12px !important;
  margin-top: 5px;
  font-family: "PeydaWeb-Light";
  transition: 0.4s;
  position: unset;
  background: unset;
  border-radius: unset;
  width: unset;
  height: unset;
}
.top-tools div:hover a span {
  color: var(--red-main);
}
.top-tools div span {
  color: #fff;
  position: absolute;
  background: var(--red-main);
  width: 15px;
  height: 15px;
  border-radius: 50%;
  top: -7px;
  right: -2px;
  font-size: 10px;
  text-align: center;
  font-family: "PeydaWeb-Light";
}
.top-filter {
  height: 80px;
  padding: 0px 10px;
  border-left: 1px solid var(--gray-light);
  border-right: 1px solid var(--gray-light);
}
.top-filter .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #fff !important;
  background-color: var(--red-main) !important;
  border-color: unset;
}
.top-filter .nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  font-size: 12px;
  border-radius: 4px;
  background: #fff;
  color: #000;
  margin-left: 5px;
  margin-bottom: 5px;
  font-family: "PeydaWeb-Light";
  padding: 4px !important;
}
.top-filter .nav-tabs {
  border: 0px;
}
.logo img {
  height: 50px;
  width: auto;
  margin: auto;
  display: block;
  margin-top: 10px;
}
.select-top {
  width: 30.3%;
  margin-left: 1%;
  float: right;
}
.select-top .select2-container {
  width: 100% !important;
}
.select-top
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 5px;
}
.select-top .select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 4px;
  height: 35px;
  padding-top: 3px;
  font-size: 12px;
  font-family: "PeydaWeb-Light";
}
.top-filter .button-filter {
  color: #fff;
  background: #000;
  border-radius: 3px;
  border: 0px;
  text-align: center;
  padding: 8px;
  line-height: 0px;
  height: 34px;
  transition: 0.4s;
}
.top-filter .button-filter:hover {
  background: var(--red-main);
}
.top-menu {
  border-top: 1px solid var(--gray-light);
  margin-top: 10px;
  padding: 10px 0px 0px 0px;
}
.menu-tools {
  float: left;
  padding-top: 20px;
}
.menu-tools div {
  float: left;
  margin-right: 10px;
}
.menu-tools div:last-child {
  border-left: 1px solid var(--gray-light);
  padding-left: 5px;
}
.menu-tools div a span:first-child {
  color: #000;
  font-size: 12px;
  float: right;
  margin-left: 5px;
  transition: 0.4s;
}
.menu-tools div a span:last-child {
  color: #000;
  float: left;
  transition: 0.4s;
}
.menu-tools div a:hover span {
  color: var(--red-main);
}
.slider {
  direction: ltr;
}
.ads-slider {
  margin-top: 160px;
}

.indexadsitem {
  color: red;
}
.indexadsitem img {
  border-radius: 10px;
}
.carousel-inner {
  border-radius: 10px;
  overflow: hidden;
}

.title h1 {
  color: #000;
  font-size: 22px;
  font-family: "PeydaWeb-Bold";
  margin: 20px 0px;
}
.title h2 {
  color: var(--red-main);
  font-size: 20px;
  font-family: "PeydaWeb-Bold";
  margin: 20px 0px;
  text-align: center;
}
.title h3 {
  color: #000;
  font-size: 20px;
  font-family: "PeydaWeb-Bold";
  margin: 20px 0px;
  text-align: center;
}
.index-cat {
  margin: 25px 0px;
}
.index-cat .item {
  background: #fafafa;
  text-align: center;
  padding: 20px;
  border-radius: 5px;
}
.index-cat .item img {
  color: #000;
  max-height: 120px;
}
.index-cat .item p {
  color: #000;
  font-size: 13px;
  transition: 0.4s;
}
.index-cat .item:hover p {
  color: var(--orange-main);
}
.line {
  color: #000;
  border-top: 1px solid var(--gray-light);
  margin-bottom: 10px;
  position: relative;
}
.line span {
  background: var(--orange-main);
  height: 8px;
  width: 8px;
  margin: auto;
  display: block;
  position: absolute;
  border-radius: 50%;
  right: 0px;
  left: 0px;
  top: -4px;
}
.brand-cat {
  margin: 25px 0px;
}
.about-index {
  margin-top: 10px;
  margin-bottom: 20px;
}
.about-index h3 {
  color: #000;
  font-size: 18px;
  font-family: "PeydaWeb-Black";
  margin-top: 30px;
  margin-bottom: 10px;
}
.about-index img {
  max-height: 120px;
  width: auto;
}
.about-index p {
  color: #000;
  font-size: 14px;
}
.row-8 {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  overflow-x: auto;
}
.row-8 .item {
  padding: 6px;
  text-align: center;
  border-radius: 6px;
  /* border: 1px solid var(--gray-light); */
  flex-shrink: 0;
}
.row-8 .item img {
  max-height: 108px;
  min-width: 108px;
  padding:15px;
}
.row-8 a {
  outline: none;
  line-height: 0px;
}
.index-service-section {
  background: var(--gray-harddark);
  padding: 30px 0px;
}
.index-service-section .item {
  color: #fff;
}
.index-service-section .item img {
  color: #fff;
  height: 50px;
  float: right;
  margin-left: 10px;
}
.index-service-section .item p {
  color: #fff;
  font-size: 14px;
}
.index-service-section .item p:last-child {
  color: #fff;
  font-size: 12px;
  font-family: "PeydaWeb-Light";
  font-weight: normal;
}
.index-content-media {
  padding: 35px 0px;
}
.index-content-media h3 {
  color: #000;
  font-size: 18px;
  font-family: "PeydaWeb-Black";
  margin-top: 30px;
  margin-bottom: 10px;
}
.index-content-media h4 {
  color: #000;
  font-size: 14px;
}
.index-content-media .item .logo {
  height: 30px;
  float: left;
  margin-bottom: 5px;
}
.index-content-media .item img {
  border-radius: 10px;
}
.index-content-media .item a p {
  color: #000;
  font-size: 16px;
  transition: 0.4s;
}
.index-content-media .item a p:last-child {
  color: var(--gray-light-dark) !important;
  font-size: 12px;
  font-family: "PeydaWeb-Light";
}
.index-content-media .item:hover a p {
  color: var(--red-main);
}
footer {
  background: #fafafa;
  padding: 35px 0px;
}
footer .address {
  color: red;
}
footer .address div {
  margin-bottom: 6px;
  display: inline-block;
  width: 100%;
}
footer .address div span {
  color: #000;
  float: right;
  font-size: 22px;
  padding-left: 6px;
}
footer .address div p {
  color: #000;
  float: right;
  font-size: 14px;
}
footer .footer-menu {
  display: inline-block;
  width: 100%;
  padding-right: 40px;
}
footer .footer-menu ul {
  width: 33%;
  float: left;
}
footer .footer-menu ul li {
  margin-bottom: 10px;
}
footer .footer-menu ul li a {
  font-size: 14px;
  color: #000;
  transition: 0.4s;
}
footer .footer-menu ul li a:hover {
  color: var(--red-main);
}
footer .social {
  text-align: center;
  margin-top: 20px;
}
footer .social p {
  color: #000;
  font-size: 14px;
  margin-bottom: 10px;
}
footer .social a span {
  color: var(--gray-dark);
  font-size: 28px;
  margin-left: 10px;
  transition: 0.4s;
}
footer .social a span:hover {
  color: var(--red-main);
}
footer .copyright {
  border-top: 1px solid var(--gray-light);
  padding-top: 10px;
}
.copyright p {
  font-size: 12px;
  text-align: center;
}
.main-content {
  min-height: 70vh;
}
.filter-section {
  padding: 10px;
  border-left: 1px solid var(--gray-light);
}
.filter-parent-title {
  padding: 7px 0px;
  border-bottom: 1px solid var(--gray-light);
}
.filter-parent-title h3 {
  color: #000;
  font-size: 14px;
  font-family: "PeydaWeb-Bold";
}
.product-section {
  /* border-right: 1px solid var(--gray-light); */
}
.product-section-title {
  font-family: "PeydaWeb-Light";
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid var(--gray-light);
  padding-bottom: 10px;
}
.product-section-title div:first-child {
  color: #000;
  float: right;
  padding-right: 20px;
}
.product-section-title div:first-child span {
  color: #000;
  font-size: 13px;
  padding-left: 10px;
  transition: 0.4s;
}
.product-section-title div:first-child a span {
  color: #000;
  transition: 0.4s;
}
.product-section-title div:first-child a span:hover {
  color: var(--red-main);
}
.product-section-title div .active span {
  color: var(--red-main) !important;
}
.product-section-title div:last-child {
  color: #000;
  float: left;
}
.product-section-title div:last-child button {
  border: 0px;
  background: transparent;
  border-radius: 0px;
}
.product-section-title div:last-child button span {
  color: #000;
  padding-right: 5px;
  font-size: 16px;
  transition: 0.4s;
}
.product-section-title div:last-child button span:hover {
  color: var(--red-main);
}
.row-4 {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  overflow-x: auto;
}
.list-view .product-item {
  flex: 0 0 100% !important;
  max-width: 100% !important;
}
.grid-view .product-item {
  flex: 0 0 25%;
  max-width: 25%;
}

.list-view .product-item-model {
  flex: 0 0 100% !important;
  max-width: 100% !important;
}
.grid-view .product-item-model {
  flex: 0 0 20%;
  max-width: 20%;
}

.grid-view .product-style {
  position: relative;
  height: 290px;
  margin-bottom: 20px;
  border-left: 1px solid #ddd;
  padding-top: 20px;
}
.grid-view .product-style img {
  height: 140px;
  margin: auto;
  display: block;
}
.grid-view .product-style p {
  font-family: "PeydaWeb-Regular";
  font-size: 13px;
  text-align: center;
  color: #000;
  transition: 0.4s;
}
.grid-view .price-tools {
  position: absolute;
  bottom: 35px;
  left: 10px;
  right: 10px;
}
.grid-view .not-available {
  position: absolute;
  bottom: 25px;
  left: 10px;
  right: 10px;
  text-align: center;
  font-size: 14px;
  color: var(--red-main);
}
.grid-view .price-tools .currency {
  color: #000;
  font-family: "PeydaWeb-Regular";
  font-size: 12px;
  margin-top: 3px;
  margin-right: 4px;
}
.grid-view .price-tools .price {
  color: var(--green-main);
  font-size: 16px;
  float: left;
  margin-left: 4px;
  transition: 0.4s;
}
.grid-view .price-tools .oldprice {
  position: absolute;
  bottom: -25px;
  left: 5px;
  color: var(--gray-light-dark) !important;
  font-size: 12px;
  text-decoration: line-through;
}
.grid-view .price-tools .oldprice span {
  color: var(--gray-light-dark) !important;
}
.grid-view .product-style:hover .price {
  color: var(--orange-main);
}
.grid-view .product-style:hover p {
  color: var(--orange-main);
}
.grid-view .price-tools .addtobasket {
  color: #fff;
  background: var(--green-main);
  padding: 2px;
  border-radius: 2px;
  transition: 0.4s;
  cursor: pointer;
}
.grid-view .price-tools .addtobasket:hover {
  background: var(--orange-main);
}
.grid-view .product-style:hover .addtobasket {
  background: var(--orange-main);
}
.grid-view .product-style .product-tools {
  position: absolute;
  font-size: 10px;
  top: 0px;
  left: 10px;
}
.grid-view .product-style .product-tools div {
  padding: 0px 5px;
  text-align: center;
  font-family: "PeydaWeb-Light";
  border-radius: 1px;
  margin-bottom: 2px;
}
.grid-view .product-style .hot {
  background: #f78484;
  color: #fff;
}
.grid-view .product-style .discount {
  background: #a5f4e1;
  color: #1e9811;
}

.list-view .product-style {
  position: relative;
  /* margin-bottom: 20px; */
  /* padding-top: 20px; */
  border-bottom: 1px solid #ddd;
  display: inline-block;
  width: 100%;
  padding-bottom: 10px;
}
.list-view .product-style img {
  height: 60px;
  /* margin: auto; */
  /* display: block; */
  float: right;
  border: 1px solid var(--gray-light);
}
.list-view .product-style p {
  font-family: "PeydaWeb-Regular";
  font-size: 13px;
  /* text-align: center; */
  color: #000;
  transition: 0.4s;
  float: right;
  margin-top: 15px;
  margin-right: 10px;
}
.list-view .price-tools {
  position: absolute;
  bottom: 0px;
  left: 10px;
  right: auto;
  height: 30px;
  width: 50%;
  text-align: left;
}

.list-view .not-available {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: auto;
  height: 30px;
  width: 50%;
  text-align: left;
  font-size: 14px;
  color: var(--red-main);
}

.list-view .price-tools .currency {
  color: #000;
  font-family: "PeydaWeb-Regular";
  font-size: 12px;
  /* float: left; */
  margin-top: 3px;
}
.list-view .price-tools .price {
  color: var(--green-main);
  font-size: 16px;
  /* float: right; */
  margin-left: 10%;
  transition: 0.4s;
  /* float: left; */
}

.list-view .price-tools .oldprice {
  color: var(--gray-light-dark);
  text-decoration: line-through;
  font-size: 12px;
  transition: 0.4s;
  margin-left: 10px;
}

.list-view .price-tools .oldprice span {
  color: var(--gray-light-dark);
}

.list-view .product-style:hover .price {
  color: var(--orange-main);
}
.list-view .product-style:hover p {
  color: var(--orange-main);
}
.list-view .price-tools .addtobasket {
  color: #fff;
  background: var(--green-main);
  padding: 2px;
  border-radius: 2px;
  transition: 0.4s;
  float: left;
  cursor: pointer;
}
.list-view .price-tools .addtobasket:hover {
  background: var(--orange-main);
}
.list-view .product-style:hover .addtobasket {
  background: var(--orange-main);
}
.list-view .product-style .product-tools {
  position: absolute;
  font-size: 10px;
  top: -5px;
  right: 70px;
  width: 10%;
  display: block ruby;
}
.list-view .product-style .product-tools div {
  padding: 0px 5px;
  text-align: center;
  font-family: "PeydaWeb-Light";
  border-radius: 1px;
  margin-bottom: 2px;
}
.list-view .product-style .hot {
  background: #f78484;
  color: #fff;
}
.list-view .product-style .discount {
  background: #a5f4e1;
  color: #1e9811;
}
.filter-title.active {
  color: var(--orange-main) !important;
  font-weight: bold;
}
.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--gray-light);
  outline: none !important;
  box-shadow: none !important;
}
.filter-section [type="button"]:not(:disabled),
.filter-section [type="reset"]:not(:disabled),
.filter-section [type="submit"]:not(:disabled),
.filter-section button:not(:disabled) {
  outline: none !important;
  box-shadow: none !important;
  padding: 8px;
  font-size: 16px;
  font-family: "PeydaWeb-Light";
}
.form-control {
  font-size: 14px;
  font-family: "PeydaWeb-Medium";
  box-shadow: none !important;
  outline: none !important;
}
.form-check-label {
  font-size: 14px;
  font-family: "PeydaWeb-Medium";
}
.accordion-body {
  padding: 10px;
}

.logo-register {
  text-align: center;
  margin-bottom: 20px;
}
.logo-register img {
  height: 60px;
}
.bg_register {
  background-color: #eee;
  height: 100vh;
}
.slider_margin {
  margin-top: 180px;
}
.register-bg {
  height: 100vh;
  width: 100%;
  background: url(../images/bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.register .side_register_form {
  height: 100vh;
  width: 100%;
  position: relative;
}
.register .tab_content_form {
  width: 380px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 20%;
  padding: 20px;
  border-radius: 5px;
  background: #fff;
}
.register .nav-tabs .nav-item.show .nav-link,
.register .nav-tabs .nav-link.active {
  color: var(--red-main);
  background-color: #fff;
}
.register .nav-tabs .nav-link {
  border-radius: 0;
  font-size: 0.875rem;
  color: #000;
  margin-right: 2px;
  padding: 5px 0;
}
.register .tab-content {
  padding: 20px 0;
}
.register .nav-tabs .nav-item {
  margin-bottom: -1px;
  width: 33%;
  text-align: center;
  border-left: 1px solid #eee;
}
.register .nav-tabs .nav-item:last-child {
  border-left: 0 solid #eee;
}
.register .activeicon {
  color: var(--red-main) !important;
}
.register .nav-tabs .nav-link {
  border: 1px solid transparent !important;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.register .nav-tabs {
  border-bottom: 0;
}
.tab_content_form select,
option {
  border-radius: 1px;
  padding: 7px;
  font-size: 0.75rem;
  border: 2px solid var(--gray-light-dark);
  transition: 0.6s;
  box-shadow: none;
}
.tab_content_form select:focus,
option:focus {
  box-shadow: none;
  border: 2px solid #4c7f26;
}
.register input[type="number"]:focus,
.register input[type="password"]:focus,
.register input[type="tel"]:focus,
.register input[type="text"]:focus {
  box-shadow: none;
  border: 1px solid var(--gray-dark);
  background: var(--gray-light);
}

.register input[type="checkbox"],
.register input[type="radio"] {
  margin-left: 5px;
  float: right;
}
.register .tab_content_form a {
  font-size: 0.75rem;
  color: var(--gray-dark);
  transition: 0.6s;
}
.register .tab_content_form a:hover {
  transition: 0.6s;
  color: #000;
}
.register {
  background: #fff;
}
.btn-custom {
  background-color: var(--green-main) !important;
  border: 0 !important;
  padding: 8px 20px !important;
  height: auto !important;
  color: #fff !important;
  font-size: 14px !important;
  margin-top: 10px;
  border-radius: 4px;
  border-radius: ;
}
.btn-custom:hover {
  background-color: var(--red-main) !important;
  color: #fff !important;
}
.register input[type="number"],
.register input[type="password"],
.register input[type="tel"],
.register input[type="text"] {
  border-radius: 4px;
  padding: 7px;
  font-size: 14px !important;
  border: 1px solid #e6e9ec !important;
  height: 37px;
  font-size: 0.75rem;
  margin-bottom: 10px;
}
.register input[type="number"] {
  -moz-appearance: textfield;
}
.linkback {
  display: block;
  margin-top: 20px;
  color: var(--red-main) !important;
}
.register .tab_content_form a {
  font-size: 0.75rem;
  color: #757373;
  transition: 0.6s;
}
.reg-tel {
  position: fixed;
  left: 10px;
  bottom: 10px;
}
.reg-tel div {
  color: var(--red-main);
}
.reg-tel div span:first-child {
  color: #000;
  float: right;
  font-size: 1rem;
  margin-left: 0.3rem;
}
.reg-tel div span:last-child {
  color: #000;
  font-size: 0.75rem;
  float: right;
}

.parsley-required {
  font-size: 12px !important;
  padding-top: 0px;
  color: var(--red-main);
}
.parsley-length,
.parsley-type {
  font-size: 12px !important;
  padding-top: 0px;
  color: var(--red-main);
}
.error {
  color: var(--red-main);
  font-size: 16px;
  margin-bottom: 10px;
}
.select2-results__option {
  font-size: 12px;
  font-weight: normal;
  font-family: "PeydaWeb-Light";
}
.more-item {
  margin: 10px;
  text-align: left;
}
.more-item a {
  background: #000;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 20px 0px 0px 20px;
}
.more-item a span:first-child {
  color: #fff;
  float: left;
  font-size: 13px;
  margin-top: 2px;
  margin-right: 5px;
}
.more-item a span:last-child {
  color: #fff;
  float: left;
  font-size: 13px;
}
.content-page {
  min-height: 70vh;
}
.content-page h1 {
  font-family: "PeydaWeb-Black";
  font-size: 20px;
}
.content-page p {
  font-size: 14px;
  line-height: 25px;
}
.content-page a {
  color: var(--orange-main);
}
.content-page ul {
  margin-right: 12px;
}
.content-page ul li {
  font-size: 14px;
  margin-bottom: 10px;
}
.pagination-collection {
  margin: auto;
  text-align: center;
}
.pagination-collection a {
  display: inline-block;
  color: var(--gray-dark);
}
.page-before-after {
  display: inline-block;
}
.page-a-link {
  width: 24px;
  height: 23px;
  text-align: center;
  border-bottom: 1px solid var(--gray-dark);
  color: var(--gray-dark);
  font-size: 16px;
  margin: 0 4px;
  font-family: "PeydaWeb-Light";
}
.pagination-collection .active {
  width: 24px;
  height: 23px;
  text-align: center;
  border-bottom: 1px solid #000;
  color: #000;
  font-size: 16px;
  margin: 0 4px;
  font-family: "PeydaWeb-Light";
}
.pagination-collection a:hover {
  color: var(--orange-main) !important;
}
.pagination-collection a:hover .page-a-link {
  color: var(--orange-main) !important;
  border-bottom: 1px solid var(--orange-main) !important;
}
.pagination-collection a:hover .active {
  color: var(--orange-main);
  border-bottom: 1px solid var(--orange-main);
}
#prev-page {
  border-bottom: 1px solid var(--gray-dark);
  width: 24px;
  height: 23px;
  color: var(--gray-dark);
}
#prev-page:hover {
  color: var(--orange-main) !important;
  border-bottom: 1px solid var(--orange-main) !important;
}
#next-page {
  border-bottom: 1px solid var(--gray-dark);
  width: 24px;
  height: 23px;
  color: var(--gray-dark);
}
#next-page:hover {
  color: var(--orange-main) !important;
  border-bottom: 1px solid var(--orange-main) !important;
}
.nav-bg {
  margin-top: 160px;
}
.navigation {
  font-family: "PeydaWeb-Light";
  font-size: 12px;
  margin-bottom: 15px;
}
.navigation span::after {
  content: " | ";
  padding: 0px 8px;
}
.navigation span a {
  color: #000;
  transition: 0.4s;
}
.navigation span a:hover {
  color: var(--orange-main);
}
.mega-menu {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  padding: 20px;
  background: #fff;
  border-top: 2px solid #eee;
  display: none;
}
.dropdown:hover .mega-menu {
  display: block;
}

.categories-list li {
  padding: 8px 10px;
  cursor: pointer;
  position: relative;
}
.categories-list li:hover {
  background: #f5f5f5;
}

.categories-list li::after {
  content: "›";
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 16px;
}

.items-list {
  display: none;
}
.items-list.active {
  display: block;
}
.megamenu:hover .dropdown-menu {
  display: block;
}
.cat-item {
  padding: 6px 0;
  cursor: pointer;
}
.cat-item.active {
  font-weight: bold;
}
.mega-items {
  min-height: 200px;
}
.no-click::after {
  display: none !important;
}
.no-click {
  pointer-events: none !important;
}

.nav-item.dropdown:hover > .dropdown-menu {
  display: block;
}
.no-click::after {
  display: none !important;
}
.no-click {
  pointer-events: none !important;
}

.nav-item.dropdown:hover > .dropdown-menu {
  display: block;
}
.nav-item.dropdown:hover > a {
  color: var(--red-main) !important;
}

.cat-link:hover {
  color: var(--red-main) !important;
}

.nav-item.dropdown:hover > a {
  color: var(--red-main) !important;
}

.cat-link {
  color: black;
  display: block;
  padding: 6px 10px;
  border-bottom: 1px solid var(--gray-light);
}
.cat-link.active {
  color: var(--red-main) !important;
}
.dropdown-menu {
  border: 0px;
  border-radius: 0px;
  /* box-shadow: 0px 0px 4px #ddd; */
}
.border-end-custom {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--gray-light) !important;
}
.navbar {
  padding: 0px;
}
.nav-link {
  font-weight: normal;
  color: #000;
  padding: 0px;
  font-size: 14px;
  padding-bottom: 10px;
}
.nav-link img {
  height: 14px;
  float: right;
  margin-left: 5px;
  margin-top: 4px;
}
.dropdown-menu {
  z-index: 999;
}
.mega-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 99;
  display: none;
}

.nav-item .dropdown:hover .mega-overlay {
  display: block;
}

.dropdown-menu {
  z-index: 999;
}
.list-unstyled li:last-child a {
  border: 0px;
}
.list-unstyled li a {
  color: #000;
}
.list-unstyled li a:hover {
  color: var(--red-main);
}
.dropdown-menu {
  z-index: 999;
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 0.2s ease, transform 0.2s ease;
  display: block; /* keep for hover logic */
  pointer-events: none;
  max-height: 450px;
  overflow: auto;
}

/* visible state */
.nav-item.dropdown:hover > .dropdown-menu {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.error-item {
  background: var(--red-main);
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  padding: 10px;
  width: 100%;
  border-radius: 4px;
}
.form-check {
  padding-right: 1.8em;
}

#pageloader {
  background: rgba(221, 221, 221, 0.8);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 101;
  display: none;
  right: 0;
  top: 0;
}
#pageloader .frame {
  width: 300px;
  height: 300px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
#pageloader img {
  height: 200px;
  margin: auto;
  display: block;
}
#pageloader p {
  color: #000;
  text-align: justify;
}
.page-link,
.page-item {
  outline: none !important;
  box-shadow: none !important;
  color: var(--orange-main);
  font-size: 14px;
}
.page_result {
  margin: 15px 0px;
  /* border-top: 1px solid #ddd; */
  padding-top: 10px;
}
.open_side {
  cursor: pointer;
}
.side_bg {
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 160;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.35s, visibility 0.35s, height 0.35s;
}
.side_bg.open {
  opacity: 1;
  visibility: visible;
  height: 100%;
}
.item_product_info {
  width: 100%;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
  height: 112px;
  position: relative;
}
.item_product_info img {
  height: 80px;
  width: 80px;
  margin-left: 5px;
  float: right;
  padding: 7px;
  border: 1px solid #eee;
  border-radius: 2px;
}
.item_product_info a h2 {
  font-size: 13px;
  color: var(--red-main);
  line-height: 22px;
  margin-bottom: 10px;
  text-align: right;
  font-weight: normal;
}
.item_product_info a h2:hover {
  color: #000;
}
.item_product_info h4 {
  font-size: 11px;
  margin-bottom: 7px;
  width: 30%;
  float: right;
  text-align: right;
}
.item_product_info .title {
  float: right;
}
.item_product_info .price {
  float: right;
}
.item_product_info .old_price {
  color: #ddd;
  text-decoration: line-through;
}
.item_product_info .new_price {
  color: #000;
}
.item_product_action {
  display: inline-block;
  margin-top: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.item_product_action input[type="button"] {
  background: 0 0;
  border: 0;
  color: #000;
  font-size: 16px;
  float: left;
  height: 28px;
  cursor: pointer;
}
.item_product_action input[type="button"]:hover {
  background: #fff;
  color: var(--red-main);
}
.item_product_action input[type="text"] {
  border: 0 solid #ddd;
  text-align: center;
  width: 40px;
  float: left;
  height: 28px;
  background: var(--red-main);
  font-size: 11px;
  color: #fff;
  border: 0 !important;
  border-radius: 6px;
}
.final_price {
  background: #00a651;
  padding: 10px;
  width: 100%;
  font-size: 14px;
  color: #fff;
  height: 42px;
  position: relative;
  right: 0;
  bottom: 30px;
  text-align: center;
}
.checkout {
  background: #000;
  font-size: 14px;
  color: #fff;
  padding: 10px;
  width: 100%;
  height: 42px;
  position: relative;
  right: 0;
  bottom: 30px;
  text-align: center;
}
#close-ajax span {
  cursor: pointer;
  font-size: 30px;
}
#close-ajax span:hover {
  color: var(--red-main);
}
.delitem {
  position: absolute;
  bottom: 0;
  right: 0;
}
.delitem span {
  font-size: 18px;
  color: #000;
  cursor: pointer;
}
.delitem span:hover {
  color: var(--red-main);
}
.notfind {
  text-align: center;
}
.notfind span {
  color: var(--red-main);
  font-size: 40px;
  display: block;
  margin-bottom: 20px;
}
.notfind h2 {
  color: #000;
  font-size: 14px;
  text-align: center;
}
.basket_styleone {
  color: #238f28;
  font-size: 14px;
  direction: rtl;
  padding: 8px;
  margin-bottom: 20px;
}
.basket_styletwo {
  color: var(--red-main);
  font-size: 12px;
  direction: rtl;
  padding: 8px;
  margin-bottom: 20px;
}
.side_right {
  width: 420px;
  height: 100vh;
  background: #fff;
  position: fixed;
  top: 0;
  left: -420px;
  transition: left 0.3s linear;
  z-index: 1600;
  padding: 20px;
  overflow: auto;
}
.side_right.active {
  left: 0;
}
.basketContent {
  margin-top: 30px;
  margin-bottom: 100px;
}
.right_icon {
  width: 55px;
  height: 55px;
  background: #cf9f52;
  border-radius: 50%;
  position: fixed;
  right: 30px;
  bottom: 30px;
  box-shadow: 0 0 5px 0 rgba(166, 166, 166, 1);
  z-index: 10;
}
.right_icon span {
  font-size: 20px;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 9px;
}
.right_icon p {
  font-size: 9px;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
}
.msgupdateprice {
  color: var(--orange-main);
  font-family: "PeydaWeb-Light";
  font-size: 12px;
}
.grid-view .pinaction {
  background: var(--gray-light);
  height: 25px;
  width: 25px;
  cursor: pointer;
  border-radius: 50%;
  position: absolute;
  right: 10px;
  top: 0px;
  color: #000;
  text-align: center;
  padding-top: 4px;
  transition: 0.6s;
}
.grid-view .pinaction:hover {
  background: var(--orange-main);
  color: #fff;
}
.grid-view .pinactive {
  background: var(--orange-main);
  color: #fff;
}
.grid-view .pintopactive {
  color: var(--orange-main) !important;
}
.list-view .pinaction {
  background: var(--gray-light);
  height: 20px;
  width: 20px;
  cursor: pointer;
  border-radius: 50%;
  position: absolute;
  left: 10px;
  top: 0px;
  color: #000;
  text-align: center;
  padding-top: 3px;
  transition: 0.6s;
  font-size: 13px;
}
.list-view .pinaction:hover {
  background: var(--orange-main);
  color: #fff;
}
.list-view .pinactive {
  background: var(--orange-main);
  color: #fff;
}
.staractive {
  color: var(--orange-main) !important;
}
.list-view .pintopactive {
  color: var(--orange-main) !important;
}
input[name="add"] {
  margin-top: 10px;
  font-size: 14px;
  border-radius: 4px;
}
.show-code {
  background: var(--gray-light);
  padding: 4px;
}
.show-code a {
  color: var(--gray-harddark);
}

.basket_styleone {
  color: #fff;
  background: var(--green-main);
  font-size: 12px;
  direction: rtl;
  padding: 8px;
  margin-bottom: 20px;
}
.basket_styletwo {
  color: #fff;
  background: #cb213d;
  font-size: 12px;
  direction: rtl;
  padding: 8px;
  margin-bottom: 20px;
}
.mybasket_list_all select {
  font-size: 12px;
  text-align: center;
  font-family: arial;
  margin-top: 10px;
  width: 72px;
  height: 33px;
  outline: none !important;
  box-shadow: none !important;
}
.mybasket_list_all option {
  font-size: 12px;
  font-family: arial;
}
.mybasket_list {
  width: 100%;
  background: #fff;
  margin-bottom: 0;
  border-bottom: 1px solid #eee;
  display: inline-block;
}
.mybasket_img {
  width: 15%;
  float: right;
}
.mybasket_img img {
  height: 80px;
  padding: 10px;
}
.mybasket_title {
  width: 35%;
  float: right;
  padding-top: 10px;
}
.mybasket_title h4 {
  font-size: 12px;
  font-family: iransans;
  font-weight: 400;
}
.mybasket_title span {
  font-size: 10px;
  color: #919191;
}
.mybasket_price {
  float: right;
  width: 15%;
  padding-top: 10px;
  font-size: 14px;
}
.mybasket_count {
  float: right;
  width: 15%;
}
.mybasket_all {
  float: right;
  width: 15%;
  padding-top: 10px;
  font-size: 0.875rem;
}
.mybasket_action {
  width: 5%;
  float: right;
}
.mybasket_list_right {
  width: 70%;
  float: right;
  background: var(--gray-light);
  padding: 20px;
  border-radius: 20px;
}
.mybasket_action a span {
  margin-top: 17px;
  display: inline-block;
  cursor: pointer;
  font-size: 24px;
  color: #919191;
}
.mybasket_action a span:hover {
  color: var(--green-main);
}
.mybasket_list_tools {
  width: 28%;
  float: right;
  background: #fff;
  padding: 20px;
  margin-right: 2%;
  border-radius: 4px;
  position: relative;
  border-radius: 20px;
}
.mybasket_final {
  display: inline-block;
  width: 100%;
  height: 35px;
  padding-top: 8px;
}
.mybasket_final div:first-child {
  font-size: 14px !important;
  width: 50% !important;
  float: right !important;
  text-align: right !important;
  font-weight: 400 !important;
}
.mybasket_final div {
  float: left;
  width: 50%;
  text-align: left;
  font-size: 14px;
  font-weight: 700;
}
.mybasket_discount {
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
}
.mybasket_discount div:first-child {
  font-size: 10px !important;
  width: 50% !important;
  float: right !important;
  text-align: right !important;
  font-weight: 400 !important;
  line-height: 17px;
  text-align: justify !important;
  color: var(--green-main) !important;
}
.mybasket_discount div {
  float: left;
  width: 50%;
  text-align: left;
  font-size: 14px;
  font-weight: 700;
}
.mybasket_button input {
  width: 48%;
  font-size: 14px;
  border: 0;
  border-radius: 0;
  padding: 10px;
}
.mybasket_discount_form {
  bottom: 10px;
  margin-top: 10px;
  border-top: 1px solid #ddd;
  padding-top: 10px;
}
.mybasket_discount_form p {
  font-size: 13px;
  margin-bottom: 10px;
}
.mybasket_discount_form input[type="text"] {
  font-size: 12px;
  border: 1px solid #ddd;
  border-radius: 0;
  width: 69%;
  float: right;
  height: 35px;
  border-radius: 0;
}
.title_one {
  width: 50%;
  float: right;
  font-size: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
}
.title_two {
  width: 15%;
  float: right;
  font-size: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
}
.title_three {
  float: right;
  width: 15%;
  font-size: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
}
.title_four {
  float: right;
  width: 20%;
  font-size: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
}
#discount {
  font-size: 14px;
  border: 0;
  border-radius: 0;
  padding: 7px 10px;
}
.product-header {
  background: var(--red-main);
  margin-top: 135px;
  padding: 10px 0px;
  color: #fff;
}
.product-navbar {
  font-family: "PeydaWeb-Light";
  font-size: 12px;
  margin-bottom: 15px;
}
.product-navbar span::after {
  content: " | ";
  padding: 0px 8px;
}
.product-navbar span a {
  color: #fff;
  transition: 0.4s;
}
.product-navbar span a:hover {
  color: var(--gray-dark);
}
.product-header h1 {
  font-family: "PeydaWeb-Black";
  font-size: 26px;
}

.product table {
  color: #000;
  width: 100%;
}
.product table tr {
  margin: 0.3rem;
}
.product table tr td {
  font-size: 0.8rem;
  padding: 0.2rem;
  border: 4px solid #f2f2f2;
}
.product table tr td:nth-child(n) {
  color: #000;
  background: #fff;
}
.product table tr td:nth-child(2n) {
  color: #fff;
  background: #000;
}
.product table tr td:nth-child(3n) {
  color: #000;
}

.big-img {
  width: 100%;
  float: left;
}
.big-img img {
  width: 390px;
  height: 390px;
}
.xzoom-thumbs {
  text-align: center;
  margin-bottom: 0;
  width: 100%;
  display: inline-block;
}
.xzoom-gallery,
.xzoom-gallery2,
.xzoom-gallery3,
.xzoom-gallery4,
.xzoom-gallery5 {
  margin-bottom: 5px;
}
.xzoom-thumbs img {
  height: 70px;
  width: 70px;
}
.count {
  float: left !important;
  font-size: 11px !important;
  margin-right: 4px;
}
.xzoom-thumbs a {
  float: left;
  border: 1px solid var(--gray-light);
  margin-top: 5px;
  margin-right: 5px;
  border-radius: 5px;
  line-height: 0px;
}
.xactive {
  border: 2px solid var(--red-main);
}
.bigimg {
  height: 300px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  border: 1px solid var(--gray-light);
  display: inline-block;
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
}
.product-image {
  border-radius: 5px;
}
.content-product {
  padding: 40px 0px;
}
.product-description {
  padding: 5px 0px;
}
.product-description p {
  font-size: 14px;
}
.product-description ul {
  font-size: 14px;
  list-style: disc;
  margin-right: 20px;
}
.product-description ul li {
  font-size: 12px;
  line-height: 22px;
}
.product-description h3 {
  font-family: "PeydaWeb-Black";
  font-size: 18px;
}
.product-description h2 {
  font-family: "PeydaWeb-Black";
  font-size: 18px;
}
.section-price {
  padding: 20px;
  background: #f4f4f4;
  position: relative;
  border-radius: 5px;
  padding-top: 40px;
}

.section-price .product-tools {
  position: absolute;
  font-size: 12px;
  top: 10px;
  left: 10px;
}
.section-price .product-tools div {
  padding: 0px 5px;
  text-align: center;
  font-family: "PeydaWeb-Light";
  border-radius: 1px;
  margin-bottom: 2px;
}
.section-price .hot {
  background: #f78484;
  color: #fff;
}
.section-price .discount {
  background: #a5f4e1;
  color: #1e9811;
}

.section-price .oldprice {
  color: var(--gray-light-dark) !important;
  font-size: 14px;
  text-decoration: line-through;
  margin-top: 10px;
}
.section-price .newprice {
  font-family: "PeydaWeb-Black";
  font-size: 20px;
  color: var(--green-main);
  margin-top: 10px;
}
.section-price .pinaction {
  background: var(--gray-light);
  height: 25px;
  width: 25px;
  cursor: pointer;
  border-radius: 50%;
  position: absolute;
  right: 10px;
  top: 10px;
  color: #000;
  text-align: center;
  padding-top: 4px;
  transition: 0.6s;
}
.section-price .pinaction:hover {
  background: var(--orange-main);
  color: #fff;
}
.addtocart {
  background: var(--gray-harddark);
  color: #fff;
  font-size: 16px;
  width: 100%;
  border: 0px;
  border-radius: 3px;
  padding: 6px;
  margin-top: 15px;
  margin-bottom: 15px;
  transition: 0.4s;
  cursor: pointer;
}

.addtocart:hover {
  background-color: var(--orange-main);
}
.iconpro {
  padding: 10px 0px;
}
.iconpro div {
  color: #000;
  font-size: 10px;
  margin-bottom: 15px;
}
.iconpro div span {
  color: #000;
  display: block;
  font-size: 14px;
}
.iconpro div img {
  height: 40px;
  width: 40px;
  border: 0.07rem solid #000;
  padding: 4px;
  border-radius: 50%;
  float: right;
  margin-left: 6px;
}

.section-price .select2-container {
  width: 100% !important;
}
.section-price
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 5px;
}
.section-price .select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 4px;
  height: 35px;
  padding-top: 3px;
  font-size: 12px;
  font-family: "PeydaWeb-Light";
}
.radio-with-Icon h5 {
  margin-bottom: 15px;
}
.account {
  margin-bottom: 30px;
}
.account label {
  font-size: 14px;
  margin-bottom: 4px;
}
.account input[type="number"],
.account input[type="password"],
.account input[type="tel"],
.account input[type="text"] {
  border-radius: 4px;
  padding: 7px;
  font-size: 16px;
  border: 1px solid var(--gray-light-dark) !important;
  height: 40px;
  margin-bottom: 10px;
  transition: 0.4s;
}
.form-select {
  border-radius: 4px;
  padding: 7px;
  font-size: 16px;
  border: 1px solid var(--gray-light-dark) !important;
  height: 40px;
  margin-bottom: 10px;
  transition: 0.4s;
  outline: none !important;
  box-shadow: none !important;
}
.account textarea {
  border-radius: 4px;
  padding: 7px;
  font-size: 16px;
  border: 1px solid var(--gray-light-dark) !important;
  margin-bottom: 10px;
  transition: 0.4s;
}
.account input[type="number"]:focus,
.account input[type="password"]:focus,
.account input[type="tel"]:focus,
.account input[type="text"]:focus {
  background: var(--gray-light);
}
.wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.wrapper .map {
  position: relative;
  width: 100%;
  z-index: 90;
}
.wrapper .map .search-location {
  width: 100%;
  padding: 10px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.wrapper .map ul#search-result {
  position: absolute;
  top: 27px;
  z-index: 1001;
  width: 100%;
  background: #fff;
  list-style: none;
  padding: 0;
}
.wrapper .map ul#search-result li {
  padding: 5px 0;
}
.wrapper .map #render-map {
  width: 100%;
  height: 350px;
  background: #f4f4f4;
}
#print {
  page-break-after: always;
  font-size: 0.75rem;
  width: 20cm;
  text-align: right;
  height: auto;
  margin-right: 20px;
  margin-top: 20px;
}
#print .address-box h1 {
  font-size: 1rem;
  font-weight: 700;
}
#print .address-box-final {
  width: 100%;
  border: 2px solid #000;
  padding: 10px;
  word-wrap: break-word;
}
#print .address-box-final label {
  margin-bottom: 18px;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  display: block;
  line-height: 15px;
  float: right;
  font-weight: normal;
  margin-left: 20px;
}
#print h2 {
  font-size: 1.438rem;
  margin: 10px 0;
  font-weight: 800;
  text-align: center;
}
#factor {
  border-top: 4px solid #000;
  border-bottom: 4px solid #000;
}
.bold td {
  font-weight: 700;
}
#print td {
  padding: 10px;
  font-size: 0.875rem;
}
#print table {
  width: 100%;
}
#print tr {
  border-bottom: 1px solid #ccc;
}
#print tr:nth-child(1) img {
  height: 50px;
  float: right;
}
#print tr:nth-child(1) div {
  margin-top: 58px;
  background: var(--red-main);
  text-align: left;
  color: #fff;
  font-size: 0.688rem;
  padding: 10px;
}
#print tr:nth-child(2) {
  text-align: right;
  line-height: 30px;
}
#print h1 {
  font-size: 0.875rem;
  font-weight: 700;
}
#print label {
  font-weight: 700;
}
.address-box {
  font-size: 0.875rem;
}
.address-box h3 {
  color: var(--gray-harddark);
  font-size: 14px;
  font-family: "PeydaWeb-Black";
}
.address-box .form-group {
  border-bottom: 1px solid #ddd;
  padding: 10px 0px;
}
.address-box .form-group:last-child {
  border-bottom: 0 solid #ddd;
}
.address-box label {
  color: var(--red-main);
}
.cer {
  text-align: center;
  display: block;
  border-left: 1px solid var(--gray-light);
  border-right: 1px solid var(--gray-light);
}
.cer img {
  cursor: pointer;
  height: 110px;
  border-radius: 7px;
}
.now-price {
  background: var(--gray-harddark);
  padding: 20px;
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  color: #fff;
}
.post-style input[type="radio"] {
  margin-left: 5px;
}
.post-style h3 {
  color: var(--gray-harddark);
  font-size: 14px;
  font-family: "PeydaWeb-Black";
}
.post-style p a {
  color: var(--green-main);
}
.post-style p span {
  color: var(--green-main);
  font-size: 15px;
}
.alarmcount {
  text-align: center;
  font-size: 16px;
  background: var(--orange-main);
  padding: 10px;
  color: #fff;
}
.alarmcount a {
  color: #000;
}
#print .address-box-final {
  width: 100%;
  border: 2px solid #000;
  padding: 10px;
  word-wrap: break-word;
  display: inline-block;
}

.panel-welcome {
  margin-bottom: 20px;
  color: var(--red-main) !important;
  font-size: 0.875rem;
}
.panel-item {
  background: #000;
  padding: 20px;
  text-align: center;
  font-size: 0.75rem;
  transition: 0.6s;
}
.panel-item a {
  color: #fff;
}
.panel-item:hover {
  background: var(--red-main);
}
.sex {
  margin-bottom: 20px;
}
.sex elm {
  display: inline-block;
  width: 100%;
}
.sex input[type="radio"] {
  margin-left: 5px;
}
.account td {
  font-size: 14px;
  font-weight: normal;
}
.account .table .btn {
  font-size: 12px;
  font-weight: normal;
  border-radius: 4px;
  padding: 3px 10px;
}
.form-style {
}
.form-style .btn {
  margin-top: 10px;
  font-size: 12px;
  font-weight: normal;
  border-radius: 4px;
  padding: 3px 10px;
  margin-left: 4px;
}
.address-list {
  font-size: 14px;
  font-weight: normal;
}
#myaddress {
  margin-top: 15px;
  margin-bottom: 15px;
}
#myaddress h3 {
  color: var(--red-main);
  font-size: 14px;
}
#myaddress input[type="radio"] {
  margin-left: 5px;
}

#searchOverlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(6px);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 9999;
}
#searchOverlay.active {
  opacity: 1;
  visibility: visible;
}
.search-box {
  background: #fff;
  width: 90%;
  max-width: 420px;
  padding: 25px;
  border-radius: 16px;
  position: relative;
  transform: translateY(30px);
  transition: 0.3s;
}
#searchOverlay.active .search-box {
  transform: translateY(0);
}
#closeSearch {
  position: absolute;
  top: 12px;
  left: 12px;
  border: none;
  background: none;
  font-size: 18px;
  cursor: pointer;
}
.search-box input {
  width: 100%;
  padding: 12px;
  border-radius: 10px;
  border: 1px solid #ddd;
  margin-bottom: 10px;
}

.search-box button[type="submit"] {
  width: 100%;
  padding: 12px;
  border-radius: 10px;
  border: none;
  background: #0d6efd;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}
.custom-product-item {
  flex: 0 0 20% !important;
  max-width: 20% !important;
}

.sideMenu {
  position: fixed;
  right: -350px;
  background: #fff;
  width: 350px;
  height: 100vh;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  top: 0;
  z-index: 5;
}
.sideMenu.active {
  right: -12px;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.menuIcon {
  display: inline-block;
  background: #fff;
  padding: 3px 12px;
  cursor: pointer;
  position: fixed;
  right: 0;
}
.menuIcon span {
  display: block;
  width: 25px;
  height: 2px;
  margin: 20px 0;
  background: var(--red-main);
  position: relative;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.menuIcon span::before {
  position: absolute;
  content: "";
  left: 0;
  top: -7px;
  width: 25px;
  height: 2px;
  background: var(--red-main);
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.menuIcon span::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -7px;
  width: 25px;
  height: 2px;
  background: var(--red-main);
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.menuIcon.active span {
  background: #fff;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.menuIcon.active span:before {
  transform: rotate(45deg);
  top: 0;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.menuIcon.active span:after {
  transform: rotate(-45deg);
  bottom: 0;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.sidebar-navigation {
  width: 350px;
  height: 100vh;
  margin: 90px auto;
  overflow-y: scroll;
}
.sidebar-navigation .title {
  display: block;
  font-size: 1.2em;
  background-color: #1e1e1e;
  padding: 20px 25px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.sidebar-navigation > ul > li > a {
  text-transform: uppercase;
}
.sidebar-navigation ul {
  margin: 0;
  padding: 0;
}
.sidebar-navigation ul li {
  display: block;
}
.sidebar-navigation ul li a {
  position: relative;
  display: block;
  font-size: 0.75rem;
  font-weight: 400;
  padding: 10px 25px;
  text-decoration: none;
  color: #000;
  letter-spacing: 0.02em;
  border-bottom: 1px solid #eee;
  transition: all 0.3s linear;
}
.sidebar-navigation ul li a em {
  font-size: 1.5rem;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  padding: 5px;
  border-radius: 50%;
}
.sidebar-navigation ul li.selected > a,
.sidebar-navigation ul li:hover > a {
  background-color: transparent;
  color: #000;
  border-color: rgba(255, 255, 255, 0.1);
}
.sidebar-navigation ul li ul {
  display: none;
}
.sidebar-navigation ul li ul.open {
  display: block;
}
.sidebar-navigation ul li ul li a {
  color: var(--red-main);
  border-color: rgba(255, 255, 255, 0.1);
  padding: 5px 25px;
}
.sidebar-navigation ul li ul li a:before {
  content: "";
  width: 5px;
  height: 5px;
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
  background-color: #000;
  transition: all 0.2s linear;
}
.sidebar-navigation ul li ul li.selected > a,
.sidebar-navigation ul li ul li:hover > a {
  background-color: transparent;
}
.sidebar-navigation ul li ul li.selected > a:before,
.sidebar-navigation ul li ul li:hover > a:before {
  margin-right: 10px;
}
.sidebar-navigation ul li ul li.selected.selected--last > a {
  background-color: transparent;
  color: #fff;
}
.sidebar-navigation ul li ul li.selected.selected--last > a:before {
  background-color: transparent;
}
.subMenuColor1 {
  background-color: transparent;
}
.subMenuColor2 {
  background-color: transparent;
}
.subMenuColor2 {
  background-color: transparent;
}
.subMenuColor2 {
  background-color: transparent;
}
.subMenuColor2 {
  background-color: transparent;
}
.subMenuColor2 {
  background-color: transparent;
}
.subMenuColor2 {
  background-color: transparent;
}
.subMenuColor2 {
  background-color: transparentwhite;
}
.subMenuColor2 {
  background-color: transparent;
}
.subMenuColor2 {
  background-color: transparent;
}
.othermenubgmobile {
  display: none;
}
.map-link {
  color: #fff;
  background: #000;
  padding: 4px 10px;
  font-size: 14px;
}
.procode {
  font-size: 14px;
  margin-bottom: 10px;
}
.procode span {
  color: var(--red-main);
}

.probrand {
  font-size: 14px;
  margin-bottom: 10px;
}
.probrand a span {
  color: var(--red-main);
}
@media only screen and (max-width: 767px) {
  .select-top {
    width: 29.3%;
  }
  .top-menu {
    display: none;
  }
  .top-tools div a span:nth-child(n) {
    font-size: 20px !important;
  }
  .top-tools div a span:nth-child(2n) {
    font-size: 12px !important;
  }
  header {
    width: 100%;
    height: 195px;
  }
  .menu-tools {
    display: none;
  }
  .top-tools {
    height: 40px;
    padding-top: 10px;
  }
  header h1 {
    margin-bottom: 10px;
  }
  .ads-slider {
    margin-top: 195px;
  }
  .row-8 .item {
    width: 30%;
    float: right;
    margin-left: 3%;
    margin-bottom: 2%;
  }
  .row-8 {
    display: block;
    flex-wrap: nowrap;
    gap: 0px;
    overflow-x: auto;
  }
  .index-service-section .item img {
    height: 40px;
  }
  .index-service-section .item {
    margin-bottom: 20px;
  }
  .nav-bg {
    margin-top: 195px;
  }
  .index-cat {
    margin: 5px 0px;
  }
  .title h2 {
    margin: 10px 0px;
  }
  .title h1 {
    margin: 10px 0px;
  }
  .content-page {
    min-height: 40vh;
  }
  .grid-view .product-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .custom-product-item {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
  .product-header {
    margin-top: 195px;
  }
  .product-header h1 {
    margin-bottom: 0px;
  }
  .content-product {
    padding: 10px 0px;
  }
  .mybasket_list_right {
    width: 100%;
    margin-top: 20px;
  }
  .title_four {
    display: none;
  }
  .mybasket_all {
    display: none;
  }
  .title_two {
    width: 30%;
  }
  .title_three {
    width: 20%;
  }
  .mybasket_price {
    width: 30%;
  }
  .mybasket_list_right {
    padding: 12px;
  }
  .mybasket_img {
    width: 12%;
    float: right;
    margin-left: 5px;
  }
  .mybasket_img img {
    height: 54px;
    padding: 0;
  }
  .mybasket_list_tools {
    width: 100%;
    margin-right: 0;
    margin-top: 20px;
  }
  .othermenubgmobile {
    display: block;
  }
  .grid-view .product-item-model {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
