:root {
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #d61820;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #00a651;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-brown: #e7d4ad;
  --bs-brown-dark: #b9964e;

  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-code-color: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f5f5f5;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #d2d2d2;
  --bs-gray-500: #c9c9c9;
  --bs-gray-600: #79879c;
  --bs-gray-700: #3e3e3e;
  --bs-gray-800: #1d1d1d;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 52, 58, 64;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.15),
    rgba(255, 255, 255, 0)
  );
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: var(--bs-white);
  --bs-border-width: 0.0625rem;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.275);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #0d6efd;
  --bs-link-hover-color: #0a58ca;
  --bs-highlight-bg: var(--bs-white) 3cd;
}
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,
html,
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: iransans-light;
  src: url(https://rostss.com/asset/fonts/iransans-light.eot);
  src: url(https://rostss.com/asset/fonts/iransans-light.eot?#iefix)
      format("embedded-opentype"),
    url(https://rostss.com/asset/fonts/iransans-light.woff) format("woff"),
    url(https://rostss.com/asset/fonts/iransans-light.ttf) format("truetype");
}
@font-face {
  font-family: iransans;
  src: url(https://rostss.com/asset/fonts/iransans.eot);
  src: url(https://rostss.com/asset/fonts/iransans.eot?#iefix)
      format("embedded-opentype"),
    url(https://rostss.com/asset/fonts/iransans.woff) format("woff"),
    url(https://rostss.com/asset/fonts/iransans.ttf) format("truetype"),
    url(https://rostss.com/asset/fonts/iransans.svg#svgFontName) format("svg");
}

@font-face {
  font-family: "icomoon";
  src: url("https://rostss.com/asset/fonts/icomoon.eot?22oqqh");
  src: url("https://rostss.com/asset/fonts/icomoon.eot?22oqqh#iefix")
      format("embedded-opentype"),
    url("https://rostss.com/asset/fonts/icomoon.ttf?22oqqh") format("truetype"),
    url("https://rostss.com/asset/fonts/icomoon.woff?22oqqh") format("woff"),
    url("https://rostss.com/asset/fonts/icomoon.svg?22oqqh#icomoon")
      format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-global:before {
  content: "\e052";
}
.icon-keyboard_arrow_down:before {
  content: "\e313";
}
.icon-keyboard_arrow_left:before {
  content: "\e314";
}
.icon-keyboard_arrow_right:before {
  content: "\e315";
}
.icon-keyboard_arrow_up:before {
  content: "\e316";
}
.icon-search:before {
  content: "\e625";
}
.icon-shopping_cart:before {
  content: "\e8cc";
}
.icon-arrow-right:before {
  content: "\e900";
}
.icon-star:before {
  content: "\e901";
}
.icon-star-outline:before {
  content: "\e902";
}
.icon-shopping-bag1:before {
  content: "\e903";
}
.icon-arrow-left:before {
  content: "\e905";
}
.icon-star1:before {
  content: "\e906";
}
.icon-shopping_bag:before {
  content: "\e907";
}
.icon-shopping-cart:before {
  content: "\e908";
}
.icon-cart-plus:before {
  content: "\e909";
}
.icon-shopping-cart1:before {
  content: "\e90a";
}
.icon-add_shopping_cart:before {
  content: "\e90b";
}
.icon-local_grocery_store:before {
  content: "\e90c";
}
.icon-undo:before {
  content: "\e90d";
}
.icon-world:before {
  content: "\e90e";
}
.icon-paper-plane:before {
  content: "\e90f";
}
.icon-certificate:before {
  content: "\e910";
}
.icon-help-circle:before {
  content: "\e911";
}
.icon-instagram1:before {
  content: "\e912";
}
.icon-linkedin1:before {
  content: "\e913";
}
.icon-pinterest:before {
  content: "\e915";
}
.icon-document-certificate:before {
  content: "\e916";
}
.icon-clock:before {
  content: "\e917";
}
.icon-phone-outline:before {
  content: "\e919";
}
.icon-phone21:before {
  content: "\e91a";
}
.icon-truck:before {
  content: "\e91b";
}
.icon-close1:before {
  content: "\e91e";
}
.icon-box:before {
  content: "\e924";
}
.icon-trash-2:before {
  content: "\e925";
}
.icon-instagram:before {
  content: "\e929";
}
.icon-credit-card:before {
  content: "\e93f";
}
.icon-spinner11:before {
  content: "\e984";
}
.icon-heart:before {
  content: "\f004" !important;
}
.icon-user:before {
  content: "\f007";
}
.icon-heart-o:before {
  content: "\f08a";
}
.icon-linkedin:before {
  content: "\f0e1";
}
.icon-pinterest-p:before {
  content: "\f231";
}
.icon-whatsapp1:before {
  content: "\f235";
}
.icon-user-o:before {
  content: "\f2c0";
}
.icon-phone2:before {
  content: "\e904";
}

html {
  direction: rtl;
}
body {
  font-family: "iransans-light";
  overflow-x: hidden;
}
.body-background {
  /* background: var(--bs-gray-100); */
}
input[type="number"] {
  -moz-appearance: textfield;
}
.padding-clear {
  padding: 0;
}
.padding-right {
  padding-right: 0rem;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}

strong {
  font-weight: 800;
}
*:focus {
  outline: none;
}
textarea:focus,
input:focus {
  outline: none;
}
header {
  position: fixed;
  width: 100%;
  top: 0px;
  right: 0px;
  height: 180px;
  z-index: 1001;
  background: var(--bs-white);
  border-bottom: 0.7rem solid var(--bs-brown);
}

.logo {
  padding-top: 5px;
  text-align: center;
}
.logo img {
  height: 120px;
  max-height: 120px;
  width: auto;
}
.right-tools {
  padding-top: 10px;
}
.right-tools a span {
  color: var(--bs-black);
  transition: 0.5s;
}
.right-tools a:hover span {
  color: var(--bs-brown-dark);
}
.right-tools a span:first-child {
  font-size: 1rem;
  float: right;
  margin-left: 0.3rem;
}
.right-tools a span:last-child {
  font-size: 0.7rem;
  float: right;
  margin-left: 0.8rem;
}

.right-tools-mobile {
  padding-top: 40px;
  display: none;
}
.right-tools-mobile a {
  display: flex;
}
.right-tools-mobile a span {
  font-size: 0.7rem;
  float: right;
  margin-left: 0rem;
  color: var(--bs-black);
  margin-bottom: 0.8rem;
  background: var(--bs-gray-300);
  padding: 0.3rem 0.6rem;
  border-radius: 2.2rem;
  border: 1px solid var(--bs-white);
}
.right-tools-mobile .active span {
  border: 1px solid var(--bs-black);
}

.left-tools {
  padding-top: 50px;
}
.left-tools a {
  float: left;
}
.left-tools a span {
  color: var(--bs-black);
  transition: 0.5s;
}
.left-tools a:hover span {
  color: var(--bs-brown-dark);
}
.left-tools a span:first-child {
  font-size: 1rem;
  float: right;
  margin-left: 0.3rem;
}
.left-tools a span:nth-child(2) {
  font-size: 0.7rem;
  float: right;
  margin-left: 0.8rem;
}

header nav ul {
  list-style: none;
  text-align: center;
  padding-top: 0;
}
header nav li {
  margin-left: 1.875rem;
  display: inline-table;
}
header nav ul li a {
  font-size: 0.76rem;
  color: var(--bs-black);
  display: inline-table;
  transition: 0.4s;
  padding-bottom: 0.12rem;
}
header nav ul li a:hover {
  color: var(--bs-brown-dark);
}
header nav ul li:hover > a {
  color: var(--bs-brown-dark);
}
header nav .mega {
  visibility: hidden;
  opacity: 0;
  right: 0;
  position: absolute;
  top: 142px;
  width: 100%;
  z-index: 2;
  transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  background: var(--bs-white);
  border-top: 1px solid var(--bs-gray-300);
}
header nav ul li:hover > #mega-two {
  visibility: visible;
  opacity: 1;
}
header nav ul li:hover > .mega {
  visibility: visible;
  opacity: 1;
  transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
}
header nav .mega-top {
  width: 100%;
  display: inline-block;
  padding: 1.25rem 2.5rem;
}
header nav .mega-top div {
  width: 20%;
  float: right;
  text-align: right;
  direction: rtl;
}
header nav .mega-top span {
  color: var(--bs-code-color);
}
header nav .mega-top a {
  text-align: right;
  padding: 0.25rem 0rem;
  display: table;
  width: auto;
  border: 0rem !important;
  font-weight: normal;
}
header nav .mega-top a:hover {
  color: var(--bs-brown-dark);
}
.product-item-padding {
  position: relative;
  padding: 0px 4px;
}
.product-item {
  text-align: center;
  height: auto;
  border: 1px solid #fff;
  width: 100%;
  overflow: hidden;
  direction: ltr;
  min-height: 325px;
}
.product-item-none {
  text-align: center;
  height: auto;
  border: 1px solid #fff;
  width: 100%;
  overflow: hidden;
  direction: ltr;
  min-height: 450px;
}

.product-item:hover {
  position: absolute;
  background: var(--bs-white);
  z-index: 10;
  left: 0;
  top: 0px;
  border: 1px solid #000;
  padding: 20px;
}
.product-item:hover img {
  /* width: 275px;
	height: 275px; */
  margin: auto;
}
.product-item img {
  margin: auto;
  width: auto;
  max-height: 431px;
}
.product-item .first_size p {
  font-size: 12px;
  color: #9a9a9a;
  width: 100%;
  text-align: center;
  display: inline;
  margin-bottom: 0;
  margin-top: 12px;
}
.product-item p {
  font-size: 12px;
  color: #000;
  display: none;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  margin-top: 18px;
}

.product-tools {
  width: 95%;
  margin: auto;
  height: 80px;
  position: relative;
}
.product-tools button {
  background: var(--bs-black);
  color: var(--bs-white);
  border: 0px;
  font-size: 0.7rem;
  padding: 0.2rem 0.5rem;
  position: absolute;
  left: 0px;
  bottom: 0px;
  border-radius: 0.1rem;
  transition: 0.5s;
}
.product-tools button:hover {
  background: var(--bs-brown);
  color: var(--bs-black);
}
.product-tools button span {
  position: unset;
  color: var(--bs-white);
  transition: 0.5s;
}
.product-tools button:hover span {
  color: var(--bs-black);
}
.product-tools span {
  margin-top: 4px;
  color: var(--bs-dark);
  cursor: pointer;
  position: absolute;
  left: 0px;
  top: 0px;
  transition: 0.5s;
}
.product-tools span:hover {
  color: var(--bs-red);
}
.product-toolsactive {
  color: var(--bs-red) !important;
}

.detail-info {
  display: none;
  border: 1px solid #e4e4e4;
  width: 80%;
  margin: auto;
  height: 47px;
  padding-top: 14px;
  background: #e4e4e4;
}
.product-line h2 {
  font-size: 0.8rem;
  color: var(--bs-black);
  text-align: right;
  margin-bottom: 10px;
  transition: 0.5s;
  font-weight: 600;
}
.product-line h2:hover {
  color: var(--bs-gray);
}
.product-item:hover .product-line h1 {
  display: block;
}
.product-item:hover .product-line p {
  display: block;
}

.product-item-two {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border: 1px solid #eee;
  overflow: hidden;
  transition: 0.6s;
  border-radius: 2px;
  min-height: 390px;
}

.product-item-two img {
  height: 315px;
  width: auto;
  margin-bottom: 0;
}

.product-line {
  width: 100%;
  padding-top: 10px;
  margin: auto;
  transition: 0.6s;
  background: 0 0;
  display: none;
}
.product-item:hover .product-line {
  display: block;
}
.product-item:hover .first_size {
  display: none;
}
.product-line hr {
  margin: auto;
  margin-bottom: 10px;
  margin-top: 0;
  width: 90%;
  display: inline-block;
  border-color: #f1f1f1;
}
.product-link {
  color: #c2a661;
  position: absolute;
  right: 10px;
  bottom: 20px;
  font-size: 12px;
  display: none;
  transition: 0.6s;
}
.show-product-ajax {
  background: rgba(255, 255, 255, 0.6);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: none;
  top: 0;
  right: 0;
}

.main-product {
  margin-top: 200px;
  margin-bottom: 100px;
}
.text-right {
  text-align: right;
}
.product-price {
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.product-title {
  position: absolute;
  top: -4px;
  right: 0px;
}
.product-price .price {
  position: unset;
  display: block;
  color: var(--bs-green) !important;
  direction: rtl;
  font-size: 0.9rem;
}
.product-price .oldprice {
  color: var(--bs-gray-600) !important;
  display: block;
  font-size: 0.7rem;
  position: unset;
  display: block;
}
footer {
  border-top: 0.7rem solid var(--bs-brown);
  padding: 3rem 0rem 2rem;
  background: var(--bs-white);
}
footer .footer-logo {
  color: var(--bs-black);
}
footer .footer-logo img {
  height: 6rem;
  margin-bottom: 1rem;
}
footer p {
  color: var(--bs-dark);
  font-size: 0.6rem;
  line-height: 1rem;
  margin-bottom: 0.3rem;
}
footer ul {
  list-style: none;
  float: right;
  width: 25%;
}

footer ul li a {
  color: var(--bs-dark);
  font-size: 0.75rem;
  transition: 0.5s;
}
footer ul li a:hover {
  color: var(--bs-black);
}
footer .copyright {
  border-top: 1px solid var(--bs-gray-300);
  margin-top: 1rem;
  padding-top: 0.4rem;
}

footer .copyright a {
  font-size: 0.6rem !important;
  transition: 0.5s;
  color: var(--bs-brown-dark);
}
footer .copyright a :hover {
  color: var(--bs-dark);
}
.cert {
  color: var(--bs-white);
  text-align: center;
  border-right: 1px solid var(--bs-gray-300);
  border-left: 1px solid var(--bs-gray-300);
}
.cert img {
  background: var(--bs-white);
  border-radius: 0.4rem;
  height: 8rem;
}
.error-footer {
  font-size: 0.68rem;
  color: var(--bs-code-color);
}
.success-footer {
  font-size: 0.68rem;
  color: var(--bs-green);
}
.footer-erorr-gorup {
  display: block;
  height: 20px;
}
footer input[type="text"] {
  color: var(--bs-dark);
  border: 0;
  float: right;
  height: 29px;
  font-size: 0.75rem;
  width: 75%;
  padding-right: 10px;
  border-radius: 0;
  background: var(--bs-gray-400);
}
footer input[type="submit"] {
  color: var(--bs-white);
  float: right;
  font-size: 0.75rem;
  border-radius: 0;
  border: 0;
  background: var(--bs-gray-600);
  height: 29px;
  padding: 0 18px;
  margin-right: 4px;
  transition: 0.5s;
}
footer input[type="submit"]:hover {
  background: var(--bs-dark);
}
header .social {
  width: 100% !important;
  padding-left: 0.6rem !important;
}
header .social a span {
  float: left !important;
  margin-left: 0.3rem !important;
}
.social {
  margin-top: 1rem;
  display: inline-block;
}
.social a span {
  font-size: 1rem;
  /*background: var(--bs-gray-600);*/
  color: var(--bs-white);
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  padding-top: 0.4rem;
  border-radius: 50%;
  transition: 0.5s;
}
.social a span:hover {
  background: var(--bs-gray);
  color: var(--bs-white);
}
.pinactive {
  color: var(--bs-red) !important;
}
.title-other {
  text-align: center;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.title-other h1 {
  color: var(--bs-black);
  font-size: 2rem;
  font-weight: 800;
}
.title-other h3 {
  color: var(--bs-gray-600);
  font-size: 0.875rem;
  text-align: center;
}
.content {
  min-height: 36rem;
  background: var(--bs-gray-100);
}
.content a {
  font-size: 0.875rem;
  margin-right: 0.2rem;
  color: var(--bs-black);
  transition: 0.5s;
}
.content a:hover {
  color: var(--bs-gray-600);
}
.margin-top {
  margin-top: 180px !important;
}
input[type="number"] {
  -moz-appearance: textfield;
}
.parsley-errors-list {
  list-style: none;
  margin-right: 0 !important;
  color: var(--bs-red) !important;
}
.parsley-errors-list li {
  color: var(--bs-red) !important;
}
.parsley-errors-list .parsley-required {
  font-size: 0.75rem !important;
  padding-top: 2px;
  color: var(--bs-red) !important;
  padding-bottom: 10px;
}
.parsley-errors-list .parsley-length,
.parsley-errors-list .parsley-type {
  font-size: 0.75rem !important;
  padding-top: 2px;
  color: var(--bs-red);
  padding-bottom: 10px;
}
.btn-custom {
  background: var(--bs-black);
  border: 0px;
  border-radius: 0.25rem;
  width: 100%;
  margin-top: 1rem;
  height: 3rem;
  font-size: 0.875rem;
  transition: 0.5s;
  color: var(--bs-white);
}
.btn-custom:hover {
  background: var(--bs-gray-600);
  color: var(--bs-white);
}
strong {
  font-weight: 800;
}
.btn-success {
  border: 0px;
  border-radius: 0.25rem;
  margin-top: 1rem;
  font-size: 0.75rem;
  transition: 0.5s;
  margin-bottom: 1rem;
}
.btn-success:hover {
  background: var(--bs-gray-600);
}
.btn-danger {
  border: 0px;
  border-radius: 0.25rem;
  margin-top: 1rem;
  font-size: 0.75rem;
  transition: 0.5s;
  margin-bottom: 1rem;
}
.btn-danger:hover {
  background: var(--bs-gray-600);
}

.tab_content_form {
  width: 100%;
  padding: 1.25rem;
}
.tab_content_form h1 img {
  height: 6.125rem;
  margin: auto;
  display: block;
  margin-bottom: 10%;
}
.register_box input[type="number"],
.register_box input[type="password"],
.register_box input[type="tel"],
.register_box input[type="text"] {
  border-radius: 0.25rem;
  padding: 0.43rem;
  font-size: 0.875rem;
  border: 0.0625rem solid var(--bs-gray-500) !important;
  height: 2.75rem;
  font-size: 0.75rem;
  margin-bottom: 0.625rem;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: var(--bs-brown-dark);
  background-color: var(--bs-white);
}
.nav-tabs .nav-link {
  border-radius: 0;
  font-size: 0.875rem;
  color: var(--bs-black);
  margin-right: 0.125rem;
  padding: 0.31rem 0;
}
.tab-content {
  padding: 1.25rem 0;
}
.mb-3,
.my-3 {
  margin-bottom: 0 !important;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
  width: 50%;
  text-align: center;
  /* border-left: 1px solid var(--bs-gray-300); */
}
.nav-tabs .nav-item:last-child {
  border-left: 0 solid var(--bs-gray-300);
}
.activeicon {
  color: var(--bs-code-color) !important;
}
.nav-tabs .nav-link {
  border: 1px solid transparent !important;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-tabs {
  border-bottom: 0;
}
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="text"] {
  border-radius: 2px;
  padding: 10px;
  font-size: 0.875rem;
  border: 1px solid var(--bs-gray-400);
  transition: 0.6s;
}
.form-control {
  border-radius: 2px;
  padding: 10px;
  font-size: 0.875rem;
  border: 1px solid var(--bs-gray-400);
  transition: 0.6s;
}
.form-control:focus {
  box-shadow: none;
}
.form-select {
  border-radius: 2px;
  padding: 10px;
  font-size: 0.875rem;
  border: 1px solid var(--bs-gray-400);
  transition: 0.6s;
}
.form-select:focus {
  box-shadow: none;
}

.tab_content_form select,
option {
  border-radius: 1px;
  padding: 7px;
  font-size: 0.875rem;
  border: 2px solid var(--bs-gray-600);
  transition: 0.6s;
  box-shadow: none;
}
.tab_content_form select:focus,
option:focus {
  box-shadow: none;
  border: 2px solid var(--bs-green);
}
input[type="number"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus {
  box-shadow: none;
  border: 1px solid var(--bs-gray-400);
  background: var(--bs-gray-200);
}
.panel {
  min-height: 36rem;
  padding: 3rem;
}
.panel-menu {
  border-bottom: 1px solid var(--bs-gray-600);
}
.panel-item {
  width: 150px;
  float: right;
  display: flex;
  margin-top: 1rem;
}
.panel-item a {
  color: var(--bs-black);
  font-size: 0.7rem;
  border-bottom: 0.15rem solid transparent;
  padding-bottom: 0.4rem;
  transition: 0.5s;
}
.panel-item a:hover {
  border-bottom: 0.15rem solid var(--bs-black);
}
.panel-item a.active {
  border-bottom: 0.15rem solid var(--bs-black);
}
.alert {
  font-size: 0.8rem;
  padding: 0.5rem;
}
.btn {
  margin-left: 0.2rem;
  font-size: 0.75rem;
  border-radius: 0.2rem;
}
.panel p {
  font-size: 0.75rem;
}
.form-group {
  margin-bottom: 0.7rem;
}
.form-group label {
  font-size: 0.8rem;
  margin-bottom: 0.3rem;
}
.sex {
  font-size: 0.8rem;
}
.sex input[type="radio"] {
  margin-left: 0.2rem;
}
.table {
  font-size: 0.75rem;
}
.ticketview {
  font-size: 0.75rem;
  line-height: 1.5rem;
  border-bottom: 1px solid var(--bs-gray-600);
  padding-bottom: 1rem;
  padding-top: 1rem;
}
.ticketview div {
  color: var(--bs-blue);
}
.ticketview div label {
  color: var(--bs-black);
}
.ticketview .usersender {
  color: var(--bs-red);
}
.ticketview .adminsender {
  color: var(--bs-green);
}
.page {
  padding: 2rem 0rem;
  min-height: 36rem;
}
.page h1 {
  font-weight: 800;
  font-size: 1.2rem;
}
.page p {
  font-size: 0.8rem;
  line-height: 2rem;
}
.page-column {
  column-width: 25em;
  column-gap: 3rem !important;
}
.page-column p {
  text-align: justify;
}
.register_box {
  background: var(--bs-white);
  border-radius: 0.3rem;
}
.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
  color: var(--bs-dark);
  pointer-events: none;
  background-color: var(--bs-gray-500);
  border-color: var(--bs-gray-200);
  opacity: var(--bs-btn-disabled-opacity);
}
.shadow {
  box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.15) !important;
}
.nav-bg {
  padding: 0.625rem 0rem;
  background: var(--bs-gray-100);
}
.navigation {
  color: var(--bs-dark);
  font-size: 0.8rem;
}
.navigation span a::after {
  content: "\e314";
  font-family: "icomoon";
  margin-right: 0.625rem;
}
.navigation span a {
  color: var(--bs-dark);
  display: inline-block;
  margin-left: 0.625rem;
  font-size: 0.8rem;
  transition: 0.6s;
}
.navigation span a:hover {
  color: var(--bs-code-color);
}
.product {
  padding: 1rem 0rem;
  min-height: 45rem;
  background: var(--bs-gray-100);
}
.product-gallery {
  border: 1px solid var(--bs-gray-200);
  display: inline-block;
  width: 100%;
  padding: 40px;
  border-radius: 0.4rem;
  background: var(--bs-white);
}
.product-text {
  color: var(--bs-gray-600);
  font-size: 0.7rem;
}
.product-text a {
  color: var(--bs-black);
  font-size: 0.7rem;
}
.product-text h1 {
  color: var(--bs-black);
  font-weight: 800;
  font-size: 1.5rem;
  margin-bottom: 0.7rem;
}
.product-text .price {
  padding: 10px 0px;
  border-top: 1px solid var(--bs-gray-200);
  border-bottom: 1px solid var(--bs-gray-200);
  background: var(--bs-black);
  padding: 0.8rem;
  border-radius: 0.4rem;
}
.product-text .oldprice {
  color: var(--bs-gray-600);
  display: block;
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
}
.product-text .newprice {
  color: var(--bs-green);
  font-size: 1rem;
  font-weight: 600;
}
.product-text table {
  width: 100%;
  border-radius: 0.4rem;
  overflow: hidden;
}
.product-text table tr {
  color: var(--bs-code-color);
  border-bottom: 2px solid var(--bs-gray-100);
}
.product-text table tr td:first-child {
  background: var(--bs-white);
  color: var(--bs-black);
  font-size: 0.8rem;
  font-weight: 600;
  width: 150px;
  padding: 0.3rem;
}
.language {
  color: red;
}
.language img {
  height: 30px;
  border-radius: 50%;
  width: auto;
}
.product-text table tr td:last-child {
  background: var(--bs-white);
  color: var(--bs-gray-700);
  font-size: 0.8rem;
  padding: 0.3rem;
}
.product-text .filter {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.no-count {
  color: var(--bs-red);
}
.product-text .filter h3 {
  margin-bottom: 0.4rem;
  font-size: 0.8rem;
}
.product-list {
  margin-top: 0.2rem;
}
.product-list div {
  color: var(--bs-black);
  font-size: 0.7rem;
  margin-left: 0.4rem;
  width: 32%;
  float: right;
}
.product-list strong {
  display: block;
  margin-bottom: 0.3rem;
}
.product-list div span {
  color: var(--bs-black);
  font-size: 1.4rem;
  float: right;
  margin-left: 1rem;
  height: 55px;
}
.product-list div span p {
  font-size: 0.7rem;
}
.product-about {
  margin: 1rem 0rem;
  width: 100%;
  display: inline-block;
}
.product-about h2 {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.product-about p {
  color: var(--bs-black);
  font-size: 0.7rem;
  line-height: 1.7rem;
}
.product-about a {
  color: var(--bs-code-color);
}
.horizone-nav {
  width: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -10px;
  right: 0;
  margin: auto;
  height: 0;
  z-index: 9999;
}
#vertical-slider::before {
  background: transparent;
}
.horVerSlider {
  padding: 0px;
  float: left;
  display: block;
  position: relative;
}
#vertical-slider ul li {
  border: 1px rgba(0, 0, 0, 0) solid;
  background-size: 85px;
}
#vertical-slider ul li.active {
  border: 1px var(--bs-gray-400) solid;
}
.horVerSlider.fullscreen {
  z-index: 1001;
}
#horizon-slider ul li {
  cursor: pointer;
}
.product-tools-detail {
  display: inline-block;
  width: 100%;
  margin: 1rem 0rem;
}
.product-tools-detail a {
  color: var(--bs-white);
  font-size: 0.8rem;
  margin-bottom: 1rem;
  display: flex;
  background: var(--bs-black);
  text-decoration: none;
  padding: 0.4rem 0.2rem;
  border-radius: 0.2rem;
}
.product-tools-detail span {
  margin-left: 0.2rem;
  font-size: 1.2rem;
}
#addtocart {
  border: 0px;
  background: var(--bs-green);
  color: var(--bs-white);
  padding: 0.5rem 1rem;
  font-size: 0.8rem;
  border-radius: 0.4rem;
  float: left;
  transition: 0.5s;
}
#addtocart:hover {
  background: var(--bs-code-color);
}
#addtocart span {
  margin-left: 0.2rem;
  float: right;
}

.product-button {
  color: var(--bs-black);
  display: inline-block;
  width: 100%;
}
.product-button div {
  float: left;
  margin-left: 1rem;
  margin-top: 0rem;
}
.product-button select {
  font-size: 0.7rem;
  background: var(--bs-green);
  color: var(--bs-white);
  border-radius: 0.4rem;
  padding: 0.64rem 1rem;
  border: 0px;
}
.product-button div span {
  font-size: 1.5rem;
  color: var(--bs-dark);
  transition: 0.5s;
}
.product-button div span:hover {
  color: var(--bs-red);
}
.float-right div {
  float: unset !important;
}
.addtobasket {
  display: none;
  color: var(--bs-green);
  width: 100%;
  text-align: left;
  font-size: 0.7rem;
  margin-top: 0.9rem;
}
#count_all {
  font-size: 0.7rem;
  float: left;
  margin-top: 0.1rem;
  margin-right: 0.1rem;
}
#count_all::before {
  content: "(";
}
#count_all::after {
  content: ")";
}
.basket {
  padding: 4rem 0rem;
}
.mybasket_list_all {
  padding: 2rem;
  border-radius: 0.5rem;
  box-shadow: 0 0.3rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.mybasket_list_all table {
  color: var(--bs-black);
  width: 100%;
  font-size: 0.7rem;
}
.mybasket_list_all tr {
  color: var(--bs-black);
}
.mybasket_list_all tr:first-child td {
  color: var(--bs-white);
  padding: 1rem;
  background: var(--bs-dark);
}
.mybasket_list_all td {
  color: var(--bs-black);
  border: 1px solid var(--bs-gray-300);
  padding: 5px;
  vertical-align: middle;
}
.mybasket_list_tools {
  padding: 2rem;
  border-radius: 0.5rem;
  box-shadow: 0 0.3rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.mybasket_discount_form {
}
.mybasket_discount_form p {
  font-size: 0.7rem;
  color: var(--bs-black);
  margin-bottom: 1rem;
}
.mybasket_discount_form input[type="text"] {
  font-size: 0.7rem;
  color: var(--bs-black);
}
.payam {
  font-size: 0.7rem;
  color: var(--bs-green);
  margin: 1rem 0rem;
}
.mybasket_final {
  background: var(--bs-dark);
  padding: 1rem;
  border-radius: 0.2rem;
}
.mybasket_final span {
  color: var(--bs-white);
  display: block;
  width: 100%;
  font-size: 1.2rem !important;
  font-weight: 600;
}
.mybasket_final span:first-child {
  font-size: 0.7rem !important;
  color: var(--bs-white);
  /* margin-top: 0.5rem; */
  font-weight: normal;
  margin-bottom: 0.6rem;
}
.mybasket_price {
  direction: ltr;
  text-align: right;
}
.mybasket_all {
  direction: ltr;
  text-align: right;
}
.mybasket_action {
  text-align: center;
}
.mybasket_action span {
  font-size: 1.5rem;
  cursor: pointer;
}
.mybasket_discount {
  color: var(--bs-black);
  margin-bottom: 1rem;
}
.mybasket_discount p {
  color: var(--bs-black);
  font-size: 0.7rem;
}
.mybasket_discount span {
  color: var(--bs-white);
  font-weight: 600;
  background: var(--bs-green);
  width: 100%;
  display: block;
  padding: 0.3rem;
  border-radius: 0.2rem;
  margin-top: 0.2rem;
}
.order {
  padding: 3rem 0rem;
  min-height: 14rem;
}
.address-box {
  padding: 2rem;
  border-radius: 0.5rem;
  box-shadow: 0 0.3rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.address-box h4 {
  font-size: 1.1rem;
  margin-bottom: 0.8rem;
  font-weight: 600;
}
.address-box div {
  color: var(--bs-black);
  font-size: 0.8rem;
}
.address-box label {
  color: var(--bs-black);
  font-weight: 600;
}
.post-final-price {
  padding: 2rem;
  border-radius: 0.5rem;
  box-shadow: 0 0.3rem 1rem rgba(0, 0, 0, 0.15) !important;
  margin-top: 1rem;
}
.post-final-price h4 {
  color: var(--bs-black);
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 1rem;
}
.post-final-price label {
  color: var(--bs-black);
  width: 100%;
}
.post-final-price p {
  color: var(--bs-black);
}
.print-button {
  background: var(--bs-green);
  color: #fff;
  font-size: 0.8rem;
  padding: 0.2rem 0.4rem;
  border-radius: 0.2rem;
}
.post-final-price input[type="radio"] {
  display: block;
  float: right;
  margin-top: 0.2rem;
  margin-left: 0.2rem;
}
.now-price {
  background: var(--bs-dark);
  margin-top: 1rem;
  padding: 1rem;
  color: var(--bs-white);
  border-radius: 0.4rem;
}
.gotobank {
  background: var(--bs-green);
  margin-top: 1rem;
  padding: 1rem;
  color: var(--bs-white);
  border-radius: 0.4rem;
}
#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 {
  font-size: 1rem;
  font-weight: 700;
  box-shadow: none !important;
}
#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: 1.438rem;
  font-weight: 700;
  color: #000;
  display: block;
  line-height: 36px;
}
#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(--bs-brown-dark);
  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;
}
.product-install {
  background: var(--bs-gray-200);
  color: var(--bs-black);
  padding: 0.6rem;
  line-height: 1.3rem;
  border-radius: 0.3rem;
}
.product-install input[type="checkbox"] {
  display: block;
  float: right;
  margin-left: 0.2rem;
}

.frame {
  padding: 1rem 0rem;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid var(--bs-gray-300);
}

.frame
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: var(--bs-dark);
  line-height: 38px;
}

.frame .item_brand {
  width: 94px;
  height: 94px;
  display: inline-block;
  margin-left: 10px;
  position: relative;
  background: var(--bs-white);
  border: 2px solid var(--bs-gray-300);
  border-radius: 4px;
}

.frame .item_brand div {
  width: 94px;
  height: 94px;
  padding: 5px;
  text-align: center;
  cursor: pointer;
  border: 2px solid var(--bs-gray-300);
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  margin: auto;
  right: -2px;
  border-radius: 4px;
}
.frame .item_brand div img {
  width: 84px;
  height: 84px;
}
.frame div {
  height: 10.2rem;
  float: right;
}
.frame .item_brand:hover {
  border: 2px solid var(--bs-gray-300);
}

.frame .item_brand h4 {
  font-size: 0.7rem;
  color: var(--bs-black);
  margin-top: 2px;
  line-height: 15px;
}

.frame .item_brand > input {
  display: none;
}

.frame .item_brand > div {
  cursor: pointer;
  border: 2px solid transparent;
}

.frame .item_brand > input:checked + div {
  border: 2px solid var(--bs-black);
}

/*.frame .m001 div {*/
/*	padding: 0px !important;*/
/*}*/

/*.frame .m001 div img {*/
/*	height: 76px;*/
/*	border-radius: 4px;*/
/*}*/
.fullscreen #vertical-slider {
  margin-left: 50px;
}
.product-sale {
  display: inline-block;
  background: var(--bs-brown);
  transition: 0.5s;
  border-radius: 0.4rem;
  width: 100%;
  padding: 0.4rem;
}
.product-sale a {
  color: var(--bs-black);
  font-size: 0.8rem;
  transition: 0.5s;
  float: right;
}
.product-sale:hover {
  background: var(--bs-white);
}
.product-sale img {
  width: 50px;
  padding: 5px;
  background: #fff;
  float: right;
  margin-left: 0.4rem;
}
.qrcode a {
  margin-top: 0.8rem;
}
.title {
  margin: 1rem 0rem;
}
.title h2 {
  color: var(--bs-black);
  font-weight: 800;
  margin-bottom: 0.6rem;
}
.title span {
  color: var(--bs-black);
  font-size: 0.875rem;
}
.title-link {
  float: left;
}
.title-link a {
  color: var(--bs-black);
  font-size: 0.875rem;
  transition: 0.5s;
}
.title-link a span {
  color: var(--bs-black);
  transition: 0.5s;
}
.title-link a:hover {
  color: var(--bs-gray-600);
}
.title-link a:hover span {
  color: var(--bs-gray-600);
}
.product-suggest .product-item {
  margin-top: 0px;
}
.product-suggest {
  margin-bottom: 8rem;
}
.panel-group {
  margin-top: 10px;
}
.nav-pills .nav-link {
  border-radius: 0;
  font-size: 0.8rem;
  border-bottom: 2px solid var(--bs-gray-400);
  color: var(--bs-black);
  margin-left: 0.5rem;
}
.nav-pills .nav-link.active {
  color: var(--bs-brown-dark);
  border-bottom: 2px solid var(--bs-brown-dark);
  background: transparent;
}
.tab-content p {
  font-size: 0.75rem;
  line-height: 26px;
}
.side_right {
  width: 420px;
  height: 100vh;
  background: var(--bs-white);
  position: fixed;
  top: 0;
  left: -420px;
  transition: left 0.3s linear;
  z-index: 10001;
  padding: 25px;
  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;
}
.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: 10001;
  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: 12px;
  color: var(--bs-dark);
  line-height: 22px;
  text-align: right;
}
.item_product_info a h3 {
  font-size: 10px;
  color: var(--bs-gray);
  line-height: 22px;
  margin-bottom: 10px;
  text-align: right;
}
.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: transparent;
  border: 0;
  color: #000;
  font-size: 16px;
  float: left;
  height: 28px;
  cursor: pointer;
}
.item_product_action input[type="button"]:hover {
  background: var(--bs-white);
  color: var(--bs-brown-dark);
}
.item_product_action input[type="text"] {
  border: 0 solid #ddd;
  text-align: center;
  width: 40px;
  float: left;
  height: 28px;
  background: var(--bs-black);
  font-size: 11px;
  color: var(--bs-white);
  border: 0px !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: 2rem;
}
#close-ajax span:hover {
  color: var(--bs-brown-dark);
}
.delitem {
  position: absolute;
  bottom: 0;
  right: 0;
}
.delitem span {
  font-size: 18px;
  color: #000;
  cursor: pointer;
}
.delitem span:hover {
  color: var(--bs-brown-dark);
}
.notfind {
  text-align: center;
}
.notfind span {
  color: var(--bs-brown-dark);
  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: #cb213d;
  font-size: 12px;
  direction: rtl;
  padding: 8px;
  margin-bottom: 20px;
}
.product-rel {
  direction: ltr;
}
.error {
  text-align: center;
  background: var(--bs-brown);
  padding: 0.6rem;
  border-radius: 0.3rem;
}
.item-comment {
  margin-bottom: 10px;
  padding-top: 10px;
  background: #eee;
  margin-top: 10px;
  padding: 10px;
  border-radius: 2px;
}
.item-comment p {
  font-size: 12px;
  line-height: 21px;
}
.item-comment span:first-child {
  font-size: 12px;
  color: var(--bs-green);
}
.item-comment span:last-child {
  font-size: 12px;
  color: var(--bs-brown-dark);
}
.item-comment-admin {
  margin-bottom: 10px;
  margin-top: 10px;
}
.item-comment-admin img {
  height: 36px;
  float: right;
  margin-left: 10px;
  margin-top: 2px;
}
.item-comment-admin p {
  font-size: 0.75rem;
  line-height: 21px;
  background: var(--bs-brown-dark);
  border-radius: 2px;
  padding: 10px;
  color: #fff;
  display: flex;
  margin-right: 10px;
}
.item-comment-admin span:first-child {
  font-size: 11px;
  color: #fff;
}
.copyright {
  color: var(--bs-dark);
  font-size: 0.6rem;
  margin-top: 10px;
  line-height: 20px;
}
.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style)
    var(--bs-border-color) !important;
}
.select2-container {
  width: 100% !important;
}
.select2-container--default .select2-selection--single {
  border: 1px solid var(--bs-gray-400);
  border-radius: 0.2rem;
}
.select2-container .select2-selection--single {
  height: 40px;
}
.border-bottom {
  border-bottom: 1px solid var(--bs-gray-400);
}
.cat-tools {
  display: inline-block;
  width: 100%;
}
.cat-tools h1 {
  float: right;
  font-size: 1.1rem;
  padding-top: 0.8rem;
}
.cat-tools div {
  width: 20%;
  float: left;
  margin-right: 0.4rem;
}
#result {
  margin-top: 2rem;
}
#result .product-item {
  /* position: relative; */
}

.grid {
  -moz-column-count: 1;
  column-count: 1;
  -moz-column-gap: 10px;
  column-gap: 10px;
  -moz-column-fill: balance;
  column-fill: balance;
  margin: 10px 0px;
}
.grid .grid-item {
  display: inline-block;
  /* margin: 0 0 10px; */
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
  width: 100%;
}
.grid .grid-item img {
  width: 100%;
  height: auto;
  border-radius: 0.3rem;
}
.clear-btn {
  color: var(--bs-black);
}
.clear-btn a {
  color: var(--bs-black);
  font-size: 0.8rem;
  padding: 0.4rem;
  display: block;
  background: var(--bs-gray-100);
  transition: 0.5s;
  border-radius: 0.3rem;
}
.clear-btn a:hover {
  color: var(--bs-white);
  background: var(--bs-black);
}
.page-link {
  color: var(--bs-black);
  font-size: 0.8rem;
  border-radius: 0px !important;
  box-shadow: none !important;
}
#pageloader {
  background: var(--bs-border-color-translucent);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1001;
  display: none;
  right: 0px;
  top: 0px;
}

#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: var(--bs-black);
  text-align: justify;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  margin-top: 4px;
}
.no_result {
  font-size: 1rem;
  margin-top: 10px;
  color: var(--bs-code-color);
}
.select2-container[dir="rtl"]
  .select2-selection--single
  .select2-selection__rendered {
  padding-top: 4px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.accordion-button::after {
  margin-left: unset;
  width: 12px;
  height: 12px;
  background-size: cover;
}
.accordion-item:first-of-type .accordion-button {
  border-radius: 0px !important;
}
.accordion-item {
  background: transparent;
  border: 0px;
  border-radius: 0px !important;
}
.accordion-button {
  border-top: 1px solid var(--bs-gray-400);
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 0px;
  font-size: 0.75rem;
  font-weight: 800;
  color: var(--bs-black) !important;
}
.accordion-button:focus {
  z-index: 3;
  border-color: var(--bs-gray-600);
  outline: 0;
  box-shadow: none !important;
}
.accordion-button:not(.collapsed) {
  color: var(--bs-black);
}
.accordion-body {
  color: var(--bs-black);
  padding-top: 0px;
}
.accordion-body label {
  color: var(--bs-black);
  width: 100%;
  font-size: 0.75rem;
}
.accordion-body input[type="radio"] {
  color: red;
}

input[type="checkbox"],
input[type="radio"] {
  display: none;
}
label input[type="checkbox"] ~ span,
label input[type="radio"] ~ span {
  display: inline-block;
  width: 12px;
  height: 12px;
  vertical-align: top;
  border: 1px solid var(--bs-black);
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  margin-top: 3px;
  margin-left: 4px;
}
label input[type="checkbox"] ~ span {
  border-radius: 2px;
}
label input[type="radio"] ~ span {
  border-radius: 12px;
}
label input[type="checkbox"]:checked ~ span,
label input[type="radio"]:checked ~ span {
  background-color: var(--bs-black);
}
label:hover input[type="checkbox"] ~ span,
label:hover input[type="radio"] ~ span {
  border-color: var(--bs-black);
}

.custom-radios div {
  display: inline-block;
}
.custom-radios input[type="checkbox"] {
  display: none;
}
.custom-radios input[type="checkbox"] + label {
  color: #333;
  font-family: Arial, sans-serif;
  font-size: 14px;
}
.custom-radios input[type="checkbox"] + label span {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-left: 6px;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 50%;
  border: 0px solid #ffffff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  line-height: 26px;
}
.custom-radios input[type="checkbox"] + label span img {
  opacity: 0;
  transition: all 0.3s ease;
  height: 10px;
}
.custom-radios input[type="checkbox"]:checked + label span img {
  opacity: 1;
}
.pagination-collection {
  margin: auto;
  text-align: center;
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
  margin-top: 1rem;
  border-top: 1px solid var(--bs-gray-200);
  padding-top: 1rem;
}
.pagination-collection span {
  padding-top: 3px;
  display: block;
}
.pagination-collection a {
  display: inline-block;
  color: var(--bs-black);
  float: right;
}
.page-before-after {
  display: inline-block;
  float: right;
  padding-right: 0 !important;
}
.news-item {
  margin-bottom: 1rem;
  display: inline-block;
}
.news-item h3 {
  font-weight: 600;
  font-size: 1rem;
  color: var(--bs-black);
  margin-bottom: 0.7rem;
}
.date {
  color: var(--bs-gray-600);
  font-size: 0.8rem;
}
.news-detail {
  margin-top: 0.2rem;
}
.news-item p {
  font-size: 0.75rem;
  color: var(--bs-black);
}
.news-item div {
  margin-top: 0.7rem;
}
.news-item div span:first-child {
  color: var(--bs-black);
  font-size: 0.8rem;
  float: right;
  margin-top: 0.1rem;
  margin-left: 0.2rem;
  transition: 0.5s;
}
.news-item div span:last-child {
  color: var(--bs-black);
  font-size: 0.7rem;
  float: right;
  transition: 0.5s;
}
.news-item:hover h3 {
  color: var(--bs-code-color) !important;
}
.news-item:hover span {
  color: var(--bs-code-color) !important;
}
.page-a-link {
  width: 32px;
  height: 25px;
  text-align: center;
  color: var(--bs-black);
  font-size: 0.8rem;
  margin: 0 4px;
  background: var(--bs-white);
  padding-top: 2px;
  border-radius: 4px;
}
.pagination-collection .active {
  width: 32px;
  height: 25px;
  text-align: center;
  color: var(--bs-white) !important;
  font-size: 0.8rem;
  margin: 0 4px;
  background: var(--bs-dark);
  padding-top: 2px;
  border-radius: 4px;
}
.pagination-collection a:hover {
  color: var(--bs-code-color);
}
.pagination-collection a:hover .page-a-link {
  color: var(--bs-code-color);
}
.pagination-collection a:hover .active {
  color: var(--bs-code-color);
}
#prev-page {
  width: 32px;
  height: 25px;
  text-align: center;
  background: var(--bs-white);
  border-radius: 4px;
  color: var(--bs-black);
}
#prev-page:hover {
  color: var(--bs-code-color) !important;
}
#next-page {
  width: 32px;
  height: 25px;
  text-align: center;
  background: var(--bs-white);
  border-radius: 4px;
  color: var(--bs-black);
}
#next-page:hover {
  color: var(--bs-code-color) !important;
}
.circle {
  position: relative;
  width: 200px;
  height: 200px;
  left: 0;
  right: 0;
  margin: auto;
}
.circle svg {
  fill: none;
  stroke: #8a3ab9;
  stroke-linecap: round;
  stroke-width: 1;
  stroke-dasharray: 1;
  stroke-dashoffset: 0;
  animation: stroke-draw 6s ease-out infinite alternate;
  /* animation: stroke-draw 6s cubic-bezier(0.77, 0, 0.175, 1) infinite alternate; */
}
.circle img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 155px;
  border-radius: 50%;
}
.highlight {
  text-align: center;
  margin-bottom: 2rem;
}
.highlight a h3 {
  font-size: 0.9rem;
  color: var(--bs-black);
  width: 100%;
}
@keyframes stroke-draw {
  from {
    stroke: #8a3ab9;
    stroke-dasharray: 1;
  }
  to {
    stroke: #cd486b;
    transform: rotate(180deg);
    stroke-dasharray: 8;
  }
}

.sideMenu {
  position: fixed;
  right: -350px;
  background: #fff;
  width: 350px;
  height: 100vh;
  transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  top: 0px;
  z-index: 1000;
}
.sideMenu.active {
  right: -12px;
  transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
}

.menuIcon {
  display: inline-block;
  background: #fff;
  padding: 1px 5px;
  cursor: pointer;
  position: fixed;
  right: 0px;
}
.menuIcon span {
  display: block;
  width: 25px;
  height: 2px;
  margin: 15px 0;
  background: var(--bs-black);
  position: relative;
  transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
}
.menuIcon span::before {
  position: absolute;
  content: "";
  left: 0;
  top: -7px;
  width: 25px;
  height: 2px;
  background: var(--bs-black);
  transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
}
.menuIcon span::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -7px;
  width: 25px;
  height: 2px;
  background: var(--bs-black);
  transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
}
.menuIcon.active span {
  background: #fff;
  transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
}
.menuIcon.active span:before {
  transform: rotate(45deg);
  top: 0px;
  transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
}
.menuIcon.active span:after {
  transform: rotate(-45deg);
  bottom: 0px;
  transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms 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.9rem;
  font-weight: normal;
  padding: 10px 25px;
  text-decoration: none;
  color: #000;
  letter-spacing: 0.02em;
  border-bottom: 1px solid #eee;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  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:hover > a,
.sidebar-navigation ul li.selected > 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: #cf1b76;
  border-color: rgba(255, 255, 255, 0.1);
}
.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;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.sidebar-navigation ul li ul li:hover > a,
.sidebar-navigation ul li ul li.selected > a {
  background-color: transparent;
}
.sidebar-navigation ul li ul li:hover > a:before,
.sidebar-navigation ul li ul li.selected > 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;
}
/* .selected .selected--last a {
  margin-right: 20px !important;
} */

.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;
}
.gallery {
  display: none;
}
.gallery {
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.gallery li {
  float: left;
  margin: 4px;
  width: 30%;
}
.gallery li:first-child {
  float: left;
  margin: 4px;
  width: 100%;
}
.gallery li:first-child img {
  margin: 4px;
}
.success-footer {
  color: #198754;
  display: none;
  margin-top: 0.3rem;
}
.error-footer {
  color: var(--bs-red);
  display: none;
  margin-top: 0.3rem;
}
.mobile {
  display: none;
}
#pageloader {
  background: var(--bs-border-color-translucent);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10002;
  display: none;
  right: 0px;
  top: 0px;
}

#pageloader .frame {
  width: 300px;
  height: 300px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  padding: 0px;
  border: 0px;
}

#pageloader img {
  height: 200px;
  margin: auto;
  display: block;
}

#pageloader p {
  color: var(--bs-black);
  text-align: justify;
}
.topshow-img {
  text-align: center;
}
.topshow-img img {
  border-radius: 50%;
  border: 2px solid var(--bs-gray-300);
  transition: 0.5s;
}
.padding-top-cat {
  padding: 0px 2px;
}
.topshow-img img:hover {
  border: 2px solid var(--bs-dark);
}
.topshow-img span {
  color: var(--bs-black);
  font-size: 0.75rem;
}
.topshow-img .active {
  border: 2px solid var(--bs-dark);
}
.product-film {
  margin-bottom: 0.8rem;
}
.index-page .pagination-collection {
  margin: 0px !important;
  padding: 0px !important;
  border: 0px !important;
}
.icon-instagram {
  background: radial-gradient(
      circle farthest-corner at 35% 90%,
      #fec564,
      transparent 50%
    ),
    radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%),
    radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%),
    radial-gradient(
      ellipse farthest-corner at 20% -50%,
      #5258cf,
      transparent 50%
    ),
    radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%),
    radial-gradient(
      ellipse farthest-corner at 60% -20%,
      #893dc2,
      transparent 50%
    ),
    radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent),
    linear-gradient(
      #6559ca,
      #bc318f 30%,
      #e33f5f 50%,
      #f77638 70%,
      #fec66d 100%
    );
}
.icon-paper-plane {
  background: #1f91cc;
}
.icon-whatsapp1 {
  background: #2bb741;
}
.icon-pinterest {
  background: #df0022;
}
.address-list {
  font-size: 0.8rem;
  margin-bottom: 1.5rem;
}
.address-list p {
  font-size: 0.8rem;
}

.table-size {
  font-size: 0.8rem;
  min-width: 450px;
}

.table-size tr:nth-child(1) {
  background: #000;
}
.table-size tr:nth-child(1) td {
  color: #fff;
  border: 1px solid #000;
  border-bottom: 1px solid #fff;
  font-size: 0.7rem;
}

.table-size tr:nth-child(2) {
  background: #000;
}
.table-size tr:nth-child(2) td {
  color: #fff;
  border: 1px solid #000;
  border-left: 1px solid #fff;
  font-size: 0.7rem;
}
.table-size tr:nth-child(2) td:last-child {
  border-left: 1px solid #000;
}

.table-size tr {
  color: #000;
}
.table-size td {
  color: #000;
  padding: 8px;
  border: 1px solid #000;
  text-align: center;
  padding: 8px 15px;
}

#myaddress input[type="radio"] {
  display: block;
  margin-left: 0.3rem;
  font-size: 0.8rem;
}
#myaddress div {
  margin-bottom: 0.6rem;
  display: flex;
  margin-top: 0.6rem;
}
.languageres {
  display: none;
}
.languageresfa {
  display: none;
  float: right;
  margin-top: 2px;
}
.languageresfa img {
  height: 22px;
  width: auto;
  margin-bottom: 0px;
  margin-right: 4px;
}
@media only screen and (max-width: 767px) {
  .languageresfa {
    display: block;
  }
  .table-size {
    min-width: auto;
  }
  .topshow-img {
    margin-bottom: 0.8rem;
  }
  .mobile {
    display: block;
  }

  .main-product {
    margin-top: 130px;
    margin-bottom: 40px;
  }
  header {
    height: 120px;
  }
  .logo img {
    height: auto;
    max-height: 100px;
  }
  .left-tools a {
    float: right;
    margin-bottom: 0.7rem;
  }
  .othermenubgmobile {
    display: block;
  }
  footer ul {
    width: 33%;
  }
  .cert {
    margin-top: 0.8rem;
    color: var(--bs-white);
    text-align: center;
    border-top: 1px solid var(--bs-gray-300);
    border-right: 0px solid var(--bs-gray-300);
    border-left: 0px solid var(--bs-gray-300);
  }
  .circle {
    width: 120px;
    height: 120px;
  }
  .circle img {
    width: 90px;
  }
  .product-item img {
    width: auto;
    margin: auto;
    height: auto;
  }
  .product-item {
    min-height: auto;
  }
  .product-item-padding {
    padding: 0px 4px;
  }
  .menu nav {
    display: none;
  }
  .right-tools {
    display: none;
  }
  .right-tools-mobile {
    display: block;
  }
  .highlight {
    margin-bottom: 1rem;
  }
  .margin-top {
    margin-top: 120px !important;
  }
  .product {
    padding: 0rem;
  }
  .product-list div {
    width: 100%;
  }
  .left-tools {
    padding-top: 5px;
  }
  .social {
    margin-top: 0.5rem;
  }
  .cat-tools div {
    width: 30%;
  }
  .horVerSlider {
    display: none;
  }
  .product-gallery {
    padding: 20px;
  }
  .frame {
    padding: 1rem 0rem;
  }
  .gallery {
    display: block;
  }
  .res {
    display: none;
  }
  .left-tools a span:nth-child(2) {
    margin-left: 0rem;
  }
  .product-item:hover {
    position: unset;
    background: var(--bs-white);
    border: 1px solid var(--bs-white);
    padding: 0px;
  }
  .product-item:hover img {
    width: unset;
    margin: auto;
    height: unset;
  }
  .product-line {
    display: none !important;
  }
  .product-item-none {
    display: none;
  }
  .left-tools a span:nth-child(2) {
    font-size: 0.5rem;
  }
  .highlight a h3 {
    font-size: 0.8rem;
  }
  .left-tools a span:first-child {
    font-size: 0.8rem;
    margin-left: 0.2rem;
  }
  #count_all {
    font-size: 0.5rem;
  }
  .right-tools-mobile a span {
    font-size: 0.5rem;
    margin-bottom: 0.6rem;
  }
  .navigation span a {
    font-size: 0.6rem;
  }
  .navigation {
    font-size: 0.6rem;
  }
  .product-list {
    display: inline-block !important;
    margin: 0.5rem 0rem;
  }
  .desktop {
    display: none !important;
  }
  #accordionExample {
    display: none !important;
  }
  .padding-top-cat {
    padding: 0px 0.5rem;
  }
  .topshow-img span {
    font-size: 0.65rem;
    display: block;
  }
  .social a span {
    font-size: 0.8rem;
    width: 22px;
    height: 22px;
    padding-top: 0.25rem;
  }
  header .social a span {
    float: right !important;
    margin-right: 0.3rem !important;
    margin-left: 0rem !important;
  }
}
